{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/jPVtRbSHQ4rP2fmGiQpV/3kstPxQa0crEdxikBpcd/JsdMfjJJQ.js"],
  "sourcesContent": ["// Generated by Framer (eca4804)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,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\";import*as sharedStyle from\"https://framerusercontent.com/modules/vcN9bjHQy3FMbEltUZxh/PdiayxMu2ZYiZXMwTADa/WvDNlUXLS.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"AaP8I3Uf4\",\"v4aybhGWb\"];const serializationHash=\"framer-BU2tX\";const variantClassNames={AaP8I3Uf4:\"framer-v-m3mkt4\",v4aybhGWb:\"framer-v-8c1ngw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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={Default:\"AaP8I3Uf4\",Hover:\"v4aybhGWb\"};const getProps=({articleTitle,color,height,hoverThumbnail,hoverThumbnail1,iconName,id,link,width,...props})=>{return{...props,bp_qlB7h4:link??props.bp_qlB7h4,c1ALmlURQ:articleTitle??props.c1ALmlURQ??\"Article Title\",DwneV8tYP:color??props.DwneV8tYP??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",mygf3bIVb:hoverThumbnail??props.mygf3bIVb??true,N7_4CxGzc:hoverThumbnail1??props.N7_4CxGzc??{src:\"https://framerusercontent.com/images/owfwVawoH098O24rZazQ6lh5Y.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/owfwVawoH098O24rZazQ6lh5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/owfwVawoH098O24rZazQ6lh5Y.png 800w\"},u2lamc1Ej:iconName??props.u2lamc1Ej??\"File\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AaP8I3Uf4\"};};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,c1ALmlURQ,bp_qlB7h4,DwneV8tYP,u2lamc1Ej,mygf3bIVb,N7_4CxGzc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AaP8I3Uf4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1isq7sg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"v4aybhGWb\");});const onMouseLeave101h7m5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"AaP8I3Uf4\");});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"v4aybhGWb\")return value;return false;};const ref2=React.useRef(null);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:bp_qlB7h4,motionChild:true,nodeId:\"AaP8I3Uf4\",scopeId:\"JsdMfjJJQ\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-m3mkt4\",className,classNames)} framer-x8y4eu`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AaP8I3Uf4\",onMouseEnter:onMouseEnter1isq7sg,ref:refBinding,style:{opacity:1,...style},variants:{v4aybhGWb:{opacity:.6}},...addPropertyOverrides({v4aybhGWb:{\"data-framer-name\":\"Hover\",onMouseLeave:onMouseLeave101h7m5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(mygf3bIVb),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13f343z\",\"data-highlight\":true,id:`${layoutId}-13f343z`,layoutDependency:layoutDependency,layoutId:\"IYMsSo7Jn\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11k3sfc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MJGhJCmOA-container\",nodeId:\"MJGhJCmOA\",rendersWithMotion:true,scopeId:\"JsdMfjJJQ\",children:/*#__PURE__*/_jsx(Phosphor,{color:DwneV8tYP,height:\"100%\",iconSearch:\"add\",iconSelection:u2lamc1Ej,id:\"MJGhJCmOA\",layoutId:\"MJGhJCmOA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16gdk3f\",\"data-styles-preset\":\"WvDNlUXLS\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-DwneV8tYP-JsdMfjJJQ))\"},children:\"Article Title\"})}),className:\"framer-w4cxsy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wPMm0tpBc\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-DwneV8tYP-JsdMfjJJQ)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-DwneV8tYP-JsdMfjJJQ\":DwneV8tYP},text:c1ALmlURQ,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed(mygf3bIVb)&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-13f343z`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({v4aybhGWb:{alignment:\"end\",collisionDetection:false,collisionDetectionPadding:undefined,offsetY:-195,zIndex:8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1wysmkr\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"PPKM2v3ja\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},variants:{v4aybhGWb:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(85, 85, 85, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.11), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.1), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.04), 0px 0.48290122862090357px 1.4487036858627107px -2.1875px rgba(0, 0, 0, 0.2), 0px 4px 12px -4.375px rgba(0, 0, 0, 0.03)\"}},...addPropertyOverrides({v4aybhGWb:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(N7_4CxGzc)},className:\"framer-17lh5we\",layoutDependency:layoutDependency,layoutId:\"ncXfEKOd7\",...addPropertyOverrides({v4aybhGWb:{background:{alt:\"\",fit:\"fill\",sizes:\"200px\",...toResponsiveImage(N7_4CxGzc),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})})})]})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BU2tX.framer-x8y4eu, .framer-BU2tX .framer-x8y4eu { display: block; }\",\".framer-BU2tX.framer-m3mkt4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 500px; }\",\".framer-BU2tX .framer-13f343z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: 1px; }\",\".framer-BU2tX .framer-11k3sfc-container { flex: none; height: 30px; position: relative; width: 24px; }\",\".framer-BU2tX .framer-w4cxsy { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-BU2tX .framer-1wysmkr { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BU2tX .framer-17lh5we { aspect-ratio: 1.3333333333333333 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 150px); left: 0px; pointer-events: none; position: absolute; right: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BU2tX.framer-m3mkt4, .framer-BU2tX .framer-13f343z { gap: 0px; } .framer-BU2tX.framer-m3mkt4 > *, .framer-BU2tX .framer-13f343z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BU2tX.framer-m3mkt4 > :first-child, .framer-BU2tX .framer-13f343z > :first-child { margin-left: 0px; } .framer-BU2tX.framer-m3mkt4 > :last-child, .framer-BU2tX .framer-13f343z > :last-child { margin-right: 0px; } }\",\".framer-BU2tX.framer-v-8c1ngw .framer-1wysmkr { height: 163px; pointer-events: none; }\",\".framer-BU2tX.framer-v-8c1ngw .framer-17lh5we { aspect-ratio: 1.2253521126760563 / 1; height: var(--framer-aspect-ratio-supported, 163px); }\",...sharedStyle.css,'.framer-BU2tX[data-border=\"true\"]::after, .framer-BU2tX [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 38\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v4aybhGWb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"c1ALmlURQ\":\"articleTitle\",\"bp_qlB7h4\":\"link\",\"DwneV8tYP\":\"color\",\"u2lamc1Ej\":\"iconName\",\"mygf3bIVb\":\"hoverThumbnail\",\"N7_4CxGzc\":\"hoverThumbnail1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJsdMfjJJQ=withCSS(Component,css,\"framer-BU2tX\");export default FramerJsdMfjJJQ;FramerJsdMfjJJQ.displayName=\"Help Article/Simple\";FramerJsdMfjJJQ.defaultProps={height:38,width:500};addPropertyControls(FramerJsdMfjJJQ,{variant:{options:[\"AaP8I3Uf4\",\"v4aybhGWb\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},c1ALmlURQ:{defaultValue:\"Article Title\",title:\"Article Title\",type:ControlType.String},bp_qlB7h4:{title:\"Link\",type:ControlType.Link},DwneV8tYP:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Color\",type:ControlType.Color},u2lamc1Ej:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"File\",description:\"You can find the full list of icons from: phosphoricons.com\",hidden:undefined,title:\"Icon Name\"},mygf3bIVb:{defaultValue:true,description:\"Display a thumbnail when cursor is over the item\",title:\"Hover Thumbnail\",type:ControlType.Boolean},N7_4CxGzc:{__defaultAssetReference:\"data:framer/asset-reference,owfwVawoH098O24rZazQ6lh5Y.png?originalFilename=image.png&preferredSize=auto\",description:\"\",title:\"Hover Thumbnail\",type:ControlType.ResponsiveImage}});addFonts(FramerJsdMfjJJQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJsdMfjJJQ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v4aybhGWb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"38\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"c1ALmlURQ\\\":\\\"articleTitle\\\",\\\"bp_qlB7h4\\\":\\\"link\\\",\\\"DwneV8tYP\\\":\\\"color\\\",\\\"u2lamc1Ej\\\":\\\"iconName\\\",\\\"mygf3bIVb\\\":\\\"hoverThumbnail\\\",\\\"N7_4CxGzc\\\":\\\"hoverThumbnail1\\\"}\",\"framerIntrinsicWidth\":\"500\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JsdMfjJJQ.map"],
  "mappings": "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",
  "names": ["PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "toResponsiveImage", "value", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "articleTitle", "color", "height", "hoverThumbnail", "hoverThumbnail1", "iconName", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "c1ALmlURQ", "bp_qlB7h4", "DwneV8tYP", "u2lamc1Ej", "mygf3bIVb", "N7_4CxGzc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1isq7sg", "args", "onMouseLeave101h7m5", "onMouseEntertxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "isDisplayed", "ref2", "LayoutGroup", "Link", "l", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "AnimatePresence", "Floating", "Image2", "css", "FramerJsdMfjJJQ", "withCSS", "JsdMfjJJQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
