{"version":3,"file":"DedicatedOfficeSpaceLP.df3742e51d60cff03e94.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,2GCrBeC,iBACZ,MAAMC,EAAqBP,SAASC,eAAe,wBAEnD,GAAIM,KACkE,IAAnDC,WAAW,4BAA4BC,SACjDC,kBAAkBC,OAEX,CACV,MACMC,SADqB,0DACQC,SACnCC,EAAAA,EAAAA,QAAOC,EAAAA,cAACH,EAAa,MAAKL,EAC7B,CAEN,CCZAS,IAEAxB,EAAAA,EAAAA,I","sources":["..\\..\\..\\LSWebUICore.ClientApp\\./Pages/Components/Sections/AdvantageCardsSection.ts","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/DedicatedOfficeSpaceLP/initHeroAnimation.tsx","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/DedicatedOfficeSpaceLP/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 { render } from \"react-dom\";\r\nimport React from \"react\";\r\n\r\nexport default async function initHeroAnimation() {\r\n const animationContainer = document.getElementById(\"doslp-hero-animation\");\r\n \r\n if (animationContainer) {\r\n const animate = matchMedia(\"(prefers-reduced-motion)\").matches === false \r\n || LiquidSpaceConfig.DEBUG;\r\n\r\n if (animate) {\r\n const moduleExport = await import(\"./HeroAnimation\");\r\n const HeroAnimation = moduleExport.default;\r\n render(, animationContainer);\r\n }\r\n }\r\n}","import \"Styles/Pages/DedicatedOfficeSpaceLP.scss\";\r\nimport initCardsSection from \"../Components/Sections/AdvantageCardsSection\";\r\nimport initHeroAnimation from \"./initHeroAnimation\";\r\n\r\ninitHeroAnimation();\r\n\r\ninitCardsSection();\r\n"],"names":["initCardsSection","swiper","Swiper","slidesPerView","spaceBetween","loop","breakpoints","swiperActionPrev","document","getElementById","addEventListener","slidePrev","swiperActionNext","slideNext","async","animationContainer","matchMedia","matches","LiquidSpaceConfig","DEBUG","HeroAnimation","default","render","React","initHeroAnimation"],"sourceRoot":""}