{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8jVC6iDO50fFu4puCdgI/2blxRiCnzc7eyWmqNOVA/Cookie.js", "ssg:https://framerusercontent.com/modules/2wHGUp0kt61pbHtxOhMg/3QjHcbRgOPwHtAtnNTIU/i4aldbfo7.js", "ssg:https://framerusercontent.com/modules/rUeVkfiEFpNv6BRklex5/a17Rx3xCdxf58wZy4fiG/G7TWeqUar.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";//Check the saved cookie and set the variant accordingly\nexport function withCookie(Component){return props=>{let isOpen=true;if(typeof document!==\"undefined\"&&document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\"))){var _document_cookie_split_find;//the cookies has already been set\nconst isOpenStr=(_document_cookie_split_find=document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\")))===null||_document_cookie_split_find===void 0?void 0:_document_cookie_split_find.split(\"=\")[1];isOpen=isOpenStr===\"true\";}return /*#__PURE__*/_jsx(Component,{...props,variant:isOpen?\"Open\":\"Closed\"});};}//Add an handler to toggle the value stored in the cookie\nexport function withHandler(Component){return props=>{const handleClick=()=>{//check previous state\nlet isOpen;if(typeof document!==\"undefined\"){var _document_cookie_split_find;const isOpenStr=(_document_cookie_split_find=document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\")))===null||_document_cookie_split_find===void 0?void 0:_document_cookie_split_find.split(\"=\")[1];isOpen=isOpenStr===\"true\";}//set new cookie\nconst today=new Date(Date.now());let expiryDay=new Date;expiryDay.setDate(today.getDate()+365);document.cookie=`isOpen=${!isOpen}; expires=${expiryDay.toUTCString()}; SameSite=None; Secure`;};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHandler\":{\"type\":\"reactHoc\",\"name\":\"withHandler\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCookie\":{\"type\":\"reactHoc\",\"name\":\"withCookie\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookie.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/tACvSgbbSLZcYuFTqITy/8TWXj90n1djIwzGEH8ya/af_ijkOdK.js\";const cycleOrder=[\"I182:14703;182:13051\",\"h7zYpDkJ7\"];const serializationHash=\"framer-yF7VC\";const variantClassNames={\"I182:14703;182:13051\":\"framer-v-105jm8t\",h7zYpDkJ7:\"framer-v-h3rz69\"};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={Available:\"I182:14703;182:13051\",Busy:\"h7zYpDkJ7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"I182:14703;182:13051\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I182:14703;182:13051\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-105jm8t\",className,classNames),\"data-framer-name\":\"Available\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051\",ref:ref??ref1,style:{...style},...addPropertyOverrides({h7zYpDkJ7:{\"data-framer-name\":\"Busy\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xqq4p9\",\"data-framer-name\":\"Availability\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051;171:5514\",style:{backgroundColor:\"var(--token-e555f6c0-a1a5-4ff2-907a-14fb48b0953b, rgb(93, 217, 202))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{h7zYpDkJ7:{backgroundColor:\"rgb(191, 70, 70)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j68762\",\"data-styles-preset\":\"af_ijkOdK\",children:\"Open for work\"})}),className:\"framer-1qc6ef2\",\"data-framer-name\":\"Open for work\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051;171:5515\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h7zYpDkJ7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j68762\",\"data-styles-preset\":\"af_ijkOdK\",children:\"Currently jammed\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yF7VC.framer-1hdpact, .framer-yF7VC .framer-1hdpact { display: block; }\",\".framer-yF7VC.framer-105jm8t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yF7VC .framer-1xqq4p9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); position: relative; width: 6px; }\",\".framer-yF7VC .framer-1qc6ef2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yF7VC.framer-105jm8t { gap: 0px; } .framer-yF7VC.framer-105jm8t > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-yF7VC.framer-105jm8t > :first-child { margin-left: 0px; } .framer-yF7VC.framer-105jm8t > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 108.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"h7zYpDkJ7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri4aldbfo7=withCSS(Component,css,\"framer-yF7VC\");export default Frameri4aldbfo7;Frameri4aldbfo7.displayName=\"UI/Availability\";Frameri4aldbfo7.defaultProps={height:22,width:108.5};addPropertyControls(Frameri4aldbfo7,{variant:{options:[\"I182:14703;182:13051\",\"h7zYpDkJ7\"],optionTitles:[\"Available\",\"Busy\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameri4aldbfo7,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri4aldbfo7\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"108.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"h7zYpDkJ7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"22\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i4aldbfo7.map", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withHandler}from\"https://framerusercontent.com/modules/8jVC6iDO50fFu4puCdgI/2blxRiCnzc7eyWmqNOVA/Cookie.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4EHSFSmyG8D99bdfiy3D/Huc3prVKmFpAX5LndK4v/cjjN2I1kf.js\";import UIAvatar from\"https://framerusercontent.com/modules/5G3GeiwlOmMUDr4maH9U/KbgM9iFgR5bNf0KrF1Uc/AEg0_Ryu6.js\";import UIAvailability from\"https://framerusercontent.com/modules/2wHGUp0kt61pbHtxOhMg/3QjHcbRgOPwHtAtnNTIU/i4aldbfo7.js\";import SidebarSidebarMenu from\"https://framerusercontent.com/modules/seRnD6mfHs47HNwh1W3y/QvIbl9qE8IQLw5QNU1YK/YM4r_2jW0.js\";const UIAvatarFonts=getFonts(UIAvatar);const UIAvailabilityFonts=getFonts(UIAvailability);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithHandler=withHandler(motion.div);const SidebarSidebarMenuFonts=getFonts(SidebarSidebarMenu);const SidebarSidebarMenuControls=getPropertyControls(SidebarSidebarMenu);const cycleOrder=[\"I182:14703;182:13044\",\"arDafGFGW\"];const serializationHash=\"framer-450lI\";const variantClassNames={\"I182:14703;182:13044\":\"framer-v-fp36vh\",arDafGFGW:\"framer-v-1unexh3\"};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 humanReadableEnumMap={\"Collapsed About\":\"CWoaZSeML\",\"Collapsed AI\":\"xyu8BZI9Z\",\"Collapsed Contact\":\"kX5fbvC9A\",\"Collapsed Film\":\"hPkw81GaT\",\"Collapsed Home\":\"lBesktPz8\",\"Collapsed Illustration\":\"ct7ae2MqK\",\"Collapsed Insta\":\"gAHfo1hNn\",\"Collapsed Marketing\":\"wLed40LPr\",\"Collapsed Motion\":\"trXQlzVTf\",\"Collapsed None\":\"ax9qb8loA\",\"Collapsed Press\":\"CNvwVXYeE\",\"Collapsed Web Design\":\"qKSka9HVu\",\"Open About Me\":\"vJzEueXCQ\",\"Open AI\":\"CwBLF5K22\",\"Open Contact\":\"X7BuPmhBg\",\"Open Film\":\"n0TCFHgu0\",\"Open Home\":\"I182:14703;182:13054\",\"Open Illustration\":\"x8iHihebV\",\"Open Instagram\":\"O8VX28vDk\",\"Open Marketing\":\"Apn_jxVOL\",\"Open Motion\":\"pzBkGzxIl\",\"Open None\":\"ZAlAMQdYW\",\"Open Press\":\"keazFAFHr\",\"Open Web\":\"gP5y6LasD\"};const humanReadableVariantMap={Closed:\"arDafGFGW\",Open:\"I182:14703;182:13044\"};const getProps=({activeTabCollapsed,activeTabExpanded,height,id,width,...props})=>{return{...props,F5CRmqY7c:humanReadableEnumMap[activeTabCollapsed]??activeTabCollapsed??props.F5CRmqY7c??\"lBesktPz8\",mNhvEGQQS:humanReadableEnumMap[activeTabExpanded]??activeTabExpanded??props.mNhvEGQQS??\"I182:14703;182:13054\",variant:humanReadableVariantMap[props.variant]??props.variant??\"I182:14703;182:13044\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F5CRmqY7c,mNhvEGQQS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I182:14703;182:13044\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb5zxmw=activeVariantCallback(async(...args)=>{setVariant(\"arDafGFGW\");});const onTapjgghr1=activeVariantCallback(async(...args)=>{setVariant(\"I182:14703;182:13044\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"arDafGFGW\")return false;return true;};const defaultLayoutId=React.useId();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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fp36vh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Open\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13044\",ref:ref??ref1,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(31, 31, 31)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",background:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(27, 68, 84, 0.7) 93.1200731981982%, rgb(27, 68, 84) 100.9009009009009%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({arDafGFGW:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bpf18t\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13045\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rvngp\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13046\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ph2hrg\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13047\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VxDW3SRkj\"},implicitPathVariables:undefined},{href:{webPageId:\"VxDW3SRkj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"44px\",y:(componentViewport?.y||0)+31+(((componentViewport?.height||818)-62-756)/2+0+0)+50+0+0+1,...addPropertyOverrides({arDafGFGW:{y:(componentViewport?.y||0)+31+(((componentViewport?.height||763)-62-652)/2+0+0)+50+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jd9d15-container\",layoutDependency:layoutDependency,layoutId:\"RqplZb3o2-container\",children:/*#__PURE__*/_jsx(UIAvatar,{height:\"100%\",id:\"RqplZb3o2\",layoutId:\"RqplZb3o2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xyOZb0FM6:resolvedLinks[0],...addPropertyOverrides({arDafGFGW:{xyOZb0FM6:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nrsahv\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13049\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mc9t56\",\"data-styles-preset\":\"cjjN2I1kf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e555f6c0-a1a5-4ff2-907a-14fb48b0953b, rgb(148, 255, 239)))\"},children:\"Daniel James Smith\"})}),className:\"framer-19123gy\",\"data-framer-name\":\"Carl Sagan\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13050\",style:{\"--extracted-r6o4lv\":\"var(--token-e555f6c0-a1a5-4ff2-907a-14fb48b0953b, rgb(148, 255, 239))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+31+(((componentViewport?.height||818)-62-756)/2+0+0)+50+0+0+0+0+24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6g8nry-container\",layoutDependency:layoutDependency,layoutId:\"QyPBOWRRF-container\",children:/*#__PURE__*/_jsx(UIAvailability,{height:\"100%\",id:\"QyPBOWRRF\",layoutId:\"QyPBOWRRF\",variant:\"I182:14703;182:13051\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithHandler,{className:\"framer-z4hypz\",\"data-border\":true,\"data-framer-name\":\"Sidebar Collapse Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13052\",onTap:onTapb5zxmw,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1fb7ec29-3e29-48b6-bfa7-821f5fff504a, rgb(225, 226, 242))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5aa14f86-0daa-4c64-a52c-1c75611d5ae4, rgb(234, 236, 248))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({arDafGFGW:{onTap:onTapjgghr1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f5aemd-container\",layoutDependency:layoutDependency,layoutId:\"RIVEkhxGj-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d8f45a16-4ab8-4f21-a042-bfd7dcaf9c1d, rgb(104, 110, 124))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"RIVEkhxGj\",layoutId:\"RIVEkhxGj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({arDafGFGW:{iconSelection:\"ArrowRight\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+31+(((componentViewport?.height||818)-62-756)/2+0+0)+50+86,...addPropertyOverrides({arDafGFGW:{height:500,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+31+(((componentViewport?.height||763)-62-652)/2+0+0)+50+84}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c5wnjt-container\",layoutDependency:layoutDependency,layoutId:\"fWk2M5UY3-container\",children:/*#__PURE__*/_jsx(SidebarSidebarMenu,{height:\"100%\",id:\"fWk2M5UY3\",layoutId:\"fWk2M5UY3\",style:{height:\"100%\",width:\"100%\"},variant:mNhvEGQQS,width:\"100%\",...addPropertyOverrides({arDafGFGW:{style:{width:\"100%\"},variant:F5CRmqY7c}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-450lI.framer-pnuyvc, .framer-450lI .framer-pnuyvc { display: block; }\",\".framer-450lI.framer-fp36vh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: auto; padding: 31px 0px 31px 0px; position: relative; width: 280px; }\",\".framer-450lI .framer-bpf18t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 20px 20px 20px; position: relative; width: 100%; }\",\".framer-450lI .framer-rvngp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-450lI .framer-ph2hrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-450lI .framer-jd9d15-container { flex: none; height: 44px; position: relative; width: 44px; }\",\".framer-450lI .framer-1nrsahv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-450lI .framer-19123gy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-450lI .framer-6g8nry-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-450lI .framer-z4hypz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 28px; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-450lI .framer-1f5aemd-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-450lI .framer-1c5wnjt-container { flex: none; height: 600px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-450lI.framer-fp36vh, .framer-450lI .framer-bpf18t, .framer-450lI .framer-ph2hrg, .framer-450lI .framer-1nrsahv, .framer-450lI .framer-z4hypz { gap: 0px; } .framer-450lI.framer-fp36vh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-450lI.framer-fp36vh > :first-child, .framer-450lI .framer-bpf18t > :first-child, .framer-450lI .framer-1nrsahv > :first-child { margin-top: 0px; } .framer-450lI.framer-fp36vh > :last-child, .framer-450lI .framer-bpf18t > :last-child, .framer-450lI .framer-1nrsahv > :last-child { margin-bottom: 0px; } .framer-450lI .framer-bpf18t > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-450lI .framer-ph2hrg > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-450lI .framer-ph2hrg > :first-child, .framer-450lI .framer-z4hypz > :first-child { margin-left: 0px; } .framer-450lI .framer-ph2hrg > :last-child, .framer-450lI .framer-z4hypz > :last-child { margin-right: 0px; } .framer-450lI .framer-1nrsahv > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-450lI .framer-z4hypz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-450lI.framer-v-1unexh3.framer-fp36vh { overflow: visible; width: 80px; }\",\".framer-450lI.framer-v-1unexh3 .framer-bpf18t { justify-content: center; padding: 50px 16px 18px 16px; }\",\".framer-450lI.framer-v-1unexh3 .framer-rvngp { gap: 60px; justify-content: center; }\",\".framer-450lI.framer-v-1unexh3 .framer-z4hypz { position: absolute; right: -29px; top: calc(50.00000000000002% - 28px / 2); z-index: 2; }\",\".framer-450lI.framer-v-1unexh3 .framer-1c5wnjt-container { height: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-450lI.framer-v-1unexh3 .framer-rvngp { gap: 0px; } .framer-450lI.framer-v-1unexh3 .framer-rvngp > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-450lI.framer-v-1unexh3 .framer-rvngp > :first-child { margin-left: 0px; } .framer-450lI.framer-v-1unexh3 .framer-rvngp > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-450lI[data-border=\"true\"]::after, .framer-450lI [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; }','.framer-450lI[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-450lI [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-450lI[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-450lI [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 818\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"arDafGFGW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"F5CRmqY7c\":\"activeTabCollapsed\",\"mNhvEGQQS\":\"activeTabExpanded\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerG7TWeqUar=withCSS(Component,css,\"framer-450lI\");export default FramerG7TWeqUar;FramerG7TWeqUar.displayName=\"Sidebar/Sidebar\";FramerG7TWeqUar.defaultProps={height:818,width:280};addPropertyControls(FramerG7TWeqUar,{variant:{options:[\"I182:14703;182:13044\",\"arDafGFGW\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},F5CRmqY7c:SidebarSidebarMenuControls?.[\"variant\"]&&{...SidebarSidebarMenuControls[\"variant\"],defaultValue:\"lBesktPz8\",description:undefined,hidden:undefined,title:\"Active Tab Collapsed\"},mNhvEGQQS:SidebarSidebarMenuControls?.[\"variant\"]&&{...SidebarSidebarMenuControls[\"variant\"],defaultValue:\"I182:14703;182:13054\",description:undefined,hidden:undefined,title:\"Active Tab Expanded\"}});addFonts(FramerG7TWeqUar,[{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\"}]},...UIAvatarFonts,...UIAvailabilityFonts,...PhosphorFonts,...SidebarSidebarMenuFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG7TWeqUar\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"arDafGFGW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"818\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"F5CRmqY7c\\\":\\\"activeTabCollapsed\\\",\\\"mNhvEGQQS\\\":\\\"activeTabExpanded\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./G7TWeqUar.map"],
  "mappings": "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",
  "names": ["withCookie", "Component", "props", "isOpen", "row", "_document_cookie_split_find", "p", "withHandler", "today", "expiryDay", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "Frameri4aldbfo7", "withCSS", "i4aldbfo7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "G7TWeqUar_exports", "__export", "__FramerMetadata__", "G7TWeqUar_default", "UIAvatarFonts", "getFonts", "AEg0_Ryu6_default", "UIAvailabilityFonts", "i4aldbfo7_default", "PhosphorFonts", "Icon", "MotionDivWithHandler", "withHandler", "motion", "SidebarSidebarMenuFonts", "YM4r_2jW0_default", "SidebarSidebarMenuControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "activeTabCollapsed", "activeTabExpanded", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F5CRmqY7c", "mNhvEGQQS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb5zxmw", "args", "onTapjgghr1", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "RichText2", "css", "FramerG7TWeqUar", "withCSS", "G7TWeqUar_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
