{"version":3,"file":"ManageHybridWorkplacesLP.a078a7bc9b74a1d54570.js","mappings":"2IAEc,SAAUA,IACrB,MAAMC,EAAS,IAAIC,EAAAA,EAAO,iCAAkC,CACzDC,cAAe,EACfC,aAAc,GACdC,gBAAgB,EAChBC,MAAM,EACNC,YAAa,CACV,IAAK,CACFJ,cAAe,QAKlBK,EAAmBC,SAASC,eAAe,4BACjDF,GAAkBG,iBAAiB,SAAS,IAAMV,EAAOW,cACzD,MAAMC,EAAmBJ,SAASC,eAAe,4BACjDG,GAAkBF,iBAAiB,SAAS,IAAMV,EAAOa,aAC5D,C,6CCfAd,E,SAAAA,KCDee,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,CDXAS,E","sources":["..\\..\\..\\LSWebUICore.ClientApp\\./Pages/Components/Sections/HappyPeopleSection.ts","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/ManageHybridWorkplacesLP/index.tsx","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/ManageHybridWorkplacesLP/Components/initHeroAnimation.tsx"],"sourcesContent":["import Swiper from \"swiper\";\r\n\r\nexport default function initHappyPeopleSection() {\r\n const swiper = new Swiper(\".happypeople-reviews-container\", {\r\n slidesPerView: 1,\r\n spaceBetween: 32,\r\n centeredSlides: true,\r\n loop: true,\r\n breakpoints: {\r\n 768: {\r\n slidesPerView: 1.5,\r\n },\r\n }\r\n });\r\n\r\n const swiperActionPrev = document.getElementById(\"happypeople-actions-prev\");\r\n swiperActionPrev?.addEventListener(\"click\", () => swiper.slidePrev());\r\n const swiperActionNext = document.getElementById(\"happypeople-actions-next\");\r\n swiperActionNext?.addEventListener(\"click\", () => swiper.slideNext());\r\n}","import initHeroAnimation from \"./Components/initHeroAnimation\";\r\nimport initHappyPeopleSection from \"../Components/Sections/HappyPeopleSection\";\r\nimport \"Styles/Pages/ManageHybridWorkplacesLP.scss\";\r\n\r\ninitHappyPeopleSection();\r\ninitHeroAnimation();","import { render } from \"react-dom\";\r\nimport React from \"react\";\r\n\r\nexport default async function initHeroAnimation() {\r\n const animationContainer = document.getElementById(\"mhwlp-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}"],"names":["initHappyPeopleSection","swiper","Swiper","slidesPerView","spaceBetween","centeredSlides","loop","breakpoints","swiperActionPrev","document","getElementById","addEventListener","slidePrev","swiperActionNext","slideNext","async","animationContainer","matchMedia","matches","LiquidSpaceConfig","DEBUG","HeroAnimation","default","render","React","initHeroAnimation"],"sourceRoot":""}