{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/alVahaadpBalOopjdUWX/F1d3o7NE25EpZFMhpTpt/CopySVG.js", "ssg:https://framerusercontent.com/modules/saIN4hfLVNJ6oc5U94zs/krznHdXPpJtoitdUfFrU/mNKfHLW3L.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useState,useCallback,useMemo}from\"react\";export default function SVGIcon({svgCode,strokeColor,strokeWidth,padding=0,scale=1}){const[isCopied,setIsCopied]=useState(false);// Skip rendering for thumbnails\nif(RenderTarget.current()===RenderTarget.thumbnail){return null;}// Memoize the processed SVG to prevent unnecessary processing on re-renders\nconst processedSvg=useMemo(()=>{return svgCode.replace(/<svg([^>]*)>/,`<svg$1 style=\"width: 100%; height: 100%; display: block; transform: scale(${scale});\">`).replace(/stroke=\"[^\"]*\"/g,`stroke=\"${strokeColor}\"`).replace(/stroke-width=\"[^\"]*\"/g,`stroke-width=\"${strokeWidth}\"`);},[svgCode,strokeColor,strokeWidth,scale]);// Optimized clipboard function using async/await and useCallback\nconst handleClick=useCallback(async()=>{try{await navigator.clipboard.writeText(svgCode);setIsCopied(true);// Reset copy status after 2 seconds\nsetTimeout(()=>setIsCopied(false),2e3);}catch(err){console.error(\"Failed to copy SVG:\",err);}},[svgCode]);return /*#__PURE__*/_jsxs(\"div\",{onClick:handleClick,style:{width:\"100%\",height:\"100%\",padding,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",position:\"relative\"},children:[/*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:processedSvg}}),isCopied&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",backgroundColor:\"rgba(0, 0, 0, 0.8)\",color:\"white\",padding:\"4px 8px\",borderRadius:\"4px\",fontSize:\"12px\",pointerEvents:\"none\"},children:\"Copied!\"})]});}// Default SVG example\nconst defaultSVG=`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7H21V19.25C21 20.2165 20.2325 21 19.2857 21H4.71429C3.76751 21 3 20.2165 3 19.25V7Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7L5.7 3.4C5.88885 3.14819 6.18524 3 6.5 3H17.5C17.8148 3 18.1111 3.14819 18.3 3.4L21 7H3Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n    <path d=\"M12 10.5V17.5\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n    <path d=\"M15.5 14H8.5\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>`;addPropertyControls(SVGIcon,{svgCode:{type:ControlType.String,title:\"SVG Code\",defaultValue:defaultSVG},strokeColor:{type:ControlType.Color,title:\"Stroke Color\",defaultValue:\"#000000\"},strokeWidth:{type:ControlType.Number,title:\"Stroke Width\",defaultValue:2,min:0,max:10,step:.1},padding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0,max:100,step:1},scale:{type:ControlType.Number,title:\"Scale\",defaultValue:1,min:.1,max:5,step:.1,displayStepper:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVGIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopySVG.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import SVGIcon from\"https://framerusercontent.com/modules/alVahaadpBalOopjdUWX/F1d3o7NE25EpZFMhpTpt/CopySVG.js\";const ClipboardFonts=getFonts(Clipboard);const SVGIconFonts=getFonts(SVGIcon);const enabledGestures={cHkqteC9q:{hover:true}};const cycleOrder=[\"cHkqteC9q\",\"GNvCzwr4L\"];const serializationHash=\"framer-9nm8G\";const variantClassNames={cHkqteC9q:\"framer-v-b4yoom\",GNvCzwr4L:\"framer-v-1y60bwz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"copy-s\":\"GNvCzwr4L\",small:\"cHkqteC9q\"};const getProps=({content,height,id,name1,scale,sVGCode,width,...props})=>{return{...props,EhpXaTwUY:name1??props.EhpXaTwUY??\"name\",uMopAhvtZ:content??props.uMopAhvtZ,variant:humanReadableVariantMap[props.variant]??props.variant??\"cHkqteC9q\",xGFBzQK6y:sVGCode??props.xGFBzQK6y,YmSr9yd3B:scale??props.YmSr9yd3B??1.2};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,EhpXaTwUY,uMopAhvtZ,xGFBzQK6y,YmSr9yd3B,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cHkqteC9q\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1a0egyo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"GNvCzwr4L\");});const onAppear14zhqlw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cHkqteC9q\"),500);});useOnVariantChange(baseVariant,{GNvCzwr4L:onAppear14zhqlw});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"GNvCzwr4L\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"GNvCzwr4L\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-b4yoom\",className,classNames),\"data-framer-name\":\"small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cHkqteC9q\",onTap:onTap1a0egyo,ref:refBinding,style:{backgroundColor:\"var(--token-f286fce1-72ae-4fb9-806e-5976843c8ef0, rgb(247, 247, 247))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"cHkqteC9q-hover\":{backgroundColor:\"var(--token-b9f086d1-d6ed-4798-af48-c54d58fa58f8, rgb(224, 224, 224))\"}},...addPropertyOverrides({\"cHkqteC9q-hover\":{\"data-framer-name\":undefined},GNvCzwr4L:{\"data-framer-name\":\"copy-s\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18epsuv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uieLmbKvQ-container\",nodeId:\"uieLmbKvQ\",rendersWithMotion:true,scopeId:\"mNKfHLW3L\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,color:\"var(--token-1360e55b-4e5a-41a5-8aa6-dfa8946df176, rgb(0, 0, 0))\",content:uMopAhvtZ,fill:\"rgba(255, 255, 255, 0)\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",id:\"uieLmbKvQ\",isMixedBorderRadius:false,label:\"\",layoutId:\"uieLmbKvQ\",padding:0,paddingBottom:12,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:12,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vqmb15-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"QvCkOC_UG-container\",nodeId:\"QvCkOC_UG\",rendersWithMotion:true,scopeId:\"mNKfHLW3L\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVGIcon,{height:\"100%\",id:\"QvCkOC_UG\",layoutId:\"QvCkOC_UG\",padding:0,scale:YmSr9yd3B,strokeColor:\"var(--token-1360e55b-4e5a-41a5-8aa6-dfa8946df176, rgb(0, 0, 0))\",strokeWidth:2,style:{height:\"100%\",width:\"100%\"},svgCode:xGFBzQK6y,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.005em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1360e55b-4e5a-41a5-8aa6-dfa8946df176, rgb(0, 0, 0)))\"},children:\"Copied \u2713\"})}),className:\"framer-1wixfc7\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Uue2xqAmb\",style:{\"--extracted-r6o4lv\":\"var(--token-1360e55b-4e5a-41a5-8aa6-dfa8946df176, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EhpXaTwUY,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GNvCzwr4L:{text:undefined}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9nm8G.framer-mos2oj, .framer-9nm8G .framer-mos2oj { display: block; }\",\".framer-9nm8G.framer-b4yoom { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 120px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 122px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9nm8G .framer-18epsuv-container { flex: none; height: 94px; position: relative; width: 100%; z-index: 1; }\",\".framer-9nm8G .framer-1vqmb15-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; top: 50%; width: 40px; z-index: 0; }\",\".framer-9nm8G .framer-1wixfc7 { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 50%; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9nm8G.framer-b4yoom { gap: 0px; } .framer-9nm8G.framer-b4yoom > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9nm8G.framer-b4yoom > :first-child { margin-top: 0px; } .framer-9nm8G.framer-b4yoom > :last-child { margin-bottom: 0px; } }\",\".framer-9nm8G.framer-v-1y60bwz.framer-b4yoom { width: 124px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 120\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GNvCzwr4L\":{\"layout\":[\"fixed\",\"fixed\"]},\"AlUVgJjnQ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EhpXaTwUY\":\"name1\",\"uMopAhvtZ\":\"content\",\"xGFBzQK6y\":\"sVGCode\",\"YmSr9yd3B\":\"scale\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermNKfHLW3L=withCSS(Component,css,\"framer-9nm8G\");export default FramermNKfHLW3L;FramermNKfHLW3L.displayName=\"CopySVG\";FramermNKfHLW3L.defaultProps={height:120,width:122};addPropertyControls(FramermNKfHLW3L,{variant:{options:[\"cHkqteC9q\",\"GNvCzwr4L\"],optionTitles:[\"small\",\"copy-s\"],title:\"Variant\",type:ControlType.Enum},EhpXaTwUY:{defaultValue:\"name\",displayTextArea:false,title:\"Name\",type:ControlType.String},uMopAhvtZ:{defaultValue:\"\",displayTextArea:true,title:\"Content\",type:ControlType.String},xGFBzQK6y:{defaultValue:\"\",title:\"SVG Code\",type:ControlType.String},YmSr9yd3B:{defaultValue:1.2,displayStepper:true,max:5,min:.1,step:.1,title:\"Scale\",type:ControlType.Number}});addFonts(FramermNKfHLW3L,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...ClipboardFonts,...SVGIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermNKfHLW3L\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"120\",\"framerVariables\":\"{\\\"EhpXaTwUY\\\":\\\"name1\\\",\\\"uMopAhvtZ\\\":\\\"content\\\",\\\"xGFBzQK6y\\\":\\\"sVGCode\\\",\\\"YmSr9yd3B\\\":\\\"scale\\\"}\",\"framerIntrinsicWidth\":\"122\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GNvCzwr4L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AlUVgJjnQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mNKfHLW3L.map"],
  "mappings": "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",
  "names": ["SVGIcon", "svgCode", "strokeColor", "strokeWidth", "padding", "scale", "isCopied", "setIsCopied", "ye", "RenderTarget", "processedSvg", "se", "handleClick", "te", "navigator", "err", "u", "p", "defaultSVG", "addPropertyControls", "ControlType", "ClipboardFonts", "getFonts", "Clipboard", "SVGIconFonts", "SVGIcon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "content", "height", "id", "name1", "scale", "sVGCode", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "EhpXaTwUY", "uMopAhvtZ", "xGFBzQK6y", "YmSr9yd3B", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1a0egyo", "args", "onAppear14zhqlw", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramermNKfHLW3L", "withCSS", "mNKfHLW3L_default", "addPropertyControls", "ControlType", "addFonts"]
}
