{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1wAwNJnHqEwLbVUe8DWo/iwJ7M8nd6Spg0VaeV0dp/ShareButton.js", "ssg:https://framerusercontent.com/modules/eWDupWecRqxCQiyYSnQL/FOaO4c0hio31SHV0CJpI/cZyAiORBR.js", "ssg:https://framerusercontent.com/modules/nu4u77QjI6PcdxidupoG/blxSHv5jaEQ6W0aZK62l/CMSItem.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export function ShareButton(props){const handleClick=()=>{const url=window.location.href// The current page URL\n;switch(props.platform){case\"Facebook\":window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(url)}`,\"_blank\");break;case\"Instagram\":navigator.clipboard.writeText(url).then(()=>{alert(\"URL copied to clipboard. You can now paste it into Instagram.\");}).catch(err=>{console.error(\"Failed to copy URL: \",err);alert(\"Couldn't copy URL. Please copy it manually: \"+url);});break;case\"X\":window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(url)}`,\"_blank\");break;case\"LinkedIn\":window.open(`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(url)}`,\"_blank\");break;default:break;}};return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"transparent\",cursor:\"pointer\"},onClick:handleClick});}addPropertyControls(ShareButton,{platform:{type:ControlType.Enum,defaultValue:\"Facebook\",options:[\"Facebook\",\"Instagram\",\"X\",\"LinkedIn\"],optionTitles:[\"Facebook\",\"Instagram\",\"X\",\"LinkedIn\"],title:\"Platform\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"ShareButton\":{\"type\":\"reactComponent\",\"name\":\"ShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareButton.map", "// Generated by Framer (abcfa95)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{ShareButton}from\"https://framerusercontent.com/modules/1wAwNJnHqEwLbVUe8DWo/iwJ7M8nd6Spg0VaeV0dp/ShareButton.js\";const ShareButtonFonts=getFonts(ShareButton);const enabledGestures={uZvh7fdJG:{hover:true},V21lBQMip:{hover:true},yuPpRRQ3j:{hover:true}};const cycleOrder=[\"yuPpRRQ3j\",\"uZvh7fdJG\",\"V21lBQMip\"];const serializationHash=\"framer-OHMlv\";const variantClassNames={uZvh7fdJG:\"framer-v-1yvyhtt\",V21lBQMip:\"framer-v-1bns98j\",yuPpRRQ3j:\"framer-v-101evpq\"};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 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={Facebook:\"uZvh7fdJG\",Instagram:\"yuPpRRQ3j\",LinkedIn:\"V21lBQMip\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yuPpRRQ3j\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yuPpRRQ3j\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"uZvh7fdJG-hover\",\"V21lBQMip-hover\"].includes(gestureVariant))return false;if([\"uZvh7fdJG\",\"V21lBQMip\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"uZvh7fdJG-hover\")return true;if(baseVariant===\"uZvh7fdJG\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"V21lBQMip-hover\")return true;if(baseVariant===\"V21lBQMip\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-101evpq\",className,classNames),\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"yuPpRRQ3j\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"uZvh7fdJG-hover\":{\"data-framer-name\":undefined},\"V21lBQMip-hover\":{\"data-framer-name\":undefined},\"yuPpRRQ3j-hover\":{\"data-framer-name\":undefined},uZvh7fdJG:{\"data-framer-name\":\"Facebook\"},V21lBQMip:{\"data-framer-name\":\"LinkedIn\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xselfb\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"JlqQbTJqW\",style:{backgroundColor:\"var(--token-cd132689-e61c-4dda-bc20-9a04255a3a3d, rgb(188, 35, 119))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(16, 24, 40, 0.05000000074505806)\"},variants:{\"uZvh7fdJG-hover\":{backgroundColor:\"var(--token-f0f73208-8f2e-4b03-a264-5cc4c4856113, rgb(48, 168, 255))\"},\"V21lBQMip-hover\":{backgroundColor:\"var(--token-f0f73208-8f2e-4b03-a264-5cc4c4856113, rgb(48, 168, 255))\"},\"yuPpRRQ3j-hover\":{backgroundColor:\"var(--token-f0f73208-8f2e-4b03-a264-5cc4c4856113, rgb(48, 168, 255))\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v2kioh\",\"data-framer-name\":\"Social icon\",layoutDependency:layoutDependency,layoutId:\"uRYdY7qR5\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ghkj5m\",\"data-framer-name\":\"Group\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GOs82Ospq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 8 1.443 C 10.138 1.443 10.391 1.452 11.231 1.489 C 12.013 1.524 12.434 1.655 12.716 1.764 C 13.088 1.908 13.356 2.083 13.634 2.361 C 13.916 2.643 14.088 2.908 14.231 3.28 C 14.341 3.561 14.472 3.986 14.506 4.764 C 14.544 5.608 14.553 5.861 14.553 7.996 C 14.553 10.133 14.544 10.386 14.506 11.227 C 14.472 12.008 14.341 12.43 14.231 12.711 C 14.088 13.083 13.912 13.352 13.634 13.63 C 13.353 13.911 13.088 14.083 12.716 14.227 C 12.434 14.336 12.009 14.468 11.231 14.502 C 10.388 14.539 10.134 14.549 8 14.549 C 5.862 14.549 5.609 14.539 4.769 14.502 C 3.987 14.468 3.566 14.336 3.284 14.227 C 2.912 14.083 2.644 13.908 2.366 13.63 C 2.084 13.349 1.912 13.083 1.769 12.711 C 1.659 12.43 1.528 12.005 1.494 11.227 C 1.456 10.383 1.447 10.13 1.447 7.996 C 1.447 5.858 1.456 5.605 1.494 4.764 C 1.528 3.983 1.659 3.561 1.769 3.28 C 1.912 2.908 2.087 2.639 2.366 2.361 C 2.647 2.08 2.912 1.908 3.284 1.764 C 3.566 1.655 3.991 1.524 4.769 1.489 C 5.609 1.452 5.862 1.443 8 1.443 Z M 8 0.002 C 5.828 0.002 5.556 0.011 4.703 0.049 C 3.853 0.086 3.269 0.224 2.762 0.421 C 2.234 0.627 1.787 0.899 1.344 1.346 C 0.897 1.789 0.625 2.236 0.419 2.761 C 0.222 3.271 0.084 3.852 0.047 4.702 C 0.009 5.558 0 5.83 0 8.002 C 0 10.174 0.009 10.446 0.047 11.299 C 0.084 12.149 0.222 12.733 0.419 13.239 C 0.625 13.768 0.897 14.214 1.344 14.658 C 1.787 15.102 2.234 15.377 2.759 15.58 C 3.269 15.777 3.85 15.914 4.7 15.952 C 5.553 15.989 5.825 15.999 7.997 15.999 C 10.169 15.999 10.441 15.989 11.294 15.952 C 12.144 15.914 12.728 15.777 13.234 15.58 C 13.759 15.377 14.206 15.102 14.65 14.658 C 15.094 14.214 15.369 13.768 15.572 13.243 C 15.769 12.733 15.906 12.152 15.944 11.302 C 15.981 10.449 15.991 10.177 15.991 8.005 C 15.991 5.833 15.981 5.561 15.944 4.708 C 15.906 3.858 15.769 3.274 15.572 2.768 C 15.375 2.236 15.103 1.789 14.656 1.346 C 14.213 0.902 13.766 0.627 13.241 0.424 C 12.731 0.227 12.15 0.089 11.3 0.052 C 10.444 0.011 10.172 0.002 8 0.002 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 8 3.893 C 5.731 3.893 3.891 5.733 3.891 8.002 C 3.891 10.271 5.731 12.111 8 12.111 C 10.269 12.111 12.109 10.271 12.109 8.002 C 12.109 5.733 10.269 3.893 8 3.893 Z M 8 10.668 C 6.528 10.668 5.334 9.474 5.334 8.002 C 5.334 6.53 6.528 5.336 8 5.336 C 9.472 5.336 10.666 6.53 10.666 8.002 C 10.666 9.474 9.472 10.668 8 10.668 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 13.231 3.73 C 13.231 4.261 12.8 4.689 12.272 4.689 C 11.741 4.689 11.313 4.258 11.313 3.73 C 11.313 3.199 11.744 2.771 12.272 2.771 C 12.8 2.771 13.231 3.202 13.231 3.73 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10454489087,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-bvhedq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"jkkc7dTm5\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M24 12.0029C24 5.37551 18.6274 0.00292969 12 0.00292969C5.37258 0.00292969 0 5.37551 0 12.0029C0 17.9924 4.3882 22.9569 10.125 23.8571V15.4717H7.07812V12.0029H10.125V9.35918C10.125 6.35168 11.9166 4.69043 14.6576 4.69043C15.9701 4.69043 17.3438 4.9248 17.3438 4.9248V7.87793H15.8306C14.34 7.87793 13.875 8.80301 13.875 9.75293V12.0029H17.2031L16.6711 15.4717H13.875V23.8571C19.6118 22.9569 24 17.9924 24 12.0029Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-bp8mde\",\"data-framer-name\":\"Frame_1000003643\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AHiiqMYll\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(2 2)\" id=\"ss10223352322_1\"><path d=\"M 0 0 L 21 0 L 21 21 L 0 21 Z\" fill=\"transparent\"></path><path d=\"M 17.609 17.85 L 14.609 17.85 L 14.609 12.994 C 14.609 11.813 14.609 10.369 13.043 10.369 C 11.478 10.369 11.218 11.681 11.218 12.994 L 11.218 17.981 L 8.087 17.981 L 8.087 7.875 L 11.087 7.875 L 11.087 9.188 C 11.478 8.4 12.522 7.613 13.957 7.613 C 17.087 7.613 17.609 9.713 17.609 12.338 Z M 6.13 17.85 L 3.131 17.85 L 3.131 7.875 L 6.261 7.875 L 6.261 17.85 Z M 4.695 6.563 C 3.652 6.563 2.87 5.644 2.87 4.725 C 2.87 3.675 3.652 2.888 4.695 2.888 C 5.739 2.888 6.521 3.675 6.521 4.725 C 6.391 5.644 5.609 6.563 4.695 6.563 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:10223352322,withExternalLayout:true,...addPropertyOverrides({V21lBQMip:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(2 2)\" id=\"ss11730738679_1\"><path d=\"M 0 0 L 21 0 L 21 21 L 0 21 Z\" fill=\"transparent\"></path><path d=\"M 17.609 17.85 L 14.609 17.85 L 14.609 12.994 C 14.609 11.813 14.609 10.369 13.043 10.369 C 11.478 10.369 11.218 11.681 11.218 12.994 L 11.218 17.981 L 8.087 17.981 L 8.087 7.875 L 11.087 7.875 L 11.087 9.188 C 11.478 8.4 12.522 7.613 13.957 7.613 C 17.087 7.613 17.609 9.713 17.609 12.338 Z M 6.13 17.85 L 3.131 17.85 L 3.131 7.875 L 6.261 7.875 L 6.261 17.85 Z M 4.695 6.563 C 3.652 6.563 2.87 5.644 2.87 4.725 C 2.87 3.675 3.652 2.888 4.695 2.888 C 5.739 2.888 6.521 3.675 6.521 4.725 C 6.391 5.644 5.609 6.563 4.695 6.563 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:11730738679}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pxrbg9-container\",layoutDependency:layoutDependency,layoutId:\"EG5UzVts0-container\",children:/*#__PURE__*/_jsx(ShareButton,{height:\"100%\",id:\"EG5UzVts0\",layoutId:\"EG5UzVts0\",platform:\"Instagram\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({uZvh7fdJG:{platform:\"Facebook\"},V21lBQMip:{platform:\"LinkedIn\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OHMlv.framer-22umq2, .framer-OHMlv .framer-22umq2 { display: block; }\",\".framer-OHMlv.framer-101evpq { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-OHMlv .framer-xselfb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: center; overflow: hidden; padding: 10px 16px 10px 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OHMlv .framer-1v2kioh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-OHMlv .framer-ghkj5m, .framer-OHMlv .framer-bvhedq { flex: none; height: 16px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-OHMlv .framer-bp8mde { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-OHMlv .framer-1pxrbg9-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OHMlv.framer-101evpq, .framer-OHMlv .framer-xselfb { gap: 0px; } .framer-OHMlv.framer-101evpq > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-OHMlv.framer-101evpq > :first-child, .framer-OHMlv .framer-xselfb > :first-child { margin-left: 0px; } .framer-OHMlv.framer-101evpq > :last-child, .framer-OHMlv .framer-xselfb > :last-child { margin-right: 0px; } .framer-OHMlv .framer-xselfb > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uZvh7fdJG\":{\"layout\":[\"fixed\",\"fixed\"]},\"V21lBQMip\":{\"layout\":[\"fixed\",\"fixed\"]},\"ACn3Unubh\":{\"layout\":[\"fixed\",\"fixed\"]},\"X2aR7buZ9\":{\"layout\":[\"fixed\",\"fixed\"]},\"OLSgOPM4w\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercZyAiORBR=withCSS(Component,css,\"framer-OHMlv\");export default FramercZyAiORBR;FramercZyAiORBR.displayName=\"Social links\";FramercZyAiORBR.defaultProps={height:40,width:40};addPropertyControls(FramercZyAiORBR,{variant:{options:[\"yuPpRRQ3j\",\"uZvh7fdJG\",\"V21lBQMip\"],optionTitles:[\"Instagram\",\"Facebook\",\"LinkedIn\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercZyAiORBR,[{explicitInter:true,fonts:[]},...ShareButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercZyAiORBR\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uZvh7fdJG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"V21lBQMip\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ACn3Unubh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X2aR7buZ9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OLSgOPM4w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cZyAiORBR.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function EnsureAuteurOptionField(){const auteur=\"Auteur\"// Ensure this matches the option field name exactly\n;return{// This might help Framer recognize the field as a variable to be used\noptionsField:auteur};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withEnsureAuteurOptionField(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...EnsureAuteurOptionField(props)});};}withEnsureAuteurOptionField.displayName=\"EnsureAuteurOptionField\";\nexport const __FramerMetadata__ = {\"exports\":{\"EnsureAuteurOptionField\":{\"type\":\"override\",\"name\":\"EnsureAuteurOptionField\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEnsureAuteurOptionField\":{\"type\":\"reactHoc\",\"name\":\"withEnsureAuteurOptionField\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMSItem.map"],
  "mappings": "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",
  "names": ["ShareButton", "props", "p", "url", "window", "navigator", "err", "addPropertyControls", "ControlType", "ShareButtonFonts", "getFonts", "ShareButton", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "ComponentViewportProvider", "css", "FramercZyAiORBR", "withCSS", "cZyAiORBR_default", "addPropertyControls", "ControlType", "addFonts", "EnsureAuteurOptionField", "withEnsureAuteurOptionField", "C", "props", "re", "DataObserverContext", "p"]
}
