{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oHbZwG6YCWGFzszLllr1/uxvyz3Nxz70K03oOdhvM/M63AIjb6X.js", "ssg:https://framerusercontent.com/modules/X7eYtL1gh6a2aVrW78iq/q35vTN8u4Q55OX1yPAkG/oMHDmOhfd.js", "ssg:https://framerusercontent.com/modules/2S4XFDGrkqLDHzD4YKsL/xgMO7iTVBdrDTCa6FH2k/CMSActionInterface.js"],
  "sourcesContent": ["// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{withLoggedIn,withNoActiveLicense,withToggleBookmarkBlog,withVariant}from\"https://framerusercontent.com/modules/y45Mqa7Jovm1nyFfknI4/eG7CeMK0MqHZyMtUZTH7/FramerAuth.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/7PRQgapfJ0k0qjjC3H6N/aPPFR2mpsngmIuhZAgGa/alsnFQqmy.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/VJIOg0IvFRP5k5Qt2VcL/APTVyCtNqkA3VHPfoClB/LAxDOkdwp.js\";import NewCMSCardPreviewIcon from\"https://framerusercontent.com/modules/dWG7wPhV2eqsSbPXWEkw/29KEe19aj1xKbI43sPMR/KMLk7Ida0.js\";import ActionsBookmark,*as ActionsBookmarkInfo from\"https://framerusercontent.com/modules/X7eYtL1gh6a2aVrW78iq/q35vTN8u4Q55OX1yPAkG/oMHDmOhfd.js\";import CMSCopyToClipboard,*as CMSCopyToClipboardInfo from\"https://framerusercontent.com/modules/QBJExT6O9CGh7hPOha5e/pDA0EcSPi2G5SYrtsNNT/RuS0nFgD1.js\";const MotionDivWithNoActiveLicense14190r5=withCodeBoundaryForOverrides(motion.div,{nodeId:\"fz4zcp3S8\",override:withNoActiveLicense,scopeId:\"M63AIjb6X\"});const CMSCopyToClipboardFonts=getFonts(CMSCopyToClipboard);const CMSCopyToClipboardWithVariantfyvszdWithMappedReactPropsnv3nsz=withMappedReactProps(withCodeBoundaryForOverrides(CMSCopyToClipboard,{nodeId:\"wf6x4QJKC\",override:withVariant,scopeId:\"M63AIjb6X\"}),CMSCopyToClipboardInfo);const ActionsBookmarkFonts=getFonts(ActionsBookmark);const ActionsBookmarkWithToggleBookmarkBloggb7nvkWithMappedReactPropsfipbdd=withMappedReactProps(withCodeBoundaryForOverrides(ActionsBookmark,{nodeId:\"IwJiO7V9h\",override:withToggleBookmarkBlog,scopeId:\"M63AIjb6X\"}),ActionsBookmarkInfo);const MotionDivWithLoggedIn9mvuq=withCodeBoundaryForOverrides(motion.div,{nodeId:\"cRK_SYv4U\",override:withLoggedIn,scopeId:\"M63AIjb6X\"});const FeatherFonts=getFonts(Feather);const MotionDivWithFX=withFX(motion.div);const NewCMSCardPreviewIconFonts=getFonts(NewCMSCardPreviewIcon);const CMSCopyToClipboardControls=getPropertyControls(CMSCopyToClipboard);const cycleOrder=[\"uP4jgfPWG\",\"LfB2KFoHp\",\"ri8nimQP_\"];const serializationHash=\"framer-FT8vh\";const variantClassNames={LfB2KFoHp:\"framer-v-1el69qm\",ri8nimQP_:\"framer-v-1xlelyt\",uP4jgfPWG:\"framer-v-diro34\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Variant 3\":\"bJODnqjNH\",Locked:\"r73lVG_jH\",Unlocked:\"XDyGI8U0D\"};const humanReadableVariantMap={\"Layout Card\":\"LfB2KFoHp\",\"Layout Phone\":\"ri8nimQP_\",\"Section Card\":\"uP4jgfPWG\"};const getProps=({copyCode,framerCode,heading,height,id,image,new1,openModel,previewLink,pRO,slug,width,...props})=>{return{...props,Av0nfMuzV:openModel??props.Av0nfMuzV,bS09z0QxW:framerCode??props.bS09z0QxW,j2b_EdHf0:slug??props.j2b_EdHf0,KdjNJuSFp:heading??props.KdjNJuSFp??\"Portfolio Detail v1\",mz0jpDfeB:humanReadableEnumMap[copyCode]??copyCode??props.mz0jpDfeB??\"XDyGI8U0D\",oJgIngxAq:pRO??props.oJgIngxAq??true,PYy7AG5us:previewLink??props.PYy7AG5us,SNBpd6HH2:image??props.SNBpd6HH2,variant:humanReadableVariantMap[props.variant]??props.variant??\"uP4jgfPWG\",xsUYON6l1:new1??props.xsUYON6l1??true};};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,SNBpd6HH2,KdjNJuSFp,PYy7AG5us,mz0jpDfeB,bS09z0QxW,xsUYON6l1,oJgIngxAq,j2b_EdHf0,Av0nfMuzV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uP4jgfPWG\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1a3wzll=activeVariantCallback(async(...args)=>{if(Av0nfMuzV){const res=await Av0nfMuzV(...args);if(res===false)return false;}});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"LfB2KFoHp\",\"ri8nimQP_\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-diro34\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Section Card\",layoutDependency:layoutDependency,layoutId:\"uP4jgfPWG\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-009a4b69-bc60-4ec0-98b0-cecf919bfb21, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5e6a8a73-6180-41c5-a4e0-b5a025f2b48a, rgb(241, 241, 241))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"3px 3px 15px 0px rgba(0, 0, 0, 0.03)\",...style},...addPropertyOverrides({LfB2KFoHp:{\"data-framer-name\":\"Layout Card\"},ri8nimQP_:{\"data-framer-name\":\"Layout Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4igs1h\",\"data-framer-name\":\"Image Frame\",layoutDependency:layoutDependency,layoutId:\"HRWrxoWEw\",style:{backgroundColor:\"var(--token-b7e0ee39-7195-4e97-994f-cec289c7aee4, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+(((componentViewport?.height||307)-20-287)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,...toResponsiveImage(SNBpd6HH2),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-hfcrd4\",\"data-framer-name\":\"Featured Image\",layoutDependency:layoutDependency,layoutId:\"Umm1H8fMz\",...addPropertyOverrides({LfB2KFoHp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+(((componentViewport?.height||517)-20-581)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,...toResponsiveImage(SNBpd6HH2),...{positionX:\"center\",positionY:\"top\"}}},ri8nimQP_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+(((componentViewport?.height||551)-20-626)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,...toResponsiveImage(SNBpd6HH2),...{positionX:\"center\",positionY:\"top\"}}}},baseVariant,gestureVariant),children:oJgIngxAq&&/*#__PURE__*/_jsx(MotionDivWithNoActiveLicense14190r5,{className:\"framer-14190r5\",\"data-framer-name\":\"PRO\",layoutDependency:layoutDependency,layoutId:\"fz4zcp3S8\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 7, 43, 0.8)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2e0727ca-b828-4181-8751-d0bddc98bc41, rgb(255, 255, 255)))\"},children:\"PRO\"})}),className:\"framer-1ox62ni\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Vi61WG5SM\",style:{\"--extracted-r6o4lv\":\"var(--token-2e0727ca-b828-4181-8751-d0bddc98bc41, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pyznde\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"iHzRBDVm0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sswr98\",\"data-framer-name\":\"Heading Wrap\",layoutDependency:layoutDependency,layoutId:\"ZQfdUHG7j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9e5md\",\"data-styles-preset\":\"LAxDOkdwp\",children:\"Title\"})}),className:\"framer-1w7my7j\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"asjoi6TSm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KdjNJuSFp,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-qvog5e\",\"data-framer-name\":\"Badges Wrap\",layoutDependency:layoutDependency,layoutId:\"r1AUw27XT\",children:xsUYON6l1&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-26pxk6\",\"data-framer-name\":\"New\",layoutDependency:layoutDependency,layoutId:\"bOLWeuarW\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fxtorh\",layoutDependency:layoutDependency,layoutId:\"wtsrTQXR_\",style:{backgroundColor:\"rgb(237, 118, 14)\",borderBottomLeftRadius:4505e3,borderBottomRightRadius:4505e3,borderTopLeftRadius:4505e3,borderTopRightRadius:4505e3}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 118, 14))\"},children:\"New\"})}),className:\"framer-11p5eiq\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"s498ImtxP\",style:{\"--extracted-r6o4lv\":\"rgb(237, 118, 14)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pchl33\",\"data-framer-name\":\"Icons Wrap\",layoutDependency:layoutDependency,layoutId:\"jAo5XMvDK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,width:\"35px\",y:(componentViewport?.y||0)+8+(((componentViewport?.height||307)-20-287)/2+240+12)+0+0,...addPropertyOverrides({LfB2KFoHp:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||517)-20-581)/2+450+12)+42+0},ri8nimQP_:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||551)-20-626)/2+450+12)+0+129+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fyvszd-container\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"wf6x4QJKC-container\",name:\"Section\",nodeId:\"wf6x4QJKC\",rendersWithMotion:true,scopeId:\"M63AIjb6X\",children:/*#__PURE__*/_jsx(CMSCopyToClipboardWithVariantfyvszdWithMappedReactPropsnv3nsz,{h5XbGZJMp:bS09z0QxW,height:\"100%\",id:\"wf6x4QJKC\",layoutId:\"wf6x4QJKC\",name:\"Section\",style:{height:\"100%\",width:\"100%\"},variant:mz0jpDfeB,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithLoggedIn9mvuq,{className:\"framer-9mvuq\",\"data-framer-name\":\"Bookmar\",layoutDependency:layoutDependency,layoutId:\"cRK_SYv4U\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"35px\",y:(componentViewport?.y||0)+8+(((componentViewport?.height||307)-20-287)/2+240+12)+0+2.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gb7nvk-container\",layoutDependency:layoutDependency,layoutId:\"IwJiO7V9h-container\",nodeId:\"IwJiO7V9h\",rendersWithMotion:true,scopeId:\"M63AIjb6X\",children:/*#__PURE__*/_jsx(ActionsBookmarkWithToggleBookmarkBloggb7nvkWithMappedReactPropsfipbdd,{fztyqXWTo:j2b_EdHf0,height:\"100%\",id:\"IwJiO7V9h\",layoutId:\"IwJiO7V9h\",style:{height:\"100%\",width:\"100%\"},variant:\"PkSebXXs_\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-129g8qc\",\"data-border\":true,\"data-framer-name\":\"Preview Icon\",\"data-highlight\":true,id:`${layoutId}-129g8qc`,layoutDependency:layoutDependency,layoutId:\"YeRc4uhph\",onMouseEnter:onMouseEntertxyyif({overlay}),onTap:onTap1a3wzll,ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4f89ecfa-9ced-4828-96de-7dbbdb3044ba, rgb(221, 221, 221))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b7e0ee39-7195-4e97-994f-cec289c7aee4, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"1px 1px 2px 0px rgba(0, 0, 0, 0.05)\"},whileHover:animation,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14bjtlu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"U2Uf0Q17l-container\",nodeId:\"U2Uf0Q17l\",rendersWithMotion:true,scopeId:\"M63AIjb6X\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-0037dddb-98df-4e94-a6a3-759c0bf818d0, rgb(85, 85, 85))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"eye\",id:\"U2Uf0Q17l\",layoutId:\"U2Uf0Q17l\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:0,\"data-framer-portal-id\":`${layoutId}-129g8qc`,offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-4huqmq\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"Lymzqt0me\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-92159b47-1683-42f2-b961-75ae577f6f68, rgb(0, 14, 84))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"6px 6px 20px 0px rgba(0, 0, 0, 0.08)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-usqlvx\",\"data-styles-preset\":\"alsnFQqmy\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2e0727ca-b828-4181-8751-d0bddc98bc41, rgb(255, 255, 255)))\"},children:\"Preview\"})}),className:\"framer-11vqwep\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XzwIZsAbN\",style:{\"--extracted-r6o4lv\":\"var(--token-2e0727ca-b828-4181-8751-d0bddc98bc41, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,width:\"35px\",y:(componentViewport?.y||0)+8+(((componentViewport?.height||307)-20-287)/2+240+12)+0+0,...addPropertyOverrides({LfB2KFoHp:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||517)-20-581)/2+450+12)+42+0},ri8nimQP_:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||551)-20-626)/2+450+12)+0+129+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14mhoma-container\",layoutDependency:layoutDependency,layoutId:\"ehtI3TcaN-container\",nodeId:\"ehtI3TcaN\",rendersWithMotion:true,scopeId:\"M63AIjb6X\",children:/*#__PURE__*/_jsx(NewCMSCardPreviewIcon,{height:\"100%\",id:\"ehtI3TcaN\",KIvV9dtUn:PYy7AG5us,layoutId:\"ehtI3TcaN\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FT8vh.framer-1rv3ui6, .framer-FT8vh .framer-1rv3ui6 { display: block; }\",\".framer-FT8vh.framer-diro34 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 8px 8px 12px 8px; position: relative; width: 366px; }\",\".framer-FT8vh .framer-4igs1h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 240px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FT8vh .framer-hfcrd4 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-FT8vh .framer-14190r5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 4px 10px 4px 10px; position: absolute; right: 12px; top: 12px; width: min-content; z-index: 1; }\",\".framer-FT8vh .framer-1ox62ni, .framer-FT8vh .framer-1w7my7j, .framer-FT8vh .framer-11p5eiq, .framer-FT8vh .framer-11vqwep { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FT8vh .framer-1pyznde { 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 4px 0px 4px; position: relative; width: 100%; }\",\".framer-FT8vh .framer-1sswr98 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FT8vh .framer-qvog5e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FT8vh .framer-26pxk6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-FT8vh .framer-1fxtorh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); overflow: hidden; position: relative; width: 5px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FT8vh .framer-pchl33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FT8vh .framer-fyvszd-container, .framer-FT8vh .framer-14mhoma-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: relative; width: 35px; z-index: 1; }\",\".framer-FT8vh .framer-9mvuq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FT8vh .framer-gb7nvk-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: relative; width: 35px; z-index: 2; }\",\".framer-FT8vh .framer-129g8qc { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: hidden; position: relative; width: 35px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-FT8vh .framer-14bjtlu-container { flex: none; height: 15px; left: calc(50.00000000000002% - 15px / 2); position: absolute; top: calc(50.00000000000002% - 15px / 2); width: 15px; }\",\".framer-FT8vh .framer-4huqmq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FT8vh.framer-v-1el69qm.framer-diro34 { width: 450px; }\",\".framer-FT8vh.framer-v-1el69qm .framer-4igs1h, .framer-FT8vh.framer-v-1xlelyt .framer-4igs1h { height: 450px; }\",\".framer-FT8vh.framer-v-1el69qm .framer-1sswr98 { gap: 0px; justify-content: center; }\",\".framer-FT8vh.framer-v-1el69qm .framer-1w7my7j, .framer-FT8vh.framer-v-1xlelyt .framer-1w7my7j { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-FT8vh.framer-v-1el69qm .framer-pchl33 { justify-content: flex-end; width: 240px; }\",\".framer-FT8vh.framer-v-1el69qm .framer-fyvszd-container, .framer-FT8vh.framer-v-1xlelyt .framer-fyvszd-container { order: 0; }\",\".framer-FT8vh.framer-v-1el69qm .framer-14mhoma-container, .framer-FT8vh.framer-v-1xlelyt .framer-14mhoma-container { order: 2; }\",\".framer-FT8vh.framer-v-1xlelyt .framer-1pyznde { flex-direction: column; }\",\".framer-FT8vh.framer-v-1xlelyt .framer-1sswr98 { flex: none; gap: 0px; width: 100%; }\",\".framer-FT8vh.framer-v-1xlelyt .framer-pchl33 { justify-content: flex-start; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-FT8vh[data-border=\"true\"]::after, .framer-FT8vh [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 307\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LfB2KFoHp\":{\"layout\":[\"fixed\",\"auto\"]},\"ri8nimQP_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"SNBpd6HH2\":\"image\",\"KdjNJuSFp\":\"heading\",\"PYy7AG5us\":\"previewLink\",\"mz0jpDfeB\":\"copyCode\",\"bS09z0QxW\":\"framerCode\",\"xsUYON6l1\":\"new1\",\"oJgIngxAq\":\"pRO\",\"j2b_EdHf0\":\"slug\",\"Av0nfMuzV\":\"openModel\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerM63AIjb6X=withCSS(Component,css,\"framer-FT8vh\");export default FramerM63AIjb6X;FramerM63AIjb6X.displayName=\"CMS Cards/Components\";FramerM63AIjb6X.defaultProps={height:307,width:366};addPropertyControls(FramerM63AIjb6X,{variant:{options:[\"uP4jgfPWG\",\"LfB2KFoHp\",\"ri8nimQP_\"],optionTitles:[\"Section Card\",\"Layout Card\",\"Layout Phone\"],title:\"Variant\",type:ControlType.Enum},SNBpd6HH2:{title:\"Image\",type:ControlType.ResponsiveImage},KdjNJuSFp:{defaultValue:\"Portfolio Detail v1\",description:\"\",displayTextArea:false,title:\"Heading\",type:ControlType.String},PYy7AG5us:{title:\"Preview Link\",type:ControlType.Link},mz0jpDfeB:CMSCopyToClipboardControls?.[\"variant\"]&&{...CMSCopyToClipboardControls[\"variant\"],defaultValue:\"XDyGI8U0D\",description:undefined,hidden:undefined,title:\"Copy Code\"},bS09z0QxW:{defaultValue:\"\",displayTextArea:true,title:\"Framer Code\",type:ControlType.String},xsUYON6l1:{defaultValue:true,title:\"New\",type:ControlType.Boolean},oJgIngxAq:{defaultValue:true,title:\"PRO\",type:ControlType.Boolean},j2b_EdHf0:{defaultValue:\"\",title:\"Slug\",type:ControlType.String},Av0nfMuzV:{title:\"Open Model\",type:ControlType.EventHandler}});addFonts(FramerM63AIjb6X,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{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\"}]},...CMSCopyToClipboardFonts,...ActionsBookmarkFonts,...FeatherFonts,...NewCMSCardPreviewIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM63AIjb6X\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SNBpd6HH2\\\":\\\"image\\\",\\\"KdjNJuSFp\\\":\\\"heading\\\",\\\"PYy7AG5us\\\":\\\"previewLink\\\",\\\"mz0jpDfeB\\\":\\\"copyCode\\\",\\\"bS09z0QxW\\\":\\\"framerCode\\\",\\\"xsUYON6l1\\\":\\\"new1\\\",\\\"oJgIngxAq\\\":\\\"pRO\\\",\\\"j2b_EdHf0\\\":\\\"slug\\\",\\\"Av0nfMuzV\\\":\\\"openModel\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"307\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LfB2KFoHp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ri8nimQP_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"366\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./M63AIjb6X.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CMSActionInterface from\"https://framerusercontent.com/modules/2S4XFDGrkqLDHzD4YKsL/xgMO7iTVBdrDTCa6FH2k/CMSActionInterface.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7PRQgapfJ0k0qjjC3H6N/aPPFR2mpsngmIuhZAgGa/alsnFQqmy.js\";const CMSActionInterfaceFonts=getFonts(CMSActionInterface);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const enabledGestures={piVDo3i28:{hover:true}};const cycleOrder=[\"piVDo3i28\",\"PkSebXXs_\"];const serializationHash=\"framer-03EQ8\";const variantClassNames={piVDo3i28:\"framer-v-2qutd0\",PkSebXXs_:\"framer-v-1es3eun\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const 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 Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Not started\":\"piVDo3i28\",Finished:\"PkSebXXs_\"};const getProps=({height,hover,id,slug,width,...props})=>{return{...props,BCj5Ed6cN:hover??props.BCj5Ed6cN,fztyqXWTo:slug??props.fztyqXWTo,variant:humanReadableVariantMap[props.variant]??props.variant??\"piVDo3i28\"};};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,fztyqXWTo,BCj5Ed6cN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"piVDo3i28\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1fvmaw8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"PkSebXXs_\");});const onMouseEnterkqynxh=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(BCj5Ed6cN){const res=await BCj5Ed6cN(...args);if(res===false)return false;}overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({PkSebXXs_:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-2qutd0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Not started\",\"data-highlight\":true,id:`${layoutId}-2qutd0`,layoutDependency:layoutDependency,layoutId:\"piVDo3i28\",onMouseEnter:onMouseEnterkqynxh({overlay}),onTap:onTap1fvmaw8,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4f89ecfa-9ced-4828-96de-7dbbdb3044ba, rgb(221, 221, 221))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b7e0ee39-7195-4e97-994f-cec289c7aee4, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"1px 1px 2px 0px rgba(0, 0, 0, 0.05)\",...style},variants:{\"piVDo3i28-hover\":{\"--border-color\":\"var(--token-78052c41-e210-476d-908b-556c1c09a8fe, rgb(204, 204, 204))\",backgroundColor:\"var(--token-a3b6aa8a-e710-4ae6-9e45-3e4b7c499a96, rgb(248, 248, 248))\"}},...addPropertyOverrides({\"piVDo3i28-hover\":{\"data-framer-name\":undefined},PkSebXXs_:{\"data-framer-name\":\"Finished\",onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19ah3mu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UlLaaCf16-container\",nodeId:\"UlLaaCf16\",rendersWithMotion:true,scopeId:\"oMHDmOhfd\",children:/*#__PURE__*/_jsx(CMSActionInterface,{height:\"100%\",id:\"UlLaaCf16\",layoutId:\"UlLaaCf16\",slug:fztyqXWTo,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18gcjp0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eTo1AL3OJ-container\",nodeId:\"eTo1AL3OJ\",rendersWithMotion:true,scopeId:\"oMHDmOhfd\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2634aa3e-b3bb-42fc-9147-514b46b55cce, rgb(0, 4, 26))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"BookmarkSimple\",id:\"eTo1AL3OJ\",layoutId:\"eTo1AL3OJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"piVDo3i28-hover\":{weight:\"duotone\"},PkSebXXs_:{weight:\"fill\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-2qutd0`,offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-183cwsk\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"LDGivFDuH\",ref:ref1,role:\"dialog\",style:{backgroundColor:\"var(--token-92159b47-1683-42f2-b961-75ae577f6f68, rgb(0, 14, 84))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"6px 6px 20px 0px rgba(0, 0, 0, 0.08)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-usqlvx\",\"data-styles-preset\":\"alsnFQqmy\",children:\"Save Item\"})}),className:\"framer-ycwxle\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"edCQEKKNb\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PkSebXXs_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-usqlvx\",\"data-styles-preset\":\"alsnFQqmy\",children:\"Saved\"})})}},baseVariant,gestureVariant)})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-03EQ8.framer-1hy52jm, .framer-03EQ8 .framer-1hy52jm { display: block; }\",\".framer-03EQ8.framer-2qutd0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 35px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 35px; will-change: var(--framer-will-change-override, transform); }\",\".framer-03EQ8 .framer-19ah3mu-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-03EQ8 .framer-18gcjp0-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-03EQ8 .framer-183cwsk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-03EQ8 .framer-ycwxle { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-03EQ8.framer-2qutd0, .framer-03EQ8 .framer-183cwsk { gap: 0px; } .framer-03EQ8.framer-2qutd0 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-03EQ8.framer-2qutd0 > :first-child { margin-left: 0px; } .framer-03EQ8.framer-2qutd0 > :last-child { margin-right: 0px; } .framer-03EQ8 .framer-183cwsk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-03EQ8 .framer-183cwsk > :first-child { margin-top: 0px; } .framer-03EQ8 .framer-183cwsk > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-03EQ8[data-border=\"true\"]::after, .framer-03EQ8 [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 35\n * @framerIntrinsicWidth 35\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PkSebXXs_\":{\"layout\":[\"fixed\",\"fixed\"]},\"wNkQJM6Ky\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"fztyqXWTo\":\"slug\",\"BCj5Ed6cN\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroMHDmOhfd=withCSS(Component,css,\"framer-03EQ8\");export default FrameroMHDmOhfd;FrameroMHDmOhfd.displayName=\"Actions/Bookmark\";FrameroMHDmOhfd.defaultProps={height:35,width:35};addPropertyControls(FrameroMHDmOhfd,{variant:{options:[\"piVDo3i28\",\"PkSebXXs_\"],optionTitles:[\"Not started\",\"Finished\"],title:\"Variant\",type:ControlType.Enum},fztyqXWTo:{defaultValue:\"\",title:\"Slug\",type:ControlType.String},BCj5Ed6cN:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FrameroMHDmOhfd,[{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\"}]},...CMSActionInterfaceFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroMHDmOhfd\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PkSebXXs_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wNkQJM6Ky\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"35\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"fztyqXWTo\\\":\\\"slug\\\",\\\"BCj5Ed6cN\\\":\\\"hover\\\"}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"35\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oMHDmOhfd.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function CMSActionInterface(props){return /*#__PURE__*/ _jsx(\"div\",{style:styles});};addPropertyControls(CMSActionInterface,{slug:{title:\"Slug\",type:ControlType.String},link:{title:\"Link\",type:ControlType.Link}});const styles={};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CMSActionInterface\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMSActionInterface.map"],
  "mappings": "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",
  "names": ["M63AIjb6X_exports", "__export", "__FramerMetadata__", "M63AIjb6X_default", "oMHDmOhfd_exports", "__export", "__FramerMetadata__", "oMHDmOhfd_default", "CMSActionInterface", "props", "p", "styles", "addPropertyControls", "ControlType", "CMSActionInterfaceFonts", "getFonts", "CMSActionInterface", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "slug", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fztyqXWTo", "BCj5Ed6cN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fvmaw8", "args", "onMouseEnterkqynxh", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "LayoutGroup", "l", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "RichText2", "css", "FrameroMHDmOhfd", "withCSS", "oMHDmOhfd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "MotionDivWithNoActiveLicense14190r5", "withCodeBoundaryForOverrides", "motion", "withNoActiveLicense", "CMSCopyToClipboardFonts", "getFonts", "RuS0nFgD1_default", "CMSCopyToClipboardWithVariantfyvszdWithMappedReactPropsnv3nsz", "withMappedReactProps", "withVariant", "RuS0nFgD1_exports", "ActionsBookmarkFonts", "oMHDmOhfd_default", "ActionsBookmarkWithToggleBookmarkBloggb7nvkWithMappedReactPropsfipbdd", "withToggleBookmarkBlog", "oMHDmOhfd_exports", "MotionDivWithLoggedIn9mvuq", "withLoggedIn", "FeatherFonts", "Icon", "MotionDivWithFX", "withFX", "NewCMSCardPreviewIconFonts", "KMLk7Ida0_default", "CMSCopyToClipboardControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "transition3", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "copyCode", "framerCode", "heading", "height", "id", "image", "new1", "openModel", "previewLink", "pRO", "slug", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "SNBpd6HH2", "KdjNJuSFp", "PYy7AG5us", "mz0jpDfeB", "bS09z0QxW", "xsUYON6l1", "oJgIngxAq", "j2b_EdHf0", "Av0nfMuzV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1a3wzll", "args", "onMouseEntertxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "css", "FramerM63AIjb6X", "withCSS", "M63AIjb6X_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
