{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hf5lGzBRfFnekN4sCjNz/6rat0pGqRFbj13VAsXfR/g34gjeU7y.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ClinicalToolsResources,{enumToDisplayNameFunctions}from\"https://framerusercontent.com/modules/xbyMr2kUiL6QGdsvzgl5/LE1F51zB0Lewqlp2ZUME/sSDmUfaVS.js\";import ButtonButton from\"https://framerusercontent.com/modules/bPnnfg5m9jU95GqlMDv0/aDDZBF5jQ8JrfvkiWZVU/bfFy6UW0C.js\";import ComponentHeadingContent from\"https://framerusercontent.com/modules/MJS5SOpJdexovEiX2pi4/vn5aUQiL1IxEr8ciqarn/i6WlK9ncS.js\";import CardBlogCard from\"https://framerusercontent.com/modules/mR9fOjyOFDGQXQa2Jxz0/4pimFixf2IF6prAy4WZm/UMAOoxoOE.js\";const ComponentHeadingContentFonts=getFonts(ComponentHeadingContent);const CardBlogCardFonts=getFonts(CardBlogCard);const ButtonButtonFonts=getFonts(ButtonButton);const cycleOrder=[\"yzB5NMg_1\",\"F2jaO4i1b\",\"tjTX3X8du\",\"H2u9EU7FS\"];const serializationHash=\"framer-GfSTv\";const variantClassNames={F2jaO4i1b:\"framer-v-38kk6a\",H2u9EU7FS:\"framer-v-1ir1998\",tjTX3X8du:\"framer-v-a96qpk\",yzB5NMg_1:\"framer-v-s4zsi6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"nAauPFgOV\",data:ClinicalToolsResources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"nAauPFgOV\",name:\"s0_Dxnr5E\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"L3sFBrfIV\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"JiNcizt4w\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"wwX3O0xtA\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"fbdD91oAS\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"id\",type:\"Identifier\"}]});const query1=prequery=>prequery({from:{alias:\"nAauPFgOV\",data:ClinicalToolsResources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"nAauPFgOV\",name:\"s0_Dxnr5E\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"L3sFBrfIV\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"JiNcizt4w\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"wwX3O0xtA\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"fbdD91oAS\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Clinical Resources - Desktop\":\"yzB5NMg_1\",Large:\"H2u9EU7FS\",Phone:\"tjTX3X8du\",Tablet:\"F2jaO4i1b\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yzB5NMg_1\"};};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,s0_Dxnr5EnAauPFgOV,L3sFBrfIVnAauPFgOV,JiNcizt4wnAauPFgOV,wwX3O0xtAnAauPFgOV,fbdD91oASnAauPFgOV,idnAauPFgOV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yzB5NMg_1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const router=useRouter();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.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s4zsi6\",className,classNames),\"data-framer-name\":\"Clinical Resources - Desktop\",layoutDependency:layoutDependency,layoutId:\"yzB5NMg_1\",ref:refBinding,style:{backgroundColor:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\",...style},...addPropertyOverrides({F2jaO4i1b:{\"data-framer-name\":\"Tablet\"},H2u9EU7FS:{\"data-framer-name\":\"Large\"},tjTX3X8du:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j2l3xx\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"eGFbjDC0P\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px), 800px)`,y:(componentViewport?.y||0)+100+(((componentViewport?.height||1099)-150-1413)/2+0+0)+0+0,...addPropertyOverrides({F2jaO4i1b:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||943)-150-1413)/2+0+0)+0+0},H2u9EU7FS:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1131)-150-1413)/2+0+0)+0+0},tjTX3X8du:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||954)-70-1413)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ebhxn7-container\",layoutDependency:layoutDependency,layoutId:\"UTc7AT9ZA-container\",nodeId:\"UTc7AT9ZA\",rendersWithMotion:true,scopeId:\"g34gjeU7y\",children:/*#__PURE__*/_jsx(ComponentHeadingContent,{height:\"100%\",id:\"UTc7AT9ZA\",layoutId:\"UTc7AT9ZA\",nENkL4KdQ:\"See our latest clinical tools & resources\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"diALmocWS\",width:\"100%\",XqJHYsVYi:\"Dive into our blog for tips, trends, and expert advice on making the most of VLN\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dcdc82\",\"data-framer-name\":\"Blogs Wrapper\",layoutDependency:layoutDependency,layoutId:\"dz1rwZSiM\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1joipke\",layoutDependency:layoutDependency,layoutId:\"nAauPFgOV\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"nAauPFgOV\",data:ClinicalToolsResources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"nAauPFgOV\",name:\"s0_Dxnr5E\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"L3sFBrfIV\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"JiNcizt4w\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"wwX3O0xtA\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"fbdD91oAS\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({tjTX3X8du:{query:{from:{alias:\"nAauPFgOV\",data:ClinicalToolsResources,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"nAauPFgOV\",name:\"s0_Dxnr5E\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"L3sFBrfIV\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"JiNcizt4w\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"wwX3O0xtA\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"fbdD91oAS\",type:\"Identifier\"},{collection:\"nAauPFgOV\",name:\"id\",type:\"Identifier\"}]}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({fbdD91oAS:fbdD91oASnAauPFgOV,id:idnAauPFgOV,JiNcizt4w:JiNcizt4wnAauPFgOV,L3sFBrfIV:L3sFBrfIVnAauPFgOV,s0_Dxnr5E:s0_Dxnr5EnAauPFgOV,wwX3O0xtA:wwX3O0xtAnAauPFgOV},index)=>{JiNcizt4wnAauPFgOV??=\"\";fbdD91oASnAauPFgOV??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`nAauPFgOV-${idnAauPFgOV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fbdD91oAS:fbdD91oASnAauPFgOV},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{b1w0MtDiG:\"clinical-resources\"},unresolvedPathSlugs:{b1w0MtDiG:{collectionId:\"sfzjjuhYj\",collectionItemId:\"RSTsBbEtw\"}},webPageId:\"tcJ4mFWNG\"},implicitPathVariables:undefined},{href:{pathVariables:{b1w0MtDiG:\"clinical-resources\"},unresolvedPathSlugs:{b1w0MtDiG:{collectionId:\"sfzjjuhYj\",collectionItemId:\"RSTsBbEtw\"}},webPageId:\"tcJ4mFWNG\"},implicitPathVariables:undefined},{href:{pathVariables:{b1w0MtDiG:\"clinical-resources\"},unresolvedPathSlugs:{b1w0MtDiG:{collectionId:\"sfzjjuhYj\",collectionItemId:\"RSTsBbEtw\"}},webPageId:\"tcJ4mFWNG\"},implicitPathVariables:undefined},{href:{pathVariables:{b1w0MtDiG:\"clinical-resources\"},unresolvedPathSlugs:{b1w0MtDiG:{collectionId:\"sfzjjuhYj\",collectionItemId:\"RSTsBbEtw\"}},webPageId:\"tcJ4mFWNG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:574,width:`max((max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px), 1px) - 16px) / 2, 50px)`,y:(componentViewport?.y||0)+100+(((componentViewport?.height||1099)-150-1413)/2+0+0)+0+142+0+0+0,...addPropertyOverrides({F2jaO4i1b:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||943)-150-1413)/2+0+0)+0+142+0+0+0},H2u9EU7FS:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1131)-150-1413)/2+0+0)+0+142+0+0+0},tjTX3X8du:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px), 1px), 50px)`,y:(componentViewport?.y||0)+20+(((componentViewport?.height||954)-70-1413)/2+0+0)+0+142+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1aoargm-container\",layoutDependency:layoutDependency,layoutId:\"gZROSPY5G-container\",nodeId:\"gZROSPY5G\",rendersWithMotion:true,scopeId:\"g34gjeU7y\",children:/*#__PURE__*/_jsx(CardBlogCard,{BnjzeGZLn:resolvedLinks[0],height:\"100%\",id:\"gZROSPY5G\",Kr6h5jDTO:toResponsiveImage(wwX3O0xtAnAauPFgOV),layoutId:\"gZROSPY5G\",mdrbxE_y1:enumToDisplayNameFunctions[\"s0_Dxnr5E\"]?.(s0_Dxnr5EnAauPFgOV,activeLocale),P1HvHNJz4:true,style:{width:\"100%\"},vh2hZiaIL:toDateString(L3sFBrfIVnAauPFgOV,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),width:\"100%\",z8TH3Vt99:JiNcizt4wnAauPFgOV,...addPropertyOverrides({F2jaO4i1b:{BnjzeGZLn:resolvedLinks[1]},H2u9EU7FS:{BnjzeGZLn:resolvedLinks[3]},tjTX3X8du:{BnjzeGZLn:resolvedLinks[2]}},baseVariant,gestureVariant)})})})})})},idnAauPFgOV);})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+100+(((componentViewport?.height||1099)-150-1413)/2+1306+60),...addPropertyOverrides({F2jaO4i1b:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||943)-150-1413)/2+1306+60)},H2u9EU7FS:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1131)-150-1413)/2+1306+60)},tjTX3X8du:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||954)-70-1413)/2+1306+60)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ddcbi1-container\",layoutDependency:layoutDependency,layoutId:\"IfKBLhFzX-container\",nodeId:\"IfKBLhFzX\",rendersWithMotion:true,scopeId:\"g34gjeU7y\",whileHover:animation,whileTap:animation1,children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",id:\"IfKBLhFzX\",layoutId:\"IfKBLhFzX\",QPXgBsk7h:\"Find more resources\",T5oKm0XoU:\"https://vln.thrombosis.org/c/clinical-resources-f0425f/\",variant:\"qafDGgH_d\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GfSTv.framer-185ivep, .framer-GfSTv .framer-185ivep { display: block; }\",\".framer-GfSTv.framer-s4zsi6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 50px 40px; position: relative; width: 1200px; }\",\".framer-GfSTv .framer-j2l3xx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GfSTv .framer-ebhxn7-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\".framer-GfSTv .framer-1dcdc82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GfSTv .framer-1joipke { display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-GfSTv .framer-1aoargm-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-GfSTv .framer-1ddcbi1-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GfSTv.framer-s4zsi6, .framer-GfSTv .framer-j2l3xx, .framer-GfSTv .framer-1dcdc82 { gap: 0px; } .framer-GfSTv.framer-s4zsi6 > *, .framer-GfSTv .framer-j2l3xx > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-GfSTv.framer-s4zsi6 > :first-child, .framer-GfSTv .framer-j2l3xx > :first-child { margin-top: 0px; } .framer-GfSTv.framer-s4zsi6 > :last-child, .framer-GfSTv .framer-j2l3xx > :last-child { margin-bottom: 0px; } .framer-GfSTv .framer-1dcdc82 > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-GfSTv .framer-1dcdc82 > :first-child { margin-left: 0px; } .framer-GfSTv .framer-1dcdc82 > :last-child { margin-right: 0px; } }\",\".framer-GfSTv.framer-v-38kk6a.framer-s4zsi6 { width: 810px; }\",\".framer-GfSTv.framer-v-a96qpk.framer-s4zsi6 { padding: 20px 40px 50px 40px; width: 390px; }\",\".framer-GfSTv.framer-v-a96qpk .framer-1joipke { grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",\".framer-GfSTv.framer-v-1ir1998.framer-s4zsi6 { width: 1440px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1099\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"F2jaO4i1b\":{\"layout\":[\"fixed\",\"auto\"]},\"tjTX3X8du\":{\"layout\":[\"fixed\",\"auto\"]},\"H2u9EU7FS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerg34gjeU7y=withCSS(Component,css,\"framer-GfSTv\");export default Framerg34gjeU7y;Framerg34gjeU7y.displayName=\"Section - Clinical Resources\";Framerg34gjeU7y.defaultProps={height:1099,width:1200};addPropertyControls(Framerg34gjeU7y,{variant:{options:[\"yzB5NMg_1\",\"F2jaO4i1b\",\"tjTX3X8du\",\"H2u9EU7FS\"],optionTitles:[\"Clinical Resources - Desktop\",\"Tablet\",\"Phone\",\"Large\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerg34gjeU7y,[{explicitInter:true,fonts:[]},...ComponentHeadingContentFonts,...CardBlogCardFonts,...ButtonButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg34gjeU7y\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1099\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F2jaO4i1b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tjTX3X8du\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H2u9EU7FS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g34gjeU7y.map"],
  "mappings": "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",
  "names": ["ComponentHeadingContentFonts", "getFonts", "i6WlK9ncS_default", "CardBlogCardFonts", "UMAOoxoOE_default", "ButtonButtonFonts", "bfFy6UW0C_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation", "animation1", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "s0_Dxnr5EnAauPFgOV", "L3sFBrfIVnAauPFgOV", "JiNcizt4wnAauPFgOV", "wwX3O0xtAnAauPFgOV", "fbdD91oASnAauPFgOV", "idnAauPFgOV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ComponentViewportProvider", "SmartComponentScopedContainer", "i6WlK9ncS_default", "ChildrenCanSuspend", "sSDmUfaVS_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "UMAOoxoOE_default", "toResponsiveImage", "enumToDisplayNameFunctions", "toDateString", "bfFy6UW0C_default", "css", "Framerg34gjeU7y", "withCSS", "g34gjeU7y_default", "addPropertyControls", "ControlType", "addFonts", "ComponentHeadingContentFonts", "CardBlogCardFonts", "ButtonButtonFonts"]
}
