@frigade/react 1.32.34 → 1.32.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import{ThemeProvider as ba}from"styled-components";import ct,{useContext as Ca,useEffect as yo,useState as jo}from"react";import{useCallback as lt,useContext as Vs,useEffect as Ks}from"react";import Io,{useMemo as Ds}from"react";var sr="1.32.34 ";var Se="https://api.frigade.com/v1/public/",Ee="NOT_STARTED_STEP",Z="COMPLETED_FLOW",oo="ABORTED_FLOW",st="STARTED_FLOW",Ie="NOT_STARTED_FLOW",Ne="COMPLETED_STEP",ro="STARTED_STEP";function Oe(){let{publicApiKey:e,userId:t}=Io.useContext(K);return{config:Ds(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":sr,"X-Frigade-SDK-Platform":"React"}}),[e,t])}}function yt(){let{shouldGracefullyDegrade:e}=Io.useContext(K);return async(t,o)=>{if(e)return console.log(`Skipping ${t} call to Frigade due to error`),to();let n;try{n=await fetch(t,o)}catch(r){return to(r)}return n?n.ok?n:to(n.statusText):to()}}function to(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function bt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=Io.useContext(K);function o(){if(t){console.error("Frigade hooks cannot be used when Frigade SDK has failed to initialize");return}e||console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider")}return{verifySDKInitiated:o}}import{useContext as Hs,useState as lr}from"react";import{useContext as Ms,useEffect as Us,useState as _s}from"react";import Ws from"swr";import{useContext as $s}from"react";function Fe(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:n,completedFlowsToKeepOpenDuringSession:r}=$s(K);function i(c,m=!1){return e[c]??m}function s(c,m){t(b=>({...b,[c]:m}))}function p(c){t(m=>{let{[c]:b,...w}=m;return{...w}})}function d(c){r.includes(c)||n(m=>[...m,c])}function l(c){return r.includes(c)}function u(){return Object.values(e).some(c=>c)||o}return{getOpenFlowState:i,setOpenFlowState:s,resetOpenFlowState:p,hasOpenModals:u,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:l}}var zs="unknown";function Be(){let{config:e}=Oe(),{publicApiKey:t,userId:o,flows:n,setShouldGracefullyDegrade:r}=Ms(K),{resetOpenFlowState:i}=Fe(),[s,p]=_s(!1),d={data:n.map(k=>({flowId:k.id,flowState:Z,lastStepId:null,userId:o,foreignUserId:o,stepStates:{},shouldTrigger:!1}))},l=k=>fetch(k,e).then(g=>{if(g.ok)return g.json();throw new Error("Failed to fetch user flow states")}).catch(g=>(console.log(`Error fetching ${k}: ${g}. Will gracefully degrade and hide Frigade`),r(!0),d)),{data:u,isLoading:c,mutate:m,error:b}=Ws(t&&n&&o?`${Se}userFlowStates?foreignUserId=${encodeURIComponent(o)}`:null,l,{keepPreviousData:!0,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>d,onLoadingSlow:()=>d}),w=u==null?void 0:u.data;Us(()=>{!s&&!c&&w&&p(!0)},[w,s,c]);async function S(k){if(w){let g=w.find(x=>x.flowId===k);g&&g.flowState!==Z&&(g.flowState=Z),await m(Promise.resolve({...u,data:w}),{optimisticData:{...u,data:w},revalidate:!1,rollbackOnError:!1})}}async function f(k,g,x){if(w){let C=w.find(v=>v.flowId===k);C&&(C.stepStates[g]=x,C.flowState=st),await m(Promise.resolve({...u,data:w}),{optimisticData:{...u,data:w},revalidate:!1,rollbackOnError:!1})}}async function P(k,g,x){if(w){let C=w.find(v=>v.flowId===k);C&&(C.lastStepId=g,C.stepStates[g]=x,C.flowState=st),await m({...u,data:w},{optimisticData:{...u,data:w},revalidate:!1,rollbackOnError:!1})}}async function T(k){if(w){let g=w.find(x=>x.flowId===k);g&&g.flowState!==Ie&&(g.flowState=Ie,g.lastStepId=zs,Object.keys(g.stepStates).forEach(x=>{g.stepStates[x].actionType=Ee,g.stepStates[x].createdAt=new Date().toISOString()}),await m({...u,data:w},{optimisticData:{...u,data:w},revalidate:!1,rollbackOnError:!1}),i(k))}}async function B(k,g){if(w){let x=w.find(C=>C.flowId===k);x&&x.stepStates[g]!==Ee&&(x.stepStates[g]=Ee),await m({...u,data:w},{optimisticData:{...u,data:w},revalidate:!1,rollbackOnError:!1})}}return{userFlowStatesData:w,isLoadingUserFlowStateData:!s,mutateUserFlowState:m,optimisticallyMarkFlowCompleted:S,optimisticallyMarkFlowNotStarted:T,optimisticallyMarkStepCompleted:f,optimisticallyMarkStepNotStarted:B,optimisticallyMarkStepStarted:P,error:b}}function _t(){let{config:e}=Oe(),{userFlowStatesData:t,mutateUserFlowState:o}=Be(),{failedFlowResponses:n,setFailedFlowResponses:r,flowResponses:i,setFlowResponses:s}=Hs(K),[p,d]=lr(new Set),[l,u]=lr(new Set),c=yt();function m(S){let f=JSON.stringify(S);if(p.has(f))return null;p.add(f),d(p),l.add(S),u(l);let P=i==null?void 0:i.find(T=>T.flowSlug===S.flowSlug&&T.stepId===S.stepId&&T.actionType===S.actionType&&T.createdAt===S.createdAt);return c(`${Se}flowResponses`,{...e,method:"POST",body:f}).then(T=>{T.status!==200&&T.status!==201?(console.log("Failed to send flow response for step "+S.stepId+". Will retry again later."),r([...n,S])):P||s(B=>[...B??[],S])})}async function b(S){S.foreignUserId&&(S.actionType===st||S.actionType===Ie?await m(S):S.actionType===Z?await m(S):S.actionType===ro?await m(S):S.actionType===Ne?await m(S):S.actionType===oo?await m(S):S.actionType===Ee&&await m(S))}function w(){let S=[];return t==null||t.forEach(f=>{if(f&&f.stepStates&&Object.keys(f.stepStates).length!==0)for(let P in f.stepStates){let T=f.stepStates[P];S.push({foreignUserId:f.foreignUserId,flowSlug:f.flowId,stepId:T.stepId,actionType:T.actionType,data:{},createdAt:new Date(T.createdAt),blocked:T.blocked,hidden:T.hidden})}}),[...S,...i]}return{addResponse:b,setFlowResponses:s,getFlowResponses:w}}import qs from"swr";var js=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,ar=e=>{let t=js.exec(e);if(t===null)return null;let o=null;return t.forEach((n,r)=>{let i=Gs(n,"'","");i.startsWith("flow_")&&(o=i)}),o},Gs=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};function X(){let{config:e}=Oe(),{flows:t,setFlows:o,userId:n,publicApiKey:r,customVariables:i,setCustomVariables:s,hasActiveFullPageFlow:p,setHasActiveFullPageFlow:d,setFlowResponses:l,setShouldGracefullyDegrade:u}=Vs(K),c={data:[]},{verifySDKInitiated:m}=bt(),{addResponse:b,getFlowResponses:w}=_t(),S=h=>fetch(h,e).then(y=>y.ok?y.json():(console.log(`Error fetching ${h} (${y.status}): ${y.statusText}. .Will gracefully degrade and hide Frigade`),u(!0),c)).catch(y=>(console.log(`Error fetching ${h}: ${y}. Will gracefully degrade and hide Frigade`),u(!0),c)),{userFlowStatesData:f,isLoadingUserFlowStateData:P,optimisticallyMarkFlowCompleted:T,optimisticallyMarkFlowNotStarted:B,optimisticallyMarkStepCompleted:k,optimisticallyMarkStepNotStarted:g,optimisticallyMarkStepStarted:x}=Be(),{data:C,error:v,isLoading:M}=qs(r?`${Se}flows`:null,S,{keepPreviousData:!0});Ks(()=>{if(v){console.error(v);return}C&&C.data&&(C.data=o(C.data))},[C,v]);function $(h){if(M)return null;let y=t.find(E=>E.slug===h);return!y&&t.length>0&&!P&&!M?(console.log(`Flow with slug ${h} not found`),null):(y==null?void 0:y.active)===!1?null:y}function U(h){var j;if(!$(h))return[];let y=$(h).data;return y?(y=A(y),(((j=JSON.parse(y))==null?void 0:j.data)??[]).map(le=>{let z=Te(le);return{handleSecondaryButtonClick:()=>{le.skippable===!0&&W(h,le.id,{skipped:!0})},...le,complete:N(h,le.id)===Ne||z>=1,blocked:V(h,le.id),hidden:we(h,le.id),handlePrimaryButtonClick:()=>{(!le.completionCriteria&&(le.autoMarkCompleted||le.autoMarkCompleted===void 0)||le.completionCriteria&&le.autoMarkCompleted===!0)&&W(h,le.id)},progress:z}}).filter(le=>le.hidden!==!0)):[]}function A(h){return h.replace(/\${(.*?)}/g,(y,E)=>i[E]!==void 0?String(i[E]):"")}function H(h){if(!$(h))return[];let y=$(h).data;return y?(y=A(y),JSON.parse(y)??{}):[]}function I(h,y){s(E=>({...E,[h]:y}))}function _(h){!P&&!M&&h&&JSON.stringify(i)!=JSON.stringify({...i,...h})&&Object.keys(h).forEach(y=>{I(y,h[y])})}let te=lt(async(h,y,E)=>{m();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:ro,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await x(h,y,j),b(j))},[n,f]),q=lt(async(h,y,E)=>{m();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:Ee,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await g(h,y),b(j))},[n,f]),W=lt(async(h,y,E)=>{console.log("markStepCompleted",h,y,E),m();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:Ne,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await k(h,y,j),b(j))},[n,f]),be=lt(async(h,y)=>{if(m(),ce(h)===Ie)return;let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:Ie,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};await B(h),oe(E)&&b(E)},[n,f]),me=lt(async(h,y)=>{m();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:st,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&b(E)},[n,f]),G=lt(async(h,y)=>{m();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:Z,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&(await T(h),b(E))},[n,f]),L=lt(async(h,y)=>{m();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:oo,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&(await T(h),b(E))},[n,f]);function oe(h){var y;if(!f&&h.actionType===Ee)return!1;if(f){let E=f.find(j=>j.flowId===h.flowSlug);if(h.actionType===Ee&&(!(E!=null&&E.stepStates[h.stepId])||E.stepStates[h.stepId].actionType===Ee)||E&&((y=E.stepStates[h.stepId])==null?void 0:y.actionType)===h.actionType)return!1}return!0}function N(h,y){let E=ve(h,y);return P?null:E?E.actionType:Ee}function V(h,y){let E=ve(h,y);return E?E.blocked:!1}function we(h,y){let E=ve(h,y);return E?E.hidden:!1}function ve(h,y){if(P)return null;let E=f==null?void 0:f.find(j=>j.flowId===h);return!E||!E.stepStates[y]?null:E.stepStates[y]??null}function St(h){var E;if(P||!f)return null;if(ce(h)===Ie)return U(h)[0]??null;let y=(E=f.find(j=>j.flowId===h))==null?void 0:E.lastStepId;return y?U(h).find(j=>j.id===y):null}function rt(h){let y=St(h);if(!y)return 0;let E=U(h).findIndex(j=>j.id===y.id)??0;return N(h,y.id)===Ne&&E<U(h).length-1?E+1:E}function Te(h){if(!h.completionCriteria)return;let y=ar(h.completionCriteria);if(y===null)return;let E=ze(y),j=He(y);return j===0?void 0:E/j}function ce(h){let y=f==null?void 0:f.find(E=>E.flowId===h);return y?y.flowState:null}function ze(h){let y=U(h);return y.length===0?0:y.filter(j=>N(h,j.id)===Ne).length}function He(h){return U(h).length}function Y(h){return JSON.parse(t.find(y=>y.slug===h).data)}function fe(h){if(P)return!0;if(h!=null&&h.targetingLogic&&f){let y=f.find(E=>E.flowId===h.slug);if(y)return y.shouldTrigger===!1}return!!(h!=null&&h.targetingLogic&&n&&n.startsWith("guest_"))}function it(h){return!fe($(h))}return{getFlow:$,getFlowData:Y,isLoading:P||M,getStepStatus:N,getFlowSteps:U,getCurrentStepIndex:rt,markStepStarted:te,markStepCompleted:W,markFlowNotStarted:be,markFlowStarted:me,markFlowCompleted:G,markFlowAborted:L,markStepNotStarted:q,getFlowStatus:ce,getNumberOfStepsCompleted:ze,getNumberOfSteps:He,targetingLogicShouldHideFlow:fe,setCustomVariable:I,updateCustomVariables:_,customVariables:i,getStepOptionalProgress:Te,getFlowMetadata:H,isStepBlocked:V,isStepHidden:we,hasActiveFullPageFlow:p,setHasActiveFullPageFlow:d,isFlowAvailableToUser:it}}import{useCallback as pr,useContext as Ys,useEffect as Xs}from"react";var wt="guest_";function No(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:n,shouldGracefullyDegrade:r}=Ys(K),{config:i}=Oe(),{mutateUserFlowState:s}=Be(),p=yt(),{verifySDKInitiated:d}=bt();Xs(()=>{if(e&&!t){if(e.startsWith(wt))return;let c=`frigade-user-registered-${e}`;localStorage.getItem(c)||(p(`${Se}users`,{...i,method:"POST",body:JSON.stringify({foreignId:e})}),localStorage.setItem(c,"true"))}},[e,r,t]);let l=pr(async c=>{d();let m={foreignId:e,properties:c};await p(`${Se}users`,{...i,method:"POST",body:JSON.stringify(m)}),n(b=>({...b,...c})),s()},[e,i,r,s]),u=pr(async(c,m)=>{d();let w={foreignId:e,events:[{event:c,properties:m}]};await p(`${Se}users`,{...i,method:"POST",body:JSON.stringify(w)}),s()},[e,i,s]);return{userId:e,setUserId:o,addPropertiesToUser:l,trackEventForUser:u}}import{v4 as Sa}from"uuid";import $e,{useEffect as fa,useState as ga}from"react";import je,{useEffect as tl}from"react";import no from"styled-components";import Js from"react";import Qs from"styled-components";var dr="fr-",Wt="cfr-";function a(e,t){let o=`${dr}${e}`;if(!t)return o;if(t.styleOverrides&&t.styleOverrides[e]){if(typeof t.styleOverrides[e]=="string")return o+" "+t.styleOverrides[e];if(typeof t.styleOverrides[e]=="object")return o+" "+Wt+e}return o}function F(e){if(!e.className||e.className.indexOf(Wt)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(dr)?"":`:not(${o.map(n=>`.${n}`).join(", ")})`}function Lo(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function at(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Lo(t)}: ${e.styleOverrides[t]};`).join(" "):""}function ge(...e){return e.filter(Boolean).join(" ")}function cr(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Zs=Qs.div`
2
+ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import{ThemeProvider as ba}from"styled-components";import ct,{useContext as Ca,useEffect as yo,useState as jo}from"react";import{useCallback as lt,useContext as Vs,useEffect as Ks}from"react";import Io,{useMemo as Ds}from"react";var sr="1.32.36 ";var Se="https://api.frigade.com/v1/public/",Ee="NOT_STARTED_STEP",Z="COMPLETED_FLOW",oo="ABORTED_FLOW",st="STARTED_FLOW",Ie="NOT_STARTED_FLOW",Ne="COMPLETED_STEP",ro="STARTED_STEP";function Oe(){let{publicApiKey:e,userId:t}=Io.useContext(K);return{config:Ds(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":sr,"X-Frigade-SDK-Platform":"React"}}),[e,t])}}function yt(){let{shouldGracefullyDegrade:e}=Io.useContext(K);return async(t,o)=>{if(e)return console.log(`Skipping ${t} call to Frigade due to error`),to();let n;try{n=await fetch(t,o)}catch(r){return to(r)}return n?n.ok?n:to(n.statusText):to()}}function to(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function bt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=Io.useContext(K);function o(){if(t){console.error("Frigade hooks cannot be used when Frigade SDK has failed to initialize");return}e||console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider")}return{verifySDKInitiated:o}}import{useContext as Hs,useState as lr}from"react";import{useContext as Ms,useEffect as Us,useState as _s}from"react";import Ws from"swr";import{useContext as $s}from"react";function Fe(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:n,completedFlowsToKeepOpenDuringSession:r}=$s(K);function i(c,u=!1){return e[c]??u}function s(c,u){t(b=>({...b,[c]:u}))}function p(c){t(u=>{let{[c]:b,...w}=u;return{...w}})}function d(c){r.includes(c)||n(u=>[...u,c])}function a(c){return r.includes(c)}function f(){return Object.values(e).some(c=>c)||o}return{getOpenFlowState:i,setOpenFlowState:s,resetOpenFlowState:p,hasOpenModals:f,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:a}}var zs="unknown";function Be(){let{config:e}=Oe(),{publicApiKey:t,userId:o,flows:n,setShouldGracefullyDegrade:r}=Ms(K),{resetOpenFlowState:i}=Fe(),[s,p]=_s(!1),d={data:n.map(k=>({flowId:k.id,flowState:Z,lastStepId:null,userId:o,foreignUserId:o,stepStates:{},shouldTrigger:!1}))},a=k=>fetch(k,e).then(x=>{if(x.ok)return x.json();throw new Error("Failed to fetch user flow states")}).catch(x=>(console.log(`Error fetching ${k}: ${x}. Will gracefully degrade and hide Frigade`),r(!0),d)),{data:f,isLoading:c,mutate:u,error:b}=Ws(t&&n&&o?`${Se}userFlowStates?foreignUserId=${encodeURIComponent(o)}`:null,a,{keepPreviousData:!0,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>d,onLoadingSlow:()=>d}),w=f==null?void 0:f.data;Us(()=>{!s&&!c&&w&&p(!0)},[w,s,c]);async function S(k){if(w){let x=w.find(m=>m.flowId===k);x&&x.flowState!==Z&&(x.flowState=Z),await u(Promise.resolve({...f,data:w}),{optimisticData:{...f,data:w},revalidate:!1,rollbackOnError:!1})}}async function g(k,x,m){if(w){let C=w.find(v=>v.flowId===k);C&&(C.stepStates[x]=m,C.flowState=st),await u(Promise.resolve({...f,data:w}),{optimisticData:{...f,data:w},revalidate:!1,rollbackOnError:!1})}}async function P(k,x,m){if(w){let C=w.find(v=>v.flowId===k);C&&(C.lastStepId=x,C.stepStates[x]=m,C.flowState=st),await u({...f,data:w},{optimisticData:{...f,data:w},revalidate:!1,rollbackOnError:!1})}}async function T(k){if(w){let x=w.find(m=>m.flowId===k);x&&x.flowState!==Ie&&(x.flowState=Ie,x.lastStepId=zs,Object.keys(x.stepStates).forEach(m=>{x.stepStates[m].actionType=Ee,x.stepStates[m].createdAt=new Date().toISOString()}),await u({...f,data:w},{optimisticData:{...f,data:w},revalidate:!1,rollbackOnError:!1}),i(k))}}async function B(k,x){if(w){let m=w.find(C=>C.flowId===k);m&&m.stepStates[x]!==Ee&&(m.stepStates[x]=Ee),await u({...f,data:w},{optimisticData:{...f,data:w},revalidate:!1,rollbackOnError:!1})}}return{userFlowStatesData:w,isLoadingUserFlowStateData:!s,mutateUserFlowState:u,optimisticallyMarkFlowCompleted:S,optimisticallyMarkFlowNotStarted:T,optimisticallyMarkStepCompleted:g,optimisticallyMarkStepNotStarted:B,optimisticallyMarkStepStarted:P,error:b}}function _t(){let{config:e}=Oe(),{userFlowStatesData:t,mutateUserFlowState:o}=Be(),{failedFlowResponses:n,setFailedFlowResponses:r,flowResponses:i,setFlowResponses:s}=Hs(K),[p,d]=lr(new Set),[a,f]=lr(new Set),c=yt();function u(S){let g=JSON.stringify(S);if(p.has(g))return null;p.add(g),d(p),a.add(S),f(a);let P=i==null?void 0:i.find(T=>T.flowSlug===S.flowSlug&&T.stepId===S.stepId&&T.actionType===S.actionType&&T.createdAt===S.createdAt);return c(`${Se}flowResponses`,{...e,method:"POST",body:g}).then(T=>{T.status!==200&&T.status!==201?(console.log("Failed to send flow response for step "+S.stepId+". Will retry again later."),r([...n,S])):P||s(B=>[...B??[],S])})}async function b(S){S.foreignUserId&&(S.actionType===st||S.actionType===Ie?await u(S):S.actionType===Z?await u(S):S.actionType===ro?await u(S):S.actionType===Ne?await u(S):S.actionType===oo?await u(S):S.actionType===Ee&&await u(S))}function w(){let S=[];return t==null||t.forEach(g=>{if(g&&g.stepStates&&Object.keys(g.stepStates).length!==0)for(let P in g.stepStates){let T=g.stepStates[P];S.push({foreignUserId:g.foreignUserId,flowSlug:g.flowId,stepId:T.stepId,actionType:T.actionType,data:{},createdAt:new Date(T.createdAt),blocked:T.blocked,hidden:T.hidden})}}),[...S,...i]}return{addResponse:b,setFlowResponses:s,getFlowResponses:w}}import qs from"swr";var js=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,ar=e=>{let t=js.exec(e);if(t===null)return null;let o=null;return t.forEach((n,r)=>{let i=Gs(n,"'","");i.startsWith("flow_")&&(o=i)}),o},Gs=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};function X(){let{config:e}=Oe(),{flows:t,setFlows:o,userId:n,publicApiKey:r,customVariables:i,setCustomVariables:s,hasActiveFullPageFlow:p,setHasActiveFullPageFlow:d,setFlowResponses:a,setShouldGracefullyDegrade:f}=Vs(K),c={data:[]},{verifySDKInitiated:u}=bt(),{addResponse:b,getFlowResponses:w}=_t(),S=h=>fetch(h,e).then(y=>y.ok?y.json():(console.log(`Error fetching ${h} (${y.status}): ${y.statusText}. .Will gracefully degrade and hide Frigade`),f(!0),c)).catch(y=>(console.log(`Error fetching ${h}: ${y}. Will gracefully degrade and hide Frigade`),f(!0),c)),{userFlowStatesData:g,isLoadingUserFlowStateData:P,optimisticallyMarkFlowCompleted:T,optimisticallyMarkFlowNotStarted:B,optimisticallyMarkStepCompleted:k,optimisticallyMarkStepNotStarted:x,optimisticallyMarkStepStarted:m}=Be(),{data:C,error:v,isLoading:M}=qs(r?`${Se}flows`:null,S,{keepPreviousData:!0});Ks(()=>{if(v){console.error(v);return}C&&C.data&&(C.data=o(C.data))},[C,v]);function $(h){if(M)return null;let y=t.find(E=>E.slug===h);return!y&&t.length>0&&!P&&!M?(console.log(`Flow with slug ${h} not found`),null):(y==null?void 0:y.active)===!1?null:y}function U(h){var j;if(!$(h))return[];let y=$(h).data;return y?(y=A(y),(((j=JSON.parse(y))==null?void 0:j.data)??[]).map(le=>{let z=Te(le);return{handleSecondaryButtonClick:()=>{le.skippable===!0&&W(h,le.id,{skipped:!0})},...le,complete:N(h,le.id)===Ne||z>=1,blocked:V(h,le.id),hidden:we(h,le.id),handlePrimaryButtonClick:()=>{(!le.completionCriteria&&(le.autoMarkCompleted||le.autoMarkCompleted===void 0)||le.completionCriteria&&le.autoMarkCompleted===!0)&&W(h,le.id)},progress:z}}).filter(le=>le.hidden!==!0)):[]}function A(h){return h.replace(/\${(.*?)}/g,(y,E)=>i[E]!==void 0?String(i[E]):"")}function H(h){if(!$(h))return[];let y=$(h).data;return y?(y=A(y),JSON.parse(y)??{}):[]}function I(h,y){s(E=>({...E,[h]:y}))}function _(h){!P&&!M&&h&&JSON.stringify(i)!=JSON.stringify({...i,...h})&&Object.keys(h).forEach(y=>{I(y,h[y])})}let te=lt(async(h,y,E)=>{u();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:ro,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await m(h,y,j),b(j))},[n,g]),q=lt(async(h,y,E)=>{u();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:Ee,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await x(h,y),b(j))},[n,g]),W=lt(async(h,y,E)=>{u();let j={foreignUserId:n,flowSlug:h,stepId:y,actionType:Ne,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};oe(j)&&(await k(h,y,j),b(j))},[n,g]),be=lt(async(h,y)=>{if(u(),ce(h)===Ie)return;let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:Ie,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};await B(h),oe(E)&&b(E)},[n,g]),me=lt(async(h,y)=>{u();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:st,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&b(E)},[n,g]),G=lt(async(h,y)=>{u();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:Z,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&(await T(h),b(E))},[n,g]),L=lt(async(h,y)=>{u();let E={foreignUserId:n,flowSlug:h,stepId:"unknown",actionType:oo,data:y??{},createdAt:new Date,blocked:!1,hidden:!1};oe(E)&&(await T(h),b(E))},[n,g]);function oe(h){var y;if(!g&&h.actionType===Ee)return!1;if(g){let E=g.find(j=>j.flowId===h.flowSlug);if(h.actionType===Ee&&(!(E!=null&&E.stepStates[h.stepId])||E.stepStates[h.stepId].actionType===Ee)||E&&((y=E.stepStates[h.stepId])==null?void 0:y.actionType)===h.actionType)return!1}return!0}function N(h,y){let E=ve(h,y);return P?null:E?E.actionType:Ee}function V(h,y){let E=ve(h,y);return E?E.blocked:!1}function we(h,y){let E=ve(h,y);return E?E.hidden:!1}function ve(h,y){if(P)return null;let E=g==null?void 0:g.find(j=>j.flowId===h);return!E||!E.stepStates[y]?null:E.stepStates[y]??null}function St(h){var E;if(P||!g)return null;if(ce(h)===Ie)return U(h)[0]??null;let y=(E=g.find(j=>j.flowId===h))==null?void 0:E.lastStepId;return y?U(h).find(j=>j.id===y):null}function rt(h){let y=St(h);if(!y)return 0;let E=U(h).findIndex(j=>j.id===y.id)??0;return N(h,y.id)===Ne&&E<U(h).length-1?E+1:E}function Te(h){if(!h.completionCriteria)return;let y=ar(h.completionCriteria);if(y===null)return;let E=ze(y),j=He(y);return j===0?void 0:E/j}function ce(h){let y=g==null?void 0:g.find(E=>E.flowId===h);return y?y.flowState:null}function ze(h){let y=U(h);return y.length===0?0:y.filter(j=>N(h,j.id)===Ne).length}function He(h){return U(h).length}function Y(h){return JSON.parse(t.find(y=>y.slug===h).data)}function fe(h){if(P)return!0;if(h!=null&&h.targetingLogic&&g){let y=g.find(E=>E.flowId===h.slug);if(y)return y.shouldTrigger===!1}return!!(h!=null&&h.targetingLogic&&n&&n.startsWith("guest_"))}function it(h){return!fe($(h))}return{getFlow:$,getFlowData:Y,isLoading:P||M,getStepStatus:N,getFlowSteps:U,getCurrentStepIndex:rt,markStepStarted:te,markStepCompleted:W,markFlowNotStarted:be,markFlowStarted:me,markFlowCompleted:G,markFlowAborted:L,markStepNotStarted:q,getFlowStatus:ce,getNumberOfStepsCompleted:ze,getNumberOfSteps:He,targetingLogicShouldHideFlow:fe,setCustomVariable:I,updateCustomVariables:_,customVariables:i,getStepOptionalProgress:Te,getFlowMetadata:H,isStepBlocked:V,isStepHidden:we,hasActiveFullPageFlow:p,setHasActiveFullPageFlow:d,isFlowAvailableToUser:it}}import{useCallback as pr,useContext as Ys,useEffect as Xs}from"react";var wt="guest_";function No(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:n,shouldGracefullyDegrade:r}=Ys(K),{config:i}=Oe(),{mutateUserFlowState:s}=Be(),p=yt(),{verifySDKInitiated:d}=bt();Xs(()=>{if(e&&!t){if(e.startsWith(wt))return;let c=`frigade-user-registered-${e}`;localStorage.getItem(c)||(p(`${Se}users`,{...i,method:"POST",body:JSON.stringify({foreignId:e})}),localStorage.setItem(c,"true"))}},[e,r,t]);let a=pr(async c=>{d();let u={foreignId:e,properties:c};await p(`${Se}users`,{...i,method:"POST",body:JSON.stringify(u)}),n(b=>({...b,...c})),s()},[e,i,r,s]),f=pr(async(c,u)=>{d();let w={foreignId:e,events:[{event:c,properties:u}]};await p(`${Se}users`,{...i,method:"POST",body:JSON.stringify(w)}),s()},[e,i,s]);return{userId:e,setUserId:o,addPropertiesToUser:a,trackEventForUser:f}}import{v4 as Sa}from"uuid";import $e,{useEffect as fa,useState as ga}from"react";import je,{useEffect as tl}from"react";import no from"styled-components";import Js from"react";import Qs from"styled-components";var dr="fr-",Wt="cfr-";function l(e,t){let o=`${dr}${e}`;if(!t)return o;if(t.styleOverrides&&t.styleOverrides[e]){if(typeof t.styleOverrides[e]=="string")return o+" "+t.styleOverrides[e];if(typeof t.styleOverrides[e]=="object")return o+" "+Wt+e}return o}function F(e){if(!e.className||e.className.indexOf(Wt)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(dr)?"":`:not(${o.map(n=>`.${n}`).join(", ")})`}function Lo(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function at(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Lo(t)}: ${e.styleOverrides[t]};`).join(" "):""}function ge(...e){return e.filter(Boolean).join(" ")}function cr(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Zs=Qs.div`
3
3
  display: flex;
4
4
  justify-content: center;
5
5
  position: fixed;
@@ -23,7 +23,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
23
23
  opacity: 1;
24
24
  }
25
25
  }
