{"version":3,"file":"pages-blog-view.js","mappings":"yJAIAA,SAASC,iBAAiB,kBAAkBC,SAASC,IACnD,MAAMC,EAAYD,EAAGE,cAAc,WAEnC,IAAIC,EAAAA,EAAOF,EAAW,CACpBG,QAAS,CAACC,EAAAA,GAAMC,EAAAA,IAChBC,cAAe,EACfC,aAAc,GACdC,MAAO,IACPC,eAAe,EACfC,UAAW,GACXC,WAAY,CACVZ,GAAIA,EAAGE,cAAc,sBACrBW,WAAW,GAEbC,YAAa,CACX,IAAK,CACHP,cAAe,EACfC,aAAc,IAEhB,KAAM,CACJD,cAAe,EACfC,aAAc,MAGlB,G","sources":["webpack://silverstripe-base/./themes/app/src/pages/blog-view.js"],"sourcesContent":["import Swiper from \"swiper\";\nimport { A11y, Pagination } from \"swiper/modules\";\nimport \"@styles/components/slider.css\";\n\ndocument.querySelectorAll(\".related-posts\").forEach((el) => {\n const container = el.querySelector(\".swiper\");\n\n new Swiper(container, {\n modules: [A11y, Pagination],\n slidesPerView: 1,\n spaceBetween: 24,\n speed: 500,\n simulateTouch: false,\n threshold: 25,\n pagination: {\n el: el.querySelector(\".slider-pagination\"),\n clickable: true,\n },\n breakpoints: {\n 768: {\n slidesPerView: 3,\n spaceBetween: 24,\n },\n 1280: {\n slidesPerView: 3,\n spaceBetween: 36,\n },\n },\n });\n});\n"],"names":["document","querySelectorAll","forEach","el","container","querySelector","Swiper","modules","A11y","Pagination","slidesPerView","spaceBetween","speed","simulateTouch","threshold","pagination","clickable","breakpoints"],"sourceRoot":""}