@frigade/react 1.33.3 → 1.33.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +159 -160
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +168 -169
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import{ThemeProvider as Ip}from"styled-components";import xt,{useContext as rp,useEffect as ko,useState as sr}from"react";import{useCallback as ut,useContext as kl,useEffect as Pl}from"react";import _o,{useMemo as Pr}from"react";var kr="1.33.3 ";var Be="NOT_STARTED_STEP",Z="COMPLETED_FLOW",ao="ABORTED_FLOW",mt="STARTED_FLOW",Ie="NOT_STARTED_FLOW",Ne="COMPLETED_STEP",po="STARTED_STEP";function Me(){let{publicApiKey:e,userId:t,apiUrl:o}=_o.useContext(j);return{config:Pr(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":kr,"X-Frigade-SDK-Platform":"React"}}),[e,t]),apiUrl:Pr(()=>`${o}/v1/public/`,[o])}}var ul="frigade-last-call-at-",fl="frigade-last-call-data-";function Ft(){let{shouldGracefullyDegrade:e,readonly:t}=_o.useContext(j);return async(o,i)=>{if(t&&(i.method==="POST"||i.method==="PUT"||i.method==="DELETE"))return Tt();if(e)return console.log(`Skipping ${o} call to Frigade due to error`),Tt();let r=ul+o,n=fl+o;if(window&&window.localStorage&&i&&i.body&&i.method==="POST"){let p=window.localStorage.getItem(r),d=window.localStorage.getItem(n);if(p&&d&&d==i.body){let a=new Date(p);if(new Date().getTime()-a.getTime()<1e3)return Tt()}window.localStorage.setItem(r,new Date().toISOString()),window.localStorage.setItem(n,i.body)}let s;try{s=await fetch(o,i)}catch(p){return Tt(p)}return s?s.ok?s:Tt(s.statusText):Tt()}}function Tt(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function kt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=_o.useContext(j);function o(){if(t){console.error("Frigade hooks cannot be used when Frigade SDK has failed to initialize");return}e||console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider")}return{verifySDKInitiated:o}}import{useContext as wl,useState as vr}from"react";import{useContext as xl,useEffect as hl,useState as Cl}from"react";import yl from"swr";import{useContext as gl}from"react";function Fe(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:i,completedFlowsToKeepOpenDuringSession:r}=gl(j);function n(c,f=!1){return e[c]??f}function s(c,f){t(y=>({...y,[c]:f}))}function p(c){t(f=>{let{[c]:y,...T}=f;return{...T}})}function d(c){r.includes(c)||i(f=>[...f,c])}function a(c){return r.includes(c)}function h(c){return Object.entries(e).some(([f,y])=>y&&f!=c)||o}return{getOpenFlowState:n,setOpenFlowState:s,resetOpenFlowState:p,hasOpenModals:h,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:a}}import Sl from"swr/immutable";var bl="unknown";function Ee(){let{config:e,apiUrl:t}=Me(),{publicApiKey:o,userId:i,organizationId:r,flows:n,setShouldGracefullyDegrade:s,readonly:p}=xl(j),{resetOpenFlowState:d}=Fe(),[a,h]=Cl(!1),c={data:n.map(C=>({flowId:C.id,flowState:Z,lastStepId:null,userId:i,foreignUserId:i,stepStates:{},shouldTrigger:!1}))},f=C=>fetch(C,e).then(B=>{if(B.ok)return B.json();throw new Error("Failed to fetch user flow states")}).catch(B=>(console.log(`Error fetching ${C}: ${B}. Will gracefully degrade and hide Frigade`),s(!0),c)),y=o&&n&&i?`${t}userFlowStates?foreignUserId=${encodeURIComponent(i)}${r?`&foreignUserGroupId=${encodeURIComponent(r)}`:""}`:null,{data:T,isLoading:P,mutate:g,error:v}=p?Sl(y,f):yl(y,f,{revalidateOnFocus:!0,revalidateIfStale:!0,keepPreviousData:!0,revalidateOnMount:!0,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>c,onLoadingSlow:()=>c}),x=T==null?void 0:T.data;hl(()=>{!a&&!P&&x&&h(!0)},[x,a,P]);async function F(C){if(x&&!p){let B=x.find(L=>L.flowId===C);B&&B.flowState!==Z&&(B.flowState=Z),await g(Promise.resolve({...T,data:x}),{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function I(C,B,L){if(x){let M=x.find(N=>N.flowId===C);M&&(M.stepStates[B]=L,M.flowState=mt),await g(Promise.resolve({...T,data:x}),{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function S(C,B,L){if(x){let M=x.find(N=>N.flowId===C);M&&(M.lastStepId=B,M.stepStates[B]=L,M.flowState=mt),await g({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function m(C){if(x){let B=x.find(L=>L.flowId===C);B&&B.flowState!==Ie&&(B.flowState=Ie,B.lastStepId=bl,Object.keys(B.stepStates).forEach(L=>{B.stepStates[L].actionType=Be,B.stepStates[L].createdAt=new Date().toISOString()}),await g({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1}),d(C))}}async function w(C,B){if(x){let L=x.find(M=>M.flowId===C);L&&L.stepStates[B]!==Be&&(L.stepStates[B]=Be),await g({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}return{userFlowStatesData:x,isLoadingUserFlowStateData:!a,mutateUserFlowState:g,optimisticallyMarkFlowCompleted:F,optimisticallyMarkFlowNotStarted:m,optimisticallyMarkStepCompleted:I,optimisticallyMarkStepNotStarted:w,optimisticallyMarkStepStarted:S,error:v}}function Ht(){let{config:e,apiUrl:t}=Me(),{userFlowStatesData:o,mutateUserFlowState:i}=Ee(),{failedFlowResponses:r,setFailedFlowResponses:n,flowResponses:s,setFlowResponses:p}=wl(j),[d,a]=vr(new Set),[h,c]=vr(new Set),f=Ft();function y(g){let v=JSON.stringify(g);if(d.has(v))return null;d.add(v),a(d),h.add(g),c(h);let x=s==null?void 0:s.find(F=>F.flowSlug===g.flowSlug&&F.stepId===g.stepId&&F.actionType===g.actionType&&F.createdAt===g.createdAt);return f(`${t}flowResponses`,{...e,method:"POST",body:v}).then(F=>{F.status!==200&&F.status!==201?(console.log("Failed to send flow response for step "+g.stepId+". Will retry again later."),n([...r,g])):x||p(I=>[...I??[],g])})}async function T(g){g.foreignUserId&&(g.actionType===mt||g.actionType===Ie?await y(g):g.actionType===Z?await y(g):g.actionType===po?await y(g):g.actionType===Ne?await y(g):g.actionType===ao?await y(g):g.actionType===Be&&await y(g))}function P(){let g=[];return o==null||o.forEach(v=>{if(v&&v.stepStates&&Object.keys(v.stepStates).length!==0)for(let x in v.stepStates){let F=v.stepStates[x];g.push({foreignUserId:v.foreignUserId,flowSlug:v.flowId,stepId:F.stepId,actionType:F.actionType,data:{},createdAt:new Date(F.createdAt),blocked:F.blocked,hidden:F.hidden})}}),[...g,...s]}return{addResponse:T,setFlowResponses:p,getFlowResponses:P}}import vl from"swr";var Tl=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,Br=e=>{let t=Tl.exec(e);if(t===null)return null;let o=null;return t.forEach((i,r)=>{let n=Fl(i,"'","");n.startsWith("flow_")&&(o=n)}),o},Fl=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};function R(){let{config:e,apiUrl:t}=Me(),{flows:o,setFlows:i,userId:r,publicApiKey:n,customVariables:s,setCustomVariables:p,hasActiveFullPageFlow:d,setHasActiveFullPageFlow:a,setFlowResponses:h,setShouldGracefullyDegrade:c,readonly:f}=kl(j),y={data:[]},{verifySDKInitiated:T}=kt(),{addResponse:P,getFlowResponses:g}=Ht(),v=u=>fetch(u,e).then(b=>b.ok?b.json():(console.log(`Error fetching ${u} (${b.status}): ${b.statusText}. .Will gracefully degrade and hide Frigade`),c(!0),y)).catch(b=>(console.log(`Error fetching ${u}: ${b}. Will gracefully degrade and hide Frigade`),c(!0),y)),{userFlowStatesData:x,isLoadingUserFlowStateData:F,optimisticallyMarkFlowCompleted:I,optimisticallyMarkFlowNotStarted:S,optimisticallyMarkStepCompleted:m,optimisticallyMarkStepNotStarted:w,optimisticallyMarkStepStarted:C}=Ee(),{data:B,error:L,isLoading:M}=vl(n?`${t}flows${f?"?readonly=true":""}`:null,v,{keepPreviousData:!0});Pl(()=>{if(L){console.error(L);return}B&&B.data&&i(B.data)},[B,L]);function N(u){if(M)return null;let b=o.find(E=>E.slug===u);return!b&&o.length>0&&!F&&!M?(console.log(`Flow with slug ${u} not found`),null):(b==null?void 0:b.active)===!1?null:b}function O(u){var A;if(!N(u))return[];let b=N(u).data;return b?(b=H(b),(((A=JSON.parse(b))==null?void 0:A.data)??[]).map(Q=>{let ct=je(Q);return{handleSecondaryButtonClick:()=>{Q.skippable===!0&&le(u,Q.id,{skipped:!0})},...Q,complete:de(u,Q.id)===Ne||ct>=1,blocked:_(u,Q.id),hidden:D(u,Q.id),handlePrimaryButtonClick:()=>{(!Q.completionCriteria&&(Q.autoMarkCompleted||Q.autoMarkCompleted===void 0)||Q.completionCriteria&&Q.autoMarkCompleted===!0)&&le(u,Q.id)},progress:ct}}).filter(Q=>Q.hidden!==!0)):[]}function H(u){return u.replaceAll(/\${(.*?)}/g,(b,E)=>s[E]===void 0?"":String(s[E]).replace(/[\u00A0-\u9999<>\&]/g,function(A){return"&#"+A.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 $(u){if(!N(u))return[];let b=N(u).data;return b?(b=H(b),JSON.parse(b)??{}):[]}function X(u,b){p(E=>({...E,[u]:b}))}function ee(u){!F&&!M&&u&&JSON.stringify(s)!=JSON.stringify({...s,...u})&&Object.keys(u).forEach(b=>{X(b,u[b])})}let K=ut(async(u,b,E)=>{T();let A={foreignUserId:r,flowSlug:u,stepId:b,actionType:po,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await C(u,b,A),P(A))},[r,x]),te=ut(async(u,b,E)=>{T();let A={foreignUserId:r,flowSlug:u,stepId:b,actionType:Be,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await w(u,b),P(A))},[r,x]),le=ut(async(u,b,E)=>{T();let A={foreignUserId:r,flowSlug:u,stepId:b,actionType:Ne,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await m(u,b,A),P(A))},[r,x]),J=ut(async(u,b)=>{if(T(),De(u)===Ie)return;let E={foreignUserId:r,flowSlug:u,stepId:"unknown",actionType:Ie,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};await S(u),q(E)&&P(E)},[r,x]),G=ut(async(u,b)=>{T();let E={foreignUserId:r,flowSlug:u,stepId:"unknown",actionType:mt,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&P(E)},[r,x]),xe=ut(async(u,b)=>{T();let E={foreignUserId:r,flowSlug:u,stepId:"unknown",actionType:Z,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&(await I(u),P(E))},[r,x]),Te=ut(async(u,b)=>{T();let E={foreignUserId:r,flowSlug:u,stepId:"unknown",actionType:ao,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&(await I(u),P(E))},[r,x]);function q(u){var b;if(!x&&u.actionType===Be)return!1;if(x){let E=x.find(A=>A.flowId===u.flowSlug);if(u.actionType===Be&&(!(E!=null&&E.stepStates[u.stepId])||E.stepStates[u.stepId].actionType===Be)||E&&((b=E.stepStates[u.stepId])==null?void 0:b.actionType)===u.actionType||E&&E.flowState===Z&&u.actionType===Z)return!1}return!0}function de(u,b){let E=re(u,b);return F?null:E?E.actionType:Be}function _(u,b){let E=re(u,b);return E?E.blocked:!1}function D(u,b){let E=re(u,b);return E?E.hidden:!1}function re(u,b){if(F)return null;let E=x==null?void 0:x.find(A=>A.flowId===u);return!E||!E.stepStates[b]?null:E.stepStates[b]??null}function V(u){var E;if(F||!x)return null;if(De(u)===Ie)return O(u)[0]??null;let b=(E=x.find(A=>A.flowId===u))==null?void 0:E.lastStepId;return b?O(u).find(A=>A.id===b):null}function ie(u){let b=V(u);if(!b)return 0;let E=O(u).findIndex(A=>A.id===b.id)??0;return de(u,b.id)===Ne&&E<O(u).length-1?E+1:E}function je(u){if(!u.completionCriteria)return;let b=Br(u.completionCriteria);if(b===null)return;let E=dt(b),A=W(b);return A===0?void 0:E/A}function De(u){let b=x==null?void 0:x.find(E=>E.flowId===u);return b?b.flowState:null}function dt(u){let b=O(u);return b.length===0?0:b.filter(A=>de(u,A.id)===Ne).length}function W(u){return O(u).length}function ve(u){return JSON.parse(o.find(b=>b.slug===u).data)}function $e(u){if(f)return!1;if(F)return!0;if(u!=null&&u.targetingLogic&&x){let b=x.find(E=>E.flowId===u.slug);if(b)return b.shouldTrigger===!1}return!!(u!=null&&u.targetingLogic&&r&&r.startsWith("guest_"))}function zo(u){return!$e(N(u))}return{getFlow:N,getFlowData:ve,isLoading:F||M,getStepStatus:de,getFlowSteps:O,getCurrentStepIndex:ie,markStepStarted:K,markStepCompleted:le,markFlowNotStarted:J,markFlowStarted:G,markFlowCompleted:xe,markFlowAborted:Te,markStepNotStarted:te,getFlowStatus:De,getNumberOfStepsCompleted:dt,getNumberOfSteps:W,targetingLogicShouldHideFlow:$e,setCustomVariable:X,updateCustomVariables:ee,customVariables:s,getStepOptionalProgress:je,getFlowMetadata:$,isStepBlocked:_,isStepHidden:D,hasActiveFullPageFlow:d,setHasActiveFullPageFlow:a,isFlowAvailableToUser:zo}}import{useCallback as Er,useContext as Bl,useEffect as El}from"react";var Pt="guest_";function Vt(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:i,shouldGracefullyDegrade:r}=Bl(j),{config:n,apiUrl:s}=Me(),{mutateUserFlowState:p}=Ee(),d=Ft(),{verifySDKInitiated:a}=kt();El(()=>{if(e&&!t){if(e.startsWith(Pt))return;let f=`frigade-user-registered-${e}`;localStorage.getItem(f)||(d(`${s}users`,{...n,method:"POST",body:JSON.stringify({foreignId:e})}),localStorage.setItem(f,"true"))}},[e,r,t]);let h=Er(async f=>{a();let y={foreignId:e,properties:f};await d(`${s}users`,{...n,method:"POST",body:JSON.stringify(y)}),i(T=>({...T,...f})),p()},[e,n,r,p]),c=Er(async(f,y)=>{a();let P={foreignId:e,events:[{event:f,properties:y}]};await d(`${s}users`,{...n,method:"POST",body:JSON.stringify(P)}),p()},[e,n,p]);return{userId:e,setUserId:o,addPropertiesToUser:h,trackEventForUser:c}}import{v4 as ip}from"uuid";import ze,{useEffect as Ra,useState as ep}from"react";import Le,{useEffect as $l}from"react";import uo from"styled-components";import Al from"react";import Il from"styled-components";var Ar="fr-",jt="cfr-";function l(e,t){let o=`${Ar}${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+" "+jt+e}return o}function k(e){if(!e.className||e.className.indexOf(jt)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(Ar)?"":`:not(${o.map(i=>`.${i}`).join(", ")})`}function Wo(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function Ge(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Wo(t)}: ${e.styleOverrides[t]};`).join(" "):""}function Ce(...e){return e.filter(Boolean).join(" ")}function Gt(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Nl=Il.div`
|
|
2
|
+
import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import{ThemeProvider as Ip}from"styled-components";import xt,{useContext as rp,useEffect as ko,useState as lr}from"react";import{useCallback as ut,useContext as kl,useEffect as Pl}from"react";import Wo,{useMemo as vr}from"react";var Pr="1.33.5 ";var Be="NOT_STARTED_STEP",Q="COMPLETED_FLOW",ao="ABORTED_FLOW",mt="STARTED_FLOW",Ie="NOT_STARTED_FLOW",Ne="COMPLETED_STEP",po="STARTED_STEP";function Me(){let{publicApiKey:e,userId:t,apiUrl:o}=Wo.useContext(j);return{config:vr(()=>({headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json","X-Frigade-SDK-Version":Pr,"X-Frigade-SDK-Platform":"React"}}),[e,t]),apiUrl:vr(()=>`${o}/v1/public/`,[o])}}var ul="frigade-last-call-at-",fl="frigade-last-call-data-";function Ft(){let{shouldGracefullyDegrade:e,readonly:t}=Wo.useContext(j);return async(o,i)=>{if(t&&(i.method==="POST"||i.method==="PUT"||i.method==="DELETE"))return Tt();if(e)return console.log(`Skipping ${o} call to Frigade due to error`),Tt();let r=ul+o,n=fl+o;if(window&&window.localStorage&&i&&i.body&&i.method==="POST"){let p=window.localStorage.getItem(r),d=window.localStorage.getItem(n);if(p&&d&&d==i.body){let a=new Date(p);if(new Date().getTime()-a.getTime()<1e3)return Tt()}window.localStorage.setItem(r,new Date().toISOString()),window.localStorage.setItem(n,i.body)}let s;try{s=await fetch(o,i)}catch(p){return Tt(p)}return s?s.ok?s:Tt(s.statusText):Tt()}}function Tt(e){return e&&console.log("Call to Frigade failed",e),{json:()=>({})}}function kt(){let{publicApiKey:e,shouldGracefullyDegrade:t}=Wo.useContext(j);function o(){if(t){console.error("Frigade hooks cannot be used when Frigade SDK has failed to initialize");return}e||console.error("Frigade hooks cannot be used outside the scope of FrigadeProvider")}return{verifySDKInitiated:o}}import{useContext as wl,useState as Br}from"react";import{useContext as xl,useEffect as hl,useState as Cl}from"react";import yl from"swr";import{useContext as gl}from"react";function Fe(){let{openFlowStates:e,setOpenFlowStates:t,hasActiveFullPageFlow:o,setCompletedFlowsToKeepOpenDuringSession:i,completedFlowsToKeepOpenDuringSession:r}=gl(j);function n(c,g=!1){return e[c]??g}function s(c,g){t(S=>({...S,[c]:g}))}function p(c){t(g=>{let{[c]:S,...T}=g;return{...T}})}function d(c){r.includes(c)||i(g=>[...g,c])}function a(c){return r.includes(c)}function C(c){return Object.entries(e).some(([g,S])=>S&&g!=c)||o}return{getOpenFlowState:n,setOpenFlowState:s,resetOpenFlowState:p,hasOpenModals:C,setKeepCompletedFlowOpenDuringSession:d,shouldKeepCompletedFlowOpenDuringSession:a}}import Sl from"swr/immutable";var bl="unknown";function Ee(){let{config:e,apiUrl:t}=Me(),{publicApiKey:o,userId:i,organizationId:r,flows:n,setShouldGracefullyDegrade:s,readonly:p}=xl(j),{resetOpenFlowState:d}=Fe(),[a,C]=Cl(!1),c={data:n.map(y=>({flowId:y.id,flowState:Q,lastStepId:null,userId:i,foreignUserId:i,stepStates:{},shouldTrigger:!1}))},g=y=>fetch(y,e).then(B=>{if(B.ok)return B.json();throw new Error("Failed to fetch user flow states")}).catch(B=>(console.log(`Error fetching ${y}: ${B}. Will gracefully degrade and hide Frigade`),s(!0),c)),S=o&&n&&i?`${t}userFlowStates?foreignUserId=${encodeURIComponent(i)}${r?`&foreignUserGroupId=${encodeURIComponent(r)}`:""}`:null,{data:T,isLoading:k,mutate:u,error:v}=p?Sl(S,g):yl(S,g,{revalidateOnFocus:!0,revalidateIfStale:!0,keepPreviousData:!0,revalidateOnMount:!0,errorRetryInterval:1e4,errorRetryCount:3,onError:()=>c,onLoadingSlow:()=>c}),x=T==null?void 0:T.data;hl(()=>{!a&&!k&&x&&C(!0)},[x,a,k]);async function F(y){if(x&&!p){let B=x.find(L=>L.flowId===y);B&&B.flowState!==Q&&(B.flowState=Q),await u(Promise.resolve({...T,data:x}),{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function N(y,B,L){if(x){let I=x.find($=>$.flowId===y);I&&(I.stepStates[B]=L,I.flowState=mt),await u(Promise.resolve({...T,data:x}),{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function h(y,B,L){if(x){let I=x.find($=>$.flowId===y);I&&(I.lastStepId=B,I.stepStates[B]=L,I.flowState=mt),await u({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}async function m(y){if(x){let B=x.find(L=>L.flowId===y);B&&B.flowState!==Ie&&(B.flowState=Ie,B.lastStepId=bl,Object.keys(B.stepStates).forEach(L=>{B.stepStates[L].actionType=Be,B.stepStates[L].createdAt=new Date().toISOString()}),await u({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1}),d(y))}}async function w(y,B){if(x){let L=x.find(I=>I.flowId===y);L&&L.stepStates[B]!==Be&&(L.stepStates[B]=Be),await u({...T,data:x},{optimisticData:{...T,data:x},revalidate:!1,rollbackOnError:!1})}}return{userFlowStatesData:x,isLoadingUserFlowStateData:!a,mutateUserFlowState:u,optimisticallyMarkFlowCompleted:F,optimisticallyMarkFlowNotStarted:m,optimisticallyMarkStepCompleted:N,optimisticallyMarkStepNotStarted:w,optimisticallyMarkStepStarted:h,error:v}}function Ht(){let{config:e,apiUrl:t}=Me(),{userFlowStatesData:o,mutateUserFlowState:i}=Ee(),{failedFlowResponses:r,setFailedFlowResponses:n,flowResponses:s,setFlowResponses:p}=wl(j),[d,a]=Br(new Set),[C,c]=Br(new Set),g=Ft();function S(u){let v=JSON.stringify(u);if(d.has(v))return null;d.add(v),a(d),C.add(u),c(C);let x=s==null?void 0:s.find(F=>F.flowSlug===u.flowSlug&&F.stepId===u.stepId&&F.actionType===u.actionType&&F.createdAt===u.createdAt);return g(`${t}flowResponses`,{...e,method:"POST",body:v}).then(F=>{F.status!==200&&F.status!==201?(console.log("Failed to send flow response for step "+u.stepId+". Will retry again later."),n([...r,u])):x||p(N=>[...N??[],u])})}async function T(u){u.foreignUserId&&(u.actionType===mt||u.actionType===Ie?await S(u):u.actionType===Q?await S(u):u.actionType===po?await S(u):u.actionType===Ne?await S(u):u.actionType===ao?await S(u):u.actionType===Be&&await S(u))}function k(){let u=[];return o==null||o.forEach(v=>{if(v&&v.stepStates&&Object.keys(v.stepStates).length!==0)for(let x in v.stepStates){let F=v.stepStates[x];u.push({foreignUserId:v.foreignUserId,flowSlug:v.flowId,stepId:F.stepId,actionType:F.actionType,data:{},createdAt:new Date(F.createdAt),blocked:F.blocked,hidden:F.hidden})}}),[...u,...s]}return{addResponse:T,setFlowResponses:p,getFlowResponses:k}}import vl from"swr";var Tl=/user.flow\(([^\)]+)\) == '?COMPLETED_FLOW'?/gm,Er=e=>{let t=Tl.exec(e);if(t===null)return null;let o=null;return t.forEach((i,r)=>{let n=Fl(i,"'","");n.startsWith("flow_")&&(o=n)}),o},Fl=function(e,t,o){return e.replace(new RegExp(t,"g"),o)};function Z(){let{config:e,apiUrl:t}=Me(),{flows:o,setFlows:i,userId:r,publicApiKey:n,customVariables:s,setCustomVariables:p,hasActiveFullPageFlow:d,setHasActiveFullPageFlow:a,setFlowResponses:C,setShouldGracefullyDegrade:c,readonly:g}=kl(j),S={data:[]},{verifySDKInitiated:T}=kt(),{addResponse:k,getFlowResponses:u}=Ht(),v=f=>fetch(f,e).then(b=>b.ok?b.json():(console.log(`Error fetching ${f} (${b.status}): ${b.statusText}. .Will gracefully degrade and hide Frigade`),c(!0),S)).catch(b=>(console.log(`Error fetching ${f}: ${b}. Will gracefully degrade and hide Frigade`),c(!0),S)),{userFlowStatesData:x,isLoadingUserFlowStateData:F,optimisticallyMarkFlowCompleted:N,optimisticallyMarkFlowNotStarted:h,optimisticallyMarkStepCompleted:m,optimisticallyMarkStepNotStarted:w,optimisticallyMarkStepStarted:y}=Ee(),{data:B,error:L,isLoading:I}=vl(n?`${t}flows${g?"?readonly=true":""}`:null,v,{keepPreviousData:!0});Pl(()=>{if(L){console.error(L);return}B&&B.data&&i(B.data)},[B,L]);function $(f){if(I)return null;let b=o.find(E=>E.slug===f);return!b&&o.length>0&&!F&&!I?(console.log(`Flow with slug ${f} not found`),null):(b==null?void 0:b.active)===!1?null:b}function O(f){var A;if(!$(f))return[];let b=$(f).data;return b?(b=H(b),(((A=JSON.parse(b))==null?void 0:A.data)??[]).map(J=>{let ct=je(J);return{handleSecondaryButtonClick:()=>{J.skippable===!0&&le(f,J.id,{skipped:!0})},...J,complete:de(f,J.id)===Ne||ct>=1,blocked:z(f,J.id),hidden:D(f,J.id),handlePrimaryButtonClick:()=>{(!J.completionCriteria&&(J.autoMarkCompleted||J.autoMarkCompleted===void 0)||J.completionCriteria&&J.autoMarkCompleted===!0)&&le(f,J.id)},progress:ct}}).filter(J=>J.hidden!==!0)):[]}function H(f){return f.replaceAll(/\${(.*?)}/g,(b,E)=>s[E]===void 0?"":String(s[E]).replace(/[\u00A0-\u9999<>\&]/g,function(A){return"&#"+A.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 _(f){if(!$(f))return[];let b=$(f).data;return b?(b=H(b),JSON.parse(b)??{}):[]}function oe(f,b){p(E=>({...E,[f]:b}))}function R(f){!F&&!I&&f&&JSON.stringify(s)!=JSON.stringify({...s,...f})&&Object.keys(f).forEach(b=>{oe(b,f[b])})}let K=ut(async(f,b,E)=>{T();let A={foreignUserId:r,flowSlug:f,stepId:b,actionType:po,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await y(f,b,A),k(A))},[r,x]),ee=ut(async(f,b,E)=>{T();let A={foreignUserId:r,flowSlug:f,stepId:b,actionType:Be,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await w(f,b),k(A))},[r,x]),le=ut(async(f,b,E)=>{T();let A={foreignUserId:r,flowSlug:f,stepId:b,actionType:Ne,data:E??{},createdAt:new Date,blocked:!1,hidden:!1};q(A)&&(await m(f,b,A),k(A))},[r,x]),X=ut(async(f,b)=>{if(T(),De(f)===Ie)return;let E={foreignUserId:r,flowSlug:f,stepId:"unknown",actionType:Ie,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};await h(f),q(E)&&k(E)},[r,x]),G=ut(async(f,b)=>{T();let E={foreignUserId:r,flowSlug:f,stepId:"unknown",actionType:mt,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&k(E)},[r,x]),xe=ut(async(f,b)=>{T();let E={foreignUserId:r,flowSlug:f,stepId:"unknown",actionType:Q,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&(await N(f),k(E))},[r,x]),Te=ut(async(f,b)=>{T();let E={foreignUserId:r,flowSlug:f,stepId:"unknown",actionType:ao,data:b??{},createdAt:new Date,blocked:!1,hidden:!1};q(E)&&(await N(f),k(E))},[r,x]);function q(f){var b;if(!x&&f.actionType===Be)return!1;if(x){let E=x.find(A=>A.flowId===f.flowSlug);if(f.actionType===Be&&(!(E!=null&&E.stepStates[f.stepId])||E.stepStates[f.stepId].actionType===Be)||E&&((b=E.stepStates[f.stepId])==null?void 0:b.actionType)===f.actionType||E&&E.flowState===Q&&f.actionType===Q)return!1}return!0}function de(f,b){let E=re(f,b);return F?null:E?E.actionType:Be}function z(f,b){let E=re(f,b);return E?E.blocked:!1}function D(f,b){let E=re(f,b);return E?E.hidden:!1}function re(f,b){if(F)return null;let E=x==null?void 0:x.find(A=>A.flowId===f);return!E||!E.stepStates[b]?null:E.stepStates[b]??null}function V(f){var E;if(F||!x)return null;if(De(f)===Ie)return O(f)[0]??null;let b=(E=x.find(A=>A.flowId===f))==null?void 0:E.lastStepId;return b?O(f).find(A=>A.id===b):null}function ie(f){let b=V(f);if(!b)return 0;let E=O(f).findIndex(A=>A.id===b.id)??0;return de(f,b.id)===Ne&&E<O(f).length-1?E+1:E}function je(f){if(!f.completionCriteria)return;let b=Er(f.completionCriteria);if(b===null)return;let E=dt(b),A=W(b);return A===0?void 0:E/A}function De(f){let b=x==null?void 0:x.find(E=>E.flowId===f);return b?b.flowState:null}function dt(f){let b=O(f);return b.length===0?0:b.filter(A=>de(f,A.id)===Ne).length}function W(f){return O(f).length}function ve(f){return JSON.parse(o.find(b=>b.slug===f).data)}function $e(f){if(g)return!1;if(F)return!0;if(f!=null&&f.targetingLogic&&x){let b=x.find(E=>E.flowId===f.slug);if(b)return b.shouldTrigger===!1}return!!(f!=null&&f.targetingLogic&&r&&r.startsWith("guest_"))}function _o(f){return!$e($(f))}return{getFlow:$,getFlowData:ve,isLoading:F||I,getStepStatus:de,getFlowSteps:O,getCurrentStepIndex:ie,markStepStarted:K,markStepCompleted:le,markFlowNotStarted:X,markFlowStarted:G,markFlowCompleted:xe,markFlowAborted:Te,markStepNotStarted:ee,getFlowStatus:De,getNumberOfStepsCompleted:dt,getNumberOfSteps:W,targetingLogicShouldHideFlow:$e,setCustomVariable:oe,updateCustomVariables:R,customVariables:s,getStepOptionalProgress:je,getFlowMetadata:_,isStepBlocked:z,isStepHidden:D,hasActiveFullPageFlow:d,setHasActiveFullPageFlow:a,isFlowAvailableToUser:_o}}import{useCallback as Ar,useContext as Bl,useEffect as El}from"react";var Pt="guest_";function Vt(){let{userId:e,organizationId:t,setUserId:o,setUserProperties:i,shouldGracefullyDegrade:r}=Bl(j),{config:n,apiUrl:s}=Me(),{mutateUserFlowState:p}=Ee(),d=Ft(),{verifySDKInitiated:a}=kt();El(()=>{if(e&&!t){if(e.startsWith(Pt))return;let g=`frigade-user-registered-${e}`;localStorage.getItem(g)||(d(`${s}users`,{...n,method:"POST",body:JSON.stringify({foreignId:e})}),localStorage.setItem(g,"true"))}},[e,r,t]);let C=Ar(async g=>{a();let S={foreignId:e,properties:g};await d(`${s}users`,{...n,method:"POST",body:JSON.stringify(S)}),i(T=>({...T,...g})),p()},[e,n,r,p]),c=Ar(async(g,S)=>{a();let k={foreignId:e,events:[{event:g,properties:S}]};await d(`${s}users`,{...n,method:"POST",body:JSON.stringify(k)}),p()},[e,n,p]);return{userId:e,setUserId:o,addPropertiesToUser:C,trackEventForUser:c}}import{v4 as ip}from"uuid";import ze,{useEffect as Ra,useState as ep}from"react";import Le,{useEffect as $l}from"react";import uo from"styled-components";import Al from"react";import Il from"styled-components";var Ir="fr-",jt="cfr-";function l(e,t){let o=`${Ir}${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+" "+jt+e}return o}function P(e){if(!e.className||e.className.indexOf(jt)!==-1)return"";let o=e.className.replace(/\s+/g," ").split(" ");return o.length==1&&o[0].startsWith(Ir)?"":`:not(${o.map(i=>`.${i}`).join(", ")})`}function Ho(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}function Ge(e){return e!=null&&e.styleOverrides?Object.keys(e.styleOverrides).map(t=>`${Ho(t)}: ${e.styleOverrides[t]};`).join(" "):""}function Ce(...e){return e.filter(Boolean).join(" ")}function Gt(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Nl=Il.div`
|
|
3
3
|
display: flex;
|
|
4
4
|
justify-content: center;
|
|
5
5
|
position: fixed;
|
|
@@ -7,7 +7,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
7
7
|
left: 0;
|
|
8
8
|
bottom: 0;
|
|
9
9
|
right: 0;
|
|
10
|
-
${e=>
|
|
10
|
+
${e=>P(e)} {
|
|
11
11
|
background-color: rgba(0, 0, 0, 0.6);
|
|
12
12
|
z-index: 1400;
|
|
13
13
|
}
|
|
@@ -23,12 +23,12 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
23
23
|
opacity: 1;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
`,
|
|
26
|
+
`,Nr=({onClose:e,appearance:t})=>Al.createElement(Nl,{className:l("modalBackground",t),onClick:()=>e()});import Vo from"react";import Ll from"styled-components";var Ol=Ll.div`
|
|
27
27
|
:hover {
|
|
28
28
|
opacity: 0.8;
|
|
29
29
|
}
|
|
30
|
-
`,ke=()=>
|
|
31
|
-
${e=>
|
|
30
|
+
`,ke=()=>Vo.createElement(Ol,null,Vo.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",fill:"none",viewBox:"0 0 20 20"},Vo.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M5 15L15 5M5 5l10 10"})));import{Portal as Ml}from"react-portal";import jr from"react";import jo from"react";function Dl({style:e,className:t}){return jo.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"54",height:"14",fill:"none",viewBox:"0 0 54 14",style:e,className:t},jo.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"}),jo.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 Lr=Dl;import Go from"styled-components";import et from"styled-components";var co=et.div`
|
|
31
|
+
${e=>P(e)} {
|
|
32
32
|
background: ${e=>e.appearance.theme.colorBackground};
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -38,14 +38,14 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
38
38
|
min-width: 300px;
|
|
39
39
|
padding: 22px 22px 12px;
|
|
40
40
|
z-index: ${e=>e.zIndex};
|
|
41
|
-
`,
|
|
41
|
+
`,Or=et.div`
|
|
42
42
|
display: block;
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
position: absolute;
|
|
45
45
|
top: 12px;
|
|
46
46
|
right: 12px;
|
|
47
|
-
`,
|
|
48
|
-
${e=>
|
|
47
|
+
`,Dr=et.img`
|
|
48
|
+
${e=>P(e)} {
|
|
49
49
|
display: block;
|
|
50
50
|
width: 100%;
|
|
51
51
|
height: auto;
|
|
@@ -53,38 +53,38 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
53
53
|
margin-top: ${e=>e.dismissible?"24px":"0px"};
|
|
54
54
|
margin-bottom: 16px;
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
${e=>
|
|
56
|
+
`,$r=et.div`
|
|
57
|
+
${e=>P(e)} {
|
|
58
58
|
display: block;
|
|
59
59
|
width: 100%;
|
|
60
60
|
height: auto;
|
|
61
61
|
margin-top: ${e=>e.dismissible?"24px":"0px"};
|
|
62
62
|
margin-bottom: 16px;
|
|
63
63
|
}
|
|
64
|
-
|
|
64
|
+
`,Mr=et.div`
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: row;
|
|
67
67
|
justify-content: space-between;
|
|
68
68
|
align-content: center;
|
|
69
|
-
`,
|
|
69
|
+
`,Ur=et.div`
|
|
70
70
|
display: flex;
|
|
71
71
|
flex: 1;
|
|
72
72
|
flex-direction: column;
|
|
73
73
|
justify-content: center;
|
|
74
|
-
`,
|
|
74
|
+
`,zr=et.div`
|
|
75
75
|
display: flex;
|
|
76
76
|
flex: 2;
|
|
77
77
|
flex-shrink: 1;
|
|
78
78
|
gap: 8px;
|
|
79
79
|
height: 64px;
|
|
80
|
-
${e=>
|
|
80
|
+
${e=>P(e)} {
|
|
81
81
|
flex-direction: row;
|
|
82
82
|
justify-content: ${e=>e.showStepCount?"flex-end":"flex-start"};
|
|
83
83
|
align-content: center;
|
|
84
84
|
align-items: center;
|
|
85
85
|
}
|
|
86
|
-
`,
|
|
87
|
-
${e=>
|
|
86
|
+
`,_r=et.p`
|
|
87
|
+
${e=>P(e)} {
|
|
88
88
|
font-style: normal;
|
|
89
89
|
font-weight: 600;
|
|
90
90
|
font-size: 15px;
|
|
@@ -92,7 +92,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
92
92
|
color: #808080;
|
|
93
93
|
}
|
|
94
94
|
margin: 0;
|
|
95
|
-
`;var
|
|
95
|
+
`;var Wr=Go.div`
|
|
96
96
|
background-color: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.colorBackground}};
|
|
97
97
|
position: absolute;
|
|
98
98
|
bottom: -47px;
|
|
@@ -103,7 +103,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
103
103
|
align-items: center;
|
|
104
104
|
justify-content: center;
|
|
105
105
|
border-radius: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.borderRadius}}px;
|
|
106
|
-
`,
|
|
106
|
+
`,Hr=Go(co)`
|
|
107
107
|
background-color: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.colorBackground}};
|
|
108
108
|
position: absolute;
|
|
109
109
|
bottom: -60px;
|
|
@@ -116,7 +116,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
116
116
|
border-radius: ${e=>{var t;return(t=e.appearance)==null?void 0:t.theme.borderRadius}}px;
|
|
117
117
|
padding: 0;
|
|
118
118
|
z-index: ${e=>e.zIndex};
|
|
119
|
-
`,
|
|
119
|
+
`,Vr=Go.div`
|
|
120
120
|
display: flex;
|
|
121
121
|
justify-content: center;
|
|
122
122
|
align-items: center;
|
|
@@ -125,8 +125,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
125
125
|
font-size: 12px;
|
|
126
126
|
line-height: 18px;
|
|
127
127
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
|
|
128
|
-
`;function mo({appearance:e}){return
|
|
129
|
-
${e=>
|
|
128
|
+
`;function mo({appearance:e}){return jr.createElement(Vr,{className:l("poweredByFrigadeContainer",e),appearance:e},"Powered by \xA0",jr.createElement(Lr,null))}var Ul=uo.div`
|
|
129
|
+
${e=>P(e)} {
|
|
130
130
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
131
131
|
background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
|
|
132
132
|
/* Mobile */
|
|
@@ -176,7 +176,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
176
176
|
right: 24px;
|
|
177
177
|
cursor: pointer;
|
|
178
178
|
z-index: 1501;
|
|
179
|
-
${e=>
|
|
179
|
+
${e=>P(e)} {
|
|
180
180
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
181
181
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
182
182
|
}
|
|
@@ -187,8 +187,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
187
187
|
::-webkit-scrollbar {
|
|
188
188
|
display: none;
|
|
189
189
|
}
|
|
190
|
-
`,tt=({onClose:e,visible:t,headerContent:o=null,style:i=null,children:r,appearance:n,dismissible:s=!0,showFrigadeBranding:p=!1})=>($l(()=>{let d=a=>{a.key==="Escape"&&e()};return document.addEventListener("keydown",d),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",d)}},[e,t]),t?Le.createElement(Ml,null,Le.createElement(
|
|
191
|
-
${e=>
|
|
190
|
+
`,tt=({onClose:e,visible:t,headerContent:o=null,style:i=null,children:r,appearance:n,dismissible:s=!0,showFrigadeBranding:p=!1})=>($l(()=>{let d=a=>{a.key==="Escape"&&e()};return document.addEventListener("keydown",d),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",d)}},[e,t]),t?Le.createElement(Ml,null,Le.createElement(Nr,{appearance:n,onClose:()=>{s&&e()}}),Le.createElement(Ul,{appearance:n,className:l("modalContainer",n),styleOverrides:i},s&&Le.createElement(_l,{className:l("modalClose",n),onClick:()=>e(),appearance:n},Le.createElement(ke,null)),o&&Le.createElement(zl,null,o),Le.createElement(Wl,null,r),p&&Le.createElement(Wr,{appearance:n,className:l("poweredByFrigadeRibbon",n)},Le.createElement(mo,{appearance:n})))):Le.createElement(Le.Fragment,null));import ot,{useEffect as Hl}from"react";import fo from"styled-components";import{Portal as Vl}from"react-portal";var jl=fo.div`
|
|
191
|
+
${e=>P(e)} {
|
|
192
192
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
193
193
|
background: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
|
|
194
194
|
position: fixed;
|
|
@@ -214,7 +214,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
214
214
|
right: 24px;
|
|
215
215
|
cursor: pointer;
|
|
216
216
|
z-index: 1501;
|
|
217
|
-
${e=>
|
|
217
|
+
${e=>P(e)} {
|
|
218
218
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
219
219
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
220
220
|
}
|
|
@@ -224,22 +224,22 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
224
224
|
::-webkit-scrollbar {
|
|
225
225
|
display: none;
|
|
226
226
|
}
|
|
227
|
-
`,
|
|
228
|
-
${e=>
|
|
227
|
+
`,Gr=({onClose:e,visible:t,headerContent:o=null,children:i,appearance:r})=>(Hl(()=>{let n=s=>{s.key==="Escape"&&e()};return document.addEventListener("keydown",n),t?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset",document.removeEventListener("keydown",n)}},[e,t]),t?ot.createElement(Vl,null,ot.createElement(jl,{appearance:r,className:l("cornerModalContainer",r)},ot.createElement(ql,{className:l("cornerModalClose",r),onClick:()=>e()},ot.createElement(ke,null)),o&&ot.createElement(Gl,null,o),ot.createElement(Kl,null,i))):ot.createElement(ot.Fragment,null));import{useContext as Yl}from"react";function te(){let{defaultAppearance:e}=Yl(j);function t(o){let i=JSON.parse(JSON.stringify(e));return o?{styleOverrides:Object.assign(i.styleOverrides??{},o.styleOverrides??{}),theme:Object.assign(i.theme,o.theme??{})}:i}return{mergeAppearanceWithDefault:t}}import it,{useContext as Ca,useEffect as ya,useState as er}from"react";import yo from"styled-components";import ho,{useEffect as Xl,useState as Qr}from"react";import Yo from"styled-components";import go from"styled-components";var qr=go.label`
|
|
228
|
+
${e=>P(e)} {
|
|
229
229
|
font-size: 14px;
|
|
230
230
|
line-height: 20px;
|
|
231
231
|
margin-bottom: 5px;
|
|
232
232
|
margin-top: 10px;
|
|
233
233
|
}
|
|
234
234
|
display: flex;
|
|
235
|
-
`,
|
|
236
|
-
${e=>
|
|
235
|
+
`,Kr=go.label`
|
|
236
|
+
${e=>P(e)} {
|
|
237
237
|
font-size: 12px;
|
|
238
238
|
line-height: 20px;
|
|
239
239
|
margin-bottom: 5px;
|
|
240
240
|
}
|
|
241
241
|
display: flex;
|
|
242
|
-
`,
|
|
242
|
+
`,Yr=go.span`
|
|
243
243
|
font-weight: 400;
|
|
244
244
|
font-size: 14px;
|
|
245
245
|
line-height: 22px;
|
|
@@ -252,12 +252,12 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
252
252
|
align-items: flex-start;
|
|
253
253
|
justify-content: left;
|
|
254
254
|
margin-bottom: 10px;
|
|
255
|
-
`;import
|
|
255
|
+
`;import qo from"react";var qe={theme:{colorPrimary:"#000000",colorText:"#000000",colorBackground:"#ffffff",colorBackgroundSecondary:"#d2d2d2",colorTextOnPrimaryBackground:"#ffffff",colorTextSecondary:"#505050",colorTextDisabled:"#C7C7C7",colorBorder:"#E5E5E5",colorTextError:"#c00000",borderRadius:20}};function rt({title:e,required:t,appearance:o=qe}){return e?qo.createElement(xo,null,t?qo.createElement(Yr,{className:l("formLabelRequired",o),appearance:o},"*"):null,qo.createElement(qr,{className:l("formLabel",o)},e)):null}import Xr from"react";function vt({title:e,appearance:t}){return e?Xr.createElement(xo,null,Xr.createElement(Kr,{className:l("formSubLabel",t)},e)):null}import{z as Ko}from"zod";function Jr(e,t){try{if(t){if(t.type=="number"){let o=Ko.number();if(t.props)for(let i of t.props)i.requirement=="min"?o=o.min(Number(i.value),i.message??"Value is too small"):i.requirement=="max"?o=o.max(Number(i.value),i.message??"Value is too large"):i.requirement=="positive"?o=o.positive(i.message??"Value must be positive"):i.requirement=="negative"&&(o=o.nonpositive(i.message??"Value must be negative"));o.parse(Number(e))}if(t.type=="string"){let o=Ko.string();if(t.props)for(let i of t.props)i.requirement=="min"?o=o.min(Number(i.value),i.message??"Value is too short"):i.requirement=="max"?o=o.max(Number(i.value),i.message??"Value is too long"):i.requirement=="regex"&&(o=o.regex(new RegExp(String(i.value)),i.message??"Value does not match requirements"));o.parse(e)}return}}catch(o){if(o instanceof Ko.ZodError)return o.issues&&o.issues.length>0?o.issues[0].message:null;console.error("Frigade Form validation failed for rule ",t,o)}return null}var Jl=Yo.div`
|
|
256
256
|
display: flex;
|
|
257
257
|
flex-direction: column;
|
|
258
258
|
width: 100%;
|
|
259
|
-
`,Yo
|
|
260
|
-
${e=>
|
|
259
|
+
`,Xo=Yo.input`
|
|
260
|
+
${e=>P(e)} {
|
|
261
261
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
262
262
|
border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
|
|
263
263
|
font-size: 14px;
|
|
@@ -272,8 +272,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
272
272
|
box-sizing: border-box;
|
|
273
273
|
padding: 0 10px;
|
|
274
274
|
margin-bottom: 10px;
|
|
275
|
-
`,Ql=
|
|
276
|
-
${e=>
|
|
275
|
+
`,Ql=Yo.textarea`
|
|
276
|
+
${e=>P(e)} {
|
|
277
277
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
278
278
|
border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
|
|
279
279
|
font-size: 14px;
|
|
@@ -288,14 +288,14 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
288
288
|
min-height: 70px;
|
|
289
289
|
box-sizing: border-box;
|
|
290
290
|
margin-bottom: 10px;
|
|
291
|
-
`;function
|
|
291
|
+
`;function Jo({formInput:e,customFormTypeProps:t,onSaveInputData:o,setFormValidationErrors:i,inputData:r}){let n=e,[s,p]=Qr((r==null?void 0:r.text)||""),[d,a]=Qr(!1),C=Xo;Xl(()=>{s===""&&!d&&(a(!0),c(""))},[]);function c(S){if(p(S),o({text:S}),n.required===!0&&S.trim()===""){i([{id:n.id,message:`${n.title??"Field"} is required`}]);return}let T=Jr(S,n.validation);if(T){i([{id:n.id,message:T}]);return}i([])}n.multiline&&(C=Ql);function g(){var S;switch((S=n==null?void 0:n.validation)==null?void 0:S.type){case"email":return"email";case"number":return"number";case"password":return"password"}return null}return ho.createElement(Jl,null,ho.createElement(rt,{title:n.title,required:n.required,appearance:t.appearance}),ho.createElement(C,{className:l("inputComponent",t.appearance),value:s,onChange:S=>{c(S.target.value)},appearance:t.appearance,placeholder:n.placeholder,type:g()}),ho.createElement(vt,{title:n.subtitle,appearance:t.appearance}))}import Ue,{useEffect as Zr,useState as Rr}from"react";import ei from"styled-components";var Qo="",Zl=ei.div`
|
|
292
292
|
display: flex;
|
|
293
293
|
flex-direction: column;
|
|
294
294
|
width: 100%;
|
|
295
295
|
-webkit-appearance: none;
|
|
296
296
|
appearance: none;
|
|
297
|
-
`,Rl=
|
|
298
|
-
${e=>
|
|
297
|
+
`,Rl=ei.select`
|
|
298
|
+
${e=>P(e)} {
|
|
299
299
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
300
300
|
border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
|
|
301
301
|
font-size: 14px;
|
|
@@ -315,16 +315,16 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
315
315
|
background-repeat: no-repeat;
|
|
316
316
|
background-size: 1.5em 1.5em;
|
|
317
317
|
-webkit-print-color-adjust: exact;
|
|
318
|
-
`;function
|
|
318
|
+
`;function ti({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:r}){var C,c,g,S,T,k;let n=e,[s,p]=Rr(((C=i==null?void 0:i.choice)==null?void 0:C[0])||""),[d,a]=Rr(!1);return Zr(()=>{var u,v,x,F;if(s===""&&!d){if(a(!0),n.requireSelection){p(Qo);return}if(n.defaultValue&&((u=n.props.options)!=null&&u.find(N=>N.id===n.defaultValue))){let N=(v=n.props.options)==null?void 0:v.find(h=>h.id===n.defaultValue);p(N.id),o({choice:[N.id]})}else p(((x=n.props.options)==null?void 0:x[0].id)||""),o({choice:[((F=n.props.options)==null?void 0:F[0].id)||""]})}},[]),Zr(()=>{n.requireSelection&&s===Qo?r([{message:"Please select an option",id:n.id}]):r([])},[s]),Ue.createElement(Zl,null,Ue.createElement(rt,{title:n.title,required:!1,appearance:t.appearance}),Ue.createElement(Rl,{value:s,onChange:u=>{p(u.target.value),o({choice:[u.target.value]})},placeholder:n.placeholder,appearance:t.appearance,className:l("multipleChoiceSelect",t.appearance)},n.requireSelection&&Ue.createElement("option",{key:"null-value",value:Qo,disabled:!0},n.placeholder??"Select an option"),(c=n.props.options)==null?void 0:c.map(u=>Ue.createElement("option",{key:u.id,value:u.id},u.title))),((S=(g=n.props.options)==null?void 0:g.find(u=>u.id===s))==null?void 0:S.isOpenEnded)&&Ue.createElement(Ue.Fragment,null,Ue.createElement(rt,{title:((k=(T=n.props.options)==null?void 0:T.find(u=>u.id===s))==null?void 0:k.openEndedLabel)??"Please specify",required:!1,appearance:t.appearance}),Ue.createElement(Xo,{type:"text",placeholder:"Enter your answer here",onChange:u=>{o({choice:[u.target.value]})},appearance:t.appearance})),Ue.createElement(vt,{title:n.subtitle,appearance:t.appearance}))}import Yt,{useEffect as Zo,useState as ri}from"react";import ii from"styled-components";import Kt from"react";import qt from"react";import{motion as ea}from"framer-motion";var oi=({color:e,percentage:t,size:o})=>{let i=o*.5-2,r=2*Math.PI*i,n=(1-t)*r,s={duration:.3,delay:0,ease:"easeIn"},p={hidden:{strokeDashoffset:r,transition:s},show:{strokeDashoffset:n,transition:s}};return qt.createElement(ea.circle,{r:i,cx:o*.5,cy:o*.5,fill:"transparent",stroke:n!==r?e:"",strokeWidth:"3px",strokeDasharray:r,strokeDashoffset:t?n:0,variants:p,transition:s,initial:"hidden",animate:"show"})},ta=({fillColor:e,size:t,percentage:o,children:i,bgColor:r="#D9D9D9",className:n,style:s})=>qt.createElement("svg",{style:s,className:n,width:t,height:t,overflow:"visible"},qt.createElement("g",{transform:`rotate(-90 ${`${t*.5} ${t*.5}`})`},qt.createElement(oi,{color:r,size:t}),qt.createElement(oi,{color:e,percentage:o,size:t})),i),Bt=ta;import oa from"styled-components";var ra=({color:e="#FFFFFF"})=>Kt.createElement("svg",{width:10,height:8,viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Kt.createElement("path",{d:"M1 4.34815L3.4618 7L3.4459 6.98287L9 1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),ia={width:"22px",height:"22px",borderRadius:"8px",display:"flex",justifyContent:"center",alignItems:"center"},na={width:"22px",height:"22px",borderRadius:"40px",display:"flex",justifyContent:"center",alignItems:"center"},sa={border:"1px solid #000000",color:"#FFFFFF"},la={border:"1px solid #E6E6E6"},aa={color:"#FFFFFF"},pa={border:"3px solid #D9D9D9"},da=e=>e==="square"?ia:na,ca=(e,t)=>e==="square"?t?sa:la:t?aa:pa,ma=oa.div`
|
|
319
319
|
${e=>Ge(e)}
|
|
320
|
-
`,Ke=({value:e,type:t="square",primaryColor:o="#000000",progress:i,appearance:r=qe,style:n,className:s})=>{let p=da(t),d=ca(t,e);return e===!0?p={...p,...d,backgroundColor:o,borderColor:t==="square"?o:"none"}:p={...p,...d},e!==!0&&t==="round"&&i!==void 0&&i!==1?Kt.createElement(Bt,{fillColor:o,percentage:i,size:22}):Kt.createElement(ma,{styleOverrides:p,style:n,role:"checkbox",className:Ce(l("checkIconContainer",r),l(e?"checkIconContainerChecked":"checkIconContainerUnchecked",r),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&Kt.createElement(ra,{color:"#FFFFFF"}))};var ua=
|
|
320
|
+
`,Ke=({value:e,type:t="square",primaryColor:o="#000000",progress:i,appearance:r=qe,style:n,className:s})=>{let p=da(t),d=ca(t,e);return e===!0?p={...p,...d,backgroundColor:o,borderColor:t==="square"?o:"none"}:p={...p,...d},e!==!0&&t==="round"&&i!==void 0&&i!==1?Kt.createElement(Bt,{fillColor:o,percentage:i,size:22}):Kt.createElement(ma,{styleOverrides:p,style:n,role:"checkbox",className:Ce(l("checkIconContainer",r),l(e?"checkIconContainerChecked":"checkIconContainerUnchecked",r),e?"checkIconContainerChecked":"checkIconContainerUnchecked",s)},e&&Kt.createElement(ra,{color:"#FFFFFF"}))};var ua=ii.div`
|
|
321
321
|
display: flex;
|
|
322
322
|
flex-direction: column;
|
|
323
323
|
width: 100%;
|
|
324
324
|
-webkit-appearance: none;
|
|
325
325
|
appearance: none;
|
|
326
|
-
`,fa=
|
|
327
|
-
${e=>
|
|
326
|
+
`,fa=ii.button`
|
|
327
|
+
${e=>P(e)} {
|
|
328
328
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
329
329
|
border: 1px solid ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
|
|
330
330
|
font-size: 14px;
|
|
@@ -348,8 +348,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
348
348
|
height: 60px;
|
|
349
349
|
padding: 0 18px;
|
|
350
350
|
margin-bottom: 10px;
|
|
351
|
-
`;function
|
|
352
|
-
${e=>
|
|
351
|
+
`;function ni({formInput:e,customFormTypeProps:t,onSaveInputData:o,inputData:i,setFormValidationErrors:r}){var C;let n=e,[s,p]=ri((i==null?void 0:i.choice)||[]),[d,a]=ri(!1);return Zo(()=>{s.length==0&&!d&&(a(!0),o({choice:[]}))},[]),Zo(()=>{o({choice:s})},[s]),Zo(()=>{n.required&&(s.length<n.props.minChoices||s.length>n.props.maxChoices)?r([{message:"",id:n.id}]):r([])},[s]),Yt.createElement(ua,null,Yt.createElement(rt,{title:n.title,required:n.required,appearance:t.appearance}),(C=n.props.options)==null?void 0:C.map(c=>Yt.createElement(fa,{appearance:t.appearance,className:l("multipleChoiceListItem",t.appearance),key:c.id,value:c.id,"data-selected":s.includes(c.id),onClick:()=>{if(s.includes(c.id)){p(s.filter(g=>g!==c.id));return}s.length<n.props.maxChoices?p([...s,c.id]):s.length==1&&n.props.maxChoices==1&&p([c.id])}},c.title,Yt.createElement(Ke,{type:"round",primaryColor:t.appearance.theme.colorPrimary,value:s.includes(c.id),appearance:t.appearance}))),Yt.createElement(vt,{title:n.subtitle,appearance:t.appearance}))}import Co from"react";import si from"styled-components";import ga from"dompurify";function ue(e){return{__html:ga.sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img"],ALLOWED_ATTR:["style","class","target","id","href","alt","src"]})}}var xa=si.h1`
|
|
352
|
+
${e=>P(e)} {
|
|
353
353
|
font-style: normal;
|
|
354
354
|
font-weight: 600;
|
|
355
355
|
font-size: ${e=>e.size=="small"?"15px":"18px"};
|
|
@@ -359,15 +359,15 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
359
359
|
margin-bottom: 4px;
|
|
360
360
|
color: ${e=>e.appearance.theme.colorText};
|
|
361
361
|
}
|
|
362
|
-
`,ha=
|
|
363
|
-
${e=>
|
|
362
|
+
`,ha=si.h2`
|
|
363
|
+
${e=>P(e)} {
|
|
364
364
|
font-style: normal;
|
|
365
365
|
font-weight: 400;
|
|
366
366
|
font-size: 15px;
|
|
367
367
|
line-height: 20px;
|
|
368
368
|
color: ${e=>e.appearance.theme.colorTextSecondary};
|
|
369
369
|
}
|
|
370
|
-
`;function ye({appearance:e,title:t,subtitle:o,size:i="medium",classPrefix:r=""}){return Co.createElement(Co.Fragment,null,Co.createElement(xa,{appearance:e,className:l(`${r}${r?Gt(i):i}Title`,e),dangerouslySetInnerHTML:ue(t),size:i}),o&&Co.createElement(ha,{appearance:e,className:l(`${r}${r?Gt(i):i}Subtitle`,e),dangerouslySetInnerHTML:ue(o),size:i}))}import*as
|
|
370
|
+
`;function ye({appearance:e,title:t,subtitle:o,size:i="medium",classPrefix:r=""}){return Co.createElement(Co.Fragment,null,Co.createElement(xa,{appearance:e,className:l(`${r}${r?Gt(i):i}Title`,e),dangerouslySetInnerHTML:ue(t),size:i}),o&&Co.createElement(ha,{appearance:e,className:l(`${r}${r?Gt(i):i}Subtitle`,e),dangerouslySetInnerHTML:ue(o),size:i}))}import*as Ro from"react";var li=e=>Ro.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:12,height:12,"aria-hidden":"true",viewBox:"0 0 16 16",...e},Ro.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"}));import{AnimatePresence as Sa,motion as ba}from"framer-motion";var wa=yo.div`
|
|
371
371
|
display: flex;
|
|
372
372
|
flex-direction: column;
|
|
373
373
|
justify-content: flex-end;
|
|
@@ -385,22 +385,22 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
385
385
|
`,ka=yo.div`
|
|
386
386
|
padding-left: 1px;
|
|
387
387
|
padding-right: 1px;
|
|
388
|
-
`,Pa={text:
|
|
388
|
+
`,Pa={text:Jo,multipleChoice:ti,multipleChoiceList:ni};function ai({flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:r,appearance:n,customFormElements:s}){var N;let p=t.props,[d,a]=er([]),[C,c]=er([]),{userId:g}=Vt(),[S,T]=er(x()||{}),{readonly:k}=Ca(j),u={...Pa,...s};ya(()=>{i(d.length===0)},[d,i]);function v(h,m){let w={...S,[h.id]:m};T(w),r(w),window&&window.localStorage&&!k&&window.localStorage.setItem(F(),JSON.stringify(w))}function x(){if(window&&window.localStorage){let h=window.localStorage.getItem(F());if(h)return JSON.parse(h)}return{}}function F(){return`frigade-multiInputStepTypeData-${e}-${t.id}-${g}`}return it.createElement(ka,{className:l("multiInput",n)},it.createElement(ye,{appearance:n,title:t.title,subtitle:t.subtitle}),it.createElement(wa,{className:l("multiInputContainer",n)},(N=p.data)==null?void 0:N.map(h=>{var w;let m=(w=d.reverse().find(y=>y.id===h.id))==null?void 0:w.message;return u[h.type]?it.createElement("span",{key:h.id,"data-field-id":h.id,className:l("multiInputField",n)},u[h.type]({formInput:h,customFormTypeProps:{flowId:e,stepData:t,canContinue:o,setCanContinue:i,onSaveData:r,appearance:n},onSaveInputData:y=>{!C.includes(h.id)&&y&&(y==null?void 0:y.text)!==""&&c(B=>[...B,h.id]),v(h,y)},inputData:S[h.id],setFormValidationErrors:y=>{a(B=>y.length===0?B.filter(L=>L.id!==h.id):[...B,...y])}}),it.createElement(Sa,null,m&&C.includes(h.id)&&it.createElement(Ta,{initial:{opacity:0,height:0,marginBottom:0},animate:{opacity:1,height:"auto",marginBottom:12},exit:{opacity:0,height:0,marginBottom:0},key:h.id,style:{overflow:"hidden"},transition:{duration:.1,ease:"easeInOut",delay:.5},appearance:n,className:l("multiInputValidationError",n)},it.createElement(Fa,{appearance:n,className:l("multiInputValidationErrorIcon",n)},it.createElement(li,null)),m))):null})))}import ft from"styled-components";var pi=ft.div`
|
|
389
389
|
align-items: center;
|
|
390
390
|
display: flex;
|
|
391
391
|
justify-content: ${e=>e.showBackButton?"space-between":"flex-end"};
|
|
392
392
|
padding-top: 14px;
|
|
393
|
-
`,
|
|
393
|
+
`,di=ft.div`
|
|
394
394
|
color: ${e=>e.appearance.theme.colorTextError};
|
|
395
395
|
font-size: 12px;
|
|
396
|
-
`,
|
|
396
|
+
`,ci=ft.div`
|
|
397
397
|
display: flex;
|
|
398
398
|
gap: 12px;
|
|
399
|
-
`,
|
|
399
|
+
`,mi=ft.div`
|
|
400
400
|
display: flex;
|
|
401
401
|
flex-direction: row;
|
|
402
402
|
flex: 1 1;
|
|
403
|
-
`,
|
|
403
|
+
`,ui=ft.div`
|
|
404
404
|
display: flex;
|
|
405
405
|
// If type is set to large-modal, use padding 60px horizontal, 80px vertical
|
|
406
406
|
// Otherwise, use 4px padding
|
|
@@ -408,11 +408,11 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
408
408
|
flex-grow: 1;
|
|
409
409
|
flex-basis: 0;
|
|
410
410
|
position: relative;
|
|
411
|
-
`,
|
|
411
|
+
`,fi=ft.div`
|
|
412
412
|
padding: ${e=>e.type==="large-modal"?"50px":"0px"};
|
|
413
413
|
position: relative;
|
|
414
414
|
overflow-y: auto;
|
|
415
|
-
`,
|
|
415
|
+
`,gi=ft.div`
|
|
416
416
|
display: flex;
|
|
417
417
|
align-self: stretch;
|
|
418
418
|
flex-grow: 1;
|
|
@@ -424,10 +424,10 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
424
424
|
background-position: center;
|
|
425
425
|
border-top-right-radius: ${e=>e.appearance.theme.borderRadius}px;
|
|
426
426
|
border-bottom-right-radius: ${e=>e.appearance.theme.borderRadius}px;
|
|
427
|
-
`;import nt from"react";import va from"react";import
|
|
427
|
+
`;import nt from"react";import va from"react";import xi from"styled-components";var Ba=xi.button`
|
|
428
428
|
justify-content: center;
|
|
429
429
|
align-content: center;
|
|
430
|
-
${e=>
|
|
430
|
+
${e=>P(e)} {
|
|
431
431
|
display: flex;
|
|
432
432
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
433
433
|
width: ${e=>e.type==="full-width"?"100%":"auto"};
|
|
@@ -455,8 +455,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
455
455
|
opacity: 0.3;
|
|
456
456
|
cursor: not-allowed;
|
|
457
457
|
}
|
|
458
|
-
`,So=
|
|
459
|
-
${e=>
|
|
458
|
+
`,So=xi.div`
|
|
459
|
+
${e=>P(e)} {
|
|
460
460
|
display: flex;
|
|
461
461
|
flex-direction: row;
|
|
462
462
|
justify-content: flex-start;
|
|
@@ -466,9 +466,9 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
466
466
|
margin-right: 8px;
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
-
`,ne=({onClick:e,title:t,style:o,disabled:i,type:r="inline",size:n="medium",secondary:s=!1,appearance:p,withMargin:d=!0,classPrefix:a=""})=>{function
|
|
469
|
+
`,ne=({onClick:e,title:t,style:o,disabled:i,type:r="inline",size:n="medium",secondary:s=!1,appearance:p,withMargin:d=!0,classPrefix:a=""})=>{function C(){let c=s?"buttonSecondary":"button";return a===""?c:`${a}${Gt(c)}`}return va.createElement(Ba,{secondary:s,appearance:p,disabled:i,onClick:e,styleOverrides:o,type:r,withMargin:d,size:n,className:l(C(),p)},t)};var hi=({step:e,canContinue:t,appearance:o,onPrimaryClick:i,onSecondaryClick:r,formType:n,selectedStep:s,steps:p,onBack:d,allowBackNavigation:a,errorMessage:C})=>{let c=n==="inline"?"inline":"full-width",g=p.length>1&&s!=0&&a;return nt.createElement(nt.Fragment,null,C&&nt.createElement(di,{appearance:o,className:l("formCTAError",o)},C),nt.createElement(pi,{showBackButton:g,className:l("formCTAContainer",o)},g&&nt.createElement(ne,{title:e.backButtonTitle??"\u2190",onClick:d,secondary:!0,withMargin:!1,type:c,appearance:o,style:{width:"90px",maxWidth:"90px"},classPrefix:"back"}),nt.createElement(ci,{className:l("ctaWrapper",o)},e.secondaryButtonTitle?nt.createElement(ne,{title:e.secondaryButtonTitle,onClick:r,secondary:!0,withMargin:!1,type:c,appearance:o}):null," ",e.primaryButtonTitle?nt.createElement(ne,{disabled:!t,withMargin:!1,title:e.primaryButtonTitle,onClick:i,type:c,appearance:o}):null)))};import tr from"react";import Ea from"styled-components";var Aa=Ea.div`
|
|
470
470
|
text-align: center;
|
|
471
|
-
`,
|
|
471
|
+
`,Ci=({stepCount:e=0,currentStep:t=0,className:o,appearance:i})=>{let{theme:r}=te().mergeAppearanceWithDefault(i);return tr.createElement(Aa,{className:o},tr.createElement("svg",{width:16*e-8,height:8,viewBox:`0 0 ${16*e-8} 8`,fill:"none"},Array(e).fill(null).map((n,s)=>tr.createElement("rect",{key:s,x:16*s,y:0,width:8,height:8,rx:4,fill:t===s?r.colorPrimary:"#E6E6E6"}))))};import gt from"react";import Et from"styled-components";import{useContext as Ia}from"react";function ae(){let e=Ia(j);function t(r){i(r.primaryButtonUri,r.primaryButtonUriTarget)}function o(r){i(r.secondaryButtonUri,r.secondaryButtonUriTarget)}function i(r,n){if(!r)return;let s=r.startsWith("http")?"_blank":"_self";n&&n!=="_blank"&&(s="_self"),e.navigate(r,s)}return{primaryCTAClickSideEffects:t,secondaryCTAClickSideEffects:o,handleUrl:i}}var Na=Et.div`
|
|
472
472
|
display: flex;
|
|
473
473
|
flex-wrap: wrap;
|
|
474
474
|
align-content: center;
|
|
@@ -516,7 +516,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
516
516
|
margin-top: 12px;
|
|
517
517
|
margin-bottom: 16px;
|
|
518
518
|
max-width: 70%;
|
|
519
|
-
`;function
|
|
519
|
+
`;function yi({stepData:e,appearance:t}){var i,r;let{handleUrl:o}=ae();return gt.createElement("div",null,gt.createElement($a,null,e.title),gt.createElement(Ma,null,e.subtitle),gt.createElement(Na,null,(r=(i=e.props)==null?void 0:i.links)==null?void 0:r.map(n=>gt.createElement(La,{key:n.title},gt.createElement(Oa,{src:n.imageUri}),gt.createElement(Da,{style:{borderColor:t.theme.colorPrimary,color:t.theme.colorPrimary},onClick:()=>{n.uri&&o(n.uri,n.uriTarget??"_blank")}},n.title)))))}import At,{useEffect as ja}from"react";import To from"styled-components";import or from"react";var bo=({style:e,className:t})=>or.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},or.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 11-18 0 9 9 0 0118 0z"}),or.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 Xt,{useRef as Ua,useState as za}from"react";import wo from"styled-components";var _a=wo.div`
|
|
520
520
|
display: flex;
|
|
521
521
|
align-items: center;
|
|
522
522
|
justify-content: flex-start;
|
|
@@ -552,46 +552,46 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
552
552
|
height: 100%;
|
|
553
553
|
border-radius: ${e=>e.appearance.theme.borderRadius}px;
|
|
554
554
|
`;function st({appearance:e,videoUri:t}){let o=Ua(),[i,r]=za(!1);if(t.includes("youtube")){let n=t.split("v=")[1],s=n.indexOf("&");return s!==-1&&(n=n.substring(0,s)),Xt.createElement(Va,{width:"100%",height:"100%",src:`https://www.youtube.com/embed/${n}`,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,appearance:e})}return Xt.createElement(_a,{className:l("videoPlayerWrapper",e),appearance:e},!i&&Xt.createElement(Wa,{onClick:()=>{r(!0),o.current.play()},appearance:e},Xt.createElement(bo,null)),Xt.createElement(Ha,{appearance:e,controls:i,ref:o,play:i,src:t}))}var Ga=To.div`
|
|
555
|
-
${e=>
|
|
555
|
+
${e=>P(e)} {
|
|
556
556
|
display: flex;
|
|
557
557
|
flex-direction: column;
|
|
558
558
|
justify-content: center;
|
|
559
559
|
}
|
|
560
560
|
`,qa=To.img`
|
|
561
|
-
${e=>
|
|
561
|
+
${e=>P(e)} {
|
|
562
562
|
width: 100%;
|
|
563
563
|
height: auto;
|
|
564
564
|
max-height: 250px;
|
|
565
565
|
margin-bottom: 24px;
|
|
566
566
|
}
|
|
567
567
|
`,Ka=To.div`
|
|
568
|
-
${e=>
|
|
568
|
+
${e=>P(e)} {
|
|
569
569
|
margin-bottom: 24px;
|
|
570
570
|
}
|
|
571
571
|
`,Ya=To.div`
|
|
572
|
-
${e=>
|
|
572
|
+
${e=>P(e)} {
|
|
573
573
|
width: 100%;
|
|
574
574
|
height: auto;
|
|
575
575
|
max-height: 250px;
|
|
576
576
|
margin-bottom: 24px;
|
|
577
577
|
}
|
|
578
|
-
`;function
|
|
578
|
+
`;function Si({stepData:e,appearance:t,setCanContinue:o}){return ja(()=>{o(!0)},[]),At.createElement(Ga,{className:l("callToActionContainer",t)},At.createElement(Ka,{className:l("callToActionTextContainer",t)},At.createElement(ye,{appearance:t,title:e.title,subtitle:e.subtitle})),e.imageUri&&At.createElement(qa,{className:l("callToActionImage",t),src:e.imageUri}),!e.imageUri&&e.videoUri&&At.createElement(Ya,{appearance:t,className:l("callToActionVideo",t)},At.createElement(st,{appearance:t,videoUri:e.videoUri})))}import Ye,{useEffect as rr,useState as ir}from"react";import lt from"styled-components";var bi=lt.div`
|
|
579
579
|
width: auto;
|
|
580
580
|
display: flex;
|
|
581
581
|
flex-direction: column;
|
|
582
582
|
justify-content: center;
|
|
583
583
|
align-items: center;
|
|
584
584
|
padding: 4px;
|
|
585
|
-
`,
|
|
585
|
+
`,wi=lt.div`
|
|
586
586
|
width: 100%;
|
|
587
587
|
text-align: left;
|
|
588
|
-
`,
|
|
588
|
+
`,Ti=lt.h1`
|
|
589
589
|
font-style: normal;
|
|
590
590
|
font-weight: 700;
|
|
591
591
|
font-size: 32px;
|
|
592
592
|
line-height: 38px;
|
|
593
593
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
594
|
-
`,
|
|
594
|
+
`,Fi=lt.h1`
|
|
595
595
|
font-style: normal;
|
|
596
596
|
font-weight: 400;
|
|
597
597
|
font-size: 16px;
|
|
@@ -599,7 +599,7 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
599
599
|
margin-top: 16px;
|
|
600
600
|
margin-bottom: 16px;
|
|
601
601
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
|
|
602
|
-
`,
|
|
602
|
+
`,ki=lt.div`
|
|
603
603
|
padding-top: 12px;
|
|
604
604
|
padding-bottom: 12px;
|
|
605
605
|
flex-direction: row;
|
|
@@ -610,17 +610,17 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
610
610
|
cursor: pointer;
|
|
611
611
|
border-bottom: ${e=>e.hideBottomBorder?"none":"1px solid #D8D8D8"};
|
|
612
612
|
width: 100%;
|
|
613
|
-
`,
|
|
613
|
+
`,Pi=lt.div`
|
|
614
614
|
padding-top: 10px;
|
|
615
615
|
padding-bottom: 10px;
|
|
616
616
|
flex-direction: row;
|
|
617
617
|
display: flex;
|
|
618
618
|
justify-content: flex-start;
|
|
619
|
-
`,
|
|
619
|
+
`,vi=lt.img`
|
|
620
620
|
width: 42px;
|
|
621
621
|
height: 42px;
|
|
622
622
|
margin-right: 12px;
|
|
623
|
-
`,
|
|
623
|
+
`,Bi=lt.p`
|
|
624
624
|
font-style: normal;
|
|
625
625
|
font-weight: 500;
|
|
626
626
|
font-size: 17px;
|
|
@@ -628,8 +628,8 @@ import ht,{createContext as Ap,useEffect as vo,useState as Ae}from"react";import
|
|
|
628
628
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
629
629
|
display: flex;
|
|
630
630
|
align-self: center;
|
|
631
|
-
`;var
|
|
632
|
-
${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map(([s,p])=>`${Wo(s)}: ${p};`).join(" ")} }`).join(" ")}`;return Qt.createElement(o,{inlineStyles:t})}var Ei=({flowId:e,customStepTypes:t={},type:o="inline",visible:i,setVisible:r,customVariables:n,customFormElements:s,onComplete:p,appearance:d,hideOnFlowCompletion:a=!0,onStepCompletion:h,onButtonClick:c,dismissible:f=!0,endFlowOnDismiss:y=!1,modalPosition:T="center",repeatable:P=!1,onDismiss:g,showPagination:v=!1,allowBackNavigation:x=!1,validationHandler:F,showFrigadeBranding:I=!1})=>{let{getFlow:S,getFlowSteps:m,isLoading:w,targetingLogicShouldHideFlow:C,getFlowStatus:B,getCurrentStepIndex:L,markFlowCompleted:M,markFlowNotStarted:N}=R(),O=L(e),{mergeAppearanceWithDefault:H}=oe(),[$,X]=ep(!1),{setOpenFlowState:ee,getOpenFlowState:K,hasOpenModals:te}=Fe();d=H(d);let[le,J]=i!==void 0&&r!==void 0?[i,r]:[K(e,!0),q=>ee(e,q)];if(Ra(()=>{!$&&!w&&(X(!0),B(e)===Z&&P&&N(e),X(!0))},[$,X,w]),w)return null;let G=S(e);if(!G||C(G))return null;let xe=m(e);if(!xe||i!==void 0&&i===!1||B(e)===Z&&a||(o=="modal"||o=="corner-modal")&&te(e))return null;let Te=()=>{J(!1),g&&g(),y===!0&&M(e)};if(T=="center"&&o==="modal"||o==="large-modal"){let q={padding:"24px"};return o==="large-modal"?(q.width="85%",q.height="90%",q.maxHeight="800px",q.minHeight="500px",q.padding="0"):q.width="400px",ze.createElement(tt,{appearance:d,onClose:Te,visible:le,style:q,dismissible:f,showFrigadeBranding:I},ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:h,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:J,onDismiss:g,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F}))}return o==="modal"&&T!=="center"?ze.createElement(jr,{appearance:d,onClose:Te,visible:le},ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:h,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:J,onDismiss:g,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F})):ze.createElement(ze.Fragment,null,ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:h,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:J,onDismiss:g,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F}))},Ai=Ei;import{useCallback as Ii,useContext as tp,useEffect as op}from"react";function nr(){let{organizationId:e,userId:t,setOrganizationId:o}=tp(j),{mutateUserFlowState:i}=Ee(),{config:r,apiUrl:n}=Me(),s=Ft(),{verifySDKInitiated:p}=kt();op(()=>{if(t&&e){if(t.startsWith(Pt))return;let h=`frigade-user-group-registered-${t}-${e}`;localStorage.getItem(h)||(s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})}),localStorage.setItem(h,"true"))}},[t,e]);let d=Ii(async h=>{if(p(),!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let c={foreignUserId:t,foreignUserGroupId:e,properties:h};await s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify(c)}),i()},[e,t,r,i]),a=Ii(async(h,c)=>{if(p(),!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let y={foreignUserId:t,foreignUserGroupId:e,events:[{event:h,properties:c}]};await s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify(y)}),i()},[e,t,r,i]);return{organizationId:e,setOrganizationId:o,addPropertiesToOrganization:d,trackEventForOrganization:a}}var Ni="frigade-xFrigade_guestUserId",Zt="frigade-xFrigade_userId",Li=({})=>{let{setFlowResponses:e}=Ht(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:i}=Ee(),{userId:r,setUserId:n}=Vt(),[s,p]=sr(null),{getFlowStatus:d}=R(),{flows:a,userProperties:h,setIsNewGuestUser:c,flowResponses:f}=rp(j),[y,T]=sr([]),[P,g]=sr([]),{organizationId:v}=nr();ko(()=>{if(!o&&t)for(let S=0;S<t.length;S++){let m=t[S],w=a.find(C=>C.slug===(m==null?void 0:m.flowId));if(w&&m&&m.shouldTrigger===!0&&w.type=="FORM"&&w.triggerType==="AUTOMATIC"&&!P.includes(w.slug)){setTimeout(()=>{x(m.flowId)},500);break}}},[o,t]),ko(()=>{f.length>0&&i()},[f]);function x(S){let m=a.find(w=>w.slug===S);m&&m.triggerType==="AUTOMATIC"&&!P.includes(m.slug)&&(g([...P,m.slug]),T([m]))}function F(){if(!r){let S=localStorage.getItem(Zt);if(S){n(S);return}let m=localStorage.getItem(Ni);if(m){n(m);return}c(!0);let w=Pt+ip();try{localStorage.setItem(Ni,w)}catch(C){console.log("Failed to save guest user id locally: Local storage unavailable",C)}n(C=>C||w)}}ko(()=>{try{if(a){let S=[];a.forEach(m=>{if(m.data){let w=m.data.match(/"imageUri":"(.*?)"/g);w&&w.forEach(C=>{let B=C.replace('"imageUri":"',"").replace('"',"");if(S.includes(B))return;let L=new Image;L.src=B,S.push(B)})}})}}catch{}},[a]),ko(()=>{if(r!==s&&e([]),p(r),r&&!r.startsWith(Pt))try{localStorage.setItem(Zt,r)}catch(S){console.log("Failed to save user id locally: Local storage available",S)}r===null&&setTimeout(()=>{r===null&&F()},50)},[r,a,h]);function I(){return xt.createElement(xt.Fragment,null,y.map(S=>d(S.slug)!==Ie?null:xt.createElement("span",{key:S.slug},xt.createElement(Ai,{flowId:S.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return xt.createElement(xt.Fragment,null,xt.createElement(I,null))};import{ErrorBoundary as Np}from"react-error-boundary";import{deepmerge as Lp}from"deepmerge-ts";import{deepmerge as np}from"deepmerge-ts";var Oi={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 sp(e){if(!e)return;let t={};return Object.entries(e).forEach(([o,i])=>{if(Oi[o]){let r=Oi[o].split("."),n=t;r.forEach((s,p)=>{n[s]||(n[s]=p===r.length-1?i:{}),n=n[s]})}}),t}function lp(e){if(!e)return;let t=np({},e),o={};return Object.keys(t).forEach(i=>{let r=`.fr-${i}`;o[r]=t[i]}),o}function Di(e){let{theme:t,styleOverrides:o}=e,i=sp(t),r=lp(o);return{overrides:i,css:r}}import wp from"styled-components";import{compose as Tp,variant as Mi}from"styled-system";import $i from"react";import ap,{ThemeProvider as pp,useTheme as dp}from"styled-components";import{border as cp,color as mp,compose as up,get as fp,shadow as gp,space as xp,system as hp,typography as Cp}from"styled-system";import{deepmerge as yp}from"deepmerge-ts";var Sp={width:{property:"width",scale:"sizes",transform:(e,t)=>fp(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},bp=ap("div")(({css:e})=>e,up(cp,mp,gp,xp,Cp,hp(Sp))),Rt=({as:e,children:t,overrides:o,...i})=>{let r=dp(),n={border:"none",boxSizing:"border-box",m:0,p:0},s=()=>$i.createElement(bp,{as:e,...n,...i},t);if(o!==void 0){let p=yp(r,o);return $i.createElement(pp,{theme:p},s())}return s()};var eo={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"}},Fp={sm:{paddingX:4,paddingY:1},md:{paddingX:6,paddingY:2}},Ui=wp(Rt)(()=>({whiteSpace:"nowrap"}),Tp(Mi({scale:"components.Button",variants:"components.Button"}),Mi({prop:"size",variants:Fp})));import kp from"styled-components";import{variant as Pp,system as vp}from"styled-system";var Po={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 zi=kp(Rt)(Pp({scale:"components.Text",variants:"components.Text"}),vp({fontWeight:{property:"fontWeight",scale:"fontWeights"}}));var _i=4,Wi="px",Bp=20,Ep=Object.fromEntries(Array.from(Array(Bp+1),(e,t)=>t===0?[.5,`${.5*_i}${Wi}`]:[t,`${t*_i}${Wi}`])),It={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"},lr={colors:{...It,neutral:{foreground:It.gray300},primary:{background:It.blue500,foreground:It.white,inverted:It.blue500},negative:{foreground:It.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:Ep,components:{Button:eo,Text:Po}};var Hi="https://api.frigade.com",j=Ap({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:qe,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{},apiUrl:Hi,readonly:!1});function Op(){Object.keys(localStorage).forEach(e=>{e.startsWith("frigade-")&&localStorage.removeItem(e)})}var Dp=({publicApiKey:e,userId:t,organizationId:o,config:i,children:r})=>{var K,te;let[n,s]=Ae(t||null),[p,d]=Ae(o||null),[a,h]=Ae([]),[c,f]=Ae([]),[y,T]=Ae([]),[P,g]=Ae({}),[v,x]=Ae({}),[F,I]=Ae([]),[S,m]=Ae({}),[w,C]=Ae(!1),[B,L]=Ae(!1),[M,N]=Ae(!$(e)),O=(le,J)=>{if(J==="_blank"){window.open(le,"_blank");return}setTimeout(()=>{window.location.href=le},50)},H={theme:{...qe.theme,...((K=i==null?void 0:i.defaultAppearance)==null?void 0:K.theme)??{}},styleOverrides:{...qe.styleOverrides,...((te=i==null?void 0:i.defaultAppearance)==null?void 0:te.styleOverrides)??{}}};function $(le){return!!(le&&le.length>10&&le.substring(0,10)==="api_public")}vo(()=>{t&&s(t)},[t]),vo(()=>{n&&window&&window.localStorage&&window.localStorage.getItem(Zt)&&window.localStorage.getItem(Zt)!==n&&Op()},[n]),vo(()=>{o&&d(o)},[o]),vo(()=>{if($(e))N(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),N(!0);return}},[e,N]);let X={publicApiKey:e,userId:n,setUserId:s,setFlows:h,flows:a,failedFlowResponses:c,setFailedFlowResponses:f,flowResponses:y,setFlowResponses:T,userProperties:P,setUserProperties:g,openFlowStates:v,setOpenFlowStates:x,completedFlowsToKeepOpenDuringSession:F,setCompletedFlowsToKeepOpenDuringSession:I,customVariables:S,setCustomVariables:m,isNewGuestUser:w,setIsNewGuestUser:C,hasActiveFullPageFlow:B,setHasActiveFullPageFlow:L,organizationId:p,setOrganizationId:d,navigate:i&&i.navigate?i.navigate:O,defaultAppearance:H,shouldGracefullyDegrade:M,setShouldGracefullyDegrade:N,apiUrl:i&&i.apiUrl?i.apiUrl:Hi,readonly:i&&i.readonly?i.readonly:!1};if(M)return ht.createElement(j.Provider,{value:X},r);let{overrides:ee}=Di(H);return ht.createElement(Np,{fallback:ht.createElement(ht.Fragment,null,r)},ht.createElement(j.Provider,{value:X},ht.createElement(Ip,{theme:Lp(H.theme,lr,ee??{},(i==null?void 0:i.theme)??{})},r,ht.createElement(Li,null))))};import Ld from"react";import me,{useEffect as Cs,useState as ys}from"react";import Oe,{useState as id}from"react";import St from"styled-components";import Ao from"react";import Ct from"react";import ji from"styled-components";var Vi=ji.span`
|
|
631
|
+
`;var Ei=({stepData:e,setCanContinue:t,onSaveData:o,appearance:i})=>{let r=e.props,[n,s]=ir([]),[p,d]=ir(!1),[a,C]=ir(e.id);return rr(()=>{n.length==0&&!p&&(d(!0),o({choice:[]}))},[p]),rr(()=>{a!==e.id&&(C(e.id),s([]))},[e]),rr(()=>{o({choice:n}),n.length>=r.minChoices?t(!0):t(!1)},[n]),Ye.createElement(bi,{className:l("selectListContainer",i)},Ye.createElement(wi,null,Ye.createElement(Ti,{className:l("selectListTitle",i)},e.title),Ye.createElement(Fi,{appearance:i,className:l("selectListSubtitle",i)},e.subtitle)),r.options.map((c,g)=>{let S=n.includes(c.id);return Ye.createElement(ki,{key:`select-item-${g}`,onClick:()=>{if(n.includes(c.id)){s(n.filter(T=>T!==c.id));return}n.length<r.maxChoices?s([...n,c.id]):n.length==1&&r.maxChoices==1&&s([c.id])},hideBottomBorder:g===r.options.length-1,className:l("selectListSelectItem",i)},Ye.createElement(Pi,{className:l("selectListItemImage",i)},c.imageUri&&Ye.createElement(vi,{src:c.imageUri,alt:`select-icon-${g}`}),Ye.createElement(Bi,{appearance:i,className:l("selectListSelectItemText",i)},c.title)),Ye.createElement(Ke,{appearance:i,value:S,primaryColor:i.theme.colorPrimary}))}))};import Se,{useEffect as nr,useState as Jt}from"react";import{AnimatePresence as Xa,motion as Ja}from"framer-motion";var Qa=({children:e,id:t,shouldWrap:o=!1})=>Se.createElement(Se.Fragment,null,o?Se.createElement(Xa,{initial:!1},Se.createElement(Ja.div,{key:t,initial:{opacity:1,y:"100%"},animate:{opacity:1,y:0},exit:{opacity:0,y:"-100%"},transition:{duration:.5,ease:"easeInOut"},style:{width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:1,overflowY:"auto"}},e)):e),Fo=({appearance:e,steps:t,selectedStep:o,customStepTypes:i,customVariables:r,onButtonClick:n,onStepCompletion:s,flowId:p,type:d,hideOnFlowCompletion:a,onComplete:C,setVisible:c,setShowModal:g,onDismiss:S,showPagination:T=!1,customFormElements:k,allowBackNavigation:u,validationHandler:v})=>{var z;let F={...{linkCollection:yi,multiInput:ai,callToAction:Si,selectList:Ei},...i},{primaryCTAClickSideEffects:N,secondaryCTAClickSideEffects:h}=ae(),[m,w]=Jt(!1),[y,B]=Jt({}),[L,I]=Jt(!1),[$,O]=Jt(!1),[H,_]=Jt(null),oe=t[o]??null,{markStepCompleted:R,markStepStarted:K,isLoading:ee,updateCustomVariables:le,markFlowCompleted:X}=Z();nr(()=>{le(r)},[r,ee]),nr(()=>{window&&u&&!$&&(window.location.hash=t[o].id,O(!0))},[u,$,O]),nr(()=>{var D;if(window&&((D=window==null?void 0:window.location)!=null&&D.hash)&&window.location.hash.replace("#","")!==t[o].id){let re=window.location.hash.replace("#",""),V=t.findIndex(ie=>ie.id===re);V!==-1&&K(p,t[V].id)}},[(z=window==null?void 0:window.location)==null?void 0:z.hash,K,o,t]);function G(){return{data:y[t[o].id]??{},stepId:t[o].id,customVariables:r}}function xe(D,re,V){let ie=o+1<t.length?t[o+1]:null;return s&&s(D,V,ie,y,G()),n?n(D,o,re,ie):!0}function Te(D,re){B(V=>{let ie={};return ie[D.id]=re,{...V,...ie}})}function q(D){return D.selectedStep.imageUri?Se.createElement(gi,{image:D.selectedStep.imageUri,appearance:e,className:l("formContainerSidebarImage",e)}):null}let de=Se.createElement(hi,{step:t[o],canContinue:m&&!L,formType:d,selectedStep:o,appearance:e,onPrimaryClick:async()=>{if(I(!0),v){let V=await v(t[o],o,t[o+1],y,G());if(V){_(V),I(!1);return}else _(null)}let D={...G()};await R(p,t[o].id,D),o+1<t.length&&await K(p,t[o+1].id);let re=xe(t[o],"primary",o);o+1>=t.length&&(C&&C(),S&&S(),a&&re&&(c&&c(!1),g(!1)),await X(p)),N(t[o]),I(!1),window&&u&&o+1<t.length&&(window.location.hash=t[o+1].id)},onSecondaryClick:()=>{xe(t[o],"secondary",o),h(t[o])},onBack:async()=>{o-1>=0&&(I(!0),await K(p,t[o-1].id),I(!1))},steps:t,allowBackNavigation:u,errorMessage:H});return Se.createElement(Se.Fragment,null,Se.createElement(mi,{className:l("formContainer",e)},Se.createElement(ui,null,Se.createElement(Qa,{id:o,shouldWrap:d==="large-modal"},Se.createElement(fi,{key:oe.id,type:d,className:l("formContent",e)},t.map(D=>{let re=F[D.type];return oe.id!==D.id?null:Se.createElement(re,{key:D.id,stepData:D,canContinue:m,setCanContinue:w,onSaveData:V=>{Te(D,V)},appearance:e,customFormElements:k,flowId:p})}),T&&Se.createElement(Ci,{className:l("formPagination",e),appearance:e,stepCount:t.length,currentStep:o}),de))),d=="large-modal"&&Se.createElement(q,{selectedStep:t[o]})))};import Qt from"react";import{createGlobalStyle as Za}from"styled-components";function se({appearance:e}){if(!e||!e.styleOverrides)return Qt.createElement(Qt.Fragment,null);let t=Object.entries(e.styleOverrides).filter(([i,r])=>typeof r=="object");if(t.length===0)return Qt.createElement(Qt.Fragment,null);let o=Za`
|
|
632
|
+
${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map(([s,p])=>`${Ho(s)}: ${p};`).join(" ")} }`).join(" ")}`;return Qt.createElement(o,{inlineStyles:t})}var Ai=({flowId:e,customStepTypes:t={},type:o="inline",visible:i,setVisible:r,customVariables:n,customFormElements:s,onComplete:p,appearance:d,hideOnFlowCompletion:a=!0,onStepCompletion:C,onButtonClick:c,dismissible:g=!0,endFlowOnDismiss:S=!1,modalPosition:T="center",repeatable:k=!1,onDismiss:u,showPagination:v=!1,allowBackNavigation:x=!1,validationHandler:F,showFrigadeBranding:N=!1})=>{let{getFlow:h,getFlowSteps:m,isLoading:w,targetingLogicShouldHideFlow:y,getFlowStatus:B,getCurrentStepIndex:L,markFlowCompleted:I,markFlowNotStarted:$}=Z(),O=L(e),{mergeAppearanceWithDefault:H}=te(),[_,oe]=ep(!1),{setOpenFlowState:R,getOpenFlowState:K,hasOpenModals:ee}=Fe();d=H(d);let[le,X]=i!==void 0&&r!==void 0?[i,r]:[K(e,!0),q=>R(e,q)];if(Ra(()=>{!_&&!w&&(oe(!0),B(e)===Q&&k&&$(e),oe(!0))},[_,oe,w]),w)return null;let G=h(e);if(!G||y(G))return null;let xe=m(e);if(!xe||i!==void 0&&i===!1||B(e)===Q&&a||(o=="modal"||o=="corner-modal")&&ee(e))return null;let Te=()=>{X(!1),u&&u(),S===!0&&I(e)};if(T=="center"&&o==="modal"||o==="large-modal"){let q={padding:"24px"};return o==="large-modal"?(q.width="85%",q.height="90%",q.maxHeight="800px",q.minHeight="500px",q.padding="0"):q.width="400px",ze.createElement(tt,{appearance:d,onClose:Te,visible:le,style:q,dismissible:g,showFrigadeBranding:N},ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:C,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:X,onDismiss:u,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F}))}return o==="modal"&&T!=="center"?ze.createElement(Gr,{appearance:d,onClose:Te,visible:le},ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:C,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:X,onDismiss:u,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F})):ze.createElement(ze.Fragment,null,ze.createElement(se,{appearance:d}),ze.createElement(Fo,{appearance:d,steps:xe,selectedStep:O,customStepTypes:t,customVariables:n,onButtonClick:c,onStepCompletion:C,flowId:e,type:o,hideOnFlowCompletion:a,onComplete:p,setVisible:r,setShowModal:X,onDismiss:u,showPagination:v,customFormElements:s,allowBackNavigation:x,validationHandler:F}))},Ii=Ai;import{useCallback as Ni,useContext as tp,useEffect as op}from"react";function sr(){let{organizationId:e,userId:t,setOrganizationId:o}=tp(j),{mutateUserFlowState:i}=Ee(),{config:r,apiUrl:n}=Me(),s=Ft(),{verifySDKInitiated:p}=kt();op(()=>{if(t&&e){if(t.startsWith(Pt))return;let C=`frigade-user-group-registered-${t}-${e}`;localStorage.getItem(C)||(s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify({foreignUserId:t,foreignUserGroupId:e})}),localStorage.setItem(C,"true"))}},[t,e]);let d=Ni(async C=>{if(p(),!e||!t){console.error("Cannot add properties to organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let c={foreignUserId:t,foreignUserGroupId:e,properties:C};await s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify(c)}),i()},[e,t,r,i]),a=Ni(async(C,c)=>{if(p(),!e||!t){console.error("Cannot track event for organization: Organization ID and User ID must both be set.",{organizationId:e,userId:t});return}let S={foreignUserId:t,foreignUserGroupId:e,events:[{event:C,properties:c}]};await s(`${n}userGroups`,{...r,method:"POST",body:JSON.stringify(S)}),i()},[e,t,r,i]);return{organizationId:e,setOrganizationId:o,addPropertiesToOrganization:d,trackEventForOrganization:a}}var Li="frigade-xFrigade_guestUserId",Zt="frigade-xFrigade_userId",Oi=({})=>{let{setFlowResponses:e}=Ht(),{userFlowStatesData:t,isLoadingUserFlowStateData:o,mutateUserFlowState:i}=Ee(),{userId:r,setUserId:n}=Vt(),[s,p]=lr(null),{getFlowStatus:d}=Z(),{flows:a,userProperties:C,setIsNewGuestUser:c,flowResponses:g}=rp(j),[S,T]=lr([]),[k,u]=lr([]),{organizationId:v}=sr();ko(()=>{if(!o&&t)for(let h=0;h<t.length;h++){let m=t[h],w=a.find(y=>y.slug===(m==null?void 0:m.flowId));if(w&&m&&m.shouldTrigger===!0&&w.type=="FORM"&&w.triggerType==="AUTOMATIC"&&!k.includes(w.slug)){setTimeout(()=>{x(m.flowId)},500);break}}},[o,t]),ko(()=>{g.length>0&&i()},[g]);function x(h){let m=a.find(w=>w.slug===h);m&&m.triggerType==="AUTOMATIC"&&!k.includes(m.slug)&&(u([...k,m.slug]),T([m]))}function F(){if(!r){let h=localStorage.getItem(Zt);if(h){n(h);return}let m=localStorage.getItem(Li);if(m){n(m);return}c(!0);let w=Pt+ip();try{localStorage.setItem(Li,w)}catch(y){console.log("Failed to save guest user id locally: Local storage unavailable",y)}n(y=>y||w)}}ko(()=>{try{if(a){let h=[];a.forEach(m=>{if(m.data){let w=m.data.match(/"imageUri":"(.*?)"/g);w&&w.forEach(y=>{let B=y.replace('"imageUri":"',"").replace('"',"");if(h.includes(B))return;let L=new Image;L.src=B,h.push(B)})}})}}catch{}},[a]),ko(()=>{if(r!==s&&e([]),p(r),r&&!r.startsWith(Pt))try{localStorage.setItem(Zt,r)}catch(h){console.log("Failed to save user id locally: Local storage available",h)}r===null&&setTimeout(()=>{r===null&&F()},50)},[r,a,C]);function N(){return xt.createElement(xt.Fragment,null,S.map(h=>d(h.slug)!==Ie?null:xt.createElement("span",{key:h.slug},xt.createElement(Ii,{flowId:h.slug,type:"modal",modalPosition:"center",endFlowOnDismiss:!0}))))}return xt.createElement(xt.Fragment,null,xt.createElement(N,null))};import{ErrorBoundary as Np}from"react-error-boundary";import{deepmerge as Lp}from"deepmerge-ts";import{deepmerge as np}from"deepmerge-ts";var Di={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 sp(e){if(!e)return;let t={};return Object.entries(e).forEach(([o,i])=>{if(Di[o]){let r=Di[o].split("."),n=t;r.forEach((s,p)=>{n[s]||(n[s]=p===r.length-1?i:{}),n=n[s]})}}),t}function lp(e){if(!e)return;let t=np({},e),o={};return Object.keys(t).forEach(i=>{let r=`.fr-${i}`;o[r]=t[i]}),o}function $i(e){let{theme:t,styleOverrides:o}=e,i=sp(t),r=lp(o);return{overrides:i,css:r}}import wp from"styled-components";import{compose as Tp,variant as Ui}from"styled-system";import Mi from"react";import ap,{ThemeProvider as pp,useTheme as dp}from"styled-components";import{border as cp,color as mp,compose as up,get as fp,shadow as gp,space as xp,system as hp,typography as Cp}from"styled-system";import{deepmerge as yp}from"deepmerge-ts";var Sp={width:{property:"width",scale:"sizes",transform:(e,t)=>fp(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},bp=ap("div")(({css:e})=>e,up(cp,mp,gp,xp,Cp,hp(Sp))),Rt=({as:e,children:t,overrides:o,...i})=>{let r=dp(),n={border:"none",boxSizing:"border-box",m:0,p:0},s=()=>Mi.createElement(bp,{as:e,...n,...i},t);if(o!==void 0){let p=yp(r,o);return Mi.createElement(pp,{theme:p},s())}return s()};var eo={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"}},Fp={sm:{paddingX:4,paddingY:1},md:{paddingX:6,paddingY:2}},zi=wp(Rt)(()=>({whiteSpace:"nowrap"}),Tp(Ui({scale:"components.Button",variants:"components.Button"}),Ui({prop:"size",variants:Fp})));import kp from"styled-components";import{variant as Pp,system as vp}from"styled-system";var Po={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 _i=kp(Rt)(Pp({scale:"components.Text",variants:"components.Text"}),vp({fontWeight:{property:"fontWeight",scale:"fontWeights"}}));var Wi=4,Hi="px",Bp=20,Ep=Object.fromEntries(Array.from(Array(Bp+1),(e,t)=>t===0?[.5,`${.5*Wi}${Hi}`]:[t,`${t*Wi}${Hi}`])),It={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"},ar={colors:{...It,neutral:{foreground:It.gray300},primary:{background:It.blue500,foreground:It.white,inverted:It.blue500},negative:{foreground:It.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:Ep,components:{Button:eo,Text:Po}};var Vi="https://api.frigade.com",j=Ap({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:qe,shouldGracefullyDegrade:!1,setShouldGracefullyDegrade:()=>{},apiUrl:Vi,readonly:!1});function Op(){Object.keys(localStorage).forEach(e=>{e.startsWith("frigade-")&&localStorage.removeItem(e)})}var Dp=({publicApiKey:e,userId:t,organizationId:o,config:i,children:r})=>{var K,ee;let[n,s]=Ae(t||null),[p,d]=Ae(o||null),[a,C]=Ae([]),[c,g]=Ae([]),[S,T]=Ae([]),[k,u]=Ae({}),[v,x]=Ae({}),[F,N]=Ae([]),[h,m]=Ae({}),[w,y]=Ae(!1),[B,L]=Ae(!1),[I,$]=Ae(!_(e)),O=(le,X)=>{if(X==="_blank"){window.open(le,"_blank");return}setTimeout(()=>{window.location.href=le},50)},H={theme:{...qe.theme,...((K=i==null?void 0:i.defaultAppearance)==null?void 0:K.theme)??{}},styleOverrides:{...qe.styleOverrides,...((ee=i==null?void 0:i.defaultAppearance)==null?void 0:ee.styleOverrides)??{}}};function _(le){return!!(le&&le.length>10&&le.substring(0,10)==="api_public")}vo(()=>{t&&s(t)},[t]),vo(()=>{n&&window&&window.localStorage&&window.localStorage.getItem(Zt)&&window.localStorage.getItem(Zt)!==n&&Op()},[n]),vo(()=>{o&&d(o)},[o]),vo(()=>{if(_(e))$(!1);else{console.error("Frigade SDK failed to initialize. API key provided is either missing or valid."),$(!0);return}},[e,$]);let oe={publicApiKey:e,userId:n,setUserId:s,setFlows:C,flows:a,failedFlowResponses:c,setFailedFlowResponses:g,flowResponses:S,setFlowResponses:T,userProperties:k,setUserProperties:u,openFlowStates:v,setOpenFlowStates:x,completedFlowsToKeepOpenDuringSession:F,setCompletedFlowsToKeepOpenDuringSession:N,customVariables:h,setCustomVariables:m,isNewGuestUser:w,setIsNewGuestUser:y,hasActiveFullPageFlow:B,setHasActiveFullPageFlow:L,organizationId:p,setOrganizationId:d,navigate:i&&i.navigate?i.navigate:O,defaultAppearance:H,shouldGracefullyDegrade:I,setShouldGracefullyDegrade:$,apiUrl:i&&i.apiUrl?i.apiUrl:Vi,readonly:i&&i.readonly?i.readonly:!1};if(I)return ht.createElement(j.Provider,{value:oe},r);let{overrides:R}=$i(H);return ht.createElement(Np,{fallback:ht.createElement(ht.Fragment,null,r)},ht.createElement(j.Provider,{value:oe},ht.createElement(Ip,{theme:Lp(H.theme,ar,R??{},(i==null?void 0:i.theme)??{})},r,ht.createElement(Oi,null))))};import Ld from"react";import me,{useEffect as Cs,useState as ys}from"react";import Oe,{useState as id}from"react";import St from"styled-components";import Ao from"react";import Ct from"react";import Gi from"styled-components";var ji=Gi.span`
|
|
633
633
|
font-weight: 400;
|
|
634
634
|
font-size: 15px;
|
|
635
635
|
line-height: 20px;
|
|
@@ -638,7 +638,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
638
638
|
vertical-align: middle;
|
|
639
639
|
margin-left: 12px;
|
|
640
640
|
padding-right: 12px;
|
|
641
|
-
`,$p=
|
|
641
|
+
`,$p=Gi.div`
|
|
642
642
|
flex-direction: row;
|
|
643
643
|
justify-content: space-between;
|
|
644
644
|
display: flex;
|
|
@@ -646,17 +646,17 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
646
646
|
padding-bottom: 20px;
|
|
647
647
|
border-top: 1px solid ${e=>e.theme.colorBorder};
|
|
648
648
|
width: 100%;
|
|
649
|
-
`,Bo=({label:e,value:t,labelStyle:o={},labelPosition:i="right",style:r,primaryColor:n="#000000",checkBoxType:s="square",appearance:p})=>Ct.createElement(Ct.Fragment,null,Ct.createElement($p,{className:l("checklistStepsContainer",p),appearance:p,style:{...r}},i==="left"&&e&&Ct.createElement(
|
|
649
|
+
`,Bo=({label:e,value:t,labelStyle:o={},labelPosition:i="right",style:r,primaryColor:n="#000000",checkBoxType:s="square",appearance:p})=>Ct.createElement(Ct.Fragment,null,Ct.createElement($p,{className:l("checklistStepsContainer",p),appearance:p,style:{...r}},i==="left"&&e&&Ct.createElement(ji,{className:l("checklistStepLabel",p),style:o},e),Ct.createElement(Ke,{appearance:p,value:t,type:s,primaryColor:n}),i==="right"&&e&&Ct.createElement(ji,{className:l("checklistStepLabel",p),style:o},e)),Ct.createElement(se,{appearance:p}));import{motion as Mp}from"framer-motion";import to from"styled-components";var qi=to.div`
|
|
650
650
|
font-weight: 700;
|
|
651
651
|
font-size: 18px;
|
|
652
652
|
line-height: 22px;
|
|
653
|
-
`,
|
|
653
|
+
`,Ki=to.p`
|
|
654
654
|
font-weight: 700;
|
|
655
655
|
font-size: 18px;
|
|
656
656
|
line-height: 30px;
|
|
657
657
|
margin: 20px 0px 0px 0px;
|
|
658
658
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
659
|
-
`,
|
|
659
|
+
`,Yi=to.p`
|
|
660
660
|
font-weight: 400;
|
|
661
661
|
font-size: 15px;
|
|
662
662
|
line-height: 28px;
|
|
@@ -671,21 +671,21 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
671
671
|
height: 80%;
|
|
672
672
|
border-top-right-radius: 8px;
|
|
673
673
|
border-bottom-right-radius: 8px;
|
|
674
|
-
`,
|
|
674
|
+
`,Xi=to.div`
|
|
675
675
|
flex-direction: row;
|
|
676
676
|
justify-content: flex-start;
|
|
677
|
-
`;var
|
|
677
|
+
`;var Ji=({data:e,index:t,isSelected:o,primaryColor:i,style:r,onClick:n,appearance:s})=>{var p,d;return Ao.createElement("div",{style:{position:"relative",paddingLeft:"20px"},onClick:()=>{n()}},o&&Ao.createElement(Eo,{className:l("checklistStepItemSelectedIndicator",s),as:Mp.div,layoutId:"checklis-step-selected",style:{backgroundColor:((p=s==null?void 0:s.theme)==null?void 0:p.colorPrimary)??i}}),Ao.createElement(Xi,{className:l("checklistStepItem",s),key:`hero-checklist-step-${t}`,role:"listitem"},Ao.createElement(Bo,{value:e.complete,labelPosition:"left",label:e.stepName,style:r,primaryColor:((d=s==null?void 0:s.theme)==null?void 0:d.colorPrimary)??i,appearance:s})))};import yt from"react";import{motion as Up}from"framer-motion";import pr from"styled-components";var zp={backgroundColor:"#E6E6E6"},_p=pr.div`
|
|
678
678
|
display: flex;
|
|
679
679
|
flex-direction: ${e=>e.textLocation=="top"?"column":"row"};
|
|
680
680
|
justify-content: flex-start;
|
|
681
681
|
align-items: ${e=>e.textLocation=="top"?"flex-end":"center"};
|
|
682
682
|
|
|
683
683
|
${e=>Ge(e)}
|
|
684
|
-
`,Wp=
|
|
684
|
+
`,Wp=pr.div`
|
|
685
685
|
flex-grow: 1;
|
|
686
686
|
position: relative;
|
|
687
687
|
${e=>e.textLocation=="top"?"width: 100%;":""}
|
|
688
|
-
`,Hp=
|
|
688
|
+
`,Hp=pr.span`
|
|
689
689
|
font-weight: 500;
|
|
690
690
|
font-size: 15px;
|
|
691
691
|
line-height: 18px;
|
|
@@ -693,11 +693,11 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
693
693
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
|
|
694
694
|
margin-bottom: ${e=>e.textLocation=="top"?"8px":"0px"};
|
|
695
695
|
${e=>Ge(e)}
|
|
696
|
-
`,Vp={position:"relative",left:0,top:0,width:"100%",minWidth:"40px",height:"10px",borderRadius:"20px"},jp={position:"absolute",left:0,top:0,height:"10px",borderRadius:"20px"},_e=({count:e,total:t,fillColor:o,bgColor:i=zp.backgroundColor,display:r="count",textLocation:n="left",style:s={},textStyle:p={},appearance:d})=>{var T,
|
|
696
|
+
`,Vp={position:"relative",left:0,top:0,width:"100%",minWidth:"40px",height:"10px",borderRadius:"20px"},jp={position:"absolute",left:0,top:0,height:"10px",borderRadius:"20px"},_e=({count:e,total:t,fillColor:o,bgColor:i=zp.backgroundColor,display:r="count",textLocation:n="left",style:s={},textStyle:p={},appearance:d})=>{var T,k;if(t===0)return yt.createElement(yt.Fragment,null);let a=e===0?"10px":`${e/t*100}%`,C=r==="compact"?"5px":"10px",c=Math.round(e/t*100),g=r==="compact"?"5px":"20px",S;return r==="count"?S=`${e} of ${t}`:r==="compact"?S=`${c}%`:r==="percent"&&(S=`${c}% complete`),n==="top"&&(g="0px"),yt.createElement(_p,{className:l("progressBarContainer",d),textLocation:n,styleOverrides:s},yt.createElement(Hp,{className:l("progressBarStepText",d),style:{...p,fontSize:r==="compact"?12:15,fontWeight:r==="compact"?400:500},appearance:d,padding:g,textLocation:n},S),yt.createElement(Wp,{textLocation:n,className:l("progressBar",d)},yt.createElement(Up.div,{style:{...jp,width:a,height:C,backgroundColor:((T=d==null?void 0:d.theme)==null?void 0:T.colorPrimary)??o,zIndex:r=="compact"?1:5},className:l("progressBarFill",d)}),yt.createElement("div",{className:l("progressBarBackground",d),style:{...Vp,height:C,backgroundColor:((k=d==null?void 0:d.theme)==null?void 0:k.colorSecondary)??i}})))};import oo from"react";import qp from"styled-components";import No from"react";import Io from"react";var Nt=({stepData:e,appearance:t})=>Io.createElement(Io.Fragment,null,Io.createElement(Ki,{appearance:t,className:l("checklistStepTitle",t),dangerouslySetInnerHTML:ue(e.title)}),Io.createElement(Yi,{appearance:t,className:l("checklistStepSubtitle",t),dangerouslySetInnerHTML:ue(e.subtitle)}));import dr from"react";var Lt=({stepData:e,appearance:t})=>{let o=()=>{e.handlePrimaryButtonClick&&e.handlePrimaryButtonClick()},i=()=>{e.handleSecondaryButtonClick&&e.handleSecondaryButtonClick()};return dr.createElement(So,{className:l("ctaContainer",t)},e.secondaryButtonTitle&&dr.createElement(ne,{appearance:t,secondary:!0,title:e.secondaryButtonTitle,onClick:i,style:{width:"auto",marginRight:"12px"}}),dr.createElement(ne,{appearance:t,title:e.primaryButtonTitle,onClick:o}))};var Ot=({stepData:e,appearance:t})=>No.createElement(No.Fragment,null,No.createElement(Nt,{stepData:e,appearance:t}),No.createElement(Lt,{stepData:e,appearance:t}));import Gp from"react";function Qi(e){return Gp.createElement(st,{appearance:e.appearance,videoUri:e.videoUri})}var cr="default",Kp=qp.img`
|
|
697
697
|
border-radius: 4px;
|
|
698
698
|
max-height: 260px;
|
|
699
699
|
min-height: 200px;
|
|
700
|
-
`,
|
|
700
|
+
`,Zi=({stepData:e,appearance:t})=>{if(e!=null&&e.StepContent){let o=e.StepContent;return oo.createElement("div",null,o)}return oo.createElement(qi,{className:l("checklistStepContent",t)},e.imageUri?oo.createElement(Kp,{className:l("checklistStepImage",t),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?oo.createElement(Qi,{videoUri:e.videoUri,appearance:t}):null,oo.createElement(Ot,{stepData:e,appearance:t}))};import Pe,{useRef as Yp,useState as Xp}from"react";import Dt from"styled-components";var Ri=Dt.div`
|
|
701
701
|
display: block;
|
|
702
702
|
`,Jp=Dt.div`
|
|
703
703
|
display: flex;
|
|
@@ -742,7 +742,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
742
742
|
box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
|
|
743
743
|
border-radius: 50%;
|
|
744
744
|
}
|
|
745
|
-
`,
|
|
745
|
+
`,en="videoCarousel",tn=({stepData:e,appearance:t})=>{var r;if(!((r=e.props)!=null&&r.videos))return Pe.createElement(Ri,null,Pe.createElement(Ot,{stepData:e,appearance:t}));function o({video:n}){let s=Yp(),[p,d]=Xp(!1);return Pe.createElement(Qp,null,!p&&Pe.createElement(ed,{onClick:()=>{d(!0),s.current.play()},appearance:t},Pe.createElement(bo,null)),Pe.createElement(Zp,{controls:p,ref:s,play:p,src:n.uri}),Pe.createElement(Rp,null,n.title))}let i=e.props;return i.videos?Pe.createElement(Ri,null,Pe.createElement(Nt,{stepData:e,appearance:t}),Pe.createElement(Jp,null,i.videos.map((n,s)=>Pe.createElement("span",{key:`${n.uri}-${s}`},Pe.createElement(o,{video:n})))),Pe.createElement(Lt,{stepData:e,appearance:t})):null};import Xe from"react";import Lo from"styled-components";var on=Lo.div`
|
|
746
746
|
display: block;
|
|
747
747
|
`,td=Lo.pre`
|
|
748
748
|
display: block;
|
|
@@ -767,7 +767,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
767
767
|
margin-top: 12px;
|
|
768
768
|
`,rd=Lo.div`
|
|
769
769
|
margin-top: 24px;
|
|
770
|
-
`,
|
|
770
|
+
`,rn="codeSnippet",nn=({stepData:e,appearance:t})=>{var i;if(!((i=e.props)!=null&&i.codeSnippets))return Xe.createElement(on,null,Xe.createElement(Ot,{stepData:e,appearance:t}));let o=e.props;return o.codeSnippets?Xe.createElement(on,null,Xe.createElement(Nt,{stepData:e,appearance:t}),Xe.createElement(rd,null,o.codeSnippets.map((r,n)=>Xe.createElement("div",{key:n},r.title?Xe.createElement(od,null,r.title):null,r.code?Xe.createElement(td,null,r.code):null))),Xe.createElement(Lt,{stepData:e,appearance:t})):null};var nd=St.div`
|
|
771
771
|
display: flex;
|
|
772
772
|
flex-direction: row;
|
|
773
773
|
min-width: ${e=>e.type!="modal"?"1000px":"100%"};
|
|
@@ -783,7 +783,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
783
783
|
line-height: 28px;
|
|
784
784
|
color: ${e=>{var t,o;return((o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary)??"#4d4d4d"}};
|
|
785
785
|
margin: 10px 0px 0px 0px;
|
|
786
|
-
`,
|
|
786
|
+
`,sn=St.div`
|
|
787
787
|
padding-bottom: 16px;
|
|
788
788
|
`,ad=St.div`
|
|
789
789
|
list-style: none;
|
|
@@ -798,31 +798,31 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
798
798
|
`,dd=St.div`
|
|
799
799
|
flex: 2;
|
|
800
800
|
padding: 2rem;
|
|
801
|
-
`,cd=({title:e,subtitle:t,steps:o=[],style:i={},selectedStep:r,setSelectedStep:n,className:s="",customStepTypes:p=new Map,appearance:d,type:a})=>{let{mergeAppearanceWithDefault:
|
|
801
|
+
`,cd=({title:e,subtitle:t,steps:o=[],style:i={},selectedStep:r,setSelectedStep:n,className:s="",customStepTypes:p=new Map,appearance:d,type:a})=>{let{mergeAppearanceWithDefault:C}=te();d=C(d);let g={...{[cr]:Zi,[en]:tn,[rn]:nn},...p},[S,T]=id(0),k=r??S,u=n??T,v=o.filter(F=>F.complete===!0).length,x=()=>{var F;return!((F=o[k])!=null&&F.type)||!g[o[k].type]?g[cr]({stepData:o[k],appearance:d}):g[o[k].type]({stepData:o[k],appearance:d})};return Oe.createElement(nd,{type:a,style:i,className:s,appearance:d},Oe.createElement(sn,{style:{flex:1}},Oe.createElement(sn,{style:{padding:"30px 0px 30px 30px",borderBottom:"none"}},Oe.createElement(sd,{className:l("checklistTitle",d),appearance:d},e),Oe.createElement(ld,{className:l("checklistSubtitle",d),appearance:d},t),Oe.createElement(_e,{total:o.length,count:v,fillColor:d.theme.colorPrimary,style:{marginTop:"24px"},appearance:d})),Oe.createElement(ad,{className:l("checklistStepsContainer",d)},o.map((F,N)=>Oe.createElement(Ji,{data:F,index:N,key:N,listLength:o.length,isSelected:N===k,primaryColor:d.theme.colorPrimary,style:{justifyContent:"space-between"},onClick:()=>{u(N)}})))),Oe.createElement(pd,{appearance:d,className:l("checklistDivider",d)}),Oe.createElement(dd,null,Oe.createElement(x,null)))},mr=cd;import U,{useState as hd}from"react";import ln from"react";import md from"styled-components";var ud=md.svg`
|
|
802
802
|
transition: 'transform 0.35s ease-in-out';
|
|
803
|
-
`,$t=({color:e="#323232",style:t,className:o})=>
|
|
803
|
+
`,$t=({color:e="#323232",style:t,className:o})=>ln.createElement(ud,{width:"7",height:"10",viewBox:"0 0 9 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:t,className:o},ln.createElement("path",{d:"M1 13L7.5 7L0.999999 1",stroke:e,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}));import{motion as Cd}from"framer-motion";import fe from"styled-components";var ur={boxShadow:"0px 6px 25px rgba(0, 0, 0, 0.06)",padding:"32px",maxHeight:"700px",msOverflowStyle:"none",scrollbarWidth:"none",paddingBottom:"12px",minHeight:"610px"},an=fe.div`
|
|
804
804
|
max-height: 350px;
|
|
805
805
|
padding-bottom: 40px;
|
|
806
|
-
`,
|
|
806
|
+
`,pn=fe.div`
|
|
807
807
|
display: flex;
|
|
808
808
|
flex-direction: column;
|
|
809
809
|
margin-top: 20px;
|
|
810
|
-
`,
|
|
810
|
+
`,dn=fe.h1`
|
|
811
811
|
font-style: normal;
|
|
812
812
|
font-weight: 600;
|
|
813
813
|
font-size: 30px;
|
|
814
814
|
line-height: 36px;
|
|
815
815
|
margin-bottom: 16px;
|
|
816
816
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorText}};
|
|
817
|
-
`,
|
|
817
|
+
`,cn=fe.h2`
|
|
818
818
|
font-weight: 400;
|
|
819
819
|
font-size: 16px;
|
|
820
820
|
line-height: 20px;
|
|
821
821
|
margin-bottom: 16px;
|
|
822
822
|
padding-left: 1px;
|
|
823
823
|
color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorTextSecondary}};
|
|
824
|
-
`,
|
|
825
|
-
${e=>
|
|
824
|
+
`,mn=fe.div`
|
|
825
|
+
${e=>P(e)} {
|
|
826
826
|
border: 1px solid #fafafa;
|
|
827
827
|
}
|
|
828
828
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
|
|
@@ -831,12 +831,12 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
831
831
|
flex-direction: column;
|
|
832
832
|
min-height: 240px;
|
|
833
833
|
overflow: hidden;
|
|
834
|
-
`,
|
|
834
|
+
`,un=fe.div`
|
|
835
835
|
display: flex;
|
|
836
836
|
flex-direction: row;
|
|
837
837
|
justify-content: space-between;
|
|
838
|
-
`,
|
|
839
|
-
${e=>
|
|
838
|
+
`,fn=fe.p`
|
|
839
|
+
${e=>P(e)} {
|
|
840
840
|
font-weight: 400;
|
|
841
841
|
font-size: 10px;
|
|
842
842
|
line-height: 12px;
|
|
@@ -844,13 +844,13 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
844
844
|
color: #8c8c8c;
|
|
845
845
|
margin: 20px;
|
|
846
846
|
}
|
|
847
|
-
`,
|
|
847
|
+
`,gn=fe.div`
|
|
848
848
|
display: flex;
|
|
849
849
|
flex-direction: row;
|
|
850
|
-
`,gn=fe.div`
|
|
851
|
-
flex: 1;
|
|
852
850
|
`,xn=fe.div`
|
|
853
|
-
|
|
851
|
+
flex: 1;
|
|
852
|
+
`,hn=fe.div`
|
|
853
|
+
${e=>P(e)} {
|
|
854
854
|
display: flex;
|
|
855
855
|
justify-content: center;
|
|
856
856
|
align-content: center;
|
|
@@ -859,8 +859,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
859
859
|
padding-left: 8px;
|
|
860
860
|
padding-right: 8px;
|
|
861
861
|
}
|
|
862
|
-
`,
|
|
863
|
-
${e=>
|
|
862
|
+
`,Cn=fe.p`
|
|
863
|
+
${e=>P(e)} {
|
|
864
864
|
font-style: normal;
|
|
865
865
|
font-weight: 600;
|
|
866
866
|
font-size: 22px;
|
|
@@ -871,8 +871,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
871
871
|
margin-top: 20px;
|
|
872
872
|
margin-bottom: 16px;
|
|
873
873
|
}
|
|
874
|
-
`,
|
|
875
|
-
${e=>
|
|
874
|
+
`,yn=fe.p`
|
|
875
|
+
${e=>P(e)} {
|
|
876
876
|
font-weight: 400;
|
|
877
877
|
font-size: 14px;
|
|
878
878
|
line-height: 18px;
|
|
@@ -880,15 +880,15 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
880
880
|
color: ${e=>e.appearance.theme.colorTextSecondary};
|
|
881
881
|
margin-bottom: 8px;
|
|
882
882
|
}
|
|
883
|
-
`,
|
|
884
|
-
${e=>
|
|
883
|
+
`,Sn=fe.div`
|
|
884
|
+
${e=>P(e)} {
|
|
885
885
|
display: flex;
|
|
886
886
|
flex-direction: row;
|
|
887
887
|
justify-content: center;
|
|
888
888
|
gap: 8px;
|
|
889
889
|
}
|
|
890
|
-
`,
|
|
891
|
-
${e=>
|
|
890
|
+
`,bn=fe.div`
|
|
891
|
+
${e=>P(e)} {
|
|
892
892
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
893
893
|
background-color: ${e=>e.selected?"#FAFAFA":"#FFFFFF"};
|
|
894
894
|
:hover {
|
|
@@ -907,8 +907,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
907
907
|
justify-content: space-between;
|
|
908
908
|
position: relative;
|
|
909
909
|
cursor: pointer;
|
|
910
|
-
`,
|
|
911
|
-
${e=>
|
|
910
|
+
`,wn=fe.p`
|
|
911
|
+
${e=>P(e)} {
|
|
912
912
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
913
913
|
color: ${e=>e.selected?"#434343":"#BFBFBF"};
|
|
914
914
|
}
|
|
@@ -916,12 +916,12 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
916
916
|
font-size: 14px;
|
|
917
917
|
line-height: 22px;
|
|
918
918
|
margin: 0;
|
|
919
|
-
`,
|
|
919
|
+
`,Tn=fe.div`
|
|
920
920
|
display: flex;
|
|
921
921
|
flex-direction: row;
|
|
922
922
|
justify-content: flex-end;
|
|
923
923
|
align-content: center;
|
|
924
|
-
`,
|
|
924
|
+
`,Fn=fe.div`
|
|
925
925
|
display: flex;
|
|
926
926
|
flex: 1;
|
|
927
927
|
flex-direction: row;
|
|
@@ -929,14 +929,14 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
929
929
|
align-content: center;
|
|
930
930
|
align-items: center;
|
|
931
931
|
margin-right: 20px;
|
|
932
|
-
`,
|
|
932
|
+
`,kn=fe.div`
|
|
933
933
|
display: block;
|
|
934
934
|
width: 100%;
|
|
935
|
-
`;import fd from"styled-components";var
|
|
935
|
+
`;import fd from"styled-components";var Pn=fd.div`
|
|
936
936
|
flex-direction: column;
|
|
937
937
|
justify-content: center;
|
|
938
938
|
display: flex;
|
|
939
|
-
`;import Qe from"react";import{motion as gd}from"framer-motion";import Je from"styled-components";var
|
|
939
|
+
`;import Qe from"react";import{motion as gd}from"framer-motion";import Je from"styled-components";var vn=Je.div`
|
|
940
940
|
border: 1px solid #fafafa;
|
|
941
941
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
|
|
942
942
|
border-radius: 14px;
|
|
@@ -944,14 +944,14 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
944
944
|
display: flex;
|
|
945
945
|
flex-direction: column;
|
|
946
946
|
overflow: hidden;
|
|
947
|
-
`,
|
|
947
|
+
`,Bn=Je.div`
|
|
948
948
|
display: flex;
|
|
949
949
|
flex-wrap: wrap;
|
|
950
950
|
justify-content: space-between;
|
|
951
951
|
overflow: hidden;
|
|
952
952
|
row-gap: 10px;
|
|
953
|
-
`,
|
|
954
|
-
${e=>
|
|
953
|
+
`,En=Je.div`
|
|
954
|
+
${e=>P(e)} {
|
|
955
955
|
color: #595959;
|
|
956
956
|
}
|
|
957
957
|
text-transform: uppercase;
|
|
@@ -960,8 +960,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
960
960
|
line-height: 12px;
|
|
961
961
|
letter-spacing: 0.09em;
|
|
962
962
|
margin-bottom: 12px;
|
|
963
|
-
`,
|
|
964
|
-
${e=>
|
|
963
|
+
`,An=Je.div`
|
|
964
|
+
${e=>P(e)} {
|
|
965
965
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
966
966
|
background: #ffffff;
|
|
967
967
|
border: 1px solid #fafafa;
|
|
@@ -973,8 +973,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
973
973
|
|
|
974
974
|
max-width: 150px;
|
|
975
975
|
min-width: 200px;
|
|
976
|
-
`,
|
|
977
|
-
${e=>
|
|
976
|
+
`,In=Je.div`
|
|
977
|
+
${e=>P(e)} {
|
|
978
978
|
background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f7f7f7 100%);
|
|
979
979
|
}
|
|
980
980
|
width: 40px;
|
|
@@ -985,14 +985,14 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
985
985
|
justify-content: center;
|
|
986
986
|
align-content: center;
|
|
987
987
|
align-items: center;
|
|
988
|
-
`,
|
|
988
|
+
`,Nn=Je.div`
|
|
989
989
|
font-weight: 600;
|
|
990
990
|
font-size: 20px;
|
|
991
991
|
line-height: 24px;
|
|
992
992
|
width: 20px;
|
|
993
993
|
height: 20px;
|
|
994
|
-
`,
|
|
995
|
-
${e=>
|
|
994
|
+
`,Ln=Je.div`
|
|
995
|
+
${e=>P(e)} {
|
|
996
996
|
color: #434343;
|
|
997
997
|
}
|
|
998
998
|
font-weight: 600;
|
|
@@ -1000,20 +1000,20 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1000
1000
|
line-height: 17px;
|
|
1001
1001
|
margin-top: 12px;
|
|
1002
1002
|
margin-bottom: 8px;
|
|
1003
|
-
`,
|
|
1004
|
-
${e=>
|
|
1003
|
+
`,On=Je.div`
|
|
1004
|
+
${e=>P(e)} {
|
|
1005
1005
|
color: #8c8c8c;
|
|
1006
1006
|
}
|
|
1007
1007
|
font-weight: 400;
|
|
1008
1008
|
font-size: 12px;
|
|
1009
1009
|
line-height: 14px;
|
|
1010
|
-
`,
|
|
1010
|
+
`,Dn=Je.a`
|
|
1011
1011
|
color: ${e=>e.color};
|
|
1012
1012
|
font-size: 12px;
|
|
1013
1013
|
line-height: 14px;
|
|
1014
1014
|
font-weight: 400;
|
|
1015
1015
|
cursor: pointer;
|
|
1016
|
-
`;var xd=({steps:e,style:t,title:o,primaryColor:i,appearance:r,onButtonClick:n})=>{let{primaryCTAClickSideEffects:s}=ae();return Qe.createElement(
|
|
1016
|
+
`;var xd=({steps:e,style:t,title:o,primaryColor:i,appearance:r,onButtonClick:n})=>{let{primaryCTAClickSideEffects:s}=ae();return Qe.createElement(vn,{style:t,className:l("guideContainer",r)},Qe.createElement(En,{className:l("guideTitle",r)},o),Qe.createElement(Bn,{className:l("guideItemContainer",r)},e.map((p,d)=>Qe.createElement(An,{key:`guide-${p.id??d}`,as:gd.div,whileHover:{boxShadow:"0px 2px 8px rgba(0, 0, 0, 0.05)",transition:{duration:.25}},className:l("guideItem",r)},p.icon&&Qe.createElement(In,{className:l("guideIcon",r)},Qe.createElement(Nn,null,p.icon)),Qe.createElement(Ln,{className:l("guideItemTitle",r),dangerouslySetInnerHTML:ue(p.title)}),Qe.createElement(On,{className:l("guideItemSubtitle",r),dangerouslySetInnerHTML:ue(p.subtitle)}),Qe.createElement(Dn,{className:l("guideItemLink",r),color:i,onClick:()=>{p.primaryButtonUri&&s(p),n&&n(p)}},p.primaryButtonTitle)))))},ro=xd;var yd=({steps:e,title:t,subtitle:o,stepsTitle:i,visible:r,onClose:n,selectedStep:s,setSelectedStep:p,customStepTypes:d,appearance:a,guideData:C,guideTitle:c,onGuideButtonClick:g})=>{let S=({stepData:m,handleSecondaryCTAClick:w,handleCTAClick:y})=>m?U.createElement(hn,{className:l("checklistStepContainer",a),"data-testid":"checklistStepContainer"},U.createElement(Cn,{appearance:a,className:l("checklistStepTitle",a),dangerouslySetInnerHTML:ue(m.title)}),U.createElement(yn,{appearance:a,className:l("checklistStepSubtitle",a),dangerouslySetInnerHTML:ue(m.subtitle)}),U.createElement(Sn,{className:l("checklistCTAContainer",a)},m.secondaryButtonTitle&&U.createElement(ne,{title:m.secondaryButtonTitle,onClick:w,appearance:a,secondary:!0}),U.createElement(ne,{title:m.primaryButtonTitle,onClick:y,appearance:a}))):U.createElement(U.Fragment,null),k={...{default:m=>{var L;if((L=e[x])!=null&&L.StepContent){let I=e[x].StepContent;return U.createElement("div",null,I)}let w=e[x];return U.createElement(S,{stepData:m,handleCTAClick:()=>{w.handlePrimaryButtonClick&&w.handlePrimaryButtonClick()},handleSecondaryCTAClick:()=>{w.handleSecondaryButtonClick&&w.handleSecondaryButtonClick()}})}},...d},[u,v]=hd(0),x=s??u,F=p??v,N=()=>{var m;return e?!((m=e[x])!=null&&m.type)||!k[e[x].type]?k.default(e[x]):k[e[x].type]({stepData:e[x],primaryColor:a.theme.colorPrimary}):U.createElement(U.Fragment,null)},h=e.filter(m=>m.complete).length;return r?(a.theme.modalContainer||(a.theme.borderRadius&&(ur.borderRadius=a.theme.borderRadius+"px"),a.theme.modalContainer=ur),U.createElement(tt,{onClose:n,visible:r,appearance:a},U.createElement(kn,null,U.createElement(pn,null,U.createElement(dn,{appearance:a,className:l("checklistTitle",a)},t),U.createElement(cn,{appearance:a,className:l("checklistSubtitle",a)},o)),U.createElement(an,null,e&&e.length>0&&U.createElement(mn,{className:l("stepsContainer",a)},U.createElement(un,null,U.createElement("div",{style:{flex:3}},U.createElement(fn,{className:l("stepsTitle",a)},i)),U.createElement(Fn,null,U.createElement(_e,{fillColor:a.theme.colorPrimary,style:{width:"100%"},count:h,total:e.length,appearance:a}))),U.createElement(gn,null,U.createElement(xn,{className:l("checklistStepListContainer",a),appearance:a},e.map((m,w)=>{let y=x===w;return U.createElement(bn,{selected:y,className:l(`checklistStepListItem${y?"Selected":""}`,a),key:`checklist-guide-step-${m.id??w}`,disabled:m.blocked,onClick:()=>{m.blocked||F(w)},title:m.blocked?"Finish remaining steps to continue":void 0},y&&U.createElement(Eo,{className:l("checklistStepItemSelectedIndicator",a),as:Cd.div,layoutId:"checklist-step-selected",style:{backgroundColor:a.theme.colorPrimary,borderRadius:0,height:"100%",top:"0%",width:"2px"}}),U.createElement(wn,{selected:y,className:l(`checklistStepListStepName${y?"Selected":""}`,a)},m.stepName),U.createElement(Tn,null,U.createElement(Ke,{value:m.complete,type:"round",primaryColor:a.theme.colorPrimary,progress:m.progress,appearance:a}),U.createElement(Pn,null,U.createElement($t,{style:{marginLeft:"10px"},color:a.theme.colorBackgroundSecondary}))))})),U.createElement(N,null))),C&&C.length>0&&U.createElement(ro,{steps:C,title:c,primaryColor:a.theme.colorPrimary,style:{border:"none",boxShadow:"none"},appearance:a,onButtonClick:m=>(g&&g(m),!0)}))))):U.createElement(U.Fragment,null)},fr=yd;import{useEffect as Sd,useState as bd}from"react";var Oo=()=>{let e={isSmall:"(max-width: 480px)",isMedium:"(min-width: 481px) AND (max-width: 1023px)",isLarge:"(min-width: 1025px)"},t=Object.fromEntries(Object.entries(e).map(([p])=>[p,!1])),[o,i]=bd(t),r=null,n=()=>{r!==null?clearTimeout(r):s(),r=setTimeout(()=>{s()},16)},s=()=>{let p=Object.fromEntries(Object.entries(e).map(([d,a])=>{if(!window)return[d,!1];let C=window.matchMedia(a);return C.addEventListener("change",n),[d,C.matches]}));i(p)};return Sd(()=>{s()},[]),o};import we,{useEffect as Jn,useState as Fd}from"react";import ge from"react";import{AnimatePresence as wd,motion as Td}from"framer-motion";import Ze from"styled-components";var $n=Ze.div`
|
|
1017
1017
|
background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
|
|
1018
1018
|
border: 1px solid;
|
|
1019
1019
|
border-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBorder}};
|
|
@@ -1060,7 +1060,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1060
1060
|
flex-direction: row;
|
|
1061
1061
|
justify-content: flex-start;
|
|
1062
1062
|
align-items: center;
|
|
1063
|
-
`;var jn=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:i,onSecondaryButtonClick:r,appearance:n,customStepTypes:s})=>{var
|
|
1063
|
+
`;var jn=({stepData:e,collapsed:t,onClick:o,onPrimaryButtonClick:i,onSecondaryButtonClick:r,appearance:n,customStepTypes:s})=>{var C,c;let p=t?{}:{transform:"rotate(90deg)"};function d(){return ge.createElement(ge.Fragment,null,e.imageUri||e.videoUri?ge.createElement(Mn,{className:l("stepMediaContainer",n)},e.imageUri?ge.createElement(Un,{className:l("stepImage",n),src:e.imageUri,style:e.imageStyle}):null,e.videoUri?ge.createElement(st,{appearance:n,videoUri:e.videoUri}):null):null,ge.createElement(Hn,{className:l("stepSubtitle",n),appearance:n,dangerouslySetInnerHTML:ue(e.subtitle)}),ge.createElement(So,{className:l("checklistCTAContainer",n)},e.secondaryButtonTitle?ge.createElement(ne,{secondary:!0,title:e.secondaryButtonTitle,onClick:()=>r(),appearance:n}):null,ge.createElement(ne,{title:e.primaryButtonTitle??"Continue",onClick:()=>i(),appearance:n})))}function a(){if(!s)return null;let g=s[e.type];return g?g(e,n):null}return ge.createElement($n,{onClick:()=>t?o():null,"data-testid":`step-${e.id}`,className:l("checklistStepContainer",n),appearance:n},ge.createElement(zn,{className:l("stepHeader",n)},ge.createElement(Vn,null,ge.createElement(Bo,{value:e.complete,style:{width:"auto",borderTop:0},primaryColor:(C=n==null?void 0:n.theme)==null?void 0:C.colorPrimary,appearance:n}),ge.createElement(_n,{appearance:n,className:l("stepTitle",n),dangerouslySetInnerHTML:ue(e.title)})),ge.createElement(Wn,{className:l("stepChevronContainer",n),onClick:()=>o()},ge.createElement($t,{style:{...p,transition:"transform 0.1s ease-in-out"},color:(c=n==null?void 0:n.theme)==null?void 0:c.colorTextSecondary}))),ge.createElement(wd,null,!t&&ge.createElement(Td.div,{initial:{opacity:1,height:0},animate:{opacity:1,height:"auto"},exit:{opacity:1,height:0},key:e.id,style:{overflow:"hidden"}},a()??d())))};import Mt from"styled-components";var c0=Mt.div`
|
|
1064
1064
|
background: #ffffff;
|
|
1065
1065
|
box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
|
|
1066
1066
|
border-radius: 6px;
|
|
@@ -1099,7 +1099,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1099
1099
|
flex-direction: column;
|
|
1100
1100
|
justify-content: space-between;
|
|
1101
1101
|
background-color: ${e=>{var t,o;return(o=(t=e.appearance)==null?void 0:t.theme)==null?void 0:o.colorBackground}};
|
|
1102
|
-
`;var kd=({title:e,subtitle:t,steps:o,onClose:i,visible:r,autoExpandFirstIncompleteStep:n=!0,autoCollapse:s=!0,autoExpandNextStep:p=!0,primaryColor:d="#000000",selectedStep:a,setSelectedStep:
|
|
1102
|
+
`;var kd=({title:e,subtitle:t,steps:o,onClose:i,visible:r,autoExpandFirstIncompleteStep:n=!0,autoCollapse:s=!0,autoExpandNextStep:p=!0,primaryColor:d="#000000",selectedStep:a,setSelectedStep:C,appearance:c,type:g,className:S,customStepTypes:T,style:k})=>{let u=o.filter(m=>m.complete).length,[v,x]=Fd(Array(o.length).fill(!0));Jn(()=>{let m=[...v];if(n){for(let w=0;w<o.length;w++)if(!o[w].complete){m[w]=!1;break}x(m)}},[]),Jn(()=>{F(a)},[a]);let F=m=>{let w=[...v];if(s)for(let y=0;y<v.length;++y)y!==m&&(w[y]=!0);w[m]=!w[m],x(w)};if(!r&&g=="modal")return we.createElement(we.Fragment,null);let N=we.createElement(we.Fragment,null,we.createElement(Gn,null,we.createElement(qn,{appearance:c,className:l("checklistTitle",c),dangerouslySetInnerHTML:ue(e)}),we.createElement(Kn,{appearance:c,className:l("checklistSubtitle",c),dangerouslySetInnerHTML:ue(t)})),we.createElement(_e,{display:"percent",count:u,total:o.length,fillColor:d,style:{margin:"14px 0px 8px 0px"},appearance:c})),h=we.createElement(Yn,{className:Ce(l("checklistContainer",c),S)},o.map((m,w)=>{let y=v[w];return we.createElement(jn,{appearance:c,stepData:m,collapsed:y,key:`modal-checklist-${m.id??w}`,onClick:()=>{if(a===w){F(w);return}C(w)},onPrimaryButtonClick:()=>{m.handlePrimaryButtonClick&&m.handlePrimaryButtonClick(),p&&!m.completionCriteria&&w<v.length-1&&v[w+1]&&C(w+1)},onSecondaryButtonClick:()=>{m.handleSecondaryButtonClick&&m.handleSecondaryButtonClick()},customStepTypes:T})}));return g==="inline"?we.createElement(Xn,{appearance:c,className:Ce(l("checklistInlineContainer",c),S),style:k},N,h):we.createElement(we.Fragment,null,we.createElement(tt,{onClose:i,visible:r,appearance:c,style:{maxWidth:"600px"},headerContent:N},h))},gr=kd;import pe,{useEffect as xr,useRef as Id,useState as bt}from"react";import Ut from"react";import ce,{css as Qn,keyframes as Zn}from"styled-components";var Rn=Qn`
|
|
1103
1103
|
border: 1px solid ${({theme:e})=>e.colorBorder};
|
|
1104
1104
|
`,Pd=Qn`
|
|
1105
1105
|
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
|
|
@@ -1182,7 +1182,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1182
1182
|
margin-bottom: 12px;
|
|
1183
1183
|
width: 40px;
|
|
1184
1184
|
`,ls=ce(is)`
|
|
1185
|
-
${e=>
|
|
1185
|
+
${e=>P(e)} {
|
|
1186
1186
|
${Pd}
|
|
1187
1187
|
|
|
1188
1188
|
background: ${({theme:e})=>e.colorBackground};
|
|
@@ -1192,7 +1192,6 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1192
1192
|
display: flex;
|
|
1193
1193
|
flex-flow: row nowrap;
|
|
1194
1194
|
align-items: center;
|
|
1195
|
-
margin-left: 20px;
|
|
1196
1195
|
`,ps=ce.div`
|
|
1197
1196
|
white-space: nowrap;
|
|
1198
1197
|
`,ds=ce.div`
|
|
@@ -1237,28 +1236,28 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1237
1236
|
color: ${({theme:e})=>e.colorTextSecondary};
|
|
1238
1237
|
${e=>e.blocked||e.complete?"opacity: 0.4;":`
|
|
1239
1238
|
`}
|
|
1240
|
-
`;var fs=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:i}=
|
|
1239
|
+
`;var fs=({stepData:e,style:t={},appearance:o})=>{let{mergeAppearanceWithDefault:i}=te(),{primaryCTAClickSideEffects:r}=ae();o=i(o);let{imageUri:n=null,subtitle:s=null,title:p=null,complete:d=!1,blocked:a=!1}=e,C=e.primaryButtonTitle||e.secondaryButtonTitle,c=()=>{r(e)};return Ut.createElement(ns,{className:l("carouselCard",o),onClick:a?null:c,style:t,blocked:a,complete:d},n&&Ut.createElement(ss,{className:l("carouselCardImage",o),src:n,alt:p,style:{opacity:d||a?.4:1}}),d&&Ut.createElement(ds,{className:l("carouselCompletedPill",o)},Ut.createElement(us,{style:{color:"#108E0B"}},"Complete")),p&&Ut.createElement(ms,{blocked:a,complete:d,className:l("carouselCardTitle",o)},p),s&&Ut.createElement(We.Quiet,{blocked:a,complete:d,className:l("carouselCardSubtitle",o)},s))};import io from"react";var gs=({numberOfStepsCompleted:e,numberOfSteps:t,appearance:o})=>{let i=t>0?e/t:0,r=200;return io.createElement(as,{className:l("carouselProgressBar",o)},io.createElement(ps,{as:We.Loud,style:{marginRight:8}},e," of ",t),io.createElement("svg",{height:10,width:"100%",style:{minWidth:r}},io.createElement("rect",{x:0,y:0,rx:5,width:"100%",height:10,fill:"#E6E6E6"}),io.createElement("rect",{x:0,y:0,rx:5,width:`clamp(10px, 100% * ${i}, 100%)`,height:10,fill:"currentColor"})))};var Nd=()=>pe.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},pe.createElement("path",{d:"M14 6L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),pe.createElement("path",{d:"M14 18L20 12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"}),pe.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})),xs=({side:e="left",show:t=!1,onClick:o=()=>{}})=>{let[i,r]=bt(!1),[n,s]=bt(!1);xr(()=>{t===!0&&i===!1?r(!0):t===!1&&i===!0&&s(!0)},[t]);let p=()=>{r(!1),s(!1)},d=e=="left"?{top:0,bottom:0,left:-20,transform:"rotate(180deg)"}:{top:0,bottom:0,right:-20};return i?pe.createElement(os,{style:d,reversed:n,onAnimationEnd:n?p:null},pe.createElement(rs,{onClick:()=>o(),style:{right:16,top:"calc(50% - 24px)"}},pe.createElement(Nd,null))):null},hs=({flowId:e,appearance:t,customVariables:o,className:i})=>{let r=Id(null),[n,s]=bt(!1),[p,d]=bt(!1),[a,C]=bt(null),[c,g]=bt([]),[S,T]=bt(0),{isSmall:k}=Oo(),u=k?1:3,{getFlowMetadata:v,getFlowSteps:x,getNumberOfStepsCompleted:F,updateCustomVariables:N,isLoading:h}=Z();xr(()=>{N(o)},[o,h]),xr(()=>{if(h)return;let I=v(e),$=F(e),O=x(e);C(I),I.data!==null&&(g(O.sort((H,_)=>Number(H.complete)-Number(_.complete))),d(O.length>u),T($))},[h]);let m=[];for(let I=0;I<c.length;I+=u)m.push(c.slice(I,I+u));let w=I=>{let $=I.target,O=$.scrollWidth-$.clientWidth,H=Math.ceil($.scrollLeft);H>0&&n===!1&&s(!0),H===0&&n===!0&&s(!1),H<O&&p===!1&&d(!0),H===O&&p===!0&&d(!1)},y=(I=!0)=>{let $=I?1:-1;r.current!==null&&r.current.scrollBy({left:r.current.clientWidth*$,behavior:"smooth"})},B=null,L=I=>{B!==null?clearTimeout(B):w(I),B=setTimeout(()=>{w(I)},16)};return h?null:pe.createElement(ls,{className:Ce(l("carouselContainer",t),i)},pe.createElement("div",{style:{display:"flex",justifyContent:k?"center":"space-between",marginBottom:20,flexWrap:k?"wrap":"nowrap",gap:k?16:20}},pe.createElement("div",null,pe.createElement(cs,{className:l("carouselTitle",t)},a==null?void 0:a.title),pe.createElement(We.Quiet,{className:l("carouselSubtitle",t)},a==null?void 0:a.subtitle)),pe.createElement(gs,{numberOfStepsCompleted:S,numberOfSteps:c.length})),pe.createElement("div",{style:{position:"relative"}},pe.createElement(xs,{show:n,onClick:()=>y(!1)}),pe.createElement(xs,{side:"right",show:p,onClick:y}),pe.createElement(es,{ref:r,onScroll:L},m.map((I,$)=>pe.createElement(ts,{key:$,style:{flex:`0 0 calc(100% - ${c.length>u?36:0}px)`}},I.map((O,H)=>pe.createElement(fs,{key:H,stepData:O,style:{flex:c.length>u?`0 1 calc(100% / ${u} - 16px * 2 / ${u})`:1},appearance:t})))))),pe.createElement(se,{appearance:t}))};var hr=({flowId:e,title:t,subtitle:o,style:i,initialSelectedStep:r,className:n,type:s="inline",onDismiss:p,visible:d,customVariables:a,onStepCompletion:C,onButtonClick:c,appearance:g,hideOnFlowCompletion:S,setVisible:T,customStepTypes:k,checklistStyle:u="default",autoExpandFirstIncompleteStep:v,autoExpandNextStep:x,...F})=>{let{getFlow:N,getFlowSteps:h,markStepCompleted:m,getStepStatus:w,getNumberOfStepsCompleted:y,isLoading:B,targetingLogicShouldHideFlow:L,updateCustomVariables:I,getFlowMetadata:$,isStepBlocked:O,getFlowStatus:H,hasActiveFullPageFlow:_,setHasActiveFullPageFlow:oe}=Z(),{primaryCTAClickSideEffects:R,secondaryCTAClickSideEffects:K}=ae(),{getOpenFlowState:ee,setOpenFlowState:le}=Fe(),[X,G]=ys(r||0),[xe,Te]=ys(!1),q=d===void 0?ee(e):d,de=s==="modal",{mergeAppearanceWithDefault:z}=te(),{isLarge:D}=Oo();if(g=z(g),Cs(()=>{I(a)},[a,B]),Cs(()=>{d!==void 0&&(de&&d===!0?oe(!0):de&&d===!1&&oe(!1))},[d,T,_]),B)return null;let re=N(e);if(!re||L(re))return null;let V=h(e);if(!V||S===!0&&H(e)===Q)return null;let ie=$(e);if(ie!=null&&ie.title&&(t=ie.title),ie!=null&&ie.subtitle&&(o=ie.subtitle),!xe&&r===void 0&&y(e)>0){let A=V.findIndex(J=>J.complete===!1);G(A>-1?A:V.length-1),Te(!0)}function je(){if(X+1>=V.length){de&&le(e,!1);return}O(e,V[X+1].id)||G(X+1)}function De(A,J,ct){let kr=X+1<V.length?V[X+1]:null;c&&c(A,X,J,kr)===!0&&de&&$e(),C&&C(A,ct,kr),!C&&!c&&(A.primaryButtonUri||A.secondaryButtonUri)&&de&&$e()}function dt(){return V.map((A,J)=>({...A,handleSecondaryButtonClick:()=>{je(),K(A),A.skippable===!0&&m(e,A.id,{skipped:!0}),De(A,"secondary",J)},handlePrimaryButtonClick:()=>{(!A.completionCriteria&&(A.autoMarkCompleted||A.autoMarkCompleted===void 0)||A.completionCriteria&&A.autoMarkCompleted===!0)&&(m(e,A.id),je()),De(A,"primary",J),R(A),w(e,A.id)===Ne&&je()}}))}function W(){return me.createElement(se,{appearance:g})}let ve={steps:dt(),title:t,subtitle:o,primaryColor:g.theme.colorPrimary,appearance:g,customStepTypes:k,type:s,className:n,autoExpandFirstIncompleteStep:v,autoExpandNextStep:x};function $e(){le(e,!1),p&&p(),T&&T(!1)}function _o(){return me.createElement(me.Fragment,null,me.createElement(W,null),me.createElement(hs,{flowId:e,appearance:g,customVariables:a,className:n}))}function f(){return me.createElement(me.Fragment,null,me.createElement(W,null),me.createElement(gr,{visible:q,onClose:()=>{$e()},selectedStep:X,setSelectedStep:G,autoExpandNextStep:!0,appearance:g,...ve}))}function b(){if(!D)return f();let A=F.guideFlowId,J;return A&&N(A)&&(J=h(A)),me.createElement(me.Fragment,null,me.createElement(W,null),me.createElement(fr,{visible:q,stepsTitle:ie.stepsTitle?ie.stepsTitle:"Your quick start guide",onClose:()=>{$e()},selectedStep:X,setSelectedStep:G,guideData:J,guideTitle:F.guideTitle??"Guide",appearance:g,title:t,subtitle:o,onGuideButtonClick:ct=>{De(ct,"link",0)},customStepTypes:k,...ve}))}function E(){if(!D)return f();let A=me.createElement(mr,{flowId:e,style:i,selectedStep:X,setSelectedStep:G,appearance:g,type:s,...ve});return de?me.createElement(tt,{onClose:()=>{$e()},visible:q,appearance:g,style:{paddingTop:"0px",padding:"12px",paddingLeft:0}},me.createElement(W,null),A):me.createElement(me.Fragment,null,me.createElement(W,null),A)}switch(u){case"condensed":return f();case"with-guide":return b();case"default":return E();case"carousel":return _o();default:return E()}};var Od=e=>Ld.createElement(hr,{type:"inline",...e});import pt,{useEffect as $d}from"react";import He from"react";import Do from"styled-components";var Ss=Do.div`
|
|
1241
1240
|
border: 1px solid ${e=>e.appearance.theme.colorBorder};
|
|
1242
1241
|
border-radius: 8px;
|
|
1243
1242
|
padding: 6px 10px 6px 10px;
|
|
1244
1243
|
min-width: 160px;
|
|
1245
1244
|
cursor: pointer;
|
|
1246
1245
|
background-color: ${e=>e.appearance.theme.colorBackground}};
|
|
1247
|
-
`,bs=
|
|
1246
|
+
`,bs=Do.div`
|
|
1248
1247
|
display: flex;
|
|
1249
1248
|
flex-direction: row;
|
|
1250
1249
|
justify-content: space-between;
|
|
1251
1250
|
align-items: center;
|
|
1252
1251
|
margin-bottom: 2px;
|
|
1253
1252
|
flex-grow: 2;
|
|
1254
|
-
`,ws=
|
|
1253
|
+
`,ws=Do.div`
|
|
1255
1254
|
text-overflow: ellipsis;
|
|
1256
1255
|
font-weight: 600;
|
|
1257
1256
|
font-size: 12px;
|
|
1258
1257
|
line-height: 15px;
|
|
1259
1258
|
text-align: ${e=>e.type==="condensed"?"left":"right"};
|
|
1260
1259
|
color: ${e=>e.appearance.theme.colorPrimary};
|
|
1261
|
-
`,Ts=
|
|
1260
|
+
`,Ts=Do.div`
|
|
1262
1261
|
width: 20px;
|
|
1263
1262
|
margin-right: 8px;
|
|
1264
1263
|
display: flex;
|
|
@@ -1276,7 +1275,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1276
1275
|
border-color: ${e=>e.appearance.theme.colorPrimary};
|
|
1277
1276
|
border-radius: 12px;
|
|
1278
1277
|
`,Ps=no.div`
|
|
1279
|
-
${e=>
|
|
1278
|
+
${e=>P(e)} {
|
|
1280
1279
|
display: flex;
|
|
1281
1280
|
justify-content: center;
|
|
1282
1281
|
align-items: center;
|
|
@@ -1293,7 +1292,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1293
1292
|
justify-content: center;
|
|
1294
1293
|
margin-left: 16px;
|
|
1295
1294
|
min-width: 200px;
|
|
1296
|
-
`,
|
|
1295
|
+
`,Ey=no.div`
|
|
1297
1296
|
display: flex;
|
|
1298
1297
|
justify-content: center;
|
|
1299
1298
|
align-items: flex-end;
|
|
@@ -1302,7 +1301,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1302
1301
|
:hover {
|
|
1303
1302
|
opacity: 0.8;
|
|
1304
1303
|
}
|
|
1305
|
-
`;var Es=({title:e,subtitle:t,icon:o,appearance:i,count:r,total:n,className:s,style:p})=>at.createElement(at.Fragment,null,at.createElement(ks,{appearance:i,className:Ce(l("fullWidthProgressBadgeContainer",i),s??""),style:p},o&&at.createElement(Ps,{className:l("fullWidthProgressBadgeIcon",i)},o),at.createElement(vs,null,at.createElement(ye,{size:"small",appearance:i,title:e,subtitle:t})),at.createElement(Bs,{className:l("fullWidthProgressBadgeProgressContainer",i)},at.createElement(_e,{count:r,total:n,display:"percent",textLocation:"top",fillColor:i.theme.colorPrimary}))));var Md=({flowId:e,title:t,subtitle:o,icon:i,style:r,onClick:n,className:s,customVariables:p,hideOnFlowCompletion:d,appearance:a,type:
|
|
1304
|
+
`;var Es=({title:e,subtitle:t,icon:o,appearance:i,count:r,total:n,className:s,style:p})=>at.createElement(at.Fragment,null,at.createElement(ks,{appearance:i,className:Ce(l("fullWidthProgressBadgeContainer",i),s??""),style:p},o&&at.createElement(Ps,{className:l("fullWidthProgressBadgeIcon",i)},o),at.createElement(vs,null,at.createElement(ye,{size:"small",appearance:i,title:e,subtitle:t})),at.createElement(Bs,{className:l("fullWidthProgressBadgeProgressContainer",i)},at.createElement(_e,{count:r,total:n,display:"percent",textLocation:"top",fillColor:i.theme.colorPrimary}))));var Md=({flowId:e,title:t,subtitle:o,icon:i,style:r,onClick:n,className:s,customVariables:p,hideOnFlowCompletion:d,appearance:a,type:C="default"})=>{let{getFlow:c,getFlowSteps:g,getFlowStatus:S,getNumberOfStepsCompleted:T,isLoading:k,targetingLogicShouldHideFlow:u,updateCustomVariables:v}=Z(),{mergeAppearanceWithDefault:x}=te();a=x(a);let{setOpenFlowState:F,getOpenFlowState:N}=Fe();if($d(()=>{v(p)},[p,k]),k)return null;let h=c(e);if(!h||u(h)||d===!0&&S(e)===Q)return null;let m=g(e),w=T(e);return C==="full-width"?pt.createElement(pt.Fragment,null,pt.createElement(se,{appearance:a}),pt.createElement(Es,{title:t,subtitle:o,count:w,total:m.length,style:r,className:s,appearance:a,icon:i,onClick:()=>{}})):pt.createElement(pt.Fragment,null,pt.createElement(se,{appearance:a}),pt.createElement(Fs,{count:w,total:m.length,title:t,style:r,onClick:()=>{F(e,!0),n&&n()},type:C,className:s,appearance:a}))};import Ud from"react";var zd=({flowId:e,style:t,appearance:o,...i})=>{let{getFlow:r,targetingLogicShouldHideFlow:n,getFlowSteps:s}=Z(),{mergeAppearanceWithDefault:p}=te();o=p(o);let d=r(e);if(!d||n(d))return null;let a=s(e);return Ud.createElement(ro,{steps:a,style:t,appearance:o,...i})};import _t,{useContext as Qd,useEffect as Zd}from"react";import M,{useEffect as $o,useLayoutEffect as Ns,useRef as jd,useState as so}from"react";import lo from"styled-components";import{useCallback as _d,useEffect as Wd,useState as Hd}from"react";var Cr=(e,t,o,i={x:20,y:20},r)=>{let n=r=="fixed"?0:window.scrollY,s=r=="fixed"?0:window.scrollX;return!e||!e.left||!e.top?{x:0,y:0}:t==="left"?{x:e.left-o+i.x+s,y:e.top-i.y+n}:t==="right"?{x:e.left+e.width+i.x+s,y:e.top-i.y+n}:{x:0,y:0}},As={bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0};function Vd(e){let t=As;return e&&(t=e.getBoundingClientRect()),t}function Is(e,t){let[o,i]=Hd(As),r=_d(()=>{e&&i(Vd(e))},[e]);return Wd(()=>(r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[e,t]),o}var Ls=300,Os=100,Gd=500,zt=12,qd=lo.div`
|
|
1306
1305
|
width: 100%;
|
|
1307
1306
|
height: 100%;
|
|
1308
1307
|
border-radius: 9999px;
|
|
@@ -1343,8 +1342,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1343
1342
|
`,Xd=lo(Ds)`
|
|
1344
1343
|
width: ${zt+12}px;
|
|
1345
1344
|
height: ${zt+12}px;
|
|
1346
|
-
`,Jd=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:i="auto",showHighlight:r=!0,primaryColor:n="#000000",offset:s={x:0,y:0},visible:p=!0,containerStyle:d={},selectedStep:a=0,customStepTypes:
|
|
1347
|
-
${e=>
|
|
1345
|
+
`,Jd=({steps:e=[],onDismiss:t,onComplete:o=()=>{},tooltipPosition:i="auto",showHighlight:r=!0,primaryColor:n="#000000",offset:s={x:0,y:0},visible:p=!0,containerStyle:d={},selectedStep:a=0,customStepTypes:C,appearance:c,dismissible:g=!1,showHighlightOnly:S,showStepCount:T=!0,completedStepsCount:k=0,showFrigadeBranding:u=!1})=>{var ie,je,De,dt;let[v,x]=so(),[F,N]=so(new Date),h=jd(null),[m,w]=so(document.querySelector(e[a].selector)),y=Is(m,F),[B,L]=so(),[I,$]=so(!S),O=(je=(ie=e[a])==null?void 0:ie.props)!=null&&je.position?e[a].props.position:"absolute",H=((dt=(De=e[a])==null?void 0:De.props)==null?void 0:dt.zIndex)??90,_=(v==null?void 0:v.width)??Ls,oe=(v==null?void 0:v.height)??Os;Ns(()=>{h.current&&x({width:h.current.clientWidth,height:h.current.clientHeight})},[a,F,O]),$o(()=>{S||$(!0)},[a]);let R=i==="auto"?"right":i,K=Cr(y,R,_,s,O),ee=y.right+_>(window.innerWidth||document.documentElement.clientWidth),le=y.bottom+Os>(window.innerHeight||document.documentElement.clientHeight);ee&&i==="auto"&&(K=Cr(y,"left",_,s,O),R="left");let X=window.location.pathname.split("/").pop(),G=()=>{let W=document.querySelector(e[a].selector);if(!W){L(void 0),w(null);return}B&&B===JSON.stringify(W==null?void 0:W.getBoundingClientRect())||(w(W),N(new Date),W&&L(JSON.stringify(W.getBoundingClientRect())))};if($o(()=>{let W=new MutationObserver(G);return W.observe(document.body,{subtree:!0,childList:!0}),()=>W.disconnect()},[G]),$o(()=>{let W=new MutationObserver(G);return W.observe(document.body,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["style","class"]}),()=>W.disconnect()},[G]),$o(()=>{let W=setInterval(()=>{G()},10);return()=>clearInterval(W)},[G]),Ns(()=>{setTimeout(()=>{G()},Gd),G()},[a,X]),m===null)return M.createElement(M.Fragment,null);if(K.x==0&&K.y==0)return M.createElement(M.Fragment,null);if(!p)return M.createElement(M.Fragment,null);let xe=()=>{let W=()=>{if(e[a].handlePrimaryButtonClick&&(e[a].handlePrimaryButtonClick(),$(!1),setTimeout(()=>{G()},30)),k===e.length-1)return o()},ve=()=>{e[a].handleSecondaryButtonClick&&(e[a].handleSecondaryButtonClick(),S&&!e[a].secondaryButtonUri&&$(!1))};return M.createElement(M.Fragment,null,T&&e.length>1&&M.createElement(Ur,null,M.createElement(_r,{className:l("tooltipStepCounter",c)},a+1," of ",e.length)),M.createElement(zr,{showStepCount:T,className:l("tooltipCTAContainer",c)},e[a].secondaryButtonTitle&&M.createElement(ne,{title:e[a].secondaryButtonTitle,appearance:c,onClick:ve,size:"small",withMargin:!1,secondary:!0}),e[a].primaryButtonTitle&&M.createElement(ne,{title:e[a].primaryButtonTitle,appearance:c,onClick:W,withMargin:!1,size:"small"})))},Te=()=>M.createElement(M.Fragment,null,g&&M.createElement(Or,{"data-testid":"tooltip-dismiss",onClick:()=>{t&&t()},className:l("tooltipClose",c)},M.createElement(ke,null)),e[a].imageUri&&M.createElement(Dr,{dismissible:g,appearance:c,src:e[a].imageUri,className:l("tooltipImageContainer",c)}),e[a].videoUri&&!e[a].imageUri&&M.createElement($r,{dismissible:g,appearance:c,className:l("tooltipVideoContainer",c)},M.createElement(st,{appearance:c,videoUri:e[a].videoUri})),M.createElement(ye,{appearance:c,title:e[a].title,subtitle:e[a].subtitle,size:"small"}),M.createElement(Mr,{className:l("tooltipFooter",c)},M.createElement(xe,null))),de={...{default:W=>{var ve;if((ve=e[a])!=null&&ve.StepContent){let $e=e[a].StepContent;return M.createElement("div",null,$e)}return M.createElement(Te,null)}},...C},z=()=>{var W;return e?!((W=e[a])!=null&&W.type)||!de[e[a].type]?de.default(e[a]):de[e[a].type]({stepData:e[a],primaryColor:n}):M.createElement(M.Fragment,null)};if(S&&e[a].complete===!0)return null;let D={top:(K==null?void 0:K.y)-zt,left:(R=="left"?y.x+s.x:(K==null?void 0:K.x)-zt)??0,cursor:S?"pointer":"default",position:O},re=()=>{let ve=D.left+(R=="left"?-_:24);return Math.min(Math.max(ve,20),window.innerWidth-_-20)},V=()=>{S&&(N(new Date),$(!I))};return M.createElement(Yd,null,M.createElement(Xd,{style:D,zIndex:H,className:l("tourHighlightContainer",c)},r&&e[a].showHighlight!==!1&&M.createElement(M.Fragment,null,M.createElement(Kd,{style:{position:O},onClick:V,primaryColor:c.theme.colorPrimary,className:l("tourHighlightInnerCircle",c)}),M.createElement(qd,{style:{position:"absolute"},onClick:V,primaryColor:c.theme.colorPrimary,className:l("tourHighlightOuterCircle",c)}))),M.createElement(Ds,{style:{...D,left:re()},zIndex:H+1,className:l("tooltipContainerWrapper",c)},I&&M.createElement(M.Fragment,null,M.createElement(co,{ref:h,layoutId:"tooltip-container",style:{position:"relative",width:"max-content",right:0,top:12,...d},appearance:c,className:l("tooltipContainer",c),maxWidth:Ls,zIndex:H+10},M.createElement(z,null)),u&&M.createElement(Hr,{className:l("poweredByFrigadeTooltipRibbon",c),appearance:c,zIndex:H+10},M.createElement(mo,{appearance:c})))))},Mo=Jd;import{Portal as Rd}from"react-portal";var ec=({flowId:e,customVariables:t,appearance:o,onStepCompletion:i,onButtonClick:r,showTooltipsSimultaneously:n=!1,onDismiss:s,dismissible:p,tooltipPosition:d="auto",showHighlightOnly:a=!1,dismissBehavior:C="complete-flow",onComplete:c,skipIfNotFound:g=!1,...S})=>{let{getFlow:T,getFlowSteps:k,isLoading:u,targetingLogicShouldHideFlow:v,markStepCompleted:x,markStepStarted:F,markFlowCompleted:N,updateCustomVariables:h,getCurrentStepIndex:m,getStepStatus:w,isStepBlocked:y,getFlowStatus:B,getNumberOfStepsCompleted:L}=Z(),{isLoadingUserFlowStateData:I}=Ee(),{primaryCTAClickSideEffects:$,secondaryCTAClickSideEffects:O}=ae(),{hasOpenModals:H}=Fe(),_=m(e),{openFlowStates:oe}=Qd(j),{mergeAppearanceWithDefault:R}=te();if(o=R(o),Zd(()=>{h(t)},[t,u]),I)return null;let K=T(e);if(!K||v(K)||B(e)==Q||H())return null;let ee=k(e);if(Object.keys(oe).length>0){let z=Object.keys(oe).find(D=>oe[D]===!0);if(z!==void 0&&z!==e)return _t.createElement(_t.Fragment,null)}async function le(z){if(await x(e,z.id),ee.map(D=>w(e,D.id)).every(D=>D===Ne)){await N(e);return}if(!a&&_+1<ee.length){if(y(e,ee[_+1].id))return;await F(e,ee[_+1].id)}}function X(z,D,re){let V=_+1<ee.length?ee[_+1]:null;r&&r(z,_,D,V),i&&i(z,re,V)}function G(){return ee.map(z=>({...z,handleSecondaryButtonClick:async()=>{O(z),z.skippable===!0&&await x(e,z.id,{skipped:!0}),X(z,"secondary",_)},handlePrimaryButtonClick:async()=>{(!z.completionCriteria&&(z.autoMarkCompleted||z.autoMarkCompleted===void 0)||z.completionCriteria&&z.autoMarkCompleted===!0)&&await le(z),X(z,"primary",_),$(z)}}))}async function xe(z){s&&s(),C==="complete-flow"?await N(e):await x(e,z.id)}function Te(){c&&c()}let q=!document.querySelector(ee[_].selector);function de(){let z=ee.findIndex(D=>!!document.querySelector(D.selector));return ee.map((D,re)=>q&&!n&&re!==z&&g?null:_t.createElement(Mo,{key:D.id,appearance:o,steps:G(),selectedStep:re,showTooltipsSimultaneously:n,dismissible:p,onDismiss:()=>xe(D),tooltipPosition:d,showHighlightOnly:a,completedStepsCount:L(e),onComplete:Te,...S}))}return _t.createElement(Rd,null,_t.createElement(se,{appearance:o}),n||q&&g?de():_t.createElement(Mo,{appearance:o,steps:G(),selectedStep:_,showTooltipsSimultaneously:n,dismissible:p,onDismiss:()=>xe(ee[_]),tooltipPosition:d,completedStepsCount:L(e),showHighlightOnly:a,onComplete:Te,...S}))};import be,{useEffect as tc,useRef as oc,useState as rc}from"react";import{Portal as ic}from"react-portal";import wt from"styled-components";var $s=wt.button`
|
|
1346
|
+
${e=>P(e)} {
|
|
1348
1347
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
1349
1348
|
|
|
1350
1349
|
display: flex;
|
|
@@ -1362,12 +1361,12 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1362
1361
|
}
|
|
1363
1362
|
}
|
|
1364
1363
|
`,Ms=wt.span`
|
|
1365
|
-
${e=>
|
|
1364
|
+
${e=>P(e)} {
|
|
1366
1365
|
font-size: 12px;
|
|
1367
1366
|
display: inline-block;
|
|
1368
1367
|
}
|
|
1369
1368
|
`,Us=wt.span`
|
|
1370
|
-
${e=>
|
|
1369
|
+
${e=>P(e)} {
|
|
1371
1370
|
font-size: 12px;
|
|
1372
1371
|
display: inline-block;
|
|
1373
1372
|
}
|
|
@@ -1382,7 +1381,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1382
1381
|
align-items: flex-end;
|
|
1383
1382
|
z-index: 50;
|
|
1384
1383
|
`,_s=wt.button`
|
|
1385
|
-
${e=>
|
|
1384
|
+
${e=>P(e)} {
|
|
1386
1385
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
1387
1386
|
background-color: #ffffff;
|
|
1388
1387
|
border: 1px solid #f5f5f5;
|
|
@@ -1398,7 +1397,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1398
1397
|
border-radius: 45px;
|
|
1399
1398
|
cursor: pointer;
|
|
1400
1399
|
`,Ws=wt.div`
|
|
1401
|
-
${e=>
|
|
1400
|
+
${e=>P(e)} {
|
|
1402
1401
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
1403
1402
|
background: #ffffff;
|
|
1404
1403
|
}
|
|
@@ -1415,7 +1414,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1415
1414
|
top: ${e=>e.type=="inline"?"68px":0};
|
|
1416
1415
|
margin-left: ${e=>e.type=="inline"?"-127px":0};
|
|
1417
1416
|
`,Hs=wt.button`
|
|
1418
|
-
${e=>
|
|
1417
|
+
${e=>P(e)} {
|
|
1419
1418
|
// Anything inside this block will be ignored if the user provides a custom class
|
|
1420
1419
|
color: #434343;
|
|
1421
1420
|
:hover {
|
|
@@ -1431,8 +1430,8 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1431
1430
|
font-size: 14px;
|
|
1432
1431
|
|
|
1433
1432
|
padding: 8px 12px;
|
|
1434
|
-
`;import{AnimatePresence as Ks,motion as Ys}from"framer-motion";import Vs from"react";var js=({style:e,className:t})=>Vs.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},Vs.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 Gs from"react";var qs=({style:e,className:t})=>Gs.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"},Gs.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 nc=({flowId:e,style:t,onStepCompletion:o,visible:i=!0,type:r="inline",title:n="Help",appearance:s})=>{let{getFlow:p,getFlowSteps:d,markStepCompleted:a,getStepStatus:
|
|
1435
|
-
${e=>
|
|
1433
|
+
`;import{AnimatePresence as Ks,motion as Ys}from"framer-motion";import Vs from"react";var js=({style:e,className:t})=>Vs.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none",viewBox:"0 0 18 18",style:e,className:t},Vs.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 Gs from"react";var qs=({style:e,className:t})=>Gs.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"},Gs.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 nc=({flowId:e,style:t,onStepCompletion:o,visible:i=!0,type:r="inline",title:n="Help",appearance:s})=>{let{getFlow:p,getFlowSteps:d,markStepCompleted:a,getStepStatus:C,getNumberOfStepsCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S}=Z(),{primaryCTAClickSideEffects:T}=ae(),k=oc(null),[u,v]=rc(!1),{mergeAppearanceWithDefault:x}=te();s=x(s),tc(()=>(document.addEventListener("click",F,!1),()=>{document.removeEventListener("click",F,!1)}),[]);let F=y=>{k.current&&!k.current.contains(y.target)&&v(!1)};if(g)return null;let N=p(e);if(!N||S(N))return null;let h=d(e);if(!h||!i)return null;function m(y,B){!y.completionCriteria&&(y.autoMarkCompleted||y.autoMarkCompleted===void 0)&&a(e,y.id),T(y),o&&o(y,B),v(!1)}function w(){return u&&be.createElement(Ws,{className:l("floatingWidgetMenu",s),as:Ys.div,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.1},type:r},h.map((y,B)=>be.createElement(Hs,{className:l("floatingWidgetMenuItem",s),key:B,onClick:()=>m(y,B)},y.title)))}return r=="inline"?be.createElement("span",{ref:k},be.createElement($s,{style:t,onClick:()=>{v(!u)},className:l("supportButton",s)},be.createElement(Us,{className:l("supportIconContainer",s)},be.createElement(qs,{className:l("supportIcon",s),style:{width:"18px",height:"18px"}})),be.createElement(Ms,{className:l("supportButtonTitle",s)},n)),be.createElement(Ks,null,be.createElement(w,null))):be.createElement(ic,null,be.createElement(zs,{style:t,ref:k},be.createElement(Ks,null,be.createElement(w,null)),be.createElement(_s,{onClick:()=>{v(!u)},as:Ys.button,whileHover:{scale:1.1},className:l("floatingWidgetButton",s)},be.createElement(js,{className:l("floatingWidgetButtonIcon",s),style:{display:"flex",width:"20px",height:"20px"}}))))};import Ve,{useEffect as sc}from"react";import Uo from"styled-components";var Xs=Uo.div`
|
|
1434
|
+
${e=>P(e)} {
|
|
1436
1435
|
display: flex;
|
|
1437
1436
|
flex-direction: column;
|
|
1438
1437
|
width: 100%;
|
|
@@ -1446,18 +1445,18 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1446
1445
|
border-radius: 12px;
|
|
1447
1446
|
position: relative;
|
|
1448
1447
|
}
|
|
1449
|
-
`,Js=
|
|
1448
|
+
`,Js=Uo.div`
|
|
1450
1449
|
display: flex;
|
|
1451
1450
|
flex-direction: column;
|
|
1452
1451
|
flex: 1;
|
|
1453
|
-
`,Qs=
|
|
1452
|
+
`,Qs=Uo.div`
|
|
1454
1453
|
display: flex;
|
|
1455
1454
|
flex-direction: column;
|
|
1456
1455
|
justify-content: center;
|
|
1457
1456
|
align-items: flex-start;
|
|
1458
1457
|
margin-top: 16px;
|
|
1459
|
-
`,Zs=
|
|
1460
|
-
${e=>
|
|
1458
|
+
`,Zs=Uo.div`
|
|
1459
|
+
${e=>P(e)} {
|
|
1461
1460
|
position: absolute;
|
|
1462
1461
|
top: 16px;
|
|
1463
1462
|
right: 16px;
|
|
@@ -1467,9 +1466,9 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1467
1466
|
opacity: 0.8;
|
|
1468
1467
|
}
|
|
1469
1468
|
}
|
|
1470
|
-
`;var lc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:r,className:n,style:s,dismissible:p})=>{let{getFlow:d,markFlowCompleted:a,markStepCompleted:
|
|
1469
|
+
`;var lc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:r,className:n,style:s,dismissible:p})=>{let{getFlow:d,markFlowCompleted:a,markStepCompleted:C,isLoading:c,targetingLogicShouldHideFlow:g,updateCustomVariables:S,getFlowSteps:T,getFlowStatus:k,getCurrentStepIndex:u}=Z(),{primaryCTAClickSideEffects:v}=ae(),{mergeAppearanceWithDefault:x}=te();if(r=x(r),sc(()=>{S(o)},[o,c]),c)return null;let F=d(e);if(!F||g(F)||k(e)===Q)return null;let h=T(e)[u(e)];return Ve.createElement(Ve.Fragment,null,Ve.createElement(se,{appearance:r}),Ve.createElement(Xs,{appearance:r,className:Ce(l("embeddedTipContainer",r),n),style:s},(p===!0||h.dismissible)&&Ve.createElement(Zs,{onClick:async()=>{await a(e),t&&t()},className:l("embeddedTipDismissButton",r)},Ve.createElement(ke,null)),Ve.createElement(Js,null,Ve.createElement(ye,{size:"small",appearance:r,title:h.title,subtitle:h.subtitle})),h.primaryButtonTitle&&Ve.createElement(Qs,{className:l("embeddedTipCallToActionContainer",r)},Ve.createElement(ne,{classPrefix:"embeddedTip",title:h.primaryButtonTitle,appearance:r,withMargin:!1,size:"small",type:"inline",onClick:async()=>{h.handlePrimaryButtonClick(),v(h),!(i&&i(h,u(e),"primary")===!1)&&(await C(e,h.id),await a(e))}}))))};import he,{useEffect as ac}from"react";import Wt from"styled-components";var Rs=Wt.div`
|
|
1471
1470
|
// use the :not annotation
|
|
1472
|
-
${e=>
|
|
1471
|
+
${e=>P(e)} {
|
|
1473
1472
|
display: flex;
|
|
1474
1473
|
flex-direction: ${e=>e.type==="square"?"column":"row"};
|
|
1475
1474
|
width: 100%;
|
|
@@ -1482,7 +1481,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1482
1481
|
border-radius: 12px;
|
|
1483
1482
|
}
|
|
1484
1483
|
`,el=Wt.div`
|
|
1485
|
-
${e=>
|
|
1484
|
+
${e=>P(e)} {
|
|
1486
1485
|
display: flex;
|
|
1487
1486
|
width: 36px;
|
|
1488
1487
|
height: 36px;
|
|
@@ -1498,7 +1497,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1498
1497
|
flex-direction: column;
|
|
1499
1498
|
justify-content: center;
|
|
1500
1499
|
margin-left: ${e=>e.type==="square"?"0px":"16px"};
|
|
1501
|
-
`,
|
|
1500
|
+
`,yr=Wt.div`
|
|
1502
1501
|
display: flex;
|
|
1503
1502
|
justify-content: ${e=>e.type==="square"?"flex-end":"center"};
|
|
1504
1503
|
align-items: flex-end;
|
|
@@ -1507,13 +1506,13 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1507
1506
|
:hover {
|
|
1508
1507
|
opacity: 0.8;
|
|
1509
1508
|
}
|
|
1510
|
-
`,
|
|
1509
|
+
`,Sr=Wt.div`
|
|
1511
1510
|
display: flex;
|
|
1512
1511
|
justify-content: ${e=>e.type==="square"?"flex-end":"center"};
|
|
1513
1512
|
align-items: flex-end;
|
|
1514
1513
|
margin-left: ${e=>e.type==="square"?"0px":"16px"};
|
|
1515
|
-
`;import rl from"react";var il=({style:e,className:t})=>rl.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"},rl.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"}));var pc=({flowId:e,title:t,subtitle:o,onDismiss:i,customVariables:r,onButtonClick:n,appearance:s,type:p="full-width",icon:d})=>{let{getFlow:a,markFlowCompleted:
|
|
1516
|
-
${e=>
|
|
1514
|
+
`;import rl from"react";var il=({style:e,className:t})=>rl.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"},rl.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"}));var pc=({flowId:e,title:t,subtitle:o,onDismiss:i,customVariables:r,onButtonClick:n,appearance:s,type:p="full-width",icon:d})=>{let{getFlow:a,markFlowCompleted:C,isLoading:c,targetingLogicShouldHideFlow:g,updateCustomVariables:S,getFlowMetadata:T,getFlowStatus:k,getFlowSteps:u,getCurrentStepIndex:v}=Z(),{primaryCTAClickSideEffects:x}=ae(),{mergeAppearanceWithDefault:F}=te();if(s=F(s),ac(()=>{S(r)},[r,c]),c)return null;let N=a(e);if(!N||g(N)||k(e)===Q)return null;let h=u(e),m=h.length>0?h[v(e)]:T(e);return m!=null&&m.title&&(t=m.title),m!=null&&m.subtitle&&(o=m.subtitle),he.createElement(he.Fragment,null,he.createElement(se,{appearance:s}),he.createElement(Rs,{type:p,appearance:s,className:l("bannerContainer",s)},p!="square"&&he.createElement(el,{className:l("bannerIconContainer",s)},d||he.createElement(il,null)),p==="square"&&m.dismissible&&he.createElement(Sr,{type:p,className:l("bannerDismissButtonContainer",s)},he.createElement(yr,{type:p,onClick:async()=>{await C(e),i&&i()},className:l("bannerDismissButton",s)},he.createElement(ke,null))),he.createElement(tl,{type:p},he.createElement(ye,{appearance:s,title:t,subtitle:o,classPrefix:"banner"})),he.createElement(ol,{type:p,className:l("bannerCallToActionContainer",s)},he.createElement(ne,{title:(m==null?void 0:m.primaryButtonTitle)??"Get started",appearance:s,onClick:()=>{x(m),n&&n(m,0,"primary")},classPrefix:"banner"})),p!=="square"&&m.dismissible&&he.createElement(Sr,{type:p,className:l("bannerDismissButtonContainer",s)},he.createElement(yr,{type:p,onClick:async()=>{await C(e),i&&i()},className:l("bannerDismissButton",s)},he.createElement(ke,null)))))};import Y,{useEffect as dc}from"react";import{Portal as cc}from"react-portal";import Re from"styled-components";var nl=Re.div`
|
|
1515
|
+
${e=>P(e)} {
|
|
1517
1516
|
display: flex;
|
|
1518
1517
|
flex-direction: column;
|
|
1519
1518
|
width: 100%;
|
|
@@ -1554,7 +1553,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1554
1553
|
display: flex;
|
|
1555
1554
|
justify-content: center;
|
|
1556
1555
|
align-items: center;
|
|
1557
|
-
`,
|
|
1556
|
+
`,br=Re.div`
|
|
1558
1557
|
display: flex;
|
|
1559
1558
|
justify-content: flex-end;
|
|
1560
1559
|
margin-top: 16px;
|
|
@@ -1563,22 +1562,22 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1563
1562
|
display: flex;
|
|
1564
1563
|
justify-content: space-between;
|
|
1565
1564
|
margin-top: 8px;
|
|
1566
|
-
`,
|
|
1565
|
+
`,wr=Re.div`
|
|
1567
1566
|
font-size: 12px;
|
|
1568
1567
|
line-height: 16px;
|
|
1569
1568
|
color: ${e=>e.appearance.theme.colorTextDisabled};
|
|
1570
|
-
`,
|
|
1569
|
+
`,Tr=Re.div`
|
|
1571
1570
|
display: flex;
|
|
1572
1571
|
flex-direction: column;
|
|
1573
1572
|
flex: 1;
|
|
1574
|
-
`,
|
|
1573
|
+
`,_b=Re.div`
|
|
1575
1574
|
display: flex;
|
|
1576
1575
|
flex-direction: column;
|
|
1577
1576
|
justify-content: center;
|
|
1578
1577
|
align-items: flex-start;
|
|
1579
1578
|
margin-top: 16px;
|
|
1580
1579
|
`,al=Re.textarea`
|
|
1581
|
-
${e=>
|
|
1580
|
+
${e=>P(e)} {
|
|
1582
1581
|
margin-top: 16px;
|
|
1583
1582
|
border: 1px solid ${e=>e.appearance.theme.colorBorder};
|
|
1584
1583
|
border-radius: ${e=>e.appearance.theme.borderRadius}px;
|
|
@@ -1589,7 +1588,7 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1589
1588
|
height: 100px;
|
|
1590
1589
|
}
|
|
1591
1590
|
`,pl=Re.div`
|
|
1592
|
-
${e=>
|
|
1591
|
+
${e=>P(e)} {
|
|
1593
1592
|
position: absolute;
|
|
1594
1593
|
top: 16px;
|
|
1595
1594
|
right: 16px;
|
|
@@ -1599,5 +1598,5 @@ ${i=>i.inlineStyles.map(([r,n])=>`.${jt}${r}.${jt}${r} { ${Object.entries(n).map
|
|
|
1599
1598
|
opacity: 0.8;
|
|
1600
1599
|
}
|
|
1601
1600
|
}
|
|
1602
|
-
`;var mc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:r,className:n,style:s,type:p="modal"})=>{let{getFlow:d,markFlowCompleted:a,markStepCompleted:
|
|
1601
|
+
`;var mc=({flowId:e,onDismiss:t,customVariables:o,onButtonClick:i,appearance:r,className:n,style:s,type:p="modal"})=>{let{getFlow:d,markFlowCompleted:a,markStepCompleted:C,getNumberOfStepsCompleted:c,isLoading:g,targetingLogicShouldHideFlow:S,updateCustomVariables:T,getFlowSteps:k,getFlowStatus:u,getCurrentStepIndex:v}=Z(),{primaryCTAClickSideEffects:x}=ae(),{mergeAppearanceWithDefault:F}=te(),[N,h]=Y.useState(null),[m,w]=Y.useState(""),{hasOpenModals:y,setKeepCompletedFlowOpenDuringSession:B,shouldKeepCompletedFlowOpenDuringSession:L}=Fe();if(r=F(r),dc(()=>{T(o)},[o,g]),g)return null;let I=d(e);if(!I||S(I)||u(e)===Q||c(e)===1&&!L(e)||y())return null;let O=k(e)[v(e)];function H(){return Y.createElement(Y.Fragment,null,Y.createElement(Tr,null,Y.createElement(ye,{size:"large",appearance:r,title:O.title,subtitle:O.subtitle})),Y.createElement(br,{className:l("npsNumberButtonContainer",r),appearance:r},Array.from(Array(10).keys()).map(R=>Y.createElement(sl,{className:l("npsNumberButton",r),selected:N===R+1,key:R,onClick:async()=>{B(e),h(R+1),await C(e,O.id,{score:R+1})},appearance:r},R+1))),Y.createElement(ll,{appearance:r},Y.createElement(wr,{appearance:r},"Not likely at all"),Y.createElement(wr,{appearance:r},"Extremely likely")))}function _(){return Y.createElement(Y.Fragment,null,Y.createElement(Tr,null,Y.createElement(ye,{appearance:r,title:"Why did you choose this score?",size:"large"})),Y.createElement(al,{appearance:r,value:m,onChange:R=>{w(R.target.value)},placeHolder:"Add your optional fedback here..."}),Y.createElement(br,{appearance:r,className:l("npsNumberButtonContainer",r)},Y.createElement(ne,{size:"large",withMargin:!1,onClick:async()=>{await a(e),i&&i(O,1,"primary")},appearance:r,title:O.secondaryButtonTitle||"Skip",secondary:!0}),Y.createElement(ne,{size:"large",withMargin:!1,onClick:async()=>{await C(e,O.id,{feedbackText:m}),await a(e),i&&i(O,1,"primary")},appearance:r,title:O.primaryButtonTitle||"Submit"})))}function oe(){return Y.createElement(Y.Fragment,null,Y.createElement(se,{appearance:r}),Y.createElement(nl,{appearance:r,className:Ce(l("npsSurveyContainer",r),n),style:s,type:p},Y.createElement(pl,{onClick:async()=>{await a(e),t&&t()},className:l("npsSurveyDismissButton",r)},Y.createElement(ke,null)),c(e)==0&&H(),c(e)==1&&_()))}return p==="inline"?oe():Y.createElement(cc,null,oe())};import*as zo from"react";import dl from"react";var cl=({as:e="span",children:t,variant:o="Body1",...i})=>dl.createElement(_i,{color:"neutral.foreground",fontFamily:"default",forwardedAs:e,variant:o,...i},t),uc=Object.fromEntries(Object.keys(Po).map(e=>{let t=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():void 0,o=i=>dl.createElement(cl,{as:t,...i,variant:e},i.children);return o.displayName=`Text.${e}`,[e,o]})),Fr=Object.assign(cl,uc);var ml=({as:e="button",className:t,size:o="md",title:i,variant:r="Primary",...n})=>{var s;return zo.createElement(zi,{className:`fr-button-${r.toLowerCase()}${t?` ${t}`:""}`,forwardedAs:e,variant:r,size:o,borderRadius:"md",...n},zo.createElement(Fr,{color:(s=eo[r])==null?void 0:s.color,fontWeight:"semibold"},i))},fc=Object.fromEntries(Object.keys(eo).map(e=>{let t=o=>zo.createElement(ml,{...o,variant:e});return t.displayName=`Button.${e}`,[e,t]})),gc=Object.assign(ml,fc);export{Rt as Box,gc as Button,Ke as CheckBox,rt as FormLabel,Jo as FormTextField,pc as FrigadeBanner,hr as FrigadeChecklist,qe as FrigadeDefaultAppearance,lc as FrigadeEmbeddedTip,Ai as FrigadeForm,zd as FrigadeGuide,Od as FrigadeHeroChecklist,mc as FrigadeNPSSurvey,Md as FrigadeProgressBadge,Dp as FrigadeProvider,nc as FrigadeSupportWidget,ec as FrigadeTour,Bt as ProgressRing,Fr as Text,ar as tokens,Fe as useFlowOpens,Ht as useFlowResponses,Z as useFlows,sr as useOrganization,Vt as useUser};
|
|
1603
1602
|
//# sourceMappingURL=index.mjs.map
|