{"version":3,"sources":["webpack:///./src/js/modules/section-nav.js"],"names":["Module","Component","this","dom","$toggleBtn","el","_$","expandedClass","_on","toggleExpand","bind","e","classList","toggle"],"mappings":"2FAAA,mBAEA,MAAMA,UAAeC,YACnB,gBACEC,KAAKC,IAAM,CACTC,WAAYF,KAAKG,GAAGC,GAAG,sBAGzBJ,KAAKK,cAAgB,wBAGvB,eACEL,KAAKC,IAAIC,WAAWI,IAAI,QAASN,KAAKO,aAAaC,KAAKR,OAG1D,aAAaS,GACXT,KAAKG,GAAGO,UAAUC,OAAOX,KAAKK,gBAInBP","file":"63.22e5e5363b2f1ac40148.js?v=5dac94e69a30b165f7f6","sourcesContent":["import { Component } from '@verndale/core';\n\nclass Module extends Component {\n setupDefaults() {\n this.dom = {\n $toggleBtn: this.el._$('.section-nav__btn')\n };\n\n this.expandedClass = 'section-nav--expanded';\n }\n\n addListeners() {\n this.dom.$toggleBtn._on('click', this.toggleExpand.bind(this));\n }\n\n toggleExpand(e) {\n this.el.classList.toggle(this.expandedClass);\n }\n}\n\nexport default Module;\n"],"sourceRoot":""}