{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B7oWX0bIf30JSDgehKwJ/M0oPOKb2YvjBAvdf6NtX/WalkButton.js", "ssg:https://framerusercontent.com/modules/JH9G3FOEnHu2QZO6ponw/gHjn5yKlo70tjnvS8081/Jk52FZc3w.js", "ssg:https://framerusercontent.com/modules/OB80HiXApaV56dxET5Vq/ahKtM1wp7eTYpa4zlhL1/esF8iFCt0.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function WalkButton(props){const[hovered,setHovered]=useState(false);const navigateTo=props.navigateToURL||`/diary-${props.index}`;console.log(window.location.href);console.log(`window.location.href.includes(${navigateTo}) = ${window.location.href.includes(navigateTo)}`);const pageIsNavigationTarget=window.location.href.endsWith(navigateTo);const navigate=()=>{if(!pageIsNavigationTarget)window.location.href=navigateTo;};const normalWalkClass=\"walk-normal-style\";const onHoverWalkClass=\"walk-on-hover-style\";const walkId=`walk_${props.index-1}`;let walkElementGlob=null;const getWalkElement=()=>{if(walkElementGlob)return walkElementGlob;walkElementGlob=document.getElementById(walkId);return walkElementGlob;};const onHover=val=>{setHovered(val);const walkElement=getWalkElement();if(val){var _walkElement_classList,_walkElement_classList1;walkElement===null||walkElement===void 0?void 0:(_walkElement_classList=walkElement.classList)===null||_walkElement_classList===void 0?void 0:_walkElement_classList.remove(normalWalkClass);walkElement===null||walkElement===void 0?void 0:(_walkElement_classList1=walkElement.classList)===null||_walkElement_classList1===void 0?void 0:_walkElement_classList1.add(onHoverWalkClass);}else{var _walkElement_classList2,_walkElement_classList3;walkElement===null||walkElement===void 0?void 0:(_walkElement_classList2=walkElement.classList)===null||_walkElement_classList2===void 0?void 0:_walkElement_classList2.add(normalWalkClass);walkElement===null||walkElement===void 0?void 0:(_walkElement_classList3=walkElement.classList)===null||_walkElement_classList3===void 0?void 0:_walkElement_classList3.remove(onHoverWalkClass);}};const buttonClassName=pageIsNavigationTarget?\"walk-button-on-hover-style\":hovered?\"walk-button-on-hover-style\":\"walk-button-normal-style\";return /*#__PURE__*/_jsxs(\"div\",{style:{justifyContent:\"space-between\",flexDirection:\"column\",height:props.style.height,width:props.style.width,display:\"flex\",margin:\"auto\",alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"style\",{children:`\n                    .walk-button-normal-style {\n                        width: ${props.buttonSize};\n                        height: ${props.buttonSize};\n                        background-color: ${props.backgroundColor};\n                        color: white;\n                        border-radius: 100%;\n                        display: flex;\n                        justify-content: center;\n                        align-items: center;\n                        font-size: 8px;\n                        cursor: pointer;\n                    }\n\n                    .walk-button-on-hover-style {\n                        width: ${props.buttonSize};\n                        height: ${props.buttonSize};\n                        background-color: ${props.hoveredBackgroundColor};\n                        color: white;\n                        border-radius: 100%;\n                        display: flex;\n                        justify-content: center;\n                        align-items: center;\n                        font-size: 8px;\n                        cursor: pointer;\n                    }\n                `}),/*#__PURE__*/_jsx(\"div\",{id:`walk-button_${(props.index-1).toString()}`,className:buttonClassName,onMouseEnter:()=>onHover(true),onMouseLeave:()=>onHover(false),onClick:()=>navigate(),children:props.index}),/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0\",zIndex:11,height:props.walkDateOptions.fontSize,width:\"auto\",color:`${props.hoveredBackgroundColor}`,fontSize:props.walkDateOptions.fontSize,fontFamily:props.walkDateOptions.font,fontWeight:props.walkDateOptions.weight},children:pageIsNavigationTarget||hovered?props.date:\"\"})]});}WalkButton.defaultProps={index:1,buttonSize:\"18px\",date:\"06/2021\",walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",weight:500,fontSize:\"14px\"},backgroundColor:\"#8A8A8A\",hoveredBackgroundColor:\"#333333\",textColor:\"white\",hoveredTextColor:\"white\",navigateToURL:undefined};addPropertyControls(WalkButton,{index:{title:\"Walk Id\",type:ControlType.Number,min:1,max:19,step:1,displayStepper:true},buttonSize:{title:\"Button Size String\",type:ControlType.String,defaultValue:\"18px\"},date:{title:\"Date Text\",type:ControlType.String,defaultValue:\"06/2021\"},walkDateOptions:{title:\"Walk Date Options\",type:ControlType.Object,controls:{font:{title:\"Font\",type:ControlType.String,defaultValue:\"Inter, Inter Placeholder, sans-serif\"},weight:{title:\"Font Weight\",type:ControlType.Number,defaultValue:500},fontSize:{title:\"Font Size\",type:ControlType.String,defaultValue:\"14px\"}}},backgroundColor:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"#8A8A8A\"},hoveredBackgroundColor:{title:\"Hovered Background Color\",type:ControlType.Color,defaultValue:\"#333333\"},navigateToURL:{title:\"Navigate To URL\",type:ControlType.Link,defaultValue:undefined,description:\"Default to '/diary-{Walk Id}'\"}})// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\n;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WalkButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WalkButton.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5Vdub .framer-styles-preset-18au3ek:not(.rich-text-wrapper), .framer-5Vdub .framer-styles-preset-18au3ek.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-5Vdub\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import WalkButton from\"https://framerusercontent.com/modules/B7oWX0bIf30JSDgehKwJ/M0oPOKb2YvjBAvdf6NtX/WalkButton.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/JH9G3FOEnHu2QZO6ponw/gHjn5yKlo70tjnvS8081/Jk52FZc3w.js\";const WalkButtonFonts=getFonts(WalkButton);const cycleOrder=[\"Niyyu1aZf\"];const serializationHash=\"framer-61Pg2\";const variantClassNames={Niyyu1aZf:\"framer-v-1c6dlmc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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 getProps=({backgroundColor,buttonSizeString,gap,height,id,width,...props})=>{var _ref,_ref1,_ref2;return{...props,DmOaAh53C:(_ref=buttonSizeString!==null&&buttonSizeString!==void 0?buttonSizeString:props.DmOaAh53C)!==null&&_ref!==void 0?_ref:\"18px\",edFpoKiif:(_ref1=backgroundColor!==null&&backgroundColor!==void 0?backgroundColor:props.edFpoKiif)!==null&&_ref1!==void 0?_ref1:\"rgb(191, 191, 191)\",VmkQRkhHT:(_ref2=gap!==null&&gap!==void 0?gap:props.VmkQRkhHT)!==null&&_ref2!==void 0?_ref2:10};};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,DmOaAh53C,edFpoKiif,VmkQRkhHT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Niyyu1aZf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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-1c6dlmc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Niyyu1aZf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g5v0c0\",layoutDependency:layoutDependency,layoutId:\"af1ZaZHvj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wj2hu0\",layoutDependency:layoutDependency,layoutId:\"r6_izJy6n\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17idmr7\",layoutDependency:layoutDependency,layoutId:\"pEVAEZY6c\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-etlr11\",layoutDependency:layoutDependency,layoutId:\"wm7KeJuYA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-157nolh-container\",layoutDependency:layoutDependency,layoutId:\"iN8ZyftYb-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"12px\",date:\"02/2024\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"iN8ZyftYb\",index:19,layoutId:\"iN8ZyftYb\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fzugnd-container\",layoutDependency:layoutDependency,layoutId:\"QyUxlt5DW-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"09/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"QyUxlt5DW\",index:18,layoutId:\"QyUxlt5DW\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p2okpu-container\",layoutDependency:layoutDependency,layoutId:\"GBzZkI54c-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"09/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"GBzZkI54c\",index:17,layoutId:\"GBzZkI54c\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mndwd1-container\",layoutDependency:layoutDependency,layoutId:\"Z38wGgBUY-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"09/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"Z38wGgBUY\",index:16,layoutId:\"Z38wGgBUY\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ra3wgk-container\",layoutDependency:layoutDependency,layoutId:\"UHN0jquGc-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"08/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"UHN0jquGc\",index:15,layoutId:\"UHN0jquGc\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1paxmzq-container\",layoutDependency:layoutDependency,layoutId:\"QyEsMSh6l-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"07/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"QyEsMSh6l\",index:14,layoutId:\"QyEsMSh6l\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p399f3-container\",layoutDependency:layoutDependency,layoutId:\"qQ0i33_tz-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"04/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"qQ0i33_tz\",index:13,layoutId:\"qQ0i33_tz\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eknld2-container\",layoutDependency:layoutDependency,layoutId:\"nQjKhN7HX-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"04/2023\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"nQjKhN7HX\",index:12,layoutId:\"nQjKhN7HX\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v56mh2\",layoutDependency:layoutDependency,layoutId:\"MNnY1Tc5G\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvZXcgTmV4dCBBcmFiaWMgTWVkaXVt\",\"--framer-font-family\":'\"Loew Next Arabic Medium\", \"Loew Next Arabic Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h5pCTKSv4\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18au3ek\",\"data-styles-preset\":\"Jk52FZc3w\",children:\"\u0645\u0630\u0643\u0631\u0627\u062A \u0645\u0646 \u0648\u0627\u062F\u064A \u0627\u0644\u0635\u0631\u0627\u0631\"})})})}),className:\"framer-1c1h0an\",\"data-framer-name\":\"\u0648\u0627\u062F\u064A \u0628\u064A\u062A \u062D\u0646\u064A\u0646\u0627\",fonts:[\"CUSTOM;Loew Next Arabic Medium\"],layoutDependency:layoutDependency,layoutId:\"af1ZaZHvjO4OvDenEi\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4k7hiu\",layoutDependency:layoutDependency,layoutId:\"bD_9bgY7M\",style:{\"--1cmc02u\":VmkQRkhHT},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yohzqj\",layoutDependency:layoutDependency,layoutId:\"di6QxOUe2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b9favx-container\",layoutDependency:layoutDependency,layoutId:\"BOpaHCIqp-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"01/2022\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"BOpaHCIqp\",index:11,layoutId:\"BOpaHCIqp\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16dra3u-container\",layoutDependency:layoutDependency,layoutId:\"KnRrCP46_-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"12/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"KnRrCP46_\",index:10,layoutId:\"KnRrCP46_\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fexmxa-container\",layoutDependency:layoutDependency,layoutId:\"AOAunzQ9k-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"12/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"AOAunzQ9k\",index:9,layoutId:\"AOAunzQ9k\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e3qyss-container\",layoutDependency:layoutDependency,layoutId:\"WpvaiRooG-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"09/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"WpvaiRooG\",index:8,layoutId:\"WpvaiRooG\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10qbx58-container\",layoutDependency:layoutDependency,layoutId:\"bjRBjng29-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"08/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"bjRBjng29\",index:7,layoutId:\"bjRBjng29\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ugseoc-container\",layoutDependency:layoutDependency,layoutId:\"FCpEdurdW-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"08/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"FCpEdurdW\",index:6,layoutId:\"FCpEdurdW\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-156cj0y-container\",layoutDependency:layoutDependency,layoutId:\"yXCIzGsiY-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"07/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"yXCIzGsiY\",index:5,layoutId:\"yXCIzGsiY\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f7kgoc-container\",layoutDependency:layoutDependency,layoutId:\"mnQHYM_4t-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"07/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"mnQHYM_4t\",index:4,layoutId:\"mnQHYM_4t\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfkwim-container\",layoutDependency:layoutDependency,layoutId:\"J4xxq8b1Y-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"07/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"J4xxq8b1Y\",index:3,layoutId:\"J4xxq8b1Y\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1suh588-container\",layoutDependency:layoutDependency,layoutId:\"OyY0L5MIP-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:\"rgb(138, 138, 138)\",buttonSize:\"18px\",date:\"06/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"OyY0L5MIP\",index:2,layoutId:\"OyY0L5MIP\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ve27w-container\",layoutDependency:layoutDependency,layoutId:\"X4Vfwusr2-container\",children:/*#__PURE__*/_jsx(WalkButton,{backgroundColor:edFpoKiif,buttonSize:DmOaAh53C,date:\"01/2021\",height:\"100%\",hoveredBackgroundColor:\"rgb(51, 51, 51)\",id:\"X4Vfwusr2\",index:1,layoutId:\"X4Vfwusr2\",style:{height:\"100%\",width:\"100%\"},walkDateOptions:{font:\"Inter, Inter Placeholder, sans-serif\",fontSize:\"14px\",weight:500},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mavFOwHpy\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:290,intrinsicWidth:305,pixelHeight:580,pixelWidth:610,sizes:\"55px\",src:\"https://framerusercontent.com/images/bcKDLWXQJfNjf6XKai4QQexmY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bcKDLWXQJfNjf6XKai4QQexmY.png?scale-down-to=512 512w,https://framerusercontent.com/images/bcKDLWXQJfNjf6XKai4QQexmY.png 610w\"},className:\"framer-uqucv8 framer-1ieytky\",\"data-framer-name\":\"Screen_Shot_2024_02_09_at_3_46_23_PM\",layoutDependency:layoutDependency,layoutId:\"af1ZaZHvjEx6mmdKIr\"})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-61Pg2.framer-1ieytky, .framer-61Pg2 .framer-1ieytky { display: block; }\",\".framer-61Pg2.framer-1c6dlmc { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 90px; justify-content: flex-end; padding: 0px; position: relative; width: 1330px; }\",\".framer-61Pg2 .framer-1g5v0c0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 24px 0px 0px; position: sticky; top: 0px; width: min-content; will-change: transform; z-index: 1; }\",\".framer-61Pg2 .framer-1wj2hu0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1241px; }\",\".framer-61Pg2 .framer-17idmr7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61Pg2 .framer-etlr11 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: 50%; justify-content: center; min-width: 380px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61Pg2 .framer-157nolh-container, .framer-61Pg2 .framer-fzugnd-container, .framer-61Pg2 .framer-1p2okpu-container, .framer-61Pg2 .framer-mndwd1-container, .framer-61Pg2 .framer-1ra3wgk-container, .framer-61Pg2 .framer-1paxmzq-container, .framer-61Pg2 .framer-p399f3-container, .framer-61Pg2 .framer-1eknld2-container { flex: none; height: 33px; position: relative; width: 12px; }\",\".framer-61Pg2 .framer-v56mh2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; max-width: 100%; overflow: visible; padding: 26px; position: relative; width: 350px; }\",\".framer-61Pg2 .framer-1c1h0an { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-61Pg2 .framer-4k7hiu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: calc(max(0, var(--1cmc02u)) * 1px); height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 503px; }\",\".framer-61Pg2 .framer-yohzqj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 50%; justify-content: center; min-width: 500px; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-61Pg2 .framer-b9favx-container, .framer-61Pg2 .framer-16dra3u-container, .framer-61Pg2 .framer-10qbx58-container, .framer-61Pg2 .framer-1ugseoc-container, .framer-61Pg2 .framer-156cj0y-container, .framer-61Pg2 .framer-f7kgoc-container, .framer-61Pg2 .framer-1xfkwim-container, .framer-61Pg2 .framer-1suh588-container, .framer-61Pg2 .framer-4ve27w-container { flex: none; height: 33px; position: relative; width: 43px; }\",\".framer-61Pg2 .framer-fexmxa-container, .framer-61Pg2 .framer-1e3qyss-container { flex: none; height: 33px; position: relative; width: 44px; }\",\".framer-61Pg2 .framer-uqucv8 { aspect-ratio: 1.0517241379310345 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 52px); overflow: visible; position: relative; text-decoration: none; width: 55px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-61Pg2.framer-1c6dlmc, .framer-61Pg2 .framer-1g5v0c0, .framer-61Pg2 .framer-1wj2hu0, .framer-61Pg2 .framer-17idmr7, .framer-61Pg2 .framer-etlr11, .framer-61Pg2 .framer-v56mh2, .framer-61Pg2 .framer-4k7hiu, .framer-61Pg2 .framer-yohzqj { gap: 0px; } .framer-61Pg2.framer-1c6dlmc > *, .framer-61Pg2 .framer-yohzqj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-61Pg2.framer-1c6dlmc > :first-child, .framer-61Pg2 .framer-1g5v0c0 > :first-child, .framer-61Pg2 .framer-etlr11 > :first-child, .framer-61Pg2 .framer-yohzqj > :first-child { margin-left: 0px; } .framer-61Pg2.framer-1c6dlmc > :last-child, .framer-61Pg2 .framer-1g5v0c0 > :last-child, .framer-61Pg2 .framer-etlr11 > :last-child, .framer-61Pg2 .framer-yohzqj > :last-child { margin-right: 0px; } .framer-61Pg2 .framer-1g5v0c0 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-61Pg2 .framer-1wj2hu0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-61Pg2 .framer-1wj2hu0 > :first-child, .framer-61Pg2 .framer-17idmr7 > :first-child, .framer-61Pg2 .framer-v56mh2 > :first-child, .framer-61Pg2 .framer-4k7hiu > :first-child { margin-top: 0px; } .framer-61Pg2 .framer-1wj2hu0 > :last-child, .framer-61Pg2 .framer-17idmr7 > :last-child, .framer-61Pg2 .framer-v56mh2 > :last-child, .framer-61Pg2 .framer-4k7hiu > :last-child { margin-bottom: 0px; } .framer-61Pg2 .framer-17idmr7 > *, .framer-61Pg2 .framer-v56mh2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-61Pg2 .framer-etlr11 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-61Pg2 .framer-4k7hiu > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1cmc02u)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1cmc02u)) * 1px) / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 90\n * @framerIntrinsicWidth 1330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"DmOaAh53C\":\"buttonSizeString\",\"edFpoKiif\":\"backgroundColor\",\"VmkQRkhHT\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameresF8iFCt0=withCSS(Component,css,\"framer-61Pg2\");export default FrameresF8iFCt0;FrameresF8iFCt0.displayName=\"Interactive Walks Menu\";FrameresF8iFCt0.defaultProps={height:90,width:1330};addPropertyControls(FrameresF8iFCt0,{DmOaAh53C:{defaultValue:\"18px\",title:\"Button Size String\",type:ControlType.String},edFpoKiif:{defaultValue:\"rgb(191, 191, 191)\",title:\"Background Color\",type:ControlType.Color},VmkQRkhHT:{defaultValue:10,max:10,min:4,title:\"Gap\",type:ControlType.Number}});addFonts(FrameresF8iFCt0,[{explicitInter:true,fonts:[{family:\"Loew Next Arabic Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/C7qJnrGSSnynccExKyWiDIy3bX0.woff2\"}]},...WalkButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameresF8iFCt0\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"DmOaAh53C\\\":\\\"buttonSizeString\\\",\\\"edFpoKiif\\\":\\\"backgroundColor\\\",\\\"VmkQRkhHT\\\":\\\"gap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1330\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"90\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./esF8iFCt0.map"],
  "mappings": "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",
  "names": ["WalkButton", "props", "hovered", "setHovered", "ye", "navigateTo", "window", "pageIsNavigationTarget", "navigate", "normalWalkClass", "onHoverWalkClass", "walkId", "walkElementGlob", "getWalkElement", "onHover", "val", "walkElement", "_walkElement_classList", "_walkElement_classList1", "_walkElement_classList2", "_walkElement_classList3", "buttonClassName", "u", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "WalkButtonFonts", "getFonts", "WalkButton", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "backgroundColor", "buttonSizeString", "gap", "height", "id", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "DmOaAh53C", "edFpoKiif", "VmkQRkhHT", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "ComponentViewportProvider", "WalkButton", "RichText2", "Link", "Image2", "css", "FrameresF8iFCt0", "withCSS", "esF8iFCt0_default", "addPropertyControls", "ControlType", "addFonts", "WalkButtonFonts", "getFontsFromSharedStyle", "fonts"]
}
