{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/s2NKSKnMskTHPVmv9zto/22rdjmfuSXPXj3giG36F/ARModelViewer.js", "ssg:https://framerusercontent.com/modules/zKictHLBK3K0qMAWCSGq/neOxQbPLptzC3iGHaZ2L/hQTFct2kj.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import React,{useEffect,useState,useCallback,useMemo,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @copyright \u00A9framersnippets.com\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n **/export default function ARModelViewer(props){const[isScriptLoaded,setIsScriptLoaded]=useState(false);const modelViewerRef=useRef(null);useEffect(()=>{if(!window.modelViewerScript){window.modelViewerScript=document.createElement(\"script\");window.modelViewerScript.src=\"https://ajax.googleapis.com/ajax/libs/model-viewer/4.0.0/model-viewer.min.js\";window.modelViewerScript.type=\"module\";window.modelViewerScript.onload=()=>setIsScriptLoaded(true);document.head.appendChild(window.modelViewerScript);}else{setIsScriptLoaded(true);}return()=>{};},[]);useEffect(()=>{const handleWheel=event=>{if(modelViewerRef.current){event.preventDefault();const modelViewer=modelViewerRef.current;const delta=event.deltaY;// Adjust the camera orbit based on wheel movement\nconst orbit=modelViewer.getCameraOrbit();const newOrbit={...orbit,radius:orbit.radius+delta*.02};modelViewer.cameraOrbit=`${newOrbit.theta}rad ${newOrbit.phi}rad ${newOrbit.radius}m`;}};const modelViewer=modelViewerRef.current;if(modelViewer){modelViewer.addEventListener(\"wheel\",handleWheel,{passive:false});}return()=>{if(modelViewer){modelViewer.removeEventListener(\"wheel\",handleWheel);}};},[]);const getMinCameraOrbit=useCallback(()=>`auto auto 0m`,[]);const getMaxCameraOrbit=useCallback(()=>`auto auto 20m`,[]);const getInitialCameraOrbit=useCallback(()=>{const initialDistance=(20-props.size/100*20).toFixed(2);return`auto auto ${initialDistance}m`;},[props.size]);const getModelSource=useCallback(()=>{return props.source===\"URL\"?props.modelURL||\"https://modelviewer.dev/shared-assets/models/Astronaut.glb\":props.model||\"https://modelviewer.dev/shared-assets/models/Astronaut.glb\";},[props.source,props.modelURL,props.model]);const modelViewerProps=useMemo(()=>({ref:modelViewerRef,key:props.model||\"default-model\",src:getModelSource(),alt:\"A 3D model\",\"camera-controls\":true,ar:true,\"ar-modes\":\"scene-viewer quick-look webxr\",\"auto-rotate\":props.autoRotate?\"true\":undefined,style:{width:\"100%\",height:\"100%\"},\"min-camera-orbit\":getMinCameraOrbit(),\"max-camera-orbit\":getMaxCameraOrbit(),\"camera-orbit\":getInitialCameraOrbit()}),[props.model,getModelSource,props.autoRotate,getMinCameraOrbit,getMaxCameraOrbit,getInitialCameraOrbit]);if(!isScriptLoaded)return null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",overflow:\"hidden\",width:props.style.width||\"400px\",height:props.style.height||\"300px\",...props.style},children:/*#__PURE__*/React.createElement(\"model-viewer\",modelViewerProps)});}ARModelViewer.defaultProps={model:\"https://modelviewer.dev/shared-assets/models/Astronaut.glb\",modelURL:\"https://modelviewer.dev/shared-assets/models/Astronaut.glb\",autoRotate:true,size:50,source:\"File\"};addPropertyControls(ARModelViewer,{source:{type:ControlType.SegmentedEnum,options:[\"URL\",\"File\"],optionTitles:[\"URL\",\"File\"],title:\"Source\"},model:{type:ControlType.File,allowedFileTypes:[\"glb\"],title:\"\u200E\",description:\".glb only\",hidden:props=>props.source===\"URL\"},modelURL:{type:ControlType.String,title:\"\u200E\",description:\".glb only\",hidden:props=>props.source===\"File\"},size:{type:ControlType.Number,defaultValue:50,min:0,max:100,unit:\"%\",title:\"Size\",description:\"Render size\"},autoRotate:{type:ControlType.Boolean,title:\"Auto Rotate\",defaultValue:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ARModelViewer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ARModelViewer.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ARModelViewer from\"https://framerusercontent.com/modules/s2NKSKnMskTHPVmv9zto/22rdjmfuSXPXj3giG36F/ARModelViewer.js\";import HidePages from\"#framer/local/codeFile/f73zF9D/HidePages.js\";import metadataProvider from\"#framer/local/webPageMetadata/hQTFct2kj/hQTFct2kj.js\";const ARModelViewerFonts=getFonts(ARModelViewer);const HidePagesFonts=getFonts(HidePages);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-oQNnL\";const variantClassNames={fNUIiti6J:\"framer-v-ut5ifd\"};const metadata=metadataProvider();const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-oQNnL`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-oQNnL`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fNUIiti6J\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ut5ifd\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jutg17\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-behzwy-container\",children:/*#__PURE__*/_jsx(ARModelViewer,{autoRotate:true,height:\"100%\",id:\"qqKNLYzK2\",layoutId:\"qqKNLYzK2\",modelURL:\"https://modelviewer.dev/shared-assets/models/Astronaut.glb\",size:50,source:\"File\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a9u2wg-container\",children:/*#__PURE__*/_jsx(HidePages,{height:\"100%\",id:\"MCt5RUeGh\",layoutId:\"MCt5RUeGh\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oQNnL.framer-1b1ttzf, .framer-oQNnL .framer-1b1ttzf { display: block; }\",\".framer-oQNnL.framer-ut5ifd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 188px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 251px; }\",\".framer-oQNnL .framer-jutg17 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oQNnL .framer-behzwy-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-oQNnL .framer-a9u2wg-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-oQNnL.framer-ut5ifd, .framer-oQNnL .framer-jutg17 { gap: 0px; } .framer-oQNnL.framer-ut5ifd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oQNnL.framer-ut5ifd > :first-child { margin-top: 0px; } .framer-oQNnL.framer-ut5ifd > :last-child { margin-bottom: 0px; } .framer-oQNnL .framer-jutg17 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-oQNnL .framer-jutg17 > :first-child { margin-left: 0px; } .framer-oQNnL .framer-jutg17 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 188\n * @framerIntrinsicWidth 251\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerhQTFct2kj=withCSS(Component,css,\"framer-oQNnL\");export default FramerhQTFct2kj;FramerhQTFct2kj.displayName=\"Lightbox\";FramerhQTFct2kj.defaultProps={height:188,width:251};addFonts(FramerhQTFct2kj,[{explicitInter:true,fonts:[]},...ARModelViewerFonts,...HidePagesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhQTFct2kj\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"188\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"251\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "8aAOmB,SAARA,EAA+BC,EAAM,CAAC,GAAK,CAACC,EAAeC,CAAiB,EAAEC,EAAS,EAAK,EAAQC,EAAeC,EAAO,IAAI,EAAEC,EAAU,KAASC,EAAO,kBAAsVL,EAAkB,EAAI,GAAzVK,EAAO,kBAAkB,SAAS,cAAc,QAAQ,EAAEA,EAAO,kBAAkB,IAAI,+EAA+EA,EAAO,kBAAkB,KAAK,SAASA,EAAO,kBAAkB,OAAO,IAAIL,EAAkB,EAAI,EAAE,SAAS,KAAK,YAAYK,EAAO,iBAAiB,GAAuC,IAAI,CAAC,GAAI,CAAC,CAAC,EAAED,EAAU,IAAI,CAAC,IAAME,EAAYC,GAAO,CAAC,GAAGL,EAAe,QAAQ,CAACK,EAAM,eAAe,EAAE,IAAMC,EAAYN,EAAe,QAAcO,EAAMF,EAAM,OACvrBG,EAAMF,EAAY,eAAe,EAAQG,EAAS,CAAC,GAAGD,EAAM,OAAOA,EAAM,OAAOD,EAAM,GAAG,EAAED,EAAY,YAAY,GAAGG,EAAS,KAAK,OAAOA,EAAS,GAAG,OAAOA,EAAS,MAAM,GAAI,CAAC,EAAQH,EAAYN,EAAe,QAAQ,OAAGM,GAAaA,EAAY,iBAAiB,QAAQF,EAAY,CAAC,QAAQ,EAAK,CAAC,EAAS,IAAI,CAAIE,GAAaA,EAAY,oBAAoB,QAAQF,CAAW,CAAG,CAAE,EAAE,CAAC,CAAC,EAAE,IAAMM,EAAkBC,EAAY,IAAI,eAAe,CAAC,CAAC,EAAQC,EAAkBD,EAAY,IAAI,gBAAgB,CAAC,CAAC,EAAQE,EAAsBF,EAAY,IAAmE,cAAvC,GAAGf,EAAM,KAAK,IAAI,IAAI,QAAQ,CAAC,CAAoC,IAAM,CAACA,EAAM,IAAI,CAAC,EAAQkB,EAAeH,EAAY,IAAYf,EAAM,SAAS,MAAMA,EAAM,UAAU,6DAA6DA,EAAM,OAAO,6DAA+D,CAACA,EAAM,OAAOA,EAAM,SAASA,EAAM,KAAK,CAAC,EAAQmB,EAAiBC,EAAQ,KAAK,CAAC,IAAIhB,EAAe,IAAIJ,EAAM,OAAO,gBAAgB,IAAIkB,EAAe,EAAE,IAAI,aAAa,kBAAkB,GAAK,GAAG,GAAK,WAAW,gCAAgC,cAAclB,EAAM,WAAW,OAAO,OAAU,MAAM,CAAC,MAAM,OAAO,OAAO,MAAM,EAAE,mBAAmBc,EAAkB,EAAE,mBAAmBE,EAAkB,EAAE,eAAeC,EAAsB,CAAC,GAAG,CAACjB,EAAM,MAAMkB,EAAelB,EAAM,WAAWc,EAAkBE,EAAkBC,CAAqB,CAAC,EAAE,OAAIhB,EAA+CoB,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,OAAO,WAAW,SAAS,eAAe,SAAS,SAAS,SAAS,MAAMtB,EAAM,MAAM,OAAO,QAAQ,OAAOA,EAAM,MAAM,QAAQ,QAAQ,GAAGA,EAAM,KAAK,EAAE,SAAsBuB,EAAM,cAAc,eAAeJ,CAAgB,CAAC,CAAC,EAA7R,IAA+R,CAACpB,EAAc,aAAa,CAAC,MAAM,6DAA6D,SAAS,6DAA6D,WAAW,GAAK,KAAK,GAAG,OAAO,MAAM,EAAEyB,EAAoBzB,EAAc,CAAC,OAAO,CAAC,KAAK0B,EAAY,cAAc,QAAQ,CAAC,MAAM,MAAM,EAAE,aAAa,CAAC,MAAM,MAAM,EAAE,MAAM,QAAQ,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,iBAAiB,CAAC,KAAK,EAAE,MAAM,SAAI,YAAY,YAAY,OAAOzB,GAAOA,EAAM,SAAS,KAAK,EAAE,SAAS,CAAC,KAAKyB,EAAY,OAAO,MAAM,SAAI,YAAY,YAAY,OAAOzB,GAAOA,EAAM,SAAS,MAAM,EAAE,KAAK,CAAC,KAAKyB,EAAY,OAAO,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,MAAM,OAAO,YAAY,aAAa,EAAE,WAAW,CAAC,KAAKA,EAAY,QAAQ,MAAM,cAAc,aAAa,EAAI,CAAC,CAAC,ECPn5D,IAAMC,EAAmBC,EAASC,CAAa,EAAQC,GAAeF,EAASG,CAAS,EAAQC,GAAY,CAAC,EAAoD,IAAMC,EAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAQC,GAASA,EAAiB,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEf,GAASI,CAAK,EAAQY,EAAU,IAAI,CAAC,IAAMC,EAAUlB,EAAiB,OAAUS,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAAUlB,EAAiB,OAAUS,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,CAAE,CAAC,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,EAAK,SAAS,KAAKA,EAAK,UAAU,QAAQC,GAAGA,EAAE,WAAW,cAAc,GAAGD,EAAK,UAAU,OAAOC,CAAC,CAAC,EAAED,EAAK,UAAU,IAAI,GAAGL,EAAU,aAAa,eAAe,CAAE,CAAC,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,aAAa,eAAe,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,CAAmB,EAAEC,EAA8BZ,EAAQa,GAAY,EAAK,EAAQC,EAAe,OAAgBC,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAE,OAAAC,EAAiB,CAAC,CAAC,EAAsBC,EAAKC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAtC,EAAiB,EAAE,SAAsBuC,EAAMC,EAAY,CAAC,GAAGzB,GAA4CkB,EAAgB,SAAS,CAAcI,EAAKI,EAAO,IAAI,CAAC,GAAGxB,EAAU,UAAUyB,EAAG3C,EAAkB,GAAGoC,EAAsB,gBAAgBrB,CAAS,EAAE,IAAIL,GAA6BsB,EAAK,MAAM,CAAC,GAAGlB,CAAK,EAAE,SAAsB0B,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKQ,EAAc,CAAC,WAAW,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,6DAA6D,KAAK,GAAG,OAAO,OAAO,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeR,EAAKM,EAA0B,CAAC,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKS,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAK,MAAM,CAAC,UAAUK,EAAG3C,EAAkB,GAAGoC,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQY,GAAI,CAAC,kFAAkF,kFAAkF,4PAA4P,8RAA8R,+HAA+H,wGAAwG,2mBAA2mB,EASvnKC,EAAgBC,EAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,WAAWA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGI,EAAmB,GAAGC,EAAc,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACtT,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,6BAA+B,OAAO,yBAA2B,QAAQ,sBAAwB,MAAM,sBAAwB,IAAI,qBAAuB,MAAM,yBAA2B,OAAO,oCAAsC,6EAA2F,uBAAyB,EAAE,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["ARModelViewer", "props", "isScriptLoaded", "setIsScriptLoaded", "ye", "modelViewerRef", "pe", "ue", "window", "handleWheel", "event", "modelViewer", "delta", "orbit", "newOrbit", "getMinCameraOrbit", "te", "getMaxCameraOrbit", "getInitialCameraOrbit", "getModelSource", "modelViewerProps", "se", "p", "motion", "e", "addPropertyControls", "ControlType", "ARModelViewerFonts", "getFonts", "ARModelViewer", "HidePagesFonts", "HidePages", "breakpoints", "serializationHash", "variantClassNames", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "ARModelViewer", "HidePages", "css", "FramerhQTFct2kj", "withCSS", "hQTFct2kj_default", "addFonts", "ARModelViewerFonts", "HidePagesFonts", "__FramerMetadata__"]
}
