{"version":3,"file":"sn8WPUN1X.CsBZZrLT.mjs","names":["useCallback","React.useId"],"sources":["https:/framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/EqB2oGdmJ81urPOd5L66/Clipboard.js","https:/framerusercontent.com/modules/fvB9bJpW8Aj1e6OFKjyb/2HZfvhMEA8MBVtdcnkDF/sn8WPUN1X.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard({label,content,fill,color,style,onClick,...props}){const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return(/*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,fontFamily,fontWeight,fontSize,color,...style},onClick:handleClick,whileHover:{opacity:0.8},whileTap:{scale:0.9},transition:{type:\"ease\",duration:0.3},...props,children:label}));};Clipboard.defaultProps={label:\"Copy to clipboard\",color:\"#fff\",fontSize:16,fontFamily:\"Inter\",fontWeight:500,padding:15,borderRadius:8};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\"},fill:{type:ControlType.Color,title:\"Fill\"},color:{type:ControlType.Color,title:\"Text\"},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"90\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map","// Generated by Framer (a1bdbac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,SVG,useActiveVariantCallback,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/EqB2oGdmJ81urPOd5L66/Clipboard.js\";const ClipboardFonts=getFonts(Clipboard);const enabledGestures={gEs5eli09:{hover:true,pressed:true}};const cycleOrder=[\"gEs5eli09\",\"sOz82d3ct\"];const variantClassNames={gEs5eli09:\"framer-v-b7zj9q\",sOz82d3ct:\"framer-v-5rpvvr\"};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 humanReadableVariantMap={\"Copied State\":\"sOz82d3ct\",\"Default State\":\"gEs5eli09\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.12,.23,.5,1],mass:1,stiffness:500,type:\"tween\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"gEs5eli09\",email:pkNMuMrfs=\"john@doe.design\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"gEs5eli09\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1mxtdmv=activeVariantCallback(async(...args)=>{setVariant(\"sOz82d3ct\");});const onAppear1s4jhfj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gEs5eli09\"),2e3);});useOnVariantChange(baseVariant,{sOz82d3ct:onAppear1s4jhfj});const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-Q3Qzb\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-b7zj9q\",className),\"data-border\":true,\"data-framer-name\":\"Default State\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gEs5eli09\",onTap:onTap1mxtdmv,ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-b7046cab-a803-4f27-934d-bf5b26201782, rgb(238, 238, 238)) /* {\"name\":\"Borders\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},transition:transition,variants:{\"gEs5eli09-hover\":{\"--border-color\":'var(--token-2b3dc6fd-b2a5-4157-b989-aba037af7bf9, rgb(238, 238, 238)) /* {\"name\":\"Nav Active (Border)\"} */'}},...addPropertyOverrides({\"gEs5eli09-hover\":{\"data-framer-name\":undefined},\"gEs5eli09-pressed\":{\"data-framer-name\":undefined},sOz82d3ct:{\"data-framer-name\":\"Copied State\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1ss0cx3\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"RllQU65JF\",transition:transition,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-ln953\",\"data-framer-name\":\"Default\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"QhBp9YO6f\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.64\" d=\"M4 2.5H9C9.82843 2.5 10.5 3.17157 10.5 4V5.5H7C6.17157 5.5 5.5 6.17157 5.5 7V10.5H4C3.17157 10.5 2.5 9.82843 2.5 9V4C2.5 3.17157 3.17157 2.5 4 2.5Z\" stroke=\"#7D7F83\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"5.5\" y=\"5.5\" width=\"8\" height=\"8\" rx=\"1.5\" stroke=\"#7D7F83\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',transition:transition,withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1qrbsqd-container\",layoutDependency:layoutDependency,layoutId:\"t2lTSED0u-container\",transition:transition,children:/*#__PURE__*/ _jsx(Clipboard,{borderRadius:6,bottomLeftRadius:6,bottomRightRadius:6,color:'var(--token-02a6872c-fbac-4181-a8b8-1dcaa68ff80d, rgb(22, 22, 22)) /* {\"name\":\"Black\"} */',content:pkNMuMrfs,fill:\"rgba(28, 28, 28, 0)\",font:true,fontFamily:\"Inter\",fontSize:14,fontWeight:600,height:\"100%\",id:\"t2lTSED0u\",isMixedBorderRadius:false,label:\"E-Mail\",layoutId:\"t2lTSED0u\",padding:16,paddingBottom:12,paddingLeft:40,paddingPerSide:true,paddingRight:20,paddingTop:12,style:{width:\"100%\"},topLeftRadius:6,topRightRadius:6,width:\"100%\",...addPropertyOverrides({sOz82d3ct:{color:'var(--token-1ed6d5d5-e471-4369-8639-00688ededc9f, rgb(124, 127, 130)) /* {\"name\":\"Grey\"} */',label:\"Copied!\"}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-Q3Qzb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Q3Qzb * { box-sizing: border-box; }\",\".framer-Q3Qzb .framer-1jhoo86 { display: block; }\",\".framer-Q3Qzb .framer-b7zj9q { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 40px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 112px; }\",\".framer-Q3Qzb .framer-1ss0cx3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; left: 19px; overflow: visible; padding: 0px 0px 0px 0px; pointer-events: auto; position: absolute; top: calc(48.78048780487807% - 20px / 2); width: 20px; }\",\".framer-Q3Qzb .framer-ln953 { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-Q3Qzb .framer-1qrbsqd-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-Q3Qzb .framer-v-b7zj9q .framer-b7zj9q { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q3Qzb .framer-b7zj9q, .framer-Q3Qzb .framer-1ss0cx3 { gap: 0px; } .framer-Q3Qzb .framer-b7zj9q > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Q3Qzb .framer-b7zj9q > :first-child, .framer-Q3Qzb .framer-1ss0cx3 > :first-child { margin-left: 0px; } .framer-Q3Qzb .framer-b7zj9q > :last-child, .framer-Q3Qzb .framer-1ss0cx3 > :last-child { margin-right: 0px; } .framer-Q3Qzb .framer-1ss0cx3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"sOz82d3ct\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mm1RnyhZW\":{\"layout\":[\"fixed\",\"fixed\"]},\"X5ADQkYx4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pkNMuMrfs\":\"email\"}\n */ const Framersn8WPUN1X=withCSS(Component,css,\"framer-Q3Qzb\");export default Framersn8WPUN1X;Framersn8WPUN1X.displayName=\"Atom/Email Clip Button\";Framersn8WPUN1X.defaultProps={height:40,width:112};addPropertyControls(Framersn8WPUN1X,{variant:{options:[\"gEs5eli09\",\"sOz82d3ct\"],optionTitles:[\"Default State\",\"Copied State\"],title:\"Variant\",type:ControlType.Enum},pkNMuMrfs:{defaultValue:\"john@doe.design\",displayTextArea:true,title:\"Email\",type:ControlType.String}});addFonts(Framersn8WPUN1X,[...ClipboardFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framersn8WPUN1X\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sOz82d3ct\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mm1RnyhZW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X5ADQkYx4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"112\",\"framerVariables\":\"{\\\"pkNMuMrfs\\\":\\\"email\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sn8WPUN1X.map"],"mappings":"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"}