{"version":3,"file":"HQBookingLP.e35e2bec30a201099b19.js","mappings":"sIAGeA,iBACZ,MAAMC,EAAqBC,SAASC,eAAe,wBAEnD,GAAIF,KACkE,IAAnDG,WAAW,4BAA4BC,SACjDC,kBAAkBC,OAEX,CACV,MACMC,SADqB,0DACQC,SACnCC,EAAAA,EAAAA,QAAOC,EAAAA,cAACH,EAAa,MAAKP,EAC7B,CAEN,CCbAW,E","sources":["..\\..\\..\\LSWebUICore.ClientApp\\./Pages/HQBookingLP/initHeroAnimation.tsx","..\\..\\..\\LSWebUICore.ClientApp\\./Pages/HQBookingLP/index.tsx"],"sourcesContent":["import { render } from \"react-dom\";\r\nimport React from \"react\";\r\n\r\nexport default async function initHeroAnimation() {\r\n const animationContainer = document.getElementById(\"hqblp-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 initHeroAnimation from \"./initHeroAnimation\";\r\nimport \"Styles/Pages/HQBookingLP.scss\";\r\n\r\ninitHeroAnimation();"],"names":["async","animationContainer","document","getElementById","matchMedia","matches","LiquidSpaceConfig","DEBUG","HeroAnimation","default","render","React","initHeroAnimation"],"sourceRoot":""}