{"version":3,"file":"ManagedOfficeLP.e87f1fb25aa58ec6dc07.js","mappings":"2IAEc,SAAUA,IACrB,MAAMC,EAAS,IAAIC,EAAAA,EAAO,oCAAqC,CAC5DC,cAAe,EACfC,aAAc,GACdC,MAAM,EACNC,YAAa,CACV,IAAK,CACFH,cAAe,GAElB,IAAK,CACFA,cAAe,GAElB,KAAM,CACHA,cAAe,MAKlBI,EAAmBC,SAASC,eAAe,gCACjDF,GAAkBG,iBAAiB,SAAS,IAAMT,EAAOU,cACzD,MAAMC,EAAmBJ,SAASC,eAAe,gCACjDG,GAAkBF,iBAAiB,SAAS,IAAMT,EAAOY,aAC5D,C,sECrBAb,E,SAAAA,I","sources":["..\\..\\..\\LSWebUICore.ClientApp\\./Pages/Components/Sections/AdvantageCardsSection.ts","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/ManagedOfficeLP/index.tsx"],"sourcesContent":["import Swiper from \"swiper\";\r\n\r\nexport default function initCardsSection() {\r\n const swiper = new Swiper(\".advantage-cards-swiper-container\", {\r\n slidesPerView: 1,\r\n spaceBetween: 24,\r\n loop: true,\r\n breakpoints: {\r\n 768: {\r\n slidesPerView: 2,\r\n },\r\n 992: {\r\n slidesPerView: 3,\r\n },\r\n 1600: {\r\n slidesPerView: 4,\r\n },\r\n }\r\n });\r\n\r\n const swiperActionPrev = document.getElementById(\"advantage-cards-control-prev\");\r\n swiperActionPrev?.addEventListener(\"click\", () => swiper.slidePrev());\r\n const swiperActionNext = document.getElementById(\"advantage-cards-control-next\");\r\n swiperActionNext?.addEventListener(\"click\", () => swiper.slideNext());\r\n}","import initCardsSection from \"../Components/Sections/AdvantageCardsSection\";\r\nimport \"Styles/Pages/ManagedOfficeLP.scss\";\r\n\r\ninitCardsSection();"],"names":["initCardsSection","swiper","Swiper","slidesPerView","spaceBetween","loop","breakpoints","swiperActionPrev","document","getElementById","addEventListener","slidePrev","swiperActionNext","slideNext"],"sourceRoot":""}