{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mgsttetn3mtOyZqbZB8b/MnERJkPdJ98emywdy45r/Truncate.js", "ssg:https://framerusercontent.com/modules/sbolwXS5BhuAHYoHVQgn/FvmeXlk0VmfSW2JbR3A8/aLandze2M.js", "ssg:https://framerusercontent.com/modules/yd65YxlcnkB6CPMUiKtx/3HhKRuLymEOAJfrEex8b/V2XQQal2n.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\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"TruncateText\":{\"type\":\"reactComponent\",\"name\":\"TruncateText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Truncate.map", "import{addPropertyControls as e,ControlType as t}from\"framer\";let r=\"XW6udVLJc\",i=\"He9kFNNie\",o=\"oqeAzrrpb\",n=\"RMMEoasiW\",a=(e,t)=>{if(e&&\"object\"==typeof e)return{...e,alt:t};},s=[{index:0,id:\"N6G8Td3tR\",[r]:a({src:\"https://framerusercontent.com/images/ZVhETq41yOl1aWbOcGteJ01hoY.png\"},\"\"),[i]:\"Olivia White\",[o]:\"Web Designer\",[n]:\"olivia\"},{index:1,id:\"weIkIanr1\",[r]:a({src:\"https://framerusercontent.com/images/Vk5BQxwwvGVMBhRUNzutszstA.png\"},\"\"),[i]:\"Michael Thompson\",[o]:\"Product Designer\",[n]:\"michael\"},{index:2,id:\"pRSAKjwja\",[r]:a({src:\"https://framerusercontent.com/images/Ad1Qy1B0kcrE2dHeVd8pH5h6U.png\"},\"\"),[i]:\"Sarah Johnson\",[o]:\"Graphic Designer\",[n]:\"sarah\"}];for(let e of s)Object.freeze(e);e(s,{XW6udVLJc:{title:\"Image\",type:t.ResponsiveImage},He9kFNNie:{defaultValue:\"\",title:\"Name\",type:t.String},oqeAzrrpb:{defaultValue:\"\",title:\"Profession\",type:t.String},RMMEoasiW:{title:\"Slug\",type:t.String}}),s.displayName=\"Author\";export default s;export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){var r;return null===(r=s.find(t=>t.id===e))||void 0===r?void 0:r[n];},async getRecordIdBySlug(e,t){var r;return null===(r=s.find(t=>t[n]===e))||void 0===r?void 0:r.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerRecordIncludedLocalesKey\":\"includedLocales\",\"framerCollectionId\":\"aLandze2M\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerRecordIndexKey\":\"index\",\"framerData\":\"\",\"framerCollectionUtils\":\"1\",\"framerSlug\":\"RMMEoasiW\",\"framerContractVersion\":\"1\",\"framerRecordIdKey\":\"id\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (abcfa95)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{TruncateText}from\"https://framerusercontent.com/modules/mgsttetn3mtOyZqbZB8b/MnERJkPdJ98emywdy45r/Truncate.js\";import Author from\"https://framerusercontent.com/modules/sbolwXS5BhuAHYoHVQgn/FvmeXlk0VmfSW2JbR3A8/aLandze2M.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vZIpDi8VjtRHX3BtAlsy/usH8dl8PdurhF4dfBexu/APeR7JmXg.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rteZul4R3KdrYTQcWDqp/8WoCw99aCVUrAXTnQDfy/ce5hilinw.js\";const TruncateTextFonts=getFonts(TruncateText);const enabledGestures={CCZuEtwPR:{hover:true},ta5iwSXGw:{hover:true}};const cycleOrder=[\"CCZuEtwPR\",\"ta5iwSXGw\",\"tKaEo_6Y2\"];const serializationHash=\"framer-fJApZ\";const variantClassNames={CCZuEtwPR:\"framer-v-idfus7\",ta5iwSXGw:\"framer-v-rbtxap\",tKaEo_6Y2:\"framer-v-4dugeo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query=(prequery,{xaCUnzfCM})=>prequery({from:{alias:\"default\",data:Author,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"default\",name:\"XW6udVLJc\",type:\"Identifier\"},{collection:\"default\",name:\"He9kFNNie\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"},{collection:\"default\",name:\"RMMEoasiW\",type:\"Identifier\"}],where:{left:{collection:\"default\",name:\"RMMEoasiW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:xaCUnzfCM},type:\"BinaryOperation\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Big:\"ta5iwSXGw\",Medium:\"CCZuEtwPR\",Small:\"tKaEo_6Y2\"};const getProps=({authorSlug,date,description,height,id,image,link,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5;return{...props,aFYAtrry8:(_ref=image!==null&&image!==void 0?image:props.aFYAtrry8)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/KH4YYWGP5NaYjeQ7HLshxhgagVU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KH4YYWGP5NaYjeQ7HLshxhgagVU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KH4YYWGP5NaYjeQ7HLshxhgagVU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KH4YYWGP5NaYjeQ7HLshxhgagVU.png 1380w\"},aqxDxlK_1:(_ref1=date!==null&&date!==void 0?date:props.aqxDxlK_1)!==null&&_ref1!==void 0?_ref1:\"Feb 15, 2024\",iPLRnQE9f:(_ref2=description!==null&&description!==void 0?description:props.iPLRnQE9f)!==null&&_ref2!==void 0?_ref2:\"Dive into the world of minimalistic design and learn how simplicity can enhance user experiences, streamline functionality, and communicate powerful messages effectively.\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"CCZuEtwPR\",wMtxPDY3o:(_ref4=title!==null&&title!==void 0?title:props.wMtxPDY3o)!==null&&_ref4!==void 0?_ref4:\"The Art of Minimalistic Design\",xaCUnzfCM:(_ref5=authorSlug!==null&&authorSlug!==void 0?authorSlug:props.xaCUnzfCM)!==null&&_ref5!==void 0?_ref5:\"sarah\",xjvCxPFyk:link!==null&&link!==void 0?link:props.xjvCxPFyk};};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,xaCUnzfCM,aFYAtrry8,wMtxPDY3o,iPLRnQE9f,aqxDxlK_1,xjvCxPFyk,XW6udVLJcMpuRqgz3j,He9kFNNieMpuRqgz3j,idMpuRqgz3j,RMMEoasiWMpuRqgz3j,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CCZuEtwPR\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"tKaEo_6Y2\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:xjvCxPFyk,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-idfus7\",className,classNames)} framer-1luds46`,\"data-border\":true,\"data-framer-name\":\"Medium\",layoutDependency:layoutDependency,layoutId:\"CCZuEtwPR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-383fda35-2f98-4324-b6fe-7d806e2f67aa, rgb(241, 238, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-6f87da9c-a2bd-4fd8-81fc-fb26835a1725, rgb(252, 252, 251))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 1)\",...style},variants:{\"CCZuEtwPR-hover\":{backgroundColor:\"var(--token-8f062fdd-cb44-40e1-a786-a5c02a0f64fe, rgb(246, 244, 243))\"},\"ta5iwSXGw-hover\":{backgroundColor:\"var(--token-8f062fdd-cb44-40e1-a786-a5c02a0f64fe, rgb(246, 244, 243))\"}},...addPropertyOverrides({\"CCZuEtwPR-hover\":{\"data-framer-name\":undefined},\"ta5iwSXGw-hover\":{\"data-framer-name\":undefined},ta5iwSXGw:{\"data-framer-name\":\"Big\"},tKaEo_6Y2:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qcd4or\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"lNaXKPHqP\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"230px\",...toResponsiveImage(aFYAtrry8)},className:\"framer-11pueqo\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"vLngNrF5v\",...addPropertyOverrides({\"CCZuEtwPR-hover\":{background:{alt:\"\",fit:\"fill\",sizes:\"250px\",...toResponsiveImage(aFYAtrry8)}},\"ta5iwSXGw-hover\":{background:{alt:\"\",fit:\"fill\",sizes:\"322px\",...toResponsiveImage(aFYAtrry8)}},ta5iwSXGw:{background:{alt:\"\",fit:\"fill\",sizes:\"290px\",...toResponsiveImage(aFYAtrry8)}},tKaEo_6Y2:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(aFYAtrry8)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sik9bj\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"OfYoG0m6h\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1htb2cg\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"H4plvb2NL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1380hx1\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"VolpCfhT5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ot8o31\",layoutDependency:layoutDependency,layoutId:\"MpuRqgz3j\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"default\",data:Author,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"default\",name:\"XW6udVLJc\",type:\"Identifier\"},{collection:\"default\",name:\"He9kFNNie\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"},{collection:\"default\",name:\"RMMEoasiW\",type:\"Identifier\"}],where:{left:{collection:\"default\",name:\"RMMEoasiW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:xaCUnzfCM},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"XW6udVLJc\":XW6udVLJcMpuRqgz3j,\"He9kFNNie\":He9kFNNieMpuRqgz3j,\"id\":idMpuRqgz3j,\"RMMEoasiW\":RMMEoasiWMpuRqgz3j},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`MpuRqgz3j-${idMpuRqgz3j}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{RMMEoasiW:RMMEoasiWMpuRqgz3j},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w4mgfb\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"dB0leDsCs\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-383fda35-2f98-4324-b6fe-7d806e2f67aa, rgb(241, 238, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b98ad9f6-7fb9-43cd-8919-a5dc03e51e24, rgb(250, 249, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"20px\",...toResponsiveImage(XW6udVLJcMpuRqgz3j),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-hugk9q\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"pDZo0hPDf\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({ta5iwSXGw:{background:{alt:\"\",fit:\"stretch\",sizes:\"24px\",...toResponsiveImage(XW6udVLJcMpuRqgz3j),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5928d5e5-79b4-4b39-8f00-1ffb49c54562, rgb(0, 64, 128)))\"},children:\"Sarah Johnson\"})}),className:\"framer-14k2qh9\",\"data-framer-name\":\"Text\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"BlkOy7StR\",style:{\"--extracted-r6o4lv\":\"var(--token-5928d5e5-79b4-4b39-8f00-1ffb49c54562, rgb(0, 64, 128))\",\"--framer-paragraph-spacing\":\"0px\"},text:He9kFNNieMpuRqgz3j,verticalAlignment:\"top\",withExternalLayout:true})]})})},idMpuRqgz3j);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-asrfy9\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"p2obO7Xrg\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-383fda35-2f98-4324-b6fe-7d806e2f67aa, rgb(241, 238, 237))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b98ad9f6-7fb9-43cd-8919-a5dc03e51e24, rgb(250, 249, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5928d5e5-79b4-4b39-8f00-1ffb49c54562, rgb(0, 64, 128)))\"},children:\"Feb 15, 2024\"})}),className:\"framer-1xs6nd1\",\"data-framer-name\":\"Text\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"WMtQlljJT\",style:{\"--extracted-r6o4lv\":\"var(--token-5928d5e5-79b4-4b39-8f00-1ffb49c54562, rgb(0, 64, 128))\",\"--framer-paragraph-spacing\":\"0px\"},text:aqxDxlK_1,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s23ksf\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"ba_JAbQTK\",style:{opacity:.7},variants:{\"CCZuEtwPR-hover\":{opacity:1},\"ta5iwSXGw-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8qerrl\",\"data-styles-preset\":\"ce5hilinw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7c872ce5-fc08-4e45-a7aa-6ea8cd835508, rgb(29, 95, 175)))\"},children:\"Beitrag Lesen\"})}),className:\"framer-1mmz1fk\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"So5gUakAY\",style:{\"--extracted-r6o4lv\":\"var(--token-7c872ce5-fc08-4e45-a7aa-6ea8cd835508, rgb(29, 95, 175))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f80slb\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"ybPVbOcBN\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:20,pixelHeight:150,pixelWidth:150,src:\"https://framerusercontent.com/images/uPhIvVDh22qWL9AlZ2iJS4Dsl7E.svg\"},className:\"framer-5umjc2\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"lhCIC4kjQ\",style:{opacity:1},variants:{\"CCZuEtwPR-hover\":{opacity:0},\"ta5iwSXGw-hover\":{opacity:0}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:20,pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/y8enz9HFNWGcFqVRIO9rGe8G8gw.svg\"},className:\"framer-1bs1f9u\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"AXW0vJYqs\",style:{opacity:0},variants:{\"CCZuEtwPR-hover\":{opacity:1},\"ta5iwSXGw-hover\":{opacity:1}},...addPropertyOverrides({\"CCZuEtwPR-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:20,pixelHeight:150,pixelWidth:150,src:\"https://framerusercontent.com/images/uPhIvVDh22qWL9AlZ2iJS4Dsl7E.svg\"}}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yx54y5\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"L9dfMt4mw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-ark8f6\",\"data-styles-preset\":\"APeR7JmXg\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7c872ce5-fc08-4e45-a7aa-6ea8cd835508, rgb(29, 95, 175)))\"},children:\"The Art of Minimalistic Design\"})}),className:\"framer-eye3kk\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AFFyXqXSe\",style:{\"--extracted-a0htzi\":\"var(--token-7c872ce5-fc08-4e45-a7aa-6ea8cd835508, rgb(29, 95, 175))\",\"--framer-paragraph-spacing\":\"0px\"},text:wMtxPDY3o,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kaljvd-container\",layoutDependency:layoutDependency,layoutId:\"D1ogxrVd4-container\",children:/*#__PURE__*/_jsx(TruncateText,{height:\"100%\",id:\"D1ogxrVd4\",layoutId:\"D1ogxrVd4\",letterMode:false,lineCount:2,maxCharacters:20,text:iPLRnQE9f,textStyle:{color:\"var(--token-b3143468-acf3-4523-a538-16995fc30f4f, rgb(66, 66, 66))\",font:\"general sans\",fontSize:15,fontWeight:400,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"},width:\"100%\",...addPropertyOverrides({ta5iwSXGw:{textStyle:{color:\"var(--token-5928d5e5-79b4-4b39-8f00-1ffb49c54562, rgb(116, 88, 116))\",font:\"general sans\",fontSize:17,fontWeight:400,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}}},baseVariant,gestureVariant)})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fJApZ.framer-1luds46, .framer-fJApZ .framer-1luds46 { display: block; }\",\".framer-fJApZ.framer-idfus7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fJApZ .framer-1qcd4or { align-content: center; align-items: center; aspect-ratio: 1.1855670103092784 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 194px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 230px; }\",\".framer-fJApZ .framer-11pueqo { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-fJApZ .framer-1sik9bj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 1px; }\",\".framer-fJApZ .framer-1htb2cg { 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-fJApZ .framer-1380hx1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fJApZ .framer-1ot8o31 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-fJApZ .framer-w4mgfb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 4px 10px 4px 4px; position: relative; width: min-content; }\",\".framer-fJApZ .framer-hugk9q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-fJApZ .framer-14k2qh9, .framer-fJApZ .framer-1xs6nd1, .framer-fJApZ .framer-1mmz1fk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fJApZ .framer-asrfy9 { 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: 4px 10px 4px 10px; position: relative; width: min-content; }\",\".framer-fJApZ .framer-s23ksf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fJApZ .framer-f80slb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-fJApZ .framer-5umjc2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 2px; overflow: visible; position: absolute; right: 2px; top: 2px; }\",\".framer-fJApZ .framer-1bs1f9u { bottom: -18px; flex: none; left: -18px; overflow: visible; position: absolute; right: 22px; top: 22px; }\",\".framer-fJApZ .framer-1yx54y5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fJApZ .framer-eye3kk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fJApZ .framer-kaljvd-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fJApZ.framer-idfus7, .framer-fJApZ .framer-1qcd4or, .framer-fJApZ .framer-1sik9bj, .framer-fJApZ .framer-1380hx1, .framer-fJApZ .framer-1ot8o31, .framer-fJApZ .framer-w4mgfb, .framer-fJApZ .framer-asrfy9, .framer-fJApZ .framer-s23ksf, .framer-fJApZ .framer-1yx54y5 { gap: 0px; } .framer-fJApZ.framer-idfus7 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-fJApZ.framer-idfus7 > :first-child, .framer-fJApZ .framer-1qcd4or > :first-child, .framer-fJApZ .framer-1380hx1 > :first-child, .framer-fJApZ .framer-w4mgfb > :first-child, .framer-fJApZ .framer-asrfy9 > :first-child, .framer-fJApZ .framer-s23ksf > :first-child { margin-left: 0px; } .framer-fJApZ.framer-idfus7 > :last-child, .framer-fJApZ .framer-1qcd4or > :last-child, .framer-fJApZ .framer-1380hx1 > :last-child, .framer-fJApZ .framer-w4mgfb > :last-child, .framer-fJApZ .framer-asrfy9 > :last-child, .framer-fJApZ .framer-s23ksf > :last-child { margin-right: 0px; } .framer-fJApZ .framer-1qcd4or > *, .framer-fJApZ .framer-asrfy9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fJApZ .framer-1sik9bj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fJApZ .framer-1sik9bj > :first-child, .framer-fJApZ .framer-1ot8o31 > :first-child, .framer-fJApZ .framer-1yx54y5 > :first-child { margin-top: 0px; } .framer-fJApZ .framer-1sik9bj > :last-child, .framer-fJApZ .framer-1ot8o31 > :last-child, .framer-fJApZ .framer-1yx54y5 > :last-child { margin-bottom: 0px; } .framer-fJApZ .framer-1380hx1 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-fJApZ .framer-1ot8o31 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fJApZ .framer-w4mgfb > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-fJApZ .framer-s23ksf > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-fJApZ .framer-1yx54y5 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-fJApZ.framer-v-rbtxap.framer-idfus7 { gap: 20px; width: 796px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-1qcd4or { aspect-ratio: 1.3181818181818181 / 1; height: var(--framer-aspect-ratio-supported, 220px); width: 290px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-1sik9bj { gap: 14px; padding: 0px 24px 0px 0px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-hugk9q { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-asrfy9 { padding: 6px 12px 6px 12px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-f80slb { height: var(--framer-aspect-ratio-supported, 26px); width: 26px; }\",\".framer-fJApZ.framer-v-rbtxap .framer-5umjc2 { height: var(--framer-aspect-ratio-supported, 22px); }\",\".framer-fJApZ.framer-v-rbtxap .framer-1yx54y5 { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fJApZ.framer-v-rbtxap.framer-idfus7, .framer-fJApZ.framer-v-rbtxap .framer-1sik9bj, .framer-fJApZ.framer-v-rbtxap .framer-1yx54y5 { gap: 0px; } .framer-fJApZ.framer-v-rbtxap.framer-idfus7 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-fJApZ.framer-v-rbtxap.framer-idfus7 > :first-child { margin-left: 0px; } .framer-fJApZ.framer-v-rbtxap.framer-idfus7 > :last-child { margin-right: 0px; } .framer-fJApZ.framer-v-rbtxap .framer-1sik9bj > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-fJApZ.framer-v-rbtxap .framer-1sik9bj > :first-child, .framer-fJApZ.framer-v-rbtxap .framer-1yx54y5 > :first-child { margin-top: 0px; } .framer-fJApZ.framer-v-rbtxap .framer-1sik9bj > :last-child, .framer-fJApZ.framer-v-rbtxap .framer-1yx54y5 > :last-child { margin-bottom: 0px; } .framer-fJApZ.framer-v-rbtxap .framer-1yx54y5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-fJApZ.framer-v-4dugeo.framer-idfus7 { cursor: unset; flex-direction: column; gap: 0px; width: 363px; }\",\".framer-fJApZ.framer-v-4dugeo .framer-1qcd4or { aspect-ratio: unset; height: 200px; width: 100%; }\",\".framer-fJApZ.framer-v-4dugeo .framer-1sik9bj { flex: none; gap: 16px; padding: 20px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fJApZ.framer-v-4dugeo.framer-idfus7, .framer-fJApZ.framer-v-4dugeo .framer-1sik9bj { gap: 0px; } .framer-fJApZ.framer-v-4dugeo.framer-idfus7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fJApZ.framer-v-4dugeo.framer-idfus7 > :first-child, .framer-fJApZ.framer-v-4dugeo .framer-1sik9bj > :first-child { margin-top: 0px; } .framer-fJApZ.framer-v-4dugeo.framer-idfus7 > :last-child, .framer-fJApZ.framer-v-4dugeo .framer-1sik9bj > :last-child { margin-bottom: 0px; } .framer-fJApZ.framer-v-4dugeo .framer-1sik9bj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-fJApZ.framer-v-idfus7.hover .framer-11pueqo { bottom: -10px; left: -10px; right: -10px; top: -10px; }\",\".framer-fJApZ.framer-v-idfus7.hover .framer-5umjc2, .framer-fJApZ.framer-v-rbtxap.hover .framer-5umjc2 { left: 22px; right: -18px; top: -18px; }\",\".framer-fJApZ.framer-v-idfus7.hover .framer-1bs1f9u, .framer-fJApZ.framer-v-rbtxap.hover .framer-1bs1f9u { bottom: 2px; left: 2px; right: 2px; top: 2px; }\",\".framer-fJApZ.framer-v-rbtxap.hover .framer-11pueqo { bottom: -16px; left: -16px; right: -16px; top: -16px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-fJApZ[data-border=\"true\"]::after, .framer-fJApZ [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 194\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ta5iwSXGw\":{\"layout\":[\"fixed\",\"auto\"]},\"tKaEo_6Y2\":{\"layout\":[\"fixed\",\"auto\"]},\"ywHw8usvt\":{\"layout\":[\"fixed\",\"auto\"]},\"YitJSiEmf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xaCUnzfCM\":\"authorSlug\",\"aFYAtrry8\":\"image\",\"wMtxPDY3o\":\"title\",\"iPLRnQE9f\":\"description\",\"aqxDxlK_1\":\"date\",\"xjvCxPFyk\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerV2XQQal2n=withCSS(Component,css,\"framer-fJApZ\");export default FramerV2XQQal2n;FramerV2XQQal2n.displayName=\"Cards/Blog Card 2\";FramerV2XQQal2n.defaultProps={height:194,width:700};addPropertyControls(FramerV2XQQal2n,{variant:{options:[\"CCZuEtwPR\",\"ta5iwSXGw\",\"tKaEo_6Y2\"],optionTitles:[\"Medium\",\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum},xaCUnzfCM:{defaultValue:\"sarah\",title:\"Author Slug\",type:ControlType.String},aFYAtrry8:{__defaultAssetReference:\"data:framer/asset-reference,KH4YYWGP5NaYjeQ7HLshxhgagVU.png?originalFilename=Image.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},wMtxPDY3o:{defaultValue:\"The Art of Minimalistic Design\",displayTextArea:false,title:\"Title\",type:ControlType.String},iPLRnQE9f:{defaultValue:\"Dive into the world of minimalistic design and learn how simplicity can enhance user experiences, streamline functionality, and communicate powerful messages effectively.\",displayTextArea:true,title:\"Description\",type:ControlType.String},aqxDxlK_1:{defaultValue:\"Feb 15, 2024\",displayTextArea:false,title:\"Date\",type:ControlType.String},xjvCxPFyk:{title:\"Link\",type:ControlType.Link}});addFonts(FramerV2XQQal2n,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.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\"}]},...TruncateTextFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV2XQQal2n\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ta5iwSXGw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tKaEo_6Y2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ywHw8usvt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YitJSiEmf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"194\",\"framerVariables\":\"{\\\"xaCUnzfCM\\\":\\\"authorSlug\\\",\\\"aFYAtrry8\\\":\\\"image\\\",\\\"wMtxPDY3o\\\":\\\"title\\\",\\\"iPLRnQE9f\\\":\\\"description\\\",\\\"aqxDxlK_1\\\":\\\"date\\\",\\\"xjvCxPFyk\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"700\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V2XQQal2n.map"],
  "mappings": "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",
  "names": ["TruncateText", "props", "text", "lineCount", "textStyle", "letterMode", "maxCharacters", "lineClampStyle", "transformStyle", "containerStyle", "getJustifyContent", "getAlignItems", "textAlign", "p", "motion", "addPropertyControls", "ControlType", "r", "i", "o", "n", "a", "t", "s", "addPropertyControls", "ControlType", "aLandze2M_default", "TruncateTextFonts", "getFonts", "TruncateText", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "authorSlug", "date", "description", "height", "id", "image", "link", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "xaCUnzfCM", "aFYAtrry8", "wMtxPDY3o", "iPLRnQE9f", "aqxDxlK_1", "xjvCxPFyk", "XW6udVLJcMpuRqgz3j", "He9kFNNieMpuRqgz3j", "idMpuRqgz3j", "RMMEoasiWMpuRqgz3j", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "Image2", "toResponsiveImage", "ChildrenCanSuspend", "QueryData", "aLandze2M_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "RichText2", "ComponentViewportProvider", "TruncateText", "css", "FramerV2XQQal2n", "withCSS", "V2XQQal2n_default", "addPropertyControls", "ControlType", "addFonts", "TruncateTextFonts", "getFontsFromSharedStyle", "fonts"]
}