26
- `,mr=({onClose:e,appearance:t})=>Js.createElement(Zs,{className:a("modalBackground",t),onClick:()=>e()});import io from"react";import Rs from"styled-components";var el=Rs.div`
26
+ `,mr=({onClose:e,appearance:t})=>Js.createElement(Zs,{className:l("modalBackground",t),onClick:()=>e()});import io from"react";import Rs from"styled-components";var el=Rs.div`
27
27
  :hover {
28
28
  opacity: 0.8;
29
29
  }
@@ -92,7 +92,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
92
92
  ::-webkit-scrollbar {
93
93
  display: none;
94
94
  }
95
- `,Je=({onClose:e,visible:t,headerContent:o=null,style:n=null,children:r,appearance:i,dismissible:s=!0})=>(tl(()=>{let p=d=>{d.key==="Escape"&&e()};return document.addEventListener("keydown",p),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",p)}},[e,t]),t?je.createElement(ol,null,je.createElement(mr,{appearance:i,onClose:()=>{s&&e()}}),je.createElement(rl,{appearance:i,className:a("modalContainer",i),styleOverrides:n},s&&je.createElement(nl,{className:a("modalClose",i),onClick:()=>e(),appearance:i},je.createElement(ke,null)),o&&je.createElement(il,null,o),je.createElement(sl,null,r))):je.createElement(je.Fragment,null));import Qe,{useEffect as ll}from"react";import so from"styled-components";import{Portal as al}from"react-portal";var pl=so.div`
95
+ `,Je=({onClose:e,visible:t,headerContent:o=null,style:n=null,children:r,appearance:i,dismissible:s=!0})=>(tl(()=>{let p=d=>{d.key==="Escape"&&e()};return document.addEventListener("keydown",p),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",p)}},[e,t]),t?je.createElement(ol,null,je.createElement(mr,{appearance:i,onClose:()=>{s&&e()}}),je.createElement(rl,{appearance:i,className:l("modalContainer",i),styleOverrides:n},s&&je.createElement(nl,{className:l("modalClose",i),onClick:()=>e(),appearance:i},je.createElement(ke,null)),o&&je.createElement(il,null,o),je.createElement(sl,null,r))):je.createElement(je.Fragment,null));import Qe,{useEffect as ll}from"react";import so from"styled-components";import{Portal as al}from"react-portal";var pl=so.div`
96
96
  ${e=>F(e)} {
97
97
  // Anything inside this block will be ignored if the user provides a custom class
98
98
  background: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
@@ -129,7 +129,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
129
129
  ::-webkit-scrollbar {
130
130
  display: none;
131
131
  }
132
- `,ur=({onClose:e,visible:t,headerContent:o=null,children:n,appearance:r})=>(ll(()=>{let i=s=>{s.key==="Escape"&&e()};return document.addEventListener("keydown",i),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",i)}},[e,t]),t?Qe.createElement(al,null,Qe.createElement(pl,{appearance:r,className:a("cornerModalContainer",r)},Qe.createElement(cl,{className:a("cornerModalClose",r),onClick:()=>e()},Qe.createElement(ke,null)),o&&Qe.createElement(dl,null,o),Qe.createElement(ml,null,n))):Qe.createElement(Qe.Fragment,null));import{useContext as ul}from"react";function J(){let{defaultAppearance:e}=ul(K);function t(o){let n=JSON.parse(JSON.stringify(e));return o?{styleOverrides:Object.assign(n.styleOverrides??{},o.styleOverrides??{}),theme:Object.assign(n.theme,o.theme??{})}:n}return{mergeAppearanceWithDefault:t}}import fo,{useEffect as Fl,useState as Br}from"react";import Ar from"styled-components";import po,{useEffect as fl,useState as Cr}from"react";import Do from"styled-components";import lo from"styled-components";var fr=lo.label`
132
+ `,ur=({onClose:e,visible:t,headerContent:o=null,children:n,appearance:r})=>(ll(()=>{let i=s=>{s.key==="Escape"&&e()};return document.addEventListener("keydown",i),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",i)}},[e,t]),t?Qe.createElement(al,null,Qe.createElement(pl,{appearance:r,className:l("cornerModalContainer",r)},Qe.createElement(cl,{className:l("cornerModalClose",r),onClick:()=>e()},Qe.createElement(ke,null)),o&&Qe.createElement(dl,null,o),Qe.createElement(ml,null,n))):Qe.createElement(Qe.Fragment,null));import{useContext as ul}from"react";function J(){let{defaultAppearance:e}=ul(K);function t(o){let n=JSON.parse(JSON.stringify(e));return o?{styleOverrides:Object.assign(n.styleOverrides??{},o.styleOverrides??{}),theme:Object.assign(n.theme,o.theme??{})}:n}return{mergeAppearanceWithDefault:t}}import fo,{useEffect as Fl,useState as Br}from"react";import Ar from"styled-components";import po,{useEffect as fl,useState as Cr}from"react";import Do from"styled-components";import lo from"styled-components";var fr=lo.label`
133
133
  ${e=>F(e)} {
134
134
  font-size: 14px;
135
135
  line-height: 20px;
@@ -157,7 +157,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
157
157
  align-items: flex-start;
158
158
  justify-content: left;
159
159
  margin-bottom: 10px;
160
- `;import Oo from"react";function Ze({title:e,required:t,appearance:o}){return Oo.createElement(ao,null,t?Oo.createElement(hr,null,"*"):null,Oo.createElement(fr,{className:a("formLabel",o)},e))}import xr from"react";function Tt({title:e,appearance:t}){return e?xr.createElement(ao,null,xr.createElement(gr,{className:a("formSubLabel",t)},e)):null}var gl=Do.div`
160
+ `;import Oo from"react";function Ze({title:e,required:t,appearance:o}){return Oo.createElement(ao,null,t?Oo.createElement(hr,null,"*"):null,Oo.createElement(fr,{className:l("formLabel",o)},e))}import xr from"react";function Tt({title:e,appearance:t}){return e?xr.createElement(ao,null,xr.createElement(gr,{className:l("formSubLabel",t)},e)):null}var gl=Do.div`
161
161
  display: flex;
162
162
  flex-direction: column;
163
163
  width: 100%;
@@ -193,7 +193,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
193
193
  min-height: 70px;
194
194
  box-sizing: border-box;
195
195
  margin-bottom: 10px;
196
- `;function Sr({formInput:e,customFormTypeProps:t,onSaveInputData:o,setFormValidationErrors:n,inputData:r}){let i=e,[s,p]=Cr((r==null?void 0:r.text)||""),[d,l]=Cr(!1),u=$o;fl(()=>{s===""&&!d&&(l(!0),c(""))},[]);function c(b){if(p(b),i.required===!0&&b.trim()===""){n([{id:i.id,message:`${i.title} is required`}]);return}n([]),o({text:b})}i.multiline&&(u=hl);function m(){var b;switch((b=i==null?void 0:i.validation)==null?void 0:b.type){case"email":return"email";case"number":return"number";case"password":return"password"}return null}return po.createElement(gl,null,po.createElement(Ze,{title:i.title,required:i.required,appearance:t.appearance}),po.createElement(u,{className:a("inputComponent",t.appearance),value:s,onChange:b=>{c(b.target.value)},appearance:t.appearance,placeholder:i.placeholder,type:m()}),po.createElement(Tt,{title:i.subtitle,appearance:t.appearance}))}import De,{useEffect as yr,useState as br}from"react";import wr from"styled-components";var xl=wr.div`
196
+ `;function Sr({formInput:e,customFormTypeProps:t,onSaveInputData:o,setFormValidationErrors:n,inputData:r}){let i=e,[s,p]=Cr((r==null?void 0:r.text)||""),[d,a]=Cr(!1),f=$o;fl(()=>{s===""&&!d&&(a(!0),c(""))},[]);function c(b){if(p(b),i.required===!0&&b.trim()===""){n([{id:i.id,message:`${i.title} is required`}]);return}n([]),o({text:b})}i.multiline&&(f=hl);function u(){var b;switch((b=i==null?void 0:i.validation)==null?void 0:b.type){case"email":return"email";case"number":return"number";case"password":return"password"}return null}return po.createElement(gl,null,po.createElement(Ze,{title:i.title,required:i.required,appearance:t.appearance}),po.createElement(f,{className:l("inputComponent",t.appearance),value:s,onChange:b=>{c(b.target.value)},appearance:t.appearance,placeholder:i.placeholder,type:u()}),po.createElement(Tt,{title:i.subtitle,appearance:t.appearance}))}import De,{useEffect as yr,useState as br}from"react";import wr from"styled-components";var xl=wr.div`
197
197
  display: flex;
198
198
  flex-direction: column;
199
199
  width: 100%;
@@ -223,7 +223,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
223
223
  background-repeat: no-repeat;
224
224
  background-size: 1.5em 1.5em;
225
225
  -webkit-print-color-adjust: exact;
226
- `,co="null";function Tr({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:n,setFormValidationErrors:r}){var u,c,m,b,w,S;let i=e,[s,p]=br(((u=n==null?void 0:n.choice)==null?void 0:u[0])||""),[d,l]=br(!1);return yr(()=>{var f,P,T,B;if(s===""&&!d){if(l(!0),i.requireSelection){p(co);return}if(i.defaultValue&&((f=i.props.options)!=null&&f.find(k=>k.id===i.defaultValue))){let k=(P=i.props.options)==null?void 0:P.find(g=>g.id===i.defaultValue);p(k.id),o({choice:[k.id]})}else p(((T=i.props.options)==null?void 0:T[0].id)||""),o({choice:[((B=i.props.options)==null?void 0:B[0].id)||""]})}},[]),yr(()=>{i.requireSelection&&s===co?r([{message:"Please select an option",id:i.id}]):r([])},[s]),De.createElement(xl,null,De.createElement(Ze,{title:i.title,required:!1,appearance:t.appearance}),De.createElement(Cl,{value:s,onChange:f=>{p(f.target.value),o({choice:[f.target.value]})},placeholder:i.placeholder,appearance:t.appearance,className:a("multipleChoiceSelect",t.appearance)},i.requireSelection&&De.createElement("option",{key:co,value:co},"Select an option"),(c=i.props.options)==null?void 0:c.map(f=>De.createElement("option",{key:f.id,value:f.id},f.title))),((b=(m=i.props.options)==null?void 0:m.find(f=>f.id===s))==null?void 0:b.isOpenEnded)&&De.createElement(De.Fragment,null,De.createElement(Ze,{title:((S=(w=i.props.options)==null?void 0:w.find(f=>f.id===s))==null?void 0:S.openEndedLabel)??"Please specify",required:!1,appearance:t.appearance}),De.createElement($o,{type:"text",placeholder:"Enter your answer here",onChange:f=>{o({choice:[f.target.value]})},appearance:t.appearance})),De.createElement(Tt,{title:i.subtitle,appearance:t.appearance}))}import mo,{useEffect as Fr,useState as kr}from"react";import Pr from"styled-components";var Sl=Pr.div`
226
+ `,co="null";function Tr({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:n,setFormValidationErrors:r}){var f,c,u,b,w,S;let i=e,[s,p]=br(((f=n==null?void 0:n.choice)==null?void 0:f[0])||""),[d,a]=br(!1);return yr(()=>{var g,P,T,B;if(s===""&&!d){if(a(!0),i.requireSelection){p(co);return}if(i.defaultValue&&((g=i.props.options)!=null&&g.find(k=>k.id===i.defaultValue))){let k=(P=i.props.options)==null?void 0:P.find(x=>x.id===i.defaultValue);p(k.id),o({choice:[k.id]})}else p(((T=i.props.options)==null?void 0:T[0].id)||""),o({choice:[((B=i.props.options)==null?void 0:B[0].id)||""]})}},[]),yr(()=>{i.requireSelection&&s===co?r([{message:"Please select an option",id:i.id}]):r([])},[s]),De.createElement(xl,null,De.createElement(Ze,{title:i.title,required:!1,appearance:t.appearance}),De.createElement(Cl,{value:s,onChange:g=>{p(g.target.value),o({choice:[g.target.value]})},placeholder:i.placeholder,appearance:t.appearance,className:l("multipleChoiceSelect",t.appearance)},i.requireSelection&&De.createElement("option",{key:co,value:co},"Select an option"),(c=i.props.options)==null?void 0:c.map(g=>De.createElement("option",{key:g.id,value:g.id},g.title))),((b=(u=i.props.options)==null?void 0:u.find(g=>g.id===s))==null?void 0:b.isOpenEnded)&&De.createElement(De.Fragment,null,De.createElement(Ze,{title:((S=(w=i.props.options)==null?void 0:w.find(g=>g.id===s))==null?void 0:S.openEndedLabel)??"Please specify",required:!1,appearance:t.appearance}),De.createElement($o,{type:"text",placeholder:"Enter your answer here",onChange:g=>{o({choice:[g.target.value]})},appearance:t.appearance})),De.createElement(Tt,{title:i.subtitle,appearance:t.appearance}))}import mo,{useEffect as Fr,useState as kr}from"react";import Pr from"styled-components";var Sl=Pr.div`
227
227
  display: flex;
228
228
  flex-direction: column;
229
229
  width: 100%;
@@ -251,7 +251,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
251
251
  height: 60px;
252
252
  padding: 0 18px;
253
253
  margin-bottom: 10px;
254
- `;function vr({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:n}){var l;let r=e,[i,s]=kr((n==null?void 0:n.choice)||[]),[p,d]=kr(!1);return Fr(()=>{i.length==0&&!p&&(d(!0),o({choice:[]}))},[]),Fr(()=>{o({choice:i})},[i]),mo.createElement(Sl,null,mo.createElement(Ze,{title:r.title,required:r.required,appearance:t.appearance}),(l=r.props.options)==null?void 0:l.map(u=>mo.createElement(yl,{appearance:t.appearance,key:u.id,value:u.id,"data-selected":i.includes(u.id),onClick:()=>{if(i.includes(u.id)){s(i.filter(c=>c!==u.id));return}i.length<r.props.maxChoices?s([...i,u.id]):i.length==1&&r.props.maxChoices==1&&s([u.id])}},u.title)),mo.createElement(Tt,{title:r.subtitle,appearance:t.appearance}))}import uo from"react";import Er from"styled-components";import bl from"dompurify";function ae(e){return{__html:bl.sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img"],ALLOWED_ATTR:["style","class","target","id","href","alt","src"]})}}var wl=Er.h1`
254
+ `;function vr({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:n}){var a;let r=e,[i,s]=kr((n==null?void 0:n.choice)||[]),[p,d]=kr(!1);return Fr(()=>{i.length==0&&!p&&(d(!0),o({choice:[]}))},[]),Fr(()=>{o({choice:i})},[i]),mo.createElement(Sl,null,mo.createElement(Ze,{title:r.title,required:r.required,appearance:t.appearance}),(a=r.props.options)==null?void 0:a.map(f=>mo.createElement(yl,{appearance:t.appearance,key:f.id,value:f.id,"data-selected":i.includes(f.id),onClick:()=>{if(i.includes(f.id)){s(i.filter(c=>c!==f.id));return}i.length<r.props.maxChoices?s([...i,f.id]):i.length==1&&r.props.maxChoices==1&&s([f.id])}},f.title)),mo.createElement(Tt,{title:r.subtitle,appearance:t.appearance}))}import uo from"react";import Er from"styled-components";import bl from"dompurify";function ae(e){return{__html:bl.sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img"],ALLOWED_ATTR:["style","class","target","id","href","alt","src"]})}}var wl=Er.h1`
255
255
  ${e=>F(e)} {
256
256
  font-style: normal;
257
257
  font-weight: 600;
@@ -270,7 +270,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
270
270
  line-height: 20px;
271
271
  color: ${e=>e.appearance.theme.colorTextSecondary};
272
272
  }
273
- `;function he({appearance:e,title:t,subtitle:o,size:n="medium"}){return uo.createElement(uo.Fragment,null,uo.createElement(wl,{appearance:e,className:a(`${n}Title`,e),dangerouslySetInnerHTML:ae(t),size:n}),o&&uo.createElement(Tl,{appearance:e,className:a(`${n}Subtitle`,e),dangerouslySetInnerHTML:ae(o),size:n}))}var kl=Ar.div`
273
+ `;function he({appearance:e,title:t,subtitle:o,size:n="medium"}){return uo.createElement(uo.Fragment,null,uo.createElement(wl,{appearance:e,className:l(`${n}Title`,e),dangerouslySetInnerHTML:ae(t),size:n}),o&&uo.createElement(Tl,{appearance:e,className:l(`${n}Subtitle`,e),dangerouslySetInnerHTML:ae(o),size:n}))}var kl=Ar.div`
274
274
  display: flex;
275
275
  flex-direction: column;
276
276
  justify-content: flex-end;
@@ -279,7 +279,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
279
279
  `,Pl=Ar.div`
280
280
  padding-left: 1px;
281
281
  padding-right: 1px;
282
- `,vl={text:Sr,multipleChoice:Tr,multipleChoiceList:vr};function Ir({stepData:e,canContinue:t,setCanContinue:o,onSaveData:n,appearance:r,customFormElements:i}){var S;let s=e.props,[p,d]=Br(b()||{}),[l,u]=Br([]),c={...vl,...i};Fl(()=>{o(l.length===0)},[l,o]);function m(f,P){let T={...p,[f.id]:P};d(T),n(T),window&&window.localStorage&&window.localStorage.setItem(w(),JSON.stringify(T))}function b(){if(window&&window.localStorage){let f=window.localStorage.getItem(w());if(f)return JSON.parse(f)}return{}}function w(){return`frigade-multiInputStepTypeData-${e.id}`}return fo.createElement(Pl,{className:a("multiInput",r)},fo.createElement(he,{appearance:r,title:e.title,subtitle:e.subtitle}),fo.createElement(kl,{className:a("multiInputContainer",r)},(S=s.data)==null?void 0:S.map(f=>c[f.type]?fo.createElement("span",{key:f.id},c[f.type]({formInput:f,customFormTypeProps:{stepData:e,canContinue:t,setCanContinue:o,onSaveData:n,appearance:r},onSaveInputData:P=>{m(f,P)},inputData:p[f.id],setFormValidationErrors:P=>{u(T=>P.length===0?T.filter(B=>B.id!==f.id):[...T,...P])}})):null)))}import Ft from"styled-components";var Nr=Ft.div`
282
+ `,vl={text:Sr,multipleChoice:Tr,multipleChoiceList:vr};function Ir({stepData:e,canContinue:t,setCanContinue:o,onSaveData:n,appearance:r,customFormElements:i}){var S;let s=e.props,[p,d]=Br(b()||{}),[a,f]=Br([]),c={...vl,...i};Fl(()=>{o(a.length===0)},[a,o]);function u(g,P){let T={...p,[g.id]:P};d(T),n(T),window&&window.localStorage&&window.localStorage.setItem(w(),JSON.stringify(T))}function b(){if(window&&window.localStorage){let g=window.localStorage.getItem(w());if(g)return JSON.parse(g)}return{}}function w(){return`frigade-multiInputStepTypeData-${e.id}`}return fo.createElement(Pl,{className:l("multiInput",r)},fo.createElement(he,{appearance:r,title:e.title,subtitle:e.subtitle}),fo.createElement(kl,{className:l("multiInputContainer",r)},(S=s.data)==null?void 0:S.map(g=>c[g.type]?fo.createElement("span",{key:g.id},c[g.type]({formInput:g,customFormTypeProps:{stepData:e,canContinue:t,setCanContinue:o,onSaveData:n,appearance:r},onSaveInputData:P=>{u(g,P)},inputData:p[g.id],setFormValidationErrors:P=>{f(T=>P.length===0?T.filter(B=>B.id!==g.id):[...T,...P])}})):null)))}import Ft from"styled-components";var Nr=Ft.div`
283
283
  align-items: center;
284
284
  display: flex;
285
285
  justify-content: space-between;
@@ -355,7 +355,7 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
355
355
  margin-right: 8px;
356
356
  }
357
357
  }
