{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mPrbeEmjyGovwWwRGyOg/vOTaNKeIaL3U9H9eOm2C/CopyKeyTakeawaysLaws.js", "ssg:https://framerusercontent.com/modules/N2pT9reC86L4Fd1XMjFB/R5TY55Z1DInPfyMaiCmk/yy40_c8wL.js", "ssg:https://framerusercontent.com/modules/494sMXRcGIsVWsVJrHIg/iMjPW0N0I6vkzD336jQh/XGtpPgeVq.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";var taskOne=\"\";var taskTwo=\"\";var taskThree=\"\";// Shared store\n// const useStore = createStore({\n//     task1: \"Default Task 1\",\n//     task2: \"Default Task 2\",\n//     task3: \"Default Task 3\",\n// })\n// Function to copy takeaways\nasync function CopyTakeaways(){const link=window.location.href;const text=`\nKey Takeaways:\n\n1. ${taskOne}\n2. ${taskTwo}\n3. ${taskThree}\n\nFrom Laws of Onboarding by Jimo\n${link}\n    `;// console.log(\"Text to copy:\", text)\ntry{await navigator.clipboard.writeText(text);console.log(\"Content copied to clipboard:\",text);}catch(err){console.error(\"Failed to copy content to clipboard:\",err);}}// Higher-order component to set task1\nexport function withTask1(Component){return props=>{// const [, setStore] = useStore()\nReact.useEffect(()=>{if(props.taskname){taskOne=props.taskname;// setStore((prev) => ({ ...prev, task1: props.taskname }))\n// console.log(\"Task 1 updated to:\", props.taskname)\n}else{// console.warn(\"Task1: props.taskname is undefined\")\n}},[props.taskname]);return /*#__PURE__*/_jsx(Component,{...props});};}// Higher-order component to set task2\nexport function withTask2(Component){return props=>{// const [, setStore] = useStore()\nReact.useEffect(()=>{if(props.taskname){taskTwo=props.taskname;// setStore((prev) => ({ ...prev, task2: props.taskname }))\n// console.log(\"Task 2 updated to:\", props.taskname)\n}else{// console.warn(\"Task2: props.taskname is undefined\")\n}},[props.taskname]);return /*#__PURE__*/_jsx(Component,{...props});};}// Higher-order component to set task3\nexport function withTask3(Component){return props=>{// const [, setStore] = useStore()\nReact.useEffect(()=>{if(props.taskname){taskThree=props.taskname;// setStore((prev) => ({ ...prev, task3: props.taskname }))\n// console.log(\"Task 3 updated to:\", props.taskname)\n}else{// console.warn(\"Task3: props.taskname is undefined\")\n}},[props.taskname]);return /*#__PURE__*/_jsx(Component,{...props});};}// Higher-order component for copy link functionality\nexport function CopyLinkOnClick(Component){return props=>{// const [store] = useStore()\n// React.useEffect(() => {\n//     console.log(\"Store values updated:\", store)\n// }, [store]) // Log when the store updates\n// console.log(taskOne)\n// console.log(taskTwo)\n// console.log(taskThree)\nconst handleClick=()=>{CopyTakeaways();};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"CopyLinkOnClick\":{\"type\":\"reactHoc\",\"name\":\"CopyLinkOnClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTask3\":{\"type\":\"reactHoc\",\"name\":\"withTask3\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTask2\":{\"type\":\"reactHoc\",\"name\":\"withTask2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTask1\":{\"type\":\"reactHoc\",\"name\":\"withTask1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopyKeyTakeawaysLaws.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CheckboxTodoList from\"https://framerusercontent.com/modules/494sMXRcGIsVWsVJrHIg/iMjPW0N0I6vkzD336jQh/XGtpPgeVq.js\";const CheckboxTodoListFonts=getFonts(CheckboxTodoList);const enabledGestures={PewOChV1a:{hover:true}};const cycleOrder=[\"PewOChV1a\",\"AH36BBRZS\"];const serializationHash=\"framer-OnhJZ\";const variantClassNames={AH36BBRZS:\"framer-v-edd4q2\",PewOChV1a:\"framer-v-1brnqsm\"};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 transition1={damping:30,delay:0,mass:1,stiffness:400,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!==null&&value!==void 0?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={\"Variant 1\":\"PewOChV1a\",\"Variant 2\":\"AH36BBRZS\"};const getProps=({height,id,taskname,text,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,AI1Dha7x1:(_ref=text!==null&&text!==void 0?text:props.AI1Dha7x1)!==null&&_ref!==void 0?_ref:\"Greet users with a personalized message, friendly visuals, and a clear next step to ease them into the product.\",rCNiDZU0p:(_ref1=taskname!==null&&taskname!==void 0?taskname:props.rCNiDZU0p)!==null&&_ref1!==void 0?_ref1:\"Create a Warm Welcome Screen\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"PewOChV1a\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rCNiDZU0p,AI1Dha7x1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PewOChV1a\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap7pjrfh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"AH36BBRZS\");});const onTap1fhiqni=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"PewOChV1a\");});const ref1=React.useRef(null);const visible=isSet(AI1Dha7x1);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1brnqsm\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PewOChV1a\",onTap:onTap7pjrfh,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 234, 131)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"PewOChV1a-hover\":{backgroundColor:\"rgb(230, 212, 124)\"}},...addPropertyOverrides({\"PewOChV1a-hover\":{\"data-framer-name\":undefined},AH36BBRZS:{\"data-framer-name\":\"Variant 2\",onTap:onTap1fhiqni}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ol34n\",layoutDependency:layoutDependency,layoutId:\"H7gTFK5dk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9dbq4l\",layoutDependency:layoutDependency,layoutId:\"Qpwe9lAmS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+0+4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2memrw-container\",layoutDependency:layoutDependency,layoutId:\"KidfeMwja-container\",children:/*#__PURE__*/_jsx(CheckboxTodoList,{height:\"100%\",id:\"KidfeMwja\",layoutId:\"KidfeMwja\",style:{height:\"100%\",width:\"100%\"},variant:\"dAsY_Ach0\",width:\"100%\",...addPropertyOverrides({AH36BBRZS:{variant:\"njXe_FfYL\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7S2FsYW0tcmVndWxhcg==\",\"--framer-font-family\":'\"Kalam\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(86, 82, 56))\"},children:\"Create a Warm Welcome Screen\"})}),className:\"framer-117dqhv\",fonts:[\"FS;Kalam-regular\"],layoutDependency:layoutDependency,layoutId:\"Nn0DksJxD\",style:{\"--extracted-r6o4lv\":\"rgb(86, 82, 56)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rCNiDZU0p,verticalAlignment:\"top\",withExternalLayout:true})]}),visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-msuu5e\",\"data-framer-name\":\"Frame 2609963\",layoutDependency:layoutDependency,layoutId:\"DgJOnDBOu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7S2FsYW0tcmVndWxhcg==\",\"--framer-font-family\":'\"Kalam\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(130, 117, 31))\"},children:\"Greet users with a personalized message, friendly visuals, and a clear next step to ease them into the product.\"})}),className:\"framer-jfux01\",fonts:[\"FS;Kalam-regular\"],layoutDependency:layoutDependency,layoutId:\"dsmBSo2xe\",style:{\"--extracted-r6o4lv\":\"rgb(130, 117, 31)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AI1Dha7x1,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OnhJZ.framer-1gz13pc, .framer-OnhJZ .framer-1gz13pc { display: block; }\",\".framer-OnhJZ.framer-1brnqsm { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; width: 306px; }\",\".framer-OnhJZ .framer-16ol34n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OnhJZ .framer-9dbq4l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-OnhJZ .framer-2memrw-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-OnhJZ .framer-117dqhv, .framer-OnhJZ .framer-jfux01 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OnhJZ .framer-msuu5e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 24px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OnhJZ.framer-1brnqsm, .framer-OnhJZ .framer-16ol34n, .framer-OnhJZ .framer-9dbq4l, .framer-OnhJZ .framer-msuu5e { gap: 0px; } .framer-OnhJZ.framer-1brnqsm > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-OnhJZ.framer-1brnqsm > :first-child { margin-top: 0px; } .framer-OnhJZ.framer-1brnqsm > :last-child { margin-bottom: 0px; } .framer-OnhJZ .framer-16ol34n > *, .framer-OnhJZ .framer-msuu5e > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-OnhJZ .framer-16ol34n > :first-child, .framer-OnhJZ .framer-9dbq4l > :first-child, .framer-OnhJZ .framer-msuu5e > :first-child { margin-left: 0px; } .framer-OnhJZ .framer-16ol34n > :last-child, .framer-OnhJZ .framer-9dbq4l > :last-child, .framer-OnhJZ .framer-msuu5e > :last-child { margin-right: 0px; } .framer-OnhJZ .framer-9dbq4l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 306\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AH36BBRZS\":{\"layout\":[\"fixed\",\"auto\"]},\"gTTiZAjkO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rCNiDZU0p\":\"taskname\",\"AI1Dha7x1\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameryy40_c8wL=withCSS(Component,css,\"framer-OnhJZ\");export default Frameryy40_c8wL;Frameryy40_c8wL.displayName=\"Laws Todo List\";Frameryy40_c8wL.defaultProps={height:104,width:306};addPropertyControls(Frameryy40_c8wL,{variant:{options:[\"PewOChV1a\",\"AH36BBRZS\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},rCNiDZU0p:{defaultValue:\"Create a Warm Welcome Screen\",displayTextArea:false,title:\"taskname\",type:ControlType.String},AI1Dha7x1:{defaultValue:\"Greet users with a personalized message, friendly visuals, and a clear next step to ease them into the product.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(Frameryy40_c8wL,[{explicitInter:true,fonts:[{family:\"Kalam\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RI3CBETW3AGSRF3PA2UVU2TOKXEYUREO/S4I2HMS4ZPWI2GH4JZSBMFQ6UXVF3RXP/K7WGKZSI3UOEXCXRFQHDRBM5OKCDNTPE.woff2\",weight:\"400\"}]},...CheckboxTodoListFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryy40_c8wL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"306\",\"framerVariables\":\"{\\\"rCNiDZU0p\\\":\\\"taskname\\\",\\\"AI1Dha7x1\\\":\\\"text\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"104\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AH36BBRZS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gTTiZAjkO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yy40_c8wL.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"njXe_FfYL\",\"dAsY_Ach0\"];const serializationHash=\"framer-KFKoV\";const variantClassNames={dAsY_Ach0:\"framer-v-1syi9l1\",njXe_FfYL:\"framer-v-nbcnje\"};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 transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"Variant 1\":\"njXe_FfYL\",\"Variant 2\":\"dAsY_Ach0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"njXe_FfYL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"njXe_FfYL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-nbcnje\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"njXe_FfYL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1.3333333730697632px\",\"--border-color\":\"rgb(86, 82, 56)\",\"--border-left-width\":\"1.3333333730697632px\",\"--border-right-width\":\"1.3333333730697632px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.3333333730697632px\",backgroundColor:\"rgb(86, 82, 56)\",borderBottomLeftRadius:5.33,borderBottomRightRadius:5.33,borderTopLeftRadius:5.33,borderTopRightRadius:5.33,boxShadow:\"inset 0px -1.5px 0px 0px rgba(0, 0, 0, 0.25)\",...style},variants:{dAsY_Ach0:{\"--border-bottom-width\":\"1.5px\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(87, 83, 55, 0)\",boxShadow:\"inset 0px -1.5px 0px 0px rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({dAsY_Ach0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16r9qdi\",\"data-framer-name\":\"General/Checkmark\",layoutDependency:layoutDependency,layoutId:\"PYirGBMtL\",style:{opacity:1,scale:1},variants:{dAsY_Ach0:{opacity:0,scale:.7}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i1fc59\",\"data-framer-name\":\"Vector 69 (Stroke)\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"I94:2152;18:271\",svg:'<svg width=\"10\" height=\"10\" viewBox=\"-1 -1 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.76267 1.14509C7.98152 1.36014 7.98459 1.71189 7.76953 1.93073L2.6993 7.09023L0.341713 4.77344C0.12287 4.55838 0.119801 4.20664 0.334857 3.98779C0.549913 3.76895 0.901658 3.76588 1.1205 3.98094L2.68559 5.51894L6.97703 1.15194C7.19208 0.933101 7.54383 0.930031 7.76267 1.14509Z\" fill=\"#FAE265\"/>\\n</svg>\\n',withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KFKoV.framer-1n3bjaj, .framer-KFKoV .framer-1n3bjaj { display: block; }\",\".framer-KFKoV.framer-nbcnje { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 16px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-KFKoV .framer-16r9qdi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: hidden; position: relative; width: 13px; }\",\".framer-KFKoV .framer-i1fc59 { bottom: 1px; flex: none; left: 1px; position: absolute; right: 1px; top: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KFKoV.framer-nbcnje { gap: 0px; } .framer-KFKoV.framer-nbcnje > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-KFKoV.framer-nbcnje > :first-child { margin-left: 0px; } .framer-KFKoV.framer-nbcnje > :last-child { margin-right: 0px; } }\",\".framer-KFKoV.framer-v-1syi9l1.framer-nbcnje { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 16px); }\",\".framer-KFKoV.framer-v-1syi9l1 .framer-16r9qdi { aspect-ratio: unset; height: 14px; width: 14px; }\",'.framer-KFKoV[data-border=\"true\"]::after, .framer-KFKoV [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dAsY_Ach0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXGtpPgeVq=withCSS(Component,css,\"framer-KFKoV\");export default FramerXGtpPgeVq;FramerXGtpPgeVq.displayName=\"Checkbox Todo List\";FramerXGtpPgeVq.defaultProps={height:16,width:16};addPropertyControls(FramerXGtpPgeVq,{variant:{options:[\"njXe_FfYL\",\"dAsY_Ach0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXGtpPgeVq,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXGtpPgeVq\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"16\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dAsY_Ach0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"16\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XGtpPgeVq.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "taskOne", "taskTwo", "taskThree", "CopyTakeaways", "link", "text", "err", "withTask1", "Component", "props", "ue", "p", "withTask2", "withTask3", "CopyLinkOnClick", "yy40_c8wL_exports", "__export", "__FramerMetadata__", "yy40_c8wL_default", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerXGtpPgeVq", "withCSS", "XGtpPgeVq_default", "addPropertyControls", "ControlType", "addFonts", "CheckboxTodoListFonts", "getFonts", "XGtpPgeVq_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "taskname", "text", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rCNiDZU0p", "AI1Dha7x1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap7pjrfh", "args", "onTap1fhiqni", "ref1", "pe", "visible", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Frameryy40_c8wL", "withCSS", "yy40_c8wL_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
