{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/6FxtXPFAzxA8ejatwCR3/hWHOokvTdOLQsRIu1oEn/Examples.js", "ssg:https://framerusercontent.com/modules/jbGhuXXQAnHXRCB2zu8t/lGo0UtySUTlFVeA51z60/OCTC2D7F8.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/ _jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Examples.map", "// Generated by Framer (ad22381)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{withHover}from\"https://framerusercontent.com/modules/6FxtXPFAzxA8ejatwCR3/hWHOokvTdOLQsRIu1oEn/Examples.js\";const MotionAWithHover=withHover(motion.a);const enabledGestures={Dc0t6cfTl:{hover:true},QzkKF8mok:{hover:true}};const cycleOrder=[\"Dc0t6cfTl\",\"QzkKF8mok\"];const variantClassNames={Dc0t6cfTl:\"framer-v-1rst3qj\",QzkKF8mok:\"framer-v-10gfj9q\"};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={\"Variant 1\":\"Dc0t6cfTl\",\"Variant 2\":\"QzkKF8mok\"};const transitions={\"Dc0t6cfTl-hover\":{damping:36,delay:0,duration:.3,ease:[.44,0,.56,1],mass:3.8,stiffness:640,type:\"spring\"},default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"Dc0t6cfTl\",link:DadnyURv3,title:gLU2qEHYx=\"Get in touch\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Dc0t6cfTl\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;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-u7d7o\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:DadnyURv3,children:/*#__PURE__*/ _jsx(MotionAWithHover,{...restProps,className:`${cx(\"framer-1rst3qj\",className)} framer-2des4s`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Dc0t6cfTl\",ref:ref,style:{backgroundColor:\"rgb(19, 49, 92)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.7000000000000001px rgba(19, 49, 92, 0.68814), 0px 2.0178668455264415px 2.0178668455264415px -1.4000000000000001px rgba(19, 49, 92, 0.66771), 0px 4.430505261661892px 4.430505261661892px -2.1px rgba(19, 49, 92, 0.62911), 0px 9.834710084098335px 9.834710084098335px -2.8000000000000003px rgba(19, 49, 92, 0.54264), 0px 25px 25px -3.5px rgba(19, 49, 92, 0.3)\",...style},transition:transition,variants:{\"Dc0t6cfTl-hover\":{backgroundColor:\"rgb(141, 169, 196)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.5971439051427296px 0.5374295146284566px -1px rgba(19, 49, 92, 0.77611), 0px 1.8108796073283884px 1.6297916465955493px -2px rgba(19, 49, 92, 0.72756), 0px 4.786990141113346px 4.308291127002011px -3px rgba(19, 49, 92, 0.60852), 0px 15px 13.499999999999998px -4px rgba(19, 49, 92, 0.2)\"},\"QzkKF8mok-hover\":{backgroundColor:\"rgb(196, 196, 196)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.5971439051427296px 0.5374295146284566px -1px rgba(19, 49, 92, 0.77611), 0px 1.8108796073283884px 1.6297916465955493px -2px rgba(19, 49, 92, 0.72756), 0px 4.786990141113346px 4.308291127002011px -3px rgba(19, 49, 92, 0.60852), 0px 15px 13.499999999999998px -4px rgba(19, 49, 92, 0.2)\"},QzkKF8mok:{backgroundColor:\"rgb(73, 124, 159)\",boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.7000000000000001px rgba(73, 124, 159, 0.68814), 0px 2.0178668455264415px 2.0178668455264415px -1.4000000000000001px rgba(73, 124, 159, 0.66771), 0px 4.430505261661892px 4.430505261661892px -2.1px rgba(73, 124, 159, 0.62911), 0px 9.834710084098335px 9.834710084098335px -2.8000000000000003px rgba(73, 124, 159, 0.54264), 0px 25px 25px -3.5px rgba(73, 124, 159, 0.3)\"}},...addPropertyOverrides({\"Dc0t6cfTl-hover\":{\"data-framer-name\":undefined},\"QzkKF8mok-hover\":{\"data-framer-name\":undefined},QzkKF8mok:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Get in touch\"})}),className:\"framer-1euzgji\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"a0GfaCytI\",style:{\"--extracted-r6o4lv\":\" rgb(255, 255, 250)\",\"--framer-paragraph-spacing\":\"0px\",textShadow:\"0px 1px 2px rgba(0,0,0,0.25)\"},text:gLU2qEHYx,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=['.framer-u7d7o [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-u7d7o .framer-2des4s { display: block; }\",\".framer-u7d7o .framer-1rst3qj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 15px 35px 15px 35px; position: relative; text-decoration: none; width: min-content; }\",\".framer-u7d7o .framer-1euzgji { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-u7d7o .framer-v-1rst3qj .framer-1rst3qj, .framer-u7d7o .framer-v-10gfj9q .framer-1rst3qj { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u7d7o .framer-1rst3qj { gap: 0px; } .framer-u7d7o .framer-1rst3qj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-u7d7o .framer-1rst3qj > :first-child { margin-left: 0px; } .framer-u7d7o .framer-1rst3qj > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"QzkKF8mok\":{\"layout\":[\"auto\",\"fixed\"]},\"SX1RWhlqN\":{\"layout\":[\"auto\",\"fixed\"]},\"kbfKvwcxC\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"DadnyURv3\":\"link\",\"gLU2qEHYx\":\"title\"}\n */ const FramerOCTC2D7F8=withCSS(Component,css,\"framer-u7d7o\");export default FramerOCTC2D7F8;FramerOCTC2D7F8.displayName=\"Button\";FramerOCTC2D7F8.defaultProps={height:50,width:162};addPropertyControls(FramerOCTC2D7F8,{variant:{options:[\"Dc0t6cfTl\",\"QzkKF8mok\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},DadnyURv3:{title:\"Link\",type:ControlType.Link},gLU2qEHYx:{defaultValue:\"Get in touch\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerOCTC2D7F8,[{family:\"Poppins\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/OCTC2D7F8:default\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\",weight:\"600\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOCTC2D7F8\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"DadnyURv3\\\":\\\"link\\\",\\\"gLU2qEHYx\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"QzkKF8mok\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SX1RWhlqN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kbfKvwcxC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"162\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OCTC2D7F8.map"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "withHover", "Component", "props", "p", "MotionAWithHover", "withHover", "motion", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "DadnyURv3", "gLU2qEHYx", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "cx", "Link", "RichText2", "x", "css", "FramerOCTC2D7F8", "withCSS", "OCTC2D7F8_default", "addPropertyControls", "ControlType", "addFonts"]
}
