{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Fq79veHJLijTTSoeQyzH/gBxH4tcC4pH7kdcU5xIO/Truncate.js", "ssg:https://framerusercontent.com/modules/HRrhlSFq0hvnXZ3kxgjb/aAYkNmuhytqU0oBapgXq/pNX8xK8SY.js", "ssg:https://framerusercontent.com/modules/H40j8ncreZYQbjNDd1OD/FcAOu2k2RJv537q6xL2o/R9DpSf1vF.js", "ssg:https://framerusercontent.com/modules/j1mvuTF1ZQmwlU5BoU74/qtckPIoXLmv4Qya65Xts/thZ7kJss6.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function TruncateText(props){const{text,lineCount,textStyle,letterMode,maxCharacters}=props;let lineClampStyle={};if(letterMode){lineClampStyle={display:\"block\",overflow:\"hidden\",textOverflow:\"ellipsis\",whiteSpace:\"nowrap\",width:`calc(${maxCharacters} * 0.6ch + 1.5ch)`};}else{lineClampStyle={display:\"-webkit-box\",WebkitLineClamp:lineCount,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\",textAlign:textStyle.textAlign};}const transformStyle={textTransform:textStyle.textTransform};const containerStyle={display:\"flex\",justifyContent:getJustifyContent(textStyle.textAlign),alignItems:getAlignItems(textStyle.textAlign),overflow:\"visible\"};function getJustifyContent(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":return\"flex-end\";case\"left\":default:return\"flex-start\";}}function getAlignItems(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":case\"left\":default:return\"flex-start\";}}return /*#__PURE__*/_jsx(motion.div,{style:{...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{style:{...lineClampStyle,...textStyle,...transformStyle,fontFamily:textStyle.font},children:text})});}addPropertyControls(TruncateText,{text:{type:ControlType.String,defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},letterMode:{type:ControlType.Boolean,title:\"Letter Mode\",defaultValue:false},maxCharacters:{type:ControlType.Number,title:\"Max Characters\",defaultValue:20,min:1,step:1,displayStepper:true,hidden(props){return!props.letterMode;}},lineCount:{type:ControlType.Number,defaultValue:1,min:1,displayStepper:true,step:1,hidden(props){return props.letterMode;}},textStyle:{type:ControlType.Object,controls:{font:{type:ControlType.String,defaultValue:\"Inter\"},color:{type:ControlType.Color,defaultValue:\"#000\"},fontSize:{type:ControlType.Number,defaultValue:16},fontWeight:{type:ControlType.Number,defaultValue:400,displayStepper:true,step:100},lineHeight:{type:ControlType.Number,defaultValue:1.5,displayStepper:true,step:.1},letterSpacing:{type:ControlType.Number,defaultValue:0,displayStepper:true,step:.1},textAlign:{type:ControlType.Enum,options:[\"left\",\"center\",\"right\"],defaultValue:\"left\"},textTransform:{type:ControlType.Enum,options:[\"none\",\"capitalize\",\"lowercase\",\"uppercase\"],defaultValue:\"none\",title:\"Transform\"}}}});export default TruncateText;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TruncateText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"TruncateText\":{\"type\":\"reactComponent\",\"name\":\"TruncateText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Truncate.map", "// Generated by Framer (56d1180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-o4ydT .framer-styles-preset-1eii8xw:not(.rich-text-wrapper), .framer-o4ydT .framer-styles-preset-1eii8xw.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-o4ydT .framer-styles-preset-1eii8xw:not(.rich-text-wrapper), .framer-o4ydT .framer-styles-preset-1eii8xw.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-o4ydT .framer-styles-preset-1eii8xw:not(.rich-text-wrapper), .framer-o4ydT .framer-styles-preset-1eii8xw.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-o4ydT\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"FjkYdog3Z\",\"mVAqESU7Q\"];const serializationHash=\"framer-RnbyY\";const variantClassNames={FjkYdog3Z:\"framer-v-14gv87k\",mVAqESU7Q:\"framer-v-33c5vj\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};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.create(React.Fragment);const humanReadableVariantMap={\"Default State\":\"FjkYdog3Z\",\"Hover State\":\"mVAqESU7Q\"};const getProps=({backgroundColor,border,buttonText,height,iconVisible,id,link,newTab,padding,radius,textColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,ace7i1mbC:(_ref=radius!==null&&radius!==void 0?radius:props.ace7i1mbC)!==null&&_ref!==void 0?_ref:10,bCQPFa9w9:iconVisible!==null&&iconVisible!==void 0?iconVisible:props.bCQPFa9w9,HmUVcpbqS:link!==null&&link!==void 0?link:props.HmUVcpbqS,i1sHShIO4:(_ref1=border!==null&&border!==void 0?border:props.i1sHShIO4)!==null&&_ref1!==void 0?_ref1:{borderColor:'var(--token-e33f0b85-399a-4bd3-8d3e-a106a54c9529, rgb(14, 14, 16)) /* {\"name\":\"Dark 06\"} */',borderStyle:\"solid\",borderWidth:1},l3U5TyEUE:(_ref2=backgroundColor!==null&&backgroundColor!==void 0?backgroundColor:props.l3U5TyEUE)!==null&&_ref2!==void 0?_ref2:\"var(--token-9422c299-90c6-49e7-b4fc-b9bc3406a4a4, rgb(19, 19, 22))\",mJTi5o7Cz:(_ref3=textColor!==null&&textColor!==void 0?textColor:props.mJTi5o7Cz)!==null&&_ref3!==void 0?_ref3:\"var(--token-7671d56a-9d49-430e-9988-befa5dcd801d, rgb(255, 255, 255))\",OKb_tMc41:(_ref4=padding!==null&&padding!==void 0?padding:props.OKb_tMc41)!==null&&_ref4!==void 0?_ref4:\"16px 24px 16px 24px\",T03nHB_kl:(_ref5=buttonText!==null&&buttonText!==void 0?buttonText:props.T03nHB_kl)!==null&&_ref5!==void 0?_ref5:\"Contact Me\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"FjkYdog3Z\",ZHl0Jcrtl:newTab!==null&&newTab!==void 0?newTab:props.ZHl0Jcrtl};};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,HmUVcpbqS,ZHl0Jcrtl,bCQPFa9w9,T03nHB_kl,mJTi5o7Cz,l3U5TyEUE,OKb_tMc41,ace7i1mbC,i1sHShIO4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FjkYdog3Z\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1oiickc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"mVAqESU7Q\");});const onMouseLeaveu8qswm=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"FjkYdog3Z\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _i1sHShIO4_borderBottomWidth,_i1sHShIO4_borderLeftWidth,_i1sHShIO4_borderRightWidth,_i1sHShIO4_borderTopWidth;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(Link,{href:HmUVcpbqS,nodeId:\"FjkYdog3Z\",openInNewTab:ZHl0Jcrtl,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-14gv87k\",className,classNames)} framer-1hk9taq`,\"data-border\":true,\"data-framer-name\":\"Default State\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FjkYdog3Z\",onMouseEnter:onMouseEnter1oiickc,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1iejak0\":numberToPixelString(OKb_tMc41),\"--border-bottom-width\":`${(_i1sHShIO4_borderBottomWidth=i1sHShIO4.borderBottomWidth)!==null&&_i1sHShIO4_borderBottomWidth!==void 0?_i1sHShIO4_borderBottomWidth:i1sHShIO4.borderWidth}px`,\"--border-color\":i1sHShIO4.borderColor,\"--border-left-width\":`${(_i1sHShIO4_borderLeftWidth=i1sHShIO4.borderLeftWidth)!==null&&_i1sHShIO4_borderLeftWidth!==void 0?_i1sHShIO4_borderLeftWidth:i1sHShIO4.borderWidth}px`,\"--border-right-width\":`${(_i1sHShIO4_borderRightWidth=i1sHShIO4.borderRightWidth)!==null&&_i1sHShIO4_borderRightWidth!==void 0?_i1sHShIO4_borderRightWidth:i1sHShIO4.borderWidth}px`,\"--border-style\":i1sHShIO4.borderStyle,\"--border-top-width\":`${(_i1sHShIO4_borderTopWidth=i1sHShIO4.borderTopWidth)!==null&&_i1sHShIO4_borderTopWidth!==void 0?_i1sHShIO4_borderTopWidth:i1sHShIO4.borderWidth}px`,backgroundColor:l3U5TyEUE,borderBottomLeftRadius:radiusForCorner(ace7i1mbC,3),borderBottomRightRadius:radiusForCorner(ace7i1mbC,2),borderTopLeftRadius:radiusForCorner(ace7i1mbC,0),borderTopRightRadius:radiusForCorner(ace7i1mbC,1),...style},...addPropertyOverrides({mVAqESU7Q:{\"data-framer-name\":\"Hover State\",onMouseLeave:onMouseLeaveu8qswm}},baseVariant,gestureVariant),children:[bCQPFa9w9&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tA1RN6Fc2vihc0bng0YBEY1oioU.svg\"},className:\"framer-aeswdq\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"wKH8hpnBs\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijnys8\",\"data-framer-name\":\"Light Beam\",layoutDependency:layoutDependency,layoutId:\"xJgmsfmTX\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-mJTi5o7Cz-R9DpSf1vF))\"},children:\"Contact Me\"})}),className:\"framer-1uu9ojj\",\"data-framer-name\":\"Text\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"EFV6tWzeY\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-mJTi5o7Cz-R9DpSf1vF)\",\"--variable-reference-mJTi5o7Cz-R9DpSf1vF\":mJTi5o7Cz},text:T03nHB_kl,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RnbyY.framer-1hk9taq, .framer-RnbyY .framer-1hk9taq { display: block; }\",\".framer-RnbyY.framer-14gv87k { 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: var(--1iejak0); position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-RnbyY .framer-aeswdq { flex: none; height: 20px; overflow: visible; position: relative; width: 19px; }\",\".framer-RnbyY .framer-1ijnys8 { bottom: -45px; flex: none; left: -80px; overflow: visible; position: absolute; top: -44px; width: 80px; z-index: 1; }\",\".framer-RnbyY .framer-1uu9ojj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RnbyY.framer-14gv87k { gap: 0px; } .framer-RnbyY.framer-14gv87k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RnbyY.framer-14gv87k > :first-child { margin-left: 0px; } .framer-RnbyY.framer-14gv87k > :last-child { margin-right: 0px; } }\",\".framer-RnbyY.framer-v-33c5vj .framer-1ijnys8 { left: unset; right: -80px; }\",'.framer-RnbyY[data-border=\"true\"]::after, .framer-RnbyY [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 56\n * @framerIntrinsicWidth 136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"mVAqESU7Q\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"HmUVcpbqS\":\"link\",\"ZHl0Jcrtl\":\"newTab\",\"bCQPFa9w9\":\"iconVisible\",\"T03nHB_kl\":\"buttonText\",\"mJTi5o7Cz\":\"textColor\",\"l3U5TyEUE\":\"backgroundColor\",\"OKb_tMc41\":\"padding\",\"ace7i1mbC\":\"radius\",\"i1sHShIO4\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR9DpSf1vF=withCSS(Component,css,\"framer-RnbyY\");export default FramerR9DpSf1vF;FramerR9DpSf1vF.displayName=\"Buttons/Grey Button\";FramerR9DpSf1vF.defaultProps={height:56,width:136};addPropertyControls(FramerR9DpSf1vF,{variant:{options:[\"FjkYdog3Z\",\"mVAqESU7Q\"],optionTitles:[\"Default State\",\"Hover State\"],title:\"Variant\",type:ControlType.Enum},HmUVcpbqS:{title:\"Link\",type:ControlType.Link},ZHl0Jcrtl:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},bCQPFa9w9:{defaultValue:false,title:\"Icon Visible\",type:ControlType.Boolean},T03nHB_kl:{defaultValue:\"Contact Me\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},mJTi5o7Cz:{defaultValue:\"var(--token-7671d56a-9d49-430e-9988-befa5dcd801d, rgb(255, 255, 255))\",title:\"Text Color\",type:ControlType.Color},l3U5TyEUE:{defaultValue:'var(--token-9422c299-90c6-49e7-b4fc-b9bc3406a4a4, rgb(19, 19, 22)) /* {\"name\":\"Dark 08\"} */',title:\"Background Color\",type:ControlType.Color},OKb_tMc41:{defaultValue:\"16px 24px 16px 24px\",title:\"Padding\",type:ControlType.Padding},ace7i1mbC:{defaultValue:10,title:\"Radius\",type:ControlType.Number},i1sHShIO4:{defaultValue:{borderColor:'var(--token-e33f0b85-399a-4bd3-8d3e-a106a54c9529, rgb(14, 14, 16)) /* {\"name\":\"Dark 06\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FramerR9DpSf1vF,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR9DpSf1vF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerVariables\":\"{\\\"HmUVcpbqS\\\":\\\"link\\\",\\\"ZHl0Jcrtl\\\":\\\"newTab\\\",\\\"bCQPFa9w9\\\":\\\"iconVisible\\\",\\\"T03nHB_kl\\\":\\\"buttonText\\\",\\\"mJTi5o7Cz\\\":\\\"textColor\\\",\\\"l3U5TyEUE\\\":\\\"backgroundColor\\\",\\\"OKb_tMc41\\\":\\\"padding\\\",\\\"ace7i1mbC\\\":\\\"radius\\\",\\\"i1sHShIO4\\\":\\\"border\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mVAqESU7Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"136\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R9DpSf1vF.map", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TruncateText from\"https://framerusercontent.com/modules/Fq79veHJLijTTSoeQyzH/gBxH4tcC4pH7kdcU5xIO/Truncate.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/HRrhlSFq0hvnXZ3kxgjb/aAYkNmuhytqU0oBapgXq/pNX8xK8SY.js\";import ButtonsGreyButton from\"https://framerusercontent.com/modules/H40j8ncreZYQbjNDd1OD/FcAOu2k2RJv537q6xL2o/R9DpSf1vF.js\";const TruncateTextFonts=getFonts(TruncateText);const ButtonsGreyButtonFonts=getFonts(ButtonsGreyButton);const cycleOrder=[\"Lv9d_jRvU\",\"MHFUvmY3C\"];const serializationHash=\"framer-2hM3S\";const variantClassNames={Lv9d_jRvU:\"framer-v-1j95zfh\",MHFUvmY3C:\"framer-v-xnkkhy\"};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:50,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 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.create(React.Fragment);const humanReadableVariantMap={\"Default State\":\"Lv9d_jRvU\",\"Hover State\":\"MHFUvmY3C\"};const getProps=({category,coverImage,description,height,id,link,name1,width,year,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5;return{...props,D_EK4B1B1:(_ref=year!==null&&year!==void 0?year:props.D_EK4B1B1)!==null&&_ref!==void 0?_ref:\"2023\",LVZS6p9NI:link!==null&&link!==void 0?link:props.LVZS6p9NI,LXnmR5U7X:(_ref1=category!==null&&category!==void 0?category:props.LXnmR5U7X)!==null&&_ref1!==void 0?_ref1:\"Portfolio\",NkI1hgdl9:(_ref2=name1!==null&&name1!==void 0?name1:props.NkI1hgdl9)!==null&&_ref2!==void 0?_ref2:\"DevCraft\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"Lv9d_jRvU\",W7UmrgWup:(_ref4=description!==null&&description!==void 0?description:props.W7UmrgWup)!==null&&_ref4!==void 0?_ref4:\"Developer Portfolio Website For a Personal Brand\",xCG4oWUMB:(_ref5=coverImage!==null&&coverImage!==void 0?coverImage:props.xCG4oWUMB)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/3t5uZo7knjGlKspWcqGbpT9hfV4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3t5uZo7knjGlKspWcqGbpT9hfV4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3t5uZo7knjGlKspWcqGbpT9hfV4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3t5uZo7knjGlKspWcqGbpT9hfV4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3t5uZo7knjGlKspWcqGbpT9hfV4.png 3360w\"}};};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,xCG4oWUMB,NkI1hgdl9,W7UmrgWup,D_EK4B1B1,LXnmR5U7X,LVZS6p9NI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Lv9d_jRvU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1tm9vai=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"MHFUvmY3C\");});const onMouseLeavebrk2yy=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Lv9d_jRvU\");});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1j95zfh\",className,classNames),\"data-framer-name\":\"Default State\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Lv9d_jRvU\",onMouseEnter:onMouseEnter1tm9vai,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({MHFUvmY3C:{\"data-framer-name\":\"Hover State\",onMouseEnter:undefined,onMouseLeave:onMouseLeavebrk2yy}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ft9hc4\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"VziLaUxd5\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(xCG4oWUMB),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-163fwep\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"aR6jZir4a\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({MHFUvmY3C:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.04)`,...toResponsiveImage(xCG4oWUMB),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d73lv1\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"cbOWtKkcS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xminf3\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"CR1xoG7Nx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1eii8xw\",\"data-styles-preset\":\"pNX8xK8SY\",children:\"DevCraft\"})}),className:\"framer-2k33cs\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q104VlKwV\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:NkI1hgdl9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m56k8q-container\",layoutDependency:layoutDependency,layoutId:\"Kpoc_tiKB-container\",children:/*#__PURE__*/_jsx(TruncateText,{height:\"100%\",id:\"Kpoc_tiKB\",layoutId:\"Kpoc_tiKB\",letterMode:false,lineCount:1,maxCharacters:20,style:{width:\"100%\"},text:W7UmrgWup,textStyle:{color:\"var(--token-37b7882d-90f1-4418-91f1-42a5722092f2, rgb(174, 176, 182))\",font:\"Manrope\",fontSize:16,fontWeight:500,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-if5elj\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"abIxyyxJo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ud2fwz\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"uYf90DI1v\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q06asb\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"a6jW5mcJ_\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-aa4ece83-4ae0-4526-8913-b8d80992cb77, rgb(28, 28, 33))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"2023\"})}),className:\"framer-7ay02a\",\"data-framer-name\":\"Text\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"nJTypdEQm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:D_EK4B1B1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n1wu9u\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"Pw1DpUWMs\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-aa4ece83-4ae0-4526-8913-b8d80992cb77, rgb(28, 28, 33))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Portfolio\"})}),className:\"framer-1q582mg\",\"data-framer-name\":\"Text\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"tdhu4PhTJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:LXnmR5U7X,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+389+0+354+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u7q560-container\",layoutDependency:layoutDependency,layoutId:\"VMzUOE4Gu-container\",children:/*#__PURE__*/_jsx(ButtonsGreyButton,{ace7i1mbC:10,bCQPFa9w9:false,height:\"100%\",HmUVcpbqS:LVZS6p9NI,i1sHShIO4:{borderColor:\"rgba(14, 14, 16, 0)\",borderStyle:\"solid\",borderWidth:1},id:\"VMzUOE4Gu\",l3U5TyEUE:\"var(--token-a519f4cd-3101-490c-9ed0-78558c5016c5, rgb(35, 35, 41))\",layoutId:\"VMzUOE4Gu\",mJTi5o7Cz:\"var(--token-7671d56a-9d49-430e-9988-befa5dcd801d, rgb(255, 255, 255))\",OKb_tMc41:\"14px 16px 14px 16px\",T03nHB_kl:\"View Project\",variant:\"FjkYdog3Z\",width:\"100%\",ZHl0Jcrtl:false})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2hM3S.framer-1mdggle, .framer-2hM3S .framer-1mdggle { display: block; }\",\".framer-2hM3S.framer-1j95zfh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 407px; }\",\".framer-2hM3S .framer-1ft9hc4 { align-content: center; align-items: center; aspect-ratio: 1.115068493150685 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 365px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2hM3S .framer-163fwep { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-2hM3S .framer-1d73lv1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2hM3S .framer-xminf3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2hM3S .framer-2k33cs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2hM3S .framer-1m56k8q-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2hM3S .framer-if5elj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2hM3S .framer-1ud2fwz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2hM3S .framer-1q06asb, .framer-2hM3S .framer-1n1wu9u { 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: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2hM3S .framer-7ay02a, .framer-2hM3S .framer-1q582mg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2hM3S .framer-1u7q560-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2hM3S.framer-1j95zfh, .framer-2hM3S .framer-1ft9hc4, .framer-2hM3S .framer-1d73lv1, .framer-2hM3S .framer-xminf3, .framer-2hM3S .framer-1ud2fwz, .framer-2hM3S .framer-1q06asb, .framer-2hM3S .framer-1n1wu9u { gap: 0px; } .framer-2hM3S.framer-1j95zfh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2hM3S.framer-1j95zfh > :first-child, .framer-2hM3S .framer-1d73lv1 > :first-child, .framer-2hM3S .framer-xminf3 > :first-child { margin-top: 0px; } .framer-2hM3S.framer-1j95zfh > :last-child, .framer-2hM3S .framer-1d73lv1 > :last-child, .framer-2hM3S .framer-xminf3 > :last-child { margin-bottom: 0px; } .framer-2hM3S .framer-1ft9hc4 > *, .framer-2hM3S .framer-1q06asb > *, .framer-2hM3S .framer-1n1wu9u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2hM3S .framer-1ft9hc4 > :first-child, .framer-2hM3S .framer-1ud2fwz > :first-child, .framer-2hM3S .framer-1q06asb > :first-child, .framer-2hM3S .framer-1n1wu9u > :first-child { margin-left: 0px; } .framer-2hM3S .framer-1ft9hc4 > :last-child, .framer-2hM3S .framer-1ud2fwz > :last-child, .framer-2hM3S .framer-1q06asb > :last-child, .framer-2hM3S .framer-1n1wu9u > :last-child { margin-right: 0px; } .framer-2hM3S .framer-1d73lv1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2hM3S .framer-xminf3 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-2hM3S .framer-1ud2fwz > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-2hM3S.framer-v-xnkkhy .framer-163fwep { aspect-ratio: 1.115068493150685 / 1; height: var(--framer-aspect-ratio-supported, 379px); width: 104%; }\",...sharedStyle.css,'.framer-2hM3S[data-border=\"true\"]::after, .framer-2hM3S [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 513\n * @framerIntrinsicWidth 407\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MHFUvmY3C\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xCG4oWUMB\":\"coverImage\",\"NkI1hgdl9\":\"name1\",\"W7UmrgWup\":\"description\",\"D_EK4B1B1\":\"year\",\"LXnmR5U7X\":\"category\",\"LVZS6p9NI\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerthZ7kJss6=withCSS(Component,css,\"framer-2hM3S\");export default FramerthZ7kJss6;FramerthZ7kJss6.displayName=\"Cards/ Work Card\";FramerthZ7kJss6.defaultProps={height:513,width:407};addPropertyControls(FramerthZ7kJss6,{variant:{options:[\"Lv9d_jRvU\",\"MHFUvmY3C\"],optionTitles:[\"Default State\",\"Hover State\"],title:\"Variant\",type:ControlType.Enum},xCG4oWUMB:{__defaultAssetReference:\"data:framer/asset-reference,3t5uZo7knjGlKspWcqGbpT9hfV4.png?originalFilename=Rectangle+2072.png&preferredSize=auto\",title:\"Cover Image\",type:ControlType.ResponsiveImage},NkI1hgdl9:{defaultValue:\"DevCraft\",displayTextArea:false,title:\"Name\",type:ControlType.String},W7UmrgWup:{defaultValue:\"Developer Portfolio Website For a Personal Brand\",displayTextArea:true,title:\"Description\",type:ControlType.String},D_EK4B1B1:{defaultValue:\"2023\",displayTextArea:false,title:\"Year\",type:ControlType.String},LXnmR5U7X:{defaultValue:\"Portfolio\",displayTextArea:false,title:\"Category\",type:ControlType.String},LVZS6p9NI:{title:\"Link\",type:ControlType.Link}});addFonts(FramerthZ7kJss6,[{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\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]},...TruncateTextFonts,...ButtonsGreyButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerthZ7kJss6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"513\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"407\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"xCG4oWUMB\\\":\\\"coverImage\\\",\\\"NkI1hgdl9\\\":\\\"name1\\\",\\\"W7UmrgWup\\\":\\\"description\\\",\\\"D_EK4B1B1\\\":\\\"year\\\",\\\"LXnmR5U7X\\\":\\\"category\\\",\\\"LVZS6p9NI\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MHFUvmY3C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./thZ7kJss6.map"],
  "mappings": "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",
  "names": ["TruncateText", "props", "text", "lineCount", "textStyle", "letterMode", "maxCharacters", "lineClampStyle", "transformStyle", "containerStyle", "getJustifyContent", "getAlignItems", "textAlign", "p", "motion", "addPropertyControls", "ControlType", "Truncate_default", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "radiusForCorner", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundColor", "border", "buttonText", "height", "iconVisible", "id", "link", "newTab", "padding", "radius", "textColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "HmUVcpbqS", "ZHl0Jcrtl", "bCQPFa9w9", "T03nHB_kl", "mJTi5o7Cz", "l3U5TyEUE", "OKb_tMc41", "ace7i1mbC", "i1sHShIO4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1oiickc", "args", "onMouseLeaveu8qswm", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_i1sHShIO4_borderBottomWidth", "_i1sHShIO4_borderLeftWidth", "_i1sHShIO4_borderRightWidth", "_i1sHShIO4_borderTopWidth", "LayoutGroup", "Link", "u", "cx", "Image2", "RichText2", "css", "FramerR9DpSf1vF", "withCSS", "R9DpSf1vF_default", "addPropertyControls", "ControlType", "addFonts", "TruncateTextFonts", "getFonts", "Truncate_default", "ButtonsGreyButtonFonts", "R9DpSf1vF_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "category", "coverImage", "description", "height", "id", "link", "name1", "width", "year", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xCG4oWUMB", "NkI1hgdl9", "W7UmrgWup", "D_EK4B1B1", "LXnmR5U7X", "LVZS6p9NI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1tm9vai", "args", "onMouseLeavebrk2yy", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerthZ7kJss6", "withCSS", "thZ7kJss6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
