@frigade/react 1.38.0 → 1.38.2

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/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnPropertyDescriptors;var _o=Object.getOwnPropertySymbols;var pi=Object.prototype.hasOwnProperty,di=Object.prototype.propertyIsEnumerable;var ai=(e,t,o)=>t in e?sa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,b=(e,t)=>{for(var o in t||(t={}))pi.call(t,o)&&ai(e,o,t[o]);if(_o)for(var o of _o(t))di.call(t,o)&&ai(e,o,t[o]);return e},G=(e,t)=>la(e,aa(t));var ci=e=>typeof e=="symbol"?e:e+"",Le=(e,t)=>{var o={};for(var i in e)pi.call(e,i)&&t.indexOf(i)<0&&(o[i]=e[i]);if(e!=null&&_o)for(var i of _o(e))t.indexOf(i)<0&&di.call(e,i)&&(o[i]=e[i]);return o};var M=(e,t,o)=>new Promise((i,n)=>{var r=d=>{try{a(o.next(d))}catch(l){n(l)}},s=d=>{try{a(o.throw(d))}catch(l){n(l)}},a=d=>d.done?i(d.value):Promise.resolve(d.value).then(r,s);a((o=o.apply(e,t)).next())});import No,{createContext as Fd,useEffect as lr,useState as Ke}from"react";import{ThemeProvider as An}from"styled-components";import _t,{useContext as Rp,useEffect as oo,useState as Bo}from"react";import{useCallback as Lt,useContext as ba,useEffect as wa}from"react";import Sr,{useMemo as ui}from"react";var mi="1.38.0";var st="NOT_STARTED_STEP",le="COMPLETED_FLOW",Nt="SKIPPED_FLOW",Ot="STARTED_FLOW",Ue="NOT_STARTED_FLOW",$e="COMPLETED_STEP",Co="STARTED_STEP";function Ze(){let{publicApiKey:e,userId:t,apiUrl:o}=Sr.useContext(ee);return{config:ui(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":mi,"X-Frigade-SDK-Platform":"React"}}),[e,t]),apiUrl:ui(()=>`${o}/v1/public/`,[o])}}var pa="frigade-last-call-at-",da="frigade-last-call-data-";function qt(){let{shouldGracefullyDegrade:e,readonly:t}=Sr.useContext(ee);return(o,i)=>M(this,null,function*(){if(t&&(i.method==="POST"||i.method==="PUT"||i.method==="DELETE"))return Kt();if(e)return console.log(`Skipping ${o} call to Frigade due to error`),Kt();let n=pa+o,r=da+o;if(typeof window!="undefined"&&window.localStorage&&i&&i.body&&i.method==="POST"){let a=window.localStorage.getItem(n),d=window.localStorage.getItem(r);if(a&&d&&d==i.body){let l=new Date(a);if(new Date().getTime()-l.getTime()<1e3)return Kt()}typeof window!="undefined"&&(window.localStorage.setItem(n,new Date().toISOString()),window.localStorage.setItem(r,i.body))}let s;try{s=yield fetch(o,i)}catch(a){return Kt(a)}return s?s.ok?s:Kt(s.statusText):Kt()})}function Kt(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function Yt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=Sr.useContext(ee);function o(){return t?!1:e?!0:(console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider"),!1)}return{verifySDKInitiated:o}}import{useContext as Ca,useState as fi}from"react";import{useContext as ma,useEffect as ua,useState as fa}from"react";import ga from"swr";import{useContext as ca}from"react";function Ae(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:i,completedFlowsToKeepOpenDuringSession:n}=ca(ee);function r(c,g=!1){var S;return(S=e[c])!=null?S:g}function s(c,g){t(S=>G(b({},S),{[c]:g}))}function a(c){t(g=>{let h=g,{[c]:S}=h,w=Le(h,[ci(c)]);return b({},w)})}function d(c){n.includes(c)||i(g=>[...g,c])}function l(c){return n.includes(c)}function f(c){return Object.entries(e).some(([g,S])=>S&&g!=c)||o}return{getOpenFlowState:r,setOpenFlowState:s,resetOpenFlowState:a,hasOpenModals:f,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:l}}import ha from"swr/immutable";import yo from"core-js-pure/actual/structured-clone";function br(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ue(...e){let t=e.shift(),o=e.length===1?e[0]:ue(...e);if(!br(t)||!br(o))throw new Error("deepmerge can only merge Objects");let i=yo(t);return Object.entries(o).forEach(([n,r])=>{br(r)?i[n]!==void 0?Object.assign(i,{[n]:ue(i[n],yo(r))}):Object.assign(i,{[n]:yo(r)}):Array.isArray(r)?i[n]!==void 0?Object.assign(i,{[n]:[...i[n],...yo(r)]}):Object.assign(i,{[n]:yo(r)}):Object.assign(i,{[n]:r})}),i}var xa="unknown";function _e(){let{config:e,apiUrl:t}=Ze(),{publicApiKey:o,userId:i,organizationId:n,flows:r,setShouldGracefullyDegrade:s,readonly:a}=ma(ee),{resetOpenFlowState:d}=Ae(),[l,f]=fa(!1),c={data:r.map(P=>({flowId:P.id,flowState:le,lastStepId:null,userId:i,foreignUserId:i,stepStates:{},shouldTrigger:!1}))},g=P=>fetch(P,e).then(A=>{if(A.ok)return A.json();throw new Error("Failed to fetch user flow states")}).catch(A=>(console.log(`Error fetching ${P}: ${A}. Will gracefully degrade and hide Frigade`),s(!0),c)),S=o&&r&&i?`${t}userFlowStates?foreignUserId=${encodeURIComponent(i)}${n?`&foreignUserGroupId=${encodeURIComponent(n)}`:""}`:null,{data:w,isLoading:h,mutate:x,error:T}=a?ha(S,g):ga(S,g,{revalidateOnFocus:!0,revalidateIfStale:!0,keepPreviousData:!0,revalidateOnMount:!1,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>c,onLoadingSlow:()=>c}),y=w==null?void 0:w.data;ua(()=>{!l&&!h&&y&&f(!0)},[y,l,h]);function F(P){return M(this,null,function*(){if(y&&!a){let A=y.find(I=>I.flowId===P);A&&A.flowState!==le&&(A.flowState=le),yield x(Promise.resolve(ue(w,{data:y})),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function O(P){return M(this,null,function*(){if(y&&!a){let A=y.find(I=>I.flowId===P);A&&A.flowState!==Nt&&(A.flowState=Nt),yield x(Promise.resolve(ue(w,{data:y})),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function v(P,A,I){return M(this,null,function*(){if(y){let D=y.find(z=>z.flowId===P);D&&(D.stepStates[A]=I,D.flowState=Ot),yield x(Promise.resolve(ue(w,{data:y})),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function m(P,A,I){return M(this,null,function*(){if(y){let D=y.find(z=>z.flowId===P);D&&(D.lastStepId=A,D.stepStates[A]=I,D.flowState=Ot),yield x(ue(w,{data:y}),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function N(P){return M(this,null,function*(){if(y){let A=y.find(I=>I.flowId===P);A&&A.flowState!==Ue&&(A.flowState=Ue,A.lastStepId=xa,Object.keys(A.stepStates).forEach(I=>{A.stepStates[I].actionType=st,A.stepStates[I].createdAt=new Date().toISOString()}),yield x(ue(w,{data:y}),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1}),d(P))}})}function E(P,A,I){return M(this,null,function*(){if(y){let D=y.find(z=>z.flowId===P);D&&(D.stepStates[A]=I),yield x(Promise.resolve(ue(w,{data:y})),{optimisticData:ue(w,{data:y}),revalidate:!1,rollbackOnError:!1})}})}return{userFlowStatesData:y,isLoadingUserFlowStateData:!l,mutateUserFlowState:x,optimisticallyMarkFlowCompleted:F,optimisticallyMarkFlowSkipped:O,optimisticallyMarkFlowNotStarted:N,optimisticallyMarkStepCompleted:v,optimisticallyMarkStepNotStarted:E,optimisticallyMarkStepStarted:m,error:T}}function So(){let{config:e,apiUrl:t}=Ze(),{userFlowStatesData:o,mutateUserFlowState:i}=_e(),{failedFlowResponses:n,setFailedFlowResponses:r,flowResponses:s,setFlowResponses:a}=Ca(ee),[d,l]=fi(new Set),[f,c]=fi(new Set),g=qt();function S(x){let T=JSON.stringify(x);if(d.has(T))return null;d.add(T),l(d),f.add(x),c(f);let y=s==null?void 0:s.find(F=>F.flowSlug===x.flowSlug&&F.stepId===x.stepId&&F.actionType===x.actionType&&F.createdAt===x.createdAt);return g(`${t}flowResponses`,G(b({},e),{method:"POST",body:T})).then(F=>{F.status!==200&&F.status!==201?(console.log("Failed to send flow response for step "+x.stepId+". Will retry again later."),r([...n,x])):y||a(O=>[...O!=null?O:[],x])})}function w(x){return M(this,null,function*(){x.foreignUserId&&(x.actionType===Ot||x.actionType===Ue?yield S(x):x.actionType===le?yield S(x):x.actionType===Co?yield S(x):x.actionType===$e?yield S(x):x.actionType===Nt?yield S(x):x.actionType===st&&(yield S(x)))})}function h(){let x=[];return o==null||o.forEach(T=>{if(T&&T.stepStates&&Object.keys(T.stepStates).length!==0)for(let y in T.stepStates){let F=T.stepStates[y];x.push({foreignUserId:T.foreignUserId,flowSlug:T.flowId,stepId:F.stepId,actionType:F.actionType,data:{},createdAt:new Date(F.createdAt),blocked:F.blocked,hidden:F.hidden})}}),[...x,...s]}return{addResponse:w,setFlowResponses:a,getFlowResponses:h}}import Ta from"swr";var ya=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,gi=e=>{let t=ya.exec(e);if(t===null)return null;let o=null;return t.forEach((i,n)=>{let r=Sa(i,"'","");r.startsWith("flow_")&&(o=r)}),o},Sa=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};function Wo(e){try{return JSON.parse(e)}catch(t){return console.error("Failed to parse Frigade config.yml to JSON",t),null}}var wr=(l=>(l.CHECKLIST="CHECKLIST",l.FORM="FORM",l.TOUR="TOUR",l.SUPPORT="SUPPORT",l.CUSTOM="CUSTOM",l.BANNER="BANNER",l.EMBEDDED_TIP="EMBEDDED_TIP",l.NPS_SURVEY="NPS_SURVEY",l.ANNOUNCEMENT="ANNOUNCEMENT",l))(wr||{});function ie(){let{config:e,apiUrl:t}=Ze(),{flows:o,setFlows:i,userId:n,organizationId:r,publicApiKey:s,customVariables:a,setCustomVariables:d,hasActiveFullPageFlow:l,setHasActiveFullPageFlow:f,setFlowResponses:c,setShouldGracefullyDegrade:g,shouldGracefullyDegrade:S,readonly:w,flowDataOverrides:h}=ba(ee),x={data:[]},{verifySDKInitiated:T}=Yt(),{addResponse:y,getFlowResponses:F}=So(),O=u=>fetch(u,e).then(C=>C.ok?C.json():(console.log(`Error fetching ${u} (${C.status}): ${C.statusText}. Will gracefully degrade and hide Frigade`),g(!0),x)).catch(C=>(console.log(`Error fetching ${u}: ${C}. Will gracefully degrade and hide Frigade`),g(!0),x)),{mutateUserFlowState:v,userFlowStatesData:m,isLoadingUserFlowStateData:N,optimisticallyMarkFlowCompleted:E,optimisticallyMarkFlowSkipped:P,optimisticallyMarkFlowNotStarted:A,optimisticallyMarkStepCompleted:I,optimisticallyMarkStepNotStarted:D,optimisticallyMarkStepStarted:z}=_e(),{data:H,error:Q,isLoading:te}=Ta(s?`${t}flows${w?"?readonly=true":""}`:null,O,{keepPreviousData:!0});wa(()=>{if(Q){console.error(Q);return}H&&H.data&&i(H.data)},[H,Q]);function U(u){if(te)return null;let C=o.find(k=>k.slug===u);return!C&&o.length>0&&!N&&!te?(console.log(`Flow with id ${u} not found`),null):(C&&h&&h[u]&&(C.data=h[u]),(C==null?void 0:C.active)===!1&&!w?null:C)}function W(u){var _,Pe,Et,At,It;if(!U(u))return[];let C=(_=U(u))==null?void 0:_.data;return C?(C=oe(C),((It=(At=(Pe=Wo(C))==null?void 0:Pe.data)!=null?At:(Et=Wo(C))==null?void 0:Et.steps)!=null?It:[]).map(ge=>{let ho=je(ge);return G(b({handleSecondaryButtonClick:()=>{ge.skippable===!0&&L(u,ge.id,{skipped:!0})}},ge),{complete:V(u,ge.id)===$e||ho>=1,started:V(u,ge.id)===Co||V(u,ge.id)===$e,currentlyActive:m==null?void 0:m.some(xo=>xo.flowId==u&&xo.lastStepId===ge.id),blocked:j(u,ge.id),hidden:Z(u,ge.id),handlePrimaryButtonClick:()=>{(!ge.completionCriteria&&(ge.autoMarkCompleted||ge.autoMarkCompleted===void 0)||ge.completionCriteria&&ge.autoMarkCompleted===!0)&&L(u,ge.id)},progress:ho})}).filter(ge=>ge.hidden!==!0)):[]}function oe(u){return u.replaceAll(/\${(.*?)}/g,(C,k)=>a[k]===void 0?"":String(a[k]).replace(/[\u00A0-\u9999<>\&]/g,function(_){return"&#"+_.charCodeAt(0)+";"}).replaceAll(/[\\]/g,"\\\\").replaceAll(/[\"]/g,'\\"').replaceAll(/[\/]/g,"\\/").replaceAll(/[\b]/g,"\\b").replaceAll(/[\f]/g,"\\f").replaceAll(/[\n]/g,"\\n").replaceAll(/[\r]/g,"\\r").replaceAll(/[\t]/g,"\\t"))}function J(u){var k;if(!U(u))return[];let C=U(u).data;return C?(C=oe(C),(k=JSON.parse(C))!=null?k:{}):[]}function me(u,C){d(k=>G(b({},k),{[u]:C}))}function De(u){!N&&!te&&u&&JSON.stringify(a)!=JSON.stringify(b(b({},a),u))&&Object.keys(u).forEach(C=>{me(C,u[C])})}let Ee=Lt((u,C,k)=>M(this,null,function*(){if(!T())return;let _={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:C,actionType:Co,data:k!=null?k:{},createdAt:new Date,blocked:!1,hidden:!1};se(_)&&(yield z(u,C,_),y(_))}),[n,r,m]),X=Lt((u,C,k)=>M(this,null,function*(){if(!T())return;let _={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:C,actionType:st,data:k!=null?k:{},createdAt:new Date,blocked:!1,hidden:!1};se(_)&&(yield D(u,C,_),y(_))}),[n,r,m]),L=Lt((u,C,k)=>M(this,null,function*(){if(!T())return;let _={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:C,actionType:$e,data:k!=null?k:{},createdAt:new Date,blocked:!1,hidden:!1};se(_)&&(yield I(u,C,_),y(_))}),[n,r,m]),re=Lt((u,C)=>M(this,null,function*(){if(!T()||xt(u)===Ue)return;let k={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:"unknown",actionType:Ue,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};yield A(u),se(k)&&y(k)}),[n,r,m]),Fe=Lt((u,C)=>M(this,null,function*(){if(!T())return;let k={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:"unknown",actionType:Ot,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};se(k)&&y(k)}),[n,r,m]),Ve=Lt((u,C)=>M(this,null,function*(){if(!T())return;let k={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:"unknown",actionType:le,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};se(k)&&(yield E(u),y(k))}),[n,r,m]),ke=Lt((u,C)=>M(this,null,function*(){if(!T())return;let k={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:u,stepId:"unknown",actionType:Nt,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};se(k)&&(yield P(u),y(k))}),[n,r,m]);function se(u){var C;if(m===void 0)return!1;if(m){let k=m.find(_=>_.flowId===u.flowSlug);if(u.actionType===st&&(!(k!=null&&k.stepStates[u.stepId])||k.stepStates[u.stepId].actionType===st))return!1;if(k&&((C=k.stepStates[u.stepId])==null?void 0:C.actionType)===u.actionType){if(u.actionType===$e&&(!u.data||JSON.stringify(u.data)===JSON.stringify({})))return!1;let _=Object.keys(k.stepStates).sort((Pe,Et)=>{let At=new Date(k.stepStates[Pe].createdAt),It=new Date(k.stepStates[Et].createdAt);return At.getTime()-It.getTime()});if(k.stepStates[_[_.length-1]].actionType===u.actionType&&u.stepId===_[_.length-1])return!1}if(k&&k.flowState===le&&u.actionType===le)return!1}return!0}function V(u,C){let k=$(u,C);return N?null:k?k.actionType:st}function j(u,C){let k=$(u,C);return k?k.blocked:!1}function Z(u,C){let k=$(u,C);return k?k.hidden:!1}function $(u,C){var _;if(N)return null;let k=m==null?void 0:m.find(Pe=>Pe.flowId===u);return!k||!k.stepStates[C]?null:(_=k.stepStates[C])!=null?_:null}function Y(u){var k,_;if(N||!m)return null;if(xt(u)===Ue)return(k=W(u)[0])!=null?k:null;let C=(_=m.find(Pe=>Pe.flowId===u))==null?void 0:_.lastStepId;return C?W(u).find(Pe=>Pe.id===C):null}function be(u){var _;let C=Y(u);if(!C)return 0;let k=(_=W(u).findIndex(Pe=>Pe.id===C.id))!=null?_:0;return V(u,C.id)===$e&&k<W(u).length-1?k+1:k}function je(u){if(!u.completionCriteria)return;let C=gi(u.completionCriteria);if(C===null)return;let k=qe(C),_=nt(C);return _===0?void 0:k/_}function xt(u){let C=m==null?void 0:m.find(k=>k.flowId===u);return C?C.flowState:null}function qe(u){let C=W(u);return C.length===0?0:C.filter(_=>V(u,_.id)===$e).length}function nt(u){return W(u).length}function Xe(u){let C=o.find(k=>k.slug===u);return C?(h&&h[u]&&(C.data=h[u]),Wo(C.data)):null}function vt(u){if(w)return!1;if(N||S)return!0;if(u!=null&&u.targetingLogic&&m){let C=m.find(k=>k.flowId===u.slug);if(C)return C.shouldTrigger===!1}return!!(u!=null&&u.targetingLogic&&n&&n.startsWith("guest_"))}function jt(u){return!vt(U(u))}function Gt(){n&&v()}function Bt(){return o}return{getAllFlows:Bt,getFlow:U,getFlowData:Xe,isLoading:N||te,getStepStatus:V,getFlowSteps:W,getCurrentStepIndex:be,markStepStarted:Ee,markStepCompleted:L,markFlowNotStarted:re,markFlowStarted:Fe,markFlowCompleted:Ve,markFlowSkipped:ke,markStepNotStarted:X,getFlowStatus:xt,getNumberOfStepsCompleted:qe,getNumberOfSteps:nt,targetingLogicShouldHideFlow:vt,setCustomVariable:me,updateCustomVariables:De,customVariables:a,getStepOptionalProgress:je,getFlowMetadata:J,isStepBlocked:j,isStepHidden:Z,hasActiveFullPageFlow:l,setHasActiveFullPageFlow:f,isFlowAvailableToUser:jt,refresh:Gt}}import{useCallback as zo,useContext as Fa,useEffect as ka}from"react";var Jt="guest_";function bo(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:i,shouldGracefullyDegrade:n}=Fa(ee),{config:r,apiUrl:s}=Ze(),{mutateUserFlowState:a}=_e(),d=qt(),{verifySDKInitiated:l}=Yt();function f(h){return`frigade-user-registered-${h}`}ka(()=>{if(e&&!t){if(e.startsWith(Jt))return;let h=f(e);localStorage.getItem(h)||(d(`${s}users`,G(b({},r),{method:"POST",body:JSON.stringify({foreignId:e})})),localStorage.setItem(h,"true"))}},[e,n,t]);let c=zo(h=>M(this,null,function*(){if(!l())return;let x={foreignId:e,properties:h};yield d(`${s}users`,G(b({},r),{method:"POST",body:JSON.stringify(x)})),i(T=>b(b({},T),h)),a()}),[e,r,n,a]),g=zo((h,x)=>M(this,null,function*(){if(!l())return;let y={foreignId:e,events:[{event:h,properties:x}]};yield d(`${s}users`,G(b({},r),{method:"POST",body:JSON.stringify(y)})),a()}),[e,r,a]),S=zo((h,x)=>M(this,null,function*(){if(l())if(x&&Object.keys(x).length>0){let T=f(h);localStorage.setItem(T,"true"),o(h);let y={foreignId:h,properties:x};yield d(`${s}users`,G(b({},r),{method:"POST",body:JSON.stringify(y)})),i(F=>b(b({},F),x)),a()}else o(h)}),[r,n,a]),w=zo(h=>M(this,null,function*(){if(!l())return;let x=typeof window!="undefined"?localStorage.getItem($t):null;if(console.log("id",localStorage.getItem($t)),!x)return;let T={foreignId:h,linkGuestId:x};yield d(`${s}users`,G(b({},r),{method:"POST",body:JSON.stringify(T)})),a()}),[r,n,a]);return{userId:e,setUserId:o,setUserIdWithProperties:S,addPropertiesToUser:c,trackEventForUser:g,linkExistingGuestSessionToUser:w}}import{v4 as ed}from"uuid";import ot,{useEffect as Cn,useState as Xp}from"react";import Ye,{useEffect as Pr,useState as La}from"react";import Go from"styled-components";import Pa from"react";import va from"styled-components";var hi="fr-",wo="cfr-";function p(e,t){let o=`${hi}${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+" "+wo+e}return o}function B(e){if(!e.className||e.className.indexOf(wo)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(hi)?"":`:not(${o.map(i=>`.${i}`).join(", ")})`}function Ho(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function ve(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Ho(t)}: ${e.styleOverrides[t]};`).join(" "):""}function we(...e){return e.filter(Boolean).join(" ")}function To(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Ba=va.div`
2
+ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnPropertyDescriptors;var Wo=Object.getOwnPropertySymbols;var pi=Object.prototype.hasOwnProperty,di=Object.prototype.propertyIsEnumerable;var ai=(e,t,o)=>t in e?sa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,b=(e,t)=>{for(var o in t||(t={}))pi.call(t,o)&&ai(e,o,t[o]);if(Wo)for(var o of Wo(t))di.call(t,o)&&ai(e,o,t[o]);return e},j=(e,t)=>la(e,aa(t));var ci=e=>typeof e=="symbol"?e:e+"",$e=(e,t)=>{var o={};for(var i in e)pi.call(e,i)&&t.indexOf(i)<0&&(o[i]=e[i]);if(e!=null&&Wo)for(var i of Wo(e))t.indexOf(i)<0&&di.call(e,i)&&(o[i]=e[i]);return o};var M=(e,t,o)=>new Promise((i,n)=>{var r=d=>{try{a(o.next(d))}catch(l){n(l)}},s=d=>{try{a(o.throw(d))}catch(l){n(l)}},a=d=>d.done?i(d.value):Promise.resolve(d.value).then(r,s);a((o=o.apply(e,t)).next())});import Oo,{createContext as Fd,useEffect as lr,useState as Ke}from"react";import{ThemeProvider as An}from"styled-components";import _t,{useContext as Rp,useEffect as ro,useState as Eo}from"react";import{useCallback as Lt,useContext as ba,useEffect as wa}from"react";import Sr,{useMemo as ui}from"react";var mi="1.38.2";var st="NOT_STARTED_STEP",pe="COMPLETED_FLOW",It="SKIPPED_FLOW",Ot="STARTED_FLOW",Ue="NOT_STARTED_FLOW",Me="COMPLETED_STEP",yo="STARTED_STEP";function Ze(){let{publicApiKey:e,userId:t,apiUrl:o}=Sr.useContext(oe);return{config:ui(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":mi,"X-Frigade-SDK-Platform":"React"}}),[e,t]),apiUrl:ui(()=>`${o}/v1/public/`,[o])}}var pa="frigade-last-call-at-",da="frigade-last-call-data-";function qt(){let{shouldGracefullyDegrade:e,readonly:t}=Sr.useContext(oe);return(o,i)=>M(this,null,function*(){if(t&&(i.method==="POST"||i.method==="PUT"||i.method==="DELETE"))return Kt();if(e)return console.log(`Skipping ${o} call to Frigade due to error`),Kt();let n=pa+o,r=da+o;if(typeof window!="undefined"&&window.localStorage&&i&&i.body&&i.method==="POST"){let a=window.localStorage.getItem(n),d=window.localStorage.getItem(r);if(a&&d&&d==i.body){let l=new Date(a);if(new Date().getTime()-l.getTime()<1e3)return Kt()}typeof window!="undefined"&&(window.localStorage.setItem(n,new Date().toISOString()),window.localStorage.setItem(r,i.body))}let s;try{s=yield fetch(o,i)}catch(a){return Kt(a)}return s?s.ok?s:Kt(s.statusText):Kt()})}function Kt(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function Yt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=Sr.useContext(oe);function o(){return t?!1:e?!0:(console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider"),!1)}return{verifySDKInitiated:o}}import{useContext as Ca,useState as fi}from"react";import{useContext as ma,useEffect as ua,useState as fa}from"react";import ga from"swr";import{useContext as ca}from"react";function Ne(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:i,completedFlowsToKeepOpenDuringSession:n}=ca(oe);function r(c,g=!1){var S;return(S=e[c])!=null?S:g}function s(c,g){t(S=>j(b({},S),{[c]:g}))}function a(c){t(g=>{let h=g,{[c]:S}=h,k=$e(h,[ci(c)]);return b({},k)})}function d(c){n.includes(c)||i(g=>[...g,c])}function l(c){return n.includes(c)}function u(c){return Object.entries(e).some(([g,S])=>S&&g!=c)||o}return{getOpenFlowState:r,setOpenFlowState:s,resetOpenFlowState:a,hasOpenModals:u,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:l}}import ha from"swr/immutable";import So from"core-js-pure/actual/structured-clone";function br(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ue(...e){let t=e.shift(),o=e.length===1?e[0]:ue(...e);if(!br(t)||!br(o))throw new Error("deepmerge can only merge Objects");let i=So(t);return Object.entries(o).forEach(([n,r])=>{br(r)?i[n]!==void 0?Object.assign(i,{[n]:ue(i[n],So(r))}):Object.assign(i,{[n]:So(r)}):Array.isArray(r)?i[n]!==void 0?Object.assign(i,{[n]:[...i[n],...So(r)]}):Object.assign(i,{[n]:So(r)}):Object.assign(i,{[n]:r})}),i}function Jt(e){try{return JSON.parse(e)}catch(t){return console.error("Failed to parse Frigade config.yml to JSON",t),null}}var xa="unknown";function _e(){let{config:e,apiUrl:t}=Ze(),{publicApiKey:o,userId:i,organizationId:n,flows:r,setShouldGracefullyDegrade:s,readonly:a}=ma(oe),{resetOpenFlowState:d}=Ne(),[l,u]=fa(!1),c={data:r.map(T=>({flowId:T.id,flowState:pe,lastStepId:null,userId:i,foreignUserId:i,stepStates:{},shouldTrigger:!1}))},g=T=>fetch(T,e).then(A=>{if(A.ok)return A.json();throw new Error("Failed to fetch user flow states")}).catch(A=>(console.log(`Error fetching ${T}: ${A}. Will gracefully degrade and hide Frigade`),s(!0),c)),S=o&&r&&i?`${t}userFlowStates?foreignUserId=${encodeURIComponent(i)}${n?`&foreignUserGroupId=${encodeURIComponent(n)}`:""}`:null,{data:k,isLoading:h,mutate:x,error:F}=a?ha(S,g):ga(S,g,{revalidateOnFocus:!0,revalidateIfStale:!0,keepPreviousData:!0,revalidateOnMount:!1,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>c,onLoadingSlow:()=>c}),y=k==null?void 0:k.data;ua(()=>{!l&&!h&&y&&u(!0)},[y,l,h]);function v(T){return M(this,null,function*(){if(y&&!a){let A=y.find(N=>N.flowId===T);A&&A.flowState!==pe&&(A.flowState=pe),yield x(Promise.resolve(ue(k,{data:y})),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function L(T){return M(this,null,function*(){if(y&&!a){let A=y.find(N=>N.flowId===T);A&&A.flowState!==It&&(A.flowState=It),yield x(Promise.resolve(ue(k,{data:y})),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function E(T,A,N){return M(this,null,function*(){var U,z;if(y){let G=y.find(_=>_.flowId===T);if(G){let _=r.find(q=>q.slug===T),K=Jt(_==null?void 0:_.data),J=(z=(U=K==null?void 0:K.steps)!=null?U:K==null?void 0:K.data)!=null?z:[],O=J.findIndex(q=>q.id===A),Z=J&&J.length>O+1?J[O+1]:null;Z&&(G.lastStepId=Z.id),G.stepStates[A]=N,G.flowState=Ot}yield x(Promise.resolve(ue(k,{data:y})),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function f(T,A,N){return M(this,null,function*(){if(y){let U=y.find(z=>z.flowId===T);U&&(U.lastStepId=A,U.stepStates[A]=N,U.flowState=Ot),yield x(ue(k,{data:y}),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1})}})}function w(T){return M(this,null,function*(){if(y){let A=y.find(N=>N.flowId===T);A&&A.flowState!==Ue&&(A.flowState=Ue,A.lastStepId=xa,Object.keys(A.stepStates).forEach(N=>{A.stepStates[N].actionType=st,A.stepStates[N].createdAt=new Date().toISOString()}),yield x(ue(k,{data:y}),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1}),d(T))}})}function I(T,A,N){return M(this,null,function*(){if(y){let U=y.find(z=>z.flowId===T);U&&(U.stepStates[A]=N),yield x(Promise.resolve(ue(k,{data:y})),{optimisticData:ue(k,{data:y}),revalidate:!1,rollbackOnError:!1})}})}return{userFlowStatesData:y,isLoadingUserFlowStateData:!l,mutateUserFlowState:x,optimisticallyMarkFlowCompleted:v,optimisticallyMarkFlowSkipped:L,optimisticallyMarkFlowNotStarted:w,optimisticallyMarkStepCompleted:E,optimisticallyMarkStepNotStarted:I,optimisticallyMarkStepStarted:f,error:F}}function bo(){let{config:e,apiUrl:t}=Ze(),{userFlowStatesData:o,mutateUserFlowState:i}=_e(),{failedFlowResponses:n,setFailedFlowResponses:r,flowResponses:s,setFlowResponses:a}=Ca(oe),[d,l]=fi(new Set),[u,c]=fi(new Set),g=qt();function S(x){let F=JSON.stringify(x);if(d.has(F))return null;d.add(F),l(d),u.add(x),c(u);let y=s==null?void 0:s.find(v=>v.flowSlug===x.flowSlug&&v.stepId===x.stepId&&v.actionType===x.actionType&&v.createdAt===x.createdAt);return g(`${t}flowResponses`,j(b({},e),{method:"POST",body:F})).then(v=>{v.status!==200&&v.status!==201?(console.log("Failed to send flow response for step "+x.stepId+". Will retry again later."),r([...n,x])):y||a(L=>[...L!=null?L:[],x])})}function k(x){return M(this,null,function*(){x.foreignUserId&&(x.actionType===Ot||x.actionType===Ue?yield S(x):x.actionType===pe?yield S(x):x.actionType===yo?yield S(x):x.actionType===Me?yield S(x):x.actionType===It?yield S(x):x.actionType===st&&(yield S(x)))})}function h(){let x=[];return o==null||o.forEach(F=>{if(F&&F.stepStates&&Object.keys(F.stepStates).length!==0)for(let y in F.stepStates){let v=F.stepStates[y];x.push({foreignUserId:F.foreignUserId,flowSlug:F.flowId,stepId:v.stepId,actionType:v.actionType,data:{},createdAt:new Date(v.createdAt),blocked:v.blocked,hidden:v.hidden})}}),[...x,...s]}return{addResponse:k,setFlowResponses:a,getFlowResponses:h}}import Ta from"swr";var ya=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,gi=e=>{let t=ya.exec(e);if(t===null)return null;let o=null;return t.forEach((i,n)=>{let r=Sa(i,"'","");r.startsWith("flow_")&&(o=r)}),o},Sa=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};var wr=(l=>(l.CHECKLIST="CHECKLIST",l.FORM="FORM",l.TOUR="TOUR",l.SUPPORT="SUPPORT",l.CUSTOM="CUSTOM",l.BANNER="BANNER",l.EMBEDDED_TIP="EMBEDDED_TIP",l.NPS_SURVEY="NPS_SURVEY",l.ANNOUNCEMENT="ANNOUNCEMENT",l))(wr||{});function ie(){let{config:e,apiUrl:t}=Ze(),{flows:o,setFlows:i,userId:n,organizationId:r,publicApiKey:s,customVariables:a,setCustomVariables:d,hasActiveFullPageFlow:l,setHasActiveFullPageFlow:u,setFlowResponses:c,setShouldGracefullyDegrade:g,shouldGracefullyDegrade:S,readonly:k,flowDataOverrides:h}=ba(oe),x={data:[]},{verifySDKInitiated:F}=Yt(),{addResponse:y,getFlowResponses:v}=bo(),L=m=>fetch(m,e).then(C=>C.ok?C.json():(console.log(`Error fetching ${m} (${C.status}): ${C.statusText}. Will gracefully degrade and hide Frigade`),g(!0),x)).catch(C=>(console.log(`Error fetching ${m}: ${C}. Will gracefully degrade and hide Frigade`),g(!0),x)),{mutateUserFlowState:E,userFlowStatesData:f,isLoadingUserFlowStateData:w,optimisticallyMarkFlowCompleted:I,optimisticallyMarkFlowSkipped:T,optimisticallyMarkFlowNotStarted:A,optimisticallyMarkStepCompleted:N,optimisticallyMarkStepNotStarted:U,optimisticallyMarkStepStarted:z}=_e(),{data:G,error:_,isLoading:K}=Ta(s?`${t}flows${k?"?readonly=true":""}`:null,L,{keepPreviousData:!0});wa(()=>{if(_){console.error(_);return}G&&G.data&&i(G.data)},[G,_]);function J(m){if(K)return null;let C=o.find(P=>P.slug===m);return!C&&o.length>0&&!w&&!K?(console.log(`Flow with id ${m} not found`),null):(C&&h&&h[m]&&(C.data=h[m]),(C==null?void 0:C.active)===!1&&!k?null:C)}function O(m){var W,Be,Et,At,Nt;if(!J(m))return[];let C=(W=J(m))==null?void 0:W.data;return C?(C=Z(C),((Nt=(At=(Be=Jt(C))==null?void 0:Be.data)!=null?At:(Et=Jt(C))==null?void 0:Et.steps)!=null?Nt:[]).map(ge=>{let xo=je(ge);return j(b({handleSecondaryButtonClick:()=>{ge.skippable===!0&&$(m,ge.id,{skipped:!0})}},ge),{complete:H(m,ge.id)===Me||xo>=1,started:H(m,ge.id)===yo||H(m,ge.id)===Me,currentlyActive:f==null?void 0:f.some(Co=>Co.flowId==m&&Co.lastStepId===ge.id),blocked:V(m,ge.id),hidden:ee(m,ge.id),handlePrimaryButtonClick:()=>{(!ge.completionCriteria&&(ge.autoMarkCompleted||ge.autoMarkCompleted===void 0)||ge.completionCriteria&&ge.autoMarkCompleted===!0)&&$(m,ge.id)},progress:xo})}).filter(ge=>ge.hidden!==!0)):[]}function Z(m){return m.replaceAll(/\${(.*?)}/g,(C,P)=>a[P]===void 0?"":String(a[P]).replace(/[\u00A0-\u9999<>\&]/g,function(W){return"&#"+W.charCodeAt(0)+";"}).replaceAll(/[\\]/g,"\\\\").replaceAll(/[\"]/g,'\\"').replaceAll(/[\/]/g,"\\/").replaceAll(/[\b]/g,"\\b").replaceAll(/[\f]/g,"\\f").replaceAll(/[\n]/g,"\\n").replaceAll(/[\r]/g,"\\r").replaceAll(/[\t]/g,"\\t"))}function q(m){var P;if(!J(m))return[];let C=J(m).data;return C?(C=Z(C),(P=JSON.parse(C))!=null?P:{}):[]}function ne(m,C){d(P=>j(b({},P),{[m]:C}))}function Se(m){!w&&!K&&m&&JSON.stringify(a)!=JSON.stringify(b(b({},a),m))&&Object.keys(m).forEach(C=>{ne(C,m[C])})}let ke=Lt((m,C,P)=>M(this,null,function*(){if(!F())return;let W={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:C,actionType:yo,data:P!=null?P:{},createdAt:new Date,blocked:!1,hidden:!1};ae(W)&&(yield z(m,C,W),y(W))}),[n,r,f]),R=Lt((m,C,P)=>M(this,null,function*(){if(!F())return;let W={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:C,actionType:st,data:P!=null?P:{},createdAt:new Date,blocked:!1,hidden:!1};ae(W)&&(yield U(m,C,W),y(W))}),[n,r,f]),$=Lt((m,C,P)=>M(this,null,function*(){if(!F())return;let W={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:C,actionType:Me,data:P!=null?P:{},createdAt:new Date,blocked:!1,hidden:!1};ae(W)&&(yield N(m,C,W),y(W))}),[n,r,f]),re=Lt((m,C)=>M(this,null,function*(){if(!F()||xt(m)===Ue)return;let P={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:"unknown",actionType:Ue,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};yield A(m),ae(P)&&y(P)}),[n,r,f]),Pe=Lt((m,C)=>M(this,null,function*(){if(!F())return;let P={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:"unknown",actionType:Ot,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};ae(P)&&y(P)}),[n,r,f]),Ve=Lt((m,C)=>M(this,null,function*(){if(!F())return;let P={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:"unknown",actionType:pe,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};ae(P)&&(yield I(m),y(P))}),[n,r,f]),ve=Lt((m,C)=>M(this,null,function*(){if(!F())return;let P={foreignUserId:n,foreignUserGroupId:r!=null?r:null,flowSlug:m,stepId:"unknown",actionType:It,data:C!=null?C:{},createdAt:new Date,blocked:!1,hidden:!1};ae(P)&&(yield T(m),y(P))}),[n,r,f]);function ae(m){var C;if(f===void 0)return!1;if(f){let P=f.find(W=>W.flowId===m.flowSlug);if(m.actionType===st&&(!(P!=null&&P.stepStates[m.stepId])||P.stepStates[m.stepId].actionType===st))return!1;if(P&&((C=P.stepStates[m.stepId])==null?void 0:C.actionType)===m.actionType){if(m.actionType===Me&&(!m.data||JSON.stringify(m.data)===JSON.stringify({})))return!1;let W=Object.keys(P.stepStates).sort((Be,Et)=>{let At=new Date(P.stepStates[Be].createdAt),Nt=new Date(P.stepStates[Et].createdAt);return At.getTime()-Nt.getTime()});if(P.stepStates[W[W.length-1]].actionType===m.actionType&&m.stepId===W[W.length-1])return!1}if(P&&P.flowState===pe&&m.actionType===pe)return!1}return!0}function H(m,C){let P=D(m,C);return w?null:P?P.actionType:st}function V(m,C){let P=D(m,C);return P?P.blocked:!1}function ee(m,C){let P=D(m,C);return P?P.hidden:!1}function D(m,C){var W;if(w)return null;let P=f==null?void 0:f.find(Be=>Be.flowId===m);return!P||!P.stepStates[C]?null:(W=P.stepStates[C])!=null?W:null}function Q(m){var P,W;if(w||!f)return null;if(xt(m)===Ue)return(P=O(m)[0])!=null?P:null;let C=(W=f.find(Be=>Be.flowId===m))==null?void 0:W.lastStepId;return C?O(m).find(Be=>Be.id===C):null}function we(m){var W;let C=Q(m);if(!C)return 0;let P=(W=O(m).findIndex(Be=>Be.id===C.id))!=null?W:0;return H(m,C.id)===Me&&P<O(m).length-1?P+1:P}function je(m){if(!m.completionCriteria)return;let C=gi(m.completionCriteria);if(C===null)return;let P=qe(C),W=nt(C);return W===0?void 0:P/W}function xt(m){let C=f==null?void 0:f.find(P=>P.flowId===m);return C?C.flowState:null}function qe(m){let C=O(m);return C.length===0?0:C.filter(W=>H(m,W.id)===Me).length}function nt(m){return O(m).length}function Xe(m){let C=o.find(P=>P.slug===m);return C?(h&&h[m]&&(C.data=h[m]),Jt(C.data)):null}function vt(m){if(k)return!1;if(w||S)return!0;if(m!=null&&m.targetingLogic&&f){let C=f.find(P=>P.flowId===m.slug);if(C)return C.shouldTrigger===!1}return!!(m!=null&&m.targetingLogic&&n&&n.startsWith("guest_"))}function jt(m){return!vt(J(m))}function Gt(){n&&E()}function Bt(){return o}return{getAllFlows:Bt,getFlow:J,getFlowData:Xe,isLoading:w||K,getStepStatus:H,getFlowSteps:O,getCurrentStepIndex:we,markStepStarted:ke,markStepCompleted:$,markFlowNotStarted:re,markFlowStarted:Pe,markFlowCompleted:Ve,markFlowSkipped:ve,markStepNotStarted:R,getFlowStatus:xt,getNumberOfStepsCompleted:qe,getNumberOfSteps:nt,targetingLogicShouldHideFlow:vt,setCustomVariable:ne,updateCustomVariables:Se,customVariables:a,getStepOptionalProgress:je,getFlowMetadata:q,isStepBlocked:V,isStepHidden:ee,hasActiveFullPageFlow:l,setHasActiveFullPageFlow:u,isFlowAvailableToUser:jt,refresh:Gt}}import{useCallback as zo,useContext as Fa,useEffect as ka}from"react";var Xt="guest_";function wo(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:i,shouldGracefullyDegrade:n}=Fa(oe),{config:r,apiUrl:s}=Ze(),{mutateUserFlowState:a}=_e(),d=qt(),{verifySDKInitiated:l}=Yt();function u(h){return`frigade-user-registered-${h}`}ka(()=>{if(e&&!t){if(e.startsWith(Xt))return;let h=u(e);localStorage.getItem(h)||(d(`${s}users`,j(b({},r),{method:"POST",body:JSON.stringify({foreignId:e})})),localStorage.setItem(h,"true"))}},[e,n,t]);let c=zo(h=>M(this,null,function*(){if(!l())return;let x={foreignId:e,properties:h};yield d(`${s}users`,j(b({},r),{method:"POST",body:JSON.stringify(x)})),i(F=>b(b({},F),h)),a()}),[e,r,n,a]),g=zo((h,x)=>M(this,null,function*(){if(!l())return;let y={foreignId:e,events:[{event:h,properties:x}]};yield d(`${s}users`,j(b({},r),{method:"POST",body:JSON.stringify(y)})),a()}),[e,r,a]),S=zo((h,x)=>M(this,null,function*(){if(l())if(x&&Object.keys(x).length>0){let F=u(h);localStorage.setItem(F,"true"),o(h);let y={foreignId:h,properties:x};yield d(`${s}users`,j(b({},r),{method:"POST",body:JSON.stringify(y)})),i(v=>b(b({},v),x)),a()}else o(h)}),[r,n,a]),k=zo(h=>M(this,null,function*(){if(!l())return;let x=typeof window!="undefined"?localStorage.getItem($t):null;if(console.log("id",localStorage.getItem($t)),!x)return;let F={foreignId:h,linkGuestId:x};yield d(`${s}users`,j(b({},r),{method:"POST",body:JSON.stringify(F)})),a()}),[r,n,a]);return{userId:e,setUserId:o,setUserIdWithProperties:S,addPropertiesToUser:c,trackEventForUser:g,linkExistingGuestSessionToUser:k}}import{v4 as ed}from"uuid";import ot,{useEffect as Cn,useState as Xp}from"react";import Ye,{useEffect as Pr,useState as La}from"react";import Go from"styled-components";import Pa from"react";import va from"styled-components";var hi="fr-",To="cfr-";function p(e,t){let o=`${hi}${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+" "+To+e}return o}function B(e){if(!e.className||e.className.indexOf(To)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(hi)?"":`:not(${o.map(i=>`.${i}`).join(", ")})`}function Ho(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function Ee(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Ho(t)}: ${e.styleOverrides[t]};`).join(" "):""}function Te(...e){return e.filter(Boolean).join(" ")}function Fo(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Ba=va.div`
3
3
  display: flex;
4
4
  justify-content: center;
5
5
  position: fixed;
@@ -27,7 +27,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
27
27
  :hover {
28
28
  opacity: 0.8;
29
29
  }
30
- `,Ie=()=>Tr.createElement(Aa,null,Tr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",fill:"none",viewBox:"0 0 20 20"},Tr.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M5 15L15 5M5 5l10 10"})));import{Portal as $a}from"react-portal";import Ai from"react";import Fr from"react";function Ia({style:e,className:t}){return Fr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"54",height:"14",fill:"none",viewBox:"0 0 54 14",style:e,className:t},Fr.createElement("path",{fill:"currentColor",d:"M16.293 3.476v1.036h1.593v1.256h-1.593v5.098h-1.41V5.768H14V4.512h.883V3.244c0-.67.294-1.744 1.777-1.744.515 0 .969.049 1.361.146l-.233 1.232a5.939 5.939 0 00-.833-.073c-.442 0-.662.22-.662.67zm6.534.975V5.83c-.846 0-1.63.159-2.342.476v4.56h-1.41V4.513h1.263l.086.61c.846-.451 1.655-.67 2.403-.67zm2.505-.951c-.331.33-.944.33-1.287 0a.93.93 0 01-.246-.659c0-.268.086-.487.246-.646.343-.33.956-.33 1.287 0 .343.33.343.964 0 1.305zm.061 7.366h-1.41V4.512h1.41v6.354zm6.928-5.756c.246.146.368.402.368.756v4.976c0 1.804-.858 2.658-2.672 2.658-.92 0-1.753-.146-2.514-.439l.417-1.073c.674.22 1.336.33 1.974.33.98 0 1.385-.379 1.385-1.403v-.171c-.588.134-1.09.207-1.52.207-.907 0-1.655-.305-2.231-.902-.576-.598-.87-1.39-.87-2.354 0-.963.294-1.756.87-2.354.576-.61 1.324-.914 2.231-.914 1.005 0 1.864.232 2.562.683zm-2.488 4.634a5.15 5.15 0 001.446-.22V5.951a3.695 3.695 0 00-1.446-.292c-1.08 0-1.778.841-1.778 2.048 0 1.22.699 2.037 1.778 2.037zm7.34-5.317c1.52 0 2.28.878 2.28 2.634v3.805h-1.275l-.073-.524c-.601.414-1.288.621-2.084.621-1.263 0-2.06-.658-2.06-1.731 0-1.269 1.25-2.025 3.408-2.025.135 0 .503.013.662.013v-.171c0-1.012-.343-1.451-1.115-1.451-.675 0-1.435.158-2.256.475l-.466-1.012c1.017-.427 2.01-.634 2.979-.634zm-1.839 4.756c0 .427.343.695 1.017.695.528 0 1.251-.22 1.68-.512V8.22h-.441c-1.508 0-2.256.317-2.256.963zm9.953-4.549v-2.83h1.41v7.72c0 .354-.123.598-.368.757-.71.45-1.57.67-2.562.67-.907 0-1.655-.305-2.231-.902-.577-.61-.87-1.39-.87-2.354 0-.963.293-1.756.87-2.354.576-.61 1.324-.914 2.23-.914.43 0 .933.073 1.521.207zM43.84 9.72c.503 0 .981-.098 1.447-.293V5.854a5.15 5.15 0 00-1.447-.22c-1.078 0-1.777.817-1.777 2.037s.699 2.049 1.777 2.049zM54 7.866v.439h-4.573c.184.963.858 1.512 1.827 1.512.613 0 1.275-.146 1.986-.451l.466 1.024c-.87.378-1.729.573-2.575.573-.931 0-1.692-.304-2.268-.902-.576-.61-.87-1.402-.87-2.366 0-.975.294-1.768.87-2.366.576-.597 1.324-.902 2.244-.902.968 0 1.691.33 2.17.975.478.647.723 1.464.723 2.464zm-4.61-.586h3.298c-.086-1.073-.613-1.731-1.581-1.731-.969 0-1.582.695-1.717 1.731z"}),Fr.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.196 1.229A4.009 4.009 0 014.08 0l4.092.027C9.183.027 10 .867 10 1.904c0 .6-.273 1.133-.7 1.478-.31.25-.7.399-1.126.4h-.001l-4.09-.027h-.002a4.804 4.804 0 00-2.614.77A4.986 4.986 0 000 5.974v-1.78C0 3.036.456 1.988 1.196 1.23zm4.525 4.65a4.282 4.282 0 00-1.184 2.513l3.637.023c.131 0 .259-.015.382-.042h.002c.81-.178 1.42-.908 1.44-1.788v-.046a1.9 1.9 0 00-.533-1.328 1.813 1.813 0 00-.908-.508h-.002l-.002-.001a1.68 1.68 0 00-.366-.042A4.084 4.084 0 005.72 5.88zm-4.525-.016A4.235 4.235 0 000 8.829C0 10.997 1.601 12.78 3.654 13V9.265h-.005l.005-.439v-.437h.023a5.175 5.175 0 011.439-3.13 5.05 5.05 0 01.72-.614l-1.754-.011H4.08c-.787 0-1.521.229-2.144.625a4.11 4.11 0 00-.74.603z",clipRule:"evenodd"}))}var Ci=Ia;import kr from"styled-components";import lt from"styled-components";var Vo=lt.div`
30
+ `,Ie=()=>Tr.createElement(Aa,null,Tr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",fill:"none",viewBox:"0 0 20 20"},Tr.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M5 15L15 5M5 5l10 10"})));import{Portal as $a}from"react-portal";import Ai from"react";import Fr from"react";function Na({style:e,className:t}){return Fr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"54",height:"14",fill:"none",viewBox:"0 0 54 14",style:e,className:t},Fr.createElement("path",{fill:"currentColor",d:"M16.293 3.476v1.036h1.593v1.256h-1.593v5.098h-1.41V5.768H14V4.512h.883V3.244c0-.67.294-1.744 1.777-1.744.515 0 .969.049 1.361.146l-.233 1.232a5.939 5.939 0 00-.833-.073c-.442 0-.662.22-.662.67zm6.534.975V5.83c-.846 0-1.63.159-2.342.476v4.56h-1.41V4.513h1.263l.086.61c.846-.451 1.655-.67 2.403-.67zm2.505-.951c-.331.33-.944.33-1.287 0a.93.93 0 01-.246-.659c0-.268.086-.487.246-.646.343-.33.956-.33 1.287 0 .343.33.343.964 0 1.305zm.061 7.366h-1.41V4.512h1.41v6.354zm6.928-5.756c.246.146.368.402.368.756v4.976c0 1.804-.858 2.658-2.672 2.658-.92 0-1.753-.146-2.514-.439l.417-1.073c.674.22 1.336.33 1.974.33.98 0 1.385-.379 1.385-1.403v-.171c-.588.134-1.09.207-1.52.207-.907 0-1.655-.305-2.231-.902-.576-.598-.87-1.39-.87-2.354 0-.963.294-1.756.87-2.354.576-.61 1.324-.914 2.231-.914 1.005 0 1.864.232 2.562.683zm-2.488 4.634a5.15 5.15 0 001.446-.22V5.951a3.695 3.695 0 00-1.446-.292c-1.08 0-1.778.841-1.778 2.048 0 1.22.699 2.037 1.778 2.037zm7.34-5.317c1.52 0 2.28.878 2.28 2.634v3.805h-1.275l-.073-.524c-.601.414-1.288.621-2.084.621-1.263 0-2.06-.658-2.06-1.731 0-1.269 1.25-2.025 3.408-2.025.135 0 .503.013.662.013v-.171c0-1.012-.343-1.451-1.115-1.451-.675 0-1.435.158-2.256.475l-.466-1.012c1.017-.427 2.01-.634 2.979-.634zm-1.839 4.756c0 .427.343.695 1.017.695.528 0 1.251-.22 1.68-.512V8.22h-.441c-1.508 0-2.256.317-2.256.963zm9.953-4.549v-2.83h1.41v7.72c0 .354-.123.598-.368.757-.71.45-1.57.67-2.562.67-.907 0-1.655-.305-2.231-.902-.577-.61-.87-1.39-.87-2.354 0-.963.293-1.756.87-2.354.576-.61 1.324-.914 2.23-.914.43 0 .933.073 1.521.207zM43.84 9.72c.503 0 .981-.098 1.447-.293V5.854a5.15 5.15 0 00-1.447-.22c-1.078 0-1.777.817-1.777 2.037s.699 2.049 1.777 2.049zM54 7.866v.439h-4.573c.184.963.858 1.512 1.827 1.512.613 0 1.275-.146 1.986-.451l.466 1.024c-.87.378-1.729.573-2.575.573-.931 0-1.692-.304-2.268-.902-.576-.61-.87-1.402-.87-2.366 0-.975.294-1.768.87-2.366.576-.597 1.324-.902 2.244-.902.968 0 1.691.33 2.17.975.478.647.723 1.464.723 2.464zm-4.61-.586h3.298c-.086-1.073-.613-1.731-1.581-1.731-.969 0-1.582.695-1.717 1.731z"}),Fr.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.196 1.229A4.009 4.009 0 014.08 0l4.092.027C9.183.027 10 .867 10 1.904c0 .6-.273 1.133-.7 1.478-.31.25-.7.399-1.126.4h-.001l-4.09-.027h-.002a4.804 4.804 0 00-2.614.77A4.986 4.986 0 000 5.974v-1.78C0 3.036.456 1.988 1.196 1.23zm4.525 4.65a4.282 4.282 0 00-1.184 2.513l3.637.023c.131 0 .259-.015.382-.042h.002c.81-.178 1.42-.908 1.44-1.788v-.046a1.9 1.9 0 00-.533-1.328 1.813 1.813 0 00-.908-.508h-.002l-.002-.001a1.68 1.68 0 00-.366-.042A4.084 4.084 0 005.72 5.88zm-4.525-.016A4.235 4.235 0 000 8.829C0 10.997 1.601 12.78 3.654 13V9.265h-.005l.005-.439v-.437h.023a5.175 5.175 0 011.439-3.13 5.05 5.05 0 01.72-.614l-1.754-.011H4.08c-.787 0-1.521.229-2.144.625a4.11 4.11 0 00-.74.603z",clipRule:"evenodd"}))}var Ci=Na;import kr from"styled-components";import lt from"styled-components";var Vo=lt.div`
31
31
  ${e=>B(e)} {
32
32
  background: ${e=>e.appearance.theme.colorBackground};
33
33
  }
@@ -38,7 +38,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
38
38
  min-width: 300px;
39
39
  z-index: ${e=>e.zIndex};
40
40
  overflow: hidden;
41
- `,Na=`
41
+ `,Ia=`
42
42
  display: block;
43
43
  cursor: pointer;
44
44
  position: absolute;
@@ -62,7 +62,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
62
62
  border: none;
63
63
  `,yi=lt.button`
64
64
  ${e=>B(e)} {
65
- ${e=>e.hasImage?Na:Oa};
65
+ ${e=>e.hasImage?Ia:Oa};
66
66
  }
67
67
  `,Si=lt.img`
68
68
  ${e=>B(e)} {
@@ -161,7 +161,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
161
161
  width: ${e=>{var t;return(t=e.width)!=null?t:"1000px"}};
162
162
  z-index: 1500;
163
163
  border-radius: ${e=>{var t,o,i;return(i=(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.borderRadius)!=null?i:8}}px;
164
- ${e=>ve(e)}
164
+ ${e=>Ee(e)}
165
165
  }
166
166
 
167
167
  padding: 32px;
@@ -208,7 +208,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
208
208
  ::-webkit-scrollbar {
209
209
  display: none;
210
210
  }
211
- `,Re=({onClose:e,visible:t,headerContent:o=null,style:i=null,children:n,appearance:r,dismissible:s=!0,showFrigadeBranding:a=!1})=>{let[d,l]=La("");return Pr(()=>{let f=getComputedStyle(document.body).getPropertyValue("overflow");l(f)},[]),Pr(()=>{let f=c=>{c.key==="Escape"&&e()};return document.addEventListener("keydown",f),()=>{document.removeEventListener("keydown",f)}},[e]),Pr(()=>{let f=document.body.style;return t?f.setProperty("overflow","hidden"):f.setProperty("overflow",d),()=>{f.setProperty("overflow",d)}},[t]),t?Ye.createElement($a,null,Ye.createElement(xi,{appearance:r,onClose:()=>{s&&e()}}),Ye.createElement(Ma,{appearance:r,className:p("modalContainer",r),styleOverrides:i},s&&Ye.createElement(Ua,{className:p("modalClose",r),onClick:()=>e(),appearance:r},Ye.createElement(Ie,null)),o&&Ye.createElement(Da,null,o),Ye.createElement(_a,null,n),a&&Ye.createElement(vi,{appearance:r,className:p("poweredByFrigadeRibbon",r)},Ye.createElement(jo,{appearance:r})))):Ye.createElement(Ye.Fragment,null)};import Ct,{useEffect as vr,useState as Wa}from"react";import Ko from"styled-components";import{Portal as za}from"react-portal";function Ha(e){switch(e){case"top-left":return`
211
+ `,Re=({onClose:e,visible:t,headerContent:o=null,style:i=null,children:n,appearance:r,dismissible:s=!0,showFrigadeBranding:a=!1})=>{let[d,l]=La("");return Pr(()=>{let u=getComputedStyle(document.body).getPropertyValue("overflow");l(u)},[]),Pr(()=>{let u=c=>{c.key==="Escape"&&e()};return document.addEventListener("keydown",u),()=>{document.removeEventListener("keydown",u)}},[e]),Pr(()=>{let u=document.body.style;return t?u.setProperty("overflow","hidden"):u.setProperty("overflow",d),()=>{u.setProperty("overflow",d)}},[t]),t?Ye.createElement($a,null,Ye.createElement(xi,{appearance:r,onClose:()=>{s&&e()}}),Ye.createElement(Ma,{appearance:r,className:p("modalContainer",r),styleOverrides:i},s&&Ye.createElement(Ua,{className:p("modalClose",r),onClick:()=>e(),appearance:r},Ye.createElement(Ie,null)),o&&Ye.createElement(Da,null,o),Ye.createElement(_a,null,n),a&&Ye.createElement(vi,{appearance:r,className:p("poweredByFrigadeRibbon",r)},Ye.createElement(jo,{appearance:r})))):Ye.createElement(Ye.Fragment,null)};import Ct,{useEffect as vr,useState as Wa}from"react";import Ko from"styled-components";import{Portal as za}from"react-portal";function Ha(e){switch(e){case"top-left":return`
212
212
  top: 0;
213
213
  left: 0;
214
214
  `;case"top-right":return`
@@ -252,7 +252,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
252
252
  ::-webkit-scrollbar {
253
253
  display: none;
254
254
  }
255
- `,qo=({onClose:e,visible:t,headerContent:o=null,children:i,appearance:n,modalPosition:r="bottom-right",dismissible:s=!0})=>{let[a,d]=Wa("");return vr(()=>{let l=getComputedStyle(document.body).getPropertyValue("overflow");d(l)},[]),vr(()=>{let l=f=>{f.key==="Escape"&&e()};return document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}},[e]),vr(()=>{let l=document.body.style;return t?l.setProperty("overflow","hidden"):l.setProperty("overflow",a),()=>{l.setProperty("overflow",a)}},[t]),t?Ct.createElement(za,null,Ct.createElement(Va,{appearance:n,className:p("cornerModalContainer",n),modalPosition:r},s&&Ct.createElement(Ga,{className:p("cornerModalClose",n),onClick:()=>e()},Ct.createElement(Ie,null)),o&&Ct.createElement(ja,null,o),Ct.createElement(Ka,null,i))):Ct.createElement(Ct.Fragment,null)};import{useContext as qa}from"react";function ae(){let{defaultAppearance:e}=qa(ee);function t(o){var n,r,s;let i=JSON.parse(JSON.stringify(e));return o?{styleOverrides:Object.assign((n=i.styleOverrides)!=null?n:{},(r=o.styleOverrides)!=null?r:{}),theme:Object.assign(i.theme,(s=o.theme)!=null?s:{})}:i}return{mergeAppearanceWithDefault:t}}import Mt,{useContext as gp,useEffect as qi,useState as Dr}from"react";import Zo from"styled-components";import Xo,{useEffect as Mi,useState as Ar}from"react";import Ir from"styled-components";import Yo from"styled-components";var Ii=Yo.label`
255
+ `,qo=({onClose:e,visible:t,headerContent:o=null,children:i,appearance:n,modalPosition:r="bottom-right",dismissible:s=!0})=>{let[a,d]=Wa("");return vr(()=>{let l=getComputedStyle(document.body).getPropertyValue("overflow");d(l)},[]),vr(()=>{let l=u=>{u.key==="Escape"&&e()};return document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}},[e]),vr(()=>{let l=document.body.style;return t?l.setProperty("overflow","hidden"):l.setProperty("overflow",a),()=>{l.setProperty("overflow",a)}},[t]),t?Ct.createElement(za,null,Ct.createElement(Va,{appearance:n,className:p("cornerModalContainer",n),modalPosition:r},s&&Ct.createElement(Ga,{className:p("cornerModalClose",n),onClick:()=>e()},Ct.createElement(Ie,null)),o&&Ct.createElement(ja,null,o),Ct.createElement(Ka,null,i))):Ct.createElement(Ct.Fragment,null)};import{useContext as qa}from"react";function de(){let{defaultAppearance:e}=qa(oe);function t(o){var n,r,s;let i=JSON.parse(JSON.stringify(e));return o?{styleOverrides:Object.assign((n=i.styleOverrides)!=null?n:{},(r=o.styleOverrides)!=null?r:{}),theme:Object.assign(i.theme,(s=o.theme)!=null?s:{})}:i}return{mergeAppearanceWithDefault:t}}import Mt,{useContext as gp,useEffect as qi,useState as Dr}from"react";import Zo from"styled-components";import Xo,{useEffect as Mi,useState as Ar}from"react";import Nr from"styled-components";import Yo from"styled-components";var Ni=Yo.label`
256
256
  ${e=>B(e)} {
257
257
  font-size: 12px;
258
258
  line-height: 18px;
@@ -263,7 +263,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
263
263
  letter-spacing: 0.24px;
264
264
  }
265
265
  display: flex;
266
- `,Ni=Yo.label`
266
+ `,Ii=Yo.label`
267
267
  ${e=>B(e)} {
268
268
  font-size: 12px;
269
269
  line-height: 20px;
@@ -283,11 +283,11 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
283
283
  align-items: flex-start;
284
284
  justify-content: left;
285
285
  margin-bottom: 10px;
286
- `;import Br from"react";var at={theme:{colorPrimary:"#0171F8",colorSecondary:"#2E343D",colorText:"#0F1114",colorBackground:"#ffffff",colorBackgroundSecondary:"#d2d2d2",colorTextOnPrimaryBackground:"#ffffff",colorTextSecondary:"#2E343D",colorTextDisabled:"#5A6472",colorBorder:"#E5E5E5",colorTextError:"#c00000",colorTextSuccess:"#00D149",borderRadius:10}};function yt({title:e,required:t,appearance:o=at}){return e?Br.createElement(Jo,{className:p("formLabelWrapper",o)},t?Br.createElement(Oi,{className:p("formLabelRequired",o),appearance:o},"*"):null,Br.createElement(Ii,{className:p("formLabel",o)},e)):null}import Li from"react";function Xt({title:e,appearance:t}){return e?Li.createElement(Jo,null,Li.createElement(Ni,{className:p("formSubLabel",t)},e)):null}import{z as Er}from"zod";function $i(e,t){var o,i,n,r,s,a,d;try{if(t){if(t.type=="number"){let l=Er.number();if(t.props)for(let f of t.props)f.requirement=="min"?l=l.min(Number(f.value),(o=f.message)!=null?o:"Value is too small"):f.requirement=="max"?l=l.max(Number(f.value),(i=f.message)!=null?i:"Value is too large"):f.requirement=="positive"?l=l.positive((n=f.message)!=null?n:"Value must be positive"):f.requirement=="negative"&&(l=l.nonpositive((r=f.message)!=null?r:"Value must be negative"));l.parse(Number(e))}if(t.type=="string"){let l=Er.string();if(t.props)for(let f of t.props)f.requirement=="min"?l=l.min(Number(f.value),(s=f.message)!=null?s:"Value is too short"):f.requirement=="max"?l=l.max(Number(f.value),(a=f.message)!=null?a:"Value is too long"):f.requirement=="regex"&&(l=l.regex(new RegExp(String(f.value)),(d=f.message)!=null?d:"Value does not match requirements"));l.parse(e)}return}}catch(l){if(l instanceof Er.ZodError)return l.issues&&l.issues.length>0?l.issues[0].message:null;console.error("Frigade Form validation failed for rule ",t,l)}return null}var Ya=Ir.div`
286
+ `;import Br from"react";var at={theme:{colorPrimary:"#0171F8",colorSecondary:"#2E343D",colorText:"#0F1114",colorBackground:"#ffffff",colorBackgroundSecondary:"#d2d2d2",colorTextOnPrimaryBackground:"#ffffff",colorTextSecondary:"#2E343D",colorTextDisabled:"#5A6472",colorBorder:"#E5E5E5",colorTextError:"#c00000",colorTextSuccess:"#00D149",borderRadius:10}};function yt({title:e,required:t,appearance:o=at}){return e?Br.createElement(Jo,{className:p("formLabelWrapper",o)},t?Br.createElement(Oi,{className:p("formLabelRequired",o),appearance:o},"*"):null,Br.createElement(Ni,{className:p("formLabel",o)},e)):null}import Li from"react";function Qt({title:e,appearance:t}){return e?Li.createElement(Jo,null,Li.createElement(Ii,{className:p("formSubLabel",t)},e)):null}import{z as Er}from"zod";function $i(e,t){var o,i,n,r,s,a,d;try{if(t){if(t.type=="number"){let l=Er.number();if(t.props)for(let u of t.props)u.requirement=="min"?l=l.min(Number(u.value),(o=u.message)!=null?o:"Value is too small"):u.requirement=="max"?l=l.max(Number(u.value),(i=u.message)!=null?i:"Value is too large"):u.requirement=="positive"?l=l.positive((n=u.message)!=null?n:"Value must be positive"):u.requirement=="negative"&&(l=l.nonpositive((r=u.message)!=null?r:"Value must be negative"));l.parse(Number(e))}if(t.type=="string"){let l=Er.string();if(t.props)for(let u of t.props)u.requirement=="min"?l=l.min(Number(u.value),(s=u.message)!=null?s:"Value is too short"):u.requirement=="max"?l=l.max(Number(u.value),(a=u.message)!=null?a:"Value is too long"):u.requirement=="regex"&&(l=l.regex(new RegExp(String(u.value)),(d=u.message)!=null?d:"Value does not match requirements"));l.parse(e)}return}}catch(l){if(l instanceof Er.ZodError)return l.issues&&l.issues.length>0?l.issues[0].message:null;console.error("Frigade Form validation failed for rule ",t,l)}return null}var Ya=Nr.div`
287
287
  display: flex;
288
288
  flex-direction: column;
289
289
  width: 100%;
290
- `,Nr=Ir.input`
290
+ `,Ir=Nr.input`
291
291
  ${e=>B(e)} {
292
292
  // Anything inside this block will be ignored if the user provides a custom class
293
293
  border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
@@ -303,7 +303,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
303
303
  box-sizing: border-box;
304
304
  padding: 0 10px;
305
305
  margin-bottom: 10px;
306
- `,Ja=Ir.textarea`
306
+ `,Ja=Nr.textarea`
307
307
  ${e=>B(e)} {
308
308
  // Anything inside this block will be ignored if the user provides a custom class
309
309
  border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
@@ -320,7 +320,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
320
320
  box-sizing: border-box;
321
321
  margin-bottom: 10px;
322
322
  resize: none;
323
- `;function Or({formInput:e,customFormTypeProps:t,onSaveInputData:o,setFormValidationErrors:i,inputData:n}){let r=e,[s,a]=Ar((n==null?void 0:n.text)||""),[d,l]=Ar(!1),[f,c]=Ar(!1),g=Nr;Mi(()=>{s===""&&!d&&(l(!0),S(""))},[]),Mi(()=>{if(f){S(s);return}},[f]);function S(h){var T;if(a(h),o({text:h}),r.required===!0&&h.trim()===""){i([{id:r.id,message:`${(T=r.title)!=null?T:"Field"} is required`,hidden:!f}]);return}let x=$i(h,r.validation);if(x&&(h.trim()!==""||r.required===!0)){i([{id:r.id,message:x,hidden:!f}]);return}i([])}r.multiline&&(g=Ja);function w(){var h;switch((h=r==null?void 0:r.validation)==null?void 0:h.type){case"email":return"email";case"number":return"number";case"password":return"password"}return null}return Xo.createElement(Ya,null,Xo.createElement(yt,{title:r.title,required:r.required,appearance:t.appearance}),Xo.createElement(g,{className:p("inputComponent",t.appearance),value:s,onChange:h=>{S(h.target.value)},appearance:t.appearance,placeholder:r.placeholder,type:w(),onBlur:()=>{c(!0)}}),Xo.createElement(Xt,{title:r.subtitle,appearance:t.appearance}))}import et,{useEffect as Di,useState as Ui}from"react";import _i from"styled-components";var Lr="",Xa=_i.div`
323
+ `;function Or({formInput:e,customFormTypeProps:t,onSaveInputData:o,setFormValidationErrors:i,inputData:n}){let r=e,[s,a]=Ar((n==null?void 0:n.text)||""),[d,l]=Ar(!1),[u,c]=Ar(!1),g=Ir;Mi(()=>{s===""&&!d&&(l(!0),S(""))},[]),Mi(()=>{if(u){S(s);return}},[u]);function S(h){var F;if(a(h),o({text:h}),r.required===!0&&h.trim()===""){i([{id:r.id,message:`${(F=r.title)!=null?F:"Field"} is required`,hidden:!u}]);return}let x=$i(h,r.validation);if(x&&(h.trim()!==""||r.required===!0)){i([{id:r.id,message:x,hidden:!u}]);return}i([])}r.multiline&&(g=Ja);function k(){var h;switch((h=r==null?void 0:r.validation)==null?void 0:h.type){case"email":return"email";case"number":return"number";case"password":return"password"}return null}return Xo.createElement(Ya,null,Xo.createElement(yt,{title:r.title,required:r.required,appearance:t.appearance}),Xo.createElement(g,{className:p("inputComponent",t.appearance),value:s,onChange:h=>{S(h.target.value)},appearance:t.appearance,placeholder:r.placeholder,type:k(),onBlur:()=>{c(!0)}}),Xo.createElement(Qt,{title:r.subtitle,appearance:t.appearance}))}import et,{useEffect as Di,useState as Ui}from"react";import _i from"styled-components";var Lr="",Xa=_i.div`
324
324
  display: flex;
325
325
  flex-direction: column;
326
326
  width: 100%;
@@ -347,9 +347,9 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
347
347
  background-repeat: no-repeat;
348
348
  background-size: 1.5em 1.5em;
349
349
  -webkit-print-color-adjust: exact;
350
- `;function Wi({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:n}){var f,c,g,S,w,h,x,T,y;let r=e,[s,a]=Ui(!1),[d,l]=Ui(!1);return Di(()=>{var F,O,v,m;if(!((F=i==null?void 0:i.choice)!=null&&F[0])&&!s){if(a(!0),r.requireSelection){o({choice:[Lr]});return}if(r.defaultValue&&((O=r.props.options)!=null&&O.find(N=>N.id===r.defaultValue))){let N=(v=r.props.options)==null?void 0:v.find(E=>E.id===r.defaultValue);o({choice:[N.id]})}else o({choice:[((m=r.props.options)==null?void 0:m[0].id)||""]})}},[]),Di(()=>{var F;d&&(r.requireSelection&&((F=i==null?void 0:i.choice)==null?void 0:F[0])===Lr?n([{message:"Please select an option",id:r.id}]):n([]))},[(f=i==null?void 0:i.choice)==null?void 0:f[0],d]),et.createElement(Xa,null,et.createElement(yt,{title:r.title,required:!1,appearance:t.appearance}),et.createElement(Qa,{value:(c=i==null?void 0:i.choice)==null?void 0:c[0],onChange:F=>{l(!0),o({choice:[F.target.value]})},placeholder:r.placeholder,appearance:t.appearance,className:p("multipleChoiceSelect",t.appearance)},r.requireSelection&&et.createElement("option",{key:"null-value",value:Lr,disabled:!0},(g=r.placeholder)!=null?g:"Select an option"),(S=r.props.options)==null?void 0:S.map(F=>et.createElement("option",{key:F.id,value:F.id},F.title))),((h=(w=r.props.options)==null?void 0:w.find(F=>{var O;return F.id===((O=i==null?void 0:i.choice)==null?void 0:O[0])}))==null?void 0:h.isOpenEnded)&&et.createElement(et.Fragment,null,et.createElement(yt,{title:(y=(T=(x=r.props.options)==null?void 0:x.find(F=>{var O;return F.id===((O=i==null?void 0:i.choice)==null?void 0:O[0])}))==null?void 0:T.openEndedLabel)!=null?y:"Please specify",required:!1,appearance:t.appearance}),et.createElement(Nr,{type:"text",placeholder:"Enter your answer here",onChange:F=>{o({choice:[F.target.value]})},appearance:t.appearance})),et.createElement(Xt,{title:r.subtitle,appearance:t.appearance}))}import Po,{useEffect as $r,useState as Hi}from"react";import Vi from"styled-components";import ko from"react";import Fo from"react";var zi=({color:e,percentage:t,size:o})=>{let i=o*.5-2,n=2*Math.PI*i,r=(1-t)*n;return Fo.createElement("circle",{r:i,cx:o*.5,cy:o*.5,fill:"transparent",stroke:r!==n?e:"",strokeWidth:"3px",strokeDasharray:n,strokeDashoffset:t?r:0})},Za=({fillColor:e,size:t,percentage:o,children:i,bgColor:n="#D9D9D9",className:r,style:s})=>Fo.createElement("svg",{style:s,className:r,width:t,height:t,overflow:"visible"},Fo.createElement("g",{transform:`rotate(-90 ${`${t*.5} ${t*.5}`})`},Fo.createElement(zi,{color:n,size:t}),Fo.createElement(zi,{color:e,percentage:Math.max(o,.1),size:t})),i),Qt=Za;import Ra from"styled-components";var ep=({color:e="#FFFFFF"})=>ko.createElement("svg",{width:10,height:8,viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ko.createElement("path",{d:"M1 4.34815L3.4618 7L3.4459 6.98287L9 1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),tp={width:"22px",height:"22px",borderRadius:"8px",display:"flex",justifyContent:"center",alignItems:"center"},op={width:"22px",height:"22px",borderRadius:"40px",display:"flex",justifyContent:"center",alignItems:"center"},rp={border:"1px solid #000000",color:"#FFFFFF"},ip={border:"1px solid #C5CBD3"},np={color:"#FFFFFF"},sp={border:"1px solid #C5CBD3"},lp=e=>e==="square"?tp:op,ap=(e,t)=>e==="square"?t?rp:ip:t?np:sp,pp=Ra.div`
351
- ${e=>ve(e)}
352
- `,pt=({value:e,type:t="round",primaryColor:o="#000000",progress:i,appearance:n=at,style:r,className:s})=>{let a=lp(t),d=ap(t,e);return e===!0?a=G(b(b({},a),d),{backgroundColor:n.theme.colorTextSuccess,borderColor:t==="square"?o:"none"}):a=b(b({},a),d),e!==!0&&t==="round"&&i!==void 0&&i!==1?ko.createElement(Qt,{fillColor:o,percentage:i,size:22}):ko.createElement(pp,{styleOverrides:a,style:r,role:"checkbox",className:we(p("checkIconContainer",n),p(e?"checkIconContainerChecked":"checkIconContainerUnchecked",n),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&ko.createElement(ep,{color:"#FFFFFF"}))};var dp=Vi.div`
350
+ `;function Wi({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:n}){var u,c,g,S,k,h,x,F,y;let r=e,[s,a]=Ui(!1),[d,l]=Ui(!1);return Di(()=>{var v,L,E,f;if(!((v=i==null?void 0:i.choice)!=null&&v[0])&&!s){if(a(!0),r.requireSelection){o({choice:[Lr]});return}if(r.defaultValue&&((L=r.props.options)!=null&&L.find(w=>w.id===r.defaultValue))){let w=(E=r.props.options)==null?void 0:E.find(I=>I.id===r.defaultValue);o({choice:[w.id]})}else o({choice:[((f=r.props.options)==null?void 0:f[0].id)||""]})}},[]),Di(()=>{var v;d&&(r.requireSelection&&((v=i==null?void 0:i.choice)==null?void 0:v[0])===Lr?n([{message:"Please select an option",id:r.id}]):n([]))},[(u=i==null?void 0:i.choice)==null?void 0:u[0],d]),et.createElement(Xa,null,et.createElement(yt,{title:r.title,required:!1,appearance:t.appearance}),et.createElement(Qa,{value:(c=i==null?void 0:i.choice)==null?void 0:c[0],onChange:v=>{l(!0),o({choice:[v.target.value]})},placeholder:r.placeholder,appearance:t.appearance,className:p("multipleChoiceSelect",t.appearance)},r.requireSelection&&et.createElement("option",{key:"null-value",value:Lr,disabled:!0},(g=r.placeholder)!=null?g:"Select an option"),(S=r.props.options)==null?void 0:S.map(v=>et.createElement("option",{key:v.id,value:v.id},v.title))),((h=(k=r.props.options)==null?void 0:k.find(v=>{var L;return v.id===((L=i==null?void 0:i.choice)==null?void 0:L[0])}))==null?void 0:h.isOpenEnded)&&et.createElement(et.Fragment,null,et.createElement(yt,{title:(y=(F=(x=r.props.options)==null?void 0:x.find(v=>{var L;return v.id===((L=i==null?void 0:i.choice)==null?void 0:L[0])}))==null?void 0:F.openEndedLabel)!=null?y:"Please specify",required:!1,appearance:t.appearance}),et.createElement(Ir,{type:"text",placeholder:"Enter your answer here",onChange:v=>{o({choice:[v.target.value]})},appearance:t.appearance})),et.createElement(Qt,{title:r.subtitle,appearance:t.appearance}))}import vo,{useEffect as $r,useState as Hi}from"react";import Vi from"styled-components";import Po from"react";import ko from"react";var zi=({color:e,percentage:t,size:o})=>{let i=o*.5-2,n=2*Math.PI*i,r=(1-t)*n;return ko.createElement("circle",{r:i,cx:o*.5,cy:o*.5,fill:"transparent",stroke:r!==n?e:"",strokeWidth:"3px",strokeDasharray:n,strokeDashoffset:t?r:0})},Za=({fillColor:e,size:t,percentage:o,children:i,bgColor:n="#D9D9D9",className:r,style:s})=>ko.createElement("svg",{style:s,className:r,width:t,height:t,overflow:"visible"},ko.createElement("g",{transform:`rotate(-90 ${`${t*.5} ${t*.5}`})`},ko.createElement(zi,{color:n,size:t}),ko.createElement(zi,{color:e,percentage:Math.max(o,.1),size:t})),i),Zt=Za;import Ra from"styled-components";var ep=({color:e="#FFFFFF"})=>Po.createElement("svg",{width:10,height:8,viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Po.createElement("path",{d:"M1 4.34815L3.4618 7L3.4459 6.98287L9 1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),tp={width:"22px",height:"22px",borderRadius:"8px",display:"flex",justifyContent:"center",alignItems:"center"},op={width:"22px",height:"22px",borderRadius:"40px",display:"flex",justifyContent:"center",alignItems:"center"},rp={border:"1px solid #000000",color:"#FFFFFF"},ip={border:"1px solid #C5CBD3"},np={color:"#FFFFFF"},sp={border:"1px solid #C5CBD3"},lp=e=>e==="square"?tp:op,ap=(e,t)=>e==="square"?t?rp:ip:t?np:sp,pp=Ra.div`
351
+ ${e=>Ee(e)}
352
+ `,pt=({value:e,type:t="round",primaryColor:o="#000000",progress:i,appearance:n=at,style:r,className:s})=>{let a=lp(t),d=ap(t,e);return e===!0?a=j(b(b({},a),d),{backgroundColor:n.theme.colorTextSuccess,borderColor:t==="square"?o:"none"}):a=b(b({},a),d),e!==!0&&t==="round"&&i!==void 0&&i!==1?Po.createElement(Zt,{fillColor:o,percentage:i,size:22}):Po.createElement(pp,{styleOverrides:a,style:r,role:"checkbox",className:Te(p("checkIconContainer",n),p(e?"checkIconContainerChecked":"checkIconContainerUnchecked",n),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&Po.createElement(ep,{color:"#FFFFFF"}))};var dp=Vi.div`
353
353
  display: flex;
354
354
  flex-direction: column;
355
355
  width: 100%;
@@ -380,7 +380,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
380
380
  height: 48px;
381
381
  padding: 0 18px;
382
382
  margin-bottom: 10px;
383
- `;function ji({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:n}){var f;let r=e,[s,a]=Hi((i==null?void 0:i.choice)||[]),[d,l]=Hi(!1);return $r(()=>{s.length==0&&!d&&(l(!0),o({choice:[]}))},[]),$r(()=>{o({choice:s})},[s]),$r(()=>{r.required&&(s.length<r.props.minChoices||s.length>r.props.maxChoices)?n([{message:"",id:r.id}]):n([])},[s]),Po.createElement(dp,null,Po.createElement(yt,{title:r.title,required:r.required,appearance:t.appearance}),(f=r.props.options)==null?void 0:f.map(c=>Po.createElement(cp,{appearance:t.appearance,className:p(s.includes(c.id)?"multipleChoiceListItemSelected":"multipleChoiceListItem",t.appearance),key:c.id,value:c.id,"data-selected":s.includes(c.id),onClick:()=>{if(s.includes(c.id)){a(s.filter(g=>g!==c.id));return}s.length<r.props.maxChoices?a([...s,c.id]):s.length==1&&r.props.maxChoices==1&&a([c.id])}},c.title,Po.createElement(pt,{type:"round",primaryColor:t.appearance.theme.colorPrimary,value:s.includes(c.id),appearance:t.appearance}))),Po.createElement(Xt,{title:r.subtitle,appearance:t.appearance}))}import Qo from"react";import Gi from"styled-components";import mp from"dompurify";function pe(e){return{__html:mp.sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img","code","li","ul","table","tbody","thead","tr","td","th","h1","h2","h3","h4"],ALLOWED_ATTR:["style","class","target","id","href","alt","src"]})}}var up=Gi.h1`
383
+ `;function ji({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:n}){var u;let r=e,[s,a]=Hi((i==null?void 0:i.choice)||[]),[d,l]=Hi(!1);return $r(()=>{s.length==0&&!d&&(l(!0),o({choice:[]}))},[]),$r(()=>{o({choice:s})},[s]),$r(()=>{r.required&&(s.length<r.props.minChoices||s.length>r.props.maxChoices)?n([{message:"",id:r.id}]):n([])},[s]),vo.createElement(dp,null,vo.createElement(yt,{title:r.title,required:r.required,appearance:t.appearance}),(u=r.props.options)==null?void 0:u.map(c=>vo.createElement(cp,{appearance:t.appearance,className:p(s.includes(c.id)?"multipleChoiceListItemSelected":"multipleChoiceListItem",t.appearance),key:c.id,value:c.id,"data-selected":s.includes(c.id),onClick:()=>{if(s.includes(c.id)){a(s.filter(g=>g!==c.id));return}s.length<r.props.maxChoices?a([...s,c.id]):s.length==1&&r.props.maxChoices==1&&a([c.id])}},c.title,vo.createElement(pt,{type:"round",primaryColor:t.appearance.theme.colorPrimary,value:s.includes(c.id),appearance:t.appearance}))),vo.createElement(Qt,{title:r.subtitle,appearance:t.appearance}))}import Qo from"react";import Gi from"styled-components";import mp from"dompurify";function ce(e){return{__html:mp.sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img","code","li","ul","table","tbody","thead","tr","td","th","h1","h2","h3","h4"],ALLOWED_ATTR:["style","class","target","id","href","alt","src"]})}}var up=Gi.h1`
384
384
  ${e=>B(e)} {
385
385
  font-style: normal;
386
386
  font-weight: 700;
@@ -401,7 +401,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
401
401
  letter-spacing: 0.28px;
402
402
  color: ${e=>e.appearance.theme.colorTextSecondary};
403
403
  }
404
- `;function Ne({appearance:e,title:t,subtitle:o,size:i="medium",classPrefix:n="",ariaPrefix:r=""}){return Qo.createElement(Qo.Fragment,null,Qo.createElement(up,{appearance:e,id:r?`frigade${r}Title`:"frigadeTitle",className:p(`${n}${n?To(i):i}Title`,e),dangerouslySetInnerHTML:pe(t),size:i}),o&&Qo.createElement(fp,{id:r?`frigade${r}Subtitle`:"frigadeSubtitle",appearance:e,className:p(`${n}${n?To(i):i}Subtitle`,e),dangerouslySetInnerHTML:pe(o),size:i}))}import*as Mr from"react";var Ki=e=>Mr.createElement("svg",b({xmlns:"http://www.w3.org/2000/svg",width:12,height:12,"aria-hidden":"true",viewBox:"0 0 16 16"},e),Mr.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m10.115 1.308 5.635 11.269A2.365 2.365 0 0 1 13.634 16H2.365A2.365 2.365 0 0 1 .25 12.577L5.884 1.308a2.365 2.365 0 0 1 4.231 0zM8 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM8 9c.552 0 1-.32 1-.714V4.714C9 4.32 8.552 4 8 4s-1 .32-1 .714v3.572C7 8.68 7.448 9 8 9z"}));var hp=Zo.div`
404
+ `;function Oe({appearance:e,title:t,subtitle:o,size:i="medium",classPrefix:n="",ariaPrefix:r=""}){return Qo.createElement(Qo.Fragment,null,Qo.createElement(up,{appearance:e,id:r?`frigade${r}Title`:"frigadeTitle",className:p(`${n}${n?Fo(i):i}Title`,e),dangerouslySetInnerHTML:ce(t),size:i}),o&&Qo.createElement(fp,{id:r?`frigade${r}Subtitle`:"frigadeSubtitle",appearance:e,className:p(`${n}${n?Fo(i):i}Subtitle`,e),dangerouslySetInnerHTML:ce(o),size:i}))}import*as Mr from"react";var Ki=e=>Mr.createElement("svg",b({xmlns:"http://www.w3.org/2000/svg",width:12,height:12,"aria-hidden":"true",viewBox:"0 0 16 16"},e),Mr.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m10.115 1.308 5.635 11.269A2.365 2.365 0 0 1 13.634 16H2.365A2.365 2.365 0 0 1 .25 12.577L5.884 1.308a2.365 2.365 0 0 1 4.231 0zM8 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM8 9c.552 0 1-.32 1-.714V4.714C9 4.32 8.552 4 8 4s-1 .32-1 .714v3.572C7 8.68 7.448 9 8 9z"}));var hp=Zo.div`
405
405
  display: flex;
406
406
  flex-direction: column;
407
407
  justify-content: flex-end;
@@ -419,20 +419,20 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
419
419
  `,yp=Zo.div`
420
420
  padding-left: 1px;
421
421
  padding-right: 1px;
422
- `,Sp={text:Or,multipleChoice:Wi,multipleChoiceList:ji},Ur="frigade-multiInputStepTypeData";function Yi({flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:n,appearance:r,customFormElements:s,prefillData:a}){var v;let d=t.props,[l,f]=Dr([]),[c,g]=Dr([]),{userId:S}=bo(),[w,h]=Dr(F()||(a?a[t.id]:null)||{}),{readonly:x}=gp(ee),T=b(b({},Sp),s);qi(()=>{i(l.length===0)},[l,i]),qi(()=>{n(w)},[w]);function y(m,N){h(E=>{let P=G(b({},E),{[m.id]:N});return typeof window!="undefined"&&window.localStorage&&!x&&window.localStorage.setItem(O(),JSON.stringify(P)),P})}function F(){if(typeof window!="undefined"&&window.localStorage){let m=window.localStorage.getItem(O());if(m)return JSON.parse(m)}return null}function O(){return`${Ur}-${e}-${t.id}-${S}`}return Mt.createElement(yp,{className:p("multiInput",r)},Mt.createElement(Ne,{appearance:r,title:t.title,subtitle:t.subtitle}),Mt.createElement(hp,{className:p("multiInputContainer",r)},(v=d==null?void 0:d.data)==null?void 0:v.map(m=>{let N=l.reverse().find(E=>E.id===m.id);return T[m.type]?Mt.createElement("span",{key:m.id,"data-field-id":m.id,className:p("multiInputField",r)},T[m.type]({formInput:m,customFormTypeProps:{flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:n,appearance:r},onSaveInputData:E=>{!c.includes(m.id)&&E&&(E==null?void 0:E.text)!==""&&g(P=>[...P,m.id]),y(m,E)},inputData:w[m.id],setFormValidationErrors:E=>{E.length===0&&l.length===0||f(P=>E.length===0?P.filter(A=>A.id!==m.id):[...P,...E])}}),N&&N.message&&c.includes(m.id)&&N.hidden!==!0&&Mt.createElement(xp,{key:m.id,style:{overflow:"hidden"},appearance:r,className:p("multiInputValidationError",r)},Mt.createElement(Cp,{appearance:r,className:p("multiInputValidationErrorIcon",r)},Mt.createElement(Ki,null)),N.message)):null})))}import Zt from"styled-components";var Ji=Zt.div`
422
+ `,Sp={text:Or,multipleChoice:Wi,multipleChoiceList:ji},Ur="frigade-multiInputStepTypeData";function Yi({flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:n,appearance:r,customFormElements:s,prefillData:a}){var E;let d=t.props,[l,u]=Dr([]),[c,g]=Dr([]),{userId:S}=wo(),[k,h]=Dr(v()||(a?a[t.id]:null)||{}),{readonly:x}=gp(oe),F=b(b({},Sp),s);qi(()=>{i(l.length===0)},[l,i]),qi(()=>{n(k)},[k]);function y(f,w){h(I=>{let T=j(b({},I),{[f.id]:w});return typeof window!="undefined"&&window.localStorage&&!x&&window.localStorage.setItem(L(),JSON.stringify(T)),T})}function v(){if(typeof window!="undefined"&&window.localStorage){let f=window.localStorage.getItem(L());if(f)return JSON.parse(f)}return null}function L(){return`${Ur}-${e}-${t.id}-${S}`}return Mt.createElement(yp,{className:p("multiInput",r)},Mt.createElement(Oe,{appearance:r,title:t.title,subtitle:t.subtitle}),Mt.createElement(hp,{className:p("multiInputContainer",r)},(E=d==null?void 0:d.data)==null?void 0:E.map(f=>{let w=l.reverse().find(I=>I.id===f.id);return F[f.type]?Mt.createElement("span",{key:f.id,"data-field-id":f.id,className:p("multiInputField",r)},F[f.type]({formInput:f,customFormTypeProps:{flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:n,appearance:r},onSaveInputData:I=>{!c.includes(f.id)&&I&&(I==null?void 0:I.text)!==""&&g(T=>[...T,f.id]),y(f,I)},inputData:k[f.id],setFormValidationErrors:I=>{I.length===0&&l.length===0||u(T=>I.length===0?T.filter(A=>A.id!==f.id):[...T,...I])}}),w&&w.message&&c.includes(f.id)&&w.hidden!==!0&&Mt.createElement(xp,{key:f.id,style:{overflow:"hidden"},appearance:r,className:p("multiInputValidationError",r)},Mt.createElement(Cp,{appearance:r,className:p("multiInputValidationErrorIcon",r)},Mt.createElement(Ki,null)),w.message)):null})))}import Rt from"styled-components";var Ji=Rt.div`
423
423
  align-items: center;
424
424
  display: flex;
425
425
  justify-content: ${e=>e.showBackButton?"space-between":"flex-end"};
426
426
  padding-top: 14px;
427
- `,Xi=Zt.div`
427
+ `,Xi=Rt.div`
428
428
  color: ${e=>e.appearance.theme.colorTextError};
429
429
  font-size: 12px;
430
- `,Qi=Zt.div`
430
+ `,Qi=Rt.div`
431
431
  display: flex;
432
432
  gap: 12px;
433
433
  width: 100%;
434
434
  justify-content: flex-end;
435
- `,Zi=Zt.div`
435
+ `,Zi=Rt.div`
436
436
  display: flex;
437
437
  // If type is set to large-modal, use padding 60px horizontal, 80px vertical
438
438
  // Otherwise, use 4px padding
@@ -440,11 +440,11 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
440
440
  flex-grow: 1;
441
441
  flex-basis: 0;
442
442
  position: relative;
443
- `,Ri=Zt.div`
443
+ `,Ri=Rt.div`
444
444
  padding: ${e=>e.type==="large-modal"?"50px":"0px"};
445
445
  position: relative;
446
446
  overflow-y: auto;
447
- `,en=Zt.div`
447
+ `,en=Rt.div`
448
448
  display: flex;
449
449
  align-self: stretch;
450
450
  flex-grow: 1;
@@ -493,7 +493,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
493
493
  font-size: ${e=>e.size=="small"?"14px":"15px"};
494
494
  line-height: 20px;
495
495
  font-weight: 500;
496
- ${e=>ve(e)}
496
+ ${e=>Ee(e)}
497
497
  }
498
498
 
499
499
  font-family: inherit;
@@ -518,15 +518,15 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
518
518
  margin-right: 8px;
519
519
  }
520
520
  }
521
- `,de=({onClick:e,title:t,style:o,disabled:i,type:n="inline",size:r="medium",secondary:s=!1,appearance:a,withMargin:d=!0,classPrefix:l="",loading:f=!1,autoFocus:c=!1})=>{var S;function g(){let w=s?"buttonSecondary":"button";return l===""?w:`${l}${To(w)}`}return on.createElement(wp,{tabindex:s?"0":"1",secondary:s,appearance:a,disabled:i||f,loading:(S=f==null?void 0:f.toString())!=null?S:"",onClick:e,styleOverrides:o,type:n,withMargin:d,size:r,className:p(g(),a),autoFocus:c},f?on.createElement(tn,{className:p("buttonLoader",a)}):t!=null?t:"Continue")};var nn=({step:e,canContinue:t,appearance:o,onPrimaryClick:i,onSecondaryClick:n,selectedStep:r,steps:s,onBack:a,allowBackNavigation:d,errorMessage:l,isSaving:f})=>{var S;let c=s.length>1&&r!=0&&d,g=e.primaryButtonTitle&&e.secondaryButtonTitle||c?"inline":"full-width";return St.createElement(St.Fragment,null,l!==null&&l!=null&&St.createElement(Xi,{appearance:o,className:p("formCTAError",o)},l),St.createElement(Ji,{showBackButton:c,className:p("formCTAContainer",o)},c&&St.createElement(de,{title:(S=e.backButtonTitle)!=null?S:"Back",onClick:a,secondary:!0,withMargin:!1,type:g,appearance:o,style:{width:"90px",maxWidth:"90px"},classPrefix:"back"}),St.createElement(Qi,{className:p("ctaWrapper",o)},e.secondaryButtonTitle?St.createElement(de,{title:e.secondaryButtonTitle,onClick:n,secondary:!0,withMargin:!1,type:g,appearance:o,disabled:f}):null," ",e.primaryButtonTitle?St.createElement(de,{disabled:!t,withMargin:!1,title:e.primaryButtonTitle,onClick:i,type:g,appearance:o,loading:f}):null)))};import _r from"react";import Tp from"styled-components";var Fp=Tp.div`
521
+ `,le=({onClick:e,title:t,style:o,disabled:i,type:n="inline",size:r="medium",secondary:s=!1,appearance:a,withMargin:d=!0,classPrefix:l="",loading:u=!1,autoFocus:c=!1})=>{var S;function g(){let k=s?"buttonSecondary":"button";return l===""?k:`${l}${Fo(k)}`}return on.createElement(wp,{tabindex:s?"0":"1",secondary:s,appearance:a,disabled:i||u,loading:(S=u==null?void 0:u.toString())!=null?S:"",onClick:e,styleOverrides:o,type:n,withMargin:d,size:r,className:p(g(),a),autoFocus:c},u?on.createElement(tn,{className:p("buttonLoader",a)}):t!=null?t:"Continue")};var nn=({step:e,canContinue:t,appearance:o,onPrimaryClick:i,onSecondaryClick:n,selectedStep:r,steps:s,onBack:a,allowBackNavigation:d,errorMessage:l,isSaving:u})=>{var S;let c=s.length>1&&r!=0&&d,g=e.primaryButtonTitle&&e.secondaryButtonTitle||c?"inline":"full-width";return St.createElement(St.Fragment,null,l!==null&&l!=null&&St.createElement(Xi,{appearance:o,className:p("formCTAError",o)},l),St.createElement(Ji,{showBackButton:c,className:p("formCTAContainer",o)},c&&St.createElement(le,{title:(S=e.backButtonTitle)!=null?S:"Back",onClick:a,secondary:!0,withMargin:!1,type:g,appearance:o,style:{width:"90px",maxWidth:"90px"},classPrefix:"back"}),St.createElement(Qi,{className:p("ctaWrapper",o)},e.secondaryButtonTitle?St.createElement(le,{title:e.secondaryButtonTitle,onClick:n,secondary:!0,withMargin:!1,type:g,appearance:o,disabled:u}):null," ",e.primaryButtonTitle?St.createElement(le,{disabled:!t,withMargin:!1,title:e.primaryButtonTitle,onClick:i,type:g,appearance:o,loading:u}):null)))};import _r from"react";import Tp from"styled-components";var Fp=Tp.div`
522
522
  text-align: center;
523
523
  color: #e6e6e6;
524
- `,er=({stepCount:e=0,currentStep:t=0,className:o,appearance:i})=>{let{theme:n}=ae().mergeAppearanceWithDefault(i);return _r.createElement(Fp,{className:o},_r.createElement("svg",{width:16*e-8,height:8,viewBox:`0 0 ${16*e-8} 8`,fill:"none"},Array(e).fill(null).map((r,s)=>_r.createElement("rect",{key:s,x:16*s,y:0,width:8,height:8,rx:4,fill:t===s?n.colorPrimary:"currentColor"}))))};import Dt from"react";import Rt from"styled-components";import{useContext as kp}from"react";function fe(){let e=kp(ee);function t(n){i(n.primaryButtonUri,n.primaryButtonUriTarget)}function o(n){i(n.secondaryButtonUri,n.secondaryButtonUriTarget)}function i(n,r){if(!n)return;let s=n.startsWith("http")?"_blank":"_self";r&&r!=="_blank"&&(s="_self"),e.navigate(n,s)}return{primaryCTAClickSideEffects:t,secondaryCTAClickSideEffects:o,handleUrl:i}}var Pp=Rt.div`
524
+ `,er=({stepCount:e=0,currentStep:t=0,className:o,appearance:i})=>{let{theme:n}=de().mergeAppearanceWithDefault(i);return _r.createElement(Fp,{className:o},_r.createElement("svg",{width:16*e-8,height:8,viewBox:`0 0 ${16*e-8} 8`,fill:"none"},Array(e).fill(null).map((r,s)=>_r.createElement("rect",{key:s,x:16*s,y:0,width:8,height:8,rx:4,fill:t===s?n.colorPrimary:"currentColor"}))))};import Dt from"react";import eo from"styled-components";import{useContext as kp}from"react";function fe(){let e=kp(oe);function t(n){i(n.primaryButtonUri,n.primaryButtonUriTarget)}function o(n){i(n.secondaryButtonUri,n.secondaryButtonUriTarget)}function i(n,r){if(!n)return;let s=n.startsWith("http")?"_blank":"_self";r&&r!=="_blank"&&(s="_self"),e.navigate(n,s)}return{primaryCTAClickSideEffects:t,secondaryCTAClickSideEffects:o,handleUrl:i}}var Pp=eo.div`
525
525
  display: flex;
526
526
  flex-wrap: wrap;
527
527
  align-content: center;
528
528
  justify-content: center;
529
- `,vp=Rt.div`
529
+ `,vp=eo.div`
530
530
  align-content: center;
531
531
  align-items: center;
532
532
  display: flex;
@@ -540,10 +540,10 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
540
540
  flex-basis: 255px;
541
541
  flex-grow: 0;
542
542
  flex-shrink: 0;
543
- `,Bp=Rt.img`
543
+ `,Bp=eo.img`
544
544
  width: 78px;
545
545
  height: auto;
546
- `,Ep=Rt.button`
546
+ `,Ep=eo.button`
547
547
  font-style: normal;
548
548
  font-weight: 600;
549
549
  font-size: 13px;
@@ -556,11 +556,11 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
556
556
  border-radius: 100px;
557
557
  padding: 8px 12px;
558
558
  margin-top: 16px;
559
- `,Ap=Rt.h1`
559
+ `,Ap=eo.h1`
560
560
  font-weight: 700;
561
561
  font-size: 28px;
562
562
  line-height: 34px;
563
- `,Ip=Rt.h2`
563
+ `,Np=eo.h2`
564
564
  font-style: normal;
565
565
  font-weight: 400;
566
566
  font-size: 16px;
@@ -569,7 +569,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
569
569
  margin-top: 12px;
570
570
  margin-bottom: 16px;
571
571
  max-width: 70%;
572
- `;function sn({stepData:e,appearance:t}){var i,n;let{handleUrl:o}=fe();return Dt.createElement("div",null,Dt.createElement(Ap,{dangerouslySetInnerHTML:pe(e.title)}),Dt.createElement(Ip,{dangerouslySetInnerHTML:pe(e.subtitle)}),Dt.createElement(Pp,null,(n=(i=e.props)==null?void 0:i.links)==null?void 0:n.map(r=>Dt.createElement(vp,{key:r.title},Dt.createElement(Bp,{src:r.imageUri}),Dt.createElement(Ep,{style:{borderColor:t.theme.colorPrimary,color:t.theme.colorPrimary},onClick:()=>{var s;r.uri&&o(r.uri,(s=r.uriTarget)!=null?s:"_blank")}},r.title)))))}import to,{useEffect as Wp}from"react";import or from"styled-components";import Wr from"react";var tr=({style:e,className:t})=>Wr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:t,style:e},Wr.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}),Wr.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 010 .656l-5.603 3.113a.375.375 0 01-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z"}));import Ut,{useRef as Np,useState as Op}from"react";import eo from"styled-components";var Lp=eo.div`
572
+ `;function sn({stepData:e,appearance:t}){var i,n;let{handleUrl:o}=fe();return Dt.createElement("div",null,Dt.createElement(Ap,{dangerouslySetInnerHTML:ce(e.title)}),Dt.createElement(Np,{dangerouslySetInnerHTML:ce(e.subtitle)}),Dt.createElement(Pp,null,(n=(i=e.props)==null?void 0:i.links)==null?void 0:n.map(r=>Dt.createElement(vp,{key:r.title},Dt.createElement(Bp,{src:r.imageUri}),Dt.createElement(Ep,{style:{borderColor:t.theme.colorPrimary,color:t.theme.colorPrimary},onClick:()=>{var s;r.uri&&o(r.uri,(s=r.uriTarget)!=null?s:"_blank")}},r.title)))))}import oo,{useEffect as Wp}from"react";import or from"styled-components";import Wr from"react";var tr=({style:e,className:t})=>Wr.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:t,style:e},Wr.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}),Wr.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 010 .656l-5.603 3.113a.375.375 0 01-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z"}));import Ut,{useRef as Ip,useState as Op}from"react";import to from"styled-components";var Lp=to.div`
573
573
  display: flex;
574
574
  align-items: center;
575
575
  justify-content: flex-start;
@@ -577,7 +577,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
577
577
  width: 100%;
578
578
  height: 100%;
579
579
  position: relative;
580
- `,$p=eo.div`
580
+ `,$p=to.div`
581
581
  position: absolute;
582
582
  display: flex;
583
583
  align-items: center;
@@ -596,26 +596,26 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
596
596
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
597
597
  border-radius: 50%;
598
598
  }
599
- `,Mp=eo.video`
599
+ `,Mp=to.video`
600
600
  width: 100%;
601
601
  height: 100%;
602
602
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
603
- `,Dp=eo.iframe`
603
+ `,Dp=to.iframe`
604
604
  width: 100%;
605
605
  height: 100%;
606
606
  min-height: 260px;
607
607
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
608
- `,Up=eo.iframe`
608
+ `,Up=to.iframe`
609
609
  width: 100%;
610
610
  height: 100%;
611
611
  min-height: 400px;
612
612
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
613
- }`,_p=eo.iframe`
613
+ }`,_p=to.iframe`
614
614
  width: 100%;
615
615
  height: 100%;
616
616
  min-height: 400px;
617
617
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
618
- `;function tt({appearance:e,videoUri:t,autoplay:o=!1}){let i=Np(),[n,r]=Op(o);if(t.includes("youtube")){let s=t.split("v=")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(Dp,{width:"100%",height:"100%",src:`https://www.youtube.com/embed/${s}`,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("youtubePlayer",e)})}if(t.includes("vimeo")){let s=t.split("vimeo.com/")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(Up,{width:"100%",height:"100%",src:`https://player.vimeo.com/video/${s}`,frameBorder:"0",allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("vimeoPlayer",e)})}if(t.includes("wistia")){let s=t.split("wistia.com/medias/")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(_p,{width:"100%",height:"100%",src:`https://fast.wistia.net/embed/iframe/${s}`,frameBorder:"0",allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("wistiaPlayer",e)})}return Ut.createElement(Lp,{className:p("videoPlayerWrapper",e),appearance:e},!n&&Ut.createElement($p,{onClick:()=>{r(!0),i.current.play()},appearance:e,className:p("playIconWrapper",e)},Ut.createElement(tr,null)),Ut.createElement(Mp,{appearance:e,controls:n,ref:i,play:n,src:t,autoPlay:o,muted:o}))}var zp=or.div`
618
+ `;function tt({appearance:e,videoUri:t,autoplay:o=!1}){let i=Ip(),[n,r]=Op(o);if(t.includes("youtube")){let s=t.split("v=")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(Dp,{width:"100%",height:"100%",src:`https://www.youtube.com/embed/${s}`,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("youtubePlayer",e)})}if(t.includes("vimeo")){let s=t.split("vimeo.com/")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(Up,{width:"100%",height:"100%",src:`https://player.vimeo.com/video/${s}`,frameBorder:"0",allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("vimeoPlayer",e)})}if(t.includes("wistia")){let s=t.split("wistia.com/medias/")[1],a=s.indexOf("&");return a!==-1&&(s=s.substring(0,a)),Ut.createElement(_p,{width:"100%",height:"100%",src:`https://fast.wistia.net/embed/iframe/${s}`,frameBorder:"0",allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,appearance:e,className:p("wistiaPlayer",e)})}return Ut.createElement(Lp,{className:p("videoPlayerWrapper",e),appearance:e},!n&&Ut.createElement($p,{onClick:()=>{r(!0),i.current.play()},appearance:e,className:p("playIconWrapper",e)},Ut.createElement(tr,null)),Ut.createElement(Mp,{appearance:e,controls:n,ref:i,play:n,src:t,autoPlay:o,muted:o}))}var zp=or.div`
619
619
  ${e=>B(e)} {
620
620
  display: flex;
621
621
  flex-direction: column;
@@ -639,7 +639,7 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
639
639
  max-height: 250px;
640
640
  margin-bottom: 24px;
641
641
  }
642
- `;function ln({stepData:e,appearance:t,setCanContinue:o}){return Wp(()=>{o(!0)},[]),to.createElement(zp,{className:p("callToActionContainer",t)},to.createElement(Vp,{className:p("callToActionTextContainer",t)},to.createElement(Ne,{appearance:t,title:e.title,subtitle:e.subtitle})),e.imageUri&&to.createElement(Hp,{className:p("callToActionImage",t),src:e.imageUri}),!e.imageUri&&e.videoUri&&to.createElement(jp,{appearance:t,className:p("callToActionVideo",t)},to.createElement(tt,{appearance:t,videoUri:e.videoUri})))}import dt,{useEffect as zr,useState as Hr}from"react";import bt from"styled-components";var an=bt.div`
642
+ `;function ln({stepData:e,appearance:t,setCanContinue:o}){return Wp(()=>{o(!0)},[]),oo.createElement(zp,{className:p("callToActionContainer",t)},oo.createElement(Vp,{className:p("callToActionTextContainer",t)},oo.createElement(Oe,{appearance:t,title:e.title,subtitle:e.subtitle})),e.imageUri&&oo.createElement(Hp,{className:p("callToActionImage",t),src:e.imageUri}),!e.imageUri&&e.videoUri&&oo.createElement(jp,{appearance:t,className:p("callToActionVideo",t)},oo.createElement(tt,{appearance:t,videoUri:e.videoUri})))}import dt,{useEffect as zr,useState as Hr}from"react";import bt from"styled-components";var an=bt.div`
643
643
  width: auto;
644
644
  display: flex;
645
645
  flex-direction: column;
@@ -692,8 +692,8 @@ var sa=Object.defineProperty,la=Object.defineProperties;var aa=Object.getOwnProp
692
692
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
693
693
  display: flex;
694
694
  align-self: center;
695
- `;var hn=({stepData:e,setCanContinue:t,onSaveData:o,appearance:i})=>{let n=e.props,[r,s]=Hr([]),[a,d]=Hr(!1),[l,f]=Hr(e.id);return zr(()=>{r.length==0&&!a&&(d(!0),o({choice:[]}))},[a]),zr(()=>{l!==e.id&&(f(e.id),s([]))},[e]),zr(()=>{o({choice:r}),r.length>=n.minChoices?t(!0):t(!1)},[r]),dt.createElement(an,{className:p("selectListContainer",i)},dt.createElement(pn,null,dt.createElement(dn,{className:p("selectListTitle",i)},e.title),dt.createElement(cn,{appearance:i,className:p("selectListSubtitle",i)},e.subtitle)),n.options.map((c,g)=>{let S=r.includes(c.id);return dt.createElement(mn,{key:`select-item-${g}`,onClick:()=>{if(r.includes(c.id)){s(r.filter(w=>w!==c.id));return}r.length<n.maxChoices?s([...r,c.id]):r.length==1&&n.maxChoices==1&&s([c.id])},hideBottomBorder:g===n.options.length-1,className:p("selectListSelectItem",i)},dt.createElement(un,{className:p("selectListItemImage",i)},c.imageUri&&dt.createElement(fn,{src:c.imageUri,alt:`select-icon-${g}`}),dt.createElement(gn,{appearance:i,className:p("selectListSelectItemText",i)},c.title)),dt.createElement(pt,{appearance:i,value:S,primaryColor:i.theme.colorPrimary}))}))};import We,{useEffect as xn,useState as rr}from"react";var Gp=({children:e,id:t,shouldWrap:o=!1})=>We.createElement(We.Fragment,null,o?We.createElement("div",{key:t,style:{width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:1,overflowY:"auto"}},e):e),ir=({appearance:e,steps:t,selectedStep:o,customStepTypes:i,customVariables:n,onButtonClick:r,onStepCompletion:s,flowId:a,type:d,hideOnFlowCompletion:l,onComplete:f,setVisible:c,setShowModal:g,onDismiss:S,showPagination:w=!1,customFormElements:h,allowBackNavigation:x,validationHandler:T,onFormDataChange:y,showFooter:F,prefillData:O,updateUrlOnPageChange:v,repeatable:m})=>{var se;let E=b(b({},{linkCollection:sn,multiInput:Yi,callToAction:ln,selectList:hn}),i),{primaryCTAClickSideEffects:P,secondaryCTAClickSideEffects:A}=fe(),[I,D]=rr(!1),[z,H]=rr({}),[Q,te]=rr(!1),[U,W]=rr(null),oe=(se=t[o])!=null?se:null,{markStepCompleted:J,markStepStarted:me,isLoading:De,updateCustomVariables:Ee,markFlowCompleted:X}=ie();xn(()=>{Ee(n)},[n,De]),xn(()=>{y&&y(z,L(),t[o],o)},[z]);function L(){var j;return{data:(j=z[t[o].id])!=null?j:{},stepId:t[o].id,customVariables:n}}function re(V,j,Z){let $=o+1<t.length?t[o+1]:null;return s&&s(V,Z,$,z,L()),r?r(V,o,j,$):!0}function Fe(V,j){H(Z=>{let $={};return $[V.id]=j,b(b({},Z),$)})}function Ve(V){return V.selectedStep.imageUri?We.createElement(en,{image:V.selectedStep.imageUri,appearance:e,className:p("formContainerSidebarImage",e)}):null}let ke=F&&We.createElement(nn,{step:t[o],canContinue:I&&!Q,formType:d,selectedStep:o,appearance:e,onPrimaryClick:()=>M(void 0,null,function*(){if(te(!0),T){let Z=yield T(t[o],o,t[o+1],z,L());if(Z!==!0){W(typeof Z=="string"?Z:null),te(!1);return}else W(null)}let V=b({},L());yield J(a,t[o].id,V),o+1<t.length&&!x&&(yield me(a,t[o+1].id));let j=re(t[o],"primary",o);if(o+1>=t.length&&(f&&f(),S&&S(),l&&j&&(c&&c(!1),g(!1)),yield X(a),m&&(yield me(a,t[0].id),typeof window!="undefined"&&window.localStorage&&Object.keys(window.localStorage).forEach($=>{$.startsWith(Ur)&&window.localStorage.removeItem($)}))),P(t[o]),te(!1),typeof window!="undefined"&&!x&&v&&o+1<t.length){let Z=new URL(window.location.href);Z.searchParams.set("p",t[o+1].id),window.history.pushState({},"",Z.toString())}}),onSecondaryClick:()=>{re(t[o],"secondary",o),A(t[o])},onBack:()=>M(void 0,null,function*(){o-1>=0&&(te(!0),yield me(a,t[o-1].id),te(!1))}),steps:t,allowBackNavigation:x,errorMessage:U,isSaving:Q});return We.createElement(We.Fragment,null,We.createElement(Zi,{className:p("formContainer",e)},We.createElement(Gp,{id:o,shouldWrap:d==="large-modal"},We.createElement(Ri,{key:oe.id,type:d,className:p("formContent",e)},t.map(V=>{var Z;let j=E[(Z=V.type)!=null?Z:"multiInput"];return oe.id!==V.id?null:typeof j!="function"?j:We.createElement(j,{key:V.id,stepData:V,canContinue:I,setCanContinue:D,onSaveData:$=>{Fe(V,$)},appearance:e,customFormElements:h,flowId:a,prefillData:O})}),w&&We.createElement(er,{className:p("formPagination",e),appearance:e,stepCount:t.length,currentStep:o}),ke)),d=="large-modal"&&We.createElement(Ve,{selectedStep:t[o]})))};import vo from"react";import{createGlobalStyle as Kp}from"styled-components";var qp=Kp`
696
- ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map(([i,n])=>typeof n=="object"?`${i} { ${Object.entries(n).map(([s,a])=>`${Ho(s)}: ${a};`).join(" ")} }`:`${Ho(i)}: ${n};`).join(" ")} }`).join(" ")}`;function ne({appearance:e}){if(!e||!e.styleOverrides)return vo.createElement(vo.Fragment,null);let t=Object.entries(e.styleOverrides).filter(([o,i])=>typeof i=="object");return t.length===0?vo.createElement(vo.Fragment,null):vo.createElement(qp,{inlineStyles:t})}import{useEffect as Yp,useState as Jp}from"react";function Ge(e,t=!0){let[o,i]=Jp(!1),{markStepStarted:n,isLoading:r,getFlowStatus:s,getFlowSteps:a,getCurrentStepIndex:d,targetingLogicShouldHideFlow:l,getFlow:f}=ie(),c=a(e);function g(){return M(this,null,function*(){!o&&!r&&s(e)===Ue&&l(f(e))===!1&&t&&c&&c.length>0&&(i(!0),yield n(e,c[d(e)].id))})}return Yp(()=>{g()},[r,e,t]),{}}var yn=({flowId:e,customStepTypes:t={},type:o="inline",visible:i,setVisible:n,customVariables:r,customFormElements:s,onComplete:a,appearance:d,hideOnFlowCompletion:l=!0,onStepCompletion:f,onButtonClick:c,dismissible:g=!0,endFlowOnDismiss:S=!1,modalPosition:w="center",repeatable:h=!1,onDismiss:x,showPagination:T=!1,allowBackNavigation:y=!1,validationHandler:F,showFrigadeBranding:O=!1,onFormDataChange:v,showFooter:m=!0,prefillData:N={},updateUrlOnPageChange:E=!1})=>{let{getFlow:P,getFlowSteps:A,isLoading:I,targetingLogicShouldHideFlow:D,getFlowStatus:z,getCurrentStepIndex:H,markFlowCompleted:Q,markFlowNotStarted:te,markStepStarted:U}=ie(),W=H(e),{mergeAppearanceWithDefault:oe}=ae(),[J,me]=Xp(null),{setOpenFlowState:De,getOpenFlowState:Ee,hasOpenModals:X}=Ae();Ge(e,i);let L=A(e);d=oe(d);let[re,Fe]=i!==void 0&&n!==void 0?[i,n]:[Ee(e,!0),V=>De(e,V)],Ve=typeof window!="undefined"?window.location.hash:null;if(Cn(()=>{var V;if(L&&L.length>0&&y){let j=typeof window!="undefined"&&((V=window==null?void 0:window.location)!=null&&V.hash)?window.location.hash.replace("#",""):"";if(L&&(L==null?void 0:L.length)>0){let Z=-1;if(j){let $=j;Z=L.findIndex(Y=>Y.id===$),J===j&&(Z=-1)}Z!==-1&&(me(j),U(e,L[Z].id))}}},[Ve]),Cn(()=>{!I&&L&&L.length&&typeof window!="undefined"&&y&&(me(L[W].id),window.location.hash=L[W].id)},[I,W,L]),I)return null;let ke=P(e);if(!ke||D(ke)||!L||i!==void 0&&i===!1||z(e)===le&&l&&!h||(o=="modal"||o=="corner-modal")&&X(e))return null;let se=()=>{Fe(!1),x&&x(),S===!0&&Q(e)};if(w=="center"&&o==="modal"||o==="large-modal"){let V={padding:"24px"};return o==="large-modal"?(V.width="85%",V.height="90%",V.maxHeight="800px",V.minHeight="500px",V.padding="0"):V.width="400px",ot.createElement(Re,{appearance:d,onClose:se,visible:re,style:V,dismissible:g,showFrigadeBranding:O},ot.createElement(ne,{appearance:d}),ot.createElement(ir,{appearance:d,steps:L,selectedStep:W,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Fe,onDismiss:x,showPagination:T,customFormElements:s,allowBackNavigation:y,validationHandler:F,onFormDataChange:v,showFooter:m,prefillData:N,updateUrlOnPageChange:E,repeatable:h}))}return o==="modal"&&w!=="center"?ot.createElement(qo,{appearance:d,onClose:se,visible:re,modalPosition:w},ot.createElement(ne,{appearance:d}),ot.createElement(ir,{appearance:d,steps:L,selectedStep:W,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Fe,onDismiss:x,showPagination:T,customFormElements:s,allowBackNavigation:y,validationHandler:F,onFormDataChange:v,showFooter:m,prefillData:N,updateUrlOnPageChange:E,repeatable:h})):ot.createElement(ot.Fragment,null,ot.createElement(ne,{appearance:d}),ot.createElement(ir,{appearance:d,steps:L,selectedStep:W,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:f,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Fe,onDismiss:x,showPagination:T,customFormElements:s,allowBackNavigation:y,validationHandler:F,onFormDataChange:v,showFooter:m,prefillData:N,updateUrlOnPageChange:E,repeatable:h}))},Sn=yn;import{useCallback as Vr,useContext as Qp,useEffect as Zp}from"react";function jr(){let{organizationId:e,userId:t,setOrganizationId:o}=Qp(ee),{mutateUserFlowState:i}=_e(),{config:n,apiUrl:r}=Ze(),s=qt(),{verifySDKInitiated:a}=Yt();function d(g,S){return`frigade-user-group-registered-${g}-${S}`}Zp(()=>{if(t&&e){if(t.startsWith(Jt))return;let g=d(t,e);localStorage.getItem(g)||(s(`${r}userGroups`,G(b({},n),{method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})})),localStorage.setItem(g,"true"))}},[t,e]);let l=Vr(g=>M(this,null,function*(){if(!a())return;if(!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationIdInternal:e,userId:t});return}let S={foreignUserId:t,foreignUserGroupId:e,properties:g};yield s(`${r}userGroups`,G(b({},n),{method:"POST",body:JSON.stringify(S)})),i()}),[e,t,n,i]),f=Vr((g,S)=>M(this,null,function*(){if(!a())return;if(!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationIdInternal:e,userId:t});return}let h={foreignUserId:t,foreignUserGroupId:e,events:[{event:g,properties:S}]};yield s(`${r}userGroups`,G(b({},n),{method:"POST",body:JSON.stringify(h)})),i()}),[e,t,n,i]),c=Vr((g,S)=>M(this,null,function*(){if(a())if(S){let w=d(t,g);localStorage.setItem(w,"true"),o(g);let h={foreignUserId:t,foreignUserGroupId:g,properties:S};yield s(`${r}userGroups`,G(b({},n),{method:"POST",body:JSON.stringify(h)})),i()}else o(g)}),[t,n,i]);return{organizationId:e,setOrganizationId:o,setOrganizationIdWithProperties:c,addPropertiesToOrganization:l,trackEventForOrganization:f}}var $t="frigade-xFrigade_guestUserId",Eo="frigade-xFrigade_userId",bn=({})=>{let{setFlowResponses:e}=So(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:i}=_e(),{userId:n,setUserId:r}=bo(),[s,a]=Bo(n),{getFlowStatus:d}=ie(),{flows:l,userProperties:f,setIsNewGuestUser:c,flowResponses:g}=Rp(ee),[S,w]=Bo([]),[h,x]=Bo([]),{organizationId:T}=jr(),[y,F]=Bo(T),[O,v]=Bo(!1);oo(()=>{if(!o&&t)for(let P=0;P<t.length;P++){let A=t[P],I=l.find(D=>D.slug===(A==null?void 0:A.flowId));if(I&&A&&A.shouldTrigger===!0&&I.type=="FORM"&&I.triggerType==="AUTOMATIC"&&!h.includes(I.slug)){setTimeout(()=>{m(A.flowId)},500);break}}},[o,t]),oo(()=>{g.length>0&&i()},[g]),oo(()=>{O||(v(!0),i())},[o,v]);function m(P){let A=l.find(I=>I.slug===P);A&&A.triggerType==="AUTOMATIC"&&!h.includes(A.slug)&&(x([...h,A.slug]),w([A]))}function N(){if(!n){let P=localStorage.getItem(Eo);if(P){r(P);return}let A=localStorage.getItem($t);if(A){r(A);return}c(!0);let I=Jt+ed();try{localStorage.setItem($t,I)}catch(D){console.log("Failed to save guest user id locally: Local storage unavailable",D)}r(D=>D||I)}}oo(()=>{try{if(l){let P=[];l.forEach(A=>{if(A.data){let I=A.data.match(/"imageUri":"(.*?)"/g);I&&I.forEach(D=>{let z=D.replace('"imageUri":"',"").replace('"',"");if(P.includes(z))return;let H=new Image;H.src=z,P.push(z)})}})}}catch(P){}},[l]),oo(()=>{if(n!==s&&(e([]),i()),a(n),n&&!n.startsWith(Jt))try{localStorage.setItem(Eo,n)}catch(P){console.log("Failed to save user id locally: Local storage available",P)}n===null&&setTimeout(()=>{n===null&&N()},50)},[n,l,f]),oo(()=>{T!=y&&(F(T),e([]),i())},[T,y,F]);function E(){return _t.createElement(_t.Fragment,null,S.map(P=>d(P.slug)!==Ue?null:_t.createElement("span",{key:P.slug},_t.createElement(Sn,{flowId:P.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return _t.createElement(_t.Fragment,null,_t.createElement(E,null))};var wn={colorPrimary:"colors.primary.background",colorText:"colors.neutral.foreground",colorBackground:"colors.neutral.background",colorBackgroundSecondary:"colors.secondary.background",colorTextOnPrimaryBackground:"colors.primary.foreground",colorTextSecondary:"colors.secondary.foreground",colorTextDisabled:"colors.gray700",colorBorder:"colors.gray800",colorTextError:"colors.negative.foreground",borderRadius:"radii.lg"};function td(e){if(!e)return;let t={};return Object.entries(e).forEach(([o,i])=>{if(wn[o]){let n=wn[o].split("."),r=t;n.forEach((s,a)=>{r[s]||(r[s]=a===n.length-1?i:{}),r=r[s]})}}),t}function od(e){if(!e)return;let t=ue({},e),o={};return Object.keys(t).forEach(i=>{let n=`.fr-${i}`;o[n]=t[i]}),o}function Tn(e){let{theme:t,styleOverrides:o}=e,i=td(t),n=od(o);return{overrides:i,css:n}}import hd from"styled-components";import{compose as xd,variant as kn}from"styled-system";import Fn from"react";import rd,{ThemeProvider as id,useTheme as nd}from"styled-components";import{border as sd,color as ld,compose as ad,get as pd,shadow as dd,space as cd,system as md,typography as ud}from"styled-system";var fd={width:{property:"width",scale:"sizes",transform:(e,t)=>pd(t,e,!(typeof e=="number"&&!isNaN(e))||e>1?e:e*100+"%")},height:{property:"height",scale:"sizes"},minWidth:{property:"minWidth",scale:"sizes"},minHeight:{property:"minHeight",scale:"sizes"},maxWidth:{property:"maxWidth",scale:"sizes"},maxHeight:{property:"maxHeight",scale:"sizes"},overflow:!0,overflowX:!0,overflowY:!0,display:!0,verticalAlign:!0},gd=rd("div")(({css:e})=>e,ad(sd,ld,dd,cd,ud,md(fd))),Ao=n=>{var r=n,{as:e,children:t,overrides:o}=r,i=Le(r,["as","children","overrides"]);let s=nd(),a={border:"none",boxSizing:"border-box",m:0,p:0},d=()=>Fn.createElement(gd,b(b({as:e},a),i),t);if(o!==void 0){let l=ue(s,o);return Fn.createElement(id,{theme:l},d())}return d()};var Io={Primary:{backgroundColor:"primary.background",color:"primary.foreground","&:hover":{backgroundColor:"blue400"}},Secondary:{backgroundColor:"white",border:"1px solid",borderColor:"gray800",color:"neutral.foreground","&:hover":{backgroundColor:"blue900"}},Link:{backgroundColor:"transparent",color:"primary.inverted"},Plain:{backgroundColor:"transparent",color:"neutral.foreground"}},Cd={sm:{paddingX:4,paddingY:1},md:{paddingX:6,paddingY:2}},Pn=hd(Ao)(()=>({whiteSpace:"nowrap"}),xd(kn({scale:"components.Button",variants:"components.Button"}),kn({prop:"size",variants:Cd})));import yd from"styled-components";import{variant as Sd,system as bd}from"styled-system";var nr={Display1:{fontSize:"5xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"4xl"},Display2:{fontSize:"4xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"3xl"},H1:{fontSize:"3xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"2xl"},H2:{fontSize:"2xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"xl"},H3:{fontSize:"xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"lg"},H4:{fontSize:"lg",fontWeight:"bold",letterSpacing:"md",lineHeight:"md"},Body1:{fontSize:"md",fontWeight:"regular",letterSpacing:"md",lineHeight:"md"},Body2:{fontSize:"sm",fontWeight:"regular",letterSpacing:"md",lineHeight:"md"},Caption:{fontSize:"xs",fontWeight:"regular",letterSpacing:"md",lineHeight:"sm"}};var vn=yd(Ao)(Sd({scale:"components.Text",variants:"components.Text"}),bd({fontWeight:{property:"fontWeight",scale:"fontWeights"}}));var Bn=4,En="px",wd=20,Td=Object.fromEntries(Array.from(Array(wd+1),(e,t)=>t===0?[.5,`${.5*Bn}${En}`]:[t,`${t*Bn}${En}`])),ro={black:"#000000",gray100:"#14161A",gray200:"#181B20",gray300:"#1F2329",gray400:"#2E343D",gray500:"#4C5766",gray600:"#5A6472",gray700:"#C5CBD3",gray800:"#E2E5E9",gray900:"#F1F2F4",white:"#ffffff",blue400:"#015AC6",blue500:"#0171F8",blue800:"#DBECFF",blue900:"#F5F9FF",green400:"#009E37",green500:"#00D149",green800:"#DBFFE8",transparent:"#FFFFFF00",red500:"#c00000"},sr={colors:G(b({},ro),{neutral:{foreground:ro.gray300},primary:{background:ro.blue500,foreground:ro.white,inverted:ro.blue500},negative:{foreground:ro.red500}}),fonts:{default:"TT Interphases Pro, sans-serif"},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"30px","4xl":"36px","5xl":"48px"},fontWeights:{regular:400,semibold:500,bold:700},letterSpacings:{md:"0.02em"},lineHeights:{xs:"18px",sm:"22px",md:"24px",lg:"26px",xl:"30px","2xl":"38px","3xl":"46px","4xl":"60px"},radii:{md:"8px",lg:"20px",round:"50%"},shadows:{md:"0px 4px 20px rgba(0, 0, 0, 0.06)"},space:Td,components:{Button:Io,Text:nr}};var In="https://api.frigade.com",ee=Fd({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:at,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{},apiUrl:In,readonly:!1,debug:!1});function kd(){Object.keys(localStorage).forEach(e=>{e.startsWith("frigade-")&&localStorage.removeItem(e)})}var Pd=({publicApiKey:e,userId:t,organizationId:o,config:i,children:n})=>{var oe,J,me,De,Ee,X;let r=typeof window!="undefined"?localStorage.getItem($t):null,[s,a]=Ke(t||r),[d,l]=Ke(o||null),[f,c]=Ke([]),[g,S]=Ke([]),[w,h]=Ke([]),[x,T]=Ke({}),[y,F]=Ke({}),[O,v]=Ke([]),[m,N]=Ke({}),[E,P]=Ke(!1),[A,I]=Ke(!1),[D,z]=Ke(!te(e)),H=(L,re)=>{if(re==="_blank"){window.open(L,"_blank");return}setTimeout(()=>{window.location.href=L},50)},Q={theme:b(b({},at.theme),(J=(oe=i==null?void 0:i.defaultAppearance)==null?void 0:oe.theme)!=null?J:{}),styleOverrides:b(b({},at.styleOverrides),(De=(me=i==null?void 0:i.defaultAppearance)==null?void 0:me.styleOverrides)!=null?De:{})};function te(L){return!!(L&&L.length>10&&L.substring(0,10)==="api_public")}lr(()=>{t&&a(t)},[t]),lr(()=>{s&&typeof window!="undefined"&&window.localStorage&&window.localStorage.getItem(Eo)&&window.localStorage.getItem(Eo)!==s&&kd()},[s]),lr(()=>{o&&l(o)},[o]),lr(()=>{if(te(e))z(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),z(!0);return}},[e,z]);let U={publicApiKey:e,userId:s,setUserId:a,setFlows:c,flows:f,failedFlowResponses:g,setFailedFlowResponses:S,flowResponses:w,setFlowResponses:h,userProperties:x,setUserProperties:T,openFlowStates:y,setOpenFlowStates:F,completedFlowsToKeepOpenDuringSession:O,setCompletedFlowsToKeepOpenDuringSession:v,customVariables:m,setCustomVariables:N,isNewGuestUser:E,setIsNewGuestUser:P,hasActiveFullPageFlow:A,setHasActiveFullPageFlow:I,organizationId:d,setOrganizationId:l,navigate:i&&i.navigate?i.navigate:H,defaultAppearance:Q,shouldGracefullyDegrade:D,setShouldGracefullyDegrade:z,apiUrl:i&&i.apiUrl?i.apiUrl:In,readonly:i&&i.readonly?i.readonly:!1,debug:i&&i.debug?i.debug:!1,flowDataOverrides:i&&i.__internal__?i.__internal__:void 0},{overrides:W}=Tn(Q);return D?No.createElement(ee.Provider,{value:U},No.createElement(An,{theme:ue(Q.theme,sr,W!=null?W:{},(Ee=i==null?void 0:i.theme)!=null?Ee:{})},n)):No.createElement(ee.Provider,{value:U},No.createElement(An,{theme:ue(Q.theme,sr,W!=null?W:{},(X=i==null?void 0:i.theme)!=null?X:{})},n,No.createElement(bn,null)))};import xc from"react";import Ce,{useEffect as hr,useState as il}from"react";import Je,{useState as jd}from"react";import wt from"styled-components";import dr from"react";import Wt from"react";import On from"styled-components";var Nn=On.span`
695
+ `;var hn=({stepData:e,setCanContinue:t,onSaveData:o,appearance:i})=>{let n=e.props,[r,s]=Hr([]),[a,d]=Hr(!1),[l,u]=Hr(e.id);return zr(()=>{r.length==0&&!a&&(d(!0),o({choice:[]}))},[a]),zr(()=>{l!==e.id&&(u(e.id),s([]))},[e]),zr(()=>{o({choice:r}),r.length>=n.minChoices?t(!0):t(!1)},[r]),dt.createElement(an,{className:p("selectListContainer",i)},dt.createElement(pn,null,dt.createElement(dn,{className:p("selectListTitle",i)},e.title),dt.createElement(cn,{appearance:i,className:p("selectListSubtitle",i)},e.subtitle)),n.options.map((c,g)=>{let S=r.includes(c.id);return dt.createElement(mn,{key:`select-item-${g}`,onClick:()=>{if(r.includes(c.id)){s(r.filter(k=>k!==c.id));return}r.length<n.maxChoices?s([...r,c.id]):r.length==1&&n.maxChoices==1&&s([c.id])},hideBottomBorder:g===n.options.length-1,className:p("selectListSelectItem",i)},dt.createElement(un,{className:p("selectListItemImage",i)},c.imageUri&&dt.createElement(fn,{src:c.imageUri,alt:`select-icon-${g}`}),dt.createElement(gn,{appearance:i,className:p("selectListSelectItemText",i)},c.title)),dt.createElement(pt,{appearance:i,value:S,primaryColor:i.theme.colorPrimary}))}))};import We,{useEffect as xn,useState as rr}from"react";var Gp=({children:e,id:t,shouldWrap:o=!1})=>We.createElement(We.Fragment,null,o?We.createElement("div",{key:t,style:{width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:1,overflowY:"auto"}},e):e),ir=({appearance:e,steps:t,selectedStep:o,customStepTypes:i,customVariables:n,onButtonClick:r,onStepCompletion:s,flowId:a,type:d,hideOnFlowCompletion:l,onComplete:u,setVisible:c,setShowModal:g,onDismiss:S,showPagination:k=!1,customFormElements:h,allowBackNavigation:x,validationHandler:F,onFormDataChange:y,showFooter:v,prefillData:L,updateUrlOnPageChange:E,repeatable:f})=>{var ae;let I=b(b({},{linkCollection:sn,multiInput:Yi,callToAction:ln,selectList:hn}),i),{primaryCTAClickSideEffects:T,secondaryCTAClickSideEffects:A}=fe(),[N,U]=rr(!1),[z,G]=rr({}),[_,K]=rr(!1),[J,O]=rr(null),Z=(ae=t[o])!=null?ae:null,{markStepCompleted:q,markStepStarted:ne,isLoading:Se,updateCustomVariables:ke,markFlowCompleted:R}=ie();xn(()=>{ke(n)},[n,Se]),xn(()=>{y&&y(z,$(),t[o],o)},[z]);function $(){var V;return{data:(V=z[t[o].id])!=null?V:{},stepId:t[o].id,customVariables:n}}function re(H,V,ee){let D=o+1<t.length?t[o+1]:null;return s&&s(H,ee,D,z,$()),r?r(H,o,V,D):!0}function Pe(H,V){G(ee=>{let D={};return D[H.id]=V,b(b({},ee),D)})}function Ve(H){return H.selectedStep.imageUri?We.createElement(en,{image:H.selectedStep.imageUri,appearance:e,className:p("formContainerSidebarImage",e)}):null}let ve=v&&We.createElement(nn,{step:t[o],canContinue:N&&!_,formType:d,selectedStep:o,appearance:e,onPrimaryClick:()=>M(void 0,null,function*(){if(K(!0),F){let ee=yield F(t[o],o,t[o+1],z,$());if(ee!==!0){O(typeof ee=="string"?ee:null),K(!1);return}else O(null)}let H=b({},$());yield q(a,t[o].id,H),o+1<t.length&&!x&&(yield ne(a,t[o+1].id));let V=re(t[o],"primary",o);if(o+1>=t.length&&(u&&u(),S&&S(),l&&V&&(c&&c(!1),g(!1)),yield R(a),f&&(yield ne(a,t[0].id),typeof window!="undefined"&&window.localStorage&&Object.keys(window.localStorage).forEach(D=>{D.startsWith(Ur)&&window.localStorage.removeItem(D)}))),T(t[o]),K(!1),typeof window!="undefined"&&!x&&E&&o+1<t.length){let ee=new URL(window.location.href);ee.searchParams.set("p",t[o+1].id),window.history.pushState({},"",ee.toString())}}),onSecondaryClick:()=>{re(t[o],"secondary",o),A(t[o])},onBack:()=>M(void 0,null,function*(){o-1>=0&&(K(!0),yield ne(a,t[o-1].id),K(!1))}),steps:t,allowBackNavigation:x,errorMessage:J,isSaving:_});return We.createElement(We.Fragment,null,We.createElement(Zi,{className:p("formContainer",e)},We.createElement(Gp,{id:o,shouldWrap:d==="large-modal"},We.createElement(Ri,{key:Z.id,type:d,className:p("formContent",e)},t.map(H=>{var ee;let V=I[(ee=H.type)!=null?ee:"multiInput"];return Z.id!==H.id?null:typeof V!="function"?V:We.createElement(V,{key:H.id,stepData:H,canContinue:N,setCanContinue:U,onSaveData:D=>{Pe(H,D)},appearance:e,customFormElements:h,flowId:a,prefillData:L})}),k&&We.createElement(er,{className:p("formPagination",e),appearance:e,stepCount:t.length,currentStep:o}),ve)),d=="large-modal"&&We.createElement(Ve,{selectedStep:t[o]})))};import Bo from"react";import{createGlobalStyle as Kp}from"styled-components";var qp=Kp`
696
+ ${e=>e.inlineStyles.map(([t,o])=>`.${To}${t}.${To}${t} { ${Object.entries(o).map(([i,n])=>typeof n=="object"?`${i} { ${Object.entries(n).map(([s,a])=>`${Ho(s)}: ${a};`).join(" ")} }`:`${Ho(i)}: ${n};`).join(" ")} }`).join(" ")}`;function se({appearance:e}){if(!e||!e.styleOverrides)return Bo.createElement(Bo.Fragment,null);let t=Object.entries(e.styleOverrides).filter(([o,i])=>typeof i=="object");return t.length===0?Bo.createElement(Bo.Fragment,null):Bo.createElement(qp,{inlineStyles:t})}import{useEffect as Yp,useState as Jp}from"react";function Ge(e,t=!0){let[o,i]=Jp(!1),{markStepStarted:n,isLoading:r,getFlowStatus:s,getFlowSteps:a,getCurrentStepIndex:d,targetingLogicShouldHideFlow:l,getFlow:u}=ie(),c=a(e);function g(){return M(this,null,function*(){!o&&!r&&s(e)===Ue&&l(u(e))===!1&&t&&c&&c.length>0&&(i(!0),yield n(e,c[d(e)].id))})}return Yp(()=>{g()},[r,e,t]),{}}var yn=({flowId:e,customStepTypes:t={},type:o="inline",visible:i,setVisible:n,customVariables:r,customFormElements:s,onComplete:a,appearance:d,hideOnFlowCompletion:l=!0,onStepCompletion:u,onButtonClick:c,dismissible:g=!0,endFlowOnDismiss:S=!1,modalPosition:k="center",repeatable:h=!1,onDismiss:x,showPagination:F=!1,allowBackNavigation:y=!1,validationHandler:v,showFrigadeBranding:L=!1,onFormDataChange:E,showFooter:f=!0,prefillData:w={},updateUrlOnPageChange:I=!1})=>{let{getFlow:T,getFlowSteps:A,isLoading:N,targetingLogicShouldHideFlow:U,getFlowStatus:z,getCurrentStepIndex:G,markFlowCompleted:_,markFlowNotStarted:K,markStepStarted:J}=ie(),O=G(e),{mergeAppearanceWithDefault:Z}=de(),[q,ne]=Xp(null),{setOpenFlowState:Se,getOpenFlowState:ke,hasOpenModals:R}=Ne();Ge(e,i);let $=A(e);d=Z(d);let[re,Pe]=i!==void 0&&n!==void 0?[i,n]:[ke(e,!0),H=>Se(e,H)],Ve=typeof window!="undefined"?window.location.hash:null;if(Cn(()=>{var H;if($&&$.length>0&&y){let V=typeof window!="undefined"&&((H=window==null?void 0:window.location)!=null&&H.hash)?window.location.hash.replace("#",""):"";if($&&($==null?void 0:$.length)>0){let ee=-1;if(V){let D=V;ee=$.findIndex(Q=>Q.id===D),q===V&&(ee=-1)}ee!==-1&&(ne(V),J(e,$[ee].id))}}},[Ve]),Cn(()=>{!N&&$&&$.length&&typeof window!="undefined"&&y&&(ne($[O].id),window.location.hash=$[O].id)},[N,O,$]),N)return null;let ve=T(e);if(!ve||U(ve)||!$||i!==void 0&&i===!1||z(e)===pe&&l&&!h||(o=="modal"||o=="corner-modal")&&R(e))return null;let ae=()=>{Pe(!1),x&&x(),S===!0&&_(e)};if(k=="center"&&o==="modal"||o==="large-modal"){let H={padding:"24px"};return o==="large-modal"?(H.width="85%",H.height="90%",H.maxHeight="800px",H.minHeight="500px",H.padding="0"):H.width="400px",ot.createElement(Re,{appearance:d,onClose:ae,visible:re,style:H,dismissible:g,showFrigadeBranding:L},ot.createElement(se,{appearance:d}),ot.createElement(ir,{appearance:d,steps:$,selectedStep:O,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Pe,onDismiss:x,showPagination:F,customFormElements:s,allowBackNavigation:y,validationHandler:v,onFormDataChange:E,showFooter:f,prefillData:w,updateUrlOnPageChange:I,repeatable:h}))}return o==="modal"&&k!=="center"?ot.createElement(qo,{appearance:d,onClose:ae,visible:re,modalPosition:k},ot.createElement(se,{appearance:d}),ot.createElement(ir,{appearance:d,steps:$,selectedStep:O,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Pe,onDismiss:x,showPagination:F,customFormElements:s,allowBackNavigation:y,validationHandler:v,onFormDataChange:E,showFooter:f,prefillData:w,updateUrlOnPageChange:I,repeatable:h})):ot.createElement(ot.Fragment,null,ot.createElement(se,{appearance:d}),ot.createElement(ir,{appearance:d,steps:$,selectedStep:O,customStepTypes:t,customVariables:r,onButtonClick:c,onStepCompletion:u,flowId:e,type:o,hideOnFlowCompletion:l,onComplete:a,setVisible:n,setShowModal:Pe,onDismiss:x,showPagination:F,customFormElements:s,allowBackNavigation:y,validationHandler:v,onFormDataChange:E,showFooter:f,prefillData:w,updateUrlOnPageChange:I,repeatable:h}))},Sn=yn;import{useCallback as Vr,useContext as Qp,useEffect as Zp}from"react";function jr(){let{organizationId:e,userId:t,setOrganizationId:o}=Qp(oe),{mutateUserFlowState:i}=_e(),{config:n,apiUrl:r}=Ze(),s=qt(),{verifySDKInitiated:a}=Yt();function d(g,S){return`frigade-user-group-registered-${g}-${S}`}Zp(()=>{if(t&&e){if(t.startsWith(Xt))return;let g=d(t,e);localStorage.getItem(g)||(s(`${r}userGroups`,j(b({},n),{method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})})),localStorage.setItem(g,"true"))}},[t,e]);let l=Vr(g=>M(this,null,function*(){if(!a())return;if(!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationIdInternal:e,userId:t});return}let S={foreignUserId:t,foreignUserGroupId:e,properties:g};yield s(`${r}userGroups`,j(b({},n),{method:"POST",body:JSON.stringify(S)})),i()}),[e,t,n,i]),u=Vr((g,S)=>M(this,null,function*(){if(!a())return;if(!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationIdInternal:e,userId:t});return}let h={foreignUserId:t,foreignUserGroupId:e,events:[{event:g,properties:S}]};yield s(`${r}userGroups`,j(b({},n),{method:"POST",body:JSON.stringify(h)})),i()}),[e,t,n,i]),c=Vr((g,S)=>M(this,null,function*(){if(a())if(S){let k=d(t,g);localStorage.setItem(k,"true"),o(g);let h={foreignUserId:t,foreignUserGroupId:g,properties:S};yield s(`${r}userGroups`,j(b({},n),{method:"POST",body:JSON.stringify(h)})),i()}else o(g)}),[t,n,i]);return{organizationId:e,setOrganizationId:o,setOrganizationIdWithProperties:c,addPropertiesToOrganization:l,trackEventForOrganization:u}}var $t="frigade-xFrigade_guestUserId",Ao="frigade-xFrigade_userId",bn=({})=>{let{setFlowResponses:e}=bo(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:i}=_e(),{userId:n,setUserId:r}=wo(),[s,a]=Eo(n),{getFlowStatus:d}=ie(),{flows:l,userProperties:u,setIsNewGuestUser:c,flowResponses:g}=Rp(oe),[S,k]=Eo([]),[h,x]=Eo([]),{organizationId:F}=jr(),[y,v]=Eo(F),[L,E]=Eo(!1);ro(()=>{if(!o&&t)for(let T=0;T<t.length;T++){let A=t[T],N=l.find(U=>U.slug===(A==null?void 0:A.flowId));if(N&&A&&A.shouldTrigger===!0&&N.type=="FORM"&&N.triggerType==="AUTOMATIC"&&!h.includes(N.slug)){setTimeout(()=>{f(A.flowId)},500);break}}},[o,t]),ro(()=>{g.length>0&&i()},[g]),ro(()=>{L||(E(!0),i())},[o,E]);function f(T){let A=l.find(N=>N.slug===T);A&&A.triggerType==="AUTOMATIC"&&!h.includes(A.slug)&&(x([...h,A.slug]),k([A]))}function w(){if(!n){let T=localStorage.getItem(Ao);if(T){r(T);return}let A=localStorage.getItem($t);if(A){r(A);return}c(!0);let N=Xt+ed();try{localStorage.setItem($t,N)}catch(U){console.log("Failed to save guest user id locally: Local storage unavailable",U)}r(U=>U||N)}}ro(()=>{try{if(l){let T=[];l.forEach(A=>{if(A.data){let N=A.data.match(/"imageUri":"(.*?)"/g);N&&N.forEach(U=>{let z=U.replace('"imageUri":"',"").replace('"',"");if(T.includes(z))return;let G=new Image;G.src=z,T.push(z)})}})}}catch(T){}},[l]),ro(()=>{if(n!==s&&(e([]),i()),a(n),n&&!n.startsWith(Xt))try{localStorage.setItem(Ao,n)}catch(T){console.log("Failed to save user id locally: Local storage available",T)}n===null&&setTimeout(()=>{n===null&&w()},50)},[n,l,u]),ro(()=>{F!=y&&(v(F),e([]),i())},[F,y,v]);function I(){return _t.createElement(_t.Fragment,null,S.map(T=>d(T.slug)!==Ue?null:_t.createElement("span",{key:T.slug},_t.createElement(Sn,{flowId:T.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return _t.createElement(_t.Fragment,null,_t.createElement(I,null))};var wn={colorPrimary:"colors.primary.background",colorText:"colors.neutral.foreground",colorBackground:"colors.neutral.background",colorBackgroundSecondary:"colors.secondary.background",colorTextOnPrimaryBackground:"colors.primary.foreground",colorTextSecondary:"colors.secondary.foreground",colorTextDisabled:"colors.gray700",colorBorder:"colors.gray800",colorTextError:"colors.negative.foreground",borderRadius:"radii.lg"};function td(e){if(!e)return;let t={};return Object.entries(e).forEach(([o,i])=>{if(wn[o]){let n=wn[o].split("."),r=t;n.forEach((s,a)=>{r[s]||(r[s]=a===n.length-1?i:{}),r=r[s]})}}),t}function od(e){if(!e)return;let t=ue({},e),o={};return Object.keys(t).forEach(i=>{let n=`.fr-${i}`;o[n]=t[i]}),o}function Tn(e){let{theme:t,styleOverrides:o}=e,i=td(t),n=od(o);return{overrides:i,css:n}}import hd from"styled-components";import{compose as xd,variant as kn}from"styled-system";import Fn from"react";import rd,{ThemeProvider as id,useTheme as nd}from"styled-components";import{border as sd,color as ld,compose as ad,get as pd,shadow as dd,space as cd,system as md,typography as ud}from"styled-system";var fd={width:{property:"width",scale:"sizes",transform:(e,t)=>pd(t,e,!(typeof e=="number"&&!isNaN(e))||e>1?e:e*100+"%")},height:{property:"height",scale:"sizes"},minWidth:{property:"minWidth",scale:"sizes"},minHeight:{property:"minHeight",scale:"sizes"},maxWidth:{property:"maxWidth",scale:"sizes"},maxHeight:{property:"maxHeight",scale:"sizes"},overflow:!0,overflowX:!0,overflowY:!0,display:!0,verticalAlign:!0},gd=rd("div")(({css:e})=>e,ad(sd,ld,dd,cd,ud,md(fd))),No=n=>{var r=n,{as:e,children:t,overrides:o}=r,i=$e(r,["as","children","overrides"]);let s=nd(),a={border:"none",boxSizing:"border-box",m:0,p:0},d=()=>Fn.createElement(gd,b(b({as:e},a),i),t);if(o!==void 0){let l=ue(s,o);return Fn.createElement(id,{theme:l},d())}return d()};var Io={Primary:{backgroundColor:"primary.background",color:"primary.foreground","&:hover":{backgroundColor:"blue400"}},Secondary:{backgroundColor:"white",border:"1px solid",borderColor:"gray800",color:"neutral.foreground","&:hover":{backgroundColor:"blue900"}},Link:{backgroundColor:"transparent",color:"primary.inverted"},Plain:{backgroundColor:"transparent",color:"neutral.foreground"}},Cd={sm:{paddingX:4,paddingY:1},md:{paddingX:6,paddingY:2}},Pn=hd(No)(()=>({whiteSpace:"nowrap"}),xd(kn({scale:"components.Button",variants:"components.Button"}),kn({prop:"size",variants:Cd})));import yd from"styled-components";import{variant as Sd,system as bd}from"styled-system";var nr={Display1:{fontSize:"5xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"4xl"},Display2:{fontSize:"4xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"3xl"},H1:{fontSize:"3xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"2xl"},H2:{fontSize:"2xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"xl"},H3:{fontSize:"xl",fontWeight:"bold",letterSpacing:"md",lineHeight:"lg"},H4:{fontSize:"lg",fontWeight:"bold",letterSpacing:"md",lineHeight:"md"},Body1:{fontSize:"md",fontWeight:"regular",letterSpacing:"md",lineHeight:"md"},Body2:{fontSize:"sm",fontWeight:"regular",letterSpacing:"md",lineHeight:"md"},Caption:{fontSize:"xs",fontWeight:"regular",letterSpacing:"md",lineHeight:"sm"}};var vn=yd(No)(Sd({scale:"components.Text",variants:"components.Text"}),bd({fontWeight:{property:"fontWeight",scale:"fontWeights"}}));var Bn=4,En="px",wd=20,Td=Object.fromEntries(Array.from(Array(wd+1),(e,t)=>t===0?[.5,`${.5*Bn}${En}`]:[t,`${t*Bn}${En}`])),io={black:"#000000",gray100:"#14161A",gray200:"#181B20",gray300:"#1F2329",gray400:"#2E343D",gray500:"#4C5766",gray600:"#5A6472",gray700:"#C5CBD3",gray800:"#E2E5E9",gray900:"#F1F2F4",white:"#ffffff",blue400:"#015AC6",blue500:"#0171F8",blue800:"#DBECFF",blue900:"#F5F9FF",green400:"#009E37",green500:"#00D149",green800:"#DBFFE8",transparent:"#FFFFFF00",red500:"#c00000"},sr={colors:j(b({},io),{neutral:{foreground:io.gray300},primary:{background:io.blue500,foreground:io.white,inverted:io.blue500},negative:{foreground:io.red500}}),fonts:{default:"TT Interphases Pro, sans-serif"},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"30px","4xl":"36px","5xl":"48px"},fontWeights:{regular:400,semibold:500,bold:700},letterSpacings:{md:"0.02em"},lineHeights:{xs:"18px",sm:"22px",md:"24px",lg:"26px",xl:"30px","2xl":"38px","3xl":"46px","4xl":"60px"},radii:{md:"8px",lg:"20px",round:"50%"},shadows:{md:"0px 4px 20px rgba(0, 0, 0, 0.06)"},space:Td,components:{Button:Io,Text:nr}};var Nn="https://api.frigade.com",oe=Fd({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:at,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{},apiUrl:Nn,readonly:!1,debug:!1});function kd(){Object.keys(localStorage).forEach(e=>{e.startsWith("frigade-")&&localStorage.removeItem(e)})}var Pd=({publicApiKey:e,userId:t,organizationId:o,config:i,children:n})=>{var Z,q,ne,Se,ke,R;let r=typeof window!="undefined"?localStorage.getItem($t):null,[s,a]=Ke(t||r),[d,l]=Ke(o||null),[u,c]=Ke([]),[g,S]=Ke([]),[k,h]=Ke([]),[x,F]=Ke({}),[y,v]=Ke({}),[L,E]=Ke([]),[f,w]=Ke({}),[I,T]=Ke(!1),[A,N]=Ke(!1),[U,z]=Ke(!K(e)),G=($,re)=>{if(re==="_blank"){window.open($,"_blank");return}setTimeout(()=>{window.location.href=$},50)},_={theme:b(b({},at.theme),(q=(Z=i==null?void 0:i.defaultAppearance)==null?void 0:Z.theme)!=null?q:{}),styleOverrides:b(b({},at.styleOverrides),(Se=(ne=i==null?void 0:i.defaultAppearance)==null?void 0:ne.styleOverrides)!=null?Se:{})};function K($){return!!($&&$.length>10&&$.substring(0,10)==="api_public")}lr(()=>{t&&a(t)},[t]),lr(()=>{s&&typeof window!="undefined"&&window.localStorage&&window.localStorage.getItem(Ao)&&window.localStorage.getItem(Ao)!==s&&kd()},[s]),lr(()=>{o&&l(o)},[o]),lr(()=>{if(K(e))z(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),z(!0);return}},[e,z]);let J={publicApiKey:e,userId:s,setUserId:a,setFlows:c,flows:u,failedFlowResponses:g,setFailedFlowResponses:S,flowResponses:k,setFlowResponses:h,userProperties:x,setUserProperties:F,openFlowStates:y,setOpenFlowStates:v,completedFlowsToKeepOpenDuringSession:L,setCompletedFlowsToKeepOpenDuringSession:E,customVariables:f,setCustomVariables:w,isNewGuestUser:I,setIsNewGuestUser:T,hasActiveFullPageFlow:A,setHasActiveFullPageFlow:N,organizationId:d,setOrganizationId:l,navigate:i&&i.navigate?i.navigate:G,defaultAppearance:_,shouldGracefullyDegrade:U,setShouldGracefullyDegrade:z,apiUrl:i&&i.apiUrl?i.apiUrl:Nn,readonly:i&&i.readonly?i.readonly:!1,debug:i&&i.debug?i.debug:!1,flowDataOverrides:i&&i.__internal__?i.__internal__:void 0},{overrides:O}=Tn(_);return U?Oo.createElement(oe.Provider,{value:J},Oo.createElement(An,{theme:ue(_.theme,sr,O!=null?O:{},(ke=i==null?void 0:i.theme)!=null?ke:{})},n)):Oo.createElement(oe.Provider,{value:J},Oo.createElement(An,{theme:ue(_.theme,sr,O!=null?O:{},(R=i==null?void 0:i.theme)!=null?R:{})},n,Oo.createElement(bn,null)))};import xc from"react";import Ce,{useEffect as hr,useState as il}from"react";import Je,{useState as jd}from"react";import wt from"styled-components";import dr from"react";import Wt from"react";import On from"styled-components";var In=On.span`
697
697
  font-weight: 600;
698
698
  font-size: 14px;
699
699
  font-style: normal;
@@ -704,7 +704,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
704
704
  vertical-align: middle;
705
705
  margin-left: 32px;
706
706
  padding-right: 12px;
707
- ${e=>ve(e)}
707
+ ${e=>Ee(e)}
708
708
  `,vd=On.div`
709
709
  flex-direction: row;
710
710
  justify-content: space-between;
@@ -713,12 +713,12 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
713
713
  padding-bottom: 20px;
714
714
  padding-right: 8px;
715
715
  width: 100%;
716
- ${e=>ve(e)}
717
- `,ar=({label:e,value:t,labelStyle:o={},labelPosition:i="right",style:n,primaryColor:r="#000000",checkBoxType:s="round",appearance:a})=>Wt.createElement(Wt.Fragment,null,Wt.createElement(vd,{className:p("checklistStepsContainer",a),appearance:a,styleOverrides:b({},n)},i==="left"&&e&&Wt.createElement(Nn,{className:p("checklistStepLabel",a),styleOverrides:o,appearnace:a},e),Wt.createElement(pt,{appearance:a,value:t,type:s,primaryColor:r}),i==="right"&&e&&Wt.createElement(Nn,{className:p("checklistStepLabel",a),styleOverrides:o,appearance:a},e)),Wt.createElement(ne,{appearance:a}));import Oo from"styled-components";var Ln=Oo.div`
716
+ ${e=>Ee(e)}
717
+ `,ar=({label:e,value:t,labelStyle:o={},labelPosition:i="right",style:n,primaryColor:r="#000000",checkBoxType:s="round",appearance:a})=>Wt.createElement(Wt.Fragment,null,Wt.createElement(vd,{className:p("checklistStepsContainer",a),appearance:a,styleOverrides:b({},n)},i==="left"&&e&&Wt.createElement(In,{className:p("checklistStepLabel",a),styleOverrides:o,appearnace:a},e),Wt.createElement(pt,{appearance:a,value:t,type:s,primaryColor:r}),i==="right"&&e&&Wt.createElement(In,{className:p("checklistStepLabel",a),styleOverrides:o,appearance:a},e)),Wt.createElement(se,{appearance:a}));import Lo from"styled-components";var Ln=Lo.div`
718
718
  font-weight: 700;
719
719
  font-size: 18px;
720
720
  line-height: 22px;
721
- `,$n=Oo.p`
721
+ `,$n=Lo.p`
722
722
  font-weight: 600;
723
723
  font-size: 16px;
724
724
  line-height: 24px;
@@ -726,7 +726,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
726
726
  letter-spacing: 0.32px;
727
727
  font-style: normal;
728
728
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
729
- `,Mn=Oo.p`
729
+ `,Mn=Lo.p`
730
730
  font-weight: 400;
731
731
  font-size: 14px;
732
732
  font-style: normal;
@@ -735,23 +735,23 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
735
735
  letter-spacing: 0.28px;
736
736
  margin: 8px 0px 0px 0px;
737
737
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
738
- `,pr=Oo.div`
738
+ `,pr=Lo.div`
739
739
  width: 6px;
740
740
  position: absolute;
741
741
  left: 0;
742
742
  height: 100%;
743
743
  border-top-right-radius: 4px;
744
744
  border-bottom-right-radius: 4px;
745
- `,Dn=Oo.div`
745
+ `,Dn=Lo.div`
746
746
  flex-direction: row;
747
747
  justify-content: flex-start;
748
748
  border-bottom: 1px solid ${e=>e.theme.colorBorder};
749
749
  padding-right: 16px;
750
- `;var Un=({data:e,index:t,isSelected:o,primaryColor:i,style:n,onClick:r,appearance:s})=>{var a,d,l,f,c;return dr.createElement("div",{style:{position:"relative",paddingLeft:"0px"},onClick:()=>{r()}},o&&dr.createElement(pr,{className:p("checklistStepItemSelectedIndicator",s),layoutId:"checklis-step-selected",style:{backgroundColor:(d=(a=s==null?void 0:s.theme)==null?void 0:a.colorPrimary)!=null?d:i}}),dr.createElement(Dn,{className:p("checklistStepItem",s),key:`hero-checklist-step-${t}`,appearance:s,role:"listitem"},dr.createElement(ar,{value:e.complete,labelPosition:"left",label:(l=e.stepName)!=null?l:e.title,style:n,primaryColor:(c=(f=s==null?void 0:s.theme)==null?void 0:f.colorPrimary)!=null?c:i,appearance:s})))};import zt from"react";import Gr from"styled-components";import cr from"styled-components";var hC=cr.h1`
750
+ `;var Un=({data:e,index:t,isSelected:o,primaryColor:i,style:n,onClick:r,appearance:s})=>{var a,d,l,u,c;return dr.createElement("div",{style:{position:"relative",paddingLeft:"0px"},onClick:()=>{r()}},o&&dr.createElement(pr,{className:p("checklistStepItemSelectedIndicator",s),layoutId:"checklis-step-selected",style:{backgroundColor:(d=(a=s==null?void 0:s.theme)==null?void 0:a.colorPrimary)!=null?d:i}}),dr.createElement(Dn,{className:p("checklistStepItem",s),key:`hero-checklist-step-${t}`,appearance:s,role:"listitem"},dr.createElement(ar,{value:e.complete,labelPosition:"left",label:(l=e.stepName)!=null?l:e.title,style:n,primaryColor:(c=(u=s==null?void 0:s.theme)==null?void 0:u.colorPrimary)!=null?c:i,appearance:s})))};import zt from"react";import Gr from"styled-components";import cr from"styled-components";var xC=cr.h1`
751
751
  display: flex;
752
752
  margin: 0;
753
753
  font-size: 18px;
754
- `,xC=cr.h2`
754
+ `,CC=cr.h2`
755
755
  font-size: 15px;
756
756
  color: #4d4d4d;
757
757
  `,_n=cr.div`
@@ -780,7 +780,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
780
780
  align-items: ${e=>e.textLocation=="top"?"flex-end":"center"};
781
781
  width: 100%;
782
782
 
783
- ${e=>ve(e)}
783
+ ${e=>Ee(e)}
784
784
  `,Ed=Gr.div`
785
785
  flex-grow: 1;
786
786
  position: relative;
@@ -791,15 +791,15 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
791
791
  line-height: 18px;
792
792
  padding-right: ${e=>e.padding};
793
793
  margin-bottom: ${e=>e.textLocation=="top"?"8px":"0px"};
794
- ${e=>ve(e)}
795
- `;var ze=({count:e,total:t,display:o="count",textLocation:i="left",style:n={},textStyle:r={},appearance:s})=>{var g;if(t===0)return zt.createElement(zt.Fragment,null);Object.keys(r).length===0&&r.constructor===Object&&(r={color:(g=s==null?void 0:s.theme)==null?void 0:g.colorText});let a=e===0?"10px":`${e/t*100}%`,d=o==="compact"?"8px":"10px",l=Math.round(e/t*100),f=o==="compact"?"10px":"14px",c;return o==="count"||o==="compact"?c=`${e}/${t}`:o==="percent"&&(c=`${l}% complete`),i==="top"&&(f="0px"),zt.createElement(Bd,{className:p("progressBarContainer",s),textLocation:i,styleOverrides:n},zt.createElement(Ad,{className:p("progressBarStepText",s),styleOverrides:G(b({},r),{fontSize:o==="compact"?12:14,fontWeight:600}),appearance:s,padding:f,textLocation:i},c),zt.createElement(Ed,{textLocation:i,className:p("progressBar",s)},zt.createElement(_n,{style:{zIndex:o=="compact"?1:5},fgWidth:a,barHeight:d,appearance:s,className:p("progressBarFill",s)}),zt.createElement(Wn,{className:p("progressBarBackground",s),barHeight:d,appearance:s})))};import Lo from"react";import Nd from"styled-components";import ur from"react";import mr from"react";var io=({stepData:e,appearance:t})=>mr.createElement(mr.Fragment,null,mr.createElement($n,{appearance:t,className:p("checklistStepTitle",t),dangerouslySetInnerHTML:pe(e.title)}),mr.createElement(Mn,{appearance:t,className:p("checklistStepSubtitle",t),dangerouslySetInnerHTML:pe(e.subtitle)}));import Kr from"react";var no=({stepData:e,appearance:t})=>{let o=()=>{e.handlePrimaryButtonClick&&e.handlePrimaryButtonClick()},i=()=>{e.handleSecondaryButtonClick&&e.handleSecondaryButtonClick()};return Kr.createElement(Ro,{className:p("ctaContainer",t)},Kr.createElement(de,{appearance:t,title:e.primaryButtonTitle,onClick:o}),e.secondaryButtonTitle&&Kr.createElement(de,{appearance:t,secondary:!0,title:e.secondaryButtonTitle,onClick:i,style:{width:"auto",marginRight:"12px"}}))};var so=({stepData:e,appearance:t})=>ur.createElement(ur.Fragment,null,ur.createElement(io,{stepData:e,appearance:t}),ur.createElement(no,{stepData:e,appearance:t}));import Id from"react";function zn(e){return Id.createElement(tt,{appearance:e.appearance,videoUri:e.videoUri,autoplay:e.autoplay})}var qr="default",Od=Nd.img`
794
+ ${e=>Ee(e)}
795
+ `;var ze=({count:e,total:t,display:o="count",textLocation:i="left",style:n={},textStyle:r={},appearance:s})=>{var g;if(t===0)return zt.createElement(zt.Fragment,null);Object.keys(r).length===0&&r.constructor===Object&&(r={color:(g=s==null?void 0:s.theme)==null?void 0:g.colorText});let a=e===0?"10px":`${e/t*100}%`,d=o==="compact"?"8px":"10px",l=Math.round(e/t*100),u=o==="compact"?"10px":"14px",c;return o==="count"||o==="compact"?c=`${e}/${t}`:o==="percent"&&(c=`${l}% complete`),i==="top"&&(u="0px"),zt.createElement(Bd,{className:p("progressBarContainer",s),textLocation:i,styleOverrides:n},zt.createElement(Ad,{className:p("progressBarStepText",s),styleOverrides:j(b({},r),{fontSize:o==="compact"?12:14,fontWeight:600}),appearance:s,padding:u,textLocation:i},c),zt.createElement(Ed,{textLocation:i,className:p("progressBar",s)},zt.createElement(_n,{style:{zIndex:o=="compact"?1:5},fgWidth:a,barHeight:d,appearance:s,className:p("progressBarFill",s)}),zt.createElement(Wn,{className:p("progressBarBackground",s),barHeight:d,appearance:s})))};import $o from"react";import Id from"styled-components";import ur from"react";import mr from"react";var no=({stepData:e,appearance:t})=>mr.createElement(mr.Fragment,null,mr.createElement($n,{appearance:t,className:p("checklistStepTitle",t),dangerouslySetInnerHTML:ce(e.title)}),mr.createElement(Mn,{appearance:t,className:p("checklistStepSubtitle",t),dangerouslySetInnerHTML:ce(e.subtitle)}));import Kr from"react";var so=({stepData:e,appearance:t})=>{let o=()=>{e.handlePrimaryButtonClick&&e.handlePrimaryButtonClick()},i=()=>{e.handleSecondaryButtonClick&&e.handleSecondaryButtonClick()};return Kr.createElement(Ro,{className:p("ctaContainer",t)},Kr.createElement(le,{appearance:t,title:e.primaryButtonTitle,onClick:o}),e.secondaryButtonTitle&&Kr.createElement(le,{appearance:t,secondary:!0,title:e.secondaryButtonTitle,onClick:i,style:{width:"auto",marginRight:"12px"}}))};var lo=({stepData:e,appearance:t})=>ur.createElement(ur.Fragment,null,ur.createElement(no,{stepData:e,appearance:t}),ur.createElement(so,{stepData:e,appearance:t}));import Nd from"react";function zn(e){return Nd.createElement(tt,{appearance:e.appearance,videoUri:e.videoUri,autoplay:e.autoplay})}var qr="default",Od=Id.img`
796
796
  border-radius: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.borderRadius}}px;
797
797
  width: 100%;
798
798
  height: auto;
799
799
  min-height: 200px;
800
- `,Hn=({stepData:e,appearance:t})=>{var o;if(e!=null&&e.StepContent){let i=e.StepContent;return Lo.createElement("div",null,i)}return Lo.createElement(Ln,{className:p("checklistStepContent",t)},e.imageUri?Lo.createElement(Od,{className:p("checklistStepImage",t),src:e.imageUri,appearance:t}):null,e.videoUri?Lo.createElement(zn,{videoUri:e.videoUri,appearance:t,autoplay:(o=e.props)==null?void 0:o.autoplayVideo}):null,Lo.createElement(so,{stepData:e,appearance:t}))};import He,{useRef as Ld,useState as $d}from"react";import lo from"styled-components";var Vn=lo.div`
800
+ `,Hn=({stepData:e,appearance:t})=>{var o;if(e!=null&&e.StepContent){let i=e.StepContent;return $o.createElement("div",null,i)}return $o.createElement(Ln,{className:p("checklistStepContent",t)},e.imageUri?$o.createElement(Od,{className:p("checklistStepImage",t),src:e.imageUri,appearance:t}):null,e.videoUri?$o.createElement(zn,{videoUri:e.videoUri,appearance:t,autoplay:(o=e.props)==null?void 0:o.autoplayVideo}):null,$o.createElement(lo,{stepData:e,appearance:t}))};import He,{useRef as Ld,useState as $d}from"react";import ao from"styled-components";var Vn=ao.div`
801
801
  display: block;
802
- `,Md=lo.div`
802
+ `,Md=ao.div`
803
803
  display: flex;
804
804
  flex-direction: row;
805
805
  flex-wrap: wrap;
@@ -809,20 +809,20 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
809
809
  align-content: center;
810
810
  margin-top: 24px;
811
811
  margin-bottom: 24px;
812
- `,Dd=lo.div`
812
+ `,Dd=ao.div`
813
813
  display: flex;
814
814
  align-items: center;
815
815
  justify-content: flex-start;
816
816
  flex-direction: column;
817
817
  margin-right: 16px;
818
- `,Ud=lo.video`
818
+ `,Ud=ao.video`
819
819
  width: 200px;
820
820
  height: 120px;
821
- `,_d=lo.div`
821
+ `,_d=ao.div`
822
822
  font-size: 14px;
823
823
  line-height: 20px;
824
824
  text-align: center;
825
- `,Wd=lo.div`
825
+ `,Wd=ao.div`
826
826
  position: absolute;
827
827
  width: 200px;
828
828
  height: 120px;
@@ -842,7 +842,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
842
842
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
843
843
  border-radius: 50%;
844
844
  }
845
- `,jn="videoCarousel",Gn=({stepData:e,appearance:t})=>{var n;if(!((n=e.props)!=null&&n.videos))return He.createElement(Vn,null,He.createElement(so,{stepData:e,appearance:t}));function o({video:r}){let s=Ld(),[a,d]=$d(!1);return He.createElement(Dd,null,!a&&He.createElement(Wd,{onClick:()=>{d(!0),s.current.play()},appearance:t},He.createElement(tr,null)),He.createElement(Ud,{controls:a,ref:s,play:a,src:r.uri}),He.createElement(_d,null,r.title))}let i=e.props;return i.videos?He.createElement(Vn,null,He.createElement(io,{stepData:e,appearance:t}),He.createElement(Md,null,i.videos.map((r,s)=>He.createElement("span",{key:`${r.uri}-${s}`},He.createElement(o,{video:r})))),He.createElement(no,{stepData:e,appearance:t})):null};import ct from"react";import fr from"styled-components";var Kn=fr.div`
845
+ `,jn="videoCarousel",Gn=({stepData:e,appearance:t})=>{var n;if(!((n=e.props)!=null&&n.videos))return He.createElement(Vn,null,He.createElement(lo,{stepData:e,appearance:t}));function o({video:r}){let s=Ld(),[a,d]=$d(!1);return He.createElement(Dd,null,!a&&He.createElement(Wd,{onClick:()=>{d(!0),s.current.play()},appearance:t},He.createElement(tr,null)),He.createElement(Ud,{controls:a,ref:s,play:a,src:r.uri}),He.createElement(_d,null,r.title))}let i=e.props;return i.videos?He.createElement(Vn,null,He.createElement(no,{stepData:e,appearance:t}),He.createElement(Md,null,i.videos.map((r,s)=>He.createElement("span",{key:`${r.uri}-${s}`},He.createElement(o,{video:r})))),He.createElement(so,{stepData:e,appearance:t})):null};import ct from"react";import fr from"styled-components";var Kn=fr.div`
846
846
  display: block;
847
847
  `,zd=fr.pre`
848
848
  display: block;
@@ -867,14 +867,14 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
867
867
  margin-top: 12px;
868
868
  `,Vd=fr.div`
869
869
  margin-top: 24px;
870
- `,qn="codeSnippet",Yn=({stepData:e,appearance:t})=>{var i;if(!((i=e.props)!=null&&i.codeSnippets))return ct.createElement(Kn,null,ct.createElement(so,{stepData:e,appearance:t}));let o=e.props;return o.codeSnippets?ct.createElement(Kn,{className:p("codeSnippetContainer",t)},ct.createElement(io,{stepData:e,appearance:t}),ct.createElement(Vd,null,o.codeSnippets.map((n,r)=>ct.createElement("div",{key:r},n.title?ct.createElement(Hd,{dangerouslySetInnerHTML:pe(n.title)}):null,n.code?ct.createElement(zd,null,n.code):null))),ct.createElement(no,{stepData:e,appearance:t})):null};var Gd=wt.div`
870
+ `,qn="codeSnippet",Yn=({stepData:e,appearance:t})=>{var i;if(!((i=e.props)!=null&&i.codeSnippets))return ct.createElement(Kn,null,ct.createElement(lo,{stepData:e,appearance:t}));let o=e.props;return o.codeSnippets?ct.createElement(Kn,{className:p("codeSnippetContainer",t)},ct.createElement(no,{stepData:e,appearance:t}),ct.createElement(Vd,null,o.codeSnippets.map((n,r)=>ct.createElement("div",{key:r},n.title?ct.createElement(Hd,{dangerouslySetInnerHTML:ce(n.title)}):null,n.code?ct.createElement(zd,null,n.code):null))),ct.createElement(so,{stepData:e,appearance:t})):null};var Gd=wt.div`
871
871
  display: flex;
872
872
  flex-direction: row;
873
873
  overflow: hidden;
874
874
  min-width: ${e=>e.type!="modal"?"600px":"100%"};
875
875
  background: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.colorBackground}};
876
876
  border-radius: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.borderRadius}}px;
877
- ${e=>ve(e)}
877
+ ${e=>Ee(e)}
878
878
  `,Kd=wt.h1`
879
879
  font-size: 18px;
880
880
  font-style: normal;
@@ -908,30 +908,30 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
908
908
  `,Zd=wt.div`
909
909
  flex: 2;
910
910
  padding: 40px 40px 40px 0px;
911
- `,Rd=({title:e,subtitle:t,steps:o=[],style:i={},selectedStep:n,setSelectedStep:r,className:s="",customStepTypes:a=new Map,appearance:d,type:l})=>{let{mergeAppearanceWithDefault:f}=ae();d=f(d);let c={[qr]:Hn,[jn]:Gn,[qn]:Yn},g=b(b({},c),a),[S,w]=jd(0),h=n!=null?n:S,x=r!=null?r:w,T=o.filter(F=>F.complete===!0).length,y=()=>{var F;return!((F=o[h])!=null&&F.type)||!g[o[h].type]?g[qr]({stepData:o[h],appearance:d}):typeof g[o[h].type]!="function"?g[o[h].type]:g[o[h].type]({stepData:o[h],appearance:d})};return Je.createElement(Gd,{type:l,styleOverrides:i,className:s,appearance:d},Je.createElement(Jd,{className:p("checklistHeaderContainer",d),appearance:d},Je.createElement(Yd,{className:p("checklistHeader",d),appearance:d},Je.createElement(Kd,{className:p("checklistTitle",d),appearance:d},e),Je.createElement(qd,{className:p("checklistSubtitle",d),appearance:d},t),Je.createElement(ze,{total:o.length,count:T,style:{marginTop:"24px",paddingRight:"40px"},appearance:d})),Je.createElement(Xd,{className:p("checklistStepsContainer",d)},o.map((F,O)=>Je.createElement(Un,{data:F,index:O,key:O,listLength:o.length,isSelected:O===h,primaryColor:d.theme.colorPrimary,style:{justifyContent:"space-between"},onClick:()=>{x(O)},appearance:d})))),Je.createElement(Qd,{appearance:d,className:p("checklistDivider",d)}),Je.createElement(Zd,null,Je.createElement(y,null)))},Yr=Rd;import K,{useState as ic}from"react";import Jn from"react";import ec from"styled-components";var tc=ec.svg`
911
+ `,Rd=({title:e,subtitle:t,steps:o=[],style:i={},selectedStep:n,setSelectedStep:r,className:s="",customStepTypes:a=new Map,appearance:d,type:l})=>{let{mergeAppearanceWithDefault:u}=de();d=u(d);let c={[qr]:Hn,[jn]:Gn,[qn]:Yn},g=b(b({},c),a),[S,k]=jd(0),h=n!=null?n:S,x=r!=null?r:k,F=o.filter(v=>v.complete===!0).length,y=()=>{var v;return!((v=o[h])!=null&&v.type)||!g[o[h].type]?g[qr]({stepData:o[h],appearance:d}):typeof g[o[h].type]!="function"?g[o[h].type]:g[o[h].type]({stepData:o[h],appearance:d})};return Je.createElement(Gd,{type:l,styleOverrides:i,className:s,appearance:d},Je.createElement(Jd,{className:p("checklistHeaderContainer",d),appearance:d},Je.createElement(Yd,{className:p("checklistHeader",d),appearance:d},Je.createElement(Kd,{className:p("checklistTitle",d),appearance:d},e),Je.createElement(qd,{className:p("checklistSubtitle",d),appearance:d},t),Je.createElement(ze,{total:o.length,count:F,style:{marginTop:"24px",paddingRight:"40px"},appearance:d})),Je.createElement(Xd,{className:p("checklistStepsContainer",d)},o.map((v,L)=>Je.createElement(Un,{data:v,index:L,key:L,listLength:o.length,isSelected:L===h,primaryColor:d.theme.colorPrimary,style:{justifyContent:"space-between"},onClick:()=>{x(L)},appearance:d})))),Je.createElement(Qd,{appearance:d,className:p("checklistDivider",d)}),Je.createElement(Zd,null,Je.createElement(y,null)))},Yr=Rd;import Y,{useState as ic}from"react";import Jn from"react";import ec from"styled-components";var tc=ec.svg`
912
912
  transition: 'transform 0.35s ease-in-out';
913
- `,ao=({style:e,className:t})=>Jn.createElement(tc,{width:"7",height:"10",viewBox:"0 0 9 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e,className:t},Jn.createElement("path",{d:"M1 13L7.5 7L0.999999 1",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}));import ye from"styled-components";var Jr={boxShadow:"0px 6px 25px rgba(0, 0, 0, 0.06)",padding:"32px",maxHeight:"700px",msOverflowStyle:"none",scrollbarWidth:"none",paddingBottom:"12px",minHeight:"610px"},Xn=ye.div`
913
+ `,po=({style:e,className:t})=>Jn.createElement(tc,{width:"7",height:"10",viewBox:"0 0 9 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e,className:t},Jn.createElement("path",{d:"M1 13L7.5 7L0.999999 1",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}));import be from"styled-components";var Jr={boxShadow:"0px 6px 25px rgba(0, 0, 0, 0.06)",padding:"32px",maxHeight:"700px",msOverflowStyle:"none",scrollbarWidth:"none",paddingBottom:"12px",minHeight:"610px"},Xn=be.div`
914
914
  max-height: 350px;
915
915
  padding-bottom: 40px;
916
- `,Qn=ye.div`
916
+ `,Qn=be.div`
917
917
  display: flex;
918
918
  flex-direction: column;
919
919
  margin-top: 20px;
920
- `,Zn=ye.h1`
920
+ `,Zn=be.h1`
921
921
  font-style: normal;
922
922
  font-weight: 600;
923
923
  font-size: 30px;
924
924
  line-height: 36px;
925
925
  margin-bottom: 16px;
926
926
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
927
- `,Rn=ye.h2`
927
+ `,Rn=be.h2`
928
928
  font-weight: 400;
929
929
  font-size: 16px;
930
930
  line-height: 20px;
931
931
  margin-bottom: 16px;
932
932
  padding-left: 1px;
933
933
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
934
- `,es=ye.div`
934
+ `,es=be.div`
935
935
  ${e=>B(e)} {
936
936
  border: 1px solid #fafafa;
937
937
  }
@@ -941,11 +941,11 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
941
941
  flex-direction: column;
942
942
  min-height: 240px;
943
943
  overflow: hidden;
944
- `,ts=ye.div`
944
+ `,ts=be.div`
945
945
  display: flex;
946
946
  flex-direction: row;
947
947
  justify-content: space-between;
948
- `,os=ye.p`
948
+ `,os=be.p`
949
949
  ${e=>B(e)} {
950
950
  font-weight: 400;
951
951
  font-size: 10px;
@@ -954,12 +954,12 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
954
954
  color: #8c8c8c;
955
955
  margin: 20px;
956
956
  }
957
- `,rs=ye.div`
957
+ `,rs=be.div`
958
958
  display: flex;
959
959
  flex-direction: row;
960
- `,is=ye.div`
960
+ `,is=be.div`
961
961
  flex: 1;
962
- `,ns=ye.div`
962
+ `,ns=be.div`
963
963
  ${e=>B(e)} {
964
964
  display: flex;
965
965
  justify-content: center;
@@ -969,7 +969,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
969
969
  padding-left: 8px;
970
970
  padding-right: 8px;
971
971
  }
972
- `,ss=ye.p`
972
+ `,ss=be.p`
973
973
  ${e=>B(e)} {
974
974
  font-style: normal;
975
975
  font-weight: 600;
@@ -981,7 +981,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
981
981
  margin-top: 20px;
982
982
  margin-bottom: 16px;
983
983
  }
984
- `,ls=ye.p`
984
+ `,ls=be.p`
985
985
  ${e=>B(e)} {
986
986
  font-weight: 400;
987
987
  font-size: 14px;
@@ -990,14 +990,14 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
990
990
  color: ${e=>e.appearance.theme.colorTextSecondary};
991
991
  margin-bottom: 8px;
992
992
  }
993
- `,as=ye.div`
993
+ `,as=be.div`
994
994
  ${e=>B(e)} {
995
995
  display: flex;
996
996
  flex-direction: row;
997
997
  justify-content: center;
998
998
  gap: 8px;
999
999
  }
1000
- `,ps=ye.div`
1000
+ `,ps=be.div`
1001
1001
  ${e=>B(e)} {
1002
1002
  // Anything inside this block will be ignored if the user provides a custom class
1003
1003
  background-color: ${e=>e.selected?"#FAFAFA":"#FFFFFF"};
@@ -1017,7 +1017,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1017
1017
  justify-content: space-between;
1018
1018
  position: relative;
1019
1019
  cursor: pointer;
1020
- `,ds=ye.p`
1020
+ `,ds=be.p`
1021
1021
  ${e=>B(e)} {
1022
1022
  // Anything inside this block will be ignored if the user provides a custom class
1023
1023
  color: ${e=>e.selected?"#434343":"#BFBFBF"};
@@ -1026,12 +1026,12 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1026
1026
  font-size: 14px;
1027
1027
  line-height: 22px;
1028
1028
  margin: 0;
1029
- `,cs=ye.div`
1029
+ `,cs=be.div`
1030
1030
  display: flex;
1031
1031
  flex-direction: row;
1032
1032
  justify-content: flex-end;
1033
1033
  align-content: center;
1034
- `,ms=ye.div`
1034
+ `,ms=be.div`
1035
1035
  display: flex;
1036
1036
  flex: 1;
1037
1037
  flex-direction: row;
@@ -1039,7 +1039,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1039
1039
  align-content: center;
1040
1040
  align-items: center;
1041
1041
  margin-right: 20px;
1042
- `,us=ye.div`
1042
+ `,us=be.div`
1043
1043
  display: block;
1044
1044
  width: 100%;
1045
1045
  `;import oc from"styled-components";var fs=oc.div`
@@ -1123,7 +1123,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1123
1123
  line-height: 14px;
1124
1124
  font-weight: 400;
1125
1125
  cursor: pointer;
1126
- `;var rc=({steps:e,style:t,title:o,primaryColor:i,appearance:n,onButtonClick:r})=>{let{primaryCTAClickSideEffects:s}=fe();return ut.createElement(gs,{style:t,className:p("guideContainer",n)},ut.createElement(xs,{className:p("guideTitle",n)},o),ut.createElement(hs,{className:p("guideItemContainer",n)},e.map((a,d)=>{var l;return ut.createElement(Cs,{key:`guide-${(l=a.id)!=null?l:d}`,className:p("guideItem",n)},a.icon&&ut.createElement(ys,{className:p("guideIcon",n)},ut.createElement(Ss,null,a.icon)),ut.createElement(bs,{className:p("guideItemTitle",n),dangerouslySetInnerHTML:pe(a.title)}),ut.createElement(ws,{className:p("guideItemSubtitle",n),dangerouslySetInnerHTML:pe(a.subtitle)}),ut.createElement(Ts,{className:p("guideItemLink",n),color:i,onClick:()=>{a.primaryButtonUri&&s(a),r&&r(a)}},a.primaryButtonTitle))})))},$o=rc;var nc=({steps:e,title:t,subtitle:o,stepsTitle:i,visible:n,onClose:r,selectedStep:s,setSelectedStep:a,customStepTypes:d,appearance:l,guideData:f,guideTitle:c,onGuideButtonClick:g})=>{let S=({stepData:m,handleSecondaryCTAClick:N,handleCTAClick:E})=>m?K.createElement(ns,{className:p("checklistStepContainer",l),"data-testid":"checklistStepContainer"},K.createElement(ss,{appearance:l,className:p("checklistStepTitle",l),dangerouslySetInnerHTML:pe(m.title)}),K.createElement(ls,{appearance:l,className:p("checklistStepSubtitle",l),dangerouslySetInnerHTML:pe(m.subtitle)}),K.createElement(as,{className:p("checklistCTAContainer",l)},m.secondaryButtonTitle&&K.createElement(de,{title:m.secondaryButtonTitle,onClick:N,appearance:l,secondary:!0}),K.createElement(de,{title:m.primaryButtonTitle,onClick:E,appearance:l}))):K.createElement(K.Fragment,null),h=b(b({},{default:m=>{var A;if((A=e[y])!=null&&A.StepContent){let I=e[y].StepContent;return K.createElement("div",null,I)}let N=e[y];return K.createElement(S,{stepData:m,handleCTAClick:()=>{N.handlePrimaryButtonClick&&N.handlePrimaryButtonClick()},handleSecondaryCTAClick:()=>{N.handleSecondaryButtonClick&&N.handleSecondaryButtonClick()}})}}),d),[x,T]=ic(0),y=s!=null?s:x,F=a!=null?a:T,O=()=>{var m;return e?!((m=e[y])!=null&&m.type)||!h[e[y].type]?h.default(e[y]):typeof h[e[y].type]!="function"?h[e[y].type]:h[e[y].type]({stepData:e[y],primaryColor:l.theme.colorPrimary}):K.createElement(K.Fragment,null)},v=e.filter(m=>m.complete).length;return n?(l.theme.modalContainer||(l.theme.borderRadius&&(Jr.borderRadius=l.theme.borderRadius+"px"),l.theme.modalContainer=Jr),K.createElement(Re,{onClose:r,visible:n,appearance:l},K.createElement(us,null,K.createElement(Qn,null,K.createElement(Zn,{appearance:l,className:p("checklistTitle",l)},t),K.createElement(Rn,{appearance:l,className:p("checklistSubtitle",l)},o)),K.createElement(Xn,null,e&&e.length>0&&K.createElement(es,{className:p("stepsContainer",l)},K.createElement(ts,null,K.createElement("div",{style:{flex:3}},K.createElement(os,{className:p("stepsTitle",l)},i)),K.createElement(ms,null,K.createElement(ze,{style:{width:"100%"},count:v,total:e.length,appearance:l}))),K.createElement(rs,null,K.createElement(is,{className:p("checklistStepListContainer",l),appearance:l},e.map((m,N)=>{var P;let E=y===N;return K.createElement(ps,{selected:E,className:p(`checklistStepListItem${E?"Selected":""}`,l),key:`checklist-guide-step-${(P=m.id)!=null?P:N}`,disabled:m.blocked,onClick:()=>{m.blocked||F(N)},title:m.blocked?"Finish remaining steps to continue":void 0},E&&K.createElement(pr,{className:p("checklistStepItemSelectedIndicator",l),layoutId:"checklist-step-selected",style:{backgroundColor:l.theme.colorPrimary,borderRadius:0,height:"100%",top:"0%",width:"2px"}}),K.createElement(ds,{selected:E,className:p(`checklistStepListStepName${E?"Selected":""}`,l)},m.stepName),K.createElement(cs,null,K.createElement(pt,{value:m.complete,type:"round",primaryColor:l.theme.colorPrimary,progress:m.progress,appearance:l}),K.createElement(fs,null,K.createElement(ao,{style:{marginLeft:"10px"},color:l.theme.colorBackgroundSecondary}))))})),K.createElement(O,null))),f&&f.length>0&&K.createElement($o,{steps:f,title:c,primaryColor:l.theme.colorPrimary,style:{border:"none",boxShadow:"none"},appearance:l,onButtonClick:m=>(g&&g(m),!0)}))))):K.createElement(K.Fragment,null)},Xr=nc;import Me,{useEffect as gr,useState as sc}from"react";import Te from"react";import ft from"styled-components";var Fs=ft.div`
1126
+ `;var rc=({steps:e,style:t,title:o,primaryColor:i,appearance:n,onButtonClick:r})=>{let{primaryCTAClickSideEffects:s}=fe();return ut.createElement(gs,{style:t,className:p("guideContainer",n)},ut.createElement(xs,{className:p("guideTitle",n)},o),ut.createElement(hs,{className:p("guideItemContainer",n)},e.map((a,d)=>{var l;return ut.createElement(Cs,{key:`guide-${(l=a.id)!=null?l:d}`,className:p("guideItem",n)},a.icon&&ut.createElement(ys,{className:p("guideIcon",n)},ut.createElement(Ss,null,a.icon)),ut.createElement(bs,{className:p("guideItemTitle",n),dangerouslySetInnerHTML:ce(a.title)}),ut.createElement(ws,{className:p("guideItemSubtitle",n),dangerouslySetInnerHTML:ce(a.subtitle)}),ut.createElement(Ts,{className:p("guideItemLink",n),color:i,onClick:()=>{a.primaryButtonUri&&s(a),r&&r(a)}},a.primaryButtonTitle))})))},Mo=rc;var nc=({steps:e,title:t,subtitle:o,stepsTitle:i,visible:n,onClose:r,selectedStep:s,setSelectedStep:a,customStepTypes:d,appearance:l,guideData:u,guideTitle:c,onGuideButtonClick:g})=>{let S=({stepData:f,handleSecondaryCTAClick:w,handleCTAClick:I})=>f?Y.createElement(ns,{className:p("checklistStepContainer",l),"data-testid":"checklistStepContainer"},Y.createElement(ss,{appearance:l,className:p("checklistStepTitle",l),dangerouslySetInnerHTML:ce(f.title)}),Y.createElement(ls,{appearance:l,className:p("checklistStepSubtitle",l),dangerouslySetInnerHTML:ce(f.subtitle)}),Y.createElement(as,{className:p("checklistCTAContainer",l)},f.secondaryButtonTitle&&Y.createElement(le,{title:f.secondaryButtonTitle,onClick:w,appearance:l,secondary:!0}),Y.createElement(le,{title:f.primaryButtonTitle,onClick:I,appearance:l}))):Y.createElement(Y.Fragment,null),h=b(b({},{default:f=>{var A;if((A=e[y])!=null&&A.StepContent){let N=e[y].StepContent;return Y.createElement("div",null,N)}let w=e[y];return Y.createElement(S,{stepData:f,handleCTAClick:()=>{w.handlePrimaryButtonClick&&w.handlePrimaryButtonClick()},handleSecondaryCTAClick:()=>{w.handleSecondaryButtonClick&&w.handleSecondaryButtonClick()}})}}),d),[x,F]=ic(0),y=s!=null?s:x,v=a!=null?a:F,L=()=>{var f;return e?!((f=e[y])!=null&&f.type)||!h[e[y].type]?h.default(e[y]):typeof h[e[y].type]!="function"?h[e[y].type]:h[e[y].type]({stepData:e[y],primaryColor:l.theme.colorPrimary}):Y.createElement(Y.Fragment,null)},E=e.filter(f=>f.complete).length;return n?(l.theme.modalContainer||(l.theme.borderRadius&&(Jr.borderRadius=l.theme.borderRadius+"px"),l.theme.modalContainer=Jr),Y.createElement(Re,{onClose:r,visible:n,appearance:l},Y.createElement(us,null,Y.createElement(Qn,null,Y.createElement(Zn,{appearance:l,className:p("checklistTitle",l)},t),Y.createElement(Rn,{appearance:l,className:p("checklistSubtitle",l)},o)),Y.createElement(Xn,null,e&&e.length>0&&Y.createElement(es,{className:p("stepsContainer",l)},Y.createElement(ts,null,Y.createElement("div",{style:{flex:3}},Y.createElement(os,{className:p("stepsTitle",l)},i)),Y.createElement(ms,null,Y.createElement(ze,{style:{width:"100%"},count:E,total:e.length,appearance:l}))),Y.createElement(rs,null,Y.createElement(is,{className:p("checklistStepListContainer",l),appearance:l},e.map((f,w)=>{var T;let I=y===w;return Y.createElement(ps,{selected:I,className:p(`checklistStepListItem${I?"Selected":""}`,l),key:`checklist-guide-step-${(T=f.id)!=null?T:w}`,disabled:f.blocked,onClick:()=>{f.blocked||v(w)},title:f.blocked?"Finish remaining steps to continue":void 0},I&&Y.createElement(pr,{className:p("checklistStepItemSelectedIndicator",l),layoutId:"checklist-step-selected",style:{backgroundColor:l.theme.colorPrimary,borderRadius:0,height:"100%",top:"0%",width:"2px"}}),Y.createElement(ds,{selected:I,className:p(`checklistStepListStepName${I?"Selected":""}`,l)},f.stepName),Y.createElement(cs,null,Y.createElement(pt,{value:f.complete,type:"round",primaryColor:l.theme.colorPrimary,progress:f.progress,appearance:l}),Y.createElement(fs,null,Y.createElement(po,{style:{marginLeft:"10px"},color:l.theme.colorBackgroundSecondary}))))})),Y.createElement(L,null))),u&&u.length>0&&Y.createElement(Mo,{steps:u,title:c,primaryColor:l.theme.colorPrimary,style:{border:"none",boxShadow:"none"},appearance:l,onButtonClick:f=>(g&&g(f),!0)}))))):Y.createElement(Y.Fragment,null)},Xr=nc;import De,{useEffect as gr,useState as sc}from"react";import Fe from"react";import ft from"styled-components";var Fs=ft.div`
1127
1127
  background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
1128
1128
  border: 1px solid;
1129
1129
  border-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
@@ -1168,17 +1168,17 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1168
1168
  :hover {
1169
1169
  opacity: 0.8;
1170
1170
  }
1171
- `,g0=ft.div``,As=ft.p`
1171
+ `,h0=ft.div``,As=ft.p`
1172
1172
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
1173
1173
  font-weight: 400;
1174
1174
  font-size: 14px;
1175
1175
  line-height: 22px;
1176
- `,Is=ft.div`
1176
+ `,Ns=ft.div`
1177
1177
  display: flex;
1178
1178
  flex-direction: row;
1179
1179
  justify-content: flex-start;
1180
1180
  align-items: center;
1181
- `;var Ns=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:i,onSecondaryButtonClick:n,appearance:r,customStepTypes:s})=>{var c,g;let a=t?{}:{transform:"rotate(90deg)"},d=t?{overflow:"hidden",maxHeight:"0px",transition:"max-height 0.35s ease-out"}:{overflow:"hidden",maxHeight:"1000px",transition:"max-height 0.7s ease-out"};function l(){var S,w;return Te.createElement(Te.Fragment,null,e.imageUri||e.videoUri?Te.createElement(ks,{className:p("stepMediaContainer",r)},e.imageUri?Te.createElement(Ps,{className:p("stepImage",r),src:e.imageUri}):null,e.videoUri?Te.createElement(tt,{appearance:r,videoUri:e.videoUri,autoplay:(S=e.props)==null?void 0:S.autoplayVideo}):null):null,Te.createElement(As,{className:p("stepSubtitle",r),appearance:r,dangerouslySetInnerHTML:pe(e.subtitle)}),Te.createElement(Ro,{className:p("checklistCTAContainer",r)},e.secondaryButtonTitle?Te.createElement(de,{secondary:!0,title:e.secondaryButtonTitle,onClick:()=>n(),appearance:r}):null,Te.createElement(de,{title:(w=e.primaryButtonTitle)!=null?w:"Continue",onClick:()=>i(),appearance:r})))}function f(){if(!s)return null;let S=s[e.type];return S?typeof S!="function"?S:S(e,r):null}return Te.createElement(Fs,{"data-testid":`step-${e.id}`,className:p("checklistStepContainer",r),appearance:r},Te.createElement(vs,{className:p("stepHeader",r),onClick:()=>o()},Te.createElement(Is,null,Te.createElement(ar,{value:e.complete,style:{width:"auto",borderTop:0},primaryColor:(c=r==null?void 0:r.theme)==null?void 0:c.colorPrimary,appearance:r}),Te.createElement(Bs,{appearance:r,className:p("stepTitle",r),dangerouslySetInnerHTML:pe(e.title)})),Te.createElement(Es,{className:p("stepChevronContainer",r),appearance:r},Te.createElement(ao,{style:G(b({},a),{transition:"transform 0.2s ease-in-out"})}))),Te.createElement("div",{key:e.id,style:b({},d)},(g=f())!=null?g:l()))};import po from"styled-components";var E0=po.div`
1181
+ `;var Is=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:i,onSecondaryButtonClick:n,appearance:r,customStepTypes:s})=>{var c,g;let a=t?{}:{transform:"rotate(90deg)"},d=t?{overflow:"hidden",maxHeight:"0px",transition:"max-height 0.35s ease-out"}:{overflow:"hidden",maxHeight:"1000px",transition:"max-height 0.7s ease-out"};function l(){var S,k;return Fe.createElement(Fe.Fragment,null,e.imageUri||e.videoUri?Fe.createElement(ks,{className:p("stepMediaContainer",r)},e.imageUri?Fe.createElement(Ps,{className:p("stepImage",r),src:e.imageUri}):null,e.videoUri?Fe.createElement(tt,{appearance:r,videoUri:e.videoUri,autoplay:(S=e.props)==null?void 0:S.autoplayVideo}):null):null,Fe.createElement(As,{className:p("stepSubtitle",r),appearance:r,dangerouslySetInnerHTML:ce(e.subtitle)}),Fe.createElement(Ro,{className:p("checklistCTAContainer",r)},e.secondaryButtonTitle?Fe.createElement(le,{secondary:!0,title:e.secondaryButtonTitle,onClick:()=>n(),appearance:r}):null,Fe.createElement(le,{title:(k=e.primaryButtonTitle)!=null?k:"Continue",onClick:()=>i(),appearance:r})))}function u(){if(!s)return null;let S=s[e.type];return S?typeof S!="function"?S:S(e,r):null}return Fe.createElement(Fs,{"data-testid":`step-${e.id}`,className:p("checklistStepContainer",r),appearance:r},Fe.createElement(vs,{className:p("stepHeader",r),onClick:()=>o()},Fe.createElement(Ns,null,Fe.createElement(ar,{value:e.complete,style:{width:"auto",borderTop:0},primaryColor:(c=r==null?void 0:r.theme)==null?void 0:c.colorPrimary,appearance:r}),Fe.createElement(Bs,{appearance:r,className:p("stepTitle",r),dangerouslySetInnerHTML:ce(e.title)})),Fe.createElement(Es,{className:p("stepChevronContainer",r),appearance:r},Fe.createElement(po,{style:j(b({},a),{transition:"transform 0.2s ease-in-out"})}))),Fe.createElement("div",{key:e.id,style:b({},d)},(g=u())!=null?g:l()))};import co from"styled-components";var A0=co.div`
1182
1182
  background: #ffffff;
1183
1183
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
1184
1184
  border-radius: 6px;
@@ -1192,26 +1192,26 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1192
1192
 
1193
1193
  max-width: 800px;
1194
1194
  min-width: 350px;
1195
- `,Os=po.div`
1195
+ `,Os=co.div`
1196
1196
  display: flex;
1197
1197
  flex-direction: column;
1198
- `,Ls=po.h1`
1198
+ `,Ls=co.h1`
1199
1199
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
1200
1200
  font-style: normal;
1201
1201
  font-weight: 700;
1202
1202
  font-size: 20px;
1203
1203
  line-height: 24px;
1204
1204
  margin-bottom: 8px;
1205
- `,$s=po.h2`
1205
+ `,$s=co.h2`
1206
1206
  color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
1207
1207
  font-weight: 400;
1208
1208
  font-size: 14px;
1209
1209
  line-height: 23px;
1210
1210
  margin: 2px 0 0 0;
1211
- `,Ms=po.div`
1211
+ `,Ms=co.div`
1212
1212
  display: block;
1213
1213
  width: 100%;
1214
- `,Ds=po.div`
1214
+ `,Ds=co.div`
1215
1215
  display: flex;
1216
1216
  width: 100%;
1217
1217
  flex-direction: column;
@@ -1219,7 +1219,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1219
1219
  padding: 24px;
1220
1220
  border-radius: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.borderRadius}}px;
1221
1221
  background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
1222
- `;var lc=({title:e,subtitle:t,steps:o,onClose:i,visible:n,autoExpandFirstIncompleteStep:r=!0,autoCollapse:s=!0,autoExpandNextStep:a=!0,selectedStep:d,setSelectedStep:l,appearance:f,type:c,className:g,customStepTypes:S,style:w})=>{let h=o.filter(v=>v.complete).length,[x,T]=sc(Array(o.length).fill(!0));gr(()=>{let v=[...x];if(r){for(let m=0;m<o.length;m++)if(!o[m].complete){v[m]=!1;break}T(v)}},[]),gr(()=>{r&&y(d)},[d]),gr(()=>{a&&x[d]&&y(d)},[d]),gr(()=>{},[o]);let y=v=>{let m=[...x];if(s)for(let N=0;N<x.length;++N)N!=v&&m[v]&&(m[N]=!0);m[v]=!x[v],T(m)};if(!n&&c=="modal")return Me.createElement(Me.Fragment,null);let F=Me.createElement(Me.Fragment,null,Me.createElement(Os,null,Me.createElement(Ls,{appearance:f,className:p("checklistTitle",f),dangerouslySetInnerHTML:pe(e)}),Me.createElement($s,{appearance:f,className:p("checklistSubtitle",f),dangerouslySetInnerHTML:pe(t)})),Me.createElement(ze,{display:"percent",count:h,total:o.length,style:{margin:"14px 0px 8px 0px"},appearance:f})),O=Me.createElement(Ms,{className:we(p("checklistContainer",f),g)},o.map((v,m)=>{var E;let N=x[m];return Me.createElement(Ns,{appearance:f,stepData:v,collapsed:N,key:`modal-checklist-${(E=v.id)!=null?E:m}`,onClick:()=>{d==m?y(m):l(m)},onPrimaryButtonClick:()=>{a&&m<o.length-1&&l(m+1),v.handlePrimaryButtonClick&&v.handlePrimaryButtonClick()},onSecondaryButtonClick:()=>{v.handleSecondaryButtonClick&&v.handleSecondaryButtonClick()},customStepTypes:S})}));return c==="inline"?Me.createElement(Ds,{appearance:f,className:we(p("checklistInlineContainer",f),g),style:w},F,O):Me.createElement(Me.Fragment,null,Me.createElement(Re,{onClose:i,visible:n,appearance:f,style:{maxWidth:"600px"},headerContent:F},O))},Qr=lc;import he,{useEffect as Zr,useRef as gc,useState as Ht}from"react";import{useEffect as ac,useState as pc}from"react";var Us=()=>{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(([a])=>[a,!1])),[o,i]=pc(t),n=null,r=()=>{n!==null?clearTimeout(n):s(),n=setTimeout(()=>{s()},16)},s=()=>{let a=Object.fromEntries(Object.entries(e).map(([d,l])=>{if(!window)return[d,!1];let f=window.matchMedia(l);return f.addEventListener("change",r),[d,f.matches]}));i(a)};return ac(()=>{s()},[]),o};import co from"react";import xe,{css as _s,keyframes as Ws}from"styled-components";var zs=_s`
1222
+ `;var lc=({title:e,subtitle:t,steps:o,onClose:i,visible:n,autoExpandFirstIncompleteStep:r=!0,autoCollapse:s=!0,autoExpandNextStep:a=!0,selectedStep:d,setSelectedStep:l,appearance:u,type:c,className:g,customStepTypes:S,style:k})=>{let h=o.filter(E=>E.complete).length,[x,F]=sc(Array(o.length).fill(!0));gr(()=>{let E=[...x];if(r){for(let f=0;f<o.length;f++)if(!o[f].complete){E[f]=!1;break}F(E)}},[]),gr(()=>{r&&y(d)},[d]),gr(()=>{a&&x[d]&&y(d)},[d]),gr(()=>{},[o]);let y=E=>{let f=[...x];if(s)for(let w=0;w<x.length;++w)w!=E&&f[E]&&(f[w]=!0);f[E]=!x[E],F(f)};if(!n&&c=="modal")return De.createElement(De.Fragment,null);let v=De.createElement(De.Fragment,null,De.createElement(Os,null,De.createElement(Ls,{appearance:u,className:p("checklistTitle",u),dangerouslySetInnerHTML:ce(e)}),De.createElement($s,{appearance:u,className:p("checklistSubtitle",u),dangerouslySetInnerHTML:ce(t)})),De.createElement(ze,{display:"percent",count:h,total:o.length,style:{margin:"14px 0px 8px 0px"},appearance:u})),L=De.createElement(Ms,{className:Te(p("checklistContainer",u),g)},o.map((E,f)=>{var I;let w=x[f];return De.createElement(Is,{appearance:u,stepData:E,collapsed:w,key:`modal-checklist-${(I=E.id)!=null?I:f}`,onClick:()=>{d==f?y(f):l(f)},onPrimaryButtonClick:()=>{a&&f<o.length-1&&l(f+1),E.handlePrimaryButtonClick&&E.handlePrimaryButtonClick()},onSecondaryButtonClick:()=>{E.handleSecondaryButtonClick&&E.handleSecondaryButtonClick()},customStepTypes:S})}));return c==="inline"?De.createElement(Ds,{appearance:u,className:Te(p("checklistInlineContainer",u),g),style:k},v,L):De.createElement(De.Fragment,null,De.createElement(Re,{onClose:i,visible:n,appearance:u,style:{maxWidth:"600px"},headerContent:v},L))},Qr=lc;import he,{useEffect as Zr,useRef as gc,useState as Ht}from"react";import{useEffect as ac,useState as pc}from"react";var Us=()=>{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(([a])=>[a,!1])),[o,i]=pc(t),n=null,r=()=>{n!==null?clearTimeout(n):s(),n=setTimeout(()=>{s()},16)},s=()=>{let a=Object.fromEntries(Object.entries(e).map(([d,l])=>{if(!window)return[d,!1];let u=window.matchMedia(l);return u.addEventListener("change",r),[d,u.matches]}));i(a)};return ac(()=>{s()},[]),o};import mo from"react";import xe,{css as _s,keyframes as Ws}from"styled-components";var zs=_s`
1223
1223
  border: 1px solid ${({theme:e})=>e.colorBorder};
1224
1224
  `,dc=_s`
1225
1225
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
@@ -1307,12 +1307,12 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1307
1307
 
1308
1308
  background: ${({theme:e})=>e.colorBackground};
1309
1309
  }
1310
- `,K0=xe.div`
1310
+ `,q0=xe.div`
1311
1311
  color: ${({theme:e})=>e.colorPrimary};
1312
1312
  display: flex;
1313
1313
  flex-flow: row nowrap;
1314
1314
  align-items: center;
1315
- `,q0=xe.div`
1315
+ `,Y0=xe.div`
1316
1316
  white-space: nowrap;
1317
1317
  `,Xs=xe.div`
1318
1318
  background: #d8fed8;
@@ -1361,14 +1361,14 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1361
1361
  color: ${({theme:e})=>e.colorTextSecondary};
1362
1362
  ${e=>e.blocked||e.complete?"opacity: 0.4;":`
1363
1363
  `}
1364
- `;var tl=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:i}=ae(),{primaryCTAClickSideEffects:n}=fe();o=i(o);let{imageUri:r=null,subtitle:s=null,title:a=null,complete:d=!1,blocked:l=!1}=e,f=e.primaryButtonTitle||e.secondaryButtonTitle,c=()=>{n(e)};return co.createElement(qs,{className:p("carouselCard",o),onClick:l?null:c,style:t,blocked:l,complete:d},r&&co.createElement(Ys,{className:p("carouselCardImage",o),src:r,alt:a,style:{opacity:d||l?.4:1}}),d&&co.createElement(Xs,{className:p("carouselCompletedPill",o)},co.createElement(el,{style:{color:"#108E0B"}},"Complete")),a&&co.createElement(Rs,{blocked:l,complete:d,className:p("carouselCardTitle",o)},a),s&&co.createElement(Tt.Quiet,{blocked:l,complete:d,className:p("carouselCardSubtitle",o)},s))};var hc=()=>he.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},he.createElement("path",{d:"M14 6L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),he.createElement("path",{d:"M14 18L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),he.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})),ol=({side:e="left",show:t=!1,onClick:o=()=>{}})=>{let[i,n]=Ht(!1),[r,s]=Ht(!1);Zr(()=>{t===!0&&i===!1?n(!0):t===!1&&i===!0&&s(!0)},[t]);let a=()=>{n(!1),s(!1)},d=e=="left"?{top:0,bottom:0,left:-20,transform:"rotate(180deg)"}:{top:0,bottom:0,right:-20};return i?he.createElement(js,{style:d,reversed:r,onAnimationEnd:r?a:null},he.createElement(Gs,{onClick:()=>o(),style:{right:16,top:"calc(50% - 24px)"}},he.createElement(hc,null))):null},rl=({flowId:e,appearance:t,customVariables:o,className:i})=>{let n=gc(null),[r,s]=Ht(!1),[a,d]=Ht(!1),[l,f]=Ht(null),[c,g]=Ht([]),[S,w]=Ht(0),{isSmall:h}=Us(),x=h?1:3,{getFlowMetadata:T,getFlowSteps:y,getNumberOfStepsCompleted:F,updateCustomVariables:O,isLoading:v}=ie();Zr(()=>{O(o)},[o,v]),Zr(()=>{if(v)return;let I=T(e),D=F(e),z=y(e);f(I),(I.data!==null||I.steps!==null)&&(g(z.sort((H,Q)=>Number(H.complete)-Number(Q.complete))),d(z.length>x),w(D))},[v]);let m=[];for(let I=0;I<c.length;I+=x)m.push(c.slice(I,I+x));let N=I=>{let D=I.target,z=D.scrollWidth-D.clientWidth,H=Math.ceil(D.scrollLeft);H>0&&r===!1&&s(!0),H===0&&r===!0&&s(!1),H<z&&a===!1&&d(!0),H===z&&a===!0&&d(!1)},E=(I=!0)=>{let D=I?1:-1;n.current!==null&&n.current.scrollBy({left:n.current.clientWidth*D,behavior:"smooth"})},P=null,A=I=>{P!==null?clearTimeout(P):N(I),P=setTimeout(()=>{N(I)},16)};return v?null:he.createElement(Js,{className:we(p("carouselContainer",t),i)},he.createElement("div",{style:{display:"flex",justifyContent:h?"center":"space-between",marginBottom:20,flexWrap:h?"wrap":"nowrap",gap:h?16:20}},he.createElement("div",null,he.createElement(Qs,{className:p("carouselTitle",t)},l==null?void 0:l.title),he.createElement(Tt.Quiet,{className:p("carouselSubtitle",t)},l==null?void 0:l.subtitle)),he.createElement(Zs,{className:p("progressWrapper",t)},he.createElement(ze,{count:S,total:c.length,appearance:t}))),he.createElement("div",{style:{position:"relative"}},he.createElement(ol,{show:r,onClick:()=>E(!1)}),he.createElement(ol,{side:"right",show:a,onClick:E}),he.createElement(Hs,{ref:n,onScroll:A},m.map((I,D)=>he.createElement(Vs,{key:D,style:{flex:`0 0 calc(100% - ${c.length>x?36:0}px)`}},I.map((z,H)=>he.createElement(tl,{key:H,stepData:z,style:{flex:c.length>x?`0 1 calc(100% / ${x} - 16px * 2 / ${x})`:1},appearance:t})))))),he.createElement(ne,{appearance:t}))};var Rr=O=>{var v=O,{flowId:e,title:t,subtitle:o,style:i,initialSelectedStep:n,className:r,type:s="inline",onDismiss:a,visible:d,customVariables:l,onStepCompletion:f,onButtonClick:c,appearance:g,hideOnFlowCompletion:S,setVisible:w,customStepTypes:h,checklistStyle:x="default",autoExpandFirstIncompleteStep:T,autoExpandNextStep:y}=v,F=Le(v,["flowId","title","subtitle","style","initialSelectedStep","className","type","onDismiss","visible","customVariables","onStepCompletion","onButtonClick","appearance","hideOnFlowCompletion","setVisible","customStepTypes","checklistStyle","autoExpandFirstIncompleteStep","autoExpandNextStep"]);let{getFlow:m,getFlowSteps:N,markStepCompleted:E,getStepStatus:P,getNumberOfStepsCompleted:A,isLoading:I,targetingLogicShouldHideFlow:D,updateCustomVariables:z,getFlowMetadata:H,isStepBlocked:Q,getFlowStatus:te,hasActiveFullPageFlow:U,setHasActiveFullPageFlow:W,markStepStarted:oe,getCurrentStepIndex:J}=ie(),{primaryCTAClickSideEffects:me,secondaryCTAClickSideEffects:De}=fe(),{getOpenFlowState:Ee,setOpenFlowState:X}=Ae(),[L,re]=il(n||0),[Fe,Ve]=il(!1),ke=d===void 0?Ee(e):d,se=s==="modal",{mergeAppearanceWithDefault:V}=ae();Ge(e,d);let j=N(e),Z=J(e);if(g=V(g),hr(()=>{z(l)},[l,I]),hr(()=>{d!==void 0&&(se&&d===!0?W(!0):se&&d===!1&&W(!1))},[d,w,U]),hr(()=>{!I&&j&&j[L]&&P(e,j[L].id)&&P(e,j[L].id)!==$e&&oe(e,j[L].id)},[L]),hr(()=>{L!==Z&&re(Z)},[Z]),I)return null;let $=m(e);if(!$||D($)||!j||S===!0&&te(e)===le)return null;let Y=H(e);if(Y!=null&&Y.title&&(t=Y.title),Y!=null&&Y.subtitle&&(o=Y.subtitle),!Fe&&n===void 0&&A(e)>0){let u=j.findIndex(C=>C.complete===!1);re(u>-1?u:j.length-1),Ve(!0)}function be(){if(L+1>=j.length){se&&X(e,!1);return}Q(e,j[L+1].id)||re(L+1)}function je(u,C,k){let _=L+1<j.length?j[L+1]:null;c&&c(u,L,C,_)===!0&&se&&Xe(),f&&f(u,k,_),!f&&!c&&(u.primaryButtonUri||u.secondaryButtonUri)&&se&&Xe()}function xt(){return j.map((u,C)=>G(b({},u),{handleSecondaryButtonClick:()=>{be(),De(u),u.skippable===!0&&E(e,u.id,{skipped:!0}),je(u,"secondary",C)},handlePrimaryButtonClick:()=>{(!u.completionCriteria&&(u.autoMarkCompleted||u.autoMarkCompleted===void 0)||u.completionCriteria&&u.autoMarkCompleted===!0)&&(E(e,u.id),be()),je(u,"primary",C),me(u),P(e,u.id)===$e&&be()}}))}function qe(){return Ce.createElement(ne,{appearance:g})}let nt={steps:xt(),title:t,subtitle:o,primaryColor:g.theme.colorPrimary,appearance:g,customStepTypes:h,type:s,className:r,autoExpandFirstIncompleteStep:T,autoExpandNextStep:y};function Xe(){X(e,!1),a&&a(),w&&w(!1)}function vt(){return Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(rl,{flowId:e,appearance:g,customVariables:l,className:r}))}function jt(){return Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(Qr,b({visible:ke,onClose:()=>{Xe()},selectedStep:L,setSelectedStep:re,autoExpandNextStep:!0,appearance:g},nt)))}function Gt(){var k;let u=F.guideFlowId,C;return u&&m(u)&&(C=N(u)),Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(Xr,b({visible:ke,stepsTitle:Y.stepsTitle?Y.stepsTitle:"Your quick start guide",onClose:()=>{Xe()},selectedStep:L,setSelectedStep:re,guideData:C,guideTitle:(k=F.guideTitle)!=null?k:"Guide",appearance:g,title:t,subtitle:o,onGuideButtonClick:_=>{je(_,"link",0)},customStepTypes:h},nt)))}function Bt(){let u=Ce.createElement(Yr,b({flowId:e,style:i,selectedStep:L,setSelectedStep:re,appearance:g,type:s},nt));return se?Ce.createElement(Re,{onClose:()=>{Xe()},visible:ke,appearance:g,style:{paddingTop:"0px",padding:"12px",paddingLeft:0}},Ce.createElement(qe,null),u):Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),u)}switch(x){case"condensed":return jt();case"with-guide":return Gt();case"default":return Bt();case"carousel":return vt();default:return Bt()}};var Cc=e=>xc.createElement(Rr,b({type:"inline"},e));import kt,{useEffect as yc}from"react";import rt from"react";import xr from"styled-components";var nl=xr.div`
1364
+ `;var tl=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:i}=de(),{primaryCTAClickSideEffects:n}=fe();o=i(o);let{imageUri:r=null,subtitle:s=null,title:a=null,complete:d=!1,blocked:l=!1}=e,u=e.primaryButtonTitle||e.secondaryButtonTitle,c=()=>{n(e)};return mo.createElement(qs,{className:p("carouselCard",o),onClick:l?null:c,style:t,blocked:l,complete:d},r&&mo.createElement(Ys,{className:p("carouselCardImage",o),src:r,alt:a,style:{opacity:d||l?.4:1}}),d&&mo.createElement(Xs,{className:p("carouselCompletedPill",o)},mo.createElement(el,{style:{color:"#108E0B"}},"Complete")),a&&mo.createElement(Rs,{blocked:l,complete:d,className:p("carouselCardTitle",o)},a),s&&mo.createElement(Tt.Quiet,{blocked:l,complete:d,className:p("carouselCardSubtitle",o)},s))};var hc=()=>he.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},he.createElement("path",{d:"M14 6L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),he.createElement("path",{d:"M14 18L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),he.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})),ol=({side:e="left",show:t=!1,onClick:o=()=>{}})=>{let[i,n]=Ht(!1),[r,s]=Ht(!1);Zr(()=>{t===!0&&i===!1?n(!0):t===!1&&i===!0&&s(!0)},[t]);let a=()=>{n(!1),s(!1)},d=e=="left"?{top:0,bottom:0,left:-20,transform:"rotate(180deg)"}:{top:0,bottom:0,right:-20};return i?he.createElement(js,{style:d,reversed:r,onAnimationEnd:r?a:null},he.createElement(Gs,{onClick:()=>o(),style:{right:16,top:"calc(50% - 24px)"}},he.createElement(hc,null))):null},rl=({flowId:e,appearance:t,customVariables:o,className:i})=>{let n=gc(null),[r,s]=Ht(!1),[a,d]=Ht(!1),[l,u]=Ht(null),[c,g]=Ht([]),[S,k]=Ht(0),{isSmall:h}=Us(),x=h?1:3,{getFlowMetadata:F,getFlowSteps:y,getNumberOfStepsCompleted:v,updateCustomVariables:L,isLoading:E}=ie();Zr(()=>{L(o)},[o,E]),Zr(()=>{if(E)return;let N=F(e),U=v(e),z=y(e);u(N),(N.data!==null||N.steps!==null)&&(g(z.sort((G,_)=>Number(G.complete)-Number(_.complete))),d(z.length>x),k(U))},[E]);let f=[];for(let N=0;N<c.length;N+=x)f.push(c.slice(N,N+x));let w=N=>{let U=N.target,z=U.scrollWidth-U.clientWidth,G=Math.ceil(U.scrollLeft);G>0&&r===!1&&s(!0),G===0&&r===!0&&s(!1),G<z&&a===!1&&d(!0),G===z&&a===!0&&d(!1)},I=(N=!0)=>{let U=N?1:-1;n.current!==null&&n.current.scrollBy({left:n.current.clientWidth*U,behavior:"smooth"})},T=null,A=N=>{T!==null?clearTimeout(T):w(N),T=setTimeout(()=>{w(N)},16)};return E?null:he.createElement(Js,{className:Te(p("carouselContainer",t),i)},he.createElement("div",{style:{display:"flex",justifyContent:h?"center":"space-between",marginBottom:20,flexWrap:h?"wrap":"nowrap",gap:h?16:20}},he.createElement("div",null,he.createElement(Qs,{className:p("carouselTitle",t)},l==null?void 0:l.title),he.createElement(Tt.Quiet,{className:p("carouselSubtitle",t)},l==null?void 0:l.subtitle)),he.createElement(Zs,{className:p("progressWrapper",t)},he.createElement(ze,{count:S,total:c.length,appearance:t}))),he.createElement("div",{style:{position:"relative"}},he.createElement(ol,{show:r,onClick:()=>I(!1)}),he.createElement(ol,{side:"right",show:a,onClick:I}),he.createElement(Hs,{ref:n,onScroll:A},f.map((N,U)=>he.createElement(Vs,{key:U,style:{flex:`0 0 calc(100% - ${c.length>x?36:0}px)`}},N.map((z,G)=>he.createElement(tl,{key:G,stepData:z,style:{flex:c.length>x?`0 1 calc(100% / ${x} - 16px * 2 / ${x})`:1},appearance:t})))))),he.createElement(se,{appearance:t}))};var Rr=L=>{var E=L,{flowId:e,title:t,subtitle:o,style:i,initialSelectedStep:n,className:r,type:s="inline",onDismiss:a,visible:d,customVariables:l,onStepCompletion:u,onButtonClick:c,appearance:g,hideOnFlowCompletion:S,setVisible:k,customStepTypes:h,checklistStyle:x="default",autoExpandFirstIncompleteStep:F,autoExpandNextStep:y}=E,v=$e(E,["flowId","title","subtitle","style","initialSelectedStep","className","type","onDismiss","visible","customVariables","onStepCompletion","onButtonClick","appearance","hideOnFlowCompletion","setVisible","customStepTypes","checklistStyle","autoExpandFirstIncompleteStep","autoExpandNextStep"]);let{getFlow:f,getFlowSteps:w,markStepCompleted:I,getStepStatus:T,getNumberOfStepsCompleted:A,isLoading:N,targetingLogicShouldHideFlow:U,updateCustomVariables:z,getFlowMetadata:G,isStepBlocked:_,getFlowStatus:K,hasActiveFullPageFlow:J,setHasActiveFullPageFlow:O,markStepStarted:Z,getCurrentStepIndex:q}=ie(),{primaryCTAClickSideEffects:ne,secondaryCTAClickSideEffects:Se}=fe(),{getOpenFlowState:ke,setOpenFlowState:R}=Ne(),[$,re]=il(n||0),[Pe,Ve]=il(!1),ve=d===void 0?ke(e):d,ae=s==="modal",{mergeAppearanceWithDefault:H}=de();Ge(e,d);let V=w(e),ee=q(e);if(g=H(g),hr(()=>{z(l)},[l,N]),hr(()=>{d!==void 0&&(ae&&d===!0?O(!0):ae&&d===!1&&O(!1))},[d,k,J]),hr(()=>{!N&&V&&V[$]&&T(e,V[$].id)&&T(e,V[$].id)!==Me&&Z(e,V[$].id)},[$]),hr(()=>{$!==ee&&re(ee)},[ee]),N)return null;let D=f(e);if(!D||U(D)||!V||S===!0&&K(e)===pe)return null;let Q=G(e);if(Q!=null&&Q.title&&(t=Q.title),Q!=null&&Q.subtitle&&(o=Q.subtitle),!Pe&&n===void 0&&A(e)>0){let m=V.findIndex(C=>C.complete===!1);re(m>-1?m:V.length-1),Ve(!0)}function we(){if($+1>=V.length){ae&&R(e,!1);return}_(e,V[$+1].id)||re($+1)}function je(m,C,P){let W=$+1<V.length?V[$+1]:null;c&&c(m,$,C,W)===!0&&ae&&Xe(),u&&u(m,P,W),!u&&!c&&(m.primaryButtonUri||m.secondaryButtonUri)&&ae&&Xe()}function xt(){return V.map((m,C)=>j(b({},m),{handleSecondaryButtonClick:()=>{we(),Se(m),m.skippable===!0&&I(e,m.id,{skipped:!0}),je(m,"secondary",C)},handlePrimaryButtonClick:()=>{(!m.completionCriteria&&(m.autoMarkCompleted||m.autoMarkCompleted===void 0)||m.completionCriteria&&m.autoMarkCompleted===!0)&&(I(e,m.id),we()),je(m,"primary",C),ne(m),T(e,m.id)===Me&&we()}}))}function qe(){return Ce.createElement(se,{appearance:g})}let nt={steps:xt(),title:t,subtitle:o,primaryColor:g.theme.colorPrimary,appearance:g,customStepTypes:h,type:s,className:r,autoExpandFirstIncompleteStep:F,autoExpandNextStep:y};function Xe(){R(e,!1),a&&a(),k&&k(!1)}function vt(){return Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(rl,{flowId:e,appearance:g,customVariables:l,className:r}))}function jt(){return Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(Qr,b({visible:ve,onClose:()=>{Xe()},selectedStep:$,setSelectedStep:re,autoExpandNextStep:!0,appearance:g},nt)))}function Gt(){var P;let m=v.guideFlowId,C;return m&&f(m)&&(C=w(m)),Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),Ce.createElement(Xr,b({visible:ve,stepsTitle:Q.stepsTitle?Q.stepsTitle:"Your quick start guide",onClose:()=>{Xe()},selectedStep:$,setSelectedStep:re,guideData:C,guideTitle:(P=v.guideTitle)!=null?P:"Guide",appearance:g,title:t,subtitle:o,onGuideButtonClick:W=>{je(W,"link",0)},customStepTypes:h},nt)))}function Bt(){let m=Ce.createElement(Yr,b({flowId:e,style:i,selectedStep:$,setSelectedStep:re,appearance:g,type:s},nt));return ae?Ce.createElement(Re,{onClose:()=>{Xe()},visible:ve,appearance:g,style:{paddingTop:"0px",padding:"12px",paddingLeft:0}},Ce.createElement(qe,null),m):Ce.createElement(Ce.Fragment,null,Ce.createElement(qe,null),m)}switch(x){case"condensed":return jt();case"with-guide":return Gt();case"default":return Bt();case"carousel":return vt();default:return Bt()}};var Cc=e=>xc.createElement(Rr,b({type:"inline"},e));import kt,{useEffect as yc}from"react";import rt from"react";import xr from"styled-components";var nl=xr.div`
1365
1365
  border: 1px solid ${e=>e.appearance.theme.colorBorder};
1366
1366
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
1367
1367
  padding: 10px 12px 10px 12px;
1368
1368
  min-width: 160px;
1369
1369
  cursor: pointer;
1370
1370
  background-color: ${e=>e.appearance.theme.colorBackground}};
1371
- ${e=>ve(e)}
1371
+ ${e=>Ee(e)}
1372
1372
 
1373
1373
  &:hover {
1374
1374
  filter: brightness(.99);
@@ -1393,7 +1393,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1393
1393
  display: flex;
1394
1394
  height: 100%;
1395
1395
  align-items: center;
1396
- `;var pl=({title:e,count:t,total:o,onClick:i,style:n={},className:r,appearance:s,type:a="default"})=>rt.createElement(rt.Fragment,null,rt.createElement(ne,{appearance:s}),rt.createElement(nl,{onClick:()=>i!==void 0&&i(),styleOverrides:b(b({},a=="condensed"?{display:"flex",justifyContent:"space-between"}:{}),n),className:we(r!=null?r:"",p("progressBadgeContainer",s)),appearance:s},a=="condensed"&&o&&o!==0&&rt.createElement(al,{className:p("progressRingContainer",s)},rt.createElement(Qt,{size:19,percentage:t/o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary})),rt.createElement(sl,{type:a,className:p("badgeTitleContainer",s)},rt.createElement(ll,{type:a,appearance:s,className:p("badgeTitle",s)},e),i!==void 0&&rt.createElement(ao,{className:p("badgeChevron",s),color:s.theme.colorPrimary})),a=="default"&&o&&o!==0&&rt.createElement(ze,{display:"compact",count:t,total:o,bgColor:s.theme.colorBackgroundSecondary,style:{width:"100%"},appearance:s,textStyle:{color:"#818898"}})));import Ft from"react";import Mo from"styled-components";var dl=Mo.div`
1396
+ `;var pl=({title:e,count:t,total:o,onClick:i,style:n={},className:r,appearance:s,type:a="default"})=>rt.createElement(rt.Fragment,null,rt.createElement(se,{appearance:s}),rt.createElement(nl,{onClick:()=>i!==void 0&&i(),styleOverrides:b(b({},a=="condensed"?{display:"flex",justifyContent:"space-between"}:{}),n),className:Te(r!=null?r:"",p("progressBadgeContainer",s)),appearance:s},a=="condensed"&&o&&o!==0&&rt.createElement(al,{className:p("progressRingContainer",s)},rt.createElement(Zt,{size:19,percentage:t/o,fillColor:s.theme.colorPrimary,bgColor:s.theme.colorBackgroundSecondary})),rt.createElement(sl,{type:a,className:p("badgeTitleContainer",s)},rt.createElement(ll,{type:a,appearance:s,className:p("badgeTitle",s)},e),i!==void 0&&rt.createElement(po,{className:p("badgeChevron",s),color:s.theme.colorPrimary})),a=="default"&&o&&o!==0&&rt.createElement(ze,{display:"compact",count:t,total:o,bgColor:s.theme.colorBackgroundSecondary,style:{width:"100%"},appearance:s,textStyle:{color:"#818898"}})));import Ft from"react";import Do from"styled-components";var dl=Do.div`
1397
1397
  display: flex;
1398
1398
  flex-direction: row;
1399
1399
  width: 100%;
@@ -1403,25 +1403,25 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1403
1403
  background-color: ${e=>e.appearance.theme.colorBackground};
1404
1404
  border: 1px solid ${e=>e.appearance.theme.colorBorder};
1405
1405
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
1406
- `,cl=Mo.div`
1406
+ `,cl=Do.div`
1407
1407
  ${e=>B(e)} {
1408
1408
  display: flex;
1409
1409
  justify-content: center;
1410
1410
  align-items: center;
1411
1411
  margin-right: 16px;
1412
1412
  }
1413
- `,ml=Mo.div`
1413
+ `,ml=Do.div`
1414
1414
  display: flex;
1415
1415
  flex-direction: column;
1416
1416
  flex: 1;
1417
1417
  margin-top: 0;
1418
- `,ul=Mo.div`
1418
+ `,ul=Do.div`
1419
1419
  display: flex;
1420
1420
  flex-direction: column;
1421
1421
  justify-content: center;
1422
1422
  margin-left: 16px;
1423
1423
  min-width: 200px;
1424
- `,JS=Mo.div`
1424
+ `,XS=Do.div`
1425
1425
  display: flex;
1426
1426
  justify-content: center;
1427
1427
  align-items: flex-end;
@@ -1430,7 +1430,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1430
1430
  :hover {
1431
1431
  opacity: 0.8;
1432
1432
  }
1433
- `;var fl=({title:e,subtitle:t,icon:o,appearance:i,count:n,total:r,className:s,style:a})=>Ft.createElement(Ft.Fragment,null,Ft.createElement(dl,{appearance:i,className:we(p("fullWidthProgressBadgeContainer",i),s!=null?s:""),style:a},o&&Ft.createElement(cl,{className:p("fullWidthProgressBadgeIcon",i)},o),Ft.createElement(ml,null,Ft.createElement(Ne,{size:"small",appearance:i,title:e,subtitle:t})),Ft.createElement(ul,{className:p("fullWidthProgressBadgeProgressContainer",i)},Ft.createElement(ze,{count:n,total:r,display:"percent",textLocation:"top"}))));var Sc=({flowId:e,title:t,subtitle:o,icon:i,style:n,onClick:r,className:s,customVariables:a,hideOnFlowCompletion:d,appearance:l,type:f="default"})=>{let{getFlow:c,getFlowSteps:g,getFlowStatus:S,getNumberOfStepsCompleted:w,isLoading:h,targetingLogicShouldHideFlow:x,updateCustomVariables:T}=ie(),{mergeAppearanceWithDefault:y}=ae();l=y(l);let{setOpenFlowState:F,getOpenFlowState:O}=Ae();if(yc(()=>{T(a)},[a,h]),h)return null;let v=c(e);if(!v||x(v)||d===!0&&S(e)===le)return null;let m=g(e),N=w(e);return f==="full-width"?kt.createElement(kt.Fragment,null,kt.createElement(ne,{appearance:l}),kt.createElement(fl,{title:t,subtitle:o,count:N,total:m.length,style:n,className:s,appearance:l,icon:i,onClick:()=>{}})):kt.createElement(kt.Fragment,null,kt.createElement(ne,{appearance:l}),kt.createElement(pl,{count:N,total:m.length,title:t,style:n,onClick:()=>{F(e,!0),r&&r()},type:f,className:s,appearance:l}))};import bc from"react";var wc=n=>{var r=n,{flowId:e,style:t,appearance:o}=r,i=Le(r,["flowId","style","appearance"]);let{getFlow:s,targetingLogicShouldHideFlow:a,getFlowSteps:d}=ie(),{mergeAppearanceWithDefault:l}=ae();o=l(o);let f=s(e);if(!f||a(f))return null;let c=d(e);return bc.createElement($o,b({steps:c,style:t,appearance:o},i))};import gt,{useContext as $c,useEffect as Mc}from"react";import q,{useEffect as mo,useLayoutEffect as xl,useRef as Bc,useState as uo}from"react";import Do from"styled-components";import{useCallback as Tc,useEffect as Fc,useState as kc}from"react";var ei=(e,t,o,i={x:20,y:20},n)=>{let r=n=="fixed"?0:window.scrollY,s=n=="fixed"?0:window.scrollX;return t==="left"?{x:e.left-o+i.x+s,y:e.top-i.y+r}:t==="right"?{x:e.left+e.width+i.x+s,y:e.top-i.y+r}:{x:0,y:0}};function gl(e,t){let o="DOMRect"in globalThis?new DOMRect:{height:0,width:0,x:0,y:0,bottom:0,top:0,right:0,left:0,toJSON:()=>{}},[i,n]=kc(o),r=Tc(()=>{e&&n(e.getBoundingClientRect())},[e]);return Fc(()=>(r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[e,t]),i}import{useContext as Pc,useState as vc}from"react";function hl(){let{debug:e}=Pc(ee),[t,o]=vc([]);function i(r){e&&(t.find(s=>s===r)||(o([...t,r]),console.log(r)))}function n(r){e&&(t.find(s=>s===r)||(o([...t,r]),console.warn(r)))}return{logIfDebugMode:i,logErrorIfDebugMode:n}}var Cl=300,yl=100,Ec=500,fo=12,Ac=Do.div`
1433
+ `;var fl=({title:e,subtitle:t,icon:o,appearance:i,count:n,total:r,className:s,style:a})=>Ft.createElement(Ft.Fragment,null,Ft.createElement(dl,{appearance:i,className:Te(p("fullWidthProgressBadgeContainer",i),s!=null?s:""),style:a},o&&Ft.createElement(cl,{className:p("fullWidthProgressBadgeIcon",i)},o),Ft.createElement(ml,null,Ft.createElement(Oe,{size:"small",appearance:i,title:e,subtitle:t})),Ft.createElement(ul,{className:p("fullWidthProgressBadgeProgressContainer",i)},Ft.createElement(ze,{count:n,total:r,display:"percent",textLocation:"top"}))));var Sc=({flowId:e,title:t,subtitle:o,icon:i,style:n,onClick:r,className:s,customVariables:a,hideOnFlowCompletion:d,appearance:l,type:u="default"})=>{let{getFlow:c,getFlowSteps:g,getFlowStatus:S,getNumberOfStepsCompleted:k,isLoading:h,targetingLogicShouldHideFlow:x,updateCustomVariables:F}=ie(),{mergeAppearanceWithDefault:y}=de();l=y(l);let{setOpenFlowState:v,getOpenFlowState:L}=Ne();if(yc(()=>{F(a)},[a,h]),h)return null;let E=c(e);if(!E||x(E)||d===!0&&S(e)===pe)return null;let f=g(e),w=k(e);return u==="full-width"?kt.createElement(kt.Fragment,null,kt.createElement(se,{appearance:l}),kt.createElement(fl,{title:t,subtitle:o,count:w,total:f.length,style:n,className:s,appearance:l,icon:i,onClick:()=>{}})):kt.createElement(kt.Fragment,null,kt.createElement(se,{appearance:l}),kt.createElement(pl,{count:w,total:f.length,title:t,style:n,onClick:()=>{v(e,!0),r&&r()},type:u,className:s,appearance:l}))};import bc from"react";var wc=n=>{var r=n,{flowId:e,style:t,appearance:o}=r,i=$e(r,["flowId","style","appearance"]);let{getFlow:s,targetingLogicShouldHideFlow:a,getFlowSteps:d}=ie(),{mergeAppearanceWithDefault:l}=de();o=l(o);let u=s(e);if(!u||a(u))return null;let c=d(e);return bc.createElement(Mo,b({steps:c,style:t,appearance:o},i))};import gt,{useContext as $c,useEffect as Mc}from"react";import X,{useEffect as uo,useLayoutEffect as xl,useRef as Bc,useState as fo}from"react";import Uo from"styled-components";import{useCallback as Tc,useEffect as Fc,useState as kc}from"react";var ei=(e,t,o,i={x:20,y:20},n)=>{let r=n=="fixed"?0:window.scrollY,s=n=="fixed"?0:window.scrollX;return t==="left"?{x:e.left-o+i.x+s,y:e.top-i.y+r}:t==="right"?{x:e.left+e.width+i.x+s,y:e.top-i.y+r}:{x:0,y:0}};function gl(e,t){let o="DOMRect"in globalThis?new DOMRect:{height:0,width:0,x:0,y:0,bottom:0,top:0,right:0,left:0,toJSON:()=>{}},[i,n]=kc(o),r=Tc(()=>{e&&n(e.getBoundingClientRect())},[e]);return Fc(()=>(r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[e,t]),i}import{useContext as Pc,useState as vc}from"react";function hl(){let{debug:e}=Pc(oe),[t,o]=vc([]);function i(r){e&&(t.find(s=>s===r)||(o([...t,r]),console.log(r)))}function n(r){e&&(t.find(s=>s===r)||(o([...t,r]),console.warn(r)))}return{logIfDebugMode:i,logErrorIfDebugMode:n}}var Cl=300,yl=100,Ec=500,go=12,Ac=Uo.div`
1434
1434
  width: 100%;
1435
1435
  height: 100%;
1436
1436
  border-radius: 9999px;
@@ -1453,25 +1453,25 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1453
1453
  opacity: 0;
1454
1454
  }
1455
1455
  }
1456
- `,Ic=Do.div`
1457
- width: ${fo}px;
1458
- height: ${fo}px;
1456
+ `,Nc=Uo.div`
1457
+ width: ${go}px;
1458
+ height: ${go}px;
1459
1459
  border-radius: 100px;
1460
1460
  background-color: ${e=>e.primaryColor};
1461
1461
  z-index: 20;
1462
1462
  opacity: 1;
1463
- `,Nc=Do.div`
1463
+ `,Ic=Uo.div`
1464
1464
  pointer-events: all;
1465
- `,Sl=Do.div`
1465
+ `,Sl=Uo.div`
1466
1466
  display: flex;
1467
1467
  align-content: center;
1468
1468
  justify-content: center;
1469
1469
  align-items: center;
1470
1470
  z-index: ${e=>e.zIndex?e.zIndex:90};
1471
- `,Oc=Do(Sl)`
1472
- width: ${fo+12}px;
1473
- height: ${fo+12}px;
1474
- `,Lc=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:i="auto",showHighlight:n=!0,primaryColor:r="#000000",offset:s={x:0,y:0},visible:a=!0,containerStyle:d={},selectedStep:l=0,customStepTypes:f,appearance:c,dismissible:g=!1,showHighlightOnly:S,showStepCount:w=!0,completedStepsCount:h=0,showFrigadeBranding:x=!1,cssPosition:T="absolute",onViewTooltip:y,className:F})=>{var xt,qe,nt,Xe,vt,jt,Gt,Bt,u,C,k,_,Pe,Et,At,It,ge,ho,xo;let{logErrorIfDebugMode:O}=hl(),[v,m]=uo(),[N,E]=uo(new Date),P=Bc(null),[A,I]=uo(document.querySelector(e[l].selector)),D=gl(A,N),[z,H]=uo(),[Q,te]=uo(!S),U=(qe=(xt=e[l])==null?void 0:xt.props)!=null&&qe.position?e[l].props.position:T,W=(vt=(Xe=(nt=e[l])==null?void 0:nt.props)==null?void 0:Xe.zIndex)!=null?vt:90,oe=(jt=v==null?void 0:v.width)!=null?jt:Cl,J=(Gt=v==null?void 0:v.height)!=null?Gt:yl,[me,De]=uo(new Date().getTime());s=(C=(u=(Bt=e[l])==null?void 0:Bt.props)==null?void 0:u.offset)!=null?C:s;let Ee=window.location.pathname.split("/").pop();xl(()=>{P.current&&m({width:P.current.clientWidth,height:P.current.clientHeight})},[l,N,U]),mo(()=>{S||te(!0)},[l]),mo(()=>{a&&Q&&y(l)},[Q]);let X=()=>{if(U==="static")return;let R=document.querySelector(e[l].selector);if(!R){H(void 0),I(null),O(`FrigadeTour: Could not find element with selector "${e[l].selector}" for step ${e[l].id}`);return}z&&z===JSON.stringify(R==null?void 0:R.getBoundingClientRect())||(I(R),E(new Date),R&&H(JSON.stringify(R.getBoundingClientRect())))};if(mo(()=>{let R=new MutationObserver(X);return R.observe(document.body,{subtree:!0,childList:!0}),()=>R.disconnect()},[X]),mo(()=>{let R=new MutationObserver(X);return R.observe(document.body,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["style","class"]}),()=>R.disconnect()},[X]),mo(()=>{let R=setInterval(()=>{X()},10);return()=>clearInterval(R)},[X]),xl(()=>{setTimeout(()=>{X()},Ec),X()},[l,Ee]),mo(()=>{if(!a)return;let R=Qe=>{Qe.key==="Escape"&&t()};return document.addEventListener("keydown",R),()=>{document.removeEventListener("keydown",R)}},[]),A===null||!a)return null;let L=i==="auto"?"right":i,re=ei(D,L,oe,s,U),Fe=D.right+oe>(window.innerWidth||document.documentElement.clientWidth),Ve=D.bottom+yl>(window.innerHeight||document.documentElement.clientHeight);Fe&&i==="auto"&&(re=ei(D,"left",oe,s,U),L="left"),(_=(k=e[l])==null?void 0:k.props)!=null&&_.tooltipPosition&&((Et=(Pe=e[l])==null?void 0:Pe.props)==null?void 0:Et.tooltipPosition)!=="auto"&&(((It=(At=e[l])==null?void 0:At.props)==null?void 0:It.tooltipPosition)==="left"||((ho=(ge=e[l])==null?void 0:ge.props)==null?void 0:ho.tooltipPosition)==="right")&&(L=e[l].props.tooltipPosition);let ke=()=>{let R=()=>{if(e[l].handlePrimaryButtonClick&&(e[l].handlePrimaryButtonClick(),te(!1),setTimeout(()=>{X()},30)),h===e.length-1)return o()},Qe=()=>{e[l].handleSecondaryButtonClick&&(e[l].handleSecondaryButtonClick(),S&&!e[l].secondaryButtonUri&&te(!1))};return q.createElement(q.Fragment,null,w&&e.length>1&&q.createElement(Fi,null,q.createElement(Pi,{role:"status",className:p("tooltipStepCounter",c)},l+1," of ",e.length)),(e[l].primaryButtonTitle||e[l].secondaryButtonTitle)&&q.createElement(ki,{showStepCount:w,className:p("tooltipCTAContainer",c)},e[l].secondaryButtonTitle&&q.createElement(de,{title:e[l].secondaryButtonTitle,appearance:c,onClick:Qe,size:"small",withMargin:!1,secondary:!0}),e[l].primaryButtonTitle&&q.createElement(de,{title:e[l].primaryButtonTitle,appearance:c,onClick:R,autoFocus:!0,withMargin:!1,size:"small"})))},se=()=>{var R;return q.createElement(q.Fragment,null,g&&q.createElement(yi,{"data-testid":"tooltip-dismiss",onClick:()=>{t&&t()},className:p("tooltipClose",c),hasImage:!!e[l].imageUri||!!e[l].videoUri,"aria-label":"Close Tooltip",role:"button",tabIndex:0},q.createElement(Ie,null)),e[l].imageUri&&q.createElement(Si,{dismissible:g,appearance:c,role:"img","aria-label":e[l].title,src:e[l].imageUri,className:p("tooltipImageContainer",c)}),e[l].videoUri&&!e[l].imageUri&&q.createElement(bi,{dismissible:g,appearance:c,role:"video","aria-label":e[l].title,className:p("tooltipVideoContainer",c)},q.createElement(tt,{appearance:c,videoUri:e[l].videoUri,autoplay:(R=e[l].props)==null?void 0:R.autoplayVideo})),q.createElement(Ti,{className:p("tooltipContentContainer",c)},q.createElement(Ne,{appearance:c,title:e[l].title,subtitle:e[l].subtitle,size:"small",ariaPrefix:`Tooltip${e[l].id}`}),q.createElement(wi,{className:p("tooltipFooter",c)},q.createElement(ke,null))))},j=b(b({},{default:R=>{var Qe;if((Qe=e[l])!=null&&Qe.StepContent){let na=e[l].StepContent;return q.createElement("div",null,na)}return q.createElement(se,null)}}),f),Z=()=>{var R;return e?!((R=e[l])!=null&&R.type)||!j[e[l].type]?j.default(e[l]):j[e[l].type]({stepData:e[l],primaryColor:r}):q.createElement(q.Fragment,null)};if(e[l].complete===!0||re.x==0&&re.y==0&&new Date().getTime()-me<100)return null;let $={top:(re==null?void 0:re.y)-fo,left:(xo=L=="left"?D.x+s.x:(re==null?void 0:re.x)-fo)!=null?xo:0,cursor:S?"pointer":"default",position:U},Y=()=>{let Qe=$.left+(L=="left"?-oe:24);return Math.min(Math.max(Qe,20),window.innerWidth-oe-20)},be=()=>{if(U==="fixed")return $.top;let R=$.top+J,Qe=20;return R>window.innerHeight-Qe?$.top+-J:$.top},je=()=>{S&&(E(new Date),te(!Q))};return q.createElement(Nc,{className:F},q.createElement(Oc,{style:$,zIndex:W,className:p("tourHighlightContainer",c)},n&&e[l].showHighlight!==!1&&T!=="static"&&q.createElement(q.Fragment,null,q.createElement(Ic,{style:{position:U},onClick:je,primaryColor:c.theme.colorPrimary,className:p("tourHighlightInnerCircle",c)}),q.createElement(Ac,{style:{position:"absolute"},onClick:je,primaryColor:c.theme.colorPrimary,className:p("tourHighlightOuterCircle",c)}))),q.createElement(Sl,{style:G(b({},$),{left:Y(),top:be()}),zIndex:W+1,className:p("tooltipContainerWrapper",c)},Q&&q.createElement(q.Fragment,null,q.createElement(Vo,{ref:P,role:"dialog","aria-labelledby":`frigadeTooltip${e[l].id}Title`,"aria-describedby":`frigadeTooltip${e[l].id}Subtitle`,layoutId:"tooltip-container",tabIndex:0,"aria-label":"Tooltip",style:b({position:"relative",width:"max-content",right:0,top:T!=="static"?12:0},d),appearance:c,className:p("tooltipContainer",c),maxWidth:Cl,zIndex:W+10},q.createElement(Z,null)),x&&q.createElement(Bi,{className:p("poweredByFrigadeTooltipRibbon",c),appearance:c,zIndex:W+10},q.createElement(jo,{appearance:c})))))},Uo=Lc;import{Portal as Dc}from"react-portal";var Uc=x=>{var T=x,{flowId:e,customVariables:t,appearance:o,onStepCompletion:i,onButtonClick:n,showTooltipsSimultaneously:r=!1,onDismiss:s,dismissible:a,tooltipPosition:d="auto",showHighlightOnly:l=!1,dismissBehavior:f="skip-flow",onComplete:c,skipIfNotFound:g=!1,cssPosition:S="absolute",className:w}=T,h=Le(T,["flowId","customVariables","appearance","onStepCompletion","onButtonClick","showTooltipsSimultaneously","onDismiss","dismissible","tooltipPosition","showHighlightOnly","dismissBehavior","onComplete","skipIfNotFound","cssPosition","className"]);let{getFlow:y,getFlowSteps:F,isLoading:O,targetingLogicShouldHideFlow:v,markStepCompleted:m,markStepStarted:N,markFlowCompleted:E,markFlowSkipped:P,updateCustomVariables:A,getCurrentStepIndex:I,getStepStatus:D,isStepBlocked:z,getFlowStatus:H,getNumberOfStepsCompleted:Q}=ie(),{isLoadingUserFlowStateData:te}=_e(),{primaryCTAClickSideEffects:U,secondaryCTAClickSideEffects:W}=fe(),{hasOpenModals:oe}=Ae(),J=I(e),{openFlowStates:me}=$c(ee),{mergeAppearanceWithDefault:De}=ae();if(o=De(o),Mc(()=>{A(t)},[t,O]),te)return null;let Ee=y(e);if(!Ee||v(Ee)||H(e)==le||oe())return null;let X=F(e);if(Object.keys(me).length>0){let $=Object.keys(me).find(Y=>me[Y]===!0);if($!==void 0&&$!==e)return gt.createElement(gt.Fragment,null)}function L($){return M(this,null,function*(){if(yield m(e,$.id),X.map(Y=>D(e,Y.id)).every(Y=>Y===$e)){yield E(e);return}!l&&J+1<X.length&&!r&&z(e,X[J+1].id)})}function re($,Y,be){let je=J+1<X.length?X[J+1]:null;n&&n($,J,Y,je),i&&i($,be,je)}function Fe(){return X.map($=>G(b({},$),{handleSecondaryButtonClick:()=>M(this,null,function*(){W($),$.skippable===!0&&(yield m(e,$.id,{skipped:!0})),re($,"secondary",J)}),handlePrimaryButtonClick:()=>M(this,null,function*(){(!$.completionCriteria&&($.autoMarkCompleted||$.autoMarkCompleted===void 0)||$.completionCriteria&&$.autoMarkCompleted===!0)&&(yield L($)),re($,"primary",J),U($)})}))}function Ve($){return M(this,null,function*(){s&&s(),f==="skip-flow"?yield P(e):yield m(e,$.id)})}function ke(){c&&c()}function se($){return M(this,null,function*(){yield N(e,X[$].id)})}let V=!document.querySelector(X[J].selector);function j(){let $=X.findIndex((Y,be)=>!!document.querySelector(Y.selector)&&be>=J);return X.map((Y,be)=>r?gt.createElement(Uo,b({key:Y.id,appearance:o,steps:Fe(),selectedStep:be,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Y),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:Q(e),onComplete:ke,cssPosition:S,onViewTooltip:se,className:w},h)):g&&V&&be===$?gt.createElement(Uo,b({key:Y.id,appearance:o,steps:Fe(),selectedStep:be,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Y),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:Q(e),onComplete:ke,cssPosition:S,onViewTooltip:se,className:w},h)):be!=J?null:gt.createElement(Uo,b({key:Y.id,appearance:o,steps:Fe(),selectedStep:be,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Y),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:Q(e),onComplete:ke,cssPosition:S,onViewTooltip:se,className:w},h)))}function Z(){return gt.createElement(gt.Fragment,null,gt.createElement(ne,{appearance:o}),j())}return S==="static"?Z():gt.createElement(Dc,null,Z())};import Oe,{useEffect as _c,useRef as Wc,useState as zc}from"react";import{Portal as Hc}from"react-portal";import Vt from"styled-components";var bl=Vt.button`
1471
+ `,Oc=Uo(Sl)`
1472
+ width: ${go+12}px;
1473
+ height: ${go+12}px;
1474
+ `,Lc=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:i="auto",showHighlight:n=!0,primaryColor:r="#000000",offset:s={x:0,y:0},visible:a=!0,containerStyle:d={},selectedStep:l=0,customStepTypes:u,appearance:c,dismissible:g=!1,showHighlightOnly:S,showStepCount:k=!0,completedStepsCount:h=0,showFrigadeBranding:x=!1,cssPosition:F="absolute",onViewTooltip:y,className:v})=>{var xt,qe,nt,Xe,vt,jt,Gt,Bt,m,C,P,W,Be,Et,At,Nt,ge,xo,Co;let{logErrorIfDebugMode:L}=hl(),[E,f]=fo(),[w,I]=fo(new Date),T=Bc(null),[A,N]=fo(document.querySelector(e[l].selector)),U=gl(A,w),[z,G]=fo(),[_,K]=fo(!S),J=(qe=(xt=e[l])==null?void 0:xt.props)!=null&&qe.position?e[l].props.position:F,O=(vt=(Xe=(nt=e[l])==null?void 0:nt.props)==null?void 0:Xe.zIndex)!=null?vt:90,Z=(jt=E==null?void 0:E.width)!=null?jt:Cl,q=(Gt=E==null?void 0:E.height)!=null?Gt:yl,[ne,Se]=fo(new Date().getTime());s=(C=(m=(Bt=e[l])==null?void 0:Bt.props)==null?void 0:m.offset)!=null?C:s;let ke=window.location.pathname.split("/").pop();xl(()=>{T.current&&f({width:T.current.clientWidth,height:T.current.clientHeight})},[l,w,J]),uo(()=>{S||K(!0)},[l]),uo(()=>{a&&_&&y(l)},[_]);let R=()=>{if(J==="static")return;let te=document.querySelector(e[l].selector);if(!te){G(void 0),N(null),L(`FrigadeTour: Could not find element with selector "${e[l].selector}" for step ${e[l].id}`);return}z&&z===JSON.stringify(te==null?void 0:te.getBoundingClientRect())||(N(te),I(new Date),te&&G(JSON.stringify(te.getBoundingClientRect())))};if(uo(()=>{let te=new MutationObserver(R);return te.observe(document.body,{subtree:!0,childList:!0}),()=>te.disconnect()},[R]),uo(()=>{let te=new MutationObserver(R);return te.observe(document.body,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["style","class"]}),()=>te.disconnect()},[R]),uo(()=>{let te=setInterval(()=>{R()},10);return()=>clearInterval(te)},[R]),xl(()=>{setTimeout(()=>{R()},Ec),R()},[l,ke]),uo(()=>{if(!a)return;let te=Qe=>{Qe.key==="Escape"&&t()};return document.addEventListener("keydown",te),()=>{document.removeEventListener("keydown",te)}},[]),A===null||!a)return null;let $=i==="auto"?"right":i,re=ei(U,$,Z,s,J),Pe=U.right+Z>(window.innerWidth||document.documentElement.clientWidth),Ve=U.bottom+yl>(window.innerHeight||document.documentElement.clientHeight);Pe&&i==="auto"&&(re=ei(U,"left",Z,s,J),$="left"),(W=(P=e[l])==null?void 0:P.props)!=null&&W.tooltipPosition&&((Et=(Be=e[l])==null?void 0:Be.props)==null?void 0:Et.tooltipPosition)!=="auto"&&(((Nt=(At=e[l])==null?void 0:At.props)==null?void 0:Nt.tooltipPosition)==="left"||((xo=(ge=e[l])==null?void 0:ge.props)==null?void 0:xo.tooltipPosition)==="right")&&($=e[l].props.tooltipPosition);let ve=()=>{let te=()=>{if(e[l].handlePrimaryButtonClick&&(e[l].handlePrimaryButtonClick(),K(!1),setTimeout(()=>{R()},30)),h===e.length-1)return o()},Qe=()=>{e[l].handleSecondaryButtonClick&&(e[l].handleSecondaryButtonClick(),S&&!e[l].secondaryButtonUri&&K(!1))};return X.createElement(X.Fragment,null,k&&e.length>1&&X.createElement(Fi,null,X.createElement(Pi,{role:"status",className:p("tooltipStepCounter",c)},l+1," of ",e.length)),(e[l].primaryButtonTitle||e[l].secondaryButtonTitle)&&X.createElement(ki,{showStepCount:k,className:p("tooltipCTAContainer",c)},e[l].secondaryButtonTitle&&X.createElement(le,{title:e[l].secondaryButtonTitle,appearance:c,onClick:Qe,size:"small",withMargin:!1,secondary:!0}),e[l].primaryButtonTitle&&X.createElement(le,{title:e[l].primaryButtonTitle,appearance:c,onClick:te,autoFocus:!0,withMargin:!1,size:"small"})))},ae=()=>{var te;return X.createElement(X.Fragment,null,g&&X.createElement(yi,{"data-testid":"tooltip-dismiss",onClick:()=>{t&&t()},className:p("tooltipClose",c),hasImage:!!e[l].imageUri||!!e[l].videoUri,"aria-label":"Close Tooltip",role:"button",tabIndex:0},X.createElement(Ie,null)),e[l].imageUri&&X.createElement(Si,{dismissible:g,appearance:c,role:"img","aria-label":e[l].title,src:e[l].imageUri,className:p("tooltipImageContainer",c)}),e[l].videoUri&&!e[l].imageUri&&X.createElement(bi,{dismissible:g,appearance:c,role:"video","aria-label":e[l].title,className:p("tooltipVideoContainer",c)},X.createElement(tt,{appearance:c,videoUri:e[l].videoUri,autoplay:(te=e[l].props)==null?void 0:te.autoplayVideo})),X.createElement(Ti,{className:p("tooltipContentContainer",c)},X.createElement(Oe,{appearance:c,title:e[l].title,subtitle:e[l].subtitle,size:"small",ariaPrefix:`Tooltip${e[l].id}`}),X.createElement(wi,{className:p("tooltipFooter",c)},X.createElement(ve,null))))},V=b(b({},{default:te=>{var Qe;if((Qe=e[l])!=null&&Qe.StepContent){let na=e[l].StepContent;return X.createElement("div",null,na)}return X.createElement(ae,null)}}),u),ee=()=>{var te;return e?!((te=e[l])!=null&&te.type)||!V[e[l].type]?V.default(e[l]):V[e[l].type]({stepData:e[l],primaryColor:r}):X.createElement(X.Fragment,null)};if(e[l].complete===!0||re.x==0&&re.y==0&&new Date().getTime()-ne<100)return null;let D={top:(re==null?void 0:re.y)-go,left:(Co=$=="left"?U.x+s.x:(re==null?void 0:re.x)-go)!=null?Co:0,cursor:S?"pointer":"default",position:J},Q=()=>{let Qe=D.left+($=="left"?-Z:24);return Math.min(Math.max(Qe,20),window.innerWidth-Z-20)},we=()=>{if(J==="fixed")return D.top;let te=D.top+q,Qe=20;return te>window.innerHeight-Qe?D.top+-q:D.top},je=()=>{S&&(I(new Date),K(!_))};return X.createElement(Ic,{className:v},X.createElement(Oc,{style:D,zIndex:O,className:p("tourHighlightContainer",c)},n&&e[l].showHighlight!==!1&&F!=="static"&&X.createElement(X.Fragment,null,X.createElement(Nc,{style:{position:J},onClick:je,primaryColor:c.theme.colorPrimary,className:p("tourHighlightInnerCircle",c)}),X.createElement(Ac,{style:{position:"absolute"},onClick:je,primaryColor:c.theme.colorPrimary,className:p("tourHighlightOuterCircle",c)}))),X.createElement(Sl,{style:j(b({},D),{left:Q(),top:we()}),zIndex:O+1,className:p("tooltipContainerWrapper",c)},_&&X.createElement(X.Fragment,null,X.createElement(Vo,{ref:T,role:"dialog","aria-labelledby":`frigadeTooltip${e[l].id}Title`,"aria-describedby":`frigadeTooltip${e[l].id}Subtitle`,layoutId:"tooltip-container",tabIndex:0,"aria-label":"Tooltip",style:b({position:"relative",width:"max-content",right:0,top:F!=="static"?12:0},d),appearance:c,className:p("tooltipContainer",c),maxWidth:Cl,zIndex:O+10},X.createElement(ee,null)),x&&X.createElement(Bi,{className:p("poweredByFrigadeTooltipRibbon",c),appearance:c,zIndex:O+10},X.createElement(jo,{appearance:c})))))},_o=Lc;import{Portal as Dc}from"react-portal";var Uc=x=>{var F=x,{flowId:e,customVariables:t,appearance:o,onStepCompletion:i,onButtonClick:n,showTooltipsSimultaneously:r=!1,onDismiss:s,dismissible:a,tooltipPosition:d="auto",showHighlightOnly:l=!1,dismissBehavior:u="skip-flow",onComplete:c,skipIfNotFound:g=!1,cssPosition:S="absolute",className:k}=F,h=$e(F,["flowId","customVariables","appearance","onStepCompletion","onButtonClick","showTooltipsSimultaneously","onDismiss","dismissible","tooltipPosition","showHighlightOnly","dismissBehavior","onComplete","skipIfNotFound","cssPosition","className"]);let{getFlow:y,getFlowSteps:v,isLoading:L,targetingLogicShouldHideFlow:E,markStepCompleted:f,markStepStarted:w,markFlowCompleted:I,markFlowSkipped:T,updateCustomVariables:A,getCurrentStepIndex:N,getStepStatus:U,isStepBlocked:z,getFlowStatus:G,getNumberOfStepsCompleted:_}=ie(),{isLoadingUserFlowStateData:K}=_e(),{primaryCTAClickSideEffects:J,secondaryCTAClickSideEffects:O}=fe(),{hasOpenModals:Z}=Ne(),q=N(e),{openFlowStates:ne}=$c(oe),{mergeAppearanceWithDefault:Se}=de();if(o=Se(o),Mc(()=>{A(t)},[t,L]),K)return null;let ke=y(e);if(!ke||E(ke)||G(e)==pe||Z())return null;let R=v(e);if(Object.keys(ne).length>0){let D=Object.keys(ne).find(Q=>ne[Q]===!0);if(D!==void 0&&D!==e)return gt.createElement(gt.Fragment,null)}function $(D){return M(this,null,function*(){if(yield f(e,D.id),R.map(Q=>U(e,Q.id)).every(Q=>Q===Me)){yield I(e);return}!l&&q+1<R.length&&!r&&z(e,R[q+1].id)})}function re(D,Q,we){let je=q+1<R.length?R[q+1]:null;n&&n(D,q,Q,je),i&&i(D,we,je)}function Pe(){return R.map(D=>j(b({},D),{handleSecondaryButtonClick:()=>M(this,null,function*(){O(D),D.skippable===!0&&(yield f(e,D.id,{skipped:!0})),re(D,"secondary",q)}),handlePrimaryButtonClick:()=>M(this,null,function*(){(!D.completionCriteria&&(D.autoMarkCompleted||D.autoMarkCompleted===void 0)||D.completionCriteria&&D.autoMarkCompleted===!0)&&(yield $(D)),re(D,"primary",q),J(D)})}))}function Ve(D){return M(this,null,function*(){s&&s(),u==="skip-flow"?yield T(e):yield f(e,D.id)})}function ve(){c&&c()}function ae(D){return M(this,null,function*(){yield w(e,R[D].id)})}let H=!document.querySelector(R[q].selector);function V(){let D=R.findIndex((Q,we)=>!!document.querySelector(Q.selector)&&we>=q);return R.map((Q,we)=>r?gt.createElement(_o,b({key:Q.id,appearance:o,steps:Pe(),selectedStep:we,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Q),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:_(e),onComplete:ve,cssPosition:S,onViewTooltip:ae,className:k},h)):g&&H&&we===D?gt.createElement(_o,b({key:Q.id,appearance:o,steps:Pe(),selectedStep:we,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Q),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:_(e),onComplete:ve,cssPosition:S,onViewTooltip:ae,className:k},h)):we!=q?null:gt.createElement(_o,b({key:Q.id,appearance:o,steps:Pe(),selectedStep:we,showTooltipsSimultaneously:r,dismissible:a,onDismiss:()=>Ve(Q),tooltipPosition:d,showHighlightOnly:l,completedStepsCount:_(e),onComplete:ve,cssPosition:S,onViewTooltip:ae,className:k},h)))}function ee(){return gt.createElement(gt.Fragment,null,gt.createElement(se,{appearance:o}),V())}return S==="static"?ee():gt.createElement(Dc,null,ee())};import Le,{useEffect as _c,useRef as Wc,useState as zc}from"react";import{Portal as Hc}from"react-portal";import Vt from"styled-components";var bl=Vt.button`
1475
1475
  ${e=>B(e)} {
1476
1476
  // Anything inside this block will be ignored if the user provides a custom class
1477
1477
 
@@ -1559,7 +1559,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1559
1559
  font-size: 14px;
1560
1560
 
1561
1561
  padding: 8px 12px;
1562
- `;import Bl from"react";var El=({style:e,className:t})=>Bl.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},Bl.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 Al from"react";var Il=({style:e,className:t})=>Al.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"},Al.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 Vc=({flowId:e,style:t,onStepCompletion:o,visible:i=!0,type:n="inline",title:r="Help",appearance:s})=>{let{getFlow:a,getFlowSteps:d,markStepCompleted:l,getStepStatus:f,getNumberOfStepsCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S}=ie(),{primaryCTAClickSideEffects:w}=fe(),h=Wc(null),[x,T]=zc(!1),{mergeAppearanceWithDefault:y}=ae();s=y(s),_c(()=>(document.addEventListener("click",F,!1),()=>{document.removeEventListener("click",F,!1)}),[]);let F=E=>{h.current&&!h.current.contains(E.target)&&T(!1)};if(g)return null;let O=a(e);if(!O||S(O))return null;let v=d(e);if(!v||!i)return null;function m(E,P){!E.completionCriteria&&(E.autoMarkCompleted||E.autoMarkCompleted===void 0)&&l(e,E.id),w(E),o&&o(E,P),T(!1)}function N(){return x&&Oe.createElement(Pl,{className:p("floatingWidgetMenu",s),initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.1},type:n},v.map((E,P)=>Oe.createElement(vl,{className:p("floatingWidgetMenuItem",s),key:P,onClick:()=>m(E,P)},E.title)))}return n=="inline"?Oe.createElement("span",{ref:h},Oe.createElement(ne,{appearance:s}),Oe.createElement(bl,{style:t,onClick:()=>{T(!x)},className:p("supportButton",s)},Oe.createElement(Tl,{className:p("supportIconContainer",s)},Oe.createElement(Il,{className:p("supportIcon",s),style:{width:"18px",height:"18px"}})),Oe.createElement(wl,{className:p("supportButtonTitle",s)},r)),Oe.createElement(N,null)):Oe.createElement(Hc,null,Oe.createElement(ne,{appearance:s}),Oe.createElement(Fl,{style:t,ref:h},Oe.createElement(N,null),Oe.createElement(kl,{onClick:()=>{T(!x)},whileHover:{scale:1.1},className:p("floatingWidgetButton",s)},Oe.createElement(El,{className:p("floatingWidgetButtonIcon",s),style:{display:"flex",width:"20px",height:"20px"}}))))};import it,{useEffect as jc}from"react";import Cr from"styled-components";var Nl=Cr.div`
1562
+ `;import Bl from"react";var El=({style:e,className:t})=>Bl.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},Bl.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 Al from"react";var Nl=({style:e,className:t})=>Al.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"},Al.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 Vc=({flowId:e,style:t,onStepCompletion:o,visible:i=!0,type:n="inline",title:r="Help",appearance:s})=>{let{getFlow:a,getFlowSteps:d,markStepCompleted:l,getStepStatus:u,getNumberOfStepsCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S}=ie(),{primaryCTAClickSideEffects:k}=fe(),h=Wc(null),[x,F]=zc(!1),{mergeAppearanceWithDefault:y}=de();s=y(s),_c(()=>(document.addEventListener("click",v,!1),()=>{document.removeEventListener("click",v,!1)}),[]);let v=I=>{h.current&&!h.current.contains(I.target)&&F(!1)};if(g)return null;let L=a(e);if(!L||S(L))return null;let E=d(e);if(!E||!i)return null;function f(I,T){!I.completionCriteria&&(I.autoMarkCompleted||I.autoMarkCompleted===void 0)&&l(e,I.id),k(I),o&&o(I,T),F(!1)}function w(){return x&&Le.createElement(Pl,{className:p("floatingWidgetMenu",s),initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.1},type:n},E.map((I,T)=>Le.createElement(vl,{className:p("floatingWidgetMenuItem",s),key:T,onClick:()=>f(I,T)},I.title)))}return n=="inline"?Le.createElement("span",{ref:h},Le.createElement(se,{appearance:s}),Le.createElement(bl,{style:t,onClick:()=>{F(!x)},className:p("supportButton",s)},Le.createElement(Tl,{className:p("supportIconContainer",s)},Le.createElement(Nl,{className:p("supportIcon",s),style:{width:"18px",height:"18px"}})),Le.createElement(wl,{className:p("supportButtonTitle",s)},r)),Le.createElement(w,null)):Le.createElement(Hc,null,Le.createElement(se,{appearance:s}),Le.createElement(Fl,{style:t,ref:h},Le.createElement(w,null),Le.createElement(kl,{onClick:()=>{F(!x)},whileHover:{scale:1.1},className:p("floatingWidgetButton",s)},Le.createElement(El,{className:p("floatingWidgetButtonIcon",s),style:{display:"flex",width:"20px",height:"20px"}}))))};import it,{useEffect as jc}from"react";import Cr from"styled-components";var Il=Cr.div`
1563
1563
  ${e=>B(e)} {
1564
1564
  display: flex;
1565
1565
  flex-direction: column;
@@ -1595,7 +1595,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1595
1595
  opacity: 0.8;
1596
1596
  }
1597
1597
  }
1598
- `;var Gc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,dismissible:a})=>{let{getFlow:d,markFlowCompleted:l,markStepCompleted:f,isLoading:c,targetingLogicShouldHideFlow:g,updateCustomVariables:S,getFlowSteps:w,getFlowStatus:h,getCurrentStepIndex:x}=ie(),{primaryCTAClickSideEffects:T}=fe(),{mergeAppearanceWithDefault:y}=ae();if(Ge(e),n=y(n),jc(()=>{S(o)},[o,c]),c)return null;let F=d(e);if(!F||g(F)||h(e)===le)return null;let v=w(e)[x(e)];return it.createElement(it.Fragment,null,it.createElement(ne,{appearance:n}),it.createElement(Nl,{appearance:n,className:we(p("embeddedTipContainer",n),r),style:s},(a===!0||v.dismissible)&&it.createElement($l,{onClick:()=>M(void 0,null,function*(){yield l(e),t&&t()}),className:p("embeddedTipDismissButton",n)},it.createElement(Ie,null)),it.createElement(Ol,null,it.createElement(Ne,{size:"small",appearance:n,title:v.title,subtitle:v.subtitle})),v.primaryButtonTitle&&it.createElement(Ll,{className:p("embeddedTipCallToActionContainer",n)},it.createElement(de,{classPrefix:"embeddedTip",title:v.primaryButtonTitle,appearance:n,withMargin:!1,size:"medium",type:"inline",onClick:()=>M(void 0,null,function*(){v.handlePrimaryButtonClick(),T(v),!(i&&i(v,x(e),"primary")===!1)&&(yield f(e,v.id),yield l(e))})}))))};import Be,{useEffect as Kc}from"react";import go from"styled-components";var Ml=go.div`
1598
+ `;var Gc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,dismissible:a})=>{let{getFlow:d,markFlowCompleted:l,markFlowSkipped:u,markStepCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S,updateCustomVariables:k,getFlowSteps:h,getFlowStatus:x,getCurrentStepIndex:F}=ie(),{primaryCTAClickSideEffects:y}=fe(),{mergeAppearanceWithDefault:v}=de();if(Ge(e),n=v(n),jc(()=>{k(o)},[o,g]),g)return null;let L=d(e);if(!L||S(L)||x(e)===pe)return null;let f=h(e)[F(e)];return it.createElement(it.Fragment,null,it.createElement(se,{appearance:n}),it.createElement(Il,{appearance:n,className:Te(p("embeddedTipContainer",n),r),style:s},(a===!0||f.dismissible)&&it.createElement($l,{onClick:()=>M(void 0,null,function*(){yield u(e),t&&t()}),className:p("embeddedTipDismissButton",n)},it.createElement(Ie,null)),it.createElement(Ol,null,it.createElement(Oe,{size:"small",appearance:n,title:f.title,subtitle:f.subtitle})),f.primaryButtonTitle&&it.createElement(Ll,{className:p("embeddedTipCallToActionContainer",n)},it.createElement(le,{classPrefix:"embeddedTip",title:f.primaryButtonTitle,appearance:n,withMargin:!1,size:"medium",type:"inline",onClick:()=>M(void 0,null,function*(){f.handlePrimaryButtonClick(),y(f),!(i&&i(f,F(e),"primary")===!1)&&(yield c(e,f.id),yield l(e))})}))))};import Ae,{useEffect as Kc}from"react";import ho from"styled-components";var Ml=ho.div`
1599
1599
  // use the :not annotation
1600
1600
  ${e=>B(e)} {
1601
1601
  display: flex;
@@ -1607,24 +1607,24 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1607
1607
  background-color: ${e=>e.appearance.theme.colorBackground};
1608
1608
  border-radius: 12px;
1609
1609
  }
1610
- `,Dl=go.div`
1610
+ `,Dl=ho.div`
1611
1611
  ${e=>B(e)} {
1612
1612
  display: flex;
1613
1613
  width: 46px;
1614
1614
  height: 46px;
1615
1615
  }
1616
- `,Ul=go.div`
1616
+ `,Ul=ho.div`
1617
1617
  display: flex;
1618
1618
  flex-direction: column;
1619
1619
  flex: 1;
1620
1620
  margin-left: ${e=>e.type==="square"?"0px":"16px"};
1621
1621
  margin-top: ${e=>e.type==="square"?"12px":"0"};
1622
- `,_l=go.div`
1622
+ `,_l=ho.div`
1623
1623
  display: flex;
1624
1624
  flex-direction: column;
1625
1625
  justify-content: center;
1626
1626
  margin-left: ${e=>e.type==="square"?"0px":"16px"};
1627
- `,ti=go.div`
1627
+ `,ti=ho.div`
1628
1628
  display: flex;
1629
1629
  justify-content: ${e=>e.type==="square"?"flex-end":"center"};
1630
1630
  align-items: flex-end;
@@ -1632,12 +1632,12 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1632
1632
  :hover {
1633
1633
  opacity: 0.8;
1634
1634
  }
1635
- `,oi=go.div`
1635
+ `,oi=ho.div`
1636
1636
  display: flex;
1637
1637
  justify-content: ${e=>e.type==="square"?"flex-end":"center"};
1638
1638
  align-items: flex-end;
1639
1639
  margin-left: ${e=>e.type==="square"?"0px":"16px"};
1640
- `;import ri from"react";var Wl=({style:e,className:t})=>ri.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"46",height:"46",fill:"none",viewBox:"0 0 46 46",style:e,className:t},ri.createElement("circle",{cx:"23",cy:"23",r:"23",fill:"#E6F1FF"}),ri.createElement("path",{stroke:"#0171F8",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M32 18.5l-2.25-1.313M32 18.5v2.25m0-2.25l-2.25 1.313M14 18.5l2.25-1.313M14 18.5l2.25 1.313M14 18.5v2.25m9 3l2.25-1.313M23 23.75l-2.25-1.313M23 23.75V26m0 6.75l2.25-1.313M23 32.75V30.5m0 2.25l-2.25-1.313m0-16.875L23 13.25l2.25 1.313M32 25.25v2.25l-2.25 1.313m-13.5 0L14 27.5v-2.25"}));var qc=({flowId:e,title:t,subtitle:o,onDismiss:i,customVariables:n,onButtonClick:r,appearance:s,type:a="full-width",icon:d})=>{let{getFlow:l,markFlowCompleted:f,isLoading:c,targetingLogicShouldHideFlow:g,updateCustomVariables:S,getFlowMetadata:w,getFlowStatus:h,getFlowSteps:x,getCurrentStepIndex:T}=ie(),{primaryCTAClickSideEffects:y}=fe(),{mergeAppearanceWithDefault:F}=ae();if(Ge(e),s=F(s),Kc(()=>{S(n)},[n,c]),c)return null;let O=l(e);if(!O||g(O)||h(e)===le)return null;let v=x(e),m=v.length>0?v[T(e)]:w(e);return m!=null&&m.title&&(t=m.title),m!=null&&m.subtitle&&(o=m.subtitle),Be.createElement(Be.Fragment,null,Be.createElement(ne,{appearance:s}),Be.createElement(Ml,{type:a,appearance:s,className:p("bannerContainer",s)},a!="square"&&Be.createElement(Dl,{className:p("bannerIconContainer",s)},d||Be.createElement(Wl,null)),a==="square"&&m.dismissible&&Be.createElement(oi,{type:a,className:p("bannerDismissButtonContainer",s)},Be.createElement(ti,{type:a,onClick:()=>M(void 0,null,function*(){yield f(e),i&&i()}),className:p("bannerDismissButton",s)},Be.createElement(Ie,null))),Be.createElement(Ul,{type:a},Be.createElement(Ne,{appearance:s,title:t,subtitle:o,classPrefix:"banner"})),(m==null?void 0:m.primaryButtonTitle)&&Be.createElement(_l,{type:a,className:p("bannerCallToActionContainer",s)},Be.createElement(de,{title:m==null?void 0:m.primaryButtonTitle,appearance:s,onClick:()=>{y(m),r&&r(m,0,"primary")},classPrefix:"banner"})),a!=="square"&&m.dismissible&&Be.createElement(oi,{type:a,className:p("bannerDismissButtonContainer",s)},Be.createElement(ti,{type:a,onClick:()=>M(void 0,null,function*(){yield f(e),i&&i()}),className:p("bannerDismissButton",s)},Be.createElement(Ie,null)))))};import ce,{useEffect as Yc}from"react";import{Portal as Jc}from"react-portal";import ht from"styled-components";var zl=ht.div`
1640
+ `;import ri from"react";var Wl=({style:e,className:t})=>ri.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"46",height:"46",fill:"none",viewBox:"0 0 46 46",style:e,className:t},ri.createElement("circle",{cx:"23",cy:"23",r:"23",fill:"#E6F1FF"}),ri.createElement("path",{stroke:"#0171F8",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M32 18.5l-2.25-1.313M32 18.5v2.25m0-2.25l-2.25 1.313M14 18.5l2.25-1.313M14 18.5l2.25 1.313M14 18.5v2.25m9 3l2.25-1.313M23 23.75l-2.25-1.313M23 23.75V26m0 6.75l2.25-1.313M23 32.75V30.5m0 2.25l-2.25-1.313m0-16.875L23 13.25l2.25 1.313M32 25.25v2.25l-2.25 1.313m-13.5 0L14 27.5v-2.25"}));var qc=({flowId:e,title:t,subtitle:o,onDismiss:i,customVariables:n,onButtonClick:r,appearance:s,type:a="full-width",icon:d})=>{let{getFlow:l,markFlowCompleted:u,markFlowSkipped:c,isLoading:g,targetingLogicShouldHideFlow:S,updateCustomVariables:k,getFlowMetadata:h,getFlowStatus:x,getFlowSteps:F,getCurrentStepIndex:y}=ie(),{primaryCTAClickSideEffects:v}=fe(),{mergeAppearanceWithDefault:L}=de();if(Ge(e),s=L(s),Kc(()=>{k(n)},[n,g]),g)return null;let E=l(e);if(!E||S(E)||x(e)===pe)return null;let f=F(e),w=f.length>0?f[y(e)]:h(e);return w!=null&&w.title&&(t=w.title),w!=null&&w.subtitle&&(o=w.subtitle),Ae.createElement(Ae.Fragment,null,Ae.createElement(se,{appearance:s}),Ae.createElement(Ml,{type:a,appearance:s,className:p("bannerContainer",s)},a!="square"&&Ae.createElement(Dl,{className:p("bannerIconContainer",s)},d||Ae.createElement(Wl,null)),a==="square"&&w.dismissible&&Ae.createElement(oi,{type:a,className:p("bannerDismissButtonContainer",s)},Ae.createElement(ti,{type:a,onClick:()=>M(void 0,null,function*(){yield c(e),i&&i()}),className:p("bannerDismissButton",s)},Ae.createElement(Ie,null))),Ae.createElement(Ul,{type:a},Ae.createElement(Oe,{appearance:s,title:t,subtitle:o,classPrefix:"banner"})),(w==null?void 0:w.primaryButtonTitle)&&Ae.createElement(_l,{type:a,className:p("bannerCallToActionContainer",s)},Ae.createElement(le,{title:w==null?void 0:w.primaryButtonTitle,appearance:s,onClick:()=>{v(w),r&&r(w,0,"primary")},classPrefix:"banner"})),a!=="square"&&w.dismissible&&Ae.createElement(oi,{type:a,className:p("bannerDismissButtonContainer",s)},Ae.createElement(ti,{type:a,onClick:()=>M(void 0,null,function*(){yield c(e),i&&i()}),className:p("bannerDismissButton",s)},Ae.createElement(Ie,null)))))};import me,{useEffect as Yc}from"react";import{Portal as Jc}from"react-portal";import ht from"styled-components";var zl=ht.div`
1641
1641
  display: flex;
1642
1642
  flex-direction: column;
1643
1643
  width: 100%;
@@ -1700,7 +1700,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1700
1700
  display: flex;
1701
1701
  flex-direction: column;
1702
1702
  flex: 1;
1703
- `,xw=ht.div`
1703
+ `,Cw=ht.div`
1704
1704
  display: flex;
1705
1705
  flex-direction: column;
1706
1706
  justify-content: center;
@@ -1730,7 +1730,7 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1730
1730
  opacity: 0.8;
1731
1731
  }
1732
1732
  }
1733
- `;var Xc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,type:a="modal"})=>{let{getFlow:d,markFlowCompleted:l,markStepCompleted:f,getNumberOfStepsCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S,updateCustomVariables:w,getFlowSteps:h,getFlowStatus:x,getFlowMetadata:T}=ie(),{primaryCTAClickSideEffects:y}=fe(),{mergeAppearanceWithDefault:F}=ae(),[O,v]=ce.useState(null),[m,N]=ce.useState(""),E=T(e),{hasOpenModals:P,setKeepCompletedFlowOpenDuringSession:A,shouldKeepCompletedFlowOpenDuringSession:I}=Ae();if(Ge(e),n=F(n),Yc(()=>{w(o)},[o,g]),g)return null;let D=d(e);if(!D||S(D)||x(e)===le||c(e)===1&&!I(e)||P())return null;let H=h(e)[c(e)];function Q(){var W,oe;return ce.createElement(ce.Fragment,null,ce.createElement(si,null,ce.createElement(Ne,{size:"large",appearance:n,title:H.title,subtitle:H.subtitle})),ce.createElement(ii,{className:p("npsNumberButtonContainer",n),appearance:n},Array.from(Array(10).keys()).map(J=>ce.createElement(Hl,{className:p("npsNumberButton",n),selected:O===J+1,key:J,onClick:()=>M(this,null,function*(){A(e),v(J+1),yield f(e,H.id,{score:J+1})}),appearance:n},J+1))),ce.createElement(Vl,{appearance:n},ce.createElement(ni,{appearance:n},(W=E==null?void 0:E.negativeLabel)!=null?W:"Not likely at all"),ce.createElement(ni,{appearance:n},(oe=E==null?void 0:E.positiveLabel)!=null?oe:"Extremely likely")))}function te(){var W;return ce.createElement(ce.Fragment,null,ce.createElement(si,null,ce.createElement(Ne,{appearance:n,title:(W=H.title)!=null?W:"Why did you choose this score?",size:"large"})),ce.createElement(jl,{appearance:n,value:m,onChange:oe=>{N(oe.target.value)},placeholder:"Add your optional feedback here..."}),ce.createElement(ii,{appearance:n,className:p("npsNumberButtonContainer",n)},ce.createElement(de,{size:"large",withMargin:!1,onClick:()=>M(this,null,function*(){yield l(e),i&&i(H,1,"primary")}),appearance:n,title:H.secondaryButtonTitle||"Skip",secondary:!0}),ce.createElement(de,{size:"large",withMargin:!1,onClick:()=>M(this,null,function*(){yield f(e,H.id,{feedbackText:m}),yield l(e),i&&i(H,1,"primary")}),appearance:n,title:H.primaryButtonTitle||"Submit"})))}function U(){return c(e)>=2?null:ce.createElement(ce.Fragment,null,ce.createElement(ne,{appearance:n}),ce.createElement(zl,{appearance:n,className:we(p("npsSurveyContainer",n),r),style:s,type:a},ce.createElement(Gl,{onClick:()=>M(this,null,function*(){yield l(e),t&&t()}),className:p("npsSurveyDismissButton",n)},ce.createElement(Ie,null)),c(e)==0&&Q(),c(e)==1&&te()))}return a==="inline"?U():ce.createElement(Jc,null,U())};import Se,{useEffect as Rc}from"react";import Pt from"styled-components";var Kl=Pt.div`
1733
+ `;var Xc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,type:a="modal"})=>{let{getFlow:d,markFlowCompleted:l,markFlowSkipped:u,markStepCompleted:c,getNumberOfStepsCompleted:g,isLoading:S,targetingLogicShouldHideFlow:k,updateCustomVariables:h,getFlowSteps:x,getFlowStatus:F,getFlowMetadata:y}=ie(),{primaryCTAClickSideEffects:v}=fe(),{mergeAppearanceWithDefault:L}=de(),[E,f]=me.useState(null),[w,I]=me.useState(""),T=y(e),{hasOpenModals:A,setKeepCompletedFlowOpenDuringSession:N,shouldKeepCompletedFlowOpenDuringSession:U}=Ne();if(Ge(e),n=L(n),Yc(()=>{h(o)},[o,S]),S)return null;let z=d(e);if(!z||k(z)||F(e)===pe||g(e)===1&&!U(e)||A())return null;let _=x(e)[g(e)];function K(){var Z,q;return me.createElement(me.Fragment,null,me.createElement(si,null,me.createElement(Oe,{size:"large",appearance:n,title:_.title,subtitle:_.subtitle})),me.createElement(ii,{className:p("npsNumberButtonContainer",n),appearance:n},Array.from(Array(10).keys()).map(ne=>me.createElement(Hl,{className:p("npsNumberButton",n),selected:E===ne+1,key:ne,onClick:()=>M(this,null,function*(){N(e),f(ne+1),yield c(e,_.id,{score:ne+1})}),appearance:n},ne+1))),me.createElement(Vl,{appearance:n},me.createElement(ni,{appearance:n},(Z=T==null?void 0:T.negativeLabel)!=null?Z:"Not likely at all"),me.createElement(ni,{appearance:n},(q=T==null?void 0:T.positiveLabel)!=null?q:"Extremely likely")))}function J(){var Z;return me.createElement(me.Fragment,null,me.createElement(si,null,me.createElement(Oe,{appearance:n,title:(Z=_.title)!=null?Z:"Why did you choose this score?",size:"large"})),me.createElement(jl,{appearance:n,value:w,onChange:q=>{I(q.target.value)},placeholder:"Add your optional feedback here..."}),me.createElement(ii,{appearance:n,className:p("npsNumberButtonContainer",n)},me.createElement(le,{size:"large",withMargin:!1,onClick:()=>M(this,null,function*(){yield l(e),i&&i(_,1,"primary")}),appearance:n,title:_.secondaryButtonTitle||"Skip",secondary:!0}),me.createElement(le,{size:"large",withMargin:!1,onClick:()=>M(this,null,function*(){yield c(e,_.id,{feedbackText:w}),yield l(e),i&&i(_,1,"primary")}),appearance:n,title:_.primaryButtonTitle||"Submit"})))}function O(){return g(e)>=2?null:me.createElement(me.Fragment,null,me.createElement(se,{appearance:n}),me.createElement(zl,{appearance:n,className:Te(p("npsSurveyContainer",n),r),style:s,type:a},me.createElement(Gl,{onClick:()=>M(this,null,function*(){yield u(e),t&&t()}),className:p("npsSurveyDismissButton",n)},me.createElement(Ie,null)),g(e)==0&&K(),g(e)==1&&J()))}return a==="inline"?O():me.createElement(Jc,null,O())};import ye,{useEffect as Rc}from"react";import Pt from"styled-components";var Kl=Pt.div`
1734
1734
  ${e=>B(e)} {
1735
1735
  display: flex;
1736
1736
  flex-direction: column;
@@ -1804,5 +1804,5 @@ ${e=>e.inlineStyles.map(([t,o])=>`.${wo}${t}.${wo}${t} { ${Object.entries(o).map
1804
1804
  height: 100%;
1805
1805
  min-height: 200px;
1806
1806
  border-radius: ${e=>e.appearance.theme.borderRadius}px;
1807
- `;function ta({stepData:e,appearance:t,classPrefix:o=""}){var i;return e.videoUri?ea.createElement(tt,{appearance:t,videoUri:e.videoUri,autoplay:(i=e.props)==null?void 0:i.autoplayVideo}):e.imageUri?ea.createElement(Zc,{className:p(`${o}image`,t),appearance:t,src:e.imageUri}):null}var em=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,dismissible:a=!0,modalPosition:d="center",showPagination:l=!0})=>{let{getFlow:f,markFlowCompleted:c,markFlowSkipped:g,markStepCompleted:S,markStepStarted:w,isLoading:h,targetingLogicShouldHideFlow:x,updateCustomVariables:T,getFlowSteps:y,getFlowStatus:F,getCurrentStepIndex:O}=ie(),{primaryCTAClickSideEffects:v,secondaryCTAClickSideEffects:m}=fe(),{mergeAppearanceWithDefault:N}=ae(),{setOpenFlowState:E,getOpenFlowState:P,hasOpenModals:A}=Ae();Ge(e);let[I,D]=[P(e,!0),me=>E(e,me)];if(n=N(n),Rc(()=>{T(o)},[o,h]),h)return null;let z=f(e);if(!z||x(z)||F(e)===le||A())return null;let H=y(e),Q=O(e),te=H.length,U=H[Q],W=()=>M(void 0,null,function*(){D(!1),yield g(e),t&&t()});function oe(){return Se.createElement(Se.Fragment,null,Se.createElement(ne,{appearance:n}),Se.createElement(Kl,{appearance:n,className:we(p("announcementContainer",n),r),style:s},(a===!0||U.dismissible)&&d=="inline"&&Se.createElement(Ql,{onClick:()=>M(this,null,function*(){yield g(e),t&&t()}),className:p("announcementDismissButton",n)},Se.createElement(Ie,null)),Se.createElement(ql,null,Se.createElement(Zl,{appearance:n,className:p("announcementTitle",n),dangerouslySetInnerHTML:pe(U.title)}),U.subtitle&&Se.createElement(Rl,{appearance:n,className:p("announcementSubtitle",n),dangerouslySetInnerHTML:pe(U.subtitle)})),(U.imageUri||U.videoUri)&&Se.createElement(Xl,{className:p("announcementMediaContainer",n)},Se.createElement(ta,{appearance:n,stepData:U})),l&&te>1&&Se.createElement(Yl,{className:p("announcementPaginationContainer",n)},Se.createElement(er,{className:p("announcementPagination",n),appearance:n,stepCount:te,currentStep:Q})),(U.primaryButtonTitle||U.secondaryButtonTitle)&&Se.createElement(Jl,{className:p("announcementCTAContainer",n)},U.secondaryButtonTitle&&Se.createElement(de,{classPrefix:"announcement",title:U.secondaryButtonTitle,appearance:n,withMargin:!1,size:"small",type:"full-width",onClick:()=>M(this,null,function*(){U.handleSecondaryButtonClick(),m(U),i&&i(U,O(e),"secondary")}),secondary:!0}),U.primaryButtonTitle&&Se.createElement(de,{classPrefix:"announcement",title:U.primaryButtonTitle,appearance:n,withMargin:!1,size:"small",type:"full-width",onClick:()=>M(this,null,function*(){v(U),!(i&&i(U,O(e),"primary")===!1)&&(O(e)===te-1?(U.handlePrimaryButtonClick(),yield c(e)):U.handlePrimaryButtonClick())})}))))}let J={padding:"24px",maxWidth:"400px"};return d==="inline"?oe():d!=="center"?Se.createElement(qo,{modalPosition:d,onClose:W,visible:I,dismissible:a,appearance:n},oe()):Se.createElement(Re,{appearance:n,onClose:W,visible:I,style:J,dismissible:a},oe())};import*as yr from"react";import oa from"react";var ra=n=>{var r=n,{as:e="span",children:t,variant:o="Body1"}=r,i=Le(r,["as","children","variant"]);return oa.createElement(vn,b({color:"neutral.foreground",fontFamily:"default",forwardedAs:e,variant:o},i),t)},tm=Object.fromEntries(Object.keys(nr).map(e=>{let t=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():void 0,o=i=>oa.createElement(ra,G(b({as:t},i),{variant:e}),i.children);return o.displayName=`Text.${e}`,[e,o]})),li=Object.assign(ra,tm);var ia=s=>{var a=s,{as:e="button",className:t,size:o="md",title:i,variant:n="Primary"}=a,r=Le(a,["as","className","size","title","variant"]);var d;return yr.createElement(Pn,b({className:`fr-button-${n.toLowerCase()}${t?` ${t}`:""}`,forwardedAs:e,variant:n,size:o,borderRadius:"md"},r),yr.createElement(li,{color:(d=Io[n])==null?void 0:d.color,fontWeight:"semibold"},i))},om=Object.fromEntries(Object.keys(Io).map(e=>{let t=o=>yr.createElement(ia,G(b({},o),{variant:e}));return t.displayName=`Button.${e}`,[e,t]})),rm=Object.assign(ia,om);export{Ao as Box,rm as Button,pt as CheckBox,wr as FlowType,yt as FormLabel,Or as FormTextField,em as FrigadeAnnouncement,qc as FrigadeBanner,Rr as FrigadeChecklist,at as FrigadeDefaultAppearance,Gc as FrigadeEmbeddedTip,yn as FrigadeForm,wc as FrigadeGuide,Cc as FrigadeHeroChecklist,Xc as FrigadeNPSSurvey,Sc as FrigadeProgressBadge,Pd as FrigadeProvider,Vc as FrigadeSupportWidget,Uc as FrigadeTour,ze as ProgressBar,Qt as ProgressRing,li as Text,sr as tokens,Ae as useFlowOpens,So as useFlowResponses,ie as useFlows,jr as useOrganization,bo as useUser,_e as useUserFlowStates};
1807
+ `;function ta({stepData:e,appearance:t,classPrefix:o=""}){var i;return e.videoUri?ea.createElement(tt,{appearance:t,videoUri:e.videoUri,autoplay:(i=e.props)==null?void 0:i.autoplayVideo}):e.imageUri?ea.createElement(Zc,{className:p(`${o}image`,t),appearance:t,src:e.imageUri}):null}var em=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:n,className:r,style:s,dismissible:a=!0,modalPosition:d="center",showPagination:l=!0,allowBackNavigation:u})=>{let{getFlow:c,markFlowCompleted:g,markFlowSkipped:S,markStepCompleted:k,markStepStarted:h,isLoading:x,targetingLogicShouldHideFlow:F,updateCustomVariables:y,getFlowSteps:v,getFlowStatus:L,getCurrentStepIndex:E}=ie(),{primaryCTAClickSideEffects:f,secondaryCTAClickSideEffects:w}=fe(),{mergeAppearanceWithDefault:I}=de(),{setOpenFlowState:T,getOpenFlowState:A,hasOpenModals:N}=Ne();Ge(e);let[U,z]=[A(e,!0),Se=>T(e,Se)];if(n=I(n),Rc(()=>{y(o)},[o,x]),x)return null;let G=c(e);if(!G||F(G)||L(e)===pe||N())return null;let _=v(e),K=E(e),J=_.length,O=_[K],Z=()=>M(void 0,null,function*(){z(!1),yield S(e),t&&t()});function q(){var Se;return ye.createElement(ye.Fragment,null,ye.createElement(se,{appearance:n}),ye.createElement(Kl,{appearance:n,className:Te(p("announcementContainer",n),r),style:s},(a===!0||O.dismissible)&&d=="inline"&&ye.createElement(Ql,{onClick:()=>M(this,null,function*(){yield S(e),t&&t()}),className:p("announcementDismissButton",n)},ye.createElement(Ie,null)),ye.createElement(ql,null,ye.createElement(Zl,{appearance:n,className:p("announcementTitle",n),dangerouslySetInnerHTML:ce(O.title)}),O.subtitle&&ye.createElement(Rl,{appearance:n,className:p("announcementSubtitle",n),dangerouslySetInnerHTML:ce(O.subtitle)})),(O.imageUri||O.videoUri)&&ye.createElement(Xl,{className:p("announcementMediaContainer",n)},ye.createElement(ta,{appearance:n,stepData:O})),l&&J>1&&ye.createElement(Yl,{className:p("announcementPaginationContainer",n)},ye.createElement(er,{className:p("announcementPagination",n),appearance:n,stepCount:J,currentStep:K})),(O.primaryButtonTitle||O.secondaryButtonTitle)&&ye.createElement(Jl,{allowBackNavigation:u,className:p("announcementCTAContainer",n)},u&&K>0&&ye.createElement(le,{classPrefix:"announcementBack",title:(Se=O.backButtonTitle)!=null?Se:"Back",appearance:n,withMargin:!1,size:"small",type:"full-width",onClick:()=>M(this,null,function*(){i&&i(O,E(e),"back"),yield h(e,_[K-1].id)}),secondary:!0}),O.secondaryButtonTitle&&ye.createElement(le,{classPrefix:"announcement",title:O.secondaryButtonTitle,appearance:n,withMargin:!1,size:"small",type:"full-width",onClick:()=>M(this,null,function*(){O.handleSecondaryButtonClick(),w(O),i&&i(O,E(e),"secondary")}),secondary:!0}),O.primaryButtonTitle&&ye.createElement(le,{classPrefix:"announcement",title:O.primaryButtonTitle,appearance:n,withMargin:!1,size:"small",type:"full-width",onClick:()=>M(this,null,function*(){f(O),!(i&&i(O,E(e),"primary")===!1)&&(E(e)===J-1?(O.handlePrimaryButtonClick(),yield g(e)):O.handlePrimaryButtonClick())})}))))}let ne={padding:"24px",maxWidth:"400px"};return d==="inline"?q():d!=="center"?ye.createElement(qo,{modalPosition:d,onClose:Z,visible:U,dismissible:a,appearance:n},q()):ye.createElement(Re,{appearance:n,onClose:Z,visible:U,style:ne,dismissible:a},q())};import*as yr from"react";import oa from"react";var ra=n=>{var r=n,{as:e="span",children:t,variant:o="Body1"}=r,i=$e(r,["as","children","variant"]);return oa.createElement(vn,b({color:"neutral.foreground",fontFamily:"default",forwardedAs:e,variant:o},i),t)},tm=Object.fromEntries(Object.keys(nr).map(e=>{let t=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():void 0,o=i=>oa.createElement(ra,j(b({as:t},i),{variant:e}),i.children);return o.displayName=`Text.${e}`,[e,o]})),li=Object.assign(ra,tm);var ia=s=>{var a=s,{as:e="button",className:t,size:o="md",title:i,variant:n="Primary"}=a,r=$e(a,["as","className","size","title","variant"]);var d;return yr.createElement(Pn,b({className:`fr-button-${n.toLowerCase()}${t?` ${t}`:""}`,forwardedAs:e,variant:n,size:o,borderRadius:"md"},r),yr.createElement(li,{color:(d=Io[n])==null?void 0:d.color,fontWeight:"semibold"},i))},om=Object.fromEntries(Object.keys(Io).map(e=>{let t=o=>yr.createElement(ia,j(b({},o),{variant:e}));return t.displayName=`Button.${e}`,[e,t]})),rm=Object.assign(ia,om);export{No as Box,rm as Button,pt as CheckBox,wr as FlowType,yt as FormLabel,Or as FormTextField,em as FrigadeAnnouncement,qc as FrigadeBanner,Rr as FrigadeChecklist,at as FrigadeDefaultAppearance,Gc as FrigadeEmbeddedTip,yn as FrigadeForm,wc as FrigadeGuide,Cc as FrigadeHeroChecklist,Xc as FrigadeNPSSurvey,Sc as FrigadeProgressBadge,Pd as FrigadeProvider,Vc as FrigadeSupportWidget,Uc as FrigadeTour,ze as ProgressBar,Zt as ProgressRing,li as Text,sr as tokens,Ne as useFlowOpens,bo as useFlowResponses,ie as useFlows,jr as useOrganization,wo as useUser,_e as useUserFlowStates};
1808
1808
  //# sourceMappingURL=index.mjs.map