{"version":3,"file":"272-bundle.js","mappings":"y0BAqBA,QArBmB,WACf,SAAAA,EAAYC,I,4FAAUC,CAAA,KAAAF,GAClBG,KAAKF,SAAWA,EAChBE,KAAKC,eAAiBC,SAASC,iBAAiBL,GAChDE,KAAKI,aACT,C,UAaC,O,EAbAP,G,EAAA,EAAAQ,IAAA,cAAAC,MAED,WACIN,KAAKC,eAAeM,SAAQ,SAAAC,GACxBA,EAAOC,iBAAiB,SAAS,SAACC,GAC9BA,EAAMC,iBACN,IACMC,EADsBJ,EAAOK,QAAQ,WACHC,mBACpCF,GACAA,EAAYG,eAAe,CAAEC,SAAU,UAE/C,GACJ,GACJ,M,8EAACnB,CAAA,CAlBc,E","sources":["webpack://client/./src/javascript/modules/explore.js"],"sourcesContent":["class ExploreModule {\r\n constructor(selector) {\r\n this.selector = selector;\r\n this.exploreButtons = document.querySelectorAll(selector);\r\n this.initExplore();\r\n }\r\n\r\n initExplore() {\r\n this.exploreButtons.forEach(button => {\r\n button.addEventListener('click', (event) => {\r\n event.preventDefault();\r\n const buttonParentSection = button.closest('section');\r\n const nextSection = buttonParentSection.nextElementSibling;\r\n if (nextSection) {\r\n nextSection.scrollIntoView({ behavior: 'smooth' });\r\n }\r\n });\r\n });\r\n }\r\n}\r\n\r\nexport default ExploreModule;\r\n"],"names":["ExploreModule","selector","_classCallCheck","this","exploreButtons","document","querySelectorAll","initExplore","key","value","forEach","button","addEventListener","event","preventDefault","nextSection","closest","nextElementSibling","scrollIntoView","behavior"],"sourceRoot":""}