{"version":3,"file":"elements-testimonials.js","mappings":"0JAIAA,SAASC,iBAAiB,yBAAyBC,SAASC,IAC1D,MAAMC,EAAYD,EAAGE,cAAc,WAEnC,IAAIC,EAAAA,EAAOF,EAAW,CACpBG,QAAS,CAACC,EAAAA,GAAMC,EAAAA,GAAUC,EAAAA,IAC1BC,cAAe,EACfC,SAAU,CACRC,MAAO,IACPC,mBAAmB,GAErBC,MAAM,EACNC,MAAO,IACPC,WAAY,CACVd,GAAIA,EAAGE,cAAc,sBACrBa,WAAW,GAEbC,YAAa,CACX,IAAK,CACHR,cAAe,GAEjB,KAAM,CACJA,cAAe,KAGnB,G","sources":["webpack://silverstripe-base/./themes/app/src/elements/testimonials.js"],"sourcesContent":["import Swiper from \"swiper\";\nimport { A11y, Autoplay, Pagination } from \"swiper/modules\";\nimport \"@styles/components/slider.css\";\n\ndocument.querySelectorAll(\".element-testimonials\").forEach((el) => {\n const container = el.querySelector(\".swiper\");\n\n new Swiper(container, {\n modules: [A11y, Autoplay, Pagination],\n slidesPerView: 1,\n autoplay: {\n delay: 5000,\n pauseOnMouseEnter: true,\n },\n loop: true,\n speed: 1000,\n pagination: {\n el: el.querySelector(\".slider-pagination\"),\n clickable: true,\n },\n breakpoints: {\n 768: {\n slidesPerView: 2,\n },\n 1700: {\n slidesPerView: 3,\n },\n },\n });\n});\n"],"names":["document","querySelectorAll","forEach","el","container","querySelector","Swiper","modules","A11y","Autoplay","Pagination","slidesPerView","autoplay","delay","pauseOnMouseEnter","loop","speed","pagination","clickable","breakpoints"],"sourceRoot":""}