{"version":3,"file":"VfHgKb3zL.Dgcv9Si9.mjs","names":["n","o","ButtonButton","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","css","NavBreadCrumItem","ButtonAPIStakingButton"],"sources":["https:/framerusercontent.com/modules/psaCtvKrVf98eaOjC2cu/dro8wogsDWRRkuaaGAhp/DynamicStakingLinkWrapper.js","https:/framerusercontent.com/modules/uDBDlYabWydzhhsGGZLE/jGqrYJMoNNDGiMtvjf9v/ZiSWgNnCA.js","https:/framerusercontent.com/modules/yt4obvimiLjZzTn4rm0u/0YimJZPkJwVrYkLeqZgs/VfHgKb3zL.js"],"sourcesContent":["import{jsx as t}from\"react/jsx-runtime\";import*as r from\"react\";import{addPropertyControls as e,ControlType as o}from\"framer\";import{motion as n}from\"framer-motion\";export function DynamicLinkWrapper(e){let[o,i]=r.useState(\"\");return(// Fetch the dynamic link when the component mounts or the projectId changes\nr.useEffect(()=>{fetch(`https://api.imperator.co/projects/${e.projectId}`).then(t=>t.json()).then(t=>{i(t.staking_link);}).catch(t=>{console.error(\"Error fetching data: \",t);});},[e.projectId]),/*#__PURE__*/t(n.div,{onTap:()=>{o&&(window.open(o,\"_blank\"),console.log(o));},style:{cursor:\"pointer\",width:\"100%\",height:\"100%\"},children:e.children}));}DynamicLinkWrapper.defaultProps={projectId:\"OSMO\"},e(DynamicLinkWrapper,{projectId:{type:o.String,title:\"Project ID\"},children:{type:o.ComponentInstance,title:\"Content\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"DynamicLinkWrapper\":{\"type\":\"reactComponent\",\"name\":\"DynamicLinkWrapper\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DynamicStakingLinkWrapper.map","// Generated by Framer (e83dae3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{DynamicLinkWrapper}from\"https://framerusercontent.com/modules/psaCtvKrVf98eaOjC2cu/dro8wogsDWRRkuaaGAhp/DynamicStakingLinkWrapper.js\";import ButtonButton from\"https://framerusercontent.com/modules/gtJ1QohLKUCtSIBt7M9M/mZQiR4cVqP1yHoEHZpM1/ihuL6fa88.js\";import*as localizedValues from\"./ZiSWgNnCA-0.js\";const ButtonButtonFonts=getFonts(ButtonButton);const DynamicLinkWrapperFonts=getFonts(DynamicLinkWrapper);const ButtonButtonControls=getPropertyControls(ButtonButton);const cycleOrder=[\"v4eMIvhlD\"];const serializationHash=\"framer-VmdxQ\";const variantClassNames={v4eMIvhlD:\"framer-v-18f8cin\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={fcY_WgZp6:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableEnumMap={\"Primary S\":\"STrbNMLCR\",\"Secondary dark\":\"bE4m9MZML\",Primary:\"wVdS4RANR\",Secondary:\"R2XvAQgBn\"};const getProps=({height,id,title,token,variant1,width,...props})=>{return{...props,fAlw6sCo8:token??props.fAlw6sCo8??\"AKT\",o6dgvkMxu:title??props.o6dgvkMxu??\"See projects\",qwJlEUL6v:humanReadableEnumMap[variant1]??variant1??props.qwJlEUL6v??\"wVdS4RANR\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fAlw6sCo8,o6dgvkMxu,qwJlEUL6v,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"v4eMIvhlD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18f8cin\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"v4eMIvhlD\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bnk9je-container\",layoutDependency:layoutDependency,layoutId:\"Oa30iShWi-container\",children:/*#__PURE__*/_jsx(DynamicLinkWrapper,{height:\"100%\",id:\"Oa30iShWi\",layoutId:\"Oa30iShWi\",projectId:fAlw6sCo8,width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c2pnvq-container\",layoutDependency:layoutDependency,layoutId:\"NZTFXWiG8-container\",children:/*#__PURE__*/_jsx(ButtonButton,{av3LzBiRB:false,GNfXdMBmH:\"Udxwsdgxt\",height:\"100%\",id:\"NZTFXWiG8\",layoutId:\"NZTFXWiG8\",mNvYOztQx:false,MPB3aReWz:\"Udxwsdgxt\",PQpdpr27S:o6dgvkMxu,variant:qwJlEUL6v,width:\"100%\"})})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VmdxQ.framer-1hfe881, .framer-VmdxQ .framer-1hfe881 { display: block; }\",\".framer-VmdxQ.framer-18f8cin { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-VmdxQ .framer-bnk9je-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VmdxQ .framer-c2pnvq-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VmdxQ.framer-18f8cin { gap: 0px; } .framer-VmdxQ.framer-18f8cin > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VmdxQ.framer-18f8cin > :first-child { margin-top: 0px; } .framer-VmdxQ.framer-18f8cin > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 112.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"fAlw6sCo8\":\"token\",\"o6dgvkMxu\":\"title\",\"qwJlEUL6v\":\"variant1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZiSWgNnCA=withCSS(Component,css,\"framer-VmdxQ\");export default FramerZiSWgNnCA;FramerZiSWgNnCA.displayName=\"Button/API Staking Button\";FramerZiSWgNnCA.defaultProps={height:42,width:112.5};addPropertyControls(FramerZiSWgNnCA,{fAlw6sCo8:{defaultValue:\"AKT\",title:\"Token\",type:ControlType.String},o6dgvkMxu:{defaultValue:\"See projects\",displayTextArea:false,title:\"Title\",type:ControlType.String},qwJlEUL6v:ButtonButtonControls?.[\"variant\"]&&{...ButtonButtonControls[\"variant\"],defaultValue:\"wVdS4RANR\",description:undefined,hidden:undefined,title:\"Variant\"}});addFonts(FramerZiSWgNnCA,[...ButtonButtonFonts,...DynamicLinkWrapperFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZiSWgNnCA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"112.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"fAlw6sCo8\\\":\\\"token\\\",\\\"o6dgvkMxu\\\":\\\"title\\\",\\\"qwJlEUL6v\\\":\\\"variant1\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (0afc761)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavBreadCrumItem from\"https://framerusercontent.com/modules/VIU0bMmJZbMUkSrxkxXF/vNn2XlnmQITPeIREzrUZ/cKEIb90lj.js\";import ButtonAPIStakingButton from\"https://framerusercontent.com/modules/uDBDlYabWydzhhsGGZLE/jGqrYJMoNNDGiMtvjf9v/ZiSWgNnCA.js\";const NavBreadCrumItemFonts=getFonts(NavBreadCrumItem);const ButtonAPIStakingButtonFonts=getFonts(ButtonAPIStakingButton);const cycleOrder=[\"I0Vy26yrO\",\"oo3o7NI0O\"];const serializationHash=\"framer-h6NiY\";const variantClassNames={I0Vy26yrO:\"framer-v-ta63d6\",oo3o7NI0O:\"framer-v-1q7vwio\"};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 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={\"Variant 1\":\"I0Vy26yrO\",\"with button\":\"oo3o7NI0O\"};const getProps=({buttonText,currentPage,height,id,link,parentPage,token,width,...props})=>{return{...props,f6boJC1kj:currentPage??props.f6boJC1kj??\"Current\",kTf48_2Pm:buttonText??props.kTf48_2Pm??\"Label\",LcR9Gz9wy:parentPage??props.LcR9Gz9wy??\"Parent\",rvr2ojRP3:token??props.rvr2ojRP3??\"token\",tnzfztmN8:link??props.tnzfztmN8,variant:humanReadableVariantMap[props.variant]??props.variant??\"I0Vy26yrO\"};};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,LcR9Gz9wy,f6boJC1kj,tnzfztmN8,kTf48_2Pm,rvr2ojRP3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I0Vy26yrO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"oo3o7NI0O\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ta63d6\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"I0Vy26yrO\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(231, 231, 231)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, rgb(250, 250, 250))\",...style},...addPropertyOverrides({oo3o7NI0O:{\"data-framer-name\":\"with button\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7jki1\",\"data-framer-name\":\"max-width\",layoutDependency:layoutDependency,layoutId:\"EqKu6KlJ6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vk2r8v\",layoutDependency:layoutDependency,layoutId:\"evqfLj2pS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-21)/2)+0+0,...addPropertyOverrides({oo3o7NI0O:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+10.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u55hxp-container\",layoutDependency:layoutDependency,layoutId:\"mUa9_8rwj-container\",nodeId:\"mUa9_8rwj\",rendersWithMotion:true,scopeId:\"VfHgKb3zL\",children:/*#__PURE__*/_jsx(NavBreadCrumItem,{height:\"100%\",id:\"mUa9_8rwj\",IX85GAYQQ:tnzfztmN8,kkpTzpPHV:LcR9Gz9wy,layoutId:\"mUa9_8rwj\",variant:\"vL4cn6kjh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 118, 110))\"},children:\"/\"})}),className:\"framer-2qq5br\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"R9KGLoedk\",style:{\"--extracted-r6o4lv\":\"rgb(15, 118, 110)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-21)/2)+0+0,...addPropertyOverrides({oo3o7NI0O:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+10.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t6xj1v-container\",layoutDependency:layoutDependency,layoutId:\"qOXge7HXI-container\",nodeId:\"qOXge7HXI\",rendersWithMotion:true,scopeId:\"VfHgKb3zL\",children:/*#__PURE__*/_jsx(NavBreadCrumItem,{height:\"100%\",id:\"qOXge7HXI\",kkpTzpPHV:f6boJC1kj,layoutId:\"qOXge7HXI\",variant:\"GUnbPXrJ2\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oo3o7NI0O:{height:42,y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d2bzxt-container\",layoutDependency:layoutDependency,layoutId:\"uqj5bSqmS-container\",nodeId:\"uqj5bSqmS\",rendersWithMotion:true,scopeId:\"VfHgKb3zL\",children:/*#__PURE__*/_jsx(ButtonAPIStakingButton,{fAlw6sCo8:rvr2ojRP3,height:\"100%\",id:\"uqj5bSqmS\",layoutId:\"uqj5bSqmS\",o6dgvkMxu:kTf48_2Pm,qwJlEUL6v:\"wVdS4RANR\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h6NiY.framer-1clo67b, .framer-h6NiY .framer-1clo67b { display: block; }\",\".framer-h6NiY.framer-ta63d6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; overflow-x: auto; padding: 12px 0px 12px 0px; position: relative; width: 1200px; }\",\".framer-h6NiY .framer-1v7jki1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: 1px; }\",\".framer-h6NiY .framer-1vk2r8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h6NiY .framer-u55hxp-container, .framer-h6NiY .framer-1t6xj1v-container, .framer-h6NiY .framer-d2bzxt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-h6NiY .framer-2qq5br { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h6NiY.framer-ta63d6, .framer-h6NiY .framer-1vk2r8v { gap: 0px; } .framer-h6NiY.framer-ta63d6 > *, .framer-h6NiY .framer-1vk2r8v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-h6NiY.framer-ta63d6 > :first-child, .framer-h6NiY .framer-1vk2r8v > :first-child { margin-left: 0px; } .framer-h6NiY.framer-ta63d6 > :last-child, .framer-h6NiY .framer-1vk2r8v > :last-child { margin-right: 0px; } }\",'.framer-h6NiY[data-border=\"true\"]::after, .framer-h6NiY [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 45\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oo3o7NI0O\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LcR9Gz9wy\":\"parentPage\",\"f6boJC1kj\":\"currentPage\",\"tnzfztmN8\":\"link\",\"kTf48_2Pm\":\"buttonText\",\"rvr2ojRP3\":\"token\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVfHgKb3zL=withCSS(Component,css,\"framer-h6NiY\");export default FramerVfHgKb3zL;FramerVfHgKb3zL.displayName=\"Nav/breadcrum\";FramerVfHgKb3zL.defaultProps={height:45,width:1200};addPropertyControls(FramerVfHgKb3zL,{variant:{options:[\"I0Vy26yrO\",\"oo3o7NI0O\"],optionTitles:[\"Variant 1\",\"with button\"],title:\"Variant\",type:ControlType.Enum},LcR9Gz9wy:{defaultValue:\"Parent\",displayTextArea:false,title:\"Parent page\",type:ControlType.String},f6boJC1kj:{defaultValue:\"Current\",displayTextArea:false,title:\"Current page\",type:ControlType.String},tnzfztmN8:{title:\"Link\",type:ControlType.Link},kTf48_2Pm:{defaultValue:\"Label\",displayTextArea:false,title:\"Button text\",type:ControlType.String},rvr2ojRP3:{defaultValue:\"token\",title:\"Token\",type:ControlType.String}});addFonts(FramerVfHgKb3zL,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]},...NavBreadCrumItemFonts,...ButtonAPIStakingButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVfHgKb3zL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oo3o7NI0O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"LcR9Gz9wy\\\":\\\"parentPage\\\",\\\"f6boJC1kj\\\":\\\"currentPage\\\",\\\"tnzfztmN8\\\":\\\"link\\\",\\\"kTf48_2Pm\\\":\\\"buttonText\\\",\\\"rvr2ojRP3\\\":\\\"token\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"45\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}