{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Yf7juzHBScQruxVIFR3m/Vqq2oiPcUvfNLXGc40of/SocialShare.js", "ssg:https://framerusercontent.com/modules/YYbTFZDOvNrnGePdKZnw/pQq9yyF1s3EOmx3rCciS/NEMc52xDU.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function Twitter_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title)// Set the page title after component mounts\n;},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Check out this insightful blog post: ${pageTitle}. Read it here:`)}&url=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}`);}});};}export function LinkedIn_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&title=${encodeURIComponent(pageTitle)}&source=framer.com`);},style:{...props.style,cursor:\"pointer\"}});};}export function Facebook_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&quote=${encodeURIComponent(`Check out this awesome site \"${pageTitle}\".`)}`);}});};}export function Email_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;const subject=encodeURIComponent(`Check out this link: ${pageTitle}`);const body=encodeURIComponent(`Hi,\n\nI wanted to share this link with you: ${(_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href}`);window.open(`mailto:?subject=${subject}&body=${body}`);}});};}export function Clipboard_Share(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{const textField=document.createElement(\"textarea\");textField.innerText=window.location.href;document.body.appendChild(textField);textField.select();document.execCommand(\"copy\");textField.remove();alert(\"URL copied to clipboard!\");}});};}export function Whatsapp_Share(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(`Check out this link: ${(_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href}`)}`);}});};}export function Tumblr_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.tumblr.com/widgets/share/tool?canonicalUrl=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&title=${encodeURIComponent(pageTitle)}`);}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"Email_Share\":{\"type\":\"reactHoc\",\"name\":\"Email_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Tumblr_Share\":{\"type\":\"reactHoc\",\"name\":\"Tumblr_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Twitter_Share\":{\"type\":\"reactHoc\",\"name\":\"Twitter_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Clipboard_Share\":{\"type\":\"reactHoc\",\"name\":\"Clipboard_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Whatsapp_Share\":{\"type\":\"reactHoc\",\"name\":\"Whatsapp_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkedIn_Share\":{\"type\":\"reactHoc\",\"name\":\"LinkedIn_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Facebook_Share\":{\"type\":\"reactHoc\",\"name\":\"Facebook_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "// Generated by Framer (38fb4ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Clipboard_Share,Email_Share,Facebook_Share,LinkedIn_Share,Twitter_Share,Whatsapp_Share}from\"https://framerusercontent.com/modules/Yf7juzHBScQruxVIFR3m/Vqq2oiPcUvfNLXGc40of/SocialShare.js\";import*as localizedValues from\"./NEMc52xDU-0.js\";import*as localizedValues1 from\"./NEMc52xDU-1.js\";import*as localizedValues2 from\"./NEMc52xDU-2.js\";const MaterialFonts=getFonts(Material);const MotionDivClipboard_Share=Clipboard_Share(motion.div);const MotionDivEmail_Share=Email_Share(motion.div);const MotionDivTwitter_Share=Twitter_Share(motion.div);const MotionDivFacebook_Share=Facebook_Share(motion.div);const MotionDivLinkedIn_Share=LinkedIn_Share(motion.div);const MotionDivWhatsapp_Share=Whatsapp_Share(motion.div);const cycleOrder=[\"tVxvyYLfT\"];const serializationHash=\"framer-Il2xt\";const variantClassNames={tVxvyYLfT:\"framer-v-1hdufg8\"};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 valuesByLocaleId={JYVZwqSEg:localizedValues1,lVjnPZElD:localizedValues2,ttArHNe2O:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({color,height,id,width,...props})=>{var _ref;return{...props,RqnURcgQ8:(_ref=color!==null&&color!==void 0?color:props.RqnURcgQ8)!==null&&_ref!==void 0?_ref:\"var(--token-00ebce97-7d98-4d91-a888-6de08c2dda82, rgb(27, 43, 56))\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,RqnURcgQ8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tVxvyYLfT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hdufg8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tVxvyYLfT\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivClipboard_Share,{className:\"framer-1k7kgiz\",layoutDependency:layoutDependency,layoutId:\"zIBCxuZ8D\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hetpvw-container\",layoutDependency:layoutDependency,layoutId:\"dAA2RdlXg-container\",children:/*#__PURE__*/_jsx(Material,{color:RqnURcgQ8,height:\"100%\",iconSearch:\"copy\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"dAA2RdlXg\",layoutId:\"dAA2RdlXg\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivEmail_Share,{className:\"framer-on29f3\",layoutDependency:layoutDependency,layoutId:\"oN6C2B4wk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3kzove-container\",layoutDependency:layoutDependency,layoutId:\"az2tOHxjZ-container\",children:/*#__PURE__*/_jsx(Material,{color:RqnURcgQ8,height:\"100%\",iconSearch:\"mail\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"az2tOHxjZ\",layoutId:\"az2tOHxjZ\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivTwitter_Share,{className:\"framer-1w7kigh\",layoutDependency:layoutDependency,layoutId:\"HgnpBTQle\",children:/*#__PURE__*/_jsx(MotionDivTwitter_Share,{className:\"framer-rd957e\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"oN4lLR7Vr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-05602424-e08f-4ee4-935c-6a4fcc7b614b, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2364,pixelWidth:2364,sizes:\"19px\",src:\"https://framerusercontent.com/images/4nyjOLiwPGg3520zNUjC0yDlBFs.webp\",srcSet:\"https://framerusercontent.com/images/4nyjOLiwPGg3520zNUjC0yDlBFs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/4nyjOLiwPGg3520zNUjC0yDlBFs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/4nyjOLiwPGg3520zNUjC0yDlBFs.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/4nyjOLiwPGg3520zNUjC0yDlBFs.webp 2364w\"},className:\"framer-12q902r\",layoutDependency:layoutDependency,layoutId:\"ziUy1PhKc\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}})})}),/*#__PURE__*/_jsx(MotionDivFacebook_Share,{className:\"framer-mtjz67\",layoutDependency:layoutDependency,layoutId:\"ZSLvVMyEL\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tb2vot-container\",layoutDependency:layoutDependency,layoutId:\"kNoQ0vH5l-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(24, 119, 242)\",height:\"100%\",iconSearch:\"Facebook\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"kNoQ0vH5l\",layoutId:\"kNoQ0vH5l\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivLinkedIn_Share,{className:\"framer-5bpulc\",layoutDependency:layoutDependency,layoutId:\"wl8_FKXhx\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3scnr-container\",layoutDependency:layoutDependency,layoutId:\"ceX3eC_QL-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(0, 119, 181)\",height:\"100%\",iconSearch:\"linkedin\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ceX3eC_QL\",layoutId:\"ceX3eC_QL\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWhatsapp_Share,{className:\"framer-12ws6qy\",layoutDependency:layoutDependency,layoutId:\"IGazWGwvi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2h1tc4-container\",layoutDependency:layoutDependency,layoutId:\"WGyDD4E9I-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(37, 211, 102)\",height:\"100%\",iconSearch:\"whatsapp\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"WGyDD4E9I\",layoutId:\"WGyDD4E9I\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Il2xt.framer-kc4fhb, .framer-Il2xt .framer-kc4fhb { display: block; }\",\".framer-Il2xt.framer-1hdufg8 { 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: 0px; position: relative; width: min-content; }\",\".framer-Il2xt .framer-1k7kgiz, .framer-Il2xt .framer-on29f3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-Il2xt .framer-hetpvw-container, .framer-Il2xt .framer-3kzove-container { flex: none; height: 25px; position: relative; width: 20px; }\",\".framer-Il2xt .framer-1w7kigh, .framer-Il2xt .framer-mtjz67, .framer-Il2xt .framer-5bpulc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 19px; }\",\".framer-Il2xt .framer-rd957e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Il2xt .framer-12q902r { flex: none; height: 19px; overflow: hidden; position: relative; width: 19px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Il2xt .framer-tb2vot-container, .framer-Il2xt .framer-1h3scnr-container, .framer-Il2xt .framer-2h1tc4-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-Il2xt .framer-12ws6qy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Il2xt.framer-1hdufg8, .framer-Il2xt .framer-1k7kgiz, .framer-Il2xt .framer-on29f3, .framer-Il2xt .framer-1w7kigh, .framer-Il2xt .framer-rd957e, .framer-Il2xt .framer-mtjz67, .framer-Il2xt .framer-5bpulc, .framer-Il2xt .framer-12ws6qy { gap: 0px; } .framer-Il2xt.framer-1hdufg8 > *, .framer-Il2xt .framer-1k7kgiz > *, .framer-Il2xt .framer-on29f3 > *, .framer-Il2xt .framer-1w7kigh > *, .framer-Il2xt .framer-rd957e > *, .framer-Il2xt .framer-mtjz67 > *, .framer-Il2xt .framer-5bpulc > *, .framer-Il2xt .framer-12ws6qy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Il2xt.framer-1hdufg8 > :first-child, .framer-Il2xt .framer-1k7kgiz > :first-child, .framer-Il2xt .framer-on29f3 > :first-child, .framer-Il2xt .framer-1w7kigh > :first-child, .framer-Il2xt .framer-rd957e > :first-child, .framer-Il2xt .framer-mtjz67 > :first-child, .framer-Il2xt .framer-5bpulc > :first-child, .framer-Il2xt .framer-12ws6qy > :first-child { margin-left: 0px; } .framer-Il2xt.framer-1hdufg8 > :last-child, .framer-Il2xt .framer-1k7kgiz > :last-child, .framer-Il2xt .framer-on29f3 > :last-child, .framer-Il2xt .framer-1w7kigh > :last-child, .framer-Il2xt .framer-rd957e > :last-child, .framer-Il2xt .framer-mtjz67 > :last-child, .framer-Il2xt .framer-5bpulc > :last-child, .framer-Il2xt .framer-12ws6qy > :last-child { margin-right: 0px; } }\",'.framer-Il2xt[data-border=\"true\"]::after, .framer-Il2xt [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 25\n * @framerIntrinsicWidth 172\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"RqnURcgQ8\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNEMc52xDU=withCSS(Component,css,\"framer-Il2xt\");export default FramerNEMc52xDU;FramerNEMc52xDU.displayName=\"Social Stack\";FramerNEMc52xDU.defaultProps={height:25,width:172};addPropertyControls(FramerNEMc52xDU,{RqnURcgQ8:{defaultValue:'var(--token-00ebce97-7d98-4d91-a888-6de08c2dda82, rgb(27, 43, 56)) /* {\"name\":\"Primary Dark\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FramerNEMc52xDU,[{explicitInter:true,fonts:[]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNEMc52xDU\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"172\",\"framerVariables\":\"{\\\"RqnURcgQ8\\\":\\\"color\\\"}\",\"framerIntrinsicHeight\":\"25\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NEMc52xDU.map"],
  "mappings": "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",
  "names": ["Twitter_Share", "Component", "props", "pageTitle", "setPageTitle", "ye", "ue", "p", "_window_location", "_window", "window", "LinkedIn_Share", "Facebook_Share", "Email_Share", "subject", "body", "Clipboard_Share", "textField", "Whatsapp_Share", "MaterialFonts", "getFonts", "Icon", "MotionDivClipboard_Share", "Clipboard_Share", "motion", "MotionDivEmail_Share", "Email_Share", "MotionDivTwitter_Share", "Twitter_Share", "MotionDivFacebook_Share", "Facebook_Share", "MotionDivLinkedIn_Share", "LinkedIn_Share", "MotionDivWhatsapp_Share", "Whatsapp_Share", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "RqnURcgQ8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "MotionDivClipboard_Share", "ComponentViewportProvider", "Icon", "MotionDivEmail_Share", "MotionDivTwitter_Share", "Image2", "MotionDivFacebook_Share", "MotionDivLinkedIn_Share", "MotionDivWhatsapp_Share", "css", "FramerNEMc52xDU", "withCSS", "NEMc52xDU_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts"]
}
