{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/L5qQBEOFA2NKuOJTjXZ3/wlIvver3DPYsofdMWzAm/InstagramShareButton.js", "ssg:https://framerusercontent.com/modules/n0hiNWPzlpsWfS5NqlnT/DLsPFghTF8zDCxyNHIw7/ShareButton_1.js", "ssg:https://framerusercontent.com/modules/lDZv5GwfANj3dFQOM6Cv/YhSTCNpPIFAFsvTbApAg/ShareButton.js"],
  "sourcesContent": ["// Instagram share button with customizable individual paddings, gap, text controls, background, text and icon color, and 10px radius\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Instagram Share Button\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function InstagramShareButton(props){const{label,gap,font,paddingTop,paddingRight,paddingBottom,paddingLeft,backgroundColor,textColor,iconColor,iconThickness,style}=props;const isFixedWidth=style&&style.width===\"100%\";function handleClick(){if(typeof window!==\"undefined\"){const url=window.location.href;if(navigator.clipboard){navigator.clipboard.writeText(url);}alert(props.notification);window.open(\"https://instagram.com/\",\"_blank\",\"noopener,noreferrer\");}}return /*#__PURE__*/_jsxs(\"button\",{type:\"button\",\"aria-label\":\"Share on Instagram\",onClick:handleClick,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",background:backgroundColor,color:textColor,border:\"none\",borderRadius:10,padding:`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`,gap,cursor:\"pointer\",...font,...style,minWidth:isFixedWidth?undefined:\"max-content\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{display:\"flex\",alignItems:\"center\",height:15,width:15},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"15\",height:\"15\",fill:\"none\",stroke:iconColor,strokeWidth:iconThickness,viewBox:\"0 0 16 16\",\"aria-hidden\":\"true\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334\",fill:iconColor})})}),/*#__PURE__*/_jsx(\"span\",{style:{marginLeft:gap,...font},children:label})]});}addPropertyControls(InstagramShareButton,{label:{type:ControlType.String,title:\"Text\",defaultValue:\"Share on Instagram\"},paddingTop:{type:ControlType.Number,title:\"Padding Top\",defaultValue:12,min:0,max:64,step:1,unit:\"px\"},paddingRight:{type:ControlType.Number,title:\"Padding Right\",defaultValue:20,min:0,max:64,step:1,unit:\"px\"},paddingBottom:{type:ControlType.Number,title:\"Padding Bottom\",defaultValue:12,min:0,max:64,step:1,unit:\"px\"},paddingLeft:{type:ControlType.Number,title:\"Padding Left\",defaultValue:20,min:0,max:64,step:1,unit:\"px\"},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:10,min:0,max:32,step:1,unit:\"px\"},font:{type:ControlType.Font,title:\"Text Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:\"15px\",variant:\"Semibold\",letterSpacing:\"-0.01em\",lineHeight:\"1.2em\"}},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"#FFBB00\"},textColor:{type:ControlType.Color,title:\"Text Color\",defaultValue:\"#000000\"},iconColor:{type:ControlType.Color,title:\"Icon Color\",defaultValue:\"#000000\"},iconThickness:{type:ControlType.Number,title:\"Icon Thickness\",defaultValue:1.5,min:.5,max:4,step:.1,unit:\"px\"},notification:{type:ControlType.String,title:\"Notification\",defaultValue:\"Link copied! Paste it in your Instagram story or bio.\",displayTextArea:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"InstagramShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./InstagramShareButton.map", "// Share button that copies the link, yellow background, 12px padding, 16px icon, hover white, click shows check\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useCallback,startTransition}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * ShareButton\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function ShareButton(props){const[copied,setCopied]=useState(false);const[hover,setHover]=useState(false);const{padding=12,backgroundColor=\"#FFBB00\",iconStrokeWidth=2}=props;const iconColor=\"#000\";const bgColor=backgroundColor;const iconSize=16;const handleClick=useCallback(()=>{if(typeof window!==\"undefined\"){navigator.clipboard.writeText(window.location.href);startTransition(()=>setCopied(true));setTimeout(()=>startTransition(()=>setCopied(false)),1200);}},[]);return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Copy link to clipboard\",\"aria-role\":\"menuitem\",\"aria-live\":\"polite\",tabIndex:0,style:{background:bgColor,border:\"none\",borderRadius:8,padding,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"background 0.22s cubic-bezier(.4,0,.2,1)\",outline:\"none\"},onClick:handleClick,children:/*#__PURE__*/_jsx(\"span\",{style:{display:\"inline-flex\",alignItems:\"center\",justifyContent:\"center\"},children:copied?/*#__PURE__*/_jsx(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"none\",children:/*#__PURE__*/_jsx(\"polyline\",{points:\"20 6 9 17 4 12\",stroke:iconColor,strokeWidth:iconStrokeWidth+1,strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{fill:\"none\",strokeDasharray:30,strokeDashoffset:copied?0:30,transition:\"stroke-dashoffset 0.32s cubic-bezier(.4,0,.2,1)\"}})}):/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"none\",stroke:iconColor,strokeWidth:iconStrokeWidth,strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{transition:\"stroke 0.22s\"},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"}),/*#__PURE__*/_jsx(\"rect\",{x:\"8\",y:\"2\",width:\"8\",height:\"4\",rx:\"1\",ry:\"1\"})]})})});}addPropertyControls(ShareButton,{padding:{type:ControlType.Number,title:\"Padding\",defaultValue:12,min:0,max:32},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"#FFBB00\"},iconStrokeWidth:{type:ControlType.Number,title:\"Icon Thickness\",defaultValue:2,min:1,max:5}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareButton_1.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * Facebook Share Button\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function ShareButton(props){const{label,background,color,borderRadius,font,padding,gap,iconSize,style}=props;function handleClick(){if(typeof window!==\"undefined\"){const url=encodeURIComponent(window.location.href);window.open(`https://www.facebook.com/sharer/sharer.php?u=${url}`,\"_blank\",\"noopener,noreferrer\");}}if(RenderTarget.current()===RenderTarget.thumbnail)return null;return /*#__PURE__*/_jsxs(\"button\",{type:\"button\",\"aria-label\":\"Share on Facebook\",onClick:handleClick,style:{...style,background,color,border:\"none\",borderRadius,padding,cursor:\"pointer\",transition:\"background 0.2s\",display:\"inline-flex\",alignItems:\"center\",gap:gap,...font},children:[/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:iconSize,height:iconSize,fill:\"#000000\",viewBox:\"0 0 16 16\",style:{display:\"inline-block\",flexShrink:0},children:/*#__PURE__*/_jsx(\"path\",{d:\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951\"})}),label]});}addPropertyControls(ShareButton,{label:{type:ControlType.String,title:\"Label\",defaultValue:\"Share on Facebook\"},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"#1877F3\"},color:{type:ControlType.Color,title:\"Text Color\",defaultValue:\"#fff\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:8,min:0,max:32},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:\"16px\",variant:\"Semibold\",letterSpacing:\"-0.01em\",lineHeight:\"1em\"}},padding:{type:ControlType.String,title:\"Padding\",defaultValue:\"12px 24px\",placeholder:\"e.g. 12px 24px\"},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:8,min:0,max:32},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:16,min:8,max:48}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareButton.map"],
  "mappings": "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",
  "names": ["InstagramShareButton", "props", "label", "gap", "font", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "backgroundColor", "textColor", "iconColor", "iconThickness", "style", "isFixedWidth", "handleClick", "window", "url", "navigator", "u", "p", "addPropertyControls", "ControlType", "ShareButton", "props", "copied", "setCopied", "ye", "hover", "setHover", "padding", "backgroundColor", "iconStrokeWidth", "iconColor", "bgColor", "iconSize", "handleClick", "te", "window", "navigator", "Z", "p", "u", "addPropertyControls", "ControlType", "ShareButton", "props", "label", "background", "color", "borderRadius", "font", "padding", "gap", "iconSize", "style", "handleClick", "window", "url", "RenderTarget", "u", "p", "addPropertyControls", "ControlType"]
}
