{"version":3,"file":"./acf-blocks/tile-carousel/dist/js/script.js","mappings":"sBAAsBA,SAASC,iBAA8B,kBAE/CC,SAAQ,SAACC,GACtB,IAAKC,OAAkBC,OAAOF,EAAQ,CACrCG,aAAc,GACdC,gBAAgB,EAChBC,sBAAsB,EACtBC,YAAY,EACZC,MAAO,IACPC,MAAM,EACNC,YAAa,CACZ,IAAK,CACJC,cAAe,EACfC,WAAY,CACXC,SAAS,EACTC,OAAQb,EAAOc,cAAc,+BAC7BC,OAAQf,EAAOc,cAAc,iCAG/B,IAAK,CACJJ,cAAe,EACfC,WAAY,CACXC,SAAS,EACTC,OAAQb,EAAOc,cAAc,+BAC7BC,OAAQf,EAAOc,cAAc,oCAMjCb,OAAOe,iBAAiB,UAAU,WACjC,GAAIhB,EAAQ,CACX,IAAMiB,EAAajB,EAAOc,cAAc,iBACxC,GAAIG,EAAY,CACf,IAAMC,EAAkBD,EAAWE,YACZnB,EAAOF,iBAAiB,mCAChCC,SAAQ,SAACqB,GACnBA,aAAyBC,cAC5BD,EAAcE,MAAMC,OAAS,GAAHC,OAAMN,EAAe,MAEjD,GACD,CACD,CACD,IAGAjB,OAAOwB,cAAc,IAAIC,MAAM,UAChC,G,uCC9CIC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaE,QAGrB,IAAIC,EAASN,EAAyBE,GAAY,CAGjDG,QAAS,CAAC,GAOX,OAHAE,EAAoBL,GAAUI,EAAQA,EAAOD,QAASJ,GAG/CK,EAAOD,OACf,CCpBAJ,EAAoB,KAEMA,EAAoB,K","sources":["webpack://impulse-wp/./acf-blocks/tile-carousel/src/js/script.ts","webpack://impulse-wp/webpack/bootstrap","webpack://impulse-wp/webpack/startup"],"sourcesContent":["const tileCarousels = document.querySelectorAll('.tile-carousel');\n\ntileCarousels.forEach((slider) => {\n\tnew (window as Window).Swiper(slider, {\n\t\tspaceBetween: 80,\n\t\tcenteredSlides: true,\n\t\tcenteredSlidesBounds: true,\n\t\tautoHeight: true,\n\t\tspeed: 600,\n\t\tloop: true,\n\t\tbreakpoints: {\n\t\t\t300: {\n\t\t\t\tslidesPerView: 1,\n\t\t\t\tnavigation: {\n\t\t\t\t\tenabled: true,\n\t\t\t\t\tnextEl: slider.querySelector('.tile-carousel__button-next') as HTMLElement,\n\t\t\t\t\tprevEl: slider.querySelector('.tile-carousel__button-prev') as HTMLElement,\n\t\t\t\t},\n\t\t\t},\n\t\t\t768: {\n\t\t\t\tslidesPerView: 3,\n\t\t\t\tnavigation: {\n\t\t\t\t\tenabled: true,\n\t\t\t\t\tnextEl: slider.querySelector('.tile-carousel__button-next') as HTMLElement,\n\t\t\t\t\tprevEl: slider.querySelector('.tile-carousel__button-prev') as HTMLElement,\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t});\n\n\twindow.addEventListener('resize', function () {\n\t\tif (slider) {\n\t\t\tconst firstSlide = slider.querySelector('.swiper-slide') as HTMLElement | null;\n\t\t\tif (firstSlide) {\n\t\t\t\tconst firstSlideWidth = firstSlide.offsetWidth;\n\t\t\t\tconst buttonWrappers = slider.querySelectorAll('.tile-carousel__button--wrapper');\n\t\t\t\tbuttonWrappers.forEach((buttonWrapper) => {\n\t\t\t\t\tif (buttonWrapper instanceof HTMLElement) {\n\t\t\t\t\t\tbuttonWrapper.style.height = `${firstSlideWidth}px`;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t});\n\n\t// Trigger the resize event once initially to set the correct heights\n\twindow.dispatchEvent(new Event('resize'));\n});\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// startup\n// Load entry module and return exports\n__webpack_require__(866);\n// This entry module doesn't tell about it's top-level declarations so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(4748);\n"],"names":["document","querySelectorAll","forEach","slider","window","Swiper","spaceBetween","centeredSlides","centeredSlidesBounds","autoHeight","speed","loop","breakpoints","slidesPerView","navigation","enabled","nextEl","querySelector","prevEl","addEventListener","firstSlide","firstSlideWidth","offsetWidth","buttonWrapper","HTMLElement","style","height","concat","dispatchEvent","Event","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__"],"sourceRoot":""}