358
- `,R=({onClick:e,title:t,style:o,disabled:n,type:r="inline",size:i="medium",secondary:s=!1,appearance:p,withMargin:d=!0,classPrefix:l=""})=>{function u(){let c=s?"buttonSecondary":"button";return l===""?c:`${l}${cr(c)}`}return El.createElement(Bl,{secondary:s,appearance:p,disabled:n,onClick:e,style:o,type:r,withMargin:d,size:i,className:a(u(),p)},t)};var _r=({step:e,canContinue:t,appearance:o,onPrimaryClick:n,onSecondaryClick:r,formType:i,selectedStep:s,steps:p,onBack:d,allowBackNavigation:l})=>{let u=i==="inline"?"inline":"full-width";return zt.createElement(Nr,{className:a("formCTAContainer",o)},p.length>1&&s!=0&&l&&zt.createElement(R,{title:"\u2190",onClick:d,secondary:!0,withMargin:!1,type:u,appearance:o}),zt.createElement(Lr,{className:a("ctaWrapper",o)},e.secondaryButtonTitle?zt.createElement(R,{title:e.secondaryButtonTitle,onClick:r,secondary:!0,withMargin:!1,type:u,appearance:o}):null," ",e.primaryButtonTitle?zt.createElement(R,{disabled:!t,withMargin:!1,title:e.primaryButtonTitle,onClick:n,type:u,appearance:o}):null))};import Mo from"react";import Al from"styled-components";var Il=Al.div`
358
+ `,R=({onClick:e,title:t,style:o,disabled:n,type:r="inline",size:i="medium",secondary:s=!1,appearance:p,withMargin:d=!0,classPrefix:a=""})=>{function f(){let c=s?"buttonSecondary":"button";return a===""?c:`${a}${cr(c)}`}return El.createElement(Bl,{secondary:s,appearance:p,disabled:n,onClick:e,style:o,type:r,withMargin:d,size:i,className:l(f(),p)},t)};var _r=({step:e,canContinue:t,appearance:o,onPrimaryClick:n,onSecondaryClick:r,formType:i,selectedStep:s,steps:p,onBack:d,allowBackNavigation:a})=>{let f=i==="inline"?"inline":"full-width";return zt.createElement(Nr,{className:l("formCTAContainer",o)},p.length>1&&s!=0&&a&&zt.createElement(R,{title:"\u2190",onClick:d,secondary:!0,withMargin:!1,type:f,appearance:o}),zt.createElement(Lr,{className:l("ctaWrapper",o)},e.secondaryButtonTitle?zt.createElement(R,{title:e.secondaryButtonTitle,onClick:r,secondary:!0,withMargin:!1,type:f,appearance:o}):null," ",e.primaryButtonTitle?zt.createElement(R,{disabled:!t,withMargin:!1,title:e.primaryButtonTitle,onClick:n,type:f,appearance:o}):null))};import Mo from"react";import Al from"styled-components";var Il=Al.div`
359
359
  text-align: center;
360
360
  `,Wr=({stepCount:e=0,currentStep:t=0,className:o,appearance:n})=>{let{theme:r}=J().mergeAppearanceWithDefault(n);return Mo.createElement(Il,{className:o},Mo.createElement("svg",{width:16*e-8,height:8,viewBox:`0 0 ${16*e-8} 8`,fill:"none"},Array(e).fill(null).map((i,s)=>Mo.createElement("rect",{key:s,x:16*s,y:0,width:8,height:8,rx:4,fill:t===s?r.colorPrimary:"#E6E6E6"}))))};import pt from"react";import kt from"styled-components";import{useContext as Nl}from"react";function re(){let e=Nl(K);function t(r){n(r.primaryButtonUri,r.primaryButtonUriTarget)}function o(r){n(r.secondaryButtonUri,r.secondaryButtonUriTarget)}function n(r,i){if(!r)return;let s=r.startsWith("http")?"_blank":"_self";i&&i!=="_blank"&&(s="_self"),e.navigate(r,s)}return{primaryCTAClickSideEffects:t,secondaryCTAClickSideEffects:o,handleUrl:n}}var Ll=kt.div`
361
361
  display: flex;
@@ -466,9 +466,9 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
466
466
  max-height: 250px;
467
467
  margin-bottom: 24px;
468
468
  }
469
- `;function Hr({stepData:e,appearance:t,setCanContinue:o}){return Vl(()=>{o(!0)},[]),vt.createElement(Kl,{className:a("callToActionContainer",t)},vt.createElement(Yl,{className:a("callToActionTextContainer",t)},vt.createElement(he,{appearance:t,title:e.title,subtitle:e.subtitle})),e.imageUri&&vt.createElement(ql,{className:a("callToActionImage",t),src:e.imageUri}),!e.imageUri&&e.videoUri&&vt.createElement(Xl,{appearance:t,className:a("callToActionVideo",t)},vt.createElement(Pt,{appearance:t,videoUri:e.videoUri})))}import Ge,{useEffect as _o,useState as Wo}from"react";import Gt from"react";import jt from"react";import{motion as Jl}from"framer-motion";var jr=({color:e,percentage:t,size:o})=>{let n=o*.5-2,r=2*Math.PI*n,i=(1-t)*r,s={duration:.3,delay:0,ease:"easeIn"},p={hidden:{strokeDashoffset:r,transition:s},show:{strokeDashoffset:i,transition:s}};return jt.createElement(Jl.circle,{r:n,cx:o*.5,cy:o*.5,fill:"transparent",stroke:i!==r?e:"",strokeWidth:"3px",strokeDasharray:r,strokeDashoffset:t?i:0,variants:p,transition:s,initial:"hidden",animate:"show"})},Ql=({fillColor:e,size:t,percentage:o,children:n,bgColor:r="#D9D9D9",className:i,style:s})=>jt.createElement("svg",{style:s,className:i,width:t,height:t,overflow:"visible"},jt.createElement("g",{transform:`rotate(-90 ${`${t*.5} ${t*.5}`})`},jt.createElement(jr,{color:r,size:t}),jt.createElement(jr,{color:e,percentage:o,size:t})),n),Et=Ql;var Bt={theme:{colorPrimary:"#000000",colorText:"#000000",colorBackground:"#ffffff",colorBackgroundSecondary:"#d2d2d2",colorTextOnPrimaryBackground:"#ffffff",colorTextSecondary:"#505050",colorTextDisabled:"#999999",colorBorder:"#E5E5E5",borderRadius:20}};import Zl from"styled-components";var Rl=({color:e="#FFFFFF"})=>Gt.createElement("svg",{width:10,height:8,viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Gt.createElement("path",{d:"M1 4.34815L3.4618 7L3.4459 6.98287L9 1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),ea={width:"22px",height:"22px",borderRadius:"8px",display:"flex",justifyContent:"center",alignItems:"center"},ta={width:"22px",height:"22px",borderRadius:"40px",display:"flex",justifyContent:"center",alignItems:"center"},oa={border:"1px solid #000000",color:"#FFFFFF"},ra={border:"1px solid #E6E6E6"},ia={color:"#FFFFFF"},na={border:"3px solid #D9D9D9"},sa=e=>e==="square"?ea:ta,la=(e,t)=>e==="square"?t?oa:ra:t?ia:na,aa=Zl.div`
469
+ `;function Hr({stepData:e,appearance:t,setCanContinue:o}){return Vl(()=>{o(!0)},[]),vt.createElement(Kl,{className:l("callToActionContainer",t)},vt.createElement(Yl,{className:l("callToActionTextContainer",t)},vt.createElement(he,{appearance:t,title:e.title,subtitle:e.subtitle})),e.imageUri&&vt.createElement(ql,{className:l("callToActionImage",t),src:e.imageUri}),!e.imageUri&&e.videoUri&&vt.createElement(Xl,{appearance:t,className:l("callToActionVideo",t)},vt.createElement(Pt,{appearance:t,videoUri:e.videoUri})))}import Ge,{useEffect as _o,useState as Wo}from"react";import Gt from"react";import jt from"react";import{motion as Jl}from"framer-motion";var jr=({color:e,percentage:t,size:o})=>{let n=o*.5-2,r=2*Math.PI*n,i=(1-t)*r,s={duration:.3,delay:0,ease:"easeIn"},p={hidden:{strokeDashoffset:r,transition:s},show:{strokeDashoffset:i,transition:s}};return jt.createElement(Jl.circle,{r:n,cx:o*.5,cy:o*.5,fill:"transparent",stroke:i!==r?e:"",strokeWidth:"3px",strokeDasharray:r,strokeDashoffset:t?i:0,variants:p,transition:s,initial:"hidden",animate:"show"})},Ql=({fillColor:e,size:t,percentage:o,children:n,bgColor:r="#D9D9D9",className:i,style:s})=>jt.createElement("svg",{style:s,className:i,width:t,height:t,overflow:"visible"},jt.createElement("g",{transform:`rotate(-90 ${`${t*.5} ${t*.5}`})`},jt.createElement(jr,{color:r,size:t}),jt.createElement(jr,{color:e,percentage:o,size:t})),n),Et=Ql;var Bt={theme:{colorPrimary:"#000000",colorText:"#000000",colorBackground:"#ffffff",colorBackgroundSecondary:"#d2d2d2",colorTextOnPrimaryBackground:"#ffffff",colorTextSecondary:"#505050",colorTextDisabled:"#999999",colorBorder:"#E5E5E5",borderRadius:20}};import Zl from"styled-components";var Rl=({color:e="#FFFFFF"})=>Gt.createElement("svg",{width:10,height:8,viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Gt.createElement("path",{d:"M1 4.34815L3.4618 7L3.4459 6.98287L9 1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),ea={width:"22px",height:"22px",borderRadius:"8px",display:"flex",justifyContent:"center",alignItems:"center"},ta={width:"22px",height:"22px",borderRadius:"40px",display:"flex",justifyContent:"center",alignItems:"center"},oa={border:"1px solid #000000",color:"#FFFFFF"},ra={border:"1px solid #E6E6E6"},ia={color:"#FFFFFF"},na={border:"3px solid #D9D9D9"},sa=e=>e==="square"?ea:ta,la=(e,t)=>e==="square"?t?oa:ra:t?ia:na,aa=Zl.div`
470
470
  ${e=>at(e)}
471
- `,dt=({value:e,type:t="square",primaryColor:o="#000000",progress:n,appearance:r=Bt,style:i,className:s})=>{let p=sa(t),d=la(t,e);return e===!0?p={...p,...d,backgroundColor:o,borderColor:t==="square"?o:"none"}:p={...p,...d},e!==!0&&t==="round"&&n!==void 0&&n!==1?Gt.createElement(Et,{fillColor:o,percentage:n,size:22}):Gt.createElement(aa,{styleOverrides:p,style:i,role:"checkbox",className:ge(a("checkIconContainer",r),a(e?"checkIconContainerChecked":"checkIconContainerUnchecked",r),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&Gt.createElement(Rl,{color:"#FFFFFF"}))};import Re from"styled-components";var Gr=Re.div`
471
+ `,dt=({value:e,type:t="square",primaryColor:o="#000000",progress:n,appearance:r=Bt,style:i,className:s})=>{let p=sa(t),d=la(t,e);return e===!0?p={...p,...d,backgroundColor:o,borderColor:t==="square"?o:"none"}:p={...p,...d},e!==!0&&t==="round"&&n!==void 0&&n!==1?Gt.createElement(Et,{fillColor:o,percentage:n,size:22}):Gt.createElement(aa,{styleOverrides:p,style:i,role:"checkbox",className:ge(l("checkIconContainer",r),l(e?"checkIconContainerChecked":"checkIconContainerUnchecked",r),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&Gt.createElement(Rl,{color:"#FFFFFF"}))};import Re from"styled-components";var Gr=Re.div`
472
472
  width: auto;
473
473
  display: flex;
474
474
  flex-direction: column;
@@ -521,8 +521,8 @@ import mt,{createContext as ya,useEffect as Go,useState as Ae}from"react";import
521
521
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
522
522
  display: flex;
523
523
  align-self: center;
