{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/Ps1XJvNepN1mJxCYqd0H/UnicornStudioEmbed.js", "ssg:https://framerusercontent.com/modules/lgeEbjdb52AnUJYCVhPZ/ZMCWDuHqw6mWBgPMmJN3/fv6MRiKSy.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 800\n */export default function UnicornStudioEmbed(props){const elementRef=useRef(null);const sceneRef=useRef(null);const scriptId=useRef(`unicorn-project-${Math.random().toString(36).substr(2,9)}`);useEffect(()=>{const isEditingOrPreviewing=[\"CANVAS\",\"PREVIEW\"].includes(RenderTarget.current());if(RenderTarget.current()===\"CANVAS\"){return;}const initializeScript=callback=>{const existingScript=document.querySelector('script[src^=\"https://cdn.jsdelivr.net/gh/hiunicornstudio\"]');if(!existingScript){const script=document.createElement(\"script\");script.src=\"https://cdn.jsdelivr.net/gh/hiunicornstudio/unicornstudio.js@v1.4.18/dist/unicornStudio.umd.js\";script.onload=callback;document.head.appendChild(script);}else{callback();}};const initializeUnicornStudio=()=>{if(props.projectJSON){try{// Create script element for JSON data\nconst dataScript=document.createElement(\"script\");dataScript.id=scriptId.current;dataScript.type=\"application/json\";dataScript.textContent=props.projectJSON;document.head.appendChild(dataScript);elementRef.current.setAttribute(\"data-us-project-src\",`${scriptId.current}`);}catch(e){console.error(\"Failed to parse project JSON:\",e);return;}}else if(props.projectId){const query=props.projectId.split(\"?\");const projectId=query[0];const production=query[1]&&query[1].includes(\"production\");const cacheBuster=isEditingOrPreviewing?\"?update=\"+Math.random():\"\";elementRef.current.setAttribute(\"data-us-project\",projectId+cacheBuster);if(production){elementRef.current.setAttribute(\"data-us-production\",1);}}if(window.UnicornStudio){const existingScene=window.UnicornStudio.scenes?.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(existingScene){existingScene.destroy();}else{window.UnicornStudio.destroy();}window.UnicornStudio.init().then(scenes=>{const ourScene=scenes.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(ourScene){sceneRef.current=ourScene;}});}};if(props.projectId||props.projectJSON){if(window.UnicornStudio){initializeUnicornStudio();}else{initializeScript(initializeUnicornStudio);}}return()=>{if(sceneRef.current){sceneRef.current.destroy();sceneRef.current=null;}// Clean up JSON script if it exists\nconst dataScript=document.getElementById(scriptId.current);if(dataScript){dataScript.remove();}};},[props.projectId,props.projectJSON]);if(RenderTarget.current()===\"CANVAS\"){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\",height:\"100%\",backgroundColor:\"rgba(0, 0, 0, 0.15)\",color:\"#4B5563\",fontWeight:500,textAlign:\"center\",padding:\"16px\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1.25rem\",marginBottom:\"12px\"},children:\"Scene will render in Preview and on your published site.\"}),!props.projectId&&!props.projectJSON?/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1rem\",color:\"#EF4444\"},children:\"No project ID, please export your scene and add its project ID in the detail panel.\"}):\" \"]});}return /*#__PURE__*/_jsx(\"div\",{ref:elementRef,\"data-us-dpi\":props.dpi,\"data-us-scale\":props.scale,\"data-us-fps\":props.fps,\"data-us-altText\":props.altText,\"data-us-ariaLabel\":props.ariaLabel,\"data-us-lazyload\":props.lazyLoad?\"true\":\"\",style:{width:\"100%\",height:\"100%\",...props.style},children:props.header&&/*#__PURE__*/_jsx(\"h1\",{style:{width:\"1px\",height:\"1px\",margin:\"-1px\",padding:\"0\",overflow:\"hidden\",clip:\"rect(0, 0, 0, 0)\",border:\"0\"},children:props.header})});}UnicornStudioEmbed.displayName=\"Unicorn Studio Embed\";addPropertyControls(UnicornStudioEmbed,{projectId:{type:ControlType.String,title:\"Project ID\"},projectJSON:{type:ControlType.String,title:\"Project JSON\"},scale:{type:ControlType.Number,title:\"Scale\",defaultValue:1,min:.25,max:1,step:.01},dpi:{type:ControlType.Number,title:\"DPI\",defaultValue:1.5,min:.5,max:2,step:.1},fps:{type:ControlType.Number,title:\"FPS\",defaultValue:60,min:10,max:120,step:5},header:{type:ControlType.String,title:\"H1 text\"},altText:{type:ControlType.String,title:\"Alt text\"},ariaLabel:{type:ControlType.String,title:\"Aria label\"},lazyLoad:{type:ControlType.Boolean,title:\"Lazy Load\",defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UnicornStudioEmbed\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"800\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UnicornStudioEmbed.map", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={AEFIzE9mV:{hover:true},tjVKE6imW:{pressed:true},zIDrvzXXF:{hover:true}};const cycleOrder=[\"AEFIzE9mV\",\"zIDrvzXXF\",\"CJ3gIgg7f\",\"Yv5HpNbFn\",\"tjVKE6imW\",\"jnvuq58nF\",\"eWU6ycb4c\"];const serializationHash=\"framer-OWqHJ\";const variantClassNames={AEFIzE9mV:\"framer-v-gftpig\",CJ3gIgg7f:\"framer-v-1r7n9r8\",eWU6ycb4c:\"framer-v-1y8wtd5\",jnvuq58nF:\"framer-v-mju2wd\",tjVKE6imW:\"framer-v-5ow7hd\",Yv5HpNbFn:\"framer-v-1yalm9m\",zIDrvzXXF:\"framer-v-99qjqd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const negate=value=>{return!value;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile - Active\":\"jnvuq58nF\",\"Mobile CTA\":\"eWU6ycb4c\",Active:\"Yv5HpNbFn\",CTA:\"zIDrvzXXF\",Default:\"AEFIzE9mV\",Mobile:\"tjVKE6imW\",Secondary:\"CJ3gIgg7f\"};const getProps=({bGColor,click,height,icon,iconColor,id,link,page,showIcon,width,...props})=>{return{...props,ADfincNKD:showIcon??props.ADfincNKD,BCDCEB5s0:click??props.BCDCEB5s0,mgDn7Y7XV:iconColor??props.mgDn7Y7XV??\"var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255))\",NH9ysoF0a:link??props.NH9ysoF0a,O1SuKdnPp:icon??props.O1SuKdnPp??\"PhosphorLogo\",TRZPtqlnb:bGColor??props.TRZPtqlnb??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AEFIzE9mV\",zi_0DpHcH:page??props.zi_0DpHcH??\"Page\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,zi_0DpHcH,NH9ysoF0a,BCDCEB5s0,O1SuKdnPp,ADfincNKD,TRZPtqlnb,mgDn7Y7XV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AEFIzE9mV\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap3hwws8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(BCDCEB5s0){const res=await BCDCEB5s0(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(ADfincNKD);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NH9ysoF0a,motionChild:true,nodeId:\"AEFIzE9mV\",scopeId:\"fv6MRiKSy\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-gftpig\",className,classNames)} framer-qt2c7x`,\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AEFIzE9mV\",onTap:onTap3hwws8,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,...style},variants:{\"AEFIzE9mV-hover\":{\"--border-color\":\"rgb(255, 255, 255)\"},\"tjVKE6imW-pressed\":{backgroundColor:\"rgba(255, 255, 255, 0.2)\"},eWU6ycb4c:{backgroundColor:\"rgb(255, 255, 255)\"},jnvuq58nF:{\"--border-color\":\"rgb(255, 255, 255)\"},Yv5HpNbFn:{\"--border-color\":\"rgb(255, 255, 255)\"},zIDrvzXXF:{backgroundColor:TRZPtqlnb}},...addPropertyOverrides({\"AEFIzE9mV-hover\":{\"data-framer-name\":undefined},\"tjVKE6imW-pressed\":{\"data-framer-name\":undefined},\"zIDrvzXXF-hover\":{\"data-framer-name\":undefined},CJ3gIgg7f:{\"data-framer-name\":\"Secondary\"},eWU6ycb4c:{\"data-framer-name\":\"Mobile CTA\"},jnvuq58nF:{\"data-framer-name\":\"Mobile - Active\"},tjVKE6imW:{\"data-framer-name\":\"Mobile\"},Yv5HpNbFn:{\"data-framer-name\":\"Active\"},zIDrvzXXF:{\"data-framer-name\":\"CTA\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5asbqj\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"GUJaQXntc\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:1},variants:{\"AEFIzE9mV-hover\":{opacity:1},\"zIDrvzXXF-hover\":{opacity:1},eWU6ycb4c:{opacity:1},jnvuq58nF:{opacity:1},tjVKE6imW:{opacity:1},Yv5HpNbFn:{opacity:0}}}),visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ji2pn\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"Vvqm9OoEF\",children:visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255)))\"},children:\"Page\"})}),className:\"framer-31elw4\",fonts:[\"FS;Outfit-regular\"],layoutDependency:layoutDependency,layoutId:\"F9UoPJfpC\",style:{\"--extracted-r6o4lv\":\"var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.6},text:zi_0DpHcH,variants:{\"AEFIzE9mV-hover\":{opacity:.8},eWU6ycb4c:{opacity:1},jnvuq58nF:{opacity:1},Yv5HpNbFn:{opacity:1},zIDrvzXXF:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eWU6ycb4c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255)))\"},children:\"Page\"})})},jnvuq58nF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255)))\"},children:\"Page\"})})},tjVKE6imW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255)))\"},children:\"Page\"})})}},baseVariant,gestureVariant)})}),ADfincNKD&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d18c0r-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nYaIl4Che-container\",nodeId:\"nYaIl4Che\",rendersWithMotion:true,scopeId:\"fv6MRiKSy\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:O1SuKdnPp,id:\"nYaIl4Che\",layoutId:\"nYaIl4Che\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({\"AEFIzE9mV-hover\":{color:\"var(--token-5aa81b5d-9760-45e1-8bf8-b7580cce746b, rgb(10, 10, 10))\"},zIDrvzXXF:{color:mgDn7Y7XV}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OWqHJ.framer-qt2c7x, .framer-OWqHJ .framer-qt2c7x { display: block; }\",\".framer-OWqHJ.framer-gftpig { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; min-height: 32px; min-width: 32px; overflow: hidden; padding: 6px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OWqHJ .framer-5asbqj { bottom: -1px; flex: none; height: 1px; left: -1px; overflow: hidden; position: absolute; right: -1px; z-index: 0; }\",\".framer-OWqHJ .framer-16ji2pn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 2px 0px 2px; position: relative; width: min-content; }\",\".framer-OWqHJ .framer-31elw4 { -webkit-user-select: none; flex: none; height: auto; mix-blend-mode: difference; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-OWqHJ .framer-1d18c0r-container { flex: none; height: 28px; left: calc(50.00000000000002% - 28px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 28px; z-index: 1; }\",\".framer-OWqHJ.framer-v-1yalm9m .framer-5asbqj, .framer-OWqHJ.framer-v-gftpig.hover .framer-5asbqj { height: unset; top: -1px; }\",\".framer-OWqHJ.framer-v-5ow7hd.framer-gftpig, .framer-OWqHJ.framer-v-mju2wd.framer-gftpig, .framer-OWqHJ.framer-v-1y8wtd5.framer-gftpig { padding: 8px 16px 8px 16px; }\",'.framer-OWqHJ[data-border=\"true\"]::after, .framer-OWqHJ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"zIDrvzXXF\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"CJ3gIgg7f\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"Yv5HpNbFn\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"tjVKE6imW\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"jnvuq58nF\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"eWU6ycb4c\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"zrmzFBQQH\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"jl5EF9Eo_\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]},\"hPSFzZcrx\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"32px\",null,\"32px\",null]}}}\n * @framerVariables {\"zi_0DpHcH\":\"page\",\"NH9ysoF0a\":\"link\",\"BCDCEB5s0\":\"click\",\"O1SuKdnPp\":\"icon\",\"ADfincNKD\":\"showIcon\",\"TRZPtqlnb\":\"bGColor\",\"mgDn7Y7XV\":\"iconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerfv6MRiKSy=withCSS(Component,css,\"framer-OWqHJ\");export default Framerfv6MRiKSy;Framerfv6MRiKSy.displayName=\"Menu Link\";Framerfv6MRiKSy.defaultProps={height:32,width:48};addPropertyControls(Framerfv6MRiKSy,{variant:{options:[\"AEFIzE9mV\",\"zIDrvzXXF\",\"CJ3gIgg7f\",\"Yv5HpNbFn\",\"tjVKE6imW\",\"jnvuq58nF\",\"eWU6ycb4c\"],optionTitles:[\"Default\",\"CTA\",\"Secondary\",\"Active\",\"Mobile\",\"Mobile - Active\",\"Mobile CTA\"],title:\"Variant\",type:ControlType.Enum},zi_0DpHcH:{defaultValue:\"Page\",displayTextArea:false,title:\"Page\",type:ControlType.String},NH9ysoF0a:{title:\"Link\",type:ControlType.Link},BCDCEB5s0:{title:\"Click\",type:ControlType.EventHandler},O1SuKdnPp:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"PhosphorLogo\",description:undefined,hidden:undefined,title:\"Icon\"},ADfincNKD:{defaultValue:false,title:\"Show Icon\",type:ControlType.Boolean},TRZPtqlnb:{defaultValue:\"rgb(255, 255, 255)\",title:\"BG Color\",type:ControlType.Color},mgDn7Y7XV:{defaultValue:'var(--token-fdbc5d1d-6fbc-47f6-9de6-2a32c1a77499, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Icon Color\",type:ControlType.Color}});addFonts(Framerfv6MRiKSy,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RPEPC24XXAVK6EWUOKWQUPTOZQR35AS2/BVWMEQ5ZCLZP2VOXOHXQDCZADXNFBXUF/5REHZLR2B5PQAKMITIQJK6BDK34RDHS4.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfv6MRiKSy\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"zIDrvzXXF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"CJ3gIgg7f\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"Yv5HpNbFn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"tjVKE6imW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"jnvuq58nF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"eWU6ycb4c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"zrmzFBQQH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"jl5EF9Eo_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]},\\\"hPSFzZcrx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"32px\\\",null,\\\"32px\\\",null]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"zi_0DpHcH\\\":\\\"page\\\",\\\"NH9ysoF0a\\\":\\\"link\\\",\\\"BCDCEB5s0\\\":\\\"click\\\",\\\"O1SuKdnPp\\\":\\\"icon\\\",\\\"ADfincNKD\\\":\\\"showIcon\\\",\\\"TRZPtqlnb\\\":\\\"bGColor\\\",\\\"mgDn7Y7XV\\\":\\\"iconColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fv6MRiKSy.map"],
  "mappings": "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",
  "names": ["UnicornStudioEmbed", "props", "elementRef", "pe", "sceneRef", "scriptId", "ue", "isEditingOrPreviewing", "RenderTarget", "initializeScript", "callback", "script", "initializeUnicornStudio", "dataScript", "e", "query", "projectId", "production", "cacheBuster", "window", "existingScene", "scene", "scenes", "ourScene", "u", "p", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "negate", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bGColor", "click", "height", "icon", "iconColor", "id", "link", "page", "showIcon", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zi_0DpHcH", "NH9ysoF0a", "BCDCEB5s0", "O1SuKdnPp", "ADfincNKD", "TRZPtqlnb", "mgDn7Y7XV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3hwws8", "args", "scopingClassNames", "cx", "visible", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerfv6MRiKSy", "withCSS", "fv6MRiKSy_default", "addPropertyControls", "ControlType", "addFonts"]
}
