{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/TauL9Vzxo4cOTupv2TZi/tqluFDrxlWF4WQd4V76X/CopyButton.js", "ssg:https://framerusercontent.com/modules/hmILRTvJYeGmPaRvJV8U/LvEPblEaojmko4nftmrb/n5JeHNcfo.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function CopyButton(props){const{componentURL,overrideCode,componentProps,componentSize}=props;function onClick(){if(componentURL){const id=extractChars(componentURL);if(id){let newId=\"\";for(let i=0;i<id.length;i++){let char=id[i];if(isNaN(char)){if(char===char.toUpperCase()){char=char.toLowerCase();}else{char=char.toUpperCase();}}else{const number=Number(char);if(number==0){char=\"9\";}else{char=String(number-1);}}newId+=char;}const url=`${componentURL.slice(0,-7)}${newId}`;if(!componentProps.length){navigator.clipboard.writeText(url);}else{fetch(url+\".js\").then(response=>{if(!response.ok){throw new Error(\"Network response was not ok\");}const blob=new Blob([assembleValue(response.url,componentProps,componentSize)],{type:\"text/html\"});const item=new ClipboardItem({\"text/html\":blob});// Write the clipboard item to the clipboard\nnavigator.clipboard.write([item]).then(()=>{}).catch(err=>{console.error(\"Failed to copy HTML content to the clipboard.\",err);});}).catch(error=>{console.error(\"Fetch error:\",error);});}}}else{navigator.clipboard.writeText(overrideCode);}}return /*#__PURE__*/_jsx(\"div\",{style:props.style,onClick:onClick});}addPropertyControls(CopyButton,{componentURL:{type:ControlType.String,title:\"Component URL\"},overrideCode:{type:ControlType.String},componentProps:{type:ControlType.String},componentSize:{type:ControlType.String,title:\"Size\"}});function extractChars(str){// Check if the string is at least 7 characters long\nif(str.length<7){console.error(\"String must be at least 7 characters long.\");return null;}// Extract 4 characters starting from the length of the string minus 7\nreturn str.slice(str.length-7,str.length-3);}function assembleValue(componentURL,changedProps,componentSize){const[moduleId,saveId,fileName]=componentURL.replace(\"https://framerusercontent.com/modules/\",\"\").split(\"/\");const codeComponentIdentifier=`module:${moduleId}/${saveId}/${fileName}:default`;const moduleData={[codeComponentIdentifier]:{kind:\"externalModuleExport\",value:codeComponentIdentifier,bareValue:`module:${moduleId}/${saveId}/${fileName}`,moduleId,saveId,file:fileName,importSpecifier:componentURL,exportSpecifier:\"default\"}};const componentProps={};if(changedProps){const props=JSON.parse(`{${changedProps}}`);for(const name of Object.keys(props)){componentProps[`$control__${name}`]={type:props[name][0],value:props[name][1]};}}const size=(componentSize===null||componentSize===void 0?void 0:componentSize.includes(\", \"))?componentSize.split(\", \"):[\"auto\",\"auto\"];const json={layers:{tree:{version:102,root:{__class:\"RootNode\",name:null,visible:false,id:\"clipboard\",duplicatedFrom:null,parentid:null,originalid:null,children:[{__class:\"CodeComponentNode\",name:null,visible:true,id:\"W5AOG1jyd\",duplicatedFrom:null,parentid:\"clipboard\",width:size[0]==\"auto\"?null:size[0],widthType:size[0]==\"auto\"?2:0,height:size[1]==\"auto\"?null:size[1],heightType:size[1]==\"auto\"?2:0,codeComponentIdentifier,...componentProps}],disableBackdropFilters:false,thumbnailNodeId:null}},originalFrames:{},masters:{},replicas:{},renamedIds:{},webPagePathByWebPageId:{},webPagePropsForCopiedBreakpoint:{id:\"a\",pagePath:\"/pageName\"},breakpointOverrides:[],stylePresetNodes:{},moduleData},assets:[],sourceProjectId:\"a\"};const jsonString=JSON.stringify(json).replace(/&/g,\"&amp;\").replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\").replace(/\"/g,\"&quot;\").replace(/'/g,\"&#39;\");return`<meta charset='utf-8'><p xmlns=\"http://www.w3.org/1999/xhtml\"><span data-framer-pasteboard=\"${jsonString}\" data-framer-pasteboard-type=\"application/x-framer-layers\"></span></p>`;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CopyButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopyButton.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CopyButton from\"https://framerusercontent.com/modules/TauL9Vzxo4cOTupv2TZi/tqluFDrxlWF4WQd4V76X/CopyButton.js\";import Button from\"https://framerusercontent.com/modules/HqO8TugxnOlp9ylXePZM/o17QzTiwVGsCZAF9fNxc/ocvJ9fVEF.js\";const ButtonFonts=getFonts(Button);const CopyButtonFonts=getFonts(CopyButton);const cycleOrder=[\"ZYAExKmqo\",\"ZIDlHUcj4\",\"zdd7YqdP3\",\"WE1bQ52Z8\"];const serializationHash=\"framer-GmUmD\";const variantClassNames={WE1bQ52Z8:\"framer-v-1wy2tdo\",zdd7YqdP3:\"framer-v-1h93t30\",ZIDlHUcj4:\"framer-v-a4579r\",ZYAExKmqo:\"framer-v-1spzrgh\"};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={duration:0,type:\"tween\"};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.create(React.Fragment);const humanReadableVariantMap={\"Component Card\":\"ZYAExKmqo\",\"Component Page\":\"ZIDlHUcj4\",\"Variant 2\":\"zdd7YqdP3\",\"Variant 4\":\"WE1bQ52Z8\"};const getProps=({code,componentProps,componentSize,componentURL,height,hover,id,tap,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,aCuf0nt3W:hover!==null&&hover!==void 0?hover:props.aCuf0nt3W,fNoCLTO6L:componentSize!==null&&componentSize!==void 0?componentSize:props.fNoCLTO6L,kK3oW7yBF:(_ref=text!==null&&text!==void 0?text:props.kK3oW7yBF)!==null&&_ref!==void 0?_ref:\"Copy Component\",oUc04Wiy7:tap!==null&&tap!==void 0?tap:props.oUc04Wiy7,utG4PQSsA:code!==null&&code!==void 0?code:props.utG4PQSsA,UuVEh3oCV:componentProps!==null&&componentProps!==void 0?componentProps:props.UuVEh3oCV,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"ZYAExKmqo\",Wy3hepwYR:componentURL!==null&&componentURL!==void 0?componentURL:props.Wy3hepwYR};};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,kK3oW7yBF,Wy3hepwYR,utG4PQSsA,UuVEh3oCV,fNoCLTO6L,aCuf0nt3W,oUc04Wiy7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZYAExKmqo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap118m3f=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oUc04Wiy7){const res=await oUc04Wiy7(...args);if(res===false)return false;}setVariant(\"zdd7YqdP3\");});const onMouseEnter187ef4w=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(aCuf0nt3W){const res=await aCuf0nt3W(...args);if(res===false)return false;}});const onTapr5pw6e=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oUc04Wiy7){const res=await oUc04Wiy7(...args);if(res===false)return false;}setVariant(\"WE1bQ52Z8\");});const onTap1ljkqty=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oUc04Wiy7){const res=await oUc04Wiy7(...args);if(res===false)return false;}});const onAppear58i9cc=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZYAExKmqo\"),3e3);});const onAppearw3ay10=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZIDlHUcj4\"),3e3);});useOnVariantChange(baseVariant,{WE1bQ52Z8:onAppearw3ay10,zdd7YqdP3:onAppear58i9cc});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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1spzrgh\",className,classNames),\"data-framer-name\":\"Component Card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZYAExKmqo\",onMouseEnter:onMouseEnter187ef4w,onTap:onTap118m3f,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({WE1bQ52Z8:{\"data-framer-name\":\"Variant 4\",onTap:onTap1ljkqty},zdd7YqdP3:{\"data-framer-name\":\"Variant 2\",onTap:onTap1ljkqty},ZIDlHUcj4:{\"data-framer-name\":\"Component Page\",onTap:onTapr5pw6e}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||36)-0-46)/2),...addPropertyOverrides({WE1bQ52Z8:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||46.5)-0-46)/2)},zdd7YqdP3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||35.5)-0-46)/2)},ZIDlHUcj4:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||46.5)-0-46)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nd1gua-container\",\"data-framer-name\":\"Upgrade\",layoutDependency:layoutDependency,layoutId:\"blqswTLN2-container\",name:\"Upgrade\",children:/*#__PURE__*/_jsx(Button,{d_l6fV_2d:false,EPekgnog4:false,EYBqYyWbA:true,height:\"100%\",HRqAXtL2Y:kK3oW7yBF,id:\"blqswTLN2\",IRi83G45z:\"var(--token-7785888a-3368-4b5e-a80d-ceac37539199, rgb(64, 64, 64))\",layoutId:\"blqswTLN2\",name:\"Upgrade\",OV5a0dlat:\"\",qfphtaHZP:{duration:0,type:\"tween\"},QQJJBz1PW:false,QsZL18XZ9:\"wO1zUxykm\",thVeDlUOn:\"var(--token-41803a65-d554-4d95-909c-5a0fe33fd4a1, rgb(255, 255, 255))\",variant:\"YhTNnxFKf\",VCuqiFeOV:false,width:\"100%\",...addPropertyOverrides({WE1bQ52Z8:{HRqAXtL2Y:\"Copied!\",QsZL18XZ9:\"CbKgg8OgO\",style:{width:\"100%\"},variant:\"Bc_xIGGmW\"},zdd7YqdP3:{HRqAXtL2Y:\"Copied!\",QsZL18XZ9:\"CbKgg8OgO\"},ZIDlHUcj4:{style:{width:\"100%\"},variant:\"Bc_xIGGmW\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-26njau-container\",layoutDependency:layoutDependency,layoutId:\"vUOc9CKqy-container\",children:/*#__PURE__*/_jsx(CopyButton,{componentProps:UuVEh3oCV,componentSize:fNoCLTO6L,componentURL:Wy3hepwYR,height:\"100%\",id:\"vUOc9CKqy\",layoutId:\"vUOc9CKqy\",overrideCode:utG4PQSsA,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GmUmD.framer-1tkpbpm, .framer-GmUmD .framer-1tkpbpm { display: block; }\",\".framer-GmUmD.framer-1spzrgh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-GmUmD .framer-1nd1gua-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GmUmD .framer-26njau-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-GmUmD.framer-1spzrgh { gap: 0px; } .framer-GmUmD.framer-1spzrgh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GmUmD.framer-1spzrgh > :first-child { margin-left: 0px; } .framer-GmUmD.framer-1spzrgh > :last-child { margin-right: 0px; } }\",\".framer-GmUmD.framer-v-a4579r.framer-1spzrgh, .framer-GmUmD.framer-v-1wy2tdo.framer-1spzrgh { width: 300px; }\",\".framer-GmUmD.framer-v-a4579r .framer-1nd1gua-container { flex: 1 0 0px; width: 1px; }\",\".framer-GmUmD.framer-v-1h93t30 .framer-1nd1gua-container { order: 0; }\",\".framer-GmUmD.framer-v-1h93t30 .framer-26njau-container, .framer-GmUmD.framer-v-1wy2tdo .framer-26njau-container { order: 1; }\",\".framer-GmUmD.framer-v-1wy2tdo .framer-1nd1gua-container { flex: 1 0 0px; order: 0; width: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 178\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZIDlHUcj4\":{\"layout\":[\"fixed\",\"auto\"]},\"zdd7YqdP3\":{\"layout\":[\"auto\",\"auto\"]},\"WE1bQ52Z8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kK3oW7yBF\":\"text\",\"Wy3hepwYR\":\"componentURL\",\"utG4PQSsA\":\"code\",\"UuVEh3oCV\":\"componentProps\",\"fNoCLTO6L\":\"componentSize\",\"aCuf0nt3W\":\"hover\",\"oUc04Wiy7\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framern5JeHNcfo=withCSS(Component,css,\"framer-GmUmD\");export default Framern5JeHNcfo;Framern5JeHNcfo.displayName=\"Copy Component Button\";Framern5JeHNcfo.defaultProps={height:36,width:178};addPropertyControls(Framern5JeHNcfo,{variant:{options:[\"ZYAExKmqo\",\"ZIDlHUcj4\",\"zdd7YqdP3\",\"WE1bQ52Z8\"],optionTitles:[\"Component Card\",\"Component Page\",\"Variant 2\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},kK3oW7yBF:{defaultValue:\"Copy Component\",displayTextArea:false,title:\"Text\",type:ControlType.String},Wy3hepwYR:{defaultValue:\"\",title:\"Component URL\",type:ControlType.String},utG4PQSsA:{defaultValue:\"\",title:\"Code\",type:ControlType.String},UuVEh3oCV:{defaultValue:\"\",title:\"Component Props\",type:ControlType.String},fNoCLTO6L:{defaultValue:\"\",title:\"Component Size\",type:ControlType.String},aCuf0nt3W:{title:\"Hover\",type:ControlType.EventHandler},oUc04Wiy7:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(Framern5JeHNcfo,[{explicitInter:true,fonts:[]},...ButtonFonts,...CopyButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framern5JeHNcfo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZIDlHUcj4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zdd7YqdP3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WE1bQ52Z8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"kK3oW7yBF\\\":\\\"text\\\",\\\"Wy3hepwYR\\\":\\\"componentURL\\\",\\\"utG4PQSsA\\\":\\\"code\\\",\\\"UuVEh3oCV\\\":\\\"componentProps\\\",\\\"fNoCLTO6L\\\":\\\"componentSize\\\",\\\"aCuf0nt3W\\\":\\\"hover\\\",\\\"oUc04Wiy7\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerIntrinsicWidth\":\"178\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CopyButton", "props", "componentURL", "overrideCode", "componentProps", "componentSize", "onClick", "id", "extractChars", "newId", "i", "char", "number", "url", "response", "blob", "assembleValue", "item", "navigator", "err", "error", "p", "addPropertyControls", "ControlType", "str", "changedProps", "moduleId", "saveId", "fileName", "codeComponentIdentifier", "moduleData", "name", "size", "json", "ButtonFonts", "getFonts", "ocvJ9fVEF_default", "CopyButtonFonts", "CopyButton", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "code", "componentProps", "componentSize", "componentURL", "height", "hover", "id", "tap", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kK3oW7yBF", "Wy3hepwYR", "utG4PQSsA", "UuVEh3oCV", "fNoCLTO6L", "aCuf0nt3W", "oUc04Wiy7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap118m3f", "args", "onMouseEnter187ef4w", "onTapr5pw6e", "onTap1ljkqty", "onAppear58i9cc", "onAppearw3ay10", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framern5JeHNcfo", "withCSS", "n5JeHNcfo_default", "addPropertyControls", "ControlType", "addFonts"]
}
