{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/FbShareButton-SwPr.js@VAfFtNPDuFycx4VrhEF1", "ssg:https://framer.com/m/XShareButton-l6wq.js@6Q4HMxkffLLxITSjHXv8", "ssg:https://framer.com/m/LkShareButton-b9iE.js@NcrBDBLV6iUi35EfIiq3", "ssg:https://framer.com/m/PiShareButton-3jej.js@p12WzBfKJtQfU5W1HhNv", "ssg:https://framer.com/m/WhShareButton-az28.js@HAbtDUV0CNEMC6xbP6D5", "ssg:https://framer.com/m/CopyShareButton-WM6i.js@nAF3Mg9oLBQJO4hqgKgv", "ssg:https://framer.com/m/EmailShareButton-G8ZP.js@bpMRskcOZffi3zkf3Tff", "ssg:https://framerusercontent.com/modules/IMgm3DbGlQf4ahdRBe6A/Ish8UESrd4z2bCfaB7BL/ShareWidget.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function FbShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleFbShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const facebookShareUrl=`https://www.facebook.com/sharer/sharer.php?u=${url}`;window.open(facebookShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleFbShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",fill:\"currentColor\",style:{width:`${iconWidth}`,height:\"auto\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z\"})},\"fb\")});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FbShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FbShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function XShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleXShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const xShareUrl=`https://twitter.com/intent/tweet?text=${title}%0D%0D&url=${url}`;window.open(xShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleXShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"XShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function LkShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleLkShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const linkedinShareUrl=`https://www.linkedin.com/shareArticle?mini=true&url=${url}%2F&title=${title}&summary=`;window.open(linkedinShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleLkShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LkShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LkShareButton.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function PiShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handlePiShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const PiShareUrl=`https://www.pinterest.com/pin/create/button/?&text=${title}&url=${url}&description=${title}`;window.open(PiShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handlePiShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsxs(\"svg\",{role:\"img\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 24 24\",xmlns:\"http://www.w3.org/2000/svg\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Pinterest\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"})]})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PiShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PiShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function WhShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleWhShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const whShareUrl=`https://api.whatsapp.com/send?text=${title}%20${url}`;window.open(whShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleWhShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",role:\"img\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 256 256\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M187.58,144.84l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88,40,40,0,0,0,40-40A8,8,0,0,0,187.58,144.84ZM152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155l14.61-9.74,23,11.48A24,24,0,0,1,152,176ZM128,24A104,104,0,0,0,36.18,176.88L24.83,210.93a16,16,0,0,0,20.24,20.24l34.05-11.35A104,104,0,1,0,128,24Zm0,192a87.87,87.87,0,0,1-44.06-11.81,8,8,0,0,0-6.54-.67L40,216,52.47,178.6a8,8,0,0,0-.66-6.54A88,88,0,1,1,128,216Z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WhShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WhShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function CopyShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleCopyShare=()=>{const url=window.location.href;navigator.clipboard.writeText(url);};return /*#__PURE__*/_jsx(\"button\",{onClick:handleCopyShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CopyShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopyShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function EmailShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleEmailShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const emailShareUrl=`mailto:?subject=${title}&body=${url}`;window.open(emailShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleEmailShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",role:\"img\",style:{width:`${iconWidth}`,height:\"auto\"},fill:\"currentColor\",viewBox:\"0 0 256 256\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"EmailShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EmailShareButton.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import FbShareButton from\"https://framer.com/m/FbShareButton-SwPr.js@VAfFtNPDuFycx4VrhEF1\";import XShareButton from\"https://framer.com/m/XShareButton-l6wq.js@6Q4HMxkffLLxITSjHXv8\";import LkShareButton from\"https://framer.com/m/LkShareButton-b9iE.js@NcrBDBLV6iUi35EfIiq3\";import PiShareButton from\"https://framer.com/m/PiShareButton-3jej.js@p12WzBfKJtQfU5W1HhNv\";import WhShareButton from\"https://framer.com/m/WhShareButton-az28.js@HAbtDUV0CNEMC6xbP6D5\";import CopyShareButton from\"https://framer.com/m/CopyShareButton-WM6i.js@nAF3Mg9oLBQJO4hqgKgv\";import EmailShareButton from\"https://framer.com/m/EmailShareButton-G8ZP.js@bpMRskcOZffi3zkf3Tff\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function ShareWidget(props){const{iconproperties,backgroundcolor,radius,padding,borderproperties,showX,showFb,showLk,showPi,showCp,showEm,showWh}=props;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:props.widgetgap},children:[showX&&/*#__PURE__*/_jsx(XShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"1\"),showFb&&/*#__PURE__*/_jsx(FbShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"2\"),showLk&&/*#__PURE__*/_jsx(LkShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"3\"),showPi&&/*#__PURE__*/_jsx(PiShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"4\"),showWh&&/*#__PURE__*/_jsx(WhShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"5\"),showEm&&/*#__PURE__*/_jsx(EmailShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"6\"),showCp&&/*#__PURE__*/_jsx(CopyShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"7\")]});}ShareWidget.defaultProps={iconColor:\"#FFFFFF\",iconWidth:16,backgroundColor:\"#212121\",borderRadius:16,padding:16,borderColor:\"#222222\",borderWidth:0,borderStyle:\"solid\",widgetgap:\"8\",text:\"Hello World!\",showX:true,showFb:true,showLk:true,showPi:true,showCp:true,showEm:true,showWh:true};addPropertyControls(ShareWidget,{showX:{type:ControlType.Boolean,title:\"Show X\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showFb:{type:ControlType.Boolean,title:\"Show Facebook\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showLk:{type:ControlType.Boolean,title:\"Show Linkedin\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showPi:{type:ControlType.Boolean,title:\"Show Pinterest\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showWh:{type:ControlType.Boolean,title:\"Show Whatsapp\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showEm:{type:ControlType.Boolean,title:\"Show Email\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showCp:{type:ControlType.Boolean,title:\"Show Copy\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},iconproperties:{type:ControlType.Object,title:\"Icons\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFFFFF\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:16}}},backgroundcolor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#212121\"},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},padding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},borderproperties:{type:ControlType.Object,title:\"Border\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#222222\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:0},style:{type:ControlType.Enum,title:\"Style\",options:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"],defaultValue:\"Solid\"}}},widgetgap:{type:ControlType.Number,title:\"Gap\",defaultValue:8}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShareWidget\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareWidget.map"],
  "mappings": "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",
  "names": ["FbShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "facebookShareUrl", "XShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "xShareUrl", "LkShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "linkedinShareUrl", "PiShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "PiShareUrl", "u", "WhShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "whShareUrl", "CopyShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "navigator", "EmailShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "emailShareUrl", "ShareWidget", "props", "iconproperties", "backgroundcolor", "radius", "padding", "borderproperties", "showX", "showFb", "showLk", "showPi", "showCp", "showEm", "showWh", "u", "p", "XShareButton", "FbShareButton", "LkShareButton", "PiShareButton", "WhShareButton", "EmailShareButton", "CopyShareButton", "addPropertyControls", "ControlType"]
}
