@frigade/react 2.0.20 → 2.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +37 -37
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
|
+
import * as RadixDialog from '@radix-ui/react-dialog';
|
|
2
3
|
import * as React$1 from 'react';
|
|
3
4
|
import React__default, { CSSProperties, SyntheticEvent, ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
4
5
|
import * as _frigade_js from '@frigade/js';
|
|
@@ -1090,9 +1091,11 @@ declare namespace Text {
|
|
|
1090
1091
|
};
|
|
1091
1092
|
}
|
|
1092
1093
|
|
|
1093
|
-
interface
|
|
1094
|
+
interface MergedRadixDialogProps extends RadixDialog.DialogProps, Pick<RadixDialog.DialogContentProps, 'onOpenAutoFocus' | 'onCloseAutoFocus' | 'onEscapeKeyDown' | 'onPointerDownOutside' | 'onInteractOutside'> {
|
|
1094
1095
|
}
|
|
1095
|
-
|
|
1096
|
+
interface DialogProps extends BoxProps, MergedRadixDialogProps {
|
|
1097
|
+
}
|
|
1098
|
+
declare function Dialog({ children, className, modal, ...props }: DialogProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
1096
1099
|
declare namespace Dialog {
|
|
1097
1100
|
var Dismiss: (props: ButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1098
1101
|
var Subtitle: ({ children, ...props }: TextProps) => _emotion_react_jsx_runtime.JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import * as w from '@radix-ui/react-dialog';
|
|
3
3
|
import { XMarkIcon } from '@heroicons/react/24/solid';
|
|
4
|
-
import * as
|
|
4
|
+
import * as Fe from 'react';
|
|
5
5
|
import { createContext, useState, useMemo, useEffect, useContext, useRef, useCallback, useLayoutEffect } from 'react';
|
|
6
6
|
import { clsx } from 'clsx';
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import st from 'known-css-properties';
|
|
8
|
+
import gt from 'dompurify';
|
|
9
9
|
import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
|
|
10
10
|
import { keyframes, Global, ThemeProvider } from '@emotion/react';
|
|
11
11
|
import { Frigade } from '@frigade/js';
|
|
12
12
|
export { Flow, FlowType, Frigade } from '@frigade/js';
|
|
13
13
|
import { ChevronDownIcon } from '@heroicons/react/24/outline';
|
|
14
|
-
import * as
|
|
14
|
+
import * as Y from '@radix-ui/react-collapsible';
|
|
15
15
|
import { useForm, useController } from 'react-hook-form';
|
|
16
|
-
import * as
|
|
16
|
+
import * as Q from '@radix-ui/react-radio-group';
|
|
17
17
|
import * as S from '@radix-ui/react-select';
|
|
18
|
-
import * as
|
|
18
|
+
import * as I from '@radix-ui/react-popover';
|
|
19
19
|
|
|
20
|
-
var oo=Object.defineProperty;var ro=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,o)=>(typeof require<"u"?require:t)[o]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var $=(e,t)=>{for(var o in t)oo(e,o,{get:t[o],enumerable:!0});};var Ne={borders:{md:"1px solid"},borderWidths:{0:"0",md:"1px"}};var _e={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",inherit:"inherit",red500:"#c00000"};var ze={md:"10px",lg:"20px",round:"50%"};var p=e=>`var(--fr-colors-${e})`,je={neutral:{background:p("white"),border:p("gray800"),foreground:p("black"),surface:p("gray700"),active:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")},focus:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")},hover:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")}},primary:{background:p("blue500"),border:p("blue500"),foreground:p("white"),surface:p("blue500"),active:{background:p("blue400"),border:p("blue400"),foreground:p("white"),surface:p("blue400")},focus:{background:p("blue500"),border:p("blue500"),foreground:p("white"),surface:p("blue500")},hover:{background:p("blue400"),border:p("blue400"),foreground:p("white"),surface:p("blue400")}},secondary:{background:p("white"),border:p("gray800"),foreground:p("black"),surface:p("gray900"),active:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray800")},focus:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray900")},hover:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray800")}}};var Ke={md:"0px 4px 20px rgba(0, 0, 0, 0.1)"};var no="px",io=e=>typeof e=="number"?`${4*e}${no}`:e,ao=[-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,-.5,0,.5,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,"auto"],Ue=Object.fromEntries(ao.map(e=>[e,io(e)]));var Ge={fontFamilies:{default:"inherit"},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"30px","4xl":"36px","5xl":"48px"},fontWeights:{thin:"100",extralight:"200",light:"300",regular:"400",medium:"500",demibold:"600",bold:"700",extrabold:"800",black:"900"},letterSpacings:{md:"0.02em"},lineHeights:{xs:"18px",sm:"22px",md:"24px",lg:"26px",xl:"30px","2xl":"38px","3xl":"46px","4xl":"60px"}};var Pe={...Ne,colors:{..._e,...je},...Ge,radii:ze,shadows:Ke,space:Ue};function ne(e,t="",o="."){return Object.keys(e).reduce((n,i)=>{let a=`${t.length?`${t}${o}`:""}${i}`,s=e[i];return typeof s=="object"&&s!==null&&!Array.isArray(s)?Object.assign(n,ne(s,a,o)):n[a]=s,n},{})}function Ce(e){return ne(e,"--fr","-")}function Xe(e,t="--fr"){let o={};return Object.keys(e).forEach(n=>{let i=e[n];typeof i=="object"&&i!==null&&!Array.isArray(i)?o[n]=Xe(i,`${t}-${n}`):o[n]=`var(${t}-${n})`;}),o}var Se=Ce(Pe),y=Xe(Pe);var lo=new Set(["alt","size","src"]),po=so.all.filter(e=>e.indexOf("-")!=0&&!lo.has(e)).map(e=>[e.replace(/-([a-z])/g,(t,o)=>o.toUpperCase()),null]),co=Object.fromEntries(po),Fe=ne(y.colors),mo={color:Fe,backgroundColor:Fe,borderColor:Fe,border:y.borders,borderRadius:y.radii,borderWidth:y.borderWidths,boxShadow:y.shadows,fontFamily:y.fontFamilies,fontSize:y.fontSizes,fontWeight:y.fontWeights,gap:y.space,lineHeight:y.lineHeights,margin:y.space,marginBottom:y.space,marginLeft:y.space,marginRight:y.space,marginTop:y.space,padding:y.space,paddingBottom:y.space,paddingLeft:y.space,paddingRight:y.space,paddingTop:y.space},Je={...co,...mo},qe={bg:["backgroundColor"],m:["margin"],mt:["marginTop"],mr:["marginRight"],mb:["marginBottom"],ml:["marginLeft"],mx:["marginLeft","marginRight"],my:["marginTop","marginBottom"],p:["padding"],pt:["paddingTop"],pr:["paddingRight"],pb:["paddingBottom"],pl:["paddingLeft"],px:["paddingLeft","paddingRight"],py:["paddingTop","paddingBottom"]},Ye=new Set(["active","disabled","focus","focusVisible","focusWithin","hover"]);function uo(e){return Array.isArray(e)?new Map(e.map(t=>[t,t])):typeof e=="object"&&e!==null?new Map(Object.entries(e)):typeof e=="string"||typeof e=="number"?new Map([[e,e]]):new Map}var Qe=new Map(Object.entries(Je).map(([e,t])=>[e,uo(t)])),fo=new Map(Object.entries(qe).map(([e,t])=>[e,new Set(t)])),go=new Set(["height","width"]),xo=new Set(["canvas","embed","iframe","img","input","object","video"]);function Ze(e){let[t,o]=e.split(":");return [t,Ye.has(o)?o:null]}function et(e,t="div"){let o=Object.assign({},e),n={};function i(r){if(r==null)return n;let s=`&:${r.replace(/[A-Z]/g,d=>`-${d.toLocaleLowerCase()}`)}`;return n[s]==null&&(n[s]={}),n[s]}return Object.entries(o).forEach(([r,a])=>{let[s,d]=Ze(r),m=fo.get(s);m!=null&&(m.forEach(x=>{let b=`${x}${d?":"+d:""}`;o[b]=a;}),delete o[r]);}),Object.entries(o).forEach(([r,a])=>{let[s,d]=Ze(r),m=Qe.get(s);if(m!=null){if(typeof a=="string"&&a.indexOf(" ")>-1){let x=a.split(" ");i(d)[s]=x.map(b=>m.get(b.toString())??b).join(" ");}else m.has(a.toString())?i(d)[s]=m.get(a.toString()):i(d)[s]=a;(typeof t!="string"||!xo.has(t)||!go.has(s))&&delete o[r];}}),Object.keys(o).forEach(r=>{let a=r.substring(1);r.indexOf("_")===0&&Qe.has(a)&&(o[a]=o[r],delete o[r]);}),{cssFromProps:n,unmatchedProps:o}}function ho(){if(typeof window>"u"){let{JSDOM:e}=ro("jsdom");return new e("<!DOCTYPE html>").window}return window}function tt(e){return e?{__html:yo(ho()).sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img","code","li","ul","table","tbody","thead","tr","td","th","h1","h2","h3","h4","video"],ALLOWED_ATTR:["style","class","target","id","href","alt","src","controls","autoplay","loop","muted"]})}:{__html:""}}function Po(e){return e&&`fr-${e}`}function nt(e){return e&&(Array.isArray(e)?e.map(t=>nt(t)).join(" "):Po(e))}function Co({as:e,children:t,className:o,css:n={},part:i,...r},a){let s=e??"div",{cssFromProps:d,unmatchedProps:m}=et(r,s),x=nt(i),b=o||x?clsx(o,x):void 0,c=[{boxSizing:"border-box"},d,n];return typeof t=="string"?jsx(s,{className:b,css:c,...m,ref:a,dangerouslySetInnerHTML:tt(t)}):jsx(s,{className:b,css:c,...m,ref:a,children:t})}var l=Re.forwardRef(Co);var f={};$(f,{Body1:()=>Lo,Body2:()=>Vo,Caption:()=>$o,Display1:()=>Oo,Display2:()=>Mo,H1:()=>Io,H2:()=>Ho,H3:()=>Wo,H4:()=>Ao});var Te={};$(Te,{Body1:()=>vo,Body2:()=>ko,Caption:()=>Do,Display1:()=>So,Display2:()=>Fo,H1:()=>To,H2:()=>wo,H3:()=>Ro,H4:()=>Bo});var W={color:"neutral.foreground",fontFamily:"default",margin:"0"},So={...W,fontSize:"5xl",fontWeight:"bold",lineHeight:"4xl"},Fo={...W,fontSize:"4xl",fontWeight:"bold",lineHeight:"3xl"},To={...W,fontSize:"3xl",fontWeight:"demibold",lineHeight:"2xl"},wo={...W,fontSize:"2xl",fontWeight:"demibold",lineHeight:"xl"},Ro={...W,fontSize:"xl",fontWeight:"demibold",lineHeight:"lg"},Bo={...W,fontSize:"md",fontWeight:"demibold",lineHeight:"md"},vo={...W,fontSize:"md",fontWeight:"regular",lineHeight:"md"},ko={...W,fontSize:"sm",fontWeight:"regular",lineHeight:"sm"},Do={...W,fontSize:"xs",fontWeight:"regular",lineHeight:"xs"};var Eo=["Display1","Display2","H1","H2","H3","H4","Body1","Body2","Caption"],A=Object.fromEntries(Eo.map(e=>{let t=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():"span",o=Re.forwardRef(({as:n=t,children:i,...r},a)=>jsx(l,{as:n,...Te[e],...r,ref:a,children:i}));return o.displayName=`Text.${e}`,[e,o]})),Oo=A.Display1,Mo=A.Display2,Io=A.H1,Ho=A.H2,Wo=A.H3,Ao=A.H4,Lo=A.Body1,Vo=A.Body2,$o=A.Caption;var we={};$(we,{Link:()=>jo,Plain:()=>Ko,Primary:()=>_o,Secondary:()=>zo});var de={borderWidth:"md",borderRadius:"md",borderStyle:"solid",display:"flex",gap:"2",padding:"2 4"},_o={...de,backgroundColor:"primary.surface",borderColor:"primary.border",color:"primary.foreground","backgroundColor:hover":"primary.hover.surface","backgroundColor:disabled":"primary.surface","opacity:disabled":"0.7"},zo={...de,backgroundColor:"secondary.background",borderColor:"secondary.border",color:"secondary.foreground","backgroundColor:hover":"secondary.hover.background","backgroundColor:disabled":"secondary.background","opacity:disabled":"0.7"},jo={...de,backgroundColor:"transparent",borderColor:"transparent",color:"primary.surface","color:hover":"primary.hover.surface"},Ko={...de,backgroundColor:"transparent",borderColor:"transparent",color:"neutral.foreground"};function at({as:e,children:t,part:o,title:n,variant:i="Primary",...r}){let a=i.toLocaleLowerCase();return jsxs(l,{as:e??"button",part:[`button-${a}`,o],...we[i],...r,children:[t,n&&jsx(f.Body2,{color:"inherit",css:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"},flexGrow:"1",fontWeight:"demibold",part:"button-title",children:n})]})}var Uo=["Primary","Secondary","Link","Plain"],Go=Object.fromEntries(Uo.map(e=>{let t=o=>jsx(at,{...o,variant:e,children:o.children});return t.displayName=`Button.${e}`,[e,t]})),h=Object.assign(at,Go);var g={};$(g,{Column:()=>qo,Row:()=>Jo});var Jo=Re.forwardRef((e,t)=>jsx(l,{display:"flex",flexDirection:"row",...e,ref:t})),qo=Re.forwardRef((e,t)=>jsx(l,{display:"flex",flexDirection:"column",...e,ref:t}));var v=createContext({apiKey:"",modals:new Set,setModals:()=>{},currentModal:null,navigate:()=>{}});function nr({children:e,navigate:t,theme:o,...n}){let i=o?Ce(o):{},[r,a]=useState(new Set),s=useMemo(()=>new Frigade(n.apiKey,{apiKey:n.apiKey,apiUrl:n.apiUrl,userId:n.userId,groupId:n.groupId,__readOnly:n.__readOnly,__flowConfigOverrides:n.__flowConfigOverrides}),[n.userId,n.groupId,n.apiKey]),d=t??((x,b="_self")=>{window.open(x,b);});useEffect(()=>()=>{s.destroy();},[]);let m=r.size>0?r.values().next().value:null;return jsxs(v.Provider,{value:{modals:r,setModals:a,currentModal:m,navigate:d,...n,frigade:s},children:[jsx(Global,{styles:{":root":{...Se,...i}}}),jsx(ThemeProvider,{theme:y,children:e})]})}function ie(e,t){let[o,n]=useState(),[,i]=useState(""),{frigade:r}=useContext(v),a=s=>{s.id===e&&(t!=null&&t.variables&&s.applyVariables(t.variables),n(s),i(Math.random().toString()));};return useEffect(()=>((async()=>{let s=await r.getFlow(e);if(!s||r.hasFailedToLoad()){n(void 0);return}t!=null&&t.variables&&s.applyVariables(t.variables),n(s);})(),r.onStateChange(a),()=>{r.removeStateChangeHandler(a);}),[]),{flow:o}}function K(e,{onComplete:t,onDismiss:o}={}){let n=useRef(null);return useEffect(()=>{e!=null&&(e.isCompleted&&n.current===!1&&(async()=>await(t==null?void 0:t(e)))(),n.current=e==null?void 0:e.isCompleted);},[e==null?void 0:e.isCompleted]),{handleDismiss:useCallback(async i=>{if(await(o==null?void 0:o(e,i))===!1)return i.preventDefault(),!1;await e.skip();},[e])}}function U(e,{onPrimary:t,onSecondary:o}={}){let{navigate:n}=useContext(v);return {handlePrimary:useCallback(async(i,r)=>await(t==null?void 0:t(e,i))===!1?(i.preventDefault(),!1):(await e.complete(r),e.primaryButtonUri!=null&&n(e.primaryButtonUri,e.primaryButtonUriTarget),!0),[e]),handleSecondary:useCallback(async(i,r)=>await(o==null?void 0:o(e,i))===!1?(i.preventDefault(),!1):(await e.complete(r),e.secondaryButtonUri!=null&&n(e.secondaryButtonUri,e.secondaryButtonUriTarget),!0),[e])}}function ae(e,t=!0){let{currentModal:o,modals:n,setModals:i}=useContext(v),[r,a]=useState(!1);useEffect(()=>{t&&(e!=null&&e.isVisible)&&e&&!n.has(e.id)&&i(d=>new Set(d).add(e.id));},[e==null?void 0:e.id,e==null?void 0:e.isVisible]),useEffect(()=>{let d=o===(e==null?void 0:e.id);t&&(e==null?void 0:e.id)!=null&&d!==r&&a(d);},[e==null?void 0:e.id,o]);function s(){t&&n.has(e==null?void 0:e.id)&&i(d=>{let m=new Set(d);return m.delete(e==null?void 0:e.id),m});}return {isCurrentModal:r||!t,removeModal:s}}function M({as:e,children:t,container:o,dismissible:n=!1,flowId:i,onComplete:r,onDismiss:a,onPrimary:s,onSecondary:d,variables:m,forceMount:x,...b}){let{flow:c}=ie(i,{variables:m}),F=c==null?void 0:c.getCurrentStep(),{handleDismiss:Z}=K(c,{onComplete:r,onDismiss:a}),{handlePrimary:j,handleSecondary:ye}=U(F,{onPrimary:s,onSecondary:d}),le=e&&typeof e=="function"&&(e.displayName==="Dialog"||e.displayName==="Modal"),{isCurrentModal:re,removeModal:he}=ae(c,le);if(useEffect(()=>{!(c!=null&&c.isVisible)&&re&&he();},[c==null?void 0:c.isVisible,re]),c==null||!re)return null;let be=x&&c.isCompleted;return !c.isVisible&&!be?null:(!c.isCompleted&&!c.isSkipped&&F.start(),jsx(e??l,{position:"relative",...b,children:t({flow:c,handleDismiss:Z,handlePrimary:j,handleSecondary:ye,parentProps:{container:o,dismissible:n,flowId:i,variables:m,...b},step:F})}))}function ut(e){return jsx(M,{as:u,gap:5,borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",part:"card",...e,children:({handleDismiss:t,handlePrimary:o,handleSecondary:n,parentProps:{dismissible:i},step:r})=>jsxs(Fragment,{children:[jsxs(g.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"card-header",children:[jsx(u.Title,{children:r.title}),i&&jsx(u.Dismiss,{onClick:t}),jsx(u.Subtitle,{flexBasis:"100%",children:r.subtitle})]}),jsx(u.Media,{src:r.imageUri,css:{objectFit:"contain",width:"100%"}}),jsxs(g.Row,{gap:3,justifyContent:"flex-end",part:"card-footer",children:[jsx(u.Secondary,{title:r.secondaryButtonTitle,onClick:n}),jsx(u.Primary,{title:r.primaryButtonTitle??"Continue",onClick:o})]})]})})}function ft({part:e,src:t,...o}){return jsx(l,{as:"img",part:["image",e],src:t,...o})}function hr(e){var t,o,n,i;return e.includes("youtube")?`https://www.youtube.com/embed/${(t=e.split("v=")[1])==null?void 0:t.split("&")[0]}`:e.includes("vimeo")?`https://player.vimeo.com/video/${(o=e.split("vimeo.com/")[1])==null?void 0:o.split("&")[0]}`:e.includes("wistia")?`https://fast.wistia.net/embed/iframe/${(n=e.split("wistia.com/medias/")[1])==null?void 0:n.split("&")[0]}`:e.includes("loom")?`https://loom.com/embed/${(i=e.split("loom.com/share/")[1])==null?void 0:i.split("&")[0]}?hideEmbedTopBar=true&hide_title=true&hide_share=true&hide_owner=true`:null}function xt({part:e,src:t,...o}){let n=hr(t);return n?jsx(l,{allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,as:"iframe",backgroundColor:"gray100",borderWidth:0,part:["video",e],src:n,...o}):t!=null&&t.endsWith(".mp4")?jsx(l,{as:"video",controls:!0,part:["video",e],src:t,...o}):(console.error(`Could not map videoUri ${t} to a known provider (Youtube, Vimeo, Wistia, Loom) or valid mp4 file.`),null)}function X({src:e,type:t,...o}){return jsx(t==="video"?xt:ft,{src:e,...o})}var u=Re.forwardRef(({children:e,flowId:t,...o},n)=>{if(t!=null)return jsx(ut,{flowId:t,...o});let i=o.as??g.Column;return jsx(i,{backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderRadius:"md",borderWidth:"0",gap:5,p:5,...o,ref:n,children:e})});u.Dismiss=e=>jsx(h.Plain,{part:"dismiss",padding:0,...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})});u.Media=({src:e,...t})=>e==null?null:jsx(X,{borderRadius:"md",src:e,...t});u.Primary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Primary,{title:t,onClick:e,...o});u.Secondary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Secondary,{title:t,onClick:e,...o});u.Subtitle=({children:e,...t})=>e==null?null:jsx(f.Body2,{display:"block",part:"subtitle",...t,children:e});u.Title=({children:e,...t})=>e==null?null:jsx(f.Body1,{display:"block",fontWeight:"bold",part:"title",...t,children:e});function C({children:e,...t}){return jsx(w.Root,{defaultOpen:!0,modal:!0,children:jsx(w.Portal,{children:jsxs(l,{inset:"0",position:"fixed",zIndex:"9999",children:[jsx(w.Overlay,{asChild:!0,children:jsx(l,{background:"rgb(0 0 0 / 0.5)",part:"dialog-overlay",position:"fixed",inset:"0"})}),jsx(w.Content,{asChild:!0,onOpenAutoFocus:o=>o.preventDefault(),onPointerDownOutside:o=>o.preventDefault(),children:jsx(u,{boxShadow:"md",left:"50%",maxWidth:"430px",p:8,part:"dialog",position:"fixed",top:"50%",transform:"translate(-50%, -50%)",...t,children:e})})]})})})}C.Dismiss=e=>jsx(w.Close,{"aria-label":"Close",asChild:!0,children:jsx(h.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});C.Subtitle=({children:e,...t})=>jsx(w.Description,{asChild:!0,children:jsx(f.Body2,{part:"subtitle",...t,children:e})});C.Media=({src:e,...t})=>e==null?null:jsx(X,{borderRadius:"md",src:e,...t});C.Primary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Primary,{title:t,onClick:e,...o});C.ProgressDots=({current:e,total:t})=>{if(t==1)return null;let o=[...Array(t)].map((n,i)=>jsx(l,{as:"circle",r:4,cx:4+16*i,cy:"4px",fill:e===i?y.colors.blue500:y.colors.blue800,part:e===i?"progress-dot-selected":"progress-dot"},i));return jsx(l,{as:"svg",height:"8px",marginInline:"auto",part:"progress",viewBox:`0 0 ${16*t-8} 8`,width:16*t-8,children:o})};C.Secondary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Secondary,{title:t,onClick:e,...o});C.Title=({children:e,...t})=>jsx(w.Title,{asChild:!0,children:jsx(f.H3,{part:"title",...t,children:e})});C.displayName="Dialog";function Fr({flowId:e,...t}){return jsx(M,{as:C,dismissible:!0,flowId:e,textAlign:"center",...t,children:({flow:o,handleDismiss:n,handlePrimary:i,handleSecondary:r,parentProps:{dismissible:a},step:s})=>jsxs(Fragment,{children:[a&&jsx(C.Dismiss,{onClick:n}),jsxs(g.Column,{gap:1,part:"announcement-header",children:[jsx(C.Title,{children:s.title}),jsx(C.Subtitle,{children:s.subtitle})]}),jsx(C.Media,{src:s.videoUri??s.imageUri,type:s.videoUri?"video":"image",css:{aspectRatio:"1.5",objectFit:"cover",width:"100%"}}),jsx(C.ProgressDots,{current:o.getNumberOfCompletedSteps(),total:o.getNumberOfAvailableSteps()}),jsxs(g.Row,{css:{"& > button":{flexBasis:"50%",flexGrow:1}},gap:3,part:"announcement-footer",children:[s.secondaryButtonTitle&&jsx(C.Secondary,{onClick:r,title:s.secondaryButtonTitle}),s.primaryButtonTitle&&jsx(C.Primary,{onClick:i,title:s.primaryButtonTitle??"Continue"})]})]})})}function wr({flowId:e,...t}){return jsx(M,{as:u,borderWidth:"md",display:"flex",flexDirection:"row",flowId:e,gap:3,justifyContent:"space-between",part:"banner",...t,children:({handleDismiss:o,handlePrimary:n,handleSecondary:i,step:r})=>jsxs(Fragment,{children:[jsxs(g.Row,{gap:3,children:[r.imageUri&&jsx(l,{as:"img",part:"image",src:r.imageUri,style:{height:40,width:40,alignSelf:"center"}}),jsxs(g.Column,{children:[jsx(f.H4,{part:"title",children:r.title}),jsx(f.Body2,{part:"subtitle",children:r.subtitle})]})]}),jsxs(g.Row,{alignItems:"center",gap:3,justifyContent:"center",children:[r.secondaryButtonTitle&&jsx(h.Secondary,{title:r.secondaryButtonTitle,onClick:i}),jsx(h.Primary,{title:r.primaryButtonTitle,onClick:n}),t.dismissible&&jsx(u.Dismiss,{onClick:o})]})]})})}var Bt={};$(Bt,{Collapsible:()=>Rt,CollapsibleStep:()=>me});var me={};$(me,{Content:()=>De,Root:()=>Ee,Trigger:()=>Oe});var vr=keyframes`
|
|
20
|
+
var ot=Object.defineProperty;var tt=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(o,t)=>(typeof require<"u"?require:o)[t]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var L=(e,o)=>{for(var t in o)ot(e,t,{get:o[t],enumerable:!0});};var Le={borders:{md:"1px solid"},borderWidths:{0:"0",md:"1px"}};var Ve={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",inherit:"inherit",red500:"#c00000"};var $e={md:"10px",lg:"20px",round:"50%"};var p=e=>`var(--fr-colors-${e})`,_e={neutral:{background:p("white"),border:p("gray800"),foreground:p("black"),surface:p("gray700"),active:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")},focus:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")},hover:{background:p("white"),border:p("gray900"),foreground:p("black"),surface:p("gray700")}},primary:{background:p("blue500"),border:p("blue500"),foreground:p("white"),surface:p("blue500"),active:{background:p("blue400"),border:p("blue400"),foreground:p("white"),surface:p("blue400")},focus:{background:p("blue500"),border:p("blue500"),foreground:p("white"),surface:p("blue500")},hover:{background:p("blue400"),border:p("blue400"),foreground:p("white"),surface:p("blue400")}},secondary:{background:p("white"),border:p("gray800"),foreground:p("black"),surface:p("gray900"),active:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray800")},focus:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray900")},hover:{background:p("gray900"),border:p("gray800"),foreground:p("black"),surface:p("gray800")}}};var Ne={md:"0px 4px 20px rgba(0, 0, 0, 0.1)"};var rt="px",nt=e=>typeof e=="number"?`${4*e}${rt}`:e,it=[-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,-.5,0,.5,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,"auto"],je=Object.fromEntries(it.map(e=>[e,nt(e)]));var ze={fontFamilies:{default:"inherit"},fontSizes:{xs:"12px",sm:"14px",md:"16px",lg:"18px",xl:"20px","2xl":"24px","3xl":"30px","4xl":"36px","5xl":"48px"},fontWeights:{thin:"100",extralight:"200",light:"300",regular:"400",medium:"500",demibold:"600",bold:"700",extrabold:"800",black:"900"},letterSpacings:{md:"0.02em"},lineHeights:{xs:"18px",sm:"22px",md:"24px",lg:"26px",xl:"30px","2xl":"38px","3xl":"46px","4xl":"60px"}};var ye={...Le,colors:{...Ve,..._e},...ze,radii:$e,shadows:Ne,space:je};function ee(e,o="",t="."){return Object.keys(e).reduce((i,r)=>{let a=`${o.length?`${o}${t}`:""}${r}`,s=e[r];return typeof s=="object"&&s!==null&&!Array.isArray(s)?Object.assign(i,ee(s,a,t)):i[a]=s,i},{})}function he(e){return ee(e,"--fr","-")}function Ke(e,o="--fr"){let t={};return Object.keys(e).forEach(i=>{let r=e[i];typeof r=="object"&&r!==null&&!Array.isArray(r)?t[i]=Ke(r,`${o}-${i}`):t[i]=`var(${o}-${i})`;}),t}var be=he(ye),y=Ke(ye);var at=new Set(["alt","size","src"]),lt=st.all.filter(e=>e.indexOf("-")!=0&&!at.has(e)).map(e=>[e.replace(/-([a-z])/g,(o,t)=>t.toUpperCase()),null]),pt=Object.fromEntries(lt),Pe=ee(y.colors),dt={color:Pe,backgroundColor:Pe,borderColor:Pe,border:y.borders,borderRadius:y.radii,borderWidth:y.borderWidths,boxShadow:y.shadows,fontFamily:y.fontFamilies,fontSize:y.fontSizes,fontWeight:y.fontWeights,gap:y.space,lineHeight:y.lineHeights,margin:y.space,marginBottom:y.space,marginLeft:y.space,marginRight:y.space,marginTop:y.space,padding:y.space,paddingBottom:y.space,paddingLeft:y.space,paddingRight:y.space,paddingTop:y.space},Ue={...pt,...dt},Ge={bg:["backgroundColor"],m:["margin"],mt:["marginTop"],mr:["marginRight"],mb:["marginBottom"],ml:["marginLeft"],mx:["marginLeft","marginRight"],my:["marginTop","marginBottom"],p:["padding"],pt:["paddingTop"],pr:["paddingRight"],pb:["paddingBottom"],pl:["paddingLeft"],px:["paddingLeft","paddingRight"],py:["paddingTop","paddingBottom"]},Xe=new Set(["active","disabled","focus","focusVisible","focusWithin","hover"]);function ct(e){return Array.isArray(e)?new Map(e.map(o=>[o,o])):typeof e=="object"&&e!==null?new Map(Object.entries(e)):typeof e=="string"||typeof e=="number"?new Map([[e,e]]):new Map}var Je=new Map(Object.entries(Ue).map(([e,o])=>[e,ct(o)])),mt=new Map(Object.entries(Ge).map(([e,o])=>[e,new Set(o)])),ut=new Set(["height","width"]),ft=new Set(["canvas","embed","iframe","img","input","object","video"]);function qe(e){let[o,t]=e.split(":");return [o,Xe.has(t)?t:null]}function Ye(e,o="div"){let t=Object.assign({},e),i={};function r(n){if(n==null)return i;let s=`&:${n.replace(/[A-Z]/g,d=>`-${d.toLocaleLowerCase()}`)}`;return i[s]==null&&(i[s]={}),i[s]}return Object.entries(t).forEach(([n,a])=>{let[s,d]=qe(n),m=mt.get(s);m!=null&&(m.forEach(g=>{let h=`${g}${d?":"+d:""}`;t[h]=a;}),delete t[n]);}),Object.entries(t).forEach(([n,a])=>{let[s,d]=qe(n),m=Je.get(s);if(m!=null){if(typeof a=="string"&&a.indexOf(" ")>-1){let g=a.split(" ");r(d)[s]=g.map(h=>m.get(h.toString())??h).join(" ");}else m.has(a.toString())?r(d)[s]=m.get(a.toString()):r(d)[s]=a;(typeof o!="string"||!ft.has(o)||!ut.has(s))&&delete t[n];}}),Object.keys(t).forEach(n=>{let a=n.substring(1);n.indexOf("_")===0&&Je.has(a)&&(t[a]=t[n],delete t[n]);}),{cssFromProps:i,unmatchedProps:t}}function xt(){if(typeof window>"u"){let{JSDOM:e}=tt("jsdom");return new e("<!DOCTYPE html>").window}return window}function Qe(e){return e?{__html:gt(xt()).sanitize(e,{ALLOWED_TAGS:["b","i","a","span","div","p","pre","u","br","img","code","li","ul","table","tbody","thead","tr","td","th","h1","h2","h3","h4","video"],ALLOWED_ATTR:["style","class","target","id","href","alt","src","controls","autoplay","loop","muted"]})}:{__html:""}}function ht(e){return e&&`fr-${e}`}function oo(e){return e&&(Array.isArray(e)?e.map(o=>oo(o)).join(" "):ht(e))}function bt({as:e,children:o,className:t,css:i={},part:r,...n},a){let s=e??"div",{cssFromProps:d,unmatchedProps:m}=Ye(n,s),g=oo(r),h=t||g?clsx(t,g):void 0,c=[{boxSizing:"border-box"},d,i];return typeof o=="string"?jsx(s,{className:h,css:c,...m,ref:a,dangerouslySetInnerHTML:Qe(o)}):jsx(s,{className:h,css:c,...m,ref:a,children:o})}var l=Fe.forwardRef(bt);var x={};L(x,{Body1:()=>Wt,Body2:()=>At,Caption:()=>Lt,Display1:()=>Dt,Display2:()=>Et,H1:()=>Ot,H2:()=>It,H3:()=>Mt,H4:()=>Ht});var Ce={};L(Ce,{Body1:()=>Rt,Body2:()=>Bt,Caption:()=>vt,Display1:()=>Pt,Display2:()=>Ct,H1:()=>St,H2:()=>Ft,H3:()=>Tt,H4:()=>wt});var M={color:"neutral.foreground",fontFamily:"default",margin:"0"},Pt={...M,fontSize:"5xl",fontWeight:"bold",lineHeight:"4xl"},Ct={...M,fontSize:"4xl",fontWeight:"bold",lineHeight:"3xl"},St={...M,fontSize:"3xl",fontWeight:"demibold",lineHeight:"2xl"},Ft={...M,fontSize:"2xl",fontWeight:"demibold",lineHeight:"xl"},Tt={...M,fontSize:"xl",fontWeight:"demibold",lineHeight:"lg"},wt={...M,fontSize:"md",fontWeight:"demibold",lineHeight:"md"},Rt={...M,fontSize:"md",fontWeight:"regular",lineHeight:"md"},Bt={...M,fontSize:"sm",fontWeight:"regular",lineHeight:"sm"},vt={...M,fontSize:"xs",fontWeight:"regular",lineHeight:"xs"};var kt=["Display1","Display2","H1","H2","H3","H4","Body1","Body2","Caption"],H=Object.fromEntries(kt.map(e=>{let o=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():"span",t=Fe.forwardRef(({as:i=o,children:r,...n},a)=>jsx(l,{as:i,...Ce[e],...n,ref:a,children:r}));return t.displayName=`Text.${e}`,[e,t]})),Dt=H.Display1,Et=H.Display2,Ot=H.H1,It=H.H2,Mt=H.H3,Ht=H.H4,Wt=H.Body1,At=H.Body2,Lt=H.Caption;var Se={};L(Se,{Link:()=>Nt,Plain:()=>jt,Primary:()=>$t,Secondary:()=>_t});var se={borderWidth:"md",borderRadius:"md",borderStyle:"solid",display:"flex",gap:"2",padding:"2 4"},$t={...se,backgroundColor:"primary.surface",borderColor:"primary.border",color:"primary.foreground","backgroundColor:hover":"primary.hover.surface","backgroundColor:disabled":"primary.surface","opacity:disabled":"0.7"},_t={...se,backgroundColor:"secondary.background",borderColor:"secondary.border",color:"secondary.foreground","backgroundColor:hover":"secondary.hover.background","backgroundColor:disabled":"secondary.background","opacity:disabled":"0.7"},Nt={...se,backgroundColor:"transparent",borderColor:"transparent",color:"primary.surface","color:hover":"primary.hover.surface"},jt={...se,backgroundColor:"transparent",borderColor:"transparent",color:"neutral.foreground"};function ro({as:e,children:o,part:t,title:i,variant:r="Primary",...n}){let a=r.toLocaleLowerCase();return jsxs(l,{as:e??"button",part:[`button-${a}`,t],...Se[r],...n,children:[o,i&&jsx(x.Body2,{color:"inherit",css:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"},flexGrow:"1",fontWeight:"demibold",part:"button-title",children:i})]})}var zt=["Primary","Secondary","Link","Plain"],Kt=Object.fromEntries(zt.map(e=>{let o=t=>jsx(ro,{...t,variant:e,children:t.children});return o.displayName=`Button.${e}`,[e,o]})),b=Object.assign(ro,Kt);var u={};L(u,{Column:()=>Xt,Row:()=>Gt});var Gt=Fe.forwardRef((e,o)=>jsx(l,{display:"flex",flexDirection:"row",...e,ref:o})),Xt=Fe.forwardRef((e,o)=>jsx(l,{display:"flex",flexDirection:"column",...e,ref:o}));var v=createContext({apiKey:"",modals:new Set,setModals:()=>{},currentModal:null,navigate:()=>{}});function tr({children:e,navigate:o,theme:t,...i}){let r=t?he(t):{},[n,a]=useState(new Set),s=useMemo(()=>new Frigade(i.apiKey,{apiKey:i.apiKey,apiUrl:i.apiUrl,userId:i.userId,groupId:i.groupId,__readOnly:i.__readOnly,__flowConfigOverrides:i.__flowConfigOverrides}),[i.userId,i.groupId,i.apiKey]),d=o??((g,h="_self")=>{window.open(g,h);});useEffect(()=>()=>{s.destroy();},[]);let m=n.size>0?n.values().next().value:null;return jsxs(v.Provider,{value:{modals:n,setModals:a,currentModal:m,navigate:d,...i,frigade:s},children:[jsx(Global,{styles:{":root":{...be,...r}}}),jsx(ThemeProvider,{theme:y,children:e})]})}function oe(e,o){let[t,i]=useState(),[,r]=useState(""),{frigade:n}=useContext(v),a=s=>{s.id===e&&(o!=null&&o.variables&&s.applyVariables(o.variables),i(s),r(Math.random().toString()));};return useEffect(()=>((async()=>{let s=await n.getFlow(e);if(!s||n.hasFailedToLoad()){i(void 0);return}o!=null&&o.variables&&s.applyVariables(o.variables),i(s);})(),n.onStateChange(a),()=>{n.removeStateChangeHandler(a);}),[]),{flow:t}}function j(e,{onComplete:o,onDismiss:t}={}){let i=useRef(null);return useEffect(()=>{e!=null&&(e.isCompleted&&i.current===!1&&(async()=>await(o==null?void 0:o(e)))(),i.current=e==null?void 0:e.isCompleted);},[e==null?void 0:e.isCompleted]),{handleDismiss:useCallback(async r=>{if(await(t==null?void 0:t(e,r))===!1)return r.preventDefault(),!1;await e.skip();},[e])}}function z(e,{onPrimary:o,onSecondary:t}={}){let{navigate:i}=useContext(v);return {handlePrimary:useCallback(async(r,n)=>await(o==null?void 0:o(e,r))===!1?(r.preventDefault(),!1):(await e.complete(n),e.primaryButtonUri!=null&&i(e.primaryButtonUri,e.primaryButtonUriTarget),!0),[e]),handleSecondary:useCallback(async(r,n)=>await(t==null?void 0:t(e,r))===!1?(r.preventDefault(),!1):(await e.complete(n),e.secondaryButtonUri!=null&&i(e.secondaryButtonUri,e.secondaryButtonUriTarget),!0),[e])}}function te(e,o=!0){let{currentModal:t,modals:i,setModals:r}=useContext(v),[n,a]=useState(!1);useEffect(()=>{o&&(e!=null&&e.isVisible)&&e&&!i.has(e.id)&&r(d=>new Set(d).add(e.id));},[e==null?void 0:e.id,e==null?void 0:e.isVisible]),useEffect(()=>{let d=t===(e==null?void 0:e.id);o&&(e==null?void 0:e.id)!=null&&d!==n&&a(d);},[e==null?void 0:e.id,t]);function s(){o&&i.has(e==null?void 0:e.id)&&r(d=>{let m=new Set(d);return m.delete(e==null?void 0:e.id),m});}return {isCurrentModal:n||!o,removeModal:s}}function O({as:e,children:o,container:t,dismissible:i=!1,flowId:r,onComplete:n,onDismiss:a,onPrimary:s,onSecondary:d,variables:m,forceMount:g,...h}){let{flow:c}=oe(r,{variables:m}),F=c==null?void 0:c.getCurrentStep(),{handleDismiss:q}=j(c,{onComplete:n,onDismiss:a}),{handlePrimary:N,handleSecondary:fe}=z(F,{onPrimary:s,onSecondary:d}),ne=e&&typeof e=="function"&&(e.displayName==="Dialog"||e.displayName==="Modal"),{isCurrentModal:Z,removeModal:ge}=te(c,ne);if(useEffect(()=>{!(c!=null&&c.isVisible)&&Z&&ge();},[c==null?void 0:c.isVisible,Z]),c==null||!Z)return null;let xe=g&&c.isCompleted;return !c.isVisible&&!xe?null:(!c.isCompleted&&!c.isSkipped&&F.start(),jsx(e??l,{position:"relative",...h,children:o({flow:c,handleDismiss:q,handlePrimary:N,handleSecondary:fe,parentProps:{container:t,dismissible:i,flowId:r,variables:m,...h},step:F})}))}function co(e){return jsx(O,{as:f,gap:5,borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",part:"card",...e,children:({handleDismiss:o,handlePrimary:t,handleSecondary:i,parentProps:{dismissible:r},step:n})=>jsxs(Fragment,{children:[jsxs(u.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"card-header",children:[jsx(f.Title,{children:n.title}),r&&jsx(f.Dismiss,{onClick:o}),jsx(f.Subtitle,{flexBasis:"100%",children:n.subtitle})]}),jsx(f.Media,{src:n.imageUri,css:{objectFit:"contain",width:"100%"}}),jsxs(u.Row,{gap:3,justifyContent:"flex-end",part:"card-footer",children:[jsx(f.Secondary,{title:n.secondaryButtonTitle,onClick:i}),jsx(f.Primary,{title:n.primaryButtonTitle??"Continue",onClick:t})]})]})})}function mo({part:e,src:o,...t}){return jsx(l,{as:"img",part:["image",e],src:o,...t})}function xr(e){var o,t,i,r;return e.includes("youtube")?`https://www.youtube.com/embed/${(o=e.split("v=")[1])==null?void 0:o.split("&")[0]}`:e.includes("vimeo")?`https://player.vimeo.com/video/${(t=e.split("vimeo.com/")[1])==null?void 0:t.split("&")[0]}`:e.includes("wistia")?`https://fast.wistia.net/embed/iframe/${(i=e.split("wistia.com/medias/")[1])==null?void 0:i.split("&")[0]}`:e.includes("loom")?`https://loom.com/embed/${(r=e.split("loom.com/share/")[1])==null?void 0:r.split("&")[0]}?hideEmbedTopBar=true&hide_title=true&hide_share=true&hide_owner=true`:null}function fo({part:e,src:o,...t}){let i=xr(o);return i?jsx(l,{allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,as:"iframe",backgroundColor:"gray100",borderWidth:0,part:["video",e],src:i,...t}):o!=null&&o.endsWith(".mp4")?jsx(l,{as:"video",controls:!0,part:["video",e],src:o,...t}):(console.error(`Could not map videoUri ${o} to a known provider (Youtube, Vimeo, Wistia, Loom) or valid mp4 file.`),null)}function U({src:e,type:o,...t}){return jsx(o==="video"?fo:mo,{src:e,...t})}var f=Fe.forwardRef(({children:e,flowId:o,...t},i)=>{if(o!=null)return jsx(co,{flowId:o,...t});let r=t.as??u.Column;return jsx(r,{backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderRadius:"md",borderWidth:"0",gap:5,p:5,...t,ref:i,children:e})});f.Dismiss=e=>jsx(b.Plain,{part:"dismiss",padding:0,...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})});f.Media=({src:e,...o})=>e==null?null:jsx(U,{borderRadius:"md",src:e,...o});f.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Primary,{title:o,onClick:e,...t});f.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Secondary,{title:o,onClick:e,...t});f.Subtitle=({children:e,...o})=>e==null?null:jsx(x.Body2,{display:"block",part:"subtitle",...o,children:e});f.Title=({children:e,...o})=>e==null?null:jsx(x.Body1,{display:"block",fontWeight:"bold",part:"title",...o,children:e});var ae={content:["onOpenAutoFocus","onCloseAutoFocus","onEscapeKeyDown","onPointerDownOutside","onInteractOutside"],root:["defaultOpen","modal","onOpenChange","open"]};function xo(e){let o=Object.fromEntries(ae.content.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),t=Object.fromEntries(ae.root.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),i={};for(let r of Object.keys(e))!ae.content.includes(r)&&!ae.root.includes(r)&&(i[r]=e[r]);return {contentProps:o,otherProps:i,rootProps:t}}function P({children:e,className:o,modal:t=!0,...i}){let{rootProps:r,contentProps:n,otherProps:a}=xo(i);return jsx(w.Root,{defaultOpen:!0,modal:t,...r,children:jsx(w.Portal,{children:jsxs(l,{className:o,display:"grid",inset:"0",padding:"6",pointerEvents:"none",position:"fixed",children:[jsx(w.Overlay,{asChild:!0,children:jsx(l,{background:"rgb(0 0 0 / 0.5)",inset:"0",part:"dialog-overlay",position:"absolute"})}),jsx(w.Content,{asChild:!0,onOpenAutoFocus:s=>s.preventDefault(),onPointerDownOutside:s=>s.preventDefault(),...n,children:jsx(f,{alignSelf:"center",boxShadow:"md",justifySelf:"center",maxWidth:"430px",p:8,part:"dialog",pointerEvents:"auto",...a,children:e})})]})})})}P.Dismiss=e=>jsx(w.Close,{"aria-label":"Close",asChild:!0,children:jsx(b.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});P.Subtitle=({children:e,...o})=>jsx(w.Description,{asChild:!0,children:jsx(x.Body2,{part:"subtitle",...o,children:e})});P.Media=({src:e,...o})=>e==null?null:jsx(U,{borderRadius:"md",src:e,...o});P.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Primary,{title:o,onClick:e,...t});P.ProgressDots=({current:e,total:o})=>{if(o==1)return null;let t=[...Array(o)].map((i,r)=>jsx(l,{as:"circle",r:4,cx:4+16*r,cy:"4px",fill:e===r?y.colors.blue500:y.colors.blue800,part:e===r?"progress-dot-selected":"progress-dot"},r));return jsx(l,{as:"svg",height:"8px",marginInline:"auto",part:"progress",viewBox:`0 0 ${16*o-8} 8`,width:16*o-8,children:t})};P.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Secondary,{title:o,onClick:e,...t});P.Title=({children:e,...o})=>jsx(w.Title,{asChild:!0,children:jsx(x.H3,{part:"title",...o,children:e})});P.displayName="Dialog";function Cr({flowId:e,...o}){return jsx(O,{as:P,dismissible:!0,flowId:e,textAlign:"center",...o,children:({flow:t,handleDismiss:i,handlePrimary:r,handleSecondary:n,parentProps:{dismissible:a},step:s})=>jsxs(Fragment,{children:[a&&jsx(P.Dismiss,{onClick:i}),jsxs(u.Column,{gap:1,part:"announcement-header",children:[jsx(P.Title,{children:s.title}),jsx(P.Subtitle,{children:s.subtitle})]}),jsx(P.Media,{src:s.videoUri??s.imageUri,type:s.videoUri?"video":"image",css:{aspectRatio:"1.5",objectFit:"cover",width:"100%"}}),jsx(P.ProgressDots,{current:t.getNumberOfCompletedSteps(),total:t.getNumberOfAvailableSteps()}),jsxs(u.Row,{css:{"& > button":{flexBasis:"50%",flexGrow:1}},gap:3,part:"announcement-footer",children:[s.secondaryButtonTitle&&jsx(P.Secondary,{onClick:n,title:s.secondaryButtonTitle}),s.primaryButtonTitle&&jsx(P.Primary,{onClick:r,title:s.primaryButtonTitle??"Continue"})]})]})})}function Fr({flowId:e,...o}){return jsx(O,{as:f,borderWidth:"md",display:"flex",flexDirection:"row",flowId:e,gap:3,justifyContent:"space-between",part:"banner",...o,children:({handleDismiss:t,handlePrimary:i,handleSecondary:r,step:n})=>jsxs(Fragment,{children:[jsxs(u.Row,{gap:3,children:[n.imageUri&&jsx(l,{as:"img",part:"image",src:n.imageUri,style:{height:40,width:40,alignSelf:"center"}}),jsxs(u.Column,{children:[jsx(x.H4,{part:"title",children:n.title}),jsx(x.Body2,{part:"subtitle",children:n.subtitle})]})]}),jsxs(u.Row,{alignItems:"center",gap:3,justifyContent:"center",children:[n.secondaryButtonTitle&&jsx(b.Secondary,{title:n.secondaryButtonTitle,onClick:r}),jsx(b.Primary,{title:n.primaryButtonTitle,onClick:i}),o.dismissible&&jsx(f.Dismiss,{onClick:t})]})]})})}var Ro={};L(Ro,{Collapsible:()=>wo,CollapsibleStep:()=>pe});var pe={};L(pe,{Content:()=>Be,Root:()=>ve,Trigger:()=>ke});var Rr=keyframes`
|
|
21
21
|
from {
|
|
22
22
|
height: 0;
|
|
23
23
|
opacity: 0;
|
|
@@ -26,7 +26,7 @@ var oo=Object.defineProperty;var ro=(e=>typeof require<"u"?require:typeof Proxy<
|
|
|
26
26
|
height: var(--radix-collapsible-content-height);
|
|
27
27
|
opacity: 1;
|
|
28
28
|
}
|
|
29
|
-
`,
|
|
29
|
+
`,Br=keyframes`
|
|
30
30
|
from {
|
|
31
31
|
height: var(--radix-collapsible-content-height);
|
|
32
32
|
opacity: 1;
|
|
@@ -35,8 +35,8 @@ var oo=Object.defineProperty;var ro=(e=>typeof require<"u"?require:typeof Proxy<
|
|
|
35
35
|
height: 0;
|
|
36
36
|
opacity: 0;
|
|
37
37
|
}
|
|
38
|
-
`,Dr=()=>jsx(l,{as:"svg",color:"primary.foreground",width:"10px",height:"8px",viewBox:"0 0 10 8",fill:"none",children:jsx("path",{d:"M1 4.34664L3.4618 6.99729L3.4459 6.98017L9 1",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});function Er({checked:e=!1}){return jsx(l,{backgroundColor:"inherit",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"22px",width:"22px",children:e&&jsx(l,{alignItems:"center",bg:"green500",borderWidth:"md",borderStyle:"solid",borderColor:"green500",borderRadius:"100%",display:"flex",height:"calc(100% + 2px)",justifyContent:"center",left:"-1px",part:"field-radio-indicator",position:"absolute",top:"-1px",width:"calc(100% + 2px)",children:jsx(Dr,{})})})}function De({children:e}){return jsx(ee.Content,{asChild:!0,children:jsxs(g.Column,{css:{'&[data-state="open"]':{animation:`${vr} 300ms ease-out`},'&[data-state="closed"]':{animation:`${kr} 300ms ease-out`},overflow:"hidden"},gap:5,children:[jsx(l,{}),e]})})}function Ee({children:e,open:t=!1,onOpenChange:o=()=>{}}){return jsx(ee.Root,{asChild:!0,open:t,onOpenChange:o,children:jsx(u,{borderWidth:"md",css:{'&[data-state="open"] .fr-collapsible-step-icon':{transform:"rotate(180deg)"}},gap:0,children:e})})}function Oe({isCompleted:e,title:t}){return jsx(ee.Trigger,{asChild:!0,children:jsxs(g.Row,{alignItems:"center",justifyContent:"space-between",margin:-5,padding:5,zIndex:1,children:[jsxs(g.Row,{alignItems:"center",gap:2,children:[jsx(Er,{checked:e}),jsx(f.Body2,{fontWeight:"demibold",userSelect:"none",children:t})]}),jsx(l,{as:ChevronDownIcon,color:"gray100",css:{"& path":{vectorEffect:"non-scaling-stroke"}},display:"block",height:"16px",order:2,part:"collapsible-step-icon",width:"16px"})]})})}var Me={};$(Me,{Bar:()=>ue,Dots:()=>Ct,Segments:()=>Ft});function ue({current:e,total:t,...o}){let n=t>0?Math.min(e/t,1):0,i=n===0?"10px":`${100*n}%`;return jsx(l,{part:"progress-bar",backgroundColor:"blue800",borderRadius:"md",height:"10px",...o,children:jsx(l,{backgroundColor:"primary.surface",part:"progress-bar-fill",borderRadius:"md",height:"100%",style:{width:i},transition:"width 300ms ease-out"})})}function Ct({current:e,total:t,...o}){if(t==1)return null;let n=[...Array(t)].map((i,r)=>jsx(l,{as:"circle",r:4,cx:4+16*r,cy:"4px",fill:e-1===r?y.colors.blue500:y.colors.blue800},r));return jsx(l,{as:"svg",height:"8px",part:"progress-dots",viewBox:`0 0 ${16*t-8} 8`,width:16*t-8,...o,children:n})}function Ft({current:e,total:t,...o}){let n=[...Array(t)].map((i,r)=>jsx(l,{backgroundColor:e-1===r?"primary.surface":"blue800",borderRadius:"md",flexGrow:1,height:"100%"},r));return jsx(g.Row,{gap:1,height:"10px",...o,children:n})}var Tt=createContext({onPrimary:()=>{},onSecondary:()=>{},openStepId:null,setOpenStepId:()=>{},stepTypes:{}});function wt({handlePrimary:e,handleSecondary:t,open:o,onOpenChange:n,step:i}){let{isBlocked:r,isCompleted:a,primaryButtonTitle:s,secondaryButtonTitle:d,subtitle:m,title:x}=i;return jsxs(Ee,{open:o,onOpenChange:n,children:[jsx(Oe,{isCompleted:a,title:x}),jsxs(De,{children:[jsx(u.Media,{aspectRatio:2.5,objectFit:"cover",src:i.imageUri}),jsx(u.Subtitle,{color:"gray500",children:m}),jsxs(g.Row,{gap:3,children:[jsx(u.Secondary,{disabled:!!(a||r),title:d,onClick:t}),jsx(u.Primary,{disabled:!!(a||r),title:s,onClick:e})]})]})]})}var Hr={default:wt};function Wr({flow:e,step:t,...o}){let{onPrimary:n,onSecondary:i,openStepId:r,setOpenStepId:a,stepTypes:s}=useContext(Tt),{handlePrimary:d,handleSecondary:m}=U(t,{onPrimary:n,onSecondary:i}),x=(r??e.getCurrentStep().id)===t.id,b=s[t.type]??wt;async function c(F){a(F?t.id:""),F&&!t.isCompleted&&await t.start();}return jsx(b,{flow:e,onOpenChange:c,open:x,step:t,...o,handlePrimary:d,handleSecondary:m},t.id)}function Rt({dismissible:e,flowId:t,onPrimary:o,onSecondary:n,stepTypes:i={},...r}){let[a,s]=useState(null),d={...Hr,...i};return jsx(Tt.Provider,{value:{openStepId:a,setOpenStepId:s,onPrimary:o,onSecondary:n,stepTypes:d},children:jsx(M,{as:u,borderWidth:"md",flowId:t,part:"checklist",...r,children:({flow:m,handleDismiss:x,...b})=>{let c=Array.from(m.steps.entries()).map(([,j])=>jsx(Wr,{flow:m,handleDismiss:x,...b,step:j},j.id)),F=m.getNumberOfCompletedSteps(),Z=m.getNumberOfAvailableSteps();return jsxs(Fragment,{children:[jsxs(g.Column,{gap:2,children:[jsxs(g.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"checklist-header",children:[jsx(u.Title,{children:m.title}),e&&jsx(u.Dismiss,{onClick:x}),jsx(u.Subtitle,{color:"gray500",flexBasis:"100%",children:m.subtitle})]}),jsxs(g.Row,{alignItems:"center",gap:2,children:[jsxs(f.Body2,{fontWeight:"demibold",children:[F,"/",Z]}),jsx(ue,{current:F,total:Z,flexGrow:1})]})]}),c]})}})})}var $r=new Set(["required","min","max","minLength","maxLength","pattern"]);function Nr({fieldComponent:e,control:t,fieldData:o}){o.pattern!=null&&(typeof o.pattern=="string"?o.pattern=new RegExp(o.pattern.replace(/^\/|\/$/g,"")):typeof o.pattern=="object"&&typeof o.pattern.value=="string"&&(o.pattern.value=new RegExp(o.pattern.value.replace(/^\/|\/$/g,""))));let n=Object.fromEntries(Object.entries(o).filter(([r])=>$r.has(r))),i=useController({name:o.id,control:t,rules:n});return jsx(e,{...i,fieldData:o})}function vt({fieldTypes:e,handleDismiss:t,handlePrimary:o,handleSecondary:n,parentProps:{dismissible:i},step:r}){var b;let{control:a,handleSubmit:s}=useForm({delayError:2e3,mode:"onChange"}),d=[];function m(c,F){o(F,c);}function x(c,F){n(F,c);}return (b=r.fields)==null||b.forEach(c=>{e[c.type]!=null&&d.push(jsx(Nr,{control:a,fieldComponent:e[c.type],fieldData:c},c.id));}),jsxs(g.Column,{gap:5,part:"form-step",children:[jsxs(g.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"form-step-header",children:[jsx(u.Title,{children:r.title}),i&&jsx(u.Dismiss,{onClick:t}),jsx(u.Subtitle,{flexBasis:"100%",children:r.subtitle})]}),d,jsxs(g.Row,{part:"form-step-footer",justifyContent:"flex-end",gap:3,children:[r.secondaryButtonTitle&&jsx(h.Secondary,{title:r.secondaryButtonTitle,onClick:s(x)}),jsx(h.Primary,{title:r.primaryButtonTitle??"Submit",onClick:s(m)})]},"form-footer")]})}function kt({error:e}){var t;return (t=e==null?void 0:e.message)!=null&&t.length?jsx(f.Caption,{color:"red500",display:"block",part:"field-error",textAlign:"end",children:e==null?void 0:e.message}):null}function Dt({children:e,id:t,required:o=!1}){return jsxs(f.H4,{as:"label",htmlFor:t,part:"field-label",children:[e,o&&" *"]})}var se={px:"4",py:"2",backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",borderRadius:"md",display:"block",outline:"none",width:"100%"};function z({children:e,field:t,fieldData:o,fieldState:n}){let{id:i,label:r,placeholder:a}=o,{error:s}=n,d={id:i,...t,...a?{placeholder:a}:{},...se,"aria-invalid":!!s,value:t.value??""};return jsxs(l,{part:"field",children:[jsx(Dt,{id:i,required:!!o.required,children:r}),e(d),jsx(kt,{error:s})]})}var Kr=()=>jsx(l,{as:"svg",color:"primary.foreground",width:"10px",height:"8px",viewBox:"0 0 10 8",fill:"none",children:jsx("path",{d:"M1 4.34664L3.4618 6.99729L3.4459 6.98017L9 1",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),Ur=Re.forwardRef(({label:e,value:t},o)=>jsxs(l,{as:"label",backgroundColor:"neutral.background",borderColor:"neutral.border",borderRadius:"md",borderStyle:"solid",borderWidth:"md",display:"flex",htmlFor:t,justifyContent:"space-between",part:"field-radio",px:4,py:2,children:[jsx(f.Body2,{part:"field-radio-label",children:e}),jsx(te.Item,{id:t,value:t,ref:o,asChild:!0,children:jsx(l,{as:"button",backgroundColor:"inherit",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"24px",width:"24px",children:jsx(l,{as:te.Indicator,alignItems:"center",bg:"primary.surface",borderWidth:"md",borderStyle:"solid",borderColor:"primary.border",borderRadius:"100%",display:"flex",height:"calc(100% + 2px)",justifyContent:"center",left:"-1px",part:"field-radio-indicator",position:"absolute",top:"-1px",width:"calc(100% + 2px)",children:jsx(Kr,{})})})})]}));function It(e){let{field:{onChange:t,value:o},fieldData:{options:n=[]}}=e,i=n.map(({label:r,value:a})=>jsx(Ur,{value:a,label:r},a));return jsx(z,{...e,children:()=>jsx(te.Root,{value:o,onValueChange:t,asChild:!0,children:jsx(g.Column,{gap:2,part:"field-radio-group",children:i})})})}var Jr=Re.forwardRef(({label:e,value:t},o)=>jsx(S.Item,{value:t,ref:o,asChild:!0,children:jsx(l,{"backgroundColor:hover":"blue900",borderRadius:"md",outline:"none",part:"field-select-option",px:"3",py:"2",children:jsx(S.ItemText,{asChild:!0,children:jsx(f.Body2,{part:"field-select-option-label",children:e})})})}));function At(e){let{field:{onChange:t,value:o},fieldData:{options:n=[],placeholder:i}}=e,r=n.map(({label:a,value:s})=>jsx(Jr,{value:s,label:a},s));return jsx(z,{...e,children:()=>jsxs(S.Root,{value:o,onValueChange:t,children:[jsx(S.Trigger,{asChild:!0,children:jsxs(f.Body2,{...se,alignItems:"center",display:"flex",justifyContent:"space-between",part:"field-select",children:[jsx(S.Value,{placeholder:i??"Select one"}),jsx(S.Icon,{children:jsx(l,{as:ChevronDownIcon,color:"gray100",display:"block",height:"24px",part:"field-select-icon",width:"24px"})})]})}),jsx(S.Portal,{children:jsx(S.Content,{position:"popper",sideOffset:4,asChild:!0,children:jsx(l,{...se,p:"1",part:"field-select-options",width:"var(--radix-popper-anchor-width)",children:jsx(S.Viewport,{children:r})})})})]})})}function Vt(e){return jsx(z,{...e,children:t=>jsx(f.Body2,{as:"input",part:"field-text",type:"text",...t})})}function Nt(e){return jsx(z,{...e,children:t=>jsx(f.Body2,{as:"textarea",part:"field-textarea",...t})})}var qr={radio:It,select:At,text:Vt,textarea:Nt};function He({fieldTypes:e={},flowId:t,...o}){let n=Object.assign({},qr,e);return jsx(M,{flowId:t,part:"form",...o,children:i=>jsx(vt,{fieldTypes:n,...i})})}var Ut={};$(Ut,{NPS:()=>Kt});function jt({field:e}){let t=[...Array(11)].map((o,n)=>{let i=e.value===n?h.Primary:h.Secondary;return jsx(i,{borderWidth:"1px",onClick:()=>e.onChange(n),title:`${n}`},n)});return jsx(g.Row,{gap:2,justifyContent:"space-between",part:"field-nps",children:t})}var E="24px";function Y({children:e,align:t,...o}){function n(){switch(t){case"top":return {top:E,left:"50%",transform:"translate(-50%, 0)"};case"bottom":return {bottom:E,left:"50%",transform:"translate(-50%, 0)"};case"left":return {top:"50%",left:E,transform:"translate(0, -50%)"};case"right":return {top:"50%",right:E,transform:"translate(0, -50%)"};case"top-left":return {top:E,left:E};case"top-right":return {top:E,right:E};case"bottom-left":return {bottom:E,left:E};case"bottom-right":return {bottom:E,right:E}}return {top:"50%",transform:"translate(-50%, -50%)"}}return jsx(l,{inset:"0",position:"fixed",zIndex:"9999",width:"100vw",height:"100vh",pointerEvents:"none",children:jsx(u,{boxShadow:"md",p:8,part:"modal",...n(),...o,position:"fixed",pointerEvents:"all",children:e})})}Y.Dismiss=e=>jsx(w.Close,{"aria-label":"Close",asChild:!0,children:jsx(h.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});Y.Subtitle=({children:e,...t})=>jsx(w.Description,{asChild:!0,children:jsx(f.Body2,{part:"subtitle",...t,children:e})});Y.Secondary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Secondary,{title:t,onClick:e,...o});Y.Title=({children:e,...t})=>jsx(w.Title,{asChild:!0,children:jsx(f.H3,{part:"title",...t,children:e})});Y.displayName="Modal";function Kt({as:e=Y,flowId:t,fieldTypes:o,...n}){return jsx(He,{as:e,flowId:t,fieldTypes:{nps:jt,...o},minWidth:"620px",width:"620px",align:"bottom",...n})}function fe(){let e="DOMRect"in globalThis?new DOMRect:{height:0,width:0,x:0,y:0,bottom:0,top:0,right:0,left:0,toJSON:()=>{}},[t,o]=useState(e),[n,i]=useState(null),r=useCallback(a=>{i(a);},[]);return useLayoutEffect(()=>{if(!n)return;let a=()=>{let s=n.getBoundingClientRect();o(s);};return a(),window.addEventListener("resize",a),()=>window.removeEventListener("resize",a)},[n]),{node:n,rect:t,ref:r}}var on=keyframes({"0%":{opacity:.5,transform:"scale(0.5)"},"50%":{opacity:0,transform:"scale(1)"},"100%":{opacity:0,transform:"scale(1)"}});function Jt({style:e={},part:t="",...o}){return jsxs(l,{part:`dot-wrapper ${t}`,style:{height:"48px",position:"absolute",width:"48px",...e},...o,children:[jsx(l,{backgroundColor:"primary.surface",part:"dot-pulse",css:{animation:`2s ease-out infinite ${on}`,borderRadius:"24px",height:"48px",left:0,position:"absolute",top:0,transformOrigin:"center center",width:"48px"}}),jsx(l,{backgroundColor:"primary.surface",part:"dot",style:{borderRadius:"12px",height:"24px",left:"12px",position:"absolute",top:"12px",width:"24px"}})]})}function qt({props:e,alignAttr:t,sideAttr:o}){let n=o??"bottom",i={},r=()=>{if(["after","before"].includes(e.align)){if(t=="start")return "before";if(t=="end")return "after"}return e.align??"after"},a="-24px",s={top:"bottom",right:"left",bottom:"top",left:"right"};i[s[n]]=a;let d=r();return ["before","end"].includes(d)?["top","bottom"].includes(n)?i.right=a:i.bottom=a:["after","start"].includes(d)?["top","bottom"].includes(n)?i.left=a:i.top=a:["top","bottom"].includes(n)?i.left=`calc(50% + ${a})`:i.top=`calc(50% + ${a})`,i}var ge={content:["align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","forceMount","hideWhenDetached","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenAutoFocus","onPointerDownOutside","side","sideOffset","sticky"],root:["defaultOpen","modal","onOpenChange","open"]};function Yt(e,t){let o=Object.fromEntries(ge.content.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),n=Object.fromEntries(ge.root.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),i={};for(let r of Object.keys(e))!ge.content.includes(r)&&!ge.root.includes(r)&&(i[r]=e[r]);if(o.align=o.align??"after",o.side=o.side??"bottom",["before","after"].includes(o.align)){let r={after:"end",before:"start"},a=(c,F)=>["top","bottom"].includes(F)?c=="after"?"marginLeft":"marginRight":c=="after"?"marginTop":"marginBottom",s=o.alignOffset??0,d=o.style??{},m=o.side??"bottom",x=o.align;o.style={...d,[a(x,m)]:s};let b=["top","bottom"].includes(m)?t.width:t.height;o.alignOffset=(b+s)*-1,o.align=r[x];}return {contentProps:o,otherProps:i,rootProps:n}}function T({anchor:e,children:t,className:o,spotlight:n=!1,style:i,...r}){let{node:a,rect:s,ref:d}=fe(),{node:m,rect:x,ref:b}=fe(),{contentProps:c,otherProps:F,rootProps:Z}=Yt(r,s),[j,ye]=useState(c.align),[le,re]=useState(c.side),[he,be]=useState(0),[Le,eo]=useState(0);if(a!==null){let V=a.getAttribute("data-align"),pe=a.getAttribute("data-side");j!==V&&ye(V),le!==pe&&re(pe);}let Ve=useRef(null);if(useEffect(()=>{let V=document.querySelector(e);V!=null?(b(V),Ve.current=V):console.debug(`No anchor found for query: ${e}`);},[e]),useEffect(()=>{let{scrollX:V,scrollY:pe}=window;be(x.left+V),eo(x.top+pe);},[x.left,x.top]),m==null)return null;let $e="0";typeof window<"u"&&($e=window.getComputedStyle(m).borderRadius);let to=qt({props:r,alignAttr:j,sideAttr:le});return jsxs(H.Root,{defaultOpen:!0,...Z,children:[jsx(H.Anchor,{virtualRef:Ve}),jsx(H.Portal,{children:jsxs(Fragment,{children:[n&&jsx(l,{part:"tooltip-spotlight",position:"absolute",style:{borderRadius:$e,boxShadow:"0 0 0 20000px rgb(0 0 0 / 0.5)",height:x.height,left:he,top:Le,width:x.width}}),jsx(H.Content,{asChild:!0,...c,ref:d,children:jsxs(u,{boxShadow:"md",part:"tooltip",position:"relative",className:o,css:{maxWidth:"360px",pointerEvents:"auto"},style:i,...F,children:[jsx(Jt,{style:to}),t]})})]})})]})}T.Close=e=>jsx(H.Close,{"aria-label":"Close",asChild:!0,children:jsx(h.Plain,{css:{top:"12px",right:"4px"},part:"close",position:"absolute",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});T.Media=({src:e,...t})=>e==null?null:jsx(X,{borderRadius:"md md 0 0",borderWidth:"0",css:{aspectRatio:"2",objectFit:"cover"},margin:"-5 -5 0",src:e,...t});T.Primary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Primary,{title:t,onClick:e,...o});T.Progress=({children:e,...t})=>e==null?null:jsx(f.H4,{part:"progress",...t,children:e});T.Secondary=({onClick:e,title:t,...o})=>t==null?null:jsx(h.Secondary,{title:t,onClick:e,...o});T.Subtitle=({children:e,...t})=>e==null?null:jsx(f.Body2,{part:"subtitle",...t,children:e});T.Title=({children:e,...t})=>e==null?null:jsx(f.H4,{part:"title",...t,children:e});function Zt({dismissible:e=!0,flow:t,onDismiss:o,onPrimary:n,onSecondary:i,step:r,...a}){let{handleDismiss:s}=K(t,{onDismiss:o}),{handlePrimary:d,handleSecondary:m}=U(r,{onPrimary:n,onSecondary:i});return jsxs(T,{anchor:r.selector,onOpenAutoFocus:x=>x.preventDefault(),onPointerDownOutside:x=>x.preventDefault(),onInteractOutside:x=>x.preventDefault(),...a,children:[e&&jsx(T.Close,{onClick:s}),jsx(T.Media,{src:r.videoUri??r.imageUri,type:r.videoUri?"video":"image"}),jsxs(g.Column,{gap:1,part:"tooltip-header",children:[jsx(T.Title,{children:r.title}),jsx(T.Subtitle,{color:"gray500",children:r.subtitle})]}),jsxs(g.Row,{alignItems:"center",gap:3,justifyContent:"flex-end",part:"tooltip-footer",children:[jsx(T.Progress,{marginRight:"auto",transform:"translateY(1px)",children:`${t.getNumberOfCompletedSteps()+1}/${t.getNumberOfAvailableSteps()}`}),jsx(T.Secondary,{title:r.secondaryButtonTitle,onClick:m}),jsx(T.Primary,{title:r.primaryButtonTitle,onClick:d})]})]},r.id)}function pn({flowId:e,onComplete:t,variables:o,...n}){let{flow:i}=ie(e,{variables:o});K(i,{onComplete:t});let{isCurrentModal:r,removeModal:a}=ae(i);if(useEffect(()=>{!(i!=null&&i.isVisible)&&r&&a();},[i==null?void 0:i.isVisible,r]),i==null||i.isVisible===!1||!r)return null;let s=i.getCurrentStep();return s==null||s.start(),jsx(Zt,{step:s,flow:i,...n})}function mn(){let{frigade:e}=useContext(v);return {frigade:e,isLoading:!(e!=null&&e.isReady())}}function fn(){let{userId:e,frigade:t}=useContext(v);async function o(i){await t.identify(e,i);}async function n(i,r){await t.track(i,r);}return {userId:e,addProperties:o,track:n}}function xn(){let{groupId:e,frigade:t}=useContext(v);async function o(i){if(!e){console.error("No Group ID is set. Cannot set properties without a Group ID.");return}await t.group(e,i);}async function n(i,r){await t.track(i,r);}return {groupId:e,addProperties:o,track:n}}
|
|
38
|
+
`,vr=()=>jsx(l,{as:"svg",color:"primary.foreground",width:"10px",height:"8px",viewBox:"0 0 10 8",fill:"none",children:jsx("path",{d:"M1 4.34664L3.4618 6.99729L3.4459 6.98017L9 1",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});function kr({checked:e=!1}){return jsx(l,{backgroundColor:"inherit",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"22px",width:"22px",children:e&&jsx(l,{alignItems:"center",bg:"green500",borderWidth:"md",borderStyle:"solid",borderColor:"green500",borderRadius:"100%",display:"flex",height:"calc(100% + 2px)",justifyContent:"center",left:"-1px",part:"field-radio-indicator",position:"absolute",top:"-1px",width:"calc(100% + 2px)",children:jsx(vr,{})})})}function Be({children:e}){return jsx(Y.Content,{asChild:!0,children:jsxs(u.Column,{css:{'&[data-state="open"]':{animation:`${Rr} 300ms ease-out`},'&[data-state="closed"]':{animation:`${Br} 300ms ease-out`},overflow:"hidden"},gap:5,children:[jsx(l,{}),e]})})}function ve({children:e,open:o=!1,onOpenChange:t=()=>{}}){return jsx(Y.Root,{asChild:!0,open:o,onOpenChange:t,children:jsx(f,{borderWidth:"md",css:{'&[data-state="open"] .fr-collapsible-step-icon':{transform:"rotate(180deg)"}},gap:0,children:e})})}function ke({isCompleted:e,title:o}){return jsx(Y.Trigger,{asChild:!0,children:jsxs(u.Row,{alignItems:"center",justifyContent:"space-between",margin:-5,padding:5,zIndex:1,children:[jsxs(u.Row,{alignItems:"center",gap:2,children:[jsx(kr,{checked:e}),jsx(x.Body2,{fontWeight:"demibold",userSelect:"none",children:o})]}),jsx(l,{as:ChevronDownIcon,color:"gray100",css:{"& path":{vectorEffect:"non-scaling-stroke"}},display:"block",height:"16px",order:2,part:"collapsible-step-icon",width:"16px"})]})})}var De={};L(De,{Bar:()=>de,Dots:()=>Po,Segments:()=>So});function de({current:e,total:o,...t}){let i=o>0?Math.min(e/o,1):0,r=i===0?"10px":`${100*i}%`;return jsx(l,{part:"progress-bar",backgroundColor:"blue800",borderRadius:"md",height:"10px",...t,children:jsx(l,{backgroundColor:"primary.surface",part:"progress-bar-fill",borderRadius:"md",height:"100%",style:{width:r},transition:"width 300ms ease-out"})})}function Po({current:e,total:o,...t}){if(o==1)return null;let i=[...Array(o)].map((r,n)=>jsx(l,{as:"circle",r:4,cx:4+16*n,cy:"4px",fill:e-1===n?y.colors.blue500:y.colors.blue800},n));return jsx(l,{as:"svg",height:"8px",part:"progress-dots",viewBox:`0 0 ${16*o-8} 8`,width:16*o-8,...t,children:i})}function So({current:e,total:o,...t}){let i=[...Array(o)].map((r,n)=>jsx(l,{backgroundColor:e-1===n?"primary.surface":"blue800",borderRadius:"md",flexGrow:1,height:"100%"},n));return jsx(u.Row,{gap:1,height:"10px",...t,children:i})}var Fo=createContext({onPrimary:()=>{},onSecondary:()=>{},openStepId:null,setOpenStepId:()=>{},stepTypes:{}});function To({handlePrimary:e,handleSecondary:o,open:t,onOpenChange:i,step:r}){let{isBlocked:n,isCompleted:a,primaryButtonTitle:s,secondaryButtonTitle:d,subtitle:m,title:g}=r;return jsxs(ve,{open:t,onOpenChange:i,children:[jsx(ke,{isCompleted:a,title:g}),jsxs(Be,{children:[jsx(f.Media,{aspectRatio:2.5,objectFit:"cover",src:r.imageUri}),jsx(f.Subtitle,{color:"gray500",children:m}),jsxs(u.Row,{gap:3,children:[jsx(f.Secondary,{disabled:!!(a||n),title:d,onClick:o}),jsx(f.Primary,{disabled:!!(a||n),title:s,onClick:e})]})]})]})}var Ir={default:To};function Mr({flow:e,step:o,...t}){let{onPrimary:i,onSecondary:r,openStepId:n,setOpenStepId:a,stepTypes:s}=useContext(Fo),{handlePrimary:d,handleSecondary:m}=z(o,{onPrimary:i,onSecondary:r}),g=(n??e.getCurrentStep().id)===o.id,h=s[o.type]??To;async function c(F){a(F?o.id:""),F&&!o.isCompleted&&await o.start();}return jsx(h,{flow:e,onOpenChange:c,open:g,step:o,...t,handlePrimary:d,handleSecondary:m},o.id)}function wo({dismissible:e,flowId:o,onPrimary:t,onSecondary:i,stepTypes:r={},...n}){let[a,s]=useState(null),d={...Ir,...r};return jsx(Fo.Provider,{value:{openStepId:a,setOpenStepId:s,onPrimary:t,onSecondary:i,stepTypes:d},children:jsx(O,{as:f,borderWidth:"md",flowId:o,part:"checklist",...n,children:({flow:m,handleDismiss:g,...h})=>{let c=Array.from(m.steps.entries()).map(([,N])=>jsx(Mr,{flow:m,handleDismiss:g,...h,step:N},N.id)),F=m.getNumberOfCompletedSteps(),q=m.getNumberOfAvailableSteps();return jsxs(Fragment,{children:[jsxs(u.Column,{gap:2,children:[jsxs(u.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"checklist-header",children:[jsx(f.Title,{children:m.title}),e&&jsx(f.Dismiss,{onClick:g}),jsx(f.Subtitle,{color:"gray500",flexBasis:"100%",children:m.subtitle})]}),jsxs(u.Row,{alignItems:"center",gap:2,children:[jsxs(x.Body2,{fontWeight:"demibold",children:[F,"/",q]}),jsx(de,{current:F,total:q,flexGrow:1})]})]}),c]})}})})}var Lr=new Set(["required","min","max","minLength","maxLength","pattern"]);function Vr({fieldComponent:e,control:o,fieldData:t}){t.pattern!=null&&(typeof t.pattern=="string"?t.pattern=new RegExp(t.pattern.replace(/^\/|\/$/g,"")):typeof t.pattern=="object"&&typeof t.pattern.value=="string"&&(t.pattern.value=new RegExp(t.pattern.value.replace(/^\/|\/$/g,""))));let i=Object.fromEntries(Object.entries(t).filter(([n])=>Lr.has(n))),r=useController({name:t.id,control:o,rules:i});return jsx(e,{...r,fieldData:t})}function Bo({fieldTypes:e,handleDismiss:o,handlePrimary:t,handleSecondary:i,parentProps:{dismissible:r},step:n}){var h;let{control:a,handleSubmit:s}=useForm({delayError:2e3,mode:"onChange"}),d=[];function m(c,F){t(F,c);}function g(c,F){i(F,c);}return (h=n.fields)==null||h.forEach(c=>{e[c.type]!=null&&d.push(jsx(Vr,{control:a,fieldComponent:e[c.type],fieldData:c},c.id));}),jsxs(u.Column,{gap:5,part:"form-step",children:[jsxs(u.Row,{alignItems:"center",flexWrap:"wrap",gap:1,justifyContent:"space-between",part:"form-step-header",children:[jsx(f.Title,{children:n.title}),r&&jsx(f.Dismiss,{onClick:o}),jsx(f.Subtitle,{flexBasis:"100%",children:n.subtitle})]}),d,jsxs(u.Row,{part:"form-step-footer",justifyContent:"flex-end",gap:3,children:[n.secondaryButtonTitle&&jsx(b.Secondary,{title:n.secondaryButtonTitle,onClick:s(g)}),jsx(b.Primary,{title:n.primaryButtonTitle??"Submit",onClick:s(m)})]},"form-footer")]})}function vo({error:e}){var o;return (o=e==null?void 0:e.message)!=null&&o.length?jsx(x.Caption,{color:"red500",display:"block",part:"field-error",textAlign:"end",children:e==null?void 0:e.message}):null}function ko({children:e,id:o,required:t=!1}){return jsxs(x.H4,{as:"label",htmlFor:o,part:"field-label",children:[e,t&&" *"]})}var re={px:"4",py:"2",backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",borderRadius:"md",display:"block",outline:"none",width:"100%"};function _({children:e,field:o,fieldData:t,fieldState:i}){let{id:r,label:n,placeholder:a}=t,{error:s}=i,d={id:r,...o,...a?{placeholder:a}:{},...re,"aria-invalid":!!s,value:o.value??""};return jsxs(l,{part:"field",children:[jsx(ko,{id:r,required:!!t.required,children:n}),e(d),jsx(vo,{error:s})]})}var jr=()=>jsx(l,{as:"svg",color:"primary.foreground",width:"10px",height:"8px",viewBox:"0 0 10 8",fill:"none",children:jsx("path",{d:"M1 4.34664L3.4618 6.99729L3.4459 6.98017L9 1",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),zr=Fe.forwardRef(({label:e,value:o},t)=>jsxs(l,{as:"label",backgroundColor:"neutral.background",borderColor:"neutral.border",borderRadius:"md",borderStyle:"solid",borderWidth:"md",display:"flex",htmlFor:o,justifyContent:"space-between",part:"field-radio",px:4,py:2,children:[jsx(x.Body2,{part:"field-radio-label",children:e}),jsx(Q.Item,{id:o,value:o,ref:t,asChild:!0,children:jsx(l,{as:"button",backgroundColor:"inherit",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"24px",width:"24px",children:jsx(l,{as:Q.Indicator,alignItems:"center",bg:"primary.surface",borderWidth:"md",borderStyle:"solid",borderColor:"primary.border",borderRadius:"100%",display:"flex",height:"calc(100% + 2px)",justifyContent:"center",left:"-1px",part:"field-radio-indicator",position:"absolute",top:"-1px",width:"calc(100% + 2px)",children:jsx(jr,{})})})})]}));function Io(e){let{field:{onChange:o,value:t},fieldData:{options:i=[]}}=e,r=i.map(({label:n,value:a})=>jsx(zr,{value:a,label:n},a));return jsx(_,{...e,children:()=>jsx(Q.Root,{value:t,onValueChange:o,asChild:!0,children:jsx(u.Column,{gap:2,part:"field-radio-group",children:r})})})}var Gr=Fe.forwardRef(({label:e,value:o},t)=>jsx(S.Item,{value:o,ref:t,asChild:!0,children:jsx(l,{"backgroundColor:hover":"blue900",borderRadius:"md",outline:"none",part:"field-select-option",px:"3",py:"2",children:jsx(S.ItemText,{asChild:!0,children:jsx(x.Body2,{part:"field-select-option-label",children:e})})})}));function Wo(e){let{field:{onChange:o,value:t},fieldData:{options:i=[],placeholder:r}}=e,n=i.map(({label:a,value:s})=>jsx(Gr,{value:s,label:a},s));return jsx(_,{...e,children:()=>jsxs(S.Root,{value:t,onValueChange:o,children:[jsx(S.Trigger,{asChild:!0,children:jsxs(x.Body2,{...re,alignItems:"center",display:"flex",justifyContent:"space-between",part:"field-select",children:[jsx(S.Value,{placeholder:r??"Select one"}),jsx(S.Icon,{children:jsx(l,{as:ChevronDownIcon,color:"gray100",display:"block",height:"24px",part:"field-select-icon",width:"24px"})})]})}),jsx(S.Portal,{children:jsx(S.Content,{position:"popper",sideOffset:4,asChild:!0,children:jsx(l,{...re,p:"1",part:"field-select-options",width:"var(--radix-popper-anchor-width)",children:jsx(S.Viewport,{children:n})})})})]})})}function Lo(e){return jsx(_,{...e,children:o=>jsx(x.Body2,{as:"input",part:"field-text",type:"text",...o})})}function $o(e){return jsx(_,{...e,children:o=>jsx(x.Body2,{as:"textarea",part:"field-textarea",...o})})}var Xr={radio:Io,select:Wo,text:Lo,textarea:$o};function Oe({fieldTypes:e={},flowId:o,...t}){let i=Object.assign({},Xr,e);return jsx(O,{flowId:o,part:"form",...t,children:r=>jsx(Bo,{fieldTypes:i,...r})})}var Ko={};L(Ko,{NPS:()=>zo});function jo({field:e}){let o=[...Array(11)].map((t,i)=>{let r=e.value===i?b.Primary:b.Secondary;return jsx(r,{borderWidth:"1px",onClick:()=>e.onChange(i),title:`${i}`},i)});return jsx(u.Row,{gap:2,justifyContent:"space-between",part:"field-nps",children:o})}function zo({as:e=P,flowId:o,fieldTypes:t,...i}){return jsx(Oe,{alignSelf:"end",as:e,flowId:o,fieldTypes:{nps:jo,...t},minWidth:"620px",modal:!1,width:"620px",...i})}function ce(){let e="DOMRect"in globalThis?new DOMRect:{height:0,width:0,x:0,y:0,bottom:0,top:0,right:0,left:0,toJSON:()=>{}},[o,t]=useState(e),[i,r]=useState(null),n=useCallback(a=>{r(a);},[]);return useLayoutEffect(()=>{if(!i)return;let a=()=>{let s=i.getBoundingClientRect();t(s);};return a(),window.addEventListener("resize",a),()=>window.removeEventListener("resize",a)},[i]),{node:i,rect:o,ref:n}}var Zr=keyframes({"0%":{opacity:.5,transform:"scale(0.5)"},"50%":{opacity:0,transform:"scale(1)"},"100%":{opacity:0,transform:"scale(1)"}});function Xo({style:e={},part:o="",...t}){return jsxs(l,{part:`dot-wrapper ${o}`,style:{height:"48px",position:"absolute",width:"48px",...e},...t,children:[jsx(l,{backgroundColor:"primary.surface",part:"dot-pulse",css:{animation:`2s ease-out infinite ${Zr}`,borderRadius:"24px",height:"48px",left:0,position:"absolute",top:0,transformOrigin:"center center",width:"48px"}}),jsx(l,{backgroundColor:"primary.surface",part:"dot",style:{borderRadius:"12px",height:"24px",left:"12px",position:"absolute",top:"12px",width:"24px"}})]})}function Jo({props:e,alignAttr:o,sideAttr:t}){let i=t??"bottom",r={},n=()=>{if(["after","before"].includes(e.align)){if(o=="start")return "before";if(o=="end")return "after"}return e.align??"after"},a="-24px",s={top:"bottom",right:"left",bottom:"top",left:"right"};r[s[i]]=a;let d=n();return ["before","end"].includes(d)?["top","bottom"].includes(i)?r.right=a:r.bottom=a:["after","start"].includes(d)?["top","bottom"].includes(i)?r.left=a:r.top=a:["top","bottom"].includes(i)?r.left=`calc(50% + ${a})`:r.top=`calc(50% + ${a})`,r}var me={content:["align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","forceMount","hideWhenDetached","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenAutoFocus","onPointerDownOutside","side","sideOffset","sticky"],root:["defaultOpen","modal","onOpenChange","open"]};function qo(e,o){let t=Object.fromEntries(me.content.map(n=>[n,e[n]]).filter(n=>n[1]!==void 0)),i=Object.fromEntries(me.root.map(n=>[n,e[n]]).filter(n=>n[1]!==void 0)),r={};for(let n of Object.keys(e))!me.content.includes(n)&&!me.root.includes(n)&&(r[n]=e[n]);if(t.align=t.align??"after",t.side=t.side??"bottom",["before","after"].includes(t.align)){let n={after:"end",before:"start"},a=(c,F)=>["top","bottom"].includes(F)?c=="after"?"marginLeft":"marginRight":c=="after"?"marginTop":"marginBottom",s=t.alignOffset??0,d=t.style??{},m=t.side??"bottom",g=t.align;t.style={...d,[a(g,m)]:s};let h=["top","bottom"].includes(m)?o.width:o.height;t.alignOffset=(h+s)*-1,t.align=n[g];}return {contentProps:t,otherProps:r,rootProps:i}}function T({anchor:e,children:o,className:t,spotlight:i=!1,style:r,...n}){let{node:a,rect:s,ref:d}=ce(),{node:m,rect:g,ref:h}=ce(),{contentProps:c,otherProps:F,rootProps:q}=qo(n,s),[N,fe]=useState(c.align),[ne,Z]=useState(c.side),[ge,xe]=useState(0),[He,Zo]=useState(0);if(a!==null){let A=a.getAttribute("data-align"),ie=a.getAttribute("data-side");N!==A&&fe(A),ne!==ie&&Z(ie);}let We=useRef(null);if(useEffect(()=>{let A=document.querySelector(e);A!=null?(h(A),We.current=A):console.debug(`No anchor found for query: ${e}`);},[e]),useEffect(()=>{let{scrollX:A,scrollY:ie}=window;xe(g.left+A),Zo(g.top+ie);},[g.left,g.top]),m==null)return null;let Ae="0";typeof window<"u"&&(Ae=window.getComputedStyle(m).borderRadius);let et=Jo({props:n,alignAttr:N,sideAttr:ne});return jsxs(I.Root,{defaultOpen:!0,...q,children:[jsx(I.Anchor,{virtualRef:We}),jsx(I.Portal,{children:jsxs(Fragment,{children:[i&&jsx(l,{part:"tooltip-spotlight",position:"absolute",style:{borderRadius:Ae,boxShadow:"0 0 0 20000px rgb(0 0 0 / 0.5)",height:g.height,left:ge,top:He,width:g.width}}),jsx(I.Content,{asChild:!0,...c,ref:d,children:jsxs(f,{boxShadow:"md",part:"tooltip",position:"relative",className:t,css:{maxWidth:"360px",pointerEvents:"auto"},style:r,...F,children:[jsx(Xo,{style:et}),o]})})]})})]})}T.Close=e=>jsx(I.Close,{"aria-label":"Close",asChild:!0,children:jsx(b.Plain,{css:{top:"12px",right:"4px"},part:"close",position:"absolute",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});T.Media=({src:e,...o})=>e==null?null:jsx(U,{borderRadius:"md md 0 0",borderWidth:"0",css:{aspectRatio:"2",objectFit:"cover"},margin:"-5 -5 0",src:e,...o});T.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Primary,{title:o,onClick:e,...t});T.Progress=({children:e,...o})=>e==null?null:jsx(x.H4,{part:"progress",...o,children:e});T.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(b.Secondary,{title:o,onClick:e,...t});T.Subtitle=({children:e,...o})=>e==null?null:jsx(x.Body2,{part:"subtitle",...o,children:e});T.Title=({children:e,...o})=>e==null?null:jsx(x.H4,{part:"title",...o,children:e});function Qo({dismissible:e=!0,flow:o,onDismiss:t,onPrimary:i,onSecondary:r,step:n,...a}){let{handleDismiss:s}=j(o,{onDismiss:t}),{handlePrimary:d,handleSecondary:m}=z(n,{onPrimary:i,onSecondary:r});return jsxs(T,{anchor:n.selector,onOpenAutoFocus:g=>g.preventDefault(),onPointerDownOutside:g=>g.preventDefault(),onInteractOutside:g=>g.preventDefault(),...a,children:[e&&jsx(T.Close,{onClick:s}),jsx(T.Media,{src:n.videoUri??n.imageUri,type:n.videoUri?"video":"image"}),jsxs(u.Column,{gap:1,part:"tooltip-header",children:[jsx(T.Title,{children:n.title}),jsx(T.Subtitle,{color:"gray500",children:n.subtitle})]}),jsxs(u.Row,{alignItems:"center",gap:3,justifyContent:"flex-end",part:"tooltip-footer",children:[jsx(T.Progress,{marginRight:"auto",transform:"translateY(1px)",children:`${o.getNumberOfCompletedSteps()+1}/${o.getNumberOfAvailableSteps()}`}),jsx(T.Secondary,{title:n.secondaryButtonTitle,onClick:m}),jsx(T.Primary,{title:n.primaryButtonTitle,onClick:d})]})]},n.id)}function sn({flowId:e,onComplete:o,variables:t,...i}){let{flow:r}=oe(e,{variables:t});j(r,{onComplete:o});let{isCurrentModal:n,removeModal:a}=te(r);if(useEffect(()=>{!(r!=null&&r.isVisible)&&n&&a();},[r==null?void 0:r.isVisible,n]),r==null||r.isVisible===!1||!n)return null;let s=r.getCurrentStep();return s==null||s.start(),jsx(Qo,{step:s,flow:r,...i})}function pn(){let{frigade:e}=useContext(v);return {frigade:e,isLoading:!(e!=null&&e.isReady())}}function cn(){let{userId:e,frigade:o}=useContext(v);async function t(r){await o.identify(e,r);}async function i(r,n){await o.track(r,n);}return {userId:e,addProperties:t,track:i}}function un(){let{groupId:e,frigade:o}=useContext(v);async function t(r){if(!e){console.error("No Group ID is set. Cannot set properties without a Group ID.");return}await o.group(e,r);}async function i(r,n){await o.track(r,n);}return {groupId:e,addProperties:t,track:i}}
|
|
39
39
|
|
|
40
|
-
export {
|
|
40
|
+
export { Cr as Announcement, Fr as Banner, l as Box, b as Button, f as Card, Ro as Checklist, P as Dialog, u as Flex, Oe as Form, De as Progress, tr as Provider, Ko as Survey, x as Text, T as Tooltip, sn as Tour, be as themeVariables, ce as useBoundingClientRect, oe as useFlow, j as useFlowHandlers, pn as useFrigade, un as useGroup, te as useModal, z as useStepHandlers, cn as useUser };
|
|
41
41
|
//# sourceMappingURL=out.js.map
|
|
42
42
|
//# sourceMappingURL=index.js.map
|