{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4k8ghf2beYTuA0CyMI3O/sQI0XPSC9bLO2y1f33XJ/Share_Link.js", "ssg:https://framerusercontent.com/modules/gP8jK0UPdhGLeuDHYYuL/zbq8yfUm2HHoMSx0zVLt/Share_LinkedIn.js", "ssg:https://framerusercontent.com/modules/ppYOj6x6z8bJu7lEuKwm/NJUe9FuF94z8bHa25chr/Share_Twitter.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";export function CopyURLToClipboard(Component){return props=>{const handleCopyURL=()=>{// Get the current URL\nconst currentURL=window.location.href;// Create a temporary input element\nconst tempInput=document.createElement(\"input\");tempInput.value=currentURL;document.body.appendChild(tempInput);// Select the URL\ntempInput.select();tempInput.setSelectionRange(0,99999)// For mobile devices\n;// Copy the URL to the clipboard\ndocument.execCommand(\"copy\");// Remove the temporary input\ndocument.body.removeChild(tempInput);// Optional: You can show a toast or alert message indicating the URL has been copied\n// showToast('URL copied to clipboard!');\n};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleCopyURL});};}\nexport const __FramerMetadata__ = {\"exports\":{\"CopyURLToClipboard\":{\"type\":\"reactHoc\",\"name\":\"CopyURLToClipboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Share_Link.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function ShareToLinkedIn(Component){return props=>{const handleLinkedInShare=()=>{// Get the current URL\nconst currentURL=window.location.href;// Encode the URL\nconst encodedURL=encodeURIComponent(currentURL);// Open LinkedIn share dialog in a new tab\nwindow.open(`https://www.linkedin.com/sharing/share-offsite/?url=${encodedURL}`,\"_blank\");// Optional: You can track the share action if needed\n// TrackShareAction();\n// Optional: You can also handle additional actions after the share\n// handleShareSuccess();\n};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleLinkedInShare});};}\nexport const __FramerMetadata__ = {\"exports\":{\"ShareToLinkedIn\":{\"type\":\"reactHoc\",\"name\":\"ShareToLinkedIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Share_LinkedIn.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function ShareToTwitter(Component){return props=>{const handleTwitterShare=()=>{// Get the current URL\nconst currentURL=window.location.href;// Encode the URL\nconst encodedURL=encodeURIComponent(currentURL);// Open Twitter share dialog in a new tab\nwindow.open(`https://twitter.com/intent/tweet?url=${encodedURL}`,\"_blank\");// Optional: You can track the share action if needed\n// TrackShareAction();\n// Optional: You can also handle additional actions after the share\n// handleShareSuccess();\n};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleTwitterShare});};}\nexport const __FramerMetadata__ = {\"exports\":{\"ShareToTwitter\":{\"type\":\"reactHoc\",\"name\":\"ShareToTwitter\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Share_Twitter.map"],
  "mappings": "kFAAkD,SAASA,EAAmBC,EAAU,CAAC,OAAOC,GAQ1EC,EAAKF,EAAU,CAAC,GAAGC,EAAM,QAR6E,IAAI,CAChI,IAAME,EAAWC,EAAO,SAAS,KAC3BC,EAAU,SAAS,cAAc,OAAO,EAAEA,EAAU,MAAMF,EAAW,SAAS,KAAK,YAAYE,CAAS,EAC9GA,EAAU,OAAO,EAAEA,EAAU,kBAAkB,EAAE,KAAK,EAEtD,SAAS,YAAY,MAAM,EAC3B,SAAS,KAAK,YAAYA,CAAS,CAEnC,CAAoE,CAAC,CAAI,CCRvB,SAASC,EAAgBC,EAAU,CAAC,OAAOC,GAOvEC,EAAKF,EAAU,CAAC,GAAGC,EAAM,QAPgF,IAAI,CACnI,IAAME,EAAWC,EAAO,SAAS,KAC3BC,EAAW,mBAAmBF,CAAU,EAC9CC,EAAO,KAAK,uDAAuDC,CAAU,GAAG,QAAQ,CAIxF,CAA0E,CAAC,CAAI,CCP7B,SAASC,EAAeC,EAAU,CAAC,OAAOC,GAOtEC,EAAKF,EAAU,CAAC,GAAGC,EAAM,QAP8E,IAAI,CACjI,IAAME,EAAWC,EAAO,SAAS,KAC3BC,EAAW,mBAAmBF,CAAU,EAC9CC,EAAO,KAAK,wCAAwCC,CAAU,GAAG,QAAQ,CAIzE,CAAyE,CAAC,CAAI",
  "names": ["CopyURLToClipboard", "Component", "props", "p", "currentURL", "window", "tempInput", "ShareToLinkedIn", "Component", "props", "p", "currentURL", "window", "encodedURL", "ShareToTwitter", "Component", "props", "p", "currentURL", "window", "encodedURL"]
}
