{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lYJDimk5K4DFWy28V4jA/0WZb1OotKRktV0X48vBf/Nav_bar.js", "ssg:https://framerusercontent.com/modules/aXMwMEJiwz466Ne1tU2t/FkMqzW0MJerwdOg2RuX2/EJ5rcYZ65.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";// Override for scroll visibility logic (bottom center navigation)\nexport function useScrollVisibility(){const[visible,setVisible]=useState(false)// Initially hidden\n;const[lastScrollTop,setLastScrollTop]=useState(0);useEffect(()=>{const handleScroll=()=>{const scrollTop=window.pageYOffset||document.documentElement.scrollTop;if(scrollTop>200&&scrollTop<lastScrollTop){// Scrolling up\nsetVisible(true);}else{// Scrolling down or near the top\nsetVisible(false);}setLastScrollTop(scrollTop);};window.addEventListener(\"scroll\",handleScroll);return()=>window.removeEventListener(\"scroll\",handleScroll);},[lastScrollTop]);return{initial:{y:64,opacity:0},animate:{y:visible?0:64,opacity:visible?1:0,scale:visible?1:.5},transition:{type:\"tween\",duration:.25,ease:\"easeOut\"},style:{position:\"fixed\",bottom:16,width:\"100%\"}};}// Override for scroll-to-top button (bottom center)\nexport function useScrollToTop(){const[visible,setVisible]=useState(false);useEffect(()=>{const handleScroll=()=>{const scrollTop=window.pageYOffset||document.documentElement.scrollTop;setVisible(scrollTop>200)// Show button only if scrolled down 200px\n;};window.addEventListener(\"scroll\",handleScroll);return()=>window.removeEventListener(\"scroll\",handleScroll);},[]);const scrollToTop=()=>{window.scrollTo({top:0,behavior:\"smooth\"});};return{onClick:scrollToTop,initial:{y:64,opacity:0},animate:{y:visible?0:64,opacity:visible?1:0},transition:{type:\"tween\",duration:.25,ease:\"easeOut\"},children:\"Scroll to Top\"};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withuseScrollVisibility(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...useScrollVisibility(props)});};}withuseScrollVisibility.displayName=\"useScrollVisibility\";export function withuseScrollToTop(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...useScrollToTop(props)});};}withuseScrollToTop.displayName=\"useScrollToTop\";\nexport const __FramerMetadata__ = {\"exports\":{\"useScrollToTop\":{\"type\":\"override\",\"name\":\"useScrollToTop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useScrollVisibility\":{\"type\":\"override\",\"name\":\"useScrollVisibility\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withuseScrollVisibility\":{\"type\":\"reactHoc\",\"name\":\"withuseScrollVisibility\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withuseScrollToTop\":{\"type\":\"reactHoc\",\"name\":\"withuseScrollToTop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Nav_bar.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withuseScrollToTop,withuseScrollVisibility}from\"https://framerusercontent.com/modules/lYJDimk5K4DFWy28V4jA/0WZb1OotKRktV0X48vBf/Nav_bar.js\";import BtnIconRightComponent,*as BtnIconRightComponentInfo from\"https://framerusercontent.com/modules/0HkfgLktYQse5npHq3qN/lPUAggbkHPumqjZmC8xl/kcVdtwnnm.js\";const BtnIconRightComponentFonts=getFonts(BtnIconRightComponent);const BtnIconRightComponentWithuseScrollToTopWithMappedReactProps1fsmz9j=withMappedReactProps(withuseScrollToTop(BtnIconRightComponent),BtnIconRightComponentInfo);const MotionDivWithuseScrollVisibility=withuseScrollVisibility(motion.div);const cycleOrder=[\"WNdcpNFco\",\"tgj1t4s8l\",\"e7il0u_ZU\",\"u4oFP1_Ub\",\"hV9Vh3Xxe\",\"RoCXY5YSu\"];const serializationHash=\"framer-xN8us\";const variantClassNames={e7il0u_ZU:\"framer-v-ijpx1k\",hV9Vh3Xxe:\"framer-v-wve1xs\",RoCXY5YSu:\"framer-v-y0omuz\",tgj1t4s8l:\"framer-v-6cycyk\",u4oFP1_Ub:\"framer-v-11xc5vn\",WNdcpNFco:\"framer-v-g6kxj4\"};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 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={\"Desktop Large\":\"WNdcpNFco\",\"Desktop Medium\":\"tgj1t4s8l\",\"Desktop Small\":\"e7il0u_ZU\",\"Tablet Small\":\"hV9Vh3Xxe\",Phone:\"RoCXY5YSu\",Tablet:\"u4oFP1_Ub\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WNdcpNFco\"};};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:\"WNdcpNFco\",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(MotionDivWithuseScrollVisibility,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-g6kxj4\",className,classNames),\"data-framer-name\":\"Desktop Large\",layoutDependency:layoutDependency,layoutId:\"WNdcpNFco\",ref:ref??ref1,style:{...style},...addPropertyOverrides({e7il0u_ZU:{\"data-framer-name\":\"Desktop Small\"},hV9Vh3Xxe:{\"data-framer-name\":\"Tablet Small\"},RoCXY5YSu:{\"data-framer-name\":\"Phone\"},tgj1t4s8l:{\"data-framer-name\":\"Desktop Medium\"},u4oFP1_Ub:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+(24+((componentViewport?.height||86)-48-42)/2),...addPropertyOverrides({e7il0u_ZU:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||84)-48-42)/2)},hV9Vh3Xxe:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||78)-48-42)/2)},RoCXY5YSu:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||78)-48-42)/2)},u4oFP1_Ub:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||82)-48-42)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0qz7f-container\",layoutDependency:layoutDependency,layoutId:\"DiXapmVq7-container\",children:/*#__PURE__*/_jsx(BtnIconRightComponentWithuseScrollToTopWithMappedReactProps1fsmz9j,{GV30Lbtf1:false,height:\"100%\",id:\"DiXapmVq7\",JgYed0ITD:\"arrow-up\",layoutId:\"DiXapmVq7\",QAl7muC5h:\"Scroll to top\",variant:\"xCqSmeCg8\",width:\"100%\",zX0ii3BDA:\"s1UVGGWxK\",...addPropertyOverrides({e7il0u_ZU:{zX0ii3BDA:\"UgsjwZxsU\"},hV9Vh3Xxe:{zX0ii3BDA:\"D67gTXB3s\"},RoCXY5YSu:{zX0ii3BDA:\"D67gTXB3s\"},u4oFP1_Ub:{zX0ii3BDA:\"uEaCX5fIi\"}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xN8us.framer-og3a8d, .framer-xN8us .framer-og3a8d { display: block; }\",\".framer-xN8us.framer-g6kxj4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: min-content; }\",\".framer-xN8us .framer-k0qz7f-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xN8us.framer-g6kxj4 { gap: 0px; } .framer-xN8us.framer-g6kxj4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xN8us.framer-g6kxj4 > :first-child { margin-left: 0px; } .framer-xN8us.framer-g6kxj4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 86\n * @framerIntrinsicWidth 242\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tgj1t4s8l\":{\"layout\":[\"auto\",\"auto\"]},\"e7il0u_ZU\":{\"layout\":[\"auto\",\"auto\"]},\"u4oFP1_Ub\":{\"layout\":[\"auto\",\"auto\"]},\"hV9Vh3Xxe\":{\"layout\":[\"auto\",\"auto\"]},\"RoCXY5YSu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEJ5rcYZ65=withCSS(Component,css,\"framer-xN8us\");export default FramerEJ5rcYZ65;FramerEJ5rcYZ65.displayName=\"Scroll to top\";FramerEJ5rcYZ65.defaultProps={height:86,width:242};addPropertyControls(FramerEJ5rcYZ65,{variant:{options:[\"WNdcpNFco\",\"tgj1t4s8l\",\"e7il0u_ZU\",\"u4oFP1_Ub\",\"hV9Vh3Xxe\",\"RoCXY5YSu\"],optionTitles:[\"Desktop Large\",\"Desktop Medium\",\"Desktop Small\",\"Tablet\",\"Tablet Small\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerEJ5rcYZ65,[{explicitInter:true,fonts:[]},...BtnIconRightComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEJ5rcYZ65\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"86\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tgj1t4s8l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"e7il0u_ZU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u4oFP1_Ub\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hV9Vh3Xxe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RoCXY5YSu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"242\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["useScrollVisibility", "visible", "setVisible", "ye", "lastScrollTop", "setLastScrollTop", "ue", "handleScroll", "scrollTop", "window", "useScrollToTop", "withuseScrollVisibility", "C", "props", "re", "DataObserverContext", "p", "withuseScrollToTop", "EJ5rcYZ65_exports", "__export", "__FramerMetadata__", "EJ5rcYZ65_default", "BtnIconRightComponentFonts", "getFonts", "kcVdtwnnm_default", "BtnIconRightComponentWithuseScrollToTopWithMappedReactProps1fsmz9j", "withMappedReactProps", "withuseScrollToTop", "kcVdtwnnm_exports", "MotionDivWithuseScrollVisibility", "withuseScrollVisibility", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerEJ5rcYZ65", "withCSS", "EJ5rcYZ65_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
