{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/aBlKAz58WITGldXBhpue/jxfY7fzMJENVD71MdOHC/Open_Form.js", "ssg:https://framerusercontent.com/modules/9WLlsyPOUQ004qVKozKg/qFhW6h12d2SMMvoDvlul/iXnV6sodB.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";// \u2705 Set these to the actual Framer variant IDs\nconst closedVariantId=\"bIhRlv_4v\";const openVariantId=\"wk8smW1sL\";// Global form state\nconst formState={setFormOpen:state=>{}};// Attach formState to window for debugging\nif(typeof window!==\"undefined\"){window.formState=formState;}// \uD83D\uDE80 Override for the Form Component (Restores Preview Mode)\nexport function withFormController(Component){return props=>{console.log(`\uD83C\uDFAF Current props== withFormController:`,props);console.log(`\uD83C\uDFAF Current Variant: ${props.variant}`);formState.setFormOpen=()=>{console.log(`\uD83D\uDD04 Button triggered: Checking current state (props.variant: ${props.variant})`);// \u2705 Only allow button override if the form is currently \"closed\"\nif(props.variant===closedVariantId&&props.setVariant){console.log(`\uD83D\uDCE2 Changing variant to OPEN (${openVariantId})`);props.setVariant(openVariantId)// \u2705 Open the form\n;}else{console.log(\"\u23F3 Not overriding, Framer is in control.\");}};return /*#__PURE__*/_jsx(Component,{...props})// \u2705 Let Framer fully control variantsButton triggered: Checking c\n;};}// \uD83D\uDE80 Override for the Button to Trigger the Form (Ensures Compatibility)\nexport function withFormTrigger(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>{console.log(\"\uD83D\uDFE2 Button clicked, triggering form open.\",props);// trigger form open\n// console.log(\n//     \"current state===\",\n//     document.getElementsByClassName(\"framer-nhqcdk\")?.[0]\n//         ?.style.display\n// )\n// if (\n//     document.getElementsByClassName(\"framer-nhqcdk\")?.[0]\n//         ?.style.display == \"none\" ||\n//     !document.getElementsByClassName(\"framer-nhqcdk\")?.[0]\n//         ?.style.display\n// ) {\n//     document.getElementsByClassName(\n//         \"framer-nhqcdk\"\n//     )[0].style.display = \"block\"\n// } else {\n//     document.getElementsByClassName(\n//         \"framer-nhqcdk\"\n//     )[0].style.display = \"none\"\n// }\n// if (window.formState?.setFormOpen) {\n//     window.formState.setFormOpen(true) // \u2705 Now correctly triggers \"open\"\n// } else {\n//     console.warn(\"\u26A0\uFE0F setFormOpen is not available yet!\")\n// }\n}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withFormTrigger\":{\"type\":\"reactHoc\",\"name\":\"withFormTrigger\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withFormController\":{\"type\":\"reactHoc\",\"name\":\"withFormController\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Open_Form.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFormController,withFormTrigger}from\"https://framerusercontent.com/modules/aBlKAz58WITGldXBhpue/jxfY7fzMJENVD71MdOHC/Open_Form.js\";import Button,*as ButtonInfo from\"https://framerusercontent.com/modules/iQl6iPKsY18TtAXRwzKt/66UH1L11IP1DXA6c8jk4/qNfszYg6Y.js\";const ButtonFonts=getFonts(Button);const ButtonWithFormController5jos1oWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"IGX2o1ghN\",override:withFormController,scopeId:\"iXnV6sodB\"}),ButtonInfo);const MotionDivWithFormTriggerqodbmm=withCodeBoundaryForOverrides(motion.div,{nodeId:\"qGjQvsy9q\",override:withFormTrigger,scopeId:\"iXnV6sodB\"});const enabledGestures={qGjQvsy9q:{hover:true,pressed:true}};const serializationHash=\"framer-um4vK\";const variantClassNames={qGjQvsy9q:\"framer-v-qodbmm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};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 getProps=({click,height,id,width,...props})=>{return{...props,VYv3tDV2w:click??props.VYv3tDV2w};};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,VYv3tDV2w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"qGjQvsy9q\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfup8dx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VYv3tDV2w){const res=await VYv3tDV2w(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithFormTriggerqodbmm,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qodbmm\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qGjQvsy9q\",onTap:onTapfup8dx,ref:refBinding,style:{...style},...addPropertyOverrides({\"qGjQvsy9q-hover\":{\"data-framer-name\":undefined},\"qGjQvsy9q-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"700px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||72)-0-48),...addPropertyOverrides({\"qGjQvsy9q-hover\":{y:(componentViewport?.y||0)+0+((componentViewport?.height||72)-4-48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5jos1o-container\",layoutDependency:layoutDependency,layoutId:\"IGX2o1ghN-container\",nodeId:\"IGX2o1ghN\",rendersWithMotion:true,scopeId:\"iXnV6sodB\",children:/*#__PURE__*/_jsx(ButtonWithFormController5jos1oWithMappedReactProps1v1ipky,{cLq89mKp8:\"Request a demo\",height:\"100%\",id:\"IGX2o1ghN\",Ii9k01LMM:\"Request a Demo\",layoutId:\"IGX2o1ghN\",style:{maxWidth:\"100%\"},variant:\"dbUqPguDi\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-um4vK.framer-65cxtf, .framer-um4vK .framer-65cxtf { display: block; }\",\".framer-um4vK.framer-qodbmm { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-um4vK .framer-5jos1o-container { flex: none; height: auto; max-width: 700px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-um4vK.framer-qodbmm { gap: 0px; } .framer-um4vK.framer-qodbmm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-um4vK.framer-qodbmm > :first-child { margin-left: 0px; } .framer-um4vK.framer-qodbmm > :last-child { margin-right: 0px; } }\",\".framer-um4vK.framer-v-qodbmm.hover.framer-qodbmm { height: min-content; padding: 0px 0px 4px 0px; }\",\".framer-um4vK.framer-v-qodbmm.hover .framer-5jos1o-container { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 211\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"JUlcVXbAP\":{\"layout\":[\"auto\",\"fixed\"]},\"OTg0S2jRa\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"VYv3tDV2w\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriXnV6sodB=withCSS(Component,css,\"framer-um4vK\");export default FrameriXnV6sodB;FrameriXnV6sodB.displayName=\"large button\";FrameriXnV6sodB.defaultProps={height:72,width:211};addPropertyControls(FrameriXnV6sodB,{VYv3tDV2w:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameriXnV6sodB,[{explicitInter:true,fonts:[]},...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriXnV6sodB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"VYv3tDV2w\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JUlcVXbAP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OTg0S2jRa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"211\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"72\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iXnV6sodB.map"],
  "mappings": "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",
  "names": ["closedVariantId", "openVariantId", "formState", "state", "window", "withFormController", "Component", "props", "p", "withFormTrigger", "iXnV6sodB_exports", "__export", "__FramerMetadata__", "iXnV6sodB_default", "ButtonFonts", "getFonts", "qNfszYg6Y_default", "ButtonWithFormController5jos1oWithMappedReactProps1v1ipky", "withMappedReactProps", "withCodeBoundaryForOverrides", "withFormController", "qNfszYg6Y_exports", "MotionDivWithFormTriggerqodbmm", "motion", "withFormTrigger", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VYv3tDV2w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapfup8dx", "args", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameriXnV6sodB", "withCSS", "iXnV6sodB_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