524
- `;var Zr=({stepData:e,setCanContinue:t,onSaveData:o,appearance:n})=>{let r=e.props,[i,s]=Wo([]),[p,d]=Wo(!1),[l,u]=Wo(e.id);return _o(()=>{i.length==0&&!p&&(d(!0),o({choice:[]}))},[p]),_o(()=>{l!==e.id&&(u(e.id),s([]))},[e]),_o(()=>{o({choice:i}),i.length>=r.minChoices?t(!0):t(!1)},[i]),Ge.createElement(Gr,{className:a("selectListContainer",n)},Ge.createElement(Vr,null,Ge.createElement(Kr,{className:a("selectListTitle",n)},e.title),Ge.createElement(qr,{appearance:n,className:a("selectListSubtitle",n)},e.subtitle)),r.options.map((c,m)=>{let b=i.includes(c.id);return Ge.createElement(Yr,{key:`select-item-${m}`,onClick:()=>{if(i.includes(c.id)){s(i.filter(w=>w!==c.id));return}i.length<r.maxChoices?s([...i,c.id]):i.length==1&&r.maxChoices==1&&s([c.id])},hideBottomBorder:m===r.options.length-1,className:a("selectListSelectItem",n)},Ge.createElement(Xr,{className:a("selectListItemImage",n)},c.imageUri&&Ge.createElement(Jr,{src:c.imageUri,alt:`select-icon-${m}`}),Ge.createElement(Qr,{appearance:n,className:a("selectListSelectItemText",n)},c.title)),Ge.createElement(dt,{appearance:n,value:b,primaryColor:n.theme.colorPrimary}))}))};import xe,{useEffect as pa,useState as zo}from"react";import{AnimatePresence as da,motion as ca}from"framer-motion";var ma=({children:e,id:t,shouldWrap:o=!1})=>xe.createElement(xe.Fragment,null,o?xe.createElement(da,{initial:!1},xe.createElement(ca.div,{key:t,initial:{opacity:1,y:"100%"},animate:{opacity:1,y:0},exit:{opacity:0,y:"-100%"},transition:{duration:.5,ease:"easeInOut"},style:{width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:1,overflowY:"auto"}},e)):e),So=({appearance:e,steps:t,selectedStep:o,customStepTypes:n,customVariables:r,onButtonClick:i,onStepCompletion:s,flowId:p,type:d,hideOnFlowCompletion:l,onComplete:u,setVisible:c,setShowModal:m,onDismiss:b,showPagination:w=!1,customFormElements:S,allowBackNavigation:f})=>{let T={...{linkCollection:zr,multiInput:Ir,callToAction:Hr,selectList:Zr},...n},{primaryCTAClickSideEffects:B,secondaryCTAClickSideEffects:k}=re(),[g,x]=zo(!1),[C,v]=zo({}),[M,$]=zo(!1),U=t[o]??null,{markStepCompleted:A,markStepStarted:H,isLoading:I,updateCustomVariables:_,markFlowCompleted:te}=X();pa(()=>{_(r)},[r,I]);function q(){return{data:C[t[o].id]??{},stepId:t[o].id,customVariables:r}}function W(L,oe,N){let V=o+1<t.length?t[o+1]:null;i&&i(L,o,oe,V),s&&s(L,N,V,C,q())}function be(L,oe){v(N=>{let V={};return V[L.id]=oe,{...N,...V}})}function me(L){return L.selectedStep.imageUri?xe.createElement(Mr,{image:L.selectedStep.imageUri,appearance:e,className:a("formContainerSidebarImage",e)}):null}let G=xe.createElement(_r,{step:t[o],canContinue:g||!M,formType:d,selectedStep:o,appearance:e,onPrimaryClick:async()=>{$(!0);let L={...q()};await A(p,t[o].id,L),o+1<t.length&&await H(p,t[o+1].id),W(t[o],"primary",o),o+1>=t.length&&(u&&u(),b&&b(),l&&(c&&c(!1),m(!1)),await te(p)),B(t[o]),$(!1)},onSecondaryClick:()=>{W(t[o],"secondary",o),k(t[o])},onBack:async()=>{o-1>=0&&($(!0),await H(p,t[o-1].id),$(!1))},steps:t,allowBackNavigation:f});return xe.createElement(xe.Fragment,null,xe.createElement(Or,{className:a("formContainer",e)},xe.createElement(Dr,null,xe.createElement(ma,{id:o,shouldWrap:d==="large-modal"},xe.createElement($r,{key:U.id,type:d,className:a("formContent",e)},t.map(L=>{let oe=T[L.type];return U.id!==L.id?null:xe.createElement(oe,{key:L.id,stepData:L,canContinue:g,setCanContinue:x,onSaveData:N=>{be(L,N)},appearance:e,customFormElements:S})}),w&&xe.createElement(Wr,{className:a("formPagination",e),appearance:e,stepCount:t.length,currentStep:o}),G))),d=="large-modal"&&xe.createElement(me,{selectedStep:t[o]})))};import Vt from"react";import{createGlobalStyle as ua}from"styled-components";function ee({appearance:e}){if(!e||!e.styleOverrides)return Vt.createElement(Vt.Fragment,null);let t=Object.entries(e.styleOverrides).filter(([n,r])=>typeof r=="object");if(t.length===0)return Vt.createElement(Vt.Fragment,null);let o=ua`
525
- ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map(([s,p])=>`${Lo(s)}: ${p};`).join(" ")} }`).join(" ")}`;return Vt.createElement(o,{inlineStyles:t})}var Rr=({flowId:e,customStepTypes:t={},type:o="inline",visible:n,setVisible:r,customVariables:i,customFormElements:s,onComplete:p,appearance:d,hideOnFlowCompletion:l=!0,onStepCompletion:u,onButtonClick:c,dismissible:m=!0,endFlowOnDismiss:b=!1,modalPosition:w="center",repeatable:S=!1,onDismiss:f,showPagination:P=!1,allowBackNavigation:T=!1})=>{let{getFlow:B,getFlowSteps:k,isLoading:g,targetingLogicShouldHideFlow:x,getFlowStatus:C,getCurrentStepIndex:v,markFlowCompleted:M,markFlowNotStarted:$}=X(),U=v(e),{mergeAppearanceWithDefault:A}=J(),[H,I]=ga(!1),{setOpenFlowState:_,getOpenFlowState:te}=Fe();d=A(d);let[q,W]=n!==void 0&&r!==void 0?[n,r]:[te(e,!0),L=>_(e,L)];if(fa(()=>{!H&&!g&&(I(!0),C(e)===Z&&S&&$(e),I(!0))},[H,I,g]),g)return null;let be=B(e);if(!be||x(be))return null;let me=k(e);if(!me||n!==void 0&&n===!1||C(e)===Z&&l)return null;let G=()=>{W(!1),f&&f(),b===!0&&M(e)};if(w=="center"&&o==="modal"||o==="large-modal"){let L={padding:"24px"};return o==="large-modal"?(L.width="85%",L.height="90%",L.maxHeight="800px",L.minHeight="500px",L.padding="0"):L.width="400px",$e.createElement(Je,{appearance:d,onClose:G,visible:q,style:L,dismissible:m},$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:p,setVisible:r,setShowModal:W,onDismiss:f,showPagination:P,customFormElements:s,allowBackNavigation:T}))}return o==="modal"&&w!=="center"?$e.createElement(ur,{appearance:d,onClose:G,visible:q},$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:p,setVisible:r,setShowModal:W,onDismiss:f,showPagination:P,customFormElements:s,allowBackNavigation:T})):$e.createElement($e.Fragment,null,$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:p,setVisible:r,setShowModal:W,onDismiss:f,showPagination:P,customFormElements:s,allowBackNavigation:T}))},ei=Rr;import{useCallback as ti,useContext as ha,useEffect as xa}from"react";function Ho(){let{organizationId:e,userId:t,setOrganizationId:o}=ha(K),{mutateUserFlowState:n}=Be(),{config:r}=Oe(),i=yt(),{verifySDKInitiated:s}=bt();xa(()=>{if(t&&e){if(t.startsWith(wt))return;let l=`frigade-user-group-registered-${t}-${e}`;localStorage.getItem(l)||(i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})}),localStorage.setItem(l,"true"))}},[t,e]);let p=ti(async l=>{if(s(),!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let u={foreignUserId:t,foreignUserGroupId:e,properties:l};await i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify(u)}),n()},[e,t,r,n]),d=ti(async(l,u)=>{if(s(),!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let m={foreignUserId:t,foreignUserGroupId:e,events:[{event:l,properties:u}]};await i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify(m)}),n()},[e,t,r,n]);return{organizationId:e,setOrganizationId:o,addPropertiesToOrganization:p,trackEventForOrganization:d}}var oi="xFrigade_guestUserId",ri="xFrigade_userId",ii=({})=>{let{setFlowResponses:e}=_t(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:n}=Be(),{userId:r,setUserId:i}=No(),[s,p]=jo(null),{getFlowStatus:d}=X(),{flows:l,userProperties:u,setIsNewGuestUser:c,flowResponses:m}=Ca(K),[b,w]=jo([]),[S,f]=jo([]),{organizationId:P}=Ho();yo(()=>{if(!o&&t)for(let g=0;g<t.length;g++){let x=t[g],C=l.find(v=>v.slug===(x==null?void 0:x.flowId));if(C&&x&&x.shouldTrigger===!0&&C.type=="FORM"&&C.triggerType==="AUTOMATIC"&&!S.includes(C.slug)){setTimeout(()=>{T(x.flowId)},500);break}}},[o,t]),yo(()=>{m.length>0&&n()},[m]);function T(g){let x=l.find(C=>C.slug===g);x&&x.triggerType==="AUTOMATIC"&&!S.includes(x.slug)&&(f([...S,x.slug]),w([x]))}function B(){if(!r){let g=localStorage.getItem(ri);if(g){i(g);return}let x=localStorage.getItem(oi);if(x){i(x);return}c(!0);let C=wt+Sa();try{localStorage.setItem(oi,C)}catch(v){console.log("Failed to save guest user id locally: Local storage unavailable",v)}i(v=>v||C)}}yo(()=>{try{if(l){let g=[];l.forEach(x=>{if(x.data){let C=x.data.match(/"imageUri":"(.*?)"/g);C&&C.forEach(v=>{let M=v.replace('"imageUri":"',"").replace('"',"");if(g.includes(M))return;let $=new Image;$.src=M,g.push(M)})}})}}catch{}},[l]),yo(()=>{if(r!==s&&e([]),p(r),r&&!r.startsWith(wt))try{localStorage.setItem(ri,r)}catch(g){console.log("Failed to save user id locally: Local storage available",g)}r===null&&setTimeout(()=>{r===null&&B()},50)},[r,l,u]);function k(){return ct.createElement(ct.Fragment,null,b.map(g=>d(g.slug)!==Ie?null:ct.createElement("span",{key:g.slug},ct.createElement(ei,{flowId:g.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return ct.createElement(ct.Fragment,null,ct.createElement(k,null))};import{ErrorBoundary as wa}from"react-error-boundary";var K=ya({publicApiKey:"",setUserId:()=>{},flows:[],setFlows:()=>{},failedFlowResponses:[],setFailedFlowResponses:()=>{},flowResponses:[],setFlowResponses:()=>{},userProperties:{},setUserProperties:()=>{},openFlowStates:{},setOpenFlowStates:()=>{},completedFlowsToKeepOpenDuringSession:[],setCompletedFlowsToKeepOpenDuringSession:()=>{},customVariables:{},setCustomVariables:()=>{},isNewGuestUser:!1,setIsNewGuestUser:()=>{},hasActiveFullPageFlow:!1,setHasActiveFullPageFlow:()=>{},organizationId:"",setOrganizationId:()=>{},navigate:()=>{},defaultAppearance:Bt,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{}}),Ta=({publicApiKey:e,userId:t,organizationId:o,config:n,children:r})=>{var te,q;let[i,s]=Ae(t||null),[p,d]=Ae(o||null),[l,u]=Ae([]),[c,m]=Ae([]),[b,w]=Ae([]),[S,f]=Ae({}),[P,T]=Ae({}),[B,k]=Ae([]),[g,x]=Ae({}),[C,v]=Ae(!1),[M,$]=Ae(!1),[U,A]=Ae(!_(e)),H=(W,be)=>{if(be==="_blank"){window.open(W,"_blank");return}setTimeout(()=>{window.location.href=W},50)},I={theme:{...Bt.theme,...((te=n==null?void 0:n.defaultAppearance)==null?void 0:te.theme)??{}},styleOverrides:{...Bt.styleOverrides,...((q=n==null?void 0:n.defaultAppearance)==null?void 0:q.styleOverrides)??{}}};function _(W){return!!(W&&W.length>10&&W.substring(0,10)==="api_public")}return Go(()=>{t&&s(t)},[t]),Go(()=>{o&&d(o)},[o]),Go(()=>{if(_(e))A(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),A(!0);return}},[e,A]),U?mt.createElement(K.Provider,{value:{publicApiKey:e,userId:i,setUserId:s,setFlows:u,flows:l,failedFlowResponses:c,setFailedFlowResponses:m,flowResponses:b,setFlowResponses:w,userProperties:S,setUserProperties:f,openFlowStates:P,setOpenFlowStates:T,completedFlowsToKeepOpenDuringSession:B,setCompletedFlowsToKeepOpenDuringSession:k,customVariables:g,setCustomVariables:x,isNewGuestUser:C,setIsNewGuestUser:v,hasActiveFullPageFlow:M,setHasActiveFullPageFlow:$,organizationId:p,setOrganizationId:d,navigate:n&&n.navigate?n.navigate:H,defaultAppearance:I,shouldGracefullyDegrade:U,setShouldGracefullyDegrade:A}},r):mt.createElement(wa,{fallback:mt.createElement(mt.Fragment,null,r)},mt.createElement(K.Provider,{value:{publicApiKey:e,userId:i,setUserId:s,setFlows:u,flows:l,failedFlowResponses:c,setFailedFlowResponses:m,flowResponses:b,setFlowResponses:w,userProperties:S,setUserProperties:f,openFlowStates:P,setOpenFlowStates:T,completedFlowsToKeepOpenDuringSession:B,setCompletedFlowsToKeepOpenDuringSession:k,customVariables:g,setCustomVariables:x,isNewGuestUser:C,setIsNewGuestUser:v,hasActiveFullPageFlow:M,setHasActiveFullPageFlow:$,organizationId:p,setOrganizationId:d,navigate:n&&n.navigate?n.navigate:H,defaultAppearance:I,shouldGracefullyDegrade:U,setShouldGracefullyDegrade:A}},mt.createElement(ba,{theme:I.theme},r,mt.createElement(ii,null))))};import yp from"react";import se,{useEffect as Dn,useState as $n}from"react";import Le,{useState as Va}from"react";import gt from"styled-components";import To from"react";import ut from"react";import si from"styled-components";var ni=si.span`
524
+ `;var Zr=({stepData:e,setCanContinue:t,onSaveData:o,appearance:n})=>{let r=e.props,[i,s]=Wo([]),[p,d]=Wo(!1),[a,f]=Wo(e.id);return _o(()=>{i.length==0&&!p&&(d(!0),o({choice:[]}))},[p]),_o(()=>{a!==e.id&&(f(e.id),s([]))},[e]),_o(()=>{o({choice:i}),i.length>=r.minChoices?t(!0):t(!1)},[i]),Ge.createElement(Gr,{className:l("selectListContainer",n)},Ge.createElement(Vr,null,Ge.createElement(Kr,{className:l("selectListTitle",n)},e.title),Ge.createElement(qr,{appearance:n,className:l("selectListSubtitle",n)},e.subtitle)),r.options.map((c,u)=>{let b=i.includes(c.id);return Ge.createElement(Yr,{key:`select-item-${u}`,onClick:()=>{if(i.includes(c.id)){s(i.filter(w=>w!==c.id));return}i.length<r.maxChoices?s([...i,c.id]):i.length==1&&r.maxChoices==1&&s([c.id])},hideBottomBorder:u===r.options.length-1,className:l("selectListSelectItem",n)},Ge.createElement(Xr,{className:l("selectListItemImage",n)},c.imageUri&&Ge.createElement(Jr,{src:c.imageUri,alt:`select-icon-${u}`}),Ge.createElement(Qr,{appearance:n,className:l("selectListSelectItemText",n)},c.title)),Ge.createElement(dt,{appearance:n,value:b,primaryColor:n.theme.colorPrimary}))}))};import xe,{useEffect as pa,useState as zo}from"react";import{AnimatePresence as da,motion as ca}from"framer-motion";var ma=({children:e,id:t,shouldWrap:o=!1})=>xe.createElement(xe.Fragment,null,o?xe.createElement(da,{initial:!1},xe.createElement(ca.div,{key:t,initial:{opacity:1,y:"100%"},animate:{opacity:1,y:0},exit:{opacity:0,y:"-100%"},transition:{duration:.5,ease:"easeInOut"},style:{width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:1,overflowY:"auto"}},e)):e),So=({appearance:e,steps:t,selectedStep:o,customStepTypes:n,customVariables:r,onButtonClick:i,onStepCompletion:s,flowId:p,type:d,hideOnFlowCompletion:a,onComplete:f,setVisible:c,setShowModal:u,onDismiss:b,showPagination:w=!1,customFormElements:S,allowBackNavigation:g})=>{let T={...{linkCollection:zr,multiInput:Ir,callToAction:Hr,selectList:Zr},...n},{primaryCTAClickSideEffects:B,secondaryCTAClickSideEffects:k}=re(),[x,m]=zo(!1),[C,v]=zo({}),[M,$]=zo(!1),U=t[o]??null,{markStepCompleted:A,markStepStarted:H,isLoading:I,updateCustomVariables:_,markFlowCompleted:te}=X();pa(()=>{_(r)},[r,I]);function q(){return{data:C[t[o].id]??{},stepId:t[o].id,customVariables:r}}function W(L,oe,N){let V=o+1<t.length?t[o+1]:null;i&&i(L,o,oe,V),s&&s(L,N,V,C,q())}function be(L,oe){v(N=>{let V={};return V[L.id]=oe,{...N,...V}})}function me(L){return L.selectedStep.imageUri?xe.createElement(Mr,{image:L.selectedStep.imageUri,appearance:e,className:l("formContainerSidebarImage",e)}):null}let G=xe.createElement(_r,{step:t[o],canContinue:x||!M,formType:d,selectedStep:o,appearance:e,onPrimaryClick:async()=>{$(!0);let L={...q()};await A(p,t[o].id,L),o+1<t.length&&await H(p,t[o+1].id),W(t[o],"primary",o),o+1>=t.length&&(f&&f(),b&&b(),a&&(c&&c(!1),u(!1)),await te(p)),B(t[o]),$(!1)},onSecondaryClick:()=>{W(t[o],"secondary",o),k(t[o])},onBack:async()=>{o-1>=0&&($(!0),await H(p,t[o-1].id),$(!1))},steps:t,allowBackNavigation:g});return xe.createElement(xe.Fragment,null,xe.createElement(Or,{className:l("formContainer",e)},xe.createElement(Dr,null,xe.createElement(ma,{id:o,shouldWrap:d==="large-modal"},xe.createElement($r,{key:U.id,type:d,className:l("formContent",e)},t.map(L=>{let oe=T[L.type];return U.id!==L.id?null:xe.createElement(oe,{key:L.id,stepData:L,canContinue:x,setCanContinue:m,onSaveData:N=>{be(L,N)},appearance:e,customFormElements:S})}),w&&xe.createElement(Wr,{className:l("formPagination",e),appearance:e,stepCount:t.length,currentStep:o}),G))),d=="large-modal"&&xe.createElement(me,{selectedStep:t[o]})))};import Vt from"react";import{createGlobalStyle as ua}from"styled-components";function ee({appearance:e}){if(!e||!e.styleOverrides)return Vt.createElement(Vt.Fragment,null);let t=Object.entries(e.styleOverrides).filter(([n,r])=>typeof r=="object");if(t.length===0)return Vt.createElement(Vt.Fragment,null);let o=ua`
525
+ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map(([s,p])=>`${Lo(s)}: ${p};`).join(" ")} }`).join(" ")}`;return Vt.createElement(o,{inlineStyles:t})}var Rr=({flowId:e,customStepTypes:t={},type:o="inline",visible:n,setVisible:r,customVariables:i,customFormElements:s,onComplete:p,appearance:d,hideOnFlowCompletion:a=!0,onStepCompletion:f,onButtonClick:c,dismissible:u=!0,endFlowOnDismiss:b=!1,modalPosition:w="center",repeatable:S=!1,onDismiss:g,showPagination:P=!1,allowBackNavigation:T=!1})=>{let{getFlow:B,getFlowSteps:k,isLoading:x,targetingLogicShouldHideFlow:m,getFlowStatus:C,getCurrentStepIndex:v,markFlowCompleted:M,markFlowNotStarted:$}=X(),U=v(e),{mergeAppearanceWithDefault:A}=J(),[H,I]=ga(!1),{setOpenFlowState:_,getOpenFlowState:te}=Fe();d=A(d);let[q,W]=n!==void 0&&r!==void 0?[n,r]:[te(e,!0),L=>_(e,L)];if(fa(()=>{!H&&!x&&(I(!0),C(e)===Z&&S&&$(e),I(!0))},[H,I,x]),x)return null;let be=B(e);if(!be||m(be))return null;let me=k(e);if(!me||n!==void 0&&n===!1||C(e)===Z&&a)return null;let G=()=>{W(!1),g&&g(),b===!0&&M(e)};if(w=="center"&&o==="modal"||o==="large-modal"){let L={padding:"24px"};return o==="large-modal"?(L.width="85%",L.height="90%",L.maxHeight="800px",L.minHeight="500px",L.padding="0"):L.width="400px",$e.createElement(Je,{appearance:d,onClose:G,visible:q,style:L,dismissible:u},$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:W,onDismiss:g,showPagination:P,customFormElements:s,allowBackNavigation:T}))}return o==="modal"&&w!=="center"?$e.createElement(ur,{appearance:d,onClose:G,visible:q},$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:W,onDismiss:g,showPagination:P,customFormElements:s,allowBackNavigation:T})):$e.createElement($e.Fragment,null,$e.createElement(ee,{appearance:d}),$e.createElement(So,{appearance:d,steps:me,selectedStep:U,customStepTypes:t,customVariables:i,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:W,onDismiss:g,showPagination:P,customFormElements:s,allowBackNavigation:T}))},ei=Rr;import{useCallback as ti,useContext as ha,useEffect as xa}from"react";function Ho(){let{organizationId:e,userId:t,setOrganizationId:o}=ha(K),{mutateUserFlowState:n}=Be(),{config:r}=Oe(),i=yt(),{verifySDKInitiated:s}=bt();xa(()=>{if(t&&e){if(t.startsWith(wt))return;let a=`frigade-user-group-registered-${t}-${e}`;localStorage.getItem(a)||(i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})}),localStorage.setItem(a,"true"))}},[t,e]);let p=ti(async a=>{if(s(),!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let f={foreignUserId:t,foreignUserGroupId:e,properties:a};await i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify(f)}),n()},[e,t,r,n]),d=ti(async(a,f)=>{if(s(),!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let u={foreignUserId:t,foreignUserGroupId:e,events:[{event:a,properties:f}]};await i(`${Se}userGroups`,{...r,method:"POST",body:JSON.stringify(u)}),n()},[e,t,r,n]);return{organizationId:e,setOrganizationId:o,addPropertiesToOrganization:p,trackEventForOrganization:d}}var oi="xFrigade_guestUserId",ri="xFrigade_userId",ii=({})=>{let{setFlowResponses:e}=_t(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:n}=Be(),{userId:r,setUserId:i}=No(),[s,p]=jo(null),{getFlowStatus:d}=X(),{flows:a,userProperties:f,setIsNewGuestUser:c,flowResponses:u}=Ca(K),[b,w]=jo([]),[S,g]=jo([]),{organizationId:P}=Ho();yo(()=>{if(!o&&t)for(let x=0;x<t.length;x++){let m=t[x],C=a.find(v=>v.slug===(m==null?void 0:m.flowId));if(C&&m&&m.shouldTrigger===!0&&C.type=="FORM"&&C.triggerType==="AUTOMATIC"&&!S.includes(C.slug)){setTimeout(()=>{T(m.flowId)},500);break}}},[o,t]),yo(()=>{u.length>0&&n()},[u]);function T(x){let m=a.find(C=>C.slug===x);m&&m.triggerType==="AUTOMATIC"&&!S.includes(m.slug)&&(g([...S,m.slug]),w([m]))}function B(){if(!r){let x=localStorage.getItem(ri);if(x){i(x);return}let m=localStorage.getItem(oi);if(m){i(m);return}c(!0);let C=wt+Sa();try{localStorage.setItem(oi,C)}catch(v){console.log("Failed to save guest user id locally: Local storage unavailable",v)}i(v=>v||C)}}yo(()=>{try{if(a){let x=[];a.forEach(m=>{if(m.data){let C=m.data.match(/"imageUri":"(.*?)"/g);C&&C.forEach(v=>{let M=v.replace('"imageUri":"',"").replace('"',"");if(x.includes(M))return;let $=new Image;$.src=M,x.push(M)})}})}}catch{}},[a]),yo(()=>{if(r!==s&&e([]),p(r),r&&!r.startsWith(wt))try{localStorage.setItem(ri,r)}catch(x){console.log("Failed to save user id locally: Local storage available",x)}r===null&&setTimeout(()=>{r===null&&B()},50)},[r,a,f]);function k(){return ct.createElement(ct.Fragment,null,b.map(x=>d(x.slug)!==Ie?null:ct.createElement("span",{key:x.slug},ct.createElement(ei,{flowId:x.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return ct.createElement(ct.Fragment,null,ct.createElement(k,null))};import{ErrorBoundary as wa}from"react-error-boundary";var K=ya({publicApiKey:"",setUserId:()=>{},flows:[],setFlows:()=>{},failedFlowResponses:[],setFailedFlowResponses:()=>{},flowResponses:[],setFlowResponses:()=>{},userProperties:{},setUserProperties:()=>{},openFlowStates:{},setOpenFlowStates:()=>{},completedFlowsToKeepOpenDuringSession:[],setCompletedFlowsToKeepOpenDuringSession:()=>{},customVariables:{},setCustomVariables:()=>{},isNewGuestUser:!1,setIsNewGuestUser:()=>{},hasActiveFullPageFlow:!1,setHasActiveFullPageFlow:()=>{},organizationId:"",setOrganizationId:()=>{},navigate:()=>{},defaultAppearance:Bt,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{}}),Ta=({publicApiKey:e,userId:t,organizationId:o,config:n,children:r})=>{var te,q;let[i,s]=Ae(t||null),[p,d]=Ae(o||null),[a,f]=Ae([]),[c,u]=Ae([]),[b,w]=Ae([]),[S,g]=Ae({}),[P,T]=Ae({}),[B,k]=Ae([]),[x,m]=Ae({}),[C,v]=Ae(!1),[M,$]=Ae(!1),[U,A]=Ae(!_(e)),H=(W,be)=>{if(be==="_blank"){window.open(W,"_blank");return}setTimeout(()=>{window.location.href=W},50)},I={theme:{...Bt.theme,...((te=n==null?void 0:n.defaultAppearance)==null?void 0:te.theme)??{}},styleOverrides:{...Bt.styleOverrides,...((q=n==null?void 0:n.defaultAppearance)==null?void 0:q.styleOverrides)??{}}};function _(W){return!!(W&&W.length>10&&W.substring(0,10)==="api_public")}return Go(()=>{t&&s(t)},[t]),Go(()=>{o&&d(o)},[o]),Go(()=>{if(_(e))A(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),A(!0);return}},[e,A]),U?mt.createElement(K.Provider,{value:{publicApiKey:e,userId:i,setUserId:s,setFlows:f,flows:a,failedFlowResponses:c,setFailedFlowResponses:u,flowResponses:b,setFlowResponses:w,userProperties:S,setUserProperties:g,openFlowStates:P,setOpenFlowStates:T,completedFlowsToKeepOpenDuringSession:B,setCompletedFlowsToKeepOpenDuringSession:k,customVariables:x,setCustomVariables:m,isNewGuestUser:C,setIsNewGuestUser:v,hasActiveFullPageFlow:M,setHasActiveFullPageFlow:$,organizationId:p,setOrganizationId:d,navigate:n&&n.navigate?n.navigate:H,defaultAppearance:I,shouldGracefullyDegrade:U,setShouldGracefullyDegrade:A}},r):mt.createElement(wa,{fallback:mt.createElement(mt.Fragment,null,r)},mt.createElement(K.Provider,{value:{publicApiKey:e,userId:i,setUserId:s,setFlows:f,flows:a,failedFlowResponses:c,setFailedFlowResponses:u,flowResponses:b,setFlowResponses:w,userProperties:S,setUserProperties:g,openFlowStates:P,setOpenFlowStates:T,completedFlowsToKeepOpenDuringSession:B,setCompletedFlowsToKeepOpenDuringSession:k,customVariables:x,setCustomVariables:m,isNewGuestUser:C,setIsNewGuestUser:v,hasActiveFullPageFlow:M,setHasActiveFullPageFlow:$,organizationId:p,setOrganizationId:d,navigate:n&&n.navigate?n.navigate:H,defaultAppearance:I,shouldGracefullyDegrade:U,setShouldGracefullyDegrade:A}},mt.createElement(ba,{theme:I.theme},r,mt.createElement(ii,null))))};import yp from"react";import se,{useEffect as Dn,useState as $n}from"react";import Le,{useState as Va}from"react";import gt from"styled-components";import To from"react";import ut from"react";import si from"styled-components";var ni=si.span`
526
526
  font-weight: 400;
527
527
  font-size: 15px;
528
528
  line-height: 20px;
@@ -539,7 +539,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
539
539
  padding-bottom: 20px;
540
540
  border-top: 1px solid ${e=>e.theme.colorBorder};
541
541
  width: 100%;
542
- `,bo=({label:e,value:t,labelStyle:o={},labelPosition:n="right",style:r,primaryColor:i="#000000",checkBoxType:s="square",appearance:p})=>ut.createElement(ut.Fragment,null,ut.createElement(Fa,{className:a("checklistStepsContainer",p),appearance:p,style:{...r}},n==="left"&&e&&ut.createElement(ni,{className:a("checklistStepLabel",p),style:o},e),ut.createElement(dt,{appearance:p,value:t,type:s,primaryColor:i}),n==="right"&&e&&ut.createElement(ni,{className:a("checklistStepLabel",p),style:o},e)),ut.createElement(ee,{appearance:p}));import{motion as ka}from"framer-motion";import Kt from"styled-components";var li=Kt.div`
542
+ `,bo=({label:e,value:t,labelStyle:o={},labelPosition:n="right",style:r,primaryColor:i="#000000",checkBoxType:s="square",appearance:p})=>ut.createElement(ut.Fragment,null,ut.createElement(Fa,{className:l("checklistStepsContainer",p),appearance:p,style:{...r}},n==="left"&&e&&ut.createElement(ni,{className:l("checklistStepLabel",p),style:o},e),ut.createElement(dt,{appearance:p,value:t,type:s,primaryColor:i}),n==="right"&&e&&ut.createElement(ni,{className:l("checklistStepLabel",p),style:o},e)),ut.createElement(ee,{appearance:p}));import{motion as ka}from"framer-motion";import Kt from"styled-components";var li=Kt.div`
543
543
  font-weight: 700;
544
544
  font-size: 18px;
545
545
  line-height: 22px;
@@ -567,7 +567,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
567
567
  `,di=Kt.div`
568
568
  flex-direction: row;
569
569
  justify-content: flex-start;
570
- `;var ci=({data:e,index:t,isSelected:o,primaryColor:n,style:r,onClick:i,appearance:s})=>{var p,d;return To.createElement("div",{style:{position:"relative",paddingLeft:"20px"},onClick:()=>{i()}},o&&To.createElement(wo,{className:a("checklistStepItemSelectedIndicator",s),as:ka.div,layoutId:"checklis-step-selected",style:{backgroundColor:((p=s==null?void 0:s.theme)==null?void 0:p.colorPrimary)??n}}),To.createElement(di,{className:a("checklistStepItem",s),key:`hero-checklist-step-${t}`,role:"listitem"},To.createElement(bo,{value:e.complete,labelPosition:"left",label:e.stepName,style:r,primaryColor:((d=s==null?void 0:s.theme)==null?void 0:d.colorPrimary)??n,appearance:s})))};import ft from"react";import{motion as Pa}from"framer-motion";import Vo from"styled-components";var va={backgroundColor:"#E6E6E6"},Ea=Vo.div`
570
+ `;var ci=({data:e,index:t,isSelected:o,primaryColor:n,style:r,onClick:i,appearance:s})=>{var p,d;return To.createElement("div",{style:{position:"relative",paddingLeft:"20px"},onClick:()=>{i()}},o&&To.createElement(wo,{className:l("checklistStepItemSelectedIndicator",s),as:ka.div,layoutId:"checklis-step-selected",style:{backgroundColor:((p=s==null?void 0:s.theme)==null?void 0:p.colorPrimary)??n}}),To.createElement(di,{className:l("checklistStepItem",s),key:`hero-checklist-step-${t}`,role:"listitem"},To.createElement(bo,{value:e.complete,labelPosition:"left",label:e.stepName,style:r,primaryColor:((d=s==null?void 0:s.theme)==null?void 0:d.colorPrimary)??n,appearance:s})))};import ft from"react";import{motion as Pa}from"framer-motion";import Vo from"styled-components";var va={backgroundColor:"#E6E6E6"},Ea=Vo.div`
571
571
  display: flex;
572
572
  flex-direction: ${e=>e.textLocation=="top"?"column":"row"};
573
573
  justify-content: flex-start;
@@ -586,11 +586,11 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
586
586
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
587
587
  margin-bottom: ${e=>e.textLocation=="top"?"8px":"0px"};
588
588
  ${e=>at(e)}
589
- `,Ia={position:"relative",left:0,top:0,width:"100%",minWidth:"40px",height:"10px",borderRadius:"20px"},Na={position:"absolute",left:0,top:0,height:"10px",borderRadius:"20px"},Me=({count:e,total:t,fillColor:o,bgColor:n=va.backgroundColor,display:r="count",textLocation:i="left",style:s={},textStyle:p={},appearance:d})=>{var w,S;if(t===0)return ft.createElement(ft.Fragment,null);let l=e===0?"10px":`${e/t*100}%`,u=r==="compact"?"5px":"10px",c=Math.round(e/t*100),m=r==="compact"?"5px":"20px",b;return r==="count"?b=`${e} of ${t}`:r==="compact"?b=`${c}%`:r==="percent"&&(b=`${c}% complete`),i==="top"&&(m="0px"),ft.createElement(Ea,{className:a("progressBarContainer",d),textLocation:i,styleOverrides:s},ft.createElement(Aa,{className:a("progressBarStepText",d),style:{...p,fontSize:r==="compact"?12:15,fontWeight:r==="compact"?400:500},appearance:d,padding:m,textLocation:i},b),ft.createElement(Ba,{textLocation:i,className:a("progressBar",d)},ft.createElement(Pa.div,{style:{...Na,width:l,height:u,backgroundColor:((w=d==null?void 0:d.theme)==null?void 0:w.colorPrimary)??o,zIndex:r=="compact"?1:5},className:a("progressBarFill",d)}),ft.createElement("div",{className:a("progressBarBackground",d),style:{...Ia,height:u,backgroundColor:((S=d==null?void 0:d.theme)==null?void 0:S.colorSecondary)??n}})))};import Yt from"react";import La from"styled-components";import ko from"react";import Fo from"react";var At=({stepData:e,appearance:t})=>Fo.createElement(Fo.Fragment,null,Fo.createElement(ai,{appearance:t,className:a("checklistStepTitle",t),dangerouslySetInnerHTML:ae(e.title)}),Fo.createElement(pi,{appearance:t,className:a("checklistStepSubtitle",t),dangerouslySetInnerHTML:ae(e.subtitle)}));import qt from"react";var It=({stepData:e,appearance:t})=>{let o=()=>{e.handlePrimaryButtonClick&&e.handlePrimaryButtonClick()},n=()=>{e.handleSecondaryButtonClick&&e.handleSecondaryButtonClick()};return qt.createElement(qt.Fragment,null,qt.createElement(go,null,e.secondaryButtonTitle&&qt.createElement(R,{appearance:t,secondary:!0,title:e.secondaryButtonTitle,onClick:n,style:{width:"auto",marginRight:"12px"}}),qt.createElement(R,{appearance:t,title:e.primaryButtonTitle,onClick:o})))};var Nt=({stepData:e,appearance:t})=>ko.createElement(ko.Fragment,null,ko.createElement(At,{stepData:e,appearance:t}),ko.createElement(It,{stepData:e,appearance:t}));import mi from"react";function ui(e){if(e.videoUri.includes("youtube")){let t=e.videoUri.split("v=")[1],o=t.indexOf("&");return o!==-1&&(t=t.substring(0,o)),mi.createElement("iframe",{width:"480",height:"260",src:`https://www.youtube.com/embed/${t}`,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:a("checklistStepVideo",e.appearance)})}else return mi.createElement("video",{width:"480",height:"260",controls:!0,src:e.videoUri})}var Ko="default",Oa=La.img`
589
+ `,Ia={position:"relative",left:0,top:0,width:"100%",minWidth:"40px",height:"10px",borderRadius:"20px"},Na={position:"absolute",left:0,top:0,height:"10px",borderRadius:"20px"},Me=({count:e,total:t,fillColor:o,bgColor:n=va.backgroundColor,display:r="count",textLocation:i="left",style:s={},textStyle:p={},appearance:d})=>{var w,S;if(t===0)return ft.createElement(ft.Fragment,null);let a=e===0?"10px":`${e/t*100}%`,f=r==="compact"?"5px":"10px",c=Math.round(e/t*100),u=r==="compact"?"5px":"20px",b;return r==="count"?b=`${e} of ${t}`:r==="compact"?b=`${c}%`:r==="percent"&&(b=`${c}% complete`),i==="top"&&(u="0px"),ft.createElement(Ea,{className:l("progressBarContainer",d),textLocation:i,styleOverrides:s},ft.createElement(Aa,{className:l("progressBarStepText",d),style:{...p,fontSize:r==="compact"?12:15,fontWeight:r==="compact"?400:500},appearance:d,padding:u,textLocation:i},b),ft.createElement(Ba,{textLocation:i,className:l("progressBar",d)},ft.createElement(Pa.div,{style:{...Na,width:a,height:f,backgroundColor:((w=d==null?void 0:d.theme)==null?void 0:w.colorPrimary)??o,zIndex:r=="compact"?1:5},className:l("progressBarFill",d)}),ft.createElement("div",{className:l("progressBarBackground",d),style:{...Ia,height:f,backgroundColor:((S=d==null?void 0:d.theme)==null?void 0:S.colorSecondary)??n}})))};import Yt from"react";import La from"styled-components";import ko from"react";import Fo from"react";var At=({stepData:e,appearance:t})=>Fo.createElement(Fo.Fragment,null,Fo.createElement(ai,{appearance:t,className:l("checklistStepTitle",t),dangerouslySetInnerHTML:ae(e.title)}),Fo.createElement(pi,{appearance:t,className:l("checklistStepSubtitle",t),dangerouslySetInnerHTML:ae(e.subtitle)}));import qt from"react";var It=({stepData:e,appearance:t})=>{let o=()=>{e.handlePrimaryButtonClick&&e.handlePrimaryButtonClick()},n=()=>{e.handleSecondaryButtonClick&&e.handleSecondaryButtonClick()};return qt.createElement(qt.Fragment,null,qt.createElement(go,null,e.secondaryButtonTitle&&qt.createElement(R,{appearance:t,secondary:!0,title:e.secondaryButtonTitle,onClick:n,style:{width:"auto",marginRight:"12px"}}),qt.createElement(R,{appearance:t,title:e.primaryButtonTitle,onClick:o})))};var Nt=({stepData:e,appearance:t})=>ko.createElement(ko.Fragment,null,ko.createElement(At,{stepData:e,appearance:t}),ko.createElement(It,{stepData:e,appearance:t}));import mi from"react";function ui(e){if(e.videoUri.includes("youtube")){let t=e.videoUri.split("v=")[1],o=t.indexOf("&");return o!==-1&&(t=t.substring(0,o)),mi.createElement("iframe",{width:"480",height:"260",src:`https://www.youtube.com/embed/${t}`,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:l("checklistStepVideo",e.appearance)})}else return mi.createElement("video",{width:"480",height:"260",controls:!0,src:e.videoUri})}var Ko="default",Oa=La.img`
590
590
  border-radius: 4px;
591
591
  max-height: 260px;
592
592
  min-height: 200px;
593
- `,fi=({stepData:e,appearance:t})=>{if(e!=null&&e.StepContent){let o=e.StepContent;return Yt.createElement("div",null,o)}return Yt.createElement(li,{className:a("checklistStepContent",t)},e.imageUri?Yt.createElement(Oa,{className:a("checklistStepImage",t),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?Yt.createElement(ui,{videoUri:e.videoUri,appearance:t}):null,Yt.createElement(Nt,{stepData:e,appearance:t}))};import Pe,{useRef as Da,useState as $a}from"react";import Lt from"styled-components";var gi=Lt.div`
593
+ `,fi=({stepData:e,appearance:t})=>{if(e!=null&&e.StepContent){let o=e.StepContent;return Yt.createElement("div",null,o)}return Yt.createElement(li,{className:l("checklistStepContent",t)},e.imageUri?Yt.createElement(Oa,{className:l("checklistStepImage",t),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?Yt.createElement(ui,{videoUri:e.videoUri,appearance:t}):null,Yt.createElement(Nt,{stepData:e,appearance:t}))};import Pe,{useRef as Da,useState as $a}from"react";import Lt from"styled-components";var gi=Lt.div`
594
594
  display: block;
595
595
  `,Ma=Lt.div`
596
596
  display: flex;
@@ -691,7 +691,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
691
691
  `,Qa=gt.div`
692
692
  flex: 2;
693
693
  padding: 2rem;
694
- `,Za=({title:e,subtitle:t,steps:o=[],style:n={},selectedStep:r,setSelectedStep:i,className:s="",customStepTypes:p=new Map,appearance:d,type:l})=>{let{mergeAppearanceWithDefault:u}=J();d=u(d);let m={...{[Ko]:fi,[hi]:xi,[Si]:yi},...p},[b,w]=Va(0),S=r??b,f=i??w,P=o.filter(B=>B.complete===!0).length,T=()=>{var B;return!((B=o[S])!=null&&B.type)||!m[o[S].type]?m[Ko]({stepData:o[S],appearance:d}):m[o[S].type]({stepData:o[S],appearance:d})};return Le.createElement(Ka,{type:l,style:n,className:s,appearance:d},Le.createElement(bi,{style:{flex:1}},Le.createElement(bi,{style:{padding:"30px 0px 30px 30px",borderBottom:"none"}},Le.createElement(qa,{className:a("checklistTitle",d),appearance:d},e),Le.createElement(Ya,{className:a("checklistSubtitle",d),appearance:d},t),Le.createElement(Me,{total:o.length,count:P,fillColor:d.theme.colorPrimary,style:{marginTop:"24px"},appearance:d})),Le.createElement(Xa,{className:a("checklistStepsContainer",d)},o.map((B,k)=>Le.createElement(ci,{data:B,index:k,key:k,listLength:o.length,isSelected:k===S,primaryColor:d.theme.colorPrimary,style:{justifyContent:"space-between"},onClick:()=>{f(k)}})))),Le.createElement(Ja,{appearance:d,className:a("checklistDivider",d)}),Le.createElement(Qa,null,Le.createElement(T,null)))},qo=Za;import O,{useState as ip}from"react";import wi from"react";import Ra from"styled-components";var ep=Ra.svg`
694
+ `,Za=({title:e,subtitle:t,steps:o=[],style:n={},selectedStep:r,setSelectedStep:i,className:s="",customStepTypes:p=new Map,appearance:d,type:a})=>{let{mergeAppearanceWithDefault:f}=J();d=f(d);let u={...{[Ko]:fi,[hi]:xi,[Si]:yi},...p},[b,w]=Va(0),S=r??b,g=i??w,P=o.filter(B=>B.complete===!0).length,T=()=>{var B;return!((B=o[S])!=null&&B.type)||!u[o[S].type]?u[Ko]({stepData:o[S],appearance:d}):u[o[S].type]({stepData:o[S],appearance:d})};return Le.createElement(Ka,{type:a,style:n,className:s,appearance:d},Le.createElement(bi,{style:{flex:1}},Le.createElement(bi,{style:{padding:"30px 0px 30px 30px",borderBottom:"none"}},Le.createElement(qa,{className:l("checklistTitle",d),appearance:d},e),Le.createElement(Ya,{className:l("checklistSubtitle",d),appearance:d},t),Le.createElement(Me,{total:o.length,count:P,fillColor:d.theme.colorPrimary,style:{marginTop:"24px"},appearance:d})),Le.createElement(Xa,{className:l("checklistStepsContainer",d)},o.map((B,k)=>Le.createElement(ci,{data:B,index:k,key:k,listLength:o.length,isSelected:k===S,primaryColor:d.theme.colorPrimary,style:{justifyContent:"space-between"},onClick:()=>{g(k)}})))),Le.createElement(Ja,{appearance:d,className:l("checklistDivider",d)}),Le.createElement(Qa,null,Le.createElement(T,null)))},qo=Za;import O,{useState as ip}from"react";import wi from"react";import Ra from"styled-components";var ep=Ra.svg`
695
695
  transition: 'transform 0.35s ease-in-out';
696
696
  `,Ot=({color:e="#323232",style:t,className:o})=>wi.createElement(ep,{width:"7",height:"10",viewBox:"0 0 9 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:t,className:o},wi.createElement("path",{d:"M1 13L7.5 7L0.999999 1",stroke:e,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}));import{motion as np}from"framer-motion";import pe from"styled-components";var Yo={boxShadow:"0px 6px 25px rgba(0, 0, 0, 0.06)",padding:"32px",maxHeight:"700px",msOverflowStyle:"none",scrollbarWidth:"none",paddingBottom:"12px",minHeight:"610px"},Ti=pe.div`
697
697
  max-height: 350px;
@@ -906,7 +906,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
906
906
  line-height: 14px;
907
907
  font-weight: 400;
908
908
  cursor: pointer;
909
- `;var rp=({steps:e,style:t,title:o,primaryColor:n,appearance:r,onButtonClick:i})=>{let{primaryCTAClickSideEffects:s}=re();return qe.createElement(Hi,{style:t,className:a("guideContainer",r)},qe.createElement(Gi,{className:a("guideTitle",r)},o),qe.createElement(ji,{className:a("guideItemContainer",r)},e.map((p,d)=>qe.createElement(Vi,{key:`guide-${p.id??d}`,as:op.div,whileHover:{boxShadow:"0px 2px 8px rgba(0, 0, 0, 0.05)",transition:{duration:.25}},className:a("guideItem",r)},p.icon&&qe.createElement(Ki,{className:a("guideIcon",r)},qe.createElement(qi,null,p.icon)),qe.createElement(Yi,{className:a("guideItemTitle",r),dangerouslySetInnerHTML:ae(p.title)}),qe.createElement(Xi,{className:a("guideItemSubtitle",r),dangerouslySetInnerHTML:ae(p.subtitle)}),qe.createElement(Ji,{className:a("guideItemLink",r),color:n,onClick:()=>{p.primaryButtonUri&&s(p),i&&i(p)}},p.primaryButtonTitle)))))},Xt=rp;var sp=({steps:e,title:t,subtitle:o,stepsTitle:n,visible:r,onClose:i,selectedStep:s,setSelectedStep:p,customStepTypes:d,appearance:l,guideData:u,guideTitle:c,onGuideButtonClick:m})=>{let b=({stepData:x,handleSecondaryCTAClick:C,handleCTAClick:v})=>x?O.createElement(Ni,{className:a("checklistStepContainer",l),"data-testid":"checklistStepContainer"},O.createElement(Li,{appearance:l,className:a("checklistStepTitle",l),dangerouslySetInnerHTML:ae(x.title)}),O.createElement(Oi,{appearance:l,className:a("checklistStepSubtitle",l),dangerouslySetInnerHTML:ae(x.subtitle)}),O.createElement(Di,{className:a("checklistCTAContainer",l)},x.secondaryButtonTitle&&O.createElement(R,{title:x.secondaryButtonTitle,onClick:C,appearance:l,secondary:!0}),O.createElement(R,{title:x.primaryButtonTitle,onClick:v,appearance:l}))):O.createElement(O.Fragment,null),S={...{default:x=>{var $;if(($=e[T])!=null&&$.StepContent){let U=e[T].StepContent;return O.createElement("div",null,U)}let C=e[T];return O.createElement(b,{stepData:x,handleCTAClick:()=>{C.handlePrimaryButtonClick&&C.handlePrimaryButtonClick()},handleSecondaryCTAClick:()=>{C.handleSecondaryButtonClick&&C.handleSecondaryButtonClick()}})}},...d},[f,P]=ip(0),T=s??f,B=p??P,k=()=>{var x;return e?!((x=e[T])!=null&&x.type)||!S[e[T].type]?S.default(e[T]):S[e[T].type]({stepData:e[T],primaryColor:l.theme.colorPrimary}):O.createElement(O.Fragment,null)},g=e.filter(x=>x.complete).length;return r?(l.theme.modalContainer||(l.theme.borderRadius&&(Yo.borderRadius=l.theme.borderRadius+"px"),l.theme.modalContainer=Yo),O.createElement(Je,{onClose:i,visible:r,appearance:l},O.createElement(Wi,null,O.createElement(Fi,null,O.createElement(ki,{appearance:l,className:a("checklistTitle",l)},t),O.createElement(Pi,{appearance:l,className:a("checklistSubtitle",l)},o)),O.createElement(Ti,null,e&&e.length>0&&O.createElement(vi,{className:a("stepsContainer",l)},O.createElement(Ei,null,O.createElement("div",{style:{flex:3}},O.createElement(Bi,{className:a("stepsTitle",l)},n)),O.createElement(_i,null,O.createElement(Me,{fillColor:l.theme.colorPrimary,style:{width:"100%"},count:g,total:e.length,appearance:l}))),O.createElement(Ai,null,O.createElement(Ii,{className:a("checklistStepListContainer",l),appearance:l},e.map((x,C)=>{let v=T===C;return O.createElement($i,{selected:v,className:a(`checklistStepListItem${v?"Selected":""}`,l),key:`checklist-guide-step-${x.id??C}`,disabled:x.blocked,onClick:()=>{x.blocked||B(C)},title:x.blocked?"Finish remaining steps to continue":void 0},v&&O.createElement(wo,{className:a("checklistStepItemSelectedIndicator",l),as:np.div,layoutId:"checklist-step-selected",style:{backgroundColor:l.theme.colorPrimary,borderRadius:0,height:"100%",top:"0%",width:"2px"}}),O.createElement(Mi,{selected:v,className:a(`checklistStepListStepName${v?"Selected":""}`,l)},x.stepName),O.createElement(Ui,null,O.createElement(dt,{value:x.complete,type:"round",primaryColor:l.theme.colorPrimary,progress:x.progress,appearance:l}),O.createElement(zi,null,O.createElement(Ot,{style:{marginLeft:"10px"},color:l.theme.colorBackgroundSecondary}))))})),O.createElement(k,null))),u&&u.length>0&&O.createElement(Xt,{steps:u,title:c,primaryColor:l.theme.colorPrimary,style:{border:"none",boxShadow:"none"},appearance:l,onButtonClick:x=>(m&&m(x),!0)}))))):O.createElement(O.Fragment,null)},Xo=sp;import{useEffect as lp,useState as ap}from"react";var Qi=()=>{let e={isSmall:"(max-width: 480px)",isMedium:"(min-width: 481px) AND (max-width: 1023px)",isLarge:"(min-width: 1025px)"},t=Object.fromEntries(Object.entries(e).map(([p])=>[p,!1])),[o,n]=ap(t),r=null,i=()=>{r!==null?clearTimeout(r):s(),r=setTimeout(()=>{s()},16)},s=()=>{let p=Object.fromEntries(Object.entries(e).map(([d,l])=>{if(!window)return[d,!1];let u=window.matchMedia(l);return u.addEventListener("change",i),[d,u.matches]}));n(p)};return lp(()=>{s()},[]),o};import ye,{useEffect as un,useState as cp}from"react";import de from"react";import{AnimatePresence as pp,motion as dp}from"framer-motion";import Ye from"styled-components";var Zi=Ye.div`
909
+ `;var rp=({steps:e,style:t,title:o,primaryColor:n,appearance:r,onButtonClick:i})=>{let{primaryCTAClickSideEffects:s}=re();return qe.createElement(Hi,{style:t,className:l("guideContainer",r)},qe.createElement(Gi,{className:l("guideTitle",r)},o),qe.createElement(ji,{className:l("guideItemContainer",r)},e.map((p,d)=>qe.createElement(Vi,{key:`guide-${p.id??d}`,as:op.div,whileHover:{boxShadow:"0px 2px 8px rgba(0, 0, 0, 0.05)",transition:{duration:.25}},className:l("guideItem",r)},p.icon&&qe.createElement(Ki,{className:l("guideIcon",r)},qe.createElement(qi,null,p.icon)),qe.createElement(Yi,{className:l("guideItemTitle",r),dangerouslySetInnerHTML:ae(p.title)}),qe.createElement(Xi,{className:l("guideItemSubtitle",r),dangerouslySetInnerHTML:ae(p.subtitle)}),qe.createElement(Ji,{className:l("guideItemLink",r),color:n,onClick:()=>{p.primaryButtonUri&&s(p),i&&i(p)}},p.primaryButtonTitle)))))},Xt=rp;var sp=({steps:e,title:t,subtitle:o,stepsTitle:n,visible:r,onClose:i,selectedStep:s,setSelectedStep:p,customStepTypes:d,appearance:a,guideData:f,guideTitle:c,onGuideButtonClick:u})=>{let b=({stepData:m,handleSecondaryCTAClick:C,handleCTAClick:v})=>m?O.createElement(Ni,{className:l("checklistStepContainer",a),"data-testid":"checklistStepContainer"},O.createElement(Li,{appearance:a,className:l("checklistStepTitle",a),dangerouslySetInnerHTML:ae(m.title)}),O.createElement(Oi,{appearance:a,className:l("checklistStepSubtitle",a),dangerouslySetInnerHTML:ae(m.subtitle)}),O.createElement(Di,{className:l("checklistCTAContainer",a)},m.secondaryButtonTitle&&O.createElement(R,{title:m.secondaryButtonTitle,onClick:C,appearance:a,secondary:!0}),O.createElement(R,{title:m.primaryButtonTitle,onClick:v,appearance:a}))):O.createElement(O.Fragment,null),S={...{default:m=>{var $;if(($=e[T])!=null&&$.StepContent){let U=e[T].StepContent;return O.createElement("div",null,U)}let C=e[T];return O.createElement(b,{stepData:m,handleCTAClick:()=>{C.handlePrimaryButtonClick&&C.handlePrimaryButtonClick()},handleSecondaryCTAClick:()=>{C.handleSecondaryButtonClick&&C.handleSecondaryButtonClick()}})}},...d},[g,P]=ip(0),T=s??g,B=p??P,k=()=>{var m;return e?!((m=e[T])!=null&&m.type)||!S[e[T].type]?S.default(e[T]):S[e[T].type]({stepData:e[T],primaryColor:a.theme.colorPrimary}):O.createElement(O.Fragment,null)},x=e.filter(m=>m.complete).length;return r?(a.theme.modalContainer||(a.theme.borderRadius&&(Yo.borderRadius=a.theme.borderRadius+"px"),a.theme.modalContainer=Yo),O.createElement(Je,{onClose:i,visible:r,appearance:a},O.createElement(Wi,null,O.createElement(Fi,null,O.createElement(ki,{appearance:a,className:l("checklistTitle",a)},t),O.createElement(Pi,{appearance:a,className:l("checklistSubtitle",a)},o)),O.createElement(Ti,null,e&&e.length>0&&O.createElement(vi,{className:l("stepsContainer",a)},O.createElement(Ei,null,O.createElement("div",{style:{flex:3}},O.createElement(Bi,{className:l("stepsTitle",a)},n)),O.createElement(_i,null,O.createElement(Me,{fillColor:a.theme.colorPrimary,style:{width:"100%"},count:x,total:e.length,appearance:a}))),O.createElement(Ai,null,O.createElement(Ii,{className:l("checklistStepListContainer",a),appearance:a},e.map((m,C)=>{let v=T===C;return O.createElement($i,{selected:v,className:l(`checklistStepListItem${v?"Selected":""}`,a),key:`checklist-guide-step-${m.id??C}`,disabled:m.blocked,onClick:()=>{m.blocked||B(C)},title:m.blocked?"Finish remaining steps to continue":void 0},v&&O.createElement(wo,{className:l("checklistStepItemSelectedIndicator",a),as:np.div,layoutId:"checklist-step-selected",style:{backgroundColor:a.theme.colorPrimary,borderRadius:0,height:"100%",top:"0%",width:"2px"}}),O.createElement(Mi,{selected:v,className:l(`checklistStepListStepName${v?"Selected":""}`,a)},m.stepName),O.createElement(Ui,null,O.createElement(dt,{value:m.complete,type:"round",primaryColor:a.theme.colorPrimary,progress:m.progress,appearance:a}),O.createElement(zi,null,O.createElement(Ot,{style:{marginLeft:"10px"},color:a.theme.colorBackgroundSecondary}))))})),O.createElement(k,null))),f&&f.length>0&&O.createElement(Xt,{steps:f,title:c,primaryColor:a.theme.colorPrimary,style:{border:"none",boxShadow:"none"},appearance:a,onButtonClick:m=>(u&&u(m),!0)}))))):O.createElement(O.Fragment,null)},Xo=sp;import{useEffect as lp,useState as ap}from"react";var Qi=()=>{let e={isSmall:"(max-width: 480px)",isMedium:"(min-width: 481px) AND (max-width: 1023px)",isLarge:"(min-width: 1025px)"},t=Object.fromEntries(Object.entries(e).map(([p])=>[p,!1])),[o,n]=ap(t),r=null,i=()=>{r!==null?clearTimeout(r):s(),r=setTimeout(()=>{s()},16)},s=()=>{let p=Object.fromEntries(Object.entries(e).map(([d,a])=>{if(!window)return[d,!1];let f=window.matchMedia(a);return f.addEventListener("change",i),[d,f.matches]}));n(p)};return lp(()=>{s()},[]),o};import ye,{useEffect as un,useState as cp}from"react";import de from"react";import{AnimatePresence as pp,motion as dp}from"framer-motion";import Ye from"styled-components";var Zi=Ye.div`
910
910
  background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
911
911
  border: 1px solid;
912
912
  border-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
@@ -953,7 +953,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
953
953
  flex-direction: row;
954
954
  justify-content: flex-start;
955
955
  align-items: center;
956
- `;var ln=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:n,onSecondaryButtonClick:r,appearance:i,customStepTypes:s})=>{var u,c;let p=t?{}:{transform:"rotate(90deg)"};function d(){return de.createElement(de.Fragment,null,e.imageUri||e.videoUri?de.createElement(Ri,{className:a("stepMediaContainer",i)},e.imageUri?de.createElement(en,{className:a("stepImage",i),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?de.createElement(Pt,{appearance:i,videoUri:e.videoUri}):null):null,de.createElement(nn,{className:a("stepSubtitle",i),appearance:i,dangerouslySetInnerHTML:ae(e.subtitle)}),de.createElement(go,{className:a("checklistCTAContainer",i)},e.secondaryButtonTitle?de.createElement(R,{secondary:!0,title:e.secondaryButtonTitle,onClick:()=>r(),appearance:i}):null,de.createElement(R,{title:e.primaryButtonTitle??"Continue",onClick:()=>n(),appearance:i})))}function l(){if(!s)return null;let m=s[e.type];return m?m(e,i):null}return de.createElement(Zi,{onClick:()=>t?o():null,"data-testid":`step-${e.id}`,className:a("checklistStepContainer",i),appearance:i},de.createElement(tn,{className:a("stepHeader",i)},de.createElement(sn,null,de.createElement(bo,{value:e.complete,style:{width:"auto",borderTop:0},primaryColor:(u=i==null?void 0:i.theme)==null?void 0:u.colorPrimary,appearance:i}),de.createElement(on,{appearance:i,className:a("stepTitle",i),dangerouslySetInnerHTML:ae(e.title)})),de.createElement(rn,{className:a("stepChevronContainer",i),onClick:()=>o()},de.createElement(Ot,{style:{...p,transition:"transform 0.1s ease-in-out"},color:(c=i==null?void 0:i.theme)==null?void 0:c.colorTextSecondary}))),de.createElement(pp,null,!t&&de.createElement(dp.div,{initial:{opacity:1,height:0},animate:{opacity:1,height:"auto"},exit:{opacity:1,height:0},key:e.id,style:{overflow:"hidden"}},l()??d())))};import Dt from"styled-components";var jh=Dt.div`
956
+ `;var ln=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:n,onSecondaryButtonClick:r,appearance:i,customStepTypes:s})=>{var f,c;let p=t?{}:{transform:"rotate(90deg)"};function d(){return de.createElement(de.Fragment,null,e.imageUri||e.videoUri?de.createElement(Ri,{className:l("stepMediaContainer",i)},e.imageUri?de.createElement(en,{className:l("stepImage",i),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?de.createElement(Pt,{appearance:i,videoUri:e.videoUri}):null):null,de.createElement(nn,{className:l("stepSubtitle",i),appearance:i,dangerouslySetInnerHTML:ae(e.subtitle)}),de.createElement(go,{className:l("checklistCTAContainer",i)},e.secondaryButtonTitle?de.createElement(R,{secondary:!0,title:e.secondaryButtonTitle,onClick:()=>r(),appearance:i}):null,de.createElement(R,{title:e.primaryButtonTitle??"Continue",onClick:()=>n(),appearance:i})))}function a(){if(!s)return null;let u=s[e.type];return u?u(e,i):null}return de.createElement(Zi,{onClick:()=>t?o():null,"data-testid":`step-${e.id}`,className:l("checklistStepContainer",i),appearance:i},de.createElement(tn,{className:l("stepHeader",i)},de.createElement(sn,null,de.createElement(bo,{value:e.complete,style:{width:"auto",borderTop:0},primaryColor:(f=i==null?void 0:i.theme)==null?void 0:f.colorPrimary,appearance:i}),de.createElement(on,{appearance:i,className:l("stepTitle",i),dangerouslySetInnerHTML:ae(e.title)})),de.createElement(rn,{className:l("stepChevronContainer",i),onClick:()=>o()},de.createElement(Ot,{style:{...p,transition:"transform 0.1s ease-in-out"},color:(c=i==null?void 0:i.theme)==null?void 0:c.colorTextSecondary}))),de.createElement(pp,null,!t&&de.createElement(dp.div,{initial:{opacity:1,height:0},animate:{opacity:1,height:"auto"},exit:{opacity:1,height:0},key:e.id,style:{overflow:"hidden"}},a()??d())))};import Dt from"styled-components";var jh=Dt.div`
957
957
  background: #ffffff;
958
958
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
959
959
  border-radius: 6px;
@@ -993,7 +993,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
993
993
  justify-content: space-between;
994
994
  background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
995
995
  border-radius: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.borderRadius}}px;
996
- `;var mp=({title:e,subtitle:t,steps:o,onClose:n,visible:r,onCompleteStep:i,autoExpandFirstIncompleteStep:s=!0,autoCollapse:p=!0,autoExpandNextStep:d=!0,primaryColor:l="#000000",selectedStep:u,setSelectedStep:c,appearance:m,type:b,className:w,customStepTypes:S})=>{let f=o.filter(x=>x.complete).length,[P,T]=cp(Array(o.length).fill(!0));un(()=>{let x=[...P];if(s){for(let C=0;C<o.length;C++)if(!o[C].complete){x[C]=!1;break}T(x)}},[]),un(()=>{B(u)},[u]);let B=x=>{let C=[...P];if(p)for(let v=0;v<P.length;++v)v!==x&&(C[v]=!0);C[x]=!C[x],T(C)};if(!r&&b=="modal")return ye.createElement(ye.Fragment,null);let k=ye.createElement(ye.Fragment,null,ye.createElement(an,null,ye.createElement(pn,{appearance:m,className:a("checklistTitle",m),dangerouslySetInnerHTML:ae(e)}),ye.createElement(dn,{appearance:m,className:a("checklistSubtitle",m),dangerouslySetInnerHTML:ae(t)})),ye.createElement(Me,{display:"percent",count:f,total:o.length,fillColor:l,style:{margin:"14px 0px 8px 0px"},appearance:m})),g=ye.createElement(cn,{className:ge(a("checklistContainer",m),w)},o.map((x,C)=>{let v=P[C];return ye.createElement(ln,{appearance:m,stepData:x,collapsed:v,key:`modal-checklist-${x.id??C}`,onClick:()=>{if(u===C){B(C);return}c(C)},onPrimaryButtonClick:()=>{i&&i(C,x),x.handlePrimaryButtonClick&&x.handlePrimaryButtonClick(),d&&!x.completionCriteria&&C<P.length-1&&P[C+1]&&c(C+1)},onSecondaryButtonClick:()=>{x.handleSecondaryButtonClick&&x.handleSecondaryButtonClick()},customStepTypes:S})}));return b==="inline"?ye.createElement(mn,{appearance:m,className:ge(a("checklistInlineContainer",m),w)},k,g):ye.createElement(ye.Fragment,null,ye.createElement(Je,{onClose:n,visible:r,appearance:m,style:{maxWidth:"600px"},headerContent:k},g))},Jo=mp;import ne,{useEffect as Qo,useRef as Cp,useState as xt}from"react";import ht from"react";import ie,{css as fn,keyframes as gn}from"styled-components";var hn=fn`
996
+ `;var mp=({title:e,subtitle:t,steps:o,onClose:n,visible:r,onCompleteStep:i,autoExpandFirstIncompleteStep:s=!0,autoCollapse:p=!0,autoExpandNextStep:d=!0,primaryColor:a="#000000",selectedStep:f,setSelectedStep:c,appearance:u,type:b,className:w,customStepTypes:S})=>{let g=o.filter(m=>m.complete).length,[P,T]=cp(Array(o.length).fill(!0));un(()=>{let m=[...P];if(s){for(let C=0;C<o.length;C++)if(!o[C].complete){m[C]=!1;break}T(m)}},[]),un(()=>{B(f)},[f]);let B=m=>{let C=[...P];if(p)for(let v=0;v<P.length;++v)v!==m&&(C[v]=!0);C[m]=!C[m],T(C)};if(!r&&b=="modal")return ye.createElement(ye.Fragment,null);let k=ye.createElement(ye.Fragment,null,ye.createElement(an,null,ye.createElement(pn,{appearance:u,className:l("checklistTitle",u),dangerouslySetInnerHTML:ae(e)}),ye.createElement(dn,{appearance:u,className:l("checklistSubtitle",u),dangerouslySetInnerHTML:ae(t)})),ye.createElement(Me,{display:"percent",count:g,total:o.length,fillColor:a,style:{margin:"14px 0px 8px 0px"},appearance:u})),x=ye.createElement(cn,{className:ge(l("checklistContainer",u),w)},o.map((m,C)=>{let v=P[C];return ye.createElement(ln,{appearance:u,stepData:m,collapsed:v,key:`modal-checklist-${m.id??C}`,onClick:()=>{if(f===C){B(C);return}c(C)},onPrimaryButtonClick:()=>{i&&i(C,m),m.handlePrimaryButtonClick&&m.handlePrimaryButtonClick(),d&&!m.completionCriteria&&C<P.length-1&&P[C+1]&&c(C+1)},onSecondaryButtonClick:()=>{m.handleSecondaryButtonClick&&m.handleSecondaryButtonClick()},customStepTypes:S})}));return b==="inline"?ye.createElement(mn,{appearance:u,className:ge(l("checklistInlineContainer",u),w)},k,x):ye.createElement(ye.Fragment,null,ye.createElement(Je,{onClose:n,visible:r,appearance:u,style:{maxWidth:"600px"},headerContent:k},x))},Jo=mp;import ne,{useEffect as Qo,useRef as Cp,useState as xt}from"react";import ht from"react";import ie,{css as fn,keyframes as gn}from"styled-components";var hn=fn`
997
997
  border: 1px solid ${({theme:e})=>e.colorBorder};
998
998
  `,up=fn`
999
999
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
@@ -1128,7 +1128,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1128
1128
  color: ${({theme:e})=>e.colorTextSecondary};
1129
1129
  ${e=>e.blocked||e.complete?"opacity: 0.4;":`
1130
1130
  `}
1131
- `;var In=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:n}=J(),{primaryCTAClickSideEffects:r}=re(),{theme:i,styleOverrides:s}=n(o),{imageUri:p=null,subtitle:d=null,title:l=null,complete:u=!1,blocked:c=!1}=e,m=()=>{r(e)};return ht.createElement(wn,{className:a("carouselCard",o),onClick:c?null:m,style:t,blocked:c,complete:u},ht.createElement("div",{style:{alignItems:"flex-start",display:"flex",justifyContent:"space-between"}},p&&ht.createElement(Tn,{className:a("carouselCardImage",o),src:p,alt:l,style:{opacity:u||c?.4:1}}),u&&ht.createElement(vn,{className:a("carouselCompletedPill",o)},ht.createElement(An,{style:{color:"#108E0B"}},"Complete"))),l&&ht.createElement(Bn,{blocked:c,complete:u,className:a("carouselCardTitle",o)},l),d&&ht.createElement(Ue.Quiet,{blocked:c,complete:u,className:a("carouselCardSubtitle",o)},d))};import Jt from"react";var Nn=({numberOfStepsCompleted:e,numberOfSteps:t,appearance:o})=>{let n=t>0?e/t:0,r=200,i=Math.min(r,Math.max(10,Math.round(r*n)));return Jt.createElement(kn,{className:a("carouselProgressBar",o)},Jt.createElement(Pn,{as:Ue.Loud,style:{marginRight:8}},e," of ",t),Jt.createElement("svg",{height:10,width:r},Jt.createElement("rect",{x:0,y:0,rx:5,width:r,height:10,fill:"#E6E6E6"}),Jt.createElement("rect",{x:0,y:0,rx:5,width:i,height:10,fill:"currentColor"})))};var Sp=()=>ne.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ne.createElement("path",{d:"M14 6L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),ne.createElement("path",{d:"M14 18L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),ne.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})),Ln=({side:e="left",show:t=!1,onClick:o=()=>{}})=>{let[n,r]=xt(!1),[i,s]=xt(!1);Qo(()=>{t===!0&&n===!1?r(!0):t===!1&&n===!0&&s(!0)},[t]);let p=()=>{r(!1),s(!1)},d=e=="left"?{top:0,bottom:0,left:-20,transform:"rotate(180deg)"}:{top:0,bottom:0,right:-20};return n?ne.createElement(Sn,{style:d,reversed:i,onAnimationEnd:i?p:null},ne.createElement(yn,{onClick:()=>o(),style:{right:16,top:"calc(50% - 24px)"}},ne.createElement(Sp,null))):null},On=({flowId:e,appearance:t,customVariables:o,className:n})=>{let r=Cp(null),[i,s]=xt(!1),[p,d]=xt(!1),[l,u]=xt(null),[c,m]=xt([]),[b,w]=xt(0),{getFlowMetadata:S,getFlowSteps:f,getNumberOfStepsCompleted:P,updateCustomVariables:T,getFlowStatus:B,isLoading:k,targetingLogicShouldHideFlow:g,getFlow:x}=X();Qo(()=>{T(o)},[o,k]),Qo(()=>{if(k)return;let A=S(e),H=P(e),I=f(e);u(A),A.data!==null&&(m(I.sort((_,te)=>Number(_.complete)-Number(te.complete))),d(I.length>3),w(H))},[k]);let C=[];for(let A=0;A<c.length;A+=3)C.push(c.slice(A,A+3));let v=A=>{let H=A.target,I=H.scrollWidth-H.clientWidth,_=Math.ceil(H.scrollLeft);_>0&&i===!1&&s(!0),_===0&&i===!0&&s(!1),_<I&&p===!1&&d(!0),_===I&&p===!0&&d(!1)},M=(A=!0)=>{let H=A?1:-1;r.current!==null&&r.current.scrollBy({left:r.current.clientWidth*H,behavior:"smooth"})},$=null,U=A=>{$!==null?clearTimeout($):v(A),$=setTimeout(()=>{v(A)},16)};return k?null:ne.createElement(Fn,{className:ge(a("carouselContainer",t),n)},ne.createElement("div",{style:{display:"flex",justifyContent:"space-between",marginBottom:20}},ne.createElement("div",null,ne.createElement(En,{className:a("carouselTitle",t)},l==null?void 0:l.title),ne.createElement(Ue.Quiet,{className:a("carouselSubtitle",t)},l==null?void 0:l.subtitle)),ne.createElement(Nn,{numberOfStepsCompleted:b,numberOfSteps:c.length})),ne.createElement("div",{style:{position:"relative"}},ne.createElement(Ln,{show:i,onClick:()=>M(!1)}),ne.createElement(Ln,{side:"right",show:p,onClick:M}),ne.createElement(xn,{ref:r,onScroll:U},C.map((A,H)=>ne.createElement(Cn,{key:H,style:{flex:`0 0 calc(100% - ${c.length>3?36:0}px)`}},A.map((I,_)=>ne.createElement(In,{key:_,stepData:I,style:{flex:c.length>3?"0 1 calc(33% - 16px * 2 / 3)":1},appearance:t})))))))};var Zo=({flowId:e,title:t,subtitle:o,style:n,initialSelectedStep:r,className:i,type:s="inline",onDismiss:p,visible:d,customVariables:l,onStepCompletion:u,onButtonClick:c,appearance:m,hideOnFlowCompletion:b,setVisible:w,customStepTypes:S,checklistStyle:f="default",autoExpandFirstIncompleteStep:P,autoExpandNextStep:T,...B})=>{let{getFlow:k,getFlowSteps:g,markStepCompleted:x,getStepStatus:C,getNumberOfStepsCompleted:v,isLoading:M,targetingLogicShouldHideFlow:$,updateCustomVariables:U,getFlowMetadata:A,isStepBlocked:H,getFlowStatus:I,hasActiveFullPageFlow:_,setHasActiveFullPageFlow:te}=X(),{primaryCTAClickSideEffects:q,secondaryCTAClickSideEffects:W}=re(),{getOpenFlowState:be,setOpenFlowState:me}=Fe(),[G,L]=$n(r||0),[oe,N]=$n(!1),V=d===void 0?be(e):d,we=s==="modal",{mergeAppearanceWithDefault:ve}=J(),{isLarge:St}=Qi();if(m=ve(m),Dn(()=>{U(l)},[l,M]),Dn(()=>{d!==void 0&&(we&&d===!0?te(!0):we&&d===!1&&te(!1))},[d,w,_]),M)return null;let rt=k(e);if(!rt||$(rt))return null;let Te=g(e);if(!Te||b===!0&&I(e)===Z)return null;let ce=A(e);if(ce!=null&&ce.title&&(t=ce.title),ce!=null&&ce.subtitle&&(o=ce.subtitle),!oe&&r===void 0&&v(e)>0){let z=Math.min(v(e),Te.length-1);L(z),N(!0)}function ze(){if(G+1>=Te.length){we&&me(e,!1);return}H(e,Te[G+1].id)||L(G+1)}function He(z,nt,eo){let nr=G+1<Te.length?Te[G+1]:null;c&&c(z,G,nt,nr)===!0&&we&&h(),u&&u(z,eo,nr),!u&&!c&&(z.primaryButtonUri||z.secondaryButtonUri)&&we&&h()}function Y(){return Te.map((z,nt)=>({...z,handleSecondaryButtonClick:()=>{ze(),W(z),z.skippable===!0&&x(e,z.id,{skipped:!0}),He(z,"secondary",nt)},handlePrimaryButtonClick:()=>{(!z.completionCriteria&&(z.autoMarkCompleted||z.autoMarkCompleted===void 0)||z.completionCriteria&&z.autoMarkCompleted===!0)&&(x(e,z.id),ze()),He(z,"primary",nt),q(z),C(e,z.id)===Ne&&ze()}}))}function fe(){return se.createElement(ee,{appearance:m})}let it={steps:Y(),title:t,subtitle:o,primaryColor:m.theme.colorPrimary,appearance:m,customStepTypes:S,type:s,className:i,autoExpandFirstIncompleteStep:P,autoExpandNextStep:T};function h(){me(e,!1),p&&p(),w&&w(!1)}function y(){return se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(On,{flowId:e,appearance:m,customVariables:l,className:i}))}function E(){return se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(Jo,{visible:V,onClose:()=>{h()},selectedStep:G,setSelectedStep:L,autoExpandNextStep:!0,appearance:m,...it}))}function j(){if(!St)return E();let z=B.guideFlowId,nt;return z&&k(z)&&(nt=g(z)),se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(Xo,{visible:V,stepsTitle:ce.stepsTitle?ce.stepsTitle:"Your quick start guide",onClose:()=>{h()},selectedStep:G,setSelectedStep:L,guideData:nt,guideTitle:B.guideTitle??"Guide",appearance:m,title:t,subtitle:o,onGuideButtonClick:eo=>{He(eo,"link",0)},customStepTypes:S,...it}))}function le(){if(!St)return E();let z=se.createElement(qo,{flowId:e,style:n,selectedStep:G,setSelectedStep:L,appearance:m,type:s,...it});return we?se.createElement(Je,{onClose:()=>{h()},visible:V,appearance:m,style:{paddingTop:"0px",padding:"12px",paddingLeft:0}},se.createElement(fe,null),z):se.createElement(se.Fragment,null,se.createElement(fe,null),z)}switch(f){case"condensed":return E();case"with-guide":return j();case"default":return le();case"carousel":return y();default:return le()}};var bp=e=>yp.createElement(Zo,{type:"inline",...e});import tt,{useEffect as Tp}from"react";import _e from"react";import vo from"styled-components";var Mn=vo.div`
1131
+ `;var In=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:n}=J(),{primaryCTAClickSideEffects:r}=re(),{theme:i,styleOverrides:s}=n(o),{imageUri:p=null,subtitle:d=null,title:a=null,complete:f=!1,blocked:c=!1}=e,u=()=>{r(e)};return ht.createElement(wn,{className:l("carouselCard",o),onClick:c?null:u,style:t,blocked:c,complete:f},ht.createElement("div",{style:{alignItems:"flex-start",display:"flex",justifyContent:"space-between"}},p&&ht.createElement(Tn,{className:l("carouselCardImage",o),src:p,alt:a,style:{opacity:f||c?.4:1}}),f&&ht.createElement(vn,{className:l("carouselCompletedPill",o)},ht.createElement(An,{style:{color:"#108E0B"}},"Complete"))),a&&ht.createElement(Bn,{blocked:c,complete:f,className:l("carouselCardTitle",o)},a),d&&ht.createElement(Ue.Quiet,{blocked:c,complete:f,className:l("carouselCardSubtitle",o)},d))};import Jt from"react";var Nn=({numberOfStepsCompleted:e,numberOfSteps:t,appearance:o})=>{let n=t>0?e/t:0,r=200,i=Math.min(r,Math.max(10,Math.round(r*n)));return Jt.createElement(kn,{className:l("carouselProgressBar",o)},Jt.createElement(Pn,{as:Ue.Loud,style:{marginRight:8}},e," of ",t),Jt.createElement("svg",{height:10,width:r},Jt.createElement("rect",{x:0,y:0,rx:5,width:r,height:10,fill:"#E6E6E6"}),Jt.createElement("rect",{x:0,y:0,rx:5,width:i,height:10,fill:"currentColor"})))};var Sp=()=>ne.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ne.createElement("path",{d:"M14 6L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),ne.createElement("path",{d:"M14 18L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),ne.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})),Ln=({side:e="left",show:t=!1,onClick:o=()=>{}})=>{let[n,r]=xt(!1),[i,s]=xt(!1);Qo(()=>{t===!0&&n===!1?r(!0):t===!1&&n===!0&&s(!0)},[t]);let p=()=>{r(!1),s(!1)},d=e=="left"?{top:0,bottom:0,left:-20,transform:"rotate(180deg)"}:{top:0,bottom:0,right:-20};return n?ne.createElement(Sn,{style:d,reversed:i,onAnimationEnd:i?p:null},ne.createElement(yn,{onClick:()=>o(),style:{right:16,top:"calc(50% - 24px)"}},ne.createElement(Sp,null))):null},On=({flowId:e,appearance:t,customVariables:o,className:n})=>{let r=Cp(null),[i,s]=xt(!1),[p,d]=xt(!1),[a,f]=xt(null),[c,u]=xt([]),[b,w]=xt(0),{getFlowMetadata:S,getFlowSteps:g,getNumberOfStepsCompleted:P,updateCustomVariables:T,getFlowStatus:B,isLoading:k,targetingLogicShouldHideFlow:x,getFlow:m}=X();Qo(()=>{T(o)},[o,k]),Qo(()=>{if(k)return;let A=S(e),H=P(e),I=g(e);f(A),A.data!==null&&(u(I.sort((_,te)=>Number(_.complete)-Number(te.complete))),d(I.length>3),w(H))},[k]);let C=[];for(let A=0;A<c.length;A+=3)C.push(c.slice(A,A+3));let v=A=>{let H=A.target,I=H.scrollWidth-H.clientWidth,_=Math.ceil(H.scrollLeft);_>0&&i===!1&&s(!0),_===0&&i===!0&&s(!1),_<I&&p===!1&&d(!0),_===I&&p===!0&&d(!1)},M=(A=!0)=>{let H=A?1:-1;r.current!==null&&r.current.scrollBy({left:r.current.clientWidth*H,behavior:"smooth"})},$=null,U=A=>{$!==null?clearTimeout($):v(A),$=setTimeout(()=>{v(A)},16)};return k?null:ne.createElement(Fn,{className:ge(l("carouselContainer",t),n)},ne.createElement("div",{style:{display:"flex",justifyContent:"space-between",marginBottom:20}},ne.createElement("div",null,ne.createElement(En,{className:l("carouselTitle",t)},a==null?void 0:a.title),ne.createElement(Ue.Quiet,{className:l("carouselSubtitle",t)},a==null?void 0:a.subtitle)),ne.createElement(Nn,{numberOfStepsCompleted:b,numberOfSteps:c.length})),ne.createElement("div",{style:{position:"relative"}},ne.createElement(Ln,{show:i,onClick:()=>M(!1)}),ne.createElement(Ln,{side:"right",show:p,onClick:M}),ne.createElement(xn,{ref:r,onScroll:U},C.map((A,H)=>ne.createElement(Cn,{key:H,style:{flex:`0 0 calc(100% - ${c.length>3?36:0}px)`}},A.map((I,_)=>ne.createElement(In,{key:_,stepData:I,style:{flex:c.length>3?"0 1 calc(33% - 16px * 2 / 3)":1},appearance:t})))))))};var Zo=({flowId:e,title:t,subtitle:o,style:n,initialSelectedStep:r,className:i,type:s="inline",onDismiss:p,visible:d,customVariables:a,onStepCompletion:f,onButtonClick:c,appearance:u,hideOnFlowCompletion:b,setVisible:w,customStepTypes:S,checklistStyle:g="default",autoExpandFirstIncompleteStep:P,autoExpandNextStep:T,...B})=>{let{getFlow:k,getFlowSteps:x,markStepCompleted:m,getStepStatus:C,getNumberOfStepsCompleted:v,isLoading:M,targetingLogicShouldHideFlow:$,updateCustomVariables:U,getFlowMetadata:A,isStepBlocked:H,getFlowStatus:I,hasActiveFullPageFlow:_,setHasActiveFullPageFlow:te}=X(),{primaryCTAClickSideEffects:q,secondaryCTAClickSideEffects:W}=re(),{getOpenFlowState:be,setOpenFlowState:me}=Fe(),[G,L]=$n(r||0),[oe,N]=$n(!1),V=d===void 0?be(e):d,we=s==="modal",{mergeAppearanceWithDefault:ve}=J(),{isLarge:St}=Qi();if(u=ve(u),Dn(()=>{U(a)},[a,M]),Dn(()=>{d!==void 0&&(we&&d===!0?te(!0):we&&d===!1&&te(!1))},[d,w,_]),M)return null;let rt=k(e);if(!rt||$(rt))return null;let Te=x(e);if(!Te||b===!0&&I(e)===Z)return null;let ce=A(e);if(ce!=null&&ce.title&&(t=ce.title),ce!=null&&ce.subtitle&&(o=ce.subtitle),!oe&&r===void 0&&v(e)>0){let z=Math.min(v(e),Te.length-1);L(z),N(!0)}function ze(){if(G+1>=Te.length){we&&me(e,!1);return}H(e,Te[G+1].id)||L(G+1)}function He(z,nt,eo){let nr=G+1<Te.length?Te[G+1]:null;c&&c(z,G,nt,nr)===!0&&we&&h(),f&&f(z,eo,nr),!f&&!c&&(z.primaryButtonUri||z.secondaryButtonUri)&&we&&h()}function Y(){return Te.map((z,nt)=>({...z,handleSecondaryButtonClick:()=>{ze(),W(z),z.skippable===!0&&m(e,z.id,{skipped:!0}),He(z,"secondary",nt)},handlePrimaryButtonClick:()=>{(!z.completionCriteria&&(z.autoMarkCompleted||z.autoMarkCompleted===void 0)||z.completionCriteria&&z.autoMarkCompleted===!0)&&(m(e,z.id),ze()),He(z,"primary",nt),q(z),C(e,z.id)===Ne&&ze()}}))}function fe(){return se.createElement(ee,{appearance:u})}let it={steps:Y(),title:t,subtitle:o,primaryColor:u.theme.colorPrimary,appearance:u,customStepTypes:S,type:s,className:i,autoExpandFirstIncompleteStep:P,autoExpandNextStep:T};function h(){me(e,!1),p&&p(),w&&w(!1)}function y(){return se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(On,{flowId:e,appearance:u,customVariables:a,className:i}))}function E(){return se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(Jo,{visible:V,onClose:()=>{h()},selectedStep:G,setSelectedStep:L,autoExpandNextStep:!0,appearance:u,...it}))}function j(){if(!St)return E();let z=B.guideFlowId,nt;return z&&k(z)&&(nt=x(z)),se.createElement(se.Fragment,null,se.createElement(fe,null),se.createElement(Xo,{visible:V,stepsTitle:ce.stepsTitle?ce.stepsTitle:"Your quick start guide",onClose:()=>{h()},selectedStep:G,setSelectedStep:L,guideData:nt,guideTitle:B.guideTitle??"Guide",appearance:u,title:t,subtitle:o,onGuideButtonClick:eo=>{He(eo,"link",0)},customStepTypes:S,...it}))}function le(){if(!St)return E();let z=se.createElement(qo,{flowId:e,style:n,selectedStep:G,setSelectedStep:L,appearance:u,type:s,...it});return we?se.createElement(Je,{onClose:()=>{h()},visible:V,appearance:u,style:{paddingTop:"0px",padding:"12px",paddingLeft:0}},se.createElement(fe,null),z):se.createElement(se.Fragment,null,se.createElement(fe,null),z)}switch(g){case"condensed":return E();case"with-guide":return j();case"default":return le();case"carousel":return y();default:return le()}};var bp=e=>yp.createElement(Zo,{type:"inline",...e});import tt,{useEffect as Tp}from"react";import _e from"react";import vo from"styled-components";var Mn=vo.div`
1132
1132
  border: 1px solid ${e=>e.appearance.theme.colorBorder};
1133
1133
  border-radius: 8px;
1134
1134
  padding: 6px 10px 6px 10px;
@@ -1155,7 +1155,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1155
1155
  display: flex;
1156
1156
  height: 100%;
1157
1157
  align-items: center;
1158
- `;import{motion as wp}from"framer-motion";var zn=({title:e,count:t,total:o,onClick:n,style:r={},className:i,appearance:s,type:p="default"})=>_e.createElement(_e.Fragment,null,_e.createElement(ee,{appearance:s}),_e.createElement(Mn,{as:wp.div,whileHover:{opacity:.9},whileTap:{scale:.98},onClick:()=>n!==void 0&&n(),style:{...p=="condensed"?{display:"flex",justifyContent:"space-between"}:{},...r},className:ge(i??"",a("progressRingContainer",s)),appearance:s},p=="condensed"&&o&&o!==0&&_e.createElement(Wn,{className:a("progressRingContainer",s)},_e.createElement(Et,{size:19,percentage:t/o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary})),_e.createElement(Un,{type:p,className:a("badgeTitleContainer",s)},_e.createElement(_n,{type:p,appearance:s,className:a("badgeTitle",s)},e),n!==void 0&&_e.createElement(Ot,{className:a("badgeChevron",s),color:s.theme.colorPrimary})),p=="default"&&o&&o!==0&&_e.createElement(Me,{display:"compact",count:t,total:o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary,style:{width:"100%"},appearance:s})));import et from"react";import Qt from"styled-components";var Hn=Qt.div`
1158
+ `;import{motion as wp}from"framer-motion";var zn=({title:e,count:t,total:o,onClick:n,style:r={},className:i,appearance:s,type:p="default"})=>_e.createElement(_e.Fragment,null,_e.createElement(ee,{appearance:s}),_e.createElement(Mn,{as:wp.div,whileHover:{opacity:.9},whileTap:{scale:.98},onClick:()=>n!==void 0&&n(),style:{...p=="condensed"?{display:"flex",justifyContent:"space-between"}:{},...r},className:ge(i??"",l("progressRingContainer",s)),appearance:s},p=="condensed"&&o&&o!==0&&_e.createElement(Wn,{className:l("progressRingContainer",s)},_e.createElement(Et,{size:19,percentage:t/o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary})),_e.createElement(Un,{type:p,className:l("badgeTitleContainer",s)},_e.createElement(_n,{type:p,appearance:s,className:l("badgeTitle",s)},e),n!==void 0&&_e.createElement(Ot,{className:l("badgeChevron",s),color:s.theme.colorPrimary})),p=="default"&&o&&o!==0&&_e.createElement(Me,{display:"compact",count:t,total:o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary,style:{width:"100%"},appearance:s})));import et from"react";import Qt from"styled-components";var Hn=Qt.div`
1159
1159
  display: flex;
1160
1160
  flex-direction: row;
1161
1161
  width: 100%;
@@ -1193,7 +1193,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1193
1193
  :hover {
1194
1194
  opacity: 0.8;
1195
1195
  }
1196
- `;var Kn=({title:e,subtitle:t,icon:o,appearance:n,count:r,total:i,className:s,style:p})=>et.createElement(et.Fragment,null,et.createElement(Hn,{appearance:n,className:ge(a("fullWidthProgressBadgeContainer",n),s??""),style:p},o&&et.createElement(jn,{className:a("fullWidthProgressBadgeIcon",n)},o),et.createElement(Gn,null,et.createElement(he,{size:"small",appearance:n,title:e,subtitle:t})),et.createElement(Vn,{className:a("fullWidthProgressBadgeProgressContainer",n)},et.createElement(Me,{count:r,total:i,display:"percent",textLocation:"top",fillColor:n.theme.colorPrimary}))));var Fp=({flowId:e,title:t,subtitle:o,icon:n,style:r,onClick:i,className:s,customVariables:p,hideOnFlowCompletion:d,appearance:l,type:u="default"})=>{let{getFlow:c,getFlowSteps:m,getFlowStatus:b,getNumberOfStepsCompleted:w,isLoading:S,targetingLogicShouldHideFlow:f,updateCustomVariables:P}=X(),{mergeAppearanceWithDefault:T}=J();l=T(l);let{setOpenFlowState:B,getOpenFlowState:k}=Fe();if(Tp(()=>{P(p)},[p,S]),S)return null;let g=c(e);if(!g||f(g)||d===!0&&b(e)===Z)return null;let x=m(e),C=w(e);return u==="full-width"?tt.createElement(tt.Fragment,null,tt.createElement(ee,{appearance:l}),tt.createElement(Kn,{title:t,subtitle:o,count:C,total:x.length,style:r,className:s,appearance:l,icon:n,onClick:()=>{}})):tt.createElement(tt.Fragment,null,tt.createElement(ee,{appearance:l}),tt.createElement(zn,{count:C,total:x.length,title:t,style:r,onClick:()=>{B(e,!0),i&&i()},type:u,className:s,appearance:l}))};import kp from"react";var Pp=({flowId:e,style:t,appearance:o,...n})=>{let{getFlow:r,targetingLogicShouldHideFlow:i,getFlowSteps:s}=X(),{mergeAppearanceWithDefault:p}=J();o=p(o);let d=r(e);if(!d||i(d))return null;let l=s(e);return kp.createElement(Xt,{steps:l,style:t,appearance:o,...n})};import Mt,{useContext as Up,useEffect as _p}from"react";import D,{useEffect as Eo,useLayoutEffect as rs,useRef as Ip,useState as Zt}from"react";import Rt from"styled-components";import{useCallback as vp,useEffect as Ep,useState as Bp}from"react";var Ro=(e,t,o,n={x:20,y:20},r)=>{let i=r=="fixed"?0:window.scrollY,s=r=="fixed"?0:window.scrollX;return!e||!e.left||!e.top?{x:0,y:0}:t==="left"?{x:e.left-o+n.x+s,y:e.top-n.y+i}:t==="right"?{x:e.left+e.width+n.x+s,y:e.top-n.y+i}:{x:0,y:0}},qn={bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0};function Ap(e){let t=qn;return e&&(t=e.getBoundingClientRect()),t}function Yn(e,t){let[o,n]=Bp(qn),r=vp(()=>{e&&n(Ap(e))},[e]);return Ep(()=>(r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[e,t]),o}import ot from"styled-components";var Xn=ot.div`
1196
+ `;var Kn=({title:e,subtitle:t,icon:o,appearance:n,count:r,total:i,className:s,style:p})=>et.createElement(et.Fragment,null,et.createElement(Hn,{appearance:n,className:ge(l("fullWidthProgressBadgeContainer",n),s??""),style:p},o&&et.createElement(jn,{className:l("fullWidthProgressBadgeIcon",n)},o),et.createElement(Gn,null,et.createElement(he,{size:"small",appearance:n,title:e,subtitle:t})),et.createElement(Vn,{className:l("fullWidthProgressBadgeProgressContainer",n)},et.createElement(Me,{count:r,total:i,display:"percent",textLocation:"top",fillColor:n.theme.colorPrimary}))));var Fp=({flowId:e,title:t,subtitle:o,icon:n,style:r,onClick:i,className:s,customVariables:p,hideOnFlowCompletion:d,appearance:a,type:f="default"})=>{let{getFlow:c,getFlowSteps:u,getFlowStatus:b,getNumberOfStepsCompleted:w,isLoading:S,targetingLogicShouldHideFlow:g,updateCustomVariables:P}=X(),{mergeAppearanceWithDefault:T}=J();a=T(a);let{setOpenFlowState:B,getOpenFlowState:k}=Fe();if(Tp(()=>{P(p)},[p,S]),S)return null;let x=c(e);if(!x||g(x)||d===!0&&b(e)===Z)return null;let m=u(e),C=w(e);return f==="full-width"?tt.createElement(tt.Fragment,null,tt.createElement(ee,{appearance:a}),tt.createElement(Kn,{title:t,subtitle:o,count:C,total:m.length,style:r,className:s,appearance:a,icon:n,onClick:()=>{}})):tt.createElement(tt.Fragment,null,tt.createElement(ee,{appearance:a}),tt.createElement(zn,{count:C,total:m.length,title:t,style:r,onClick:()=>{B(e,!0),i&&i()},type:f,className:s,appearance:a}))};import kp from"react";var Pp=({flowId:e,style:t,appearance:o,...n})=>{let{getFlow:r,targetingLogicShouldHideFlow:i,getFlowSteps:s}=X(),{mergeAppearanceWithDefault:p}=J();o=p(o);let d=r(e);if(!d||i(d))return null;let a=s(e);return kp.createElement(Xt,{steps:a,style:t,appearance:o,...n})};import Mt,{useContext as Up,useEffect as _p}from"react";import D,{useEffect as Eo,useLayoutEffect as rs,useRef as Ip,useState as Zt}from"react";import Rt from"styled-components";import{useCallback as vp,useEffect as Ep,useState as Bp}from"react";var Ro=(e,t,o,n={x:20,y:20},r)=>{let i=r=="fixed"?0:window.scrollY,s=r=="fixed"?0:window.scrollX;return!e||!e.left||!e.top?{x:0,y:0}:t==="left"?{x:e.left-o+n.x+s,y:e.top-n.y+i}:t==="right"?{x:e.left+e.width+n.x+s,y:e.top-n.y+i}:{x:0,y:0}},qn={bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0};function Ap(e){let t=qn;return e&&(t=e.getBoundingClientRect()),t}function Yn(e,t){let[o,n]=Bp(qn),r=vp(()=>{e&&n(Ap(e))},[e]);return Ep(()=>(r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[e,t]),o}import ot from"styled-components";var Xn=ot.div`
1197
1197
  ${e=>F(e)} {
1198
1198
  background: ${e=>e.appearance.theme.colorBackground};
1199
1199
  }
@@ -1300,7 +1300,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1300
1300
  `,$p=Rt(ss)`
1301
1301
  width: ${$t+12}px;
1302
1302
  height: ${$t+12}px;
1303
- `,Mp=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:n="auto",showHighlight:r=!0,primaryColor:i="#000000",offset:s={x:0,y:0},visible:p=!0,containerStyle:d={},selectedStep:l=0,customStepTypes:u,appearance:c,dismissible:m=!1,showHighlightOnly:b,showStepCount:w=!0,completedStepsCount:S=0})=>{var Te,ce,ze,He;let[f,P]=Zt(),[T,B]=Zt(new Date),k=Ip(null),[g,x]=Zt(document.querySelector(e[l].selector)),C=Yn(g,T),[v,M]=Zt(),[$,U]=Zt(!b),A=(ce=(Te=e[l])==null?void 0:Te.props)!=null&&ce.position?e[l].props.position:"absolute",H=((He=(ze=e[l])==null?void 0:ze.props)==null?void 0:He.zIndex)??90,I=(f==null?void 0:f.width)??is,_=(f==null?void 0:f.height)??ns;rs(()=>{k.current&&P({width:k.current.clientWidth,height:k.current.clientHeight})},[l,T,A]),Eo(()=>{b||U(!0)},[l]);let te=n==="auto"?"right":n,q=Ro(C,te,I,s,A),W=C.right+I>(window.innerWidth||document.documentElement.clientWidth),be=C.bottom+ns>(window.innerHeight||document.documentElement.clientHeight);W&&n==="auto"&&(q=Ro(C,"left",I,s,A),te="left");let me=window.location.pathname.split("/").pop(),G=()=>{let Y=document.querySelector(e[l].selector);v&&v===JSON.stringify(Y==null?void 0:Y.getBoundingClientRect())||(x(Y),B(new Date),Y&&M(JSON.stringify(Y.getBoundingClientRect())))};if(Eo(()=>{let Y=new MutationObserver(G);return Y.observe(document.body,{subtree:!0,childList:!0}),()=>Y.disconnect()},[G]),Eo(()=>{let Y=new MutationObserver(G);return Y.observe(document.body,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["style","class"]}),()=>Y.disconnect()},[G]),Eo(()=>{let Y=setInterval(()=>{G()},10);return()=>clearInterval(Y)},[G]),rs(()=>{setTimeout(()=>{G()},Np),G()},[l,me]),g===null)return D.createElement(D.Fragment,null);if(q.x==0&&q.y==0)return D.createElement(D.Fragment,null);if(!p)return D.createElement(D.Fragment,null);let L=()=>{let Y=()=>{if(e[l].handlePrimaryButtonClick&&(e[l].handlePrimaryButtonClick(),U(!1),setTimeout(()=>{G()},30)),S===e.length-1)return o()},fe=()=>{e[l].handleSecondaryButtonClick&&(e[l].handleSecondaryButtonClick(),b&&U(!1))};return D.createElement(D.Fragment,null,w&&D.createElement(es,null,D.createElement(os,{className:a("tooltipStepCounter",c)},l+1," of ",e.length)),D.createElement(ts,{showStepCount:w,className:a("tooltipCTAContainer",c)},e[l].secondaryButtonTitle&&D.createElement(R,{title:e[l].secondaryButtonTitle,appearance:c,onClick:fe,size:"small",withMargin:!1,secondary:!0}),e[l].primaryButtonTitle&&D.createElement(R,{title:e[l].primaryButtonTitle,appearance:c,onClick:Y,withMargin:!1,size:"small"})))},oe=()=>D.createElement(D.Fragment,null,m&&D.createElement(Jn,{"data-testid":"tooltip-dismiss",onClick:()=>{t&&t()},className:a("tooltipClose",c)},D.createElement(ke,null)),e[l].imageUri&&D.createElement(Qn,{dismissible:m,appearance:c,src:e[l].imageUri,className:a("tooltipImageContainer",c)}),e[l].videoUri&&!e[l].imageUri&&D.createElement(Zn,{dismissible:m,appearance:c,className:a("tooltipVideoContainer",c)},D.createElement(Pt,{appearance:c,videoUri:e[l].videoUri})),D.createElement(he,{appearance:c,title:e[l].title,subtitle:e[l].subtitle,size:"small"}),D.createElement(Rn,{className:a("tooltipFooter",c)},D.createElement(L,null))),V={...{default:Y=>{var fe;if((fe=e[l])!=null&&fe.StepContent){let it=e[l].StepContent;return D.createElement("div",null,it)}return D.createElement(oe,null)}},...u},we=()=>{var Y;return e?!((Y=e[l])!=null&&Y.type)||!V[e[l].type]?V.default(e[l]):V[e[l].type]({stepData:e[l],primaryColor:i}):D.createElement(D.Fragment,null)};if(b&&e[l].complete===!0)return null;let ve={top:(q==null?void 0:q.y)-$t,left:(te=="left"?C.x+s.x:(q==null?void 0:q.x)-$t)??0,cursor:b?"pointer":"default",position:A},St=()=>{let fe=ve.left+(te=="left"?-I:24);return Math.min(Math.max(fe,20),window.innerWidth-I-20)},rt=()=>{b&&(B(new Date),U(!$))};return D.createElement(Dp,null,D.createElement($p,{style:ve,zIndex:H,className:a("tourHighlightContainer",c)},r&&e[l].showHighlight!==!1&&D.createElement(D.Fragment,null,D.createElement(Op,{style:{position:A},onClick:rt,primaryColor:c.theme.colorPrimary}),D.createElement(Lp,{style:{position:"absolute"},onClick:rt,primaryColor:c.theme.colorPrimary}))),D.createElement(ss,{style:{...ve,left:St()},zIndex:H+1,className:a("tooltipContainerWrapper",c)},$&&D.createElement(Xn,{ref:k,layoutId:"tooltip-container",style:{position:"relative",width:"max-content",right:0,top:12,...d},appearance:c,className:a("tooltipContainer",c),maxWidth:is,zIndex:H+10},D.createElement(we,null))))},Bo=Mp;import{Portal as Wp}from"react-portal";var zp=({flowId:e,customVariables:t,appearance:o,onStepCompletion:n,onButtonClick:r,showTooltipsSimultaneously:i=!1,onDismiss:s,dismissible:p,tooltipPosition:d="auto",showHighlightOnly:l=!1,dismissBehavior:u="complete-flow",onComplete:c,...m})=>{let{getFlow:b,getFlowSteps:w,isLoading:S,targetingLogicShouldHideFlow:f,markStepCompleted:P,markStepStarted:T,markFlowCompleted:B,updateCustomVariables:k,getCurrentStepIndex:g,getStepStatus:x,isStepBlocked:C,getFlowStatus:v,getNumberOfStepsCompleted:M}=X(),{isLoadingUserFlowStateData:$}=Be(),{primaryCTAClickSideEffects:U,secondaryCTAClickSideEffects:A}=re(),{hasOpenModals:H}=Fe(),I=g(e),{openFlowStates:_}=Up(K),{mergeAppearanceWithDefault:te}=J();if(o=te(o),_p(()=>{k(t)},[t,S]),$)return null;let q=b(e);if(!q||f(q)||v(e)==Z||H())return null;let W=w(e);if(Object.keys(_).length>0){let N=Object.keys(_).find(V=>_[V]===!0);if(N!==void 0&&N!==e)return Mt.createElement(Mt.Fragment,null)}async function be(N){if(await P(e,N.id),W.map(V=>x(e,V.id)).every(V=>V===Ne)){await B(e);return}if(!l&&I+1<W.length){if(C(e,W[I+1].id))return;await T(e,W[I+1].id)}}function me(N,V,we){let ve=I+1<W.length?W[I+1]:null;r&&r(N,I,V,ve),n&&n(N,we,ve)}function G(){return W.map(N=>({...N,handleSecondaryButtonClick:async()=>{A(N),N.skippable===!0&&await P(e,N.id,{skipped:!0}),me(N,"secondary",I)},handlePrimaryButtonClick:async()=>{(!N.completionCriteria&&(N.autoMarkCompleted||N.autoMarkCompleted===void 0)||N.completionCriteria&&N.autoMarkCompleted===!0)&&await be(N),me(N,"primary",I),U(N)}}))}async function L(N){s&&s(),u==="complete-flow"?await B(e):await P(e,N.id)}function oe(){c&&c()}return Mt.createElement(Wp,null,Mt.createElement(ee,{appearance:o}),i?W.map((N,V)=>Mt.createElement(Bo,{key:N.id,appearance:o,steps:G(),selectedStep:V,showTooltipsSimultaneously:i,dismissible:p,onDismiss:()=>L(N),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:M(e),onComplete:oe,...m})):Mt.createElement(Bo,{appearance:o,steps:G(),selectedStep:I,showTooltipsSimultaneously:i,dismissible:p,onDismiss:()=>L(W[I]),tooltipPosition:d,completedStepsCount:M(e),showHighlightOnly:l,onComplete:oe,...m}))};import Ce,{useEffect as Hp,useRef as jp,useState as Gp}from"react";import{Portal as Vp}from"react-portal";import Ct from"styled-components";var ls=Ct.button`
1303
+ `,Mp=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:n="auto",showHighlight:r=!0,primaryColor:i="#000000",offset:s={x:0,y:0},visible:p=!0,containerStyle:d={},selectedStep:a=0,customStepTypes:f,appearance:c,dismissible:u=!1,showHighlightOnly:b,showStepCount:w=!0,completedStepsCount:S=0})=>{var Te,ce,ze,He;let[g,P]=Zt(),[T,B]=Zt(new Date),k=Ip(null),[x,m]=Zt(document.querySelector(e[a].selector)),C=Yn(x,T),[v,M]=Zt(),[$,U]=Zt(!b),A=(ce=(Te=e[a])==null?void 0:Te.props)!=null&&ce.position?e[a].props.position:"absolute",H=((He=(ze=e[a])==null?void 0:ze.props)==null?void 0:He.zIndex)??90,I=(g==null?void 0:g.width)??is,_=(g==null?void 0:g.height)??ns;rs(()=>{k.current&&P({width:k.current.clientWidth,height:k.current.clientHeight})},[a,T,A]),Eo(()=>{b||U(!0)},[a]);let te=n==="auto"?"right":n,q=Ro(C,te,I,s,A),W=C.right+I>(window.innerWidth||document.documentElement.clientWidth),be=C.bottom+ns>(window.innerHeight||document.documentElement.clientHeight);W&&n==="auto"&&(q=Ro(C,"left",I,s,A),te="left");let me=window.location.pathname.split("/").pop(),G=()=>{let Y=document.querySelector(e[a].selector);v&&v===JSON.stringify(Y==null?void 0:Y.getBoundingClientRect())||(m(Y),B(new Date),Y&&M(JSON.stringify(Y.getBoundingClientRect())))};if(Eo(()=>{let Y=new MutationObserver(G);return Y.observe(document.body,{subtree:!0,childList:!0}),()=>Y.disconnect()},[G]),Eo(()=>{let Y=new MutationObserver(G);return Y.observe(document.body,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["style","class"]}),()=>Y.disconnect()},[G]),Eo(()=>{let Y=setInterval(()=>{G()},10);return()=>clearInterval(Y)},[G]),rs(()=>{setTimeout(()=>{G()},Np),G()},[a,me]),x===null)return D.createElement(D.Fragment,null);if(q.x==0&&q.y==0)return D.createElement(D.Fragment,null);if(!p)return D.createElement(D.Fragment,null);let L=()=>{let Y=()=>{if(e[a].handlePrimaryButtonClick&&(e[a].handlePrimaryButtonClick(),U(!1),setTimeout(()=>{G()},30)),S===e.length-1)return o()},fe=()=>{e[a].handleSecondaryButtonClick&&(e[a].handleSecondaryButtonClick(),b&&U(!1))};return D.createElement(D.Fragment,null,w&&D.createElement(es,null,D.createElement(os,{className:l("tooltipStepCounter",c)},a+1," of ",e.length)),D.createElement(ts,{showStepCount:w,className:l("tooltipCTAContainer",c)},e[a].secondaryButtonTitle&&D.createElement(R,{title:e[a].secondaryButtonTitle,appearance:c,onClick:fe,size:"small",withMargin:!1,secondary:!0}),e[a].primaryButtonTitle&&D.createElement(R,{title:e[a].primaryButtonTitle,appearance:c,onClick:Y,withMargin:!1,size:"small"})))},oe=()=>D.createElement(D.Fragment,null,u&&D.createElement(Jn,{"data-testid":"tooltip-dismiss",onClick:()=>{t&&t()},className:l("tooltipClose",c)},D.createElement(ke,null)),e[a].imageUri&&D.createElement(Qn,{dismissible:u,appearance:c,src:e[a].imageUri,className:l("tooltipImageContainer",c)}),e[a].videoUri&&!e[a].imageUri&&D.createElement(Zn,{dismissible:u,appearance:c,className:l("tooltipVideoContainer",c)},D.createElement(Pt,{appearance:c,videoUri:e[a].videoUri})),D.createElement(he,{appearance:c,title:e[a].title,subtitle:e[a].subtitle,size:"small"}),D.createElement(Rn,{className:l("tooltipFooter",c)},D.createElement(L,null))),V={...{default:Y=>{var fe;if((fe=e[a])!=null&&fe.StepContent){let it=e[a].StepContent;return D.createElement("div",null,it)}return D.createElement(oe,null)}},...f},we=()=>{var Y;return e?!((Y=e[a])!=null&&Y.type)||!V[e[a].type]?V.default(e[a]):V[e[a].type]({stepData:e[a],primaryColor:i}):D.createElement(D.Fragment,null)};if(b&&e[a].complete===!0)return null;let ve={top:(q==null?void 0:q.y)-$t,left:(te=="left"?C.x+s.x:(q==null?void 0:q.x)-$t)??0,cursor:b?"pointer":"default",position:A},St=()=>{let fe=ve.left+(te=="left"?-I:24);return Math.min(Math.max(fe,20),window.innerWidth-I-20)},rt=()=>{b&&(B(new Date),U(!$))};return D.createElement(Dp,null,D.createElement($p,{style:ve,zIndex:H,className:l("tourHighlightContainer",c)},r&&e[a].showHighlight!==!1&&D.createElement(D.Fragment,null,D.createElement(Op,{style:{position:A},onClick:rt,primaryColor:c.theme.colorPrimary}),D.createElement(Lp,{style:{position:"absolute"},onClick:rt,primaryColor:c.theme.colorPrimary}))),D.createElement(ss,{style:{...ve,left:St()},zIndex:H+1,className:l("tooltipContainerWrapper",c)},$&&D.createElement(Xn,{ref:k,layoutId:"tooltip-container",style:{position:"relative",width:"max-content",right:0,top:12,...d},appearance:c,className:l("tooltipContainer",c),maxWidth:is,zIndex:H+10},D.createElement(we,null))))},Bo=Mp;import{Portal as Wp}from"react-portal";var zp=({flowId:e,customVariables:t,appearance:o,onStepCompletion:n,onButtonClick:r,showTooltipsSimultaneously:i=!1,onDismiss:s,dismissible:p,tooltipPosition:d="auto",showHighlightOnly:a=!1,dismissBehavior:f="complete-flow",onComplete:c,...u})=>{let{getFlow:b,getFlowSteps:w,isLoading:S,targetingLogicShouldHideFlow:g,markStepCompleted:P,markStepStarted:T,markFlowCompleted:B,updateCustomVariables:k,getCurrentStepIndex:x,getStepStatus:m,isStepBlocked:C,getFlowStatus:v,getNumberOfStepsCompleted:M}=X(),{isLoadingUserFlowStateData:$}=Be(),{primaryCTAClickSideEffects:U,secondaryCTAClickSideEffects:A}=re(),{hasOpenModals:H}=Fe(),I=x(e),{openFlowStates:_}=Up(K),{mergeAppearanceWithDefault:te}=J();if(o=te(o),_p(()=>{k(t)},[t,S]),$)return null;let q=b(e);if(!q||g(q)||v(e)==Z||H())return null;let W=w(e);if(Object.keys(_).length>0){let N=Object.keys(_).find(V=>_[V]===!0);if(N!==void 0&&N!==e)return Mt.createElement(Mt.Fragment,null)}async function be(N){if(await P(e,N.id),W.map(V=>m(e,V.id)).every(V=>V===Ne)){await B(e);return}if(!a&&I+1<W.length){if(C(e,W[I+1].id))return;await T(e,W[I+1].id)}}function me(N,V,we){let ve=I+1<W.length?W[I+1]:null;r&&r(N,I,V,ve),n&&n(N,we,ve)}function G(){return W.map(N=>({...N,handleSecondaryButtonClick:async()=>{A(N),N.skippable===!0&&await P(e,N.id,{skipped:!0}),me(N,"secondary",I)},handlePrimaryButtonClick:async()=>{(!N.completionCriteria&&(N.autoMarkCompleted||N.autoMarkCompleted===void 0)||N.completionCriteria&&N.autoMarkCompleted===!0)&&await be(N),me(N,"primary",I),U(N)}}))}async function L(N){s&&s(),f==="complete-flow"?await B(e):await P(e,N.id)}function oe(){c&&c()}return Mt.createElement(Wp,null,Mt.createElement(ee,{appearance:o}),i?W.map((N,V)=>Mt.createElement(Bo,{key:N.id,appearance:o,steps:G(),selectedStep:V,showTooltipsSimultaneously:i,dismissible:p,onDismiss:()=>L(N),tooltipPosition:d,showHighlightOnly:a,completedStepsCount:M(e),onComplete:oe,...u})):Mt.createElement(Bo,{appearance:o,steps:G(),selectedStep:I,showTooltipsSimultaneously:i,dismissible:p,onDismiss:()=>L(W[I]),tooltipPosition:d,completedStepsCount:M(e),showHighlightOnly:a,onComplete:oe,...u}))};import Ce,{useEffect as Hp,useRef as jp,useState as Gp}from"react";import{Portal as Vp}from"react-portal";import Ct from"styled-components";var ls=Ct.button`
1304
1304
  ${e=>F(e)} {
1305
1305
  // Anything inside this block will be ignored if the user provides a custom class
1306
1306
 
@@ -1388,7 +1388,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1388
1388
  font-size: 14px;
1389
1389
 
1390
1390
  padding: 8px 12px;
1391
- `;import{AnimatePresence as Cs,motion as Ss}from"framer-motion";import fs from"react";var gs=({style:e,className:t})=>fs.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},fs.createElement("path",{fill:"currentColor",d:"M13.43 4.938a4.494 4.494 0 00-1.043-1.435A4.955 4.955 0 009 2.197c-1.276 0-2.48.464-3.387 1.305A4.502 4.502 0 004.57 4.938a4.242 4.242 0 00-.386 1.773v.475c0 .109.087.197.196.197h.95a.197.197 0 00.197-.197V6.71c0-1.749 1.557-3.17 3.473-3.17s3.473 1.421 3.473 3.17c0 .718-.254 1.393-.738 1.955a3.537 3.537 0 01-1.9 1.125 1.928 1.928 0 00-1.085.682c-.271.343-.42.768-.42 1.206v.552c0 .109.088.197.197.197h.95a.197.197 0 00.196-.197v-.552c0-.276.192-.519.457-.578a4.904 4.904 0 002.625-1.56c.335-.392.597-.828.778-1.3a4.256 4.256 0 00-.103-3.303zM9 13.834a.985.985 0 10.001 1.97.985.985 0 00-.001-1.97z"}));import hs from"react";var xs=({style:e,className:t})=>hs.createElement("svg",{style:e,className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor"},hs.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"}));var Kp=({flowId:e,style:t,onStepCompletion:o,visible:n=!0,type:r="inline",title:i="Help",appearance:s})=>{let{getFlow:p,getFlowSteps:d,markStepCompleted:l,getStepStatus:u,getNumberOfStepsCompleted:c,isLoading:m,targetingLogicShouldHideFlow:b}=X(),{primaryCTAClickSideEffects:w}=re(),S=jp(null),[f,P]=Gp(!1),{mergeAppearanceWithDefault:T}=J();s=T(s),Hp(()=>(document.addEventListener("click",B,!1),()=>{document.removeEventListener("click",B,!1)}),[]);let B=v=>{S.current&&!S.current.contains(v.target)&&P(!1)};if(m)return null;let k=p(e);if(!k||b(k))return null;let g=d(e);if(!g||!n)return null;function x(v,M){!v.completionCriteria&&(v.autoMarkCompleted||v.autoMarkCompleted===void 0)&&l(e,v.id),w(v),o&&o(v,M),P(!1)}function C(){return f&&Ce.createElement(ms,{className:a("floatingWidgetMenu",s),as:Ss.div,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.1},type:r},g.map((v,M)=>Ce.createElement(us,{className:a("floatingWidgetMenuItem",s),key:M,onClick:()=>x(v,M)},v.title)))}return r=="inline"?Ce.createElement("span",{ref:S},Ce.createElement(ls,{style:t,onClick:()=>{P(!f)},className:a("supportButton",s)},Ce.createElement(ps,{className:a("supportIconContainer",s)},Ce.createElement(xs,{className:a("supportIcon",s),style:{width:"18px",height:"18px"}})),Ce.createElement(as,{className:a("supportButtonTitle",s)},i)),Ce.createElement(Cs,null,Ce.createElement(C,null))):Ce.createElement(Vp,null,Ce.createElement(ds,{style:t,ref:S},Ce.createElement(Cs,null,Ce.createElement(C,null)),Ce.createElement(cs,{onClick:()=>{P(!f)},as:Ss.button,whileHover:{scale:1.1},className:a("floatingWidgetButton",s)},Ce.createElement(gs,{className:a("floatingWidgetButtonIcon",s),style:{display:"flex",width:"20px",height:"20px"}}))))};import We,{useEffect as qp}from"react";import Ao from"styled-components";var ys=Ao.div`
1391
+ `;import{AnimatePresence as Cs,motion as Ss}from"framer-motion";import fs from"react";var gs=({style:e,className:t})=>fs.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},fs.createElement("path",{fill:"currentColor",d:"M13.43 4.938a4.494 4.494 0 00-1.043-1.435A4.955 4.955 0 009 2.197c-1.276 0-2.48.464-3.387 1.305A4.502 4.502 0 004.57 4.938a4.242 4.242 0 00-.386 1.773v.475c0 .109.087.197.196.197h.95a.197.197 0 00.197-.197V6.71c0-1.749 1.557-3.17 3.473-3.17s3.473 1.421 3.473 3.17c0 .718-.254 1.393-.738 1.955a3.537 3.537 0 01-1.9 1.125 1.928 1.928 0 00-1.085.682c-.271.343-.42.768-.42 1.206v.552c0 .109.088.197.197.197h.95a.197.197 0 00.196-.197v-.552c0-.276.192-.519.457-.578a4.904 4.904 0 002.625-1.56c.335-.392.597-.828.778-1.3a4.256 4.256 0 00-.103-3.303zM9 13.834a.985.985 0 10.001 1.97.985.985 0 00-.001-1.97z"}));import hs from"react";var xs=({style:e,className:t})=>hs.createElement("svg",{style:e,className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor"},hs.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"}));var Kp=({flowId:e,style:t,onStepCompletion:o,visible:n=!0,type:r="inline",title:i="Help",appearance:s})=>{let{getFlow:p,getFlowSteps:d,markStepCompleted:a,getStepStatus:f,getNumberOfStepsCompleted:c,isLoading:u,targetingLogicShouldHideFlow:b}=X(),{primaryCTAClickSideEffects:w}=re(),S=jp(null),[g,P]=Gp(!1),{mergeAppearanceWithDefault:T}=J();s=T(s),Hp(()=>(document.addEventListener("click",B,!1),()=>{document.removeEventListener("click",B,!1)}),[]);let B=v=>{S.current&&!S.current.contains(v.target)&&P(!1)};if(u)return null;let k=p(e);if(!k||b(k))return null;let x=d(e);if(!x||!n)return null;function m(v,M){!v.completionCriteria&&(v.autoMarkCompleted||v.autoMarkCompleted===void 0)&&a(e,v.id),w(v),o&&o(v,M),P(!1)}function C(){return g&&Ce.createElement(ms,{className:l("floatingWidgetMenu",s),as:Ss.div,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.1},type:r},x.map((v,M)=>Ce.createElement(us,{className:l("floatingWidgetMenuItem",s),key:M,onClick:()=>m(v,M)},v.title)))}return r=="inline"?Ce.createElement("span",{ref:S},Ce.createElement(ls,{style:t,onClick:()=>{P(!g)},className:l("supportButton",s)},Ce.createElement(ps,{className:l("supportIconContainer",s)},Ce.createElement(xs,{className:l("supportIcon",s),style:{width:"18px",height:"18px"}})),Ce.createElement(as,{className:l("supportButtonTitle",s)},i)),Ce.createElement(Cs,null,Ce.createElement(C,null))):Ce.createElement(Vp,null,Ce.createElement(ds,{style:t,ref:S},Ce.createElement(Cs,null,Ce.createElement(C,null)),Ce.createElement(cs,{onClick:()=>{P(!g)},as:Ss.button,whileHover:{scale:1.1},className:l("floatingWidgetButton",s)},Ce.createElement(gs,{className:l("floatingWidgetButtonIcon",s),style:{display:"flex",width:"20px",height:"20px"}}))))};import We,{useEffect as qp}from"react";import Ao from"styled-components";var ys=Ao.div`
1392
1392
  ${e=>F(e)} {
1393
1393
  display: flex;
1394
1394
  flex-direction: column;
@@ -1424,7 +1424,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1424
1424
  opacity: 0.8;
1425
1425
  }
1426
1426
  }
1427
- `;var Yp=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:n,appearance:r,className:i,style:s,dismissible:p})=>{let{getFlow:d,markFlowCompleted:l,markStepCompleted:u,isLoading:c,targetingLogicShouldHideFlow:m,updateCustomVariables:b,getFlowSteps:w,getFlowStatus:S,getCurrentStepIndex:f}=X(),{primaryCTAClickSideEffects:P}=re(),{mergeAppearanceWithDefault:T}=J();if(r=T(r),qp(()=>{b(o)},[o,c]),c)return null;let B=d(e);if(!B||m(B)||S(e)===Z)return null;let g=w(e)[f(e)];return We.createElement(We.Fragment,null,We.createElement(ee,{appearance:r}),We.createElement(ys,{appearance:r,className:ge(a("embeddedTipContainer",r),i),style:s},(p===!0||g.dismissible)&&We.createElement(Ts,{onClick:async()=>{await l(e),t&&t()},className:a("embeddedTipDismissButton",r)},We.createElement(ke,null)),We.createElement(bs,null,We.createElement(he,{size:"small",appearance:r,title:g.title,subtitle:g.subtitle})),g.primaryButtonTitle&&We.createElement(ws,{className:a("embeddedTipCallToActionContainer",r)},We.createElement(R,{classPrefix:"embeddedTip",title:g.primaryButtonTitle,appearance:r,withMargin:!1,size:"small",type:"inline",onClick:async()=>{g.handlePrimaryButtonClick(),P(g),!(n&&n(g,f(e),"primary")===!1)&&(await u(e,g.id),await l(e))}}))))};import ue,{useEffect as Xp}from"react";import Ut from"styled-components";var Fs=Ut.div`
1427
+ `;var Yp=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:n,appearance:r,className:i,style:s,dismissible:p})=>{let{getFlow:d,markFlowCompleted:a,markStepCompleted:f,isLoading:c,targetingLogicShouldHideFlow:u,updateCustomVariables:b,getFlowSteps:w,getFlowStatus:S,getCurrentStepIndex:g}=X(),{primaryCTAClickSideEffects:P}=re(),{mergeAppearanceWithDefault:T}=J();if(r=T(r),qp(()=>{b(o)},[o,c]),c)return null;let B=d(e);if(!B||u(B)||S(e)===Z)return null;let x=w(e)[g(e)];return We.createElement(We.Fragment,null,We.createElement(ee,{appearance:r}),We.createElement(ys,{appearance:r,className:ge(l("embeddedTipContainer",r),i),style:s},(p===!0||x.dismissible)&&We.createElement(Ts,{onClick:async()=>{await a(e),t&&t()},className:l("embeddedTipDismissButton",r)},We.createElement(ke,null)),We.createElement(bs,null,We.createElement(he,{size:"small",appearance:r,title:x.title,subtitle:x.subtitle})),x.primaryButtonTitle&&We.createElement(ws,{className:l("embeddedTipCallToActionContainer",r)},We.createElement(R,{classPrefix:"embeddedTip",title:x.primaryButtonTitle,appearance:r,withMargin:!1,size:"small",type:"inline",onClick:async()=>{x.handlePrimaryButtonClick(),P(x),!(n&&n(x,g(e),"primary")===!1)&&(await f(e,x.id),await a(e))}}))))};import ue,{useEffect as Xp}from"react";import Ut from"styled-components";var Fs=Ut.div`
1428
1428
  // use the :not annotation
1429
1429
  ${e=>F(e)} {
1430
1430
  display: flex;
@@ -1469,7 +1469,7 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1469
1469
  justify-content: ${e=>e.type==="square"?"flex-end":"center"};
1470
1470
  align-items: flex-end;
1471
1471
  margin-left: ${e=>e.type==="square"?"0px":"16px"};
1472
- `;import Es from"react";var Bs=({style:e,className:t})=>Es.createElement("svg",{style:e,className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor"},Es.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"}));var Jp=({flowId:e,title:t,subtitle:o,onDismiss:n,customVariables:r,onButtonClick:i,appearance:s,type:p="full-width"})=>{let{getFlow:d,markFlowCompleted:l,isLoading:u,targetingLogicShouldHideFlow:c,updateCustomVariables:m,getFlowMetadata:b,getFlowStatus:w,getFlowSteps:S,getCurrentStepIndex:f}=X(),{primaryCTAClickSideEffects:P}=re(),{mergeAppearanceWithDefault:T}=J();if(s=T(s),Xp(()=>{m(r)},[r,u]),u)return null;let B=d(e);if(!B||c(B)||w(e)===Z)return null;let k=S(e),g=k.length>0?k[f(e)]:b(e);return g!=null&&g.title&&(t=g.title),g!=null&&g.subtitle&&(o=g.subtitle),ue.createElement(ue.Fragment,null,ue.createElement(ee,{appearance:s}),ue.createElement(Fs,{type:p,appearance:s,className:a("bannerContainer",s)},p!="square"&&ue.createElement(ks,null,ue.createElement(Bs,null)),p==="square"&&g.dismissible&&ue.createElement(tr,{type:p,className:a("bannerDismissButtonContainer",s)},ue.createElement(er,{type:p,onClick:async()=>{await l(e),n&&n()},className:a("bannerDismissButton",s)},ue.createElement(ke,null))),ue.createElement(Ps,{type:p},ue.createElement(he,{appearance:s,title:t,subtitle:o})),ue.createElement(vs,{type:p,className:a("bannerCallToActionContainer",s)},ue.createElement(R,{title:(g==null?void 0:g.primaryButtonTitle)??"Get started",appearance:s,onClick:()=>{P(g),i&&i(g,0,"primary")}})),p!=="square"&&g.dismissible&&ue.createElement(tr,{type:p,className:a("bannerDismissButtonContainer",s)},ue.createElement(er,{type:p,onClick:async()=>{await l(e),n&&n()},className:a("bannerDismissButton",s)},ue.createElement(ke,null)))))};import Q,{useEffect as Qp}from"react";import{Portal as Zp}from"react-portal";import Xe from"styled-components";var As=Xe.div`
1472
+ `;import Es from"react";var Bs=({style:e,className:t})=>Es.createElement("svg",{style:e,className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor"},Es.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"}));var Jp=({flowId:e,title:t,subtitle:o,onDismiss:n,customVariables:r,onButtonClick:i,appearance:s,type:p="full-width",icon:d})=>{let{getFlow:a,markFlowCompleted:f,isLoading:c,targetingLogicShouldHideFlow:u,updateCustomVariables:b,getFlowMetadata:w,getFlowStatus:S,getFlowSteps:g,getCurrentStepIndex:P}=X(),{primaryCTAClickSideEffects:T}=re(),{mergeAppearanceWithDefault:B}=J();if(s=B(s),Xp(()=>{b(r)},[r,c]),c)return null;let k=a(e);if(!k||u(k)||S(e)===Z)return null;let x=g(e),m=x.length>0?x[P(e)]:w(e);return m!=null&&m.title&&(t=m.title),m!=null&&m.subtitle&&(o=m.subtitle),ue.createElement(ue.Fragment,null,ue.createElement(ee,{appearance:s}),ue.createElement(Fs,{type:p,appearance:s,className:l("bannerContainer",s)},p!="square"&&ue.createElement(ks,{className:l("bannerIconContainer",s)},d||ue.createElement(Bs,null)),p==="square"&&m.dismissible&&ue.createElement(tr,{type:p,className:l("bannerDismissButtonContainer",s)},ue.createElement(er,{type:p,onClick:async()=>{await f(e),n&&n()},className:l("bannerDismissButton",s)},ue.createElement(ke,null))),ue.createElement(Ps,{type:p},ue.createElement(he,{appearance:s,title:t,subtitle:o})),ue.createElement(vs,{type:p,className:l("bannerCallToActionContainer",s)},ue.createElement(R,{title:(m==null?void 0:m.primaryButtonTitle)??"Get started",appearance:s,onClick:()=>{T(m),i&&i(m,0,"primary")}})),p!=="square"&&m.dismissible&&ue.createElement(tr,{type:p,className:l("bannerDismissButtonContainer",s)},ue.createElement(er,{type:p,onClick:async()=>{await f(e),n&&n()},className:l("bannerDismissButton",s)},ue.createElement(ke,null)))))};import Q,{useEffect as Qp}from"react";import{Portal as Zp}from"react-portal";import Xe from"styled-components";var As=Xe.div`
1473
1473
  ${e=>F(e)} {
1474
1474
  display: flex;
1475
1475
  flex-direction: column;
@@ -1556,5 +1556,5 @@ ${n=>n.inlineStyles.map(([r,i])=>`.${Wt}${r}.${Wt}${r} { ${Object.entries(i).map
1556
1556
  opacity: 0.8;
1557
1557
  }
1558
1558
  }
1559
- `;var Rp=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:n,appearance:r,className:i,style:s})=>{let{getFlow:p,markFlowCompleted:d,markStepCompleted:l,getNumberOfStepsCompleted:u,isLoading:c,targetingLogicShouldHideFlow:m,updateCustomVariables:b,getFlowSteps:w,getFlowStatus:S,getCurrentStepIndex:f}=X(),{primaryCTAClickSideEffects:P}=re(),{mergeAppearanceWithDefault:T}=J(),[B,k]=Q.useState(null),[g,x]=Q.useState(""),{hasOpenModals:C,setKeepCompletedFlowOpenDuringSession:v,shouldKeepCompletedFlowOpenDuringSession:M}=Fe();if(r=T(r),Qp(()=>{b(o)},[o,c]),c)return null;let $=p(e);if(!$||m($)||S(e)===Z||u(e)===1&&!M(e)||C())return null;let A=w(e)[f(e)];function H(){return Q.createElement(Q.Fragment,null,Q.createElement(ir,null,Q.createElement(he,{size:"large",appearance:r,title:A.title,subtitle:A.subtitle})),Q.createElement(or,{className:a("npsNumberButtonContainer",r),appearance:r},Array.from(Array(10).keys()).map(_=>Q.createElement(Is,{className:a("npsNumberButton",r),selected:B===_+1,key:_,onClick:async()=>{v(e),k(_+1),await l(e,A.id,{score:_+1})},appearance:r},_+1))),Q.createElement(Ns,{appearance:r},Q.createElement(rr,{appearance:r},"Not likely at all"),Q.createElement(rr,{appearance:r},"Extremely likely")))}function I(){return Q.createElement(Q.Fragment,null,Q.createElement(ir,null,Q.createElement(he,{appearance:r,title:"Why did you choose this score?",size:"large"})),Q.createElement(Ls,{appearance:r,value:g,onChange:_=>{x(_.target.value)},placeHolder:"Add your optional fedback here..."}),Q.createElement(or,{appearance:r,className:a("npsNumberButtonContainer",r)},Q.createElement(R,{size:"large",withMargin:!1,onClick:async()=>{await d(e),n&&n(A,1,"primary")},appearance:r,title:A.secondaryButtonTitle||"Skip",secondary:!0}),Q.createElement(R,{size:"large",withMargin:!1,onClick:async()=>{await l(e,A.id,{feedbackText:g}),await d(e),n&&n(A,1,"primary")},appearance:r,title:A.primaryButtonTitle||"Submit"})))}return Q.createElement(Zp,null,Q.createElement(ee,{appearance:r}),Q.createElement(As,{appearance:r,className:ge(a("npsSurveyContainer",r),i),style:s},Q.createElement(Os,{onClick:async()=>{await d(e),t&&t()},className:a("npsSurveyDismissButton",r)},Q.createElement(ke,null)),u(e)==0&&H(),u(e)==1&&I()))};export{dt as CheckBox,Ze as FormLabel,Jp as FrigadeBanner,Zo as FrigadeChecklist,Yp as FrigadeEmbeddedTip,Rr as FrigadeForm,Pp as FrigadeGuide,bp as FrigadeHeroChecklist,Rp as FrigadeNPSSurvey,Fp as FrigadeProgressBadge,Ta as FrigadeProvider,Kp as FrigadeSupportWidget,zp as FrigadeTour,Et as ProgressRing,Fe as useFlowOpens,_t as useFlowResponses,X as useFlows,Ho as useOrganization,No as useUser};
1559
+ `;var Rp=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:n,appearance:r,className:i,style:s})=>{let{getFlow:p,markFlowCompleted:d,markStepCompleted:a,getNumberOfStepsCompleted:f,isLoading:c,targetingLogicShouldHideFlow:u,updateCustomVariables:b,getFlowSteps:w,getFlowStatus:S,getCurrentStepIndex:g}=X(),{primaryCTAClickSideEffects:P}=re(),{mergeAppearanceWithDefault:T}=J(),[B,k]=Q.useState(null),[x,m]=Q.useState(""),{hasOpenModals:C,setKeepCompletedFlowOpenDuringSession:v,shouldKeepCompletedFlowOpenDuringSession:M}=Fe();if(r=T(r),Qp(()=>{b(o)},[o,c]),c)return null;let $=p(e);if(!$||u($)||S(e)===Z||f(e)===1&&!M(e)||C())return null;let A=w(e)[g(e)];function H(){return Q.createElement(Q.Fragment,null,Q.createElement(ir,null,Q.createElement(he,{size:"large",appearance:r,title:A.title,subtitle:A.subtitle})),Q.createElement(or,{className:l("npsNumberButtonContainer",r),appearance:r},Array.from(Array(10).keys()).map(_=>Q.createElement(Is,{className:l("npsNumberButton",r),selected:B===_+1,key:_,onClick:async()=>{v(e),k(_+1),await a(e,A.id,{score:_+1})},appearance:r},_+1))),Q.createElement(Ns,{appearance:r},Q.createElement(rr,{appearance:r},"Not likely at all"),Q.createElement(rr,{appearance:r},"Extremely likely")))}function I(){return Q.createElement(Q.Fragment,null,Q.createElement(ir,null,Q.createElement(he,{appearance:r,title:"Why did you choose this score?",size:"large"})),Q.createElement(Ls,{appearance:r,value:x,onChange:_=>{m(_.target.value)},placeHolder:"Add your optional fedback here..."}),Q.createElement(or,{appearance:r,className:l("npsNumberButtonContainer",r)},Q.createElement(R,{size:"large",withMargin:!1,onClick:async()=>{await d(e),n&&n(A,1,"primary")},appearance:r,title:A.secondaryButtonTitle||"Skip",secondary:!0}),Q.createElement(R,{size:"large",withMargin:!1,onClick:async()=>{await a(e,A.id,{feedbackText:x}),await d(e),n&&n(A,1,"primary")},appearance:r,title:A.primaryButtonTitle||"Submit"})))}return Q.createElement(Zp,null,Q.createElement(ee,{appearance:r}),Q.createElement(As,{appearance:r,className:ge(l("npsSurveyContainer",r),i),style:s},Q.createElement(Os,{onClick:async()=>{await d(e),t&&t()},className:l("npsSurveyDismissButton",r)},Q.createElement(ke,null)),f(e)==0&&H(),f(e)==1&&I()))};export{dt as CheckBox,Ze as FormLabel,Jp as FrigadeBanner,Zo as FrigadeChecklist,Yp as FrigadeEmbeddedTip,Rr as FrigadeForm,Pp as FrigadeGuide,bp as FrigadeHeroChecklist,Rp as FrigadeNPSSurvey,Fp as FrigadeProgressBadge,Ta as FrigadeProvider,Kp as FrigadeSupportWidget,zp as FrigadeTour,Et as ProgressRing,Fe as useFlowOpens,_t as useFlowResponses,X as useFlows,Ho as useOrganization,No as useUser};
1560
1560
  //# sourceMappingURL=index.mjs.map