{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/Reset-yEtz.js@YanM4VOmHndNItpCzvu1", "ssg:https://framerusercontent.com/modules/8vqUSVj0WEhXizkne0oX/FUcLuhQtbcwQoixgtNbv/Reset.js", "ssg:https://framerusercontent.com/modules/JJehgBQiTTrAFligzPEH/BZtpapUVEijmcaZIdR6a/ngm7BQRe2.js"],
  "sourcesContent": ["/**\n * Version History\n *\n * @rib5au7jWZ0qdkz6E71c : v1.0.0 - Initial Version\n * @q8pmKKE68XhCTzi1KRbv : v2.0.0 - Harmonisation of Property Control\n * @YWNPCoQOBqL8hf2sJxJ2 : v2.0.1 - Renaming and Clean Up -\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useFormStore}from\"https://framer.com/m/Store-nhJr.js\";import{useEffect}from\"react\";import{Button,getButtonControls}from\"https://framer.com/m/Button-8nWq.js@9kV92QiuFuKL5g8uRcak\";import Node from\"https://framer.com/m/Action-44B5.js@pz520OSweQAeucdpk02O\";import{hasValidConditions}from\"https://framer.com/m/HasValidConditions-ZLvJ.js@MNMt4agJmsBH8jeCsX3C\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function ResetButtonStaging(props){const{onClick,triggerOn,delay,conditions}=props;const[formValues,setFormStore]=useFormStore();const getFormStoreWithEmptyValues=()=>{const formStoreWithEmptyValues=Object.fromEntries(Object.entries(formValues).map(([key,nestedObj])=>[key,typeof nestedObj===\"object\"&&nestedObj!==null?{...nestedObj,value:undefined}:nestedObj]));return formStoreWithEmptyValues;};const triggerOnClick=()=>{const formStoreWithEmptyValues=getFormStoreWithEmptyValues();if(triggerOn===\"onAppear\"&&delay){setTimeout(()=>{setFormStore(formStoreWithEmptyValues);},delay);}else{setFormStore(formStoreWithEmptyValues);}onClick?.();};useEffect(()=>{if(triggerOn===\"onChange\"&&hasValidConditions(conditions,formValues)){triggerOnClick();}else if(triggerOn===\"onAppear\"){triggerOnClick();}},[formValues,conditions,triggerOn]);return triggerOn===\"onClick\"?/*#__PURE__*/_jsx(Button,{...props.buttonStyle,onClick:triggerOnClick}):/*#__PURE__*/_jsx(Node,{type:\"Action\",title:\"Reset\"});}addPropertyControls(ResetButtonStaging,{onClick:{type:ControlType.EventHandler},triggerOn:{title:\"Trigger On\",type:ControlType.Enum,defaultValue:\"onClick\",options:[\"onAppear\",\"onClick\",\"onChange\"],optionTitles:[\"Appear\",\"Click\",\"Conditions\"]},buttonStyle:{title:\"Style\",buttonTitle:\"Button\",type:ControlType.Object,controls:getButtonControls({content:\"Retake\\xa0the\\xa0quiz\"}),hidden:({triggerOn})=>triggerOn!==\"onClick\"},conditions:{title:\"When\",type:ControlType.Array,hidden:({triggerOn})=>triggerOn!==\"onChange\",control:{type:ControlType.Object,controls:{inputName:{title:\"Input\",type:ControlType.String,placeholder:\"input's name\"},conditonType:{type:ControlType.Enum,title:\" \",options:[\"is set\",\"is not set\",\"is equal to\"]},conditonValue:{title:\" \",type:ControlType.String,hidden:({conditonType})=>conditonType!==\"is equal to\"}}}},delay:{title:\"Delay\",type:ControlType.Number,displayStepper:true,step:50,unit:\"ms\",hidden:({triggerOn})=>triggerOn!==\"onAppear\"}});ResetButtonStaging.displayName=\"Reset (Staging)\";\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ResetButtonStaging\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Reset.map", "//@ts-ignore\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,getPropertyControls}from\"framer\";import CodeComponent from\"https://framer.com/m/Reset-yEtz.js@YanM4VOmHndNItpCzvu1\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function ResetButton(props){return /*#__PURE__*/_jsx(CodeComponent,{...props});}addPropertyControls(ResetButton,getPropertyControls(CodeComponent));ResetButton.displayName=\"Reset\";\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ResetButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Reset.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Option from\"https://framerusercontent.com/modules/yqxbCWeyrBYrEGxkEtyy/voaFoL2HTck0p2dW1isz/Option.js\";const OptionFonts=getFonts(Option);const serializationHash=\"framer-mjmy6\";const variantClassNames={z2p8OogYZ:\"framer-v-1kphujs\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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=({a,b,c,click,d,e,f,height,id,name1,width,...props})=>{return{...props,AaI3q7Nnh:name1??props.AaI3q7Nnh??\"Q1\",CoFSivhKw:c??props.CoFSivhKw??\"Answer n\\xba3\",DhvMljprk:a??props.DhvMljprk??\"Answer n\\xba1\",GR0Ceupxc:e??props.GR0Ceupxc??\"Answer n\\xba5\",mlfba0kJB:d??props.mlfba0kJB??\"Answer n\\xba4\",O9Flz4Sik:click??props.O9Flz4Sik,qE6xhsq1E:b??props.qE6xhsq1E??\"Answer n\\xba2\",YwlZTwcSD:f??props.YwlZTwcSD??\"Answer n\\xba6\"};};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,O9Flz4Sik,AaI3q7Nnh,DhvMljprk,qE6xhsq1E,CoFSivhKw,mlfba0kJB,GR0Ceupxc,YwlZTwcSD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"z2p8OogYZ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickzotu6c=activeVariantCallback(async(...args)=>{if(O9Flz4Sik){const res=await O9Flz4Sik(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(DhvMljprk);const visible1=isSet(qE6xhsq1E);const visible2=isSet(CoFSivhKw);const visible3=isSet(mlfba0kJB);const visible4=isSet(GR0Ceupxc);const visible5=isSet(YwlZTwcSD);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-1kphujs\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"z2p8OogYZ\",ref:refBinding,style:{...style},children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kqp80t-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kShKUna6g-container\",nodeId:\"kShKUna6g\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238)) /* {\"name\":\"Tertiary Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"kShKUna6g\",label:DhvMljprk,layoutId:\"kShKUna6g\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"A\",width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yjf5nt-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FDjiOIxwD-container\",nodeId:\"FDjiOIxwD\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-6961a2ad-c9d9-431f-94f9-1788d6457555, rgb(230, 230, 230)) /* {\"name\":\"Quartery Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"FDjiOIxwD\",label:qE6xhsq1E,layoutId:\"FDjiOIxwD\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"B\",width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3t7iyw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"n3XyBRrQf-container\",nodeId:\"n3XyBRrQf\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-6961a2ad-c9d9-431f-94f9-1788d6457555, rgb(230, 230, 230)) /* {\"name\":\"Quartery Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"n3XyBRrQf\",label:CoFSivhKw,layoutId:\"n3XyBRrQf\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"C\",width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l3ywfs-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XNHbFrROb-container\",nodeId:\"XNHbFrROb\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-6961a2ad-c9d9-431f-94f9-1788d6457555, rgb(230, 230, 230)) /* {\"name\":\"Quartery Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"XNHbFrROb\",label:mlfba0kJB,layoutId:\"XNHbFrROb\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"D\",width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m5512o-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nsbm90Wed-container\",nodeId:\"nsbm90Wed\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-6961a2ad-c9d9-431f-94f9-1788d6457555, rgb(230, 230, 230)) /* {\"name\":\"Quartery Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"nsbm90Wed\",label:GR0Ceupxc,layoutId:\"nsbm90Wed\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"E\",width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d1r41j-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mxWhq_Q2Q-container\",nodeId:\"mxWhq_Q2Q\",rendersWithMotion:true,scopeId:\"ngm7BQRe2\",children:/*#__PURE__*/_jsx(Option,{buttonStyle:{alignItems:\"center\",backgroundColor:\"var(--token-84b268e7-cc43-4ba4-9d08-34a4d52b77fa, rgb(238, 238, 238))\",border:{borderColor:'var(--token-6961a2ad-c9d9-431f-94f9-1788d6457555, rgb(230, 230, 230)) /* {\"name\":\"Quartery Background\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",boxShadow:\"\",color:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},fontSize:18,justifyContent:\"center\",letterSpacing:0,lineHeight:1.2,overflow:\"hidden\",padding:\"16px\",paragraph:0,selected:{backgroundColor:\"var(--token-1b10a352-adf9-4e4f-b35e-ef35749f3f9f, rgb(34, 34, 34))\",boxShadow:\"inset 0px 0px 0px 3px rgba(255,255,255,1)\",color:\"var(--token-d746a704-6e0f-427c-8ffd-39ff9f9d72fe, rgb(255, 255, 255))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},textDecoration:\"none\",textTransform:\"none\"},height:\"100%\",id:\"mxWhq_Q2Q\",label:YwlZTwcSD,layoutId:\"mxWhq_Q2Q\",name:AaI3q7Nnh,onCanvas:true,onClick:onClickzotu6c,style:{width:\"100%\"},type:\"button\",value:\"F\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mjmy6.framer-1aq3x18, .framer-mjmy6 .framer-1aq3x18 { display: block; }\",\".framer-mjmy6.framer-1kphujs { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 262px; }\",\".framer-mjmy6 .framer-kqp80t-container, .framer-mjmy6 .framer-1yjf5nt-container, .framer-mjmy6 .framer-3t7iyw-container, .framer-mjmy6 .framer-l3ywfs-container, .framer-mjmy6 .framer-m5512o-container, .framer-mjmy6 .framer-d1r41j-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mjmy6.framer-1kphujs { gap: 0px; } .framer-mjmy6.framer-1kphujs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mjmy6.framer-1kphujs > :first-child { margin-top: 0px; } .framer-mjmy6.framer-1kphujs > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 386\n * @framerIntrinsicWidth 262\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"O9Flz4Sik\":\"click\",\"AaI3q7Nnh\":\"name1\",\"DhvMljprk\":\"a\",\"qE6xhsq1E\":\"b\",\"CoFSivhKw\":\"c\",\"mlfba0kJB\":\"d\",\"GR0Ceupxc\":\"e\",\"YwlZTwcSD\":\"f\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerngm7BQRe2=withCSS(Component,css,\"framer-mjmy6\");export default Framerngm7BQRe2;Framerngm7BQRe2.displayName=\"Answers\";Framerngm7BQRe2.defaultProps={height:386,width:262};addPropertyControls(Framerngm7BQRe2,{O9Flz4Sik:{title:\"Click\",type:ControlType.EventHandler},AaI3q7Nnh:{defaultValue:\"Q1\",placeholder:\"\",title:\"Name\",type:ControlType.String},DhvMljprk:{defaultValue:\"Answer n\\xba1\",title:\"A\",type:ControlType.String},qE6xhsq1E:{defaultValue:\"Answer n\\xba2\",title:\"B\",type:ControlType.String},CoFSivhKw:{defaultValue:\"Answer n\\xba3\",description:\"\",title:\"C\",type:ControlType.String},mlfba0kJB:{defaultValue:\"Answer n\\xba4\",title:\"D\",type:ControlType.String},GR0Ceupxc:{defaultValue:\"Answer n\\xba5\",title:\"E\",type:ControlType.String},YwlZTwcSD:{defaultValue:\"Answer n\\xba6\",title:\"F\",type:ControlType.String}});addFonts(Framerngm7BQRe2,[{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\"}]},...OptionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerngm7BQRe2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"O9Flz4Sik\\\":\\\"click\\\",\\\"AaI3q7Nnh\\\":\\\"name1\\\",\\\"DhvMljprk\\\":\\\"a\\\",\\\"qE6xhsq1E\\\":\\\"b\\\",\\\"CoFSivhKw\\\":\\\"c\\\",\\\"mlfba0kJB\\\":\\\"d\\\",\\\"GR0Ceupxc\\\":\\\"e\\\",\\\"YwlZTwcSD\\\":\\\"f\\\"}\",\"framerIntrinsicHeight\":\"386\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"262\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ngm7BQRe2.map"],
  "mappings": "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",
  "names": ["ResetButtonStaging", "props", "onClick", "triggerOn", "delay", "conditions", "formValues", "setFormStore", "useFormStore", "getFormStoreWithEmptyValues", "key", "nestedObj", "triggerOnClick", "formStoreWithEmptyValues", "ue", "hasValidConditions", "p", "Button", "Action", "addPropertyControls", "ControlType", "getButtonControls", "conditonType", "ResetButton", "props", "p", "ResetButtonStaging", "addPropertyControls", "getPropertyControls", "OptionFonts", "getFonts", "Option", "serializationHash", "variantClassNames", "transition1", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "a", "b", "c", "click", "d", "e", "f", "height", "id", "name1", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "O9Flz4Sik", "AaI3q7Nnh", "DhvMljprk", "qE6xhsq1E", "CoFSivhKw", "mlfba0kJB", "GR0Ceupxc", "YwlZTwcSD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickzotu6c", "args", "scopingClassNames", "cx", "serializationHash", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Option", "css", "Framerngm7BQRe2", "withCSS", "ngm7BQRe2_default", "addPropertyControls", "ControlType", "addFonts", "OptionFonts"]
}
