{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/U7Hk4NwKiSrfw8noM9JJ/sRSf5q4lGlX39aj8ppX8/OnboardingButton.js", "ssg:https://framerusercontent.com/modules/PnsMuCNV26v6BCKIkiyE/p4kjZpKSrY60KRXer4r1/zjhYkOR7Y.js", "ssg:https://framerusercontent.com/modules/qan5um8TNiW8FCYThZAn/r6PG6f85j7tb1Br7yT73/k6yI6oHlU.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth fill\n */export function RosieOnboarding(props){const{buttonLabel,hasShadow,buttonSize,buttonType}=props;// Codes for Affiliates\nuseEffect(()=>{const queryParams=new URLSearchParams(window.location.search);const paramMap={ref:\"affiliateRef\",coupon:\"affiliateCoupon\",rrf:\"rrf\",rcmp:\"rcmp\",utm_source:\"utmSource\",utm_medium:\"utmMedium\",utm_campaign:\"utmCampaign\",utm_term:\"utmTerm\",utm_content:\"utmContent\"};Object.entries(paramMap).forEach(([queryKey,localStorageKey])=>{if(queryParams.has(queryKey)){const value=queryParams.get(queryKey);if(value){localStorage.setItem(localStorageKey,value);}}});// Save document.referrer only once if not already stored\nif(!localStorage.getItem(\"referrer\")&&document.referrer){localStorage.setItem(\"referrer\",document.referrer);}},[]);const handleSubmit=()=>{let redirectUrl=`https://heyrosie.com/admin/register`;let queryParams=[];const appendIfExists=(key,value)=>{if(value)queryParams.push(`${key}=${encodeURIComponent(value)}`);};appendIfExists(\"ref\",localStorage.getItem(\"affiliateRef\"));appendIfExists(\"coupon\",localStorage.getItem(\"affiliateCoupon\"));appendIfExists(\"rrf\",localStorage.getItem(\"rrf\"));appendIfExists(\"rcmp\",localStorage.getItem(\"rcmp\"));appendIfExists(\"uuid\",localStorage.getItem(\"userUuid\"));appendIfExists(\"utm_source\",localStorage.getItem(\"utmSource\"));appendIfExists(\"utm_medium\",localStorage.getItem(\"utmMedium\"));appendIfExists(\"utm_campaign\",localStorage.getItem(\"utmCampaign\"));appendIfExists(\"utm_term\",localStorage.getItem(\"utmTerm\"));appendIfExists(\"utm_content\",localStorage.getItem(\"utmContent\"));appendIfExists(\"referrer\",localStorage.getItem(\"referrer\"));if(queryParams.length>0){redirectUrl+=`?${queryParams.join(\"&\")}`;}window.open(redirectUrl,\"_self\");};// Styling\nconst buttonPadding={md:\"14px 24px\",lg:\"20px 32px\"};const fontSizes={md:\"18px\",lg:\"20px\"};const fontColors={primary:\"#fff\",secondary:\"#9332E0\"};const backgrounds={primary:\"linear-gradient(180deg, rgba(230, 100, 100, 0.25) 14.29%, rgba(44, 18, 65, 0) 100%), #9332E0\",secondary:\"#fff\"};const borders={primary:\"none\",secondary:\"1px solid #9332E0\"};const buttonStyle={padding:buttonPadding[buttonSize],background:backgrounds[buttonType],borderRadius:\"32px\",color:fontColors[buttonType],border:borders[buttonType],cursor:\"pointer\",fontFamily:\"Outfit, sans-serif\",fontSize:fontSizes[buttonSize],letterSpacing:\"-0.5px\",fontWeight:\"500\",margin:\"0\",boxShadow:hasShadow?\"0px 20px 40px 0px #9332E04D\":\"\",width:\"100%\"};return /*#__PURE__*/_jsx(\"button\",{type:\"submit\",style:buttonStyle,onClick:handleSubmit,children:buttonLabel});}addPropertyControls(RosieOnboarding,{buttonLabel:{type:ControlType.String,title:\"Label\",defaultValue:\"Get Started for Free\"},hasShadow:{type:ControlType.Boolean,title:\"Shadow\",defaultValue:true},buttonSize:{type:ControlType.Enum,defaultValue:\"lg\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"md\",\"lg\"],optionTitles:[\"Medium\",\"Large\"]},buttonType:{type:ControlType.Enum,defaultValue:\"primary\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"primary\",\"secondary\"],optionTitles:[\"Primary\",\"Secondary\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"RosieOnboarding\":{\"type\":\"reactComponent\",\"name\":\"RosieOnboarding\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fill\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OnboardingButton.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zO3DSb00y\"];const serializationHash=\"framer-HaQr2\";const variantClassNames={zO3DSb00y:\"framer-v-fq7y0q\"};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:60,delay:0,mass:1,stiffness:500,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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zO3DSb00y\",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(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-fq7y0q\",className,classNames)} framer-11c0j87`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"zO3DSb00y\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15dy4t8\",\"data-framer-name\":\"rosie_logo\",fill:\"black\",intrinsicHeight:320,intrinsicWidth:1084,layoutDependency:layoutDependency,layoutId:\"sHzFET6ow\",svg:'<svg width=\"1084\" height=\"320\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1009.69 244.686c-16.524 0-31.272-3.347-44.241-10.041-12.761-6.903-22.801-16.421-30.123-28.554-7.321-12.132-10.982-25.834-10.982-41.105 0-15.27 3.556-28.867 10.668-40.791 7.322-12.133 17.153-21.651 29.495-28.554 12.342-6.903 26.253-10.355 41.733-10.355 15.06 0 28.34 3.243 39.85 9.728 11.51 6.484 20.5 15.479 26.98 26.985 6.7 11.505 10.05 24.684 10.05 39.536 0 2.719-.21 5.648-.63 8.786-.21 2.928-.73 6.38-1.57 10.354l-131.474.314v-32.947l111.074-.313-20.71 13.806c-.2-8.786-1.56-16.003-4.07-21.651-2.52-5.857-6.28-10.25-11.3-13.179-4.81-3.137-10.77-4.706-17.89-4.706-7.527 0-14.116 1.778-19.764 5.334-5.439 3.347-9.727 8.158-12.865 14.434-2.929 6.275-4.393 13.911-4.393 22.906s1.569 16.735 4.707 23.219c3.347 6.276 7.949 11.192 13.806 14.748 6.066 3.347 13.179 5.02 21.339 5.02 7.53 0 14.33-1.255 20.39-3.765 6.07-2.719 11.4-6.694 16.01-11.924l26.35 26.358c-7.53 8.786-16.63 15.375-27.3 19.768-10.66 4.393-22.38 6.589-35.14 6.589Zm-150.844-3.451V88.738h48.008v152.497h-48.008Zm24.161-173.52c-7.531 0-13.807-2.51-18.827-7.53-4.811-5.23-7.217-11.506-7.217-18.828 0-7.53 2.406-13.806 7.217-18.826C869.2 17.51 875.476 15 883.007 15c7.53 0 13.701 2.51 18.513 7.53 4.811 5.021 7.216 11.297 7.216 18.827 0 7.322-2.405 13.598-7.216 18.827-4.812 5.02-10.983 7.53-18.513 7.53ZM776.946 245c-8.995 0-17.885-1.151-26.671-3.452-8.577-2.301-16.63-5.543-24.161-9.727-7.322-4.393-13.597-9.413-18.827-15.061l18.931-31.796c5.021 5.438 19.35 13.911 26.253 17.048 6.903 2.929 14.434 4.393 22.592 4.393 5.648 0 9.937-.837 12.865-2.51 3.138-1.674 4.707-3.975 4.707-6.903 0-3.766-1.883-6.59-5.648-8.472-3.556-2.092-8.158-3.87-13.806-5.334a5585.144 5585.144 0 0 1-17.886-5.335 80.083 80.083 0 0 1-17.885-7.844c-5.648-3.347-10.25-7.949-13.806-13.806-3.557-6.067-5.335-13.702-5.335-22.906 0-9.832 2.511-18.304 7.531-25.416 5.021-7.322 12.133-13.075 21.337-17.258 9.204-4.184 19.977-6.276 32.319-6.276 12.97 0 24.893 2.301 35.771 6.903 11.087 4.393 20.082 10.983 26.985 19.768l-27.299 27.613c-4.811-5.648-10.25-9.623-16.316-11.924-5.857-2.301-11.61-3.451-17.258-3.451-5.439 0-9.518.837-12.237 2.51-2.72 1.464-4.08 3.661-4.08 6.589 0 3.138 1.778 5.648 5.335 7.531 3.556 1.883 8.158 3.556 13.806 5.021 5.648 1.464 11.61 3.242 17.885 5.334a82.313 82.313 0 0 1 17.886 8.472c5.648 3.556 10.25 8.367 13.806 14.434 3.556 5.857 5.334 13.597 5.334 23.219 0 14.852-5.648 26.671-16.944 35.457C811.043 240.607 795.982 245 776.946 245Zm-152.448-.314c-15.689 0-29.913-3.451-42.674-10.354-12.551-7.113-22.487-16.735-29.809-28.868-7.321-12.133-10.982-25.73-10.982-40.791 0-15.062 3.661-28.554 10.982-40.478 7.322-11.923 17.258-21.337 29.809-28.24 12.552-7.112 26.776-10.668 42.674-10.668 15.899 0 30.123 3.451 42.674 10.354 12.552 6.903 22.488 16.421 29.809 28.554 7.322 11.924 10.983 25.416 10.983 40.478 0 15.061-3.661 28.658-10.983 40.791-7.321 12.133-17.257 21.755-29.809 28.868-12.551 6.903-26.775 10.354-42.674 10.354Zm0-43.615c6.904 0 12.97-1.464 18.2-4.393 5.229-3.138 9.204-7.426 11.923-12.865 2.929-5.648 4.393-12.028 4.393-19.14 0-7.113-1.464-13.284-4.393-18.513-2.928-5.439-7.008-9.623-12.237-12.551-5.021-3.138-10.982-4.707-17.886-4.707-6.694 0-12.655 1.569-17.885 4.707-5.23 2.928-9.309 7.112-12.237 12.551-2.929 5.439-4.393 11.714-4.393 18.826 0 6.904 1.464 13.179 4.393 18.827 2.928 5.439 7.007 9.727 12.237 12.865 5.23 2.929 11.191 4.393 17.885 4.393Zm-191.533 40.164V88.738h48.008v152.497h-48.008Zm48.008-83.779-20.082-15.689c3.975-17.781 10.669-31.587 20.082-41.419 9.413-9.832 22.488-14.748 39.222-14.748 7.322 0 13.702 1.15 19.141 3.452 5.648 2.092 8.472 3.347 12.656 7.949l-26.462 38.176c-2.092-2.301-4.707-4.079-7.845-5.334s-6.694-1.883-10.668-1.883c-7.949 0-14.33 2.511-19.141 7.531-4.602 4.811-6.903 12.133-6.903 21.965Z\" fill=\"#2A143C\"/><circle cx=\"160\" cy=\"160\" r=\"160\" fill=\"url(#a)\"/><path d=\"M102 188.646v-29.274c0-40.496 57.404-40.496 57.404 0 0 40.495 57.596 41.178 57.596 0v-29.177\" stroke=\"#fff\" stroke-width=\"45\" stroke-linecap=\"round\"/><defs><linearGradient id=\"a\" x1=\"0\" y1=\"160\" x2=\"320\" y2=\"160\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#9332E0\"/><stop offset=\".505\" stop-color=\"#9234CE\"/><stop offset=\"1\" stop-color=\"#A83FC1\"/></linearGradient></defs></svg>',withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HaQr2.framer-11c0j87, .framer-HaQr2 .framer-11c0j87 { display: block; }\",\".framer-HaQr2.framer-fq7y0q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 148px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 500px; }\",\".framer-HaQr2 .framer-15dy4t8 { aspect-ratio: 3.3875 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 148px); position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HaQr2.framer-fq7y0q { gap: 0px; } .framer-HaQr2.framer-fq7y0q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HaQr2.framer-fq7y0q > :first-child { margin-left: 0px; } .framer-HaQr2.framer-fq7y0q > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 148\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzjhYkOR7Y=withCSS(Component,css,\"framer-HaQr2\");export default FramerzjhYkOR7Y;FramerzjhYkOR7Y.displayName=\"Logo\";FramerzjhYkOR7Y.defaultProps={height:148,width:500};addFonts(FramerzjhYkOR7Y,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzjhYkOR7Y\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"500\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"148\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zjhYkOR7Y.map", "// Generated by Framer (64bc75b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Outfit-700\",\"GF;Outfit-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4S-EiAou6Y.woff2\",weight:\"700\"},{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4S-EiAou6Y.woff2\",weight:\"900\"}]}];export const css=['.framer-pMjVz .framer-styles-preset-1rtu6pa:not(.rich-text-wrapper), .framer-pMjVz .framer-styles-preset-1rtu6pa.rich-text-wrapper h1 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Outfit\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 74px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.02em; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-1745b696-528c-4220-81cc-cd91f2089bf3, #2a143c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-pMjVz .framer-styles-preset-1rtu6pa:not(.rich-text-wrapper), .framer-pMjVz .framer-styles-preset-1rtu6pa.rich-text-wrapper h1 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Outfit\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.02em; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-1745b696-528c-4220-81cc-cd91f2089bf3, #2a143c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-pMjVz .framer-styles-preset-1rtu6pa:not(.rich-text-wrapper), .framer-pMjVz .framer-styles-preset-1rtu6pa.rich-text-wrapper h1 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Outfit\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.02em; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-1745b696-528c-4220-81cc-cd91f2089bf3, #2a143c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-pMjVz\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["RosieOnboarding", "props", "buttonLabel", "hasShadow", "buttonSize", "buttonType", "ue", "queryParams", "window", "queryKey", "localStorageKey", "value", "handleSubmit", "redirectUrl", "appendIfExists", "key", "buttonPadding", "fontSizes", "fontColors", "backgrounds", "borders", "buttonStyle", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "SVG", "css", "FramerzjhYkOR7Y", "withCSS", "zjhYkOR7Y_default", "addFonts", "fontStore", "fonts", "css", "className"]
}
