{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/iVvePAFeMmRzj1VAq64R/lw5X0BmroMfgAGXbZ1kY/klaviyoRevenue.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import React,{useCallback,useEffect,useMemo,cloneElement,useState}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const useStore=createStore({// inputs\nklaviyoRevenue:\"\",websiteRevenue:\"\",// outputs\nklaviyoRevenueWithAudiences:[],instantPlan:500,largeRoi:false});const formatCurrency=value=>`$${Math.round(value).toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\")}`;const potentialAudiencesRevenueStart=(abandonmentRevenue,siteRevenue)=>{if(abandonmentRevenue!==undefined&&abandonmentRevenue!==null){if(abandonmentRevenue>1){return Math.round(abandonmentRevenue/(1-.3)-abandonmentRevenue);}else{return Math.round(siteRevenue/(1-.03)-siteRevenue);}}else{return Math.round(siteRevenue/(1-.03)-siteRevenue);}};const potentialAudiencesRevenueEnd=(abandonmentRevenue,siteRevenue)=>{return Math.max(siteRevenue*.030928,abandonmentRevenue*.428571);};const getVariance=(start,end)=>{return start/end<.9;};const getRange=(start,end)=>{const max=Math.max(end,start);return getVariance(start,end)?[start,end]:[max];};export function withKlaviyoRevenueInputValue(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,value:store.klaviyoRevenue});};}export function withWebsiteRevenueInputValue(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,value:store.websiteRevenue});};}export function withPotentialRevenueWithAudiencesInputValue(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,value:store.klaviyoRevenueWithAudiences.join(\"-\")});};}export function withWebRevenue(Component){const MemoizedComponent=/*#__PURE__*/React.memo(Component);return /*#__PURE__*/React.memo(props=>{const[store,setStore]=useStore();const update=useCallback(e=>{const websiteRevenue=parseInt(e.target.value);setStore(prevStore=>({...prevStore,websiteRevenue}));},[setStore]);return /*#__PURE__*/_jsx(MemoizedComponent,{...props,value:store.websiteRevenue,onChange:update});});}export function withKlaviyoRevenue(Component){const MemoizedComponent=/*#__PURE__*/React.memo(Component);return /*#__PURE__*/React.memo(props=>{const[store,setStore]=useStore();const update=useCallback(e=>{const klaviyoRevenue=parseInt(e.target.value);setStore(prevStore=>({...prevStore,klaviyoRevenue}));},[setStore]);return /*#__PURE__*/_jsx(MemoizedComponent,{...props,value:store.klaviyoRevenue,onChange:update});});}export function withNoPlanText(Component){return props=>{const[store]=useStore();return /*#__PURE__*/_jsx(Component,{...props,style:{display:store.klaviyoRevenueWithAudiences[store.klaviyoRevenueWithAudiences.length-1]<2e3?\"flex\":\"none\"}});};}export function withPlanElement(Component){return props=>{const[store]=useStore();useEffect(()=>{if(!window.posthog)return;if(store.instantPlan>500&&!store.largeRoi){window.posthog.capture(\"Pricing Calculator Data\",{...store});}},[store.klaviyoRevenueWithAudiences,store.instantPlan,store.largeRoi]);return /*#__PURE__*/_jsx(Component,{...props,style:{display:store.klaviyoRevenueWithAudiences[store.klaviyoRevenueWithAudiences.length-1]>=2e3&&!store.largeRoi?\"flex\":\"none\"}});};}export function withKlaviyoRevenueTextOrg(Component){const MemoizedComponent=/*#__PURE__*/React.memo(Component);return /*#__PURE__*/React.memo(props=>{const[store]=useStore();return /*#__PURE__*/_jsx(MemoizedComponent,{...props,text:`${Math.round((Number(store.klaviyoRevenue)||0)*1.93).toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\")}`});});}export function withKlaviyoRevenueText(Component){return props=>{const[store,setStore]=useStore();const{klaviyoRevenue,websiteRevenue,klaviyoRevenueWithAudiences}=store;const calculatedRevenue=useMemo(()=>{const klaviyoRevenueNum=parseFloat(klaviyoRevenue)||0;const websiteRevenueNum=parseFloat(websiteRevenue)||0;return klaviyoRevenueNum&&websiteRevenueNum?klaviyoRevenueNum*1.3333+websiteRevenueNum*.0319:0;},[klaviyoRevenue,websiteRevenue]);useEffect(()=>{setStore(prev=>({...prev,klaviyoRevenueWithAudiences:[calculatedRevenue]}));},[calculatedRevenue]);const textColor=useMemo(()=>klaviyoRevenueWithAudiences[0]!==0?\"#9BFA2D\":\"#7C7D87\",[klaviyoRevenueWithAudiences]);const updatedChildren=props.children&&/*#__PURE__*/cloneElement(props.children,{children:/*#__PURE__*/cloneElement(props.children.props.children,{style:{...props.children.props.children.props.style,color:textColor}})});return /*#__PURE__*/_jsx(Component,{...props,text:formatCurrency(klaviyoRevenueWithAudiences[0]),children:updatedChildren});};}export function withPotentialAudiencesRevText(Component){return props=>{const[store,setStore]=useStore();const{klaviyoRevenue,websiteRevenue,klaviyoRevenueWithAudiences}=store;const calculatedRevenue=useMemo(()=>{const klaviyoRevenueNum=parseFloat(klaviyoRevenue)||0;const websiteRevenueNum=parseFloat(websiteRevenue)||0;return klaviyoRevenueNum&&websiteRevenueNum?getRange(potentialAudiencesRevenueStart(klaviyoRevenueNum,websiteRevenueNum),potentialAudiencesRevenueEnd(klaviyoRevenueNum,websiteRevenueNum)):[0];},[klaviyoRevenue,websiteRevenue]);useEffect(()=>{setStore(prev=>({...prev,klaviyoRevenueWithAudiences:calculatedRevenue}));},[calculatedRevenue]);const textColor=useMemo(()=>klaviyoRevenueWithAudiences[0]!==0?\"#9BFA2D\":\"#7C7D87\",[klaviyoRevenueWithAudiences]);const updatedChildren=props.children&&/*#__PURE__*/cloneElement(props.children,{children:/*#__PURE__*/cloneElement(props.children.props.children,{style:{...props.children.props.children.props.style,color:textColor}})});return /*#__PURE__*/_jsx(Component,{...props,text:klaviyoRevenueWithAudiences.length<=1?formatCurrency(klaviyoRevenueWithAudiences[0]):`${formatCurrency(klaviyoRevenueWithAudiences[0])} to ${formatCurrency(klaviyoRevenueWithAudiences[1])}`,children:updatedChildren});};}export function withInstantPlan(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{if(store.klaviyoRevenueWithAudiences[0]!==0){const klayRev=store.klaviyoRevenueWithAudiences.length>1?store.klaviyoRevenueWithAudiences[1]:store.klaviyoRevenueWithAudiences[0];const instantPlan=Math.min(Math.round(klayRev/4/500)*500,2500)||500;setStore(prev=>({...prev,instantPlan}));}},[store.klaviyoRevenueWithAudiences]);return /*#__PURE__*/_jsx(Component,{...props,text:formatCurrency(store.instantPlan)});};}export function withGoodROI(Component){return /*#__PURE__*/React.memo(props=>{const[store]=useStore();const[show,setShow]=useState(false);useEffect(()=>{const klayRev=store.klaviyoRevenueWithAudiences.length>1?store.klaviyoRevenueWithAudiences[1]:store.klaviyoRevenueWithAudiences[0];setShow(store.instantPlan>0&&klayRev/store.instantPlan>6&&klayRev/store.instantPlan<105);},[store.klaviyoRevenueWithAudiences,store.instantPlan]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:show?\"flex\":\"none\"}});});}export function withRoiChange(Component){return /*#__PURE__*/React.memo(props=>{const[store]=useStore();const[roiValue,setRoiValue]=useState(6);useEffect(()=>{const klayRev=store.klaviyoRevenueWithAudiences.length>1?store.klaviyoRevenueWithAudiences[1]:store.klaviyoRevenueWithAudiences[0];const calculatedRoi=store.instantPlan>0&&klayRev/store.instantPlan;setRoiValue(isNaN(calculatedRoi)?0:calculatedRoi)// Ensure it's a valid number\n;},[store.klaviyoRevenueWithAudiences,store.instantPlan]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style},text:`${roiValue&&roiValue.toFixed(1)}x`});});}export function withPlanLogic(Component){return props=>{const[store]=useStore();const[show,setShow]=useState(false);useEffect(()=>{const klayRev=store.klaviyoRevenueWithAudiences.length>1?store.klaviyoRevenueWithAudiences[1]:store.klaviyoRevenueWithAudiences[0];const largeRoi=klayRev/store.instantPlan<=105;store.instantPlan>500&&setShow(largeRoi);},[store.klaviyoRevenueWithAudiences,store.instantPlan]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:show?\"flex\":\"none\"}});};}export function withEnterpriceRoi(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{const klayRev=store.klaviyoRevenueWithAudiences.length>1?store.klaviyoRevenueWithAudiences[1]:store.klaviyoRevenueWithAudiences[0];const largeRoi=klayRev/store.instantPlan>105;store.instantPlan>0&&setStore(prev=>({...prev,largeRoi}));},[store.klaviyoRevenueWithAudiences,store.instantPlan]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:store.largeRoi?\"flex\":\"none\"}});};}export function withBothInputFilled(Component){return /*#__PURE__*/React.memo(props=>{const[store,setStore]=useStore();useEffect(()=>{if(store.klaviyoRevenueWithAudiences!==0){const childrenStyle=props.children.props.children.props.style;props.children.props.children.props.style={...childrenStyle,color:\"#9BFA2D\"};}else{const childrenStyle=props.children.props.children.props.style;props.children.props.children.props.style={...childrenStyle,color:\"#7C7D87\"};}},[store.klaviyoRevenueWithAudiences]);return /*#__PURE__*/_jsx(Component,{...props});});}\nexport const __FramerMetadata__ = {\"exports\":{\"withWebsiteRevenueInputValue\":{\"type\":\"reactHoc\",\"name\":\"withWebsiteRevenueInputValue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withInstantPlan\":{\"type\":\"reactHoc\",\"name\":\"withInstantPlan\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKlaviyoRevenueTextOrg\":{\"type\":\"reactHoc\",\"name\":\"withKlaviyoRevenueTextOrg\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRoiChange\":{\"type\":\"reactHoc\",\"name\":\"withRoiChange\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKlaviyoRevenueInputValue\":{\"type\":\"reactHoc\",\"name\":\"withKlaviyoRevenueInputValue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEnterpriceRoi\":{\"type\":\"reactHoc\",\"name\":\"withEnterpriceRoi\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withNoPlanText\":{\"type\":\"reactHoc\",\"name\":\"withNoPlanText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withWebRevenue\":{\"type\":\"reactHoc\",\"name\":\"withWebRevenue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withBothInputFilled\":{\"type\":\"reactHoc\",\"name\":\"withBothInputFilled\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKlaviyoRevenue\":{\"type\":\"reactHoc\",\"name\":\"withKlaviyoRevenue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPlanLogic\":{\"type\":\"reactHoc\",\"name\":\"withPlanLogic\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPotentialAudiencesRevText\":{\"type\":\"reactHoc\",\"name\":\"withPotentialAudiencesRevText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPotentialRevenueWithAudiencesInputValue\":{\"type\":\"reactHoc\",\"name\":\"withPotentialRevenueWithAudiencesInputValue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGoodROI\":{\"type\":\"reactHoc\",\"name\":\"withGoodROI\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPlanElement\":{\"type\":\"reactHoc\",\"name\":\"withPlanElement\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withKlaviyoRevenueText\":{\"type\":\"reactHoc\",\"name\":\"withKlaviyoRevenueText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./klaviyoRevenue.map"],
  "mappings": "4KAAAA,IAA8L,IAAMC,EAASC,EAAY,CACzN,eAAe,GAAG,eAAe,GACjC,4BAA4B,CAAC,EAAE,YAAY,IAAI,SAAS,EAAK,CAAC,EAAQC,EAAeC,GAAO,IAAI,KAAK,MAAMA,CAAK,EAAE,SAAS,EAAE,QAAQ,wBAAwB,GAAG,CAAC,GAASC,EAA+B,CAACC,EAAmBC,IAAkDD,GAAqB,MAASA,EAAmB,EAAU,KAAK,MAAMA,GAAoB,EAAE,IAAIA,CAAkB,EAAyE,KAAK,MAAMC,GAAa,EAAE,KAAKA,CAAW,EAAWC,EAA6B,CAACF,EAAmBC,IAAsB,KAAK,IAAIA,EAAY,QAAQD,EAAmB,OAAO,EAAUG,EAAY,CAACC,EAAMC,IAAcD,EAAMC,EAAI,GAAWC,EAAS,CAACF,EAAMC,IAAM,CAAC,IAAME,EAAI,KAAK,IAAIF,EAAID,CAAK,EAAE,OAAOD,EAAYC,EAAMC,CAAG,EAAE,CAACD,EAAMC,CAAG,EAAE,CAACE,CAAG,CAAE,EAAS,SAASC,EAA6BC,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAE,OAAoBkB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAMC,EAAM,cAAc,CAAC,CAAE,CAAE,CAAQ,SAASG,EAA6BL,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAE,OAAoBkB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAMC,EAAM,cAAc,CAAC,CAAE,CAAE,CAAQ,SAASI,EAA4CN,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAE,OAAoBkB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAMC,EAAM,4BAA4B,KAAK,GAAG,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASK,EAAeP,EAAU,CAAC,IAAMQ,EAA+BC,EAAM,KAAKT,CAAS,EAAE,OAAoBS,EAAM,KAAKR,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAQwB,EAAOC,EAAYF,GAAG,CAAC,IAAMG,EAAe,SAASH,EAAE,OAAO,KAAK,EAAEN,EAASU,IAAY,CAAC,GAAGA,EAAU,eAAAD,CAAc,EAAE,CAAE,EAAE,CAACT,CAAQ,CAAC,EAAE,OAAoBC,EAAKI,EAAkB,CAAC,GAAGP,EAAM,MAAMC,EAAM,eAAe,SAASQ,CAAM,CAAC,CAAE,CAAC,CAAE,CAAQ,SAASI,EAAmBd,EAAU,CAAC,IAAMQ,EAA+BC,EAAM,KAAKT,CAAS,EAAE,OAAoBS,EAAM,KAAKR,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAQwB,EAAOC,EAAYF,GAAG,CAAC,IAAMM,EAAe,SAASN,EAAE,OAAO,KAAK,EAAEN,EAASU,IAAY,CAAC,GAAGA,EAAU,eAAAE,CAAc,EAAE,CAAE,EAAE,CAACZ,CAAQ,CAAC,EAAE,OAAoBC,EAAKI,EAAkB,CAAC,GAAGP,EAAM,MAAMC,EAAM,eAAe,SAASQ,CAAM,CAAC,CAAE,CAAC,CAAE,CAAQ,SAASM,EAAehB,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAE,OAAoBkB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,QAAQC,EAAM,4BAA4BA,EAAM,4BAA4B,OAAO,CAAC,EAAE,IAAI,OAAO,MAAM,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASe,EAAgBjB,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAE,OAAAgC,EAAU,IAAI,CAAK,OAAO,SAAkBhB,EAAM,YAAY,KAAK,CAACA,EAAM,UAAU,OAAO,QAAQ,QAAQ,0BAA0B,CAAC,GAAGA,CAAK,CAAC,CAAG,EAAE,CAACA,EAAM,4BAA4BA,EAAM,YAAYA,EAAM,QAAQ,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,QAAQC,EAAM,4BAA4BA,EAAM,4BAA4B,OAAO,CAAC,GAAG,KAAK,CAACA,EAAM,SAAS,OAAO,MAAM,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASiB,EAA0BnB,EAAU,CAAC,IAAMQ,EAA+BC,EAAM,KAAKT,CAAS,EAAE,OAAoBS,EAAM,KAAKR,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAE,OAAoBkB,EAAKI,EAAkB,CAAC,GAAGP,EAAM,KAAK,GAAG,KAAK,OAAO,OAAOC,EAAM,cAAc,GAAG,GAAG,IAAI,EAAE,SAAS,EAAE,QAAQ,wBAAwB,GAAG,CAAC,EAAE,CAAC,CAAE,CAAC,CAAE,CAAQ,SAASkB,EAAuBpB,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAO,CAAC,eAAA6B,EAAe,eAAAH,EAAe,4BAAAS,CAA2B,EAAEnB,EAAYoB,EAAkBC,EAAQ,IAAI,CAAC,IAAMC,EAAkB,WAAWT,CAAc,GAAG,EAAQU,EAAkB,WAAWb,CAAc,GAAG,EAAE,OAAOY,GAAmBC,EAAkBD,EAAkB,OAAOC,EAAkB,MAAM,CAAE,EAAE,CAACV,EAAeH,CAAc,CAAC,EAAEM,EAAU,IAAI,CAACf,EAASuB,IAAO,CAAC,GAAGA,EAAK,4BAA4B,CAACJ,CAAiB,CAAC,EAAE,CAAE,EAAE,CAACA,CAAiB,CAAC,EAAE,IAAMK,EAAUJ,EAAQ,IAAIF,EAA4B,CAAC,IAAI,EAAE,UAAU,UAAU,CAACA,CAA2B,CAAC,EAAQO,EAAgB3B,EAAM,UAAuB4B,EAAa5B,EAAM,SAAS,CAAC,SAAsB4B,EAAa5B,EAAM,SAAS,MAAM,SAAS,CAAC,MAAM,CAAC,GAAGA,EAAM,SAAS,MAAM,SAAS,MAAM,MAAM,MAAM0B,CAAS,CAAC,CAAC,CAAC,CAAC,EAAE,OAAoBvB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,KAAKb,EAAeiC,EAA4B,CAAC,CAAC,EAAE,SAASO,CAAe,CAAC,CAAE,CAAE,CAAQ,SAASE,EAA8B9B,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAO,CAAC,eAAA6B,EAAe,eAAAH,EAAe,4BAAAS,CAA2B,EAAEnB,EAAYoB,EAAkBC,EAAQ,IAAI,CAAC,IAAMC,EAAkB,WAAWT,CAAc,GAAG,EAAQU,EAAkB,WAAWb,CAAc,GAAG,EAAE,OAAOY,GAAmBC,EAAkB5B,EAASP,EAA+BkC,EAAkBC,CAAiB,EAAEhC,EAA6B+B,EAAkBC,CAAiB,CAAC,EAAE,CAAC,CAAC,CAAE,EAAE,CAACV,EAAeH,CAAc,CAAC,EAAEM,EAAU,IAAI,CAACf,EAASuB,IAAO,CAAC,GAAGA,EAAK,4BAA4BJ,CAAiB,EAAE,CAAE,EAAE,CAACA,CAAiB,CAAC,EAAE,IAAMK,EAAUJ,EAAQ,IAAIF,EAA4B,CAAC,IAAI,EAAE,UAAU,UAAU,CAACA,CAA2B,CAAC,EAAQO,EAAgB3B,EAAM,UAAuB4B,EAAa5B,EAAM,SAAS,CAAC,SAAsB4B,EAAa5B,EAAM,SAAS,MAAM,SAAS,CAAC,MAAM,CAAC,GAAGA,EAAM,SAAS,MAAM,SAAS,MAAM,MAAM,MAAM0B,CAAS,CAAC,CAAC,CAAC,CAAC,EAAE,OAAoBvB,EAAKJ,EAAU,CAAC,GAAGC,EAAM,KAAKoB,EAA4B,QAAQ,EAAEjC,EAAeiC,EAA4B,CAAC,CAAC,EAAE,GAAGjC,EAAeiC,EAA4B,CAAC,CAAC,CAAC,OAAOjC,EAAeiC,EAA4B,CAAC,CAAC,CAAC,GAAG,SAASO,CAAe,CAAC,CAAE,CAAE,CAAQ,SAASG,EAAgB/B,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAE,OAAAgC,EAAU,IAAI,CAAC,GAAGhB,EAAM,4BAA4B,CAAC,IAAI,EAAE,CAAC,IAAM8B,EAAQ9B,EAAM,4BAA4B,OAAO,EAAEA,EAAM,4BAA4B,CAAC,EAAEA,EAAM,4BAA4B,CAAC,EAAQ+B,EAAY,KAAK,IAAI,KAAK,MAAMD,EAAQ,EAAE,GAAG,EAAE,IAAI,IAAI,GAAG,IAAI7B,EAASuB,IAAO,CAAC,GAAGA,EAAK,YAAAO,CAAW,EAAE,CAAE,CAAC,EAAE,CAAC/B,EAAM,2BAA2B,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,KAAKb,EAAec,EAAM,WAAW,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASgC,EAAYlC,EAAU,CAAC,OAAoBS,EAAM,KAAKR,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAO,CAACiD,EAAKC,CAAO,EAAEC,EAAS,EAAK,EAAE,OAAAnB,EAAU,IAAI,CAAC,IAAMc,EAAQ9B,EAAM,4BAA4B,OAAO,EAAEA,EAAM,4BAA4B,CAAC,EAAEA,EAAM,4BAA4B,CAAC,EAAEkC,EAAQlC,EAAM,YAAY,GAAG8B,EAAQ9B,EAAM,YAAY,GAAG8B,EAAQ9B,EAAM,YAAY,GAAG,CAAE,EAAE,CAACA,EAAM,4BAA4BA,EAAM,WAAW,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,GAAGA,EAAM,MAAM,QAAQkC,EAAK,OAAO,MAAM,CAAC,CAAC,CAAE,CAAC,CAAE,CAAQ,SAASG,EAActC,EAAU,CAAC,OAAoBS,EAAM,KAAKR,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAO,CAACqD,EAASC,CAAW,EAAEH,EAAS,CAAC,EAAE,OAAAnB,EAAU,IAAI,CAAC,IAAMc,EAAQ9B,EAAM,4BAA4B,OAAO,EAAEA,EAAM,4BAA4B,CAAC,EAAEA,EAAM,4BAA4B,CAAC,EAAQuC,EAAcvC,EAAM,YAAY,GAAG8B,EAAQ9B,EAAM,YAAYsC,EAAY,MAAMC,CAAa,EAAE,EAAEA,CAAa,CACh3N,EAAE,CAACvC,EAAM,4BAA4BA,EAAM,WAAW,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,GAAGA,EAAM,KAAK,EAAE,KAAK,GAAGsC,GAAUA,EAAS,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAE,CAAC,CAAE,CAAQ,SAASG,EAAc1C,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEhB,EAAS,EAAO,CAACiD,EAAKC,CAAO,EAAEC,EAAS,EAAK,EAAE,OAAAnB,EAAU,IAAI,CAAoI,IAAMyB,GAA3HzC,EAAM,4BAA4B,OAAO,EAAEA,EAAM,4BAA4B,CAAC,EAAEA,EAAM,4BAA4B,CAAC,GAAyBA,EAAM,aAAa,IAAIA,EAAM,YAAY,KAAKkC,EAAQO,CAAQ,CAAE,EAAE,CAACzC,EAAM,4BAA4BA,EAAM,WAAW,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,GAAGA,EAAM,MAAM,QAAQkC,EAAK,OAAO,MAAM,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASS,EAAkB5C,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEjB,EAAS,EAAE,OAAAgC,EAAU,IAAI,CAAoI,IAAMyB,GAA3HzC,EAAM,4BAA4B,OAAO,EAAEA,EAAM,4BAA4B,CAAC,EAAEA,EAAM,4BAA4B,CAAC,GAAyBA,EAAM,YAAY,IAAIA,EAAM,YAAY,GAAGC,EAASuB,IAAO,CAAC,GAAGA,EAAK,SAAAiB,CAAQ,EAAE,CAAE,EAAE,CAACzC,EAAM,4BAA4BA,EAAM,WAAW,CAAC,EAAsBE,EAAKJ,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,GAAGA,EAAM,MAAM,QAAQC,EAAM,SAAS,OAAO,MAAM,CAAC,CAAC,CAAE,CAAE",
  "names": ["init_ssg_sandbox_shims", "useStore", "createStore", "formatCurrency", "value", "potentialAudiencesRevenueStart", "abandonmentRevenue", "siteRevenue", "potentialAudiencesRevenueEnd", "getVariance", "start", "end", "getRange", "max", "withKlaviyoRevenueInputValue", "Component", "props", "store", "setStore", "p", "withWebsiteRevenueInputValue", "withPotentialRevenueWithAudiencesInputValue", "withWebRevenue", "MemoizedComponent", "e", "update", "te", "websiteRevenue", "prevStore", "withKlaviyoRevenue", "klaviyoRevenue", "withNoPlanText", "withPlanElement", "ue", "withKlaviyoRevenueTextOrg", "withKlaviyoRevenueText", "klaviyoRevenueWithAudiences", "calculatedRevenue", "se", "klaviyoRevenueNum", "websiteRevenueNum", "prev", "textColor", "updatedChildren", "q", "withPotentialAudiencesRevText", "withInstantPlan", "klayRev", "instantPlan", "withGoodROI", "show", "setShow", "ye", "withRoiChange", "roiValue", "setRoiValue", "calculatedRoi", "withPlanLogic", "largeRoi", "withEnterpriceRoi"]
}
