@frigade/react 2.0.0-alpha.40 → 2.0.0-alpha.41
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 +28 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +12 -3
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { CSSProperties } from 'react';
|
|
3
|
+
import React__default, { CSSProperties, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
4
4
|
import * as _frigade_js from '@frigade/js';
|
|
5
5
|
import { Flow, FlowStep } from '@frigade/js';
|
|
6
|
+
import { EmotionJSX } from '@emotion/react/types/jsx-namespace';
|
|
6
7
|
import { ControllerFieldState, Message, ValidationRule } from 'react-hook-form';
|
|
7
8
|
import * as Popover from '@radix-ui/react-popover';
|
|
8
9
|
|
|
@@ -1125,7 +1126,14 @@ interface BannerProps extends FlowComponentProps {
|
|
|
1125
1126
|
}
|
|
1126
1127
|
declare function Banner(props: BannerProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
1127
1128
|
|
|
1128
|
-
|
|
1129
|
+
interface CardComponent extends ForwardRefExoticComponent<Omit<FlowComponentProps, 'ref'> & RefAttributes<unknown>> {
|
|
1130
|
+
Media: (props: MediaProps) => EmotionJSX.Element;
|
|
1131
|
+
Primary: (props: ButtonProps) => EmotionJSX.Element;
|
|
1132
|
+
Secondary: (props: ButtonProps) => EmotionJSX.Element;
|
|
1133
|
+
Subtitle: (props: TextProps) => EmotionJSX.Element;
|
|
1134
|
+
Title: (props: TextProps) => EmotionJSX.Element;
|
|
1135
|
+
}
|
|
1136
|
+
declare const Card: CardComponent;
|
|
1129
1137
|
|
|
1130
1138
|
declare const Row: React$1.ForwardRefExoticComponent<Omit<BoxProps<React$1.ElementType<any>>, "ref"> & React$1.RefAttributes<unknown>>;
|
|
1131
1139
|
declare const Column: React$1.ForwardRefExoticComponent<Omit<BoxProps<React$1.ElementType<any>>, "ref"> & React$1.RefAttributes<unknown>>;
|
|
@@ -1228,13 +1236,14 @@ declare function useFlow(flowId: string, config?: FlowConfig): {
|
|
|
1228
1236
|
flow: Flow;
|
|
1229
1237
|
};
|
|
1230
1238
|
|
|
1231
|
-
declare function useModal(
|
|
1239
|
+
declare function useModal(flow: Flow): {
|
|
1232
1240
|
isCurrentModal: boolean;
|
|
1233
1241
|
removeModal: () => void;
|
|
1234
1242
|
};
|
|
1235
1243
|
|
|
1236
1244
|
declare function useFrigade(): {
|
|
1237
1245
|
frigade: _frigade_js.Frigade;
|
|
1246
|
+
isLoading: boolean;
|
|
1238
1247
|
};
|
|
1239
1248
|
|
|
1240
1249
|
export { Announcement, AnnouncementProps, Banner, Box, BoxProps, Button, ButtonProps, Card, Flex, FlowConfig, Form, Provider, ProviderProps, Text, TextProps, Tooltip, TooltipProps, Tour, TourProps, useBoundingClientRect, useFlow, useFlowHandlers, useFrigade, useModal, useStepHandlers };
|
package/dist/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as
|
|
2
|
+
import * as T from '@radix-ui/react-dialog';
|
|
3
3
|
import { XMarkIcon } from '@heroicons/react/24/solid';
|
|
4
|
-
import * as
|
|
5
|
-
import { createContext, useState,
|
|
4
|
+
import * as ge from 'react';
|
|
5
|
+
import { createContext, useState, useMemo, useEffect, useContext, useRef, useCallback, useLayoutEffect } from 'react';
|
|
6
6
|
import { clsx } from 'clsx';
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import Do from 'known-css-properties';
|
|
8
|
+
import $o 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
|
import { useForm, useController } from 'react-hook-form';
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
13
|
+
import * as K from '@radix-ui/react-radio-group';
|
|
14
|
+
import * as P from '@radix-ui/react-select';
|
|
15
15
|
import { ChevronDownIcon } from '@heroicons/react/24/outline';
|
|
16
16
|
import * as v from '@radix-ui/react-popover';
|
|
17
17
|
|
|
18
|
-
var So=Object.defineProperty;var Co=(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 Y=(e,o)=>{for(var t in o)So(e,t,{get:o[t],enumerable:!0});};var ye={borders:{md:"1px solid"},borderWidths:{0:"0",md:"1px"}};var he={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 be={md:"10px",lg:"20px",round:"50%"};var l=e=>`var(--fr-colors-${e})`,Pe={neutral:{background:l("white"),border:l("gray800"),foreground:l("black"),surface:l("gray700"),active:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")},focus:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")},hover:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")}},primary:{background:l("blue500"),border:l("blue500"),foreground:l("white"),surface:l("blue500"),active:{background:l("blue400"),border:l("blue400"),foreground:l("white"),surface:l("blue400")},focus:{background:l("blue500"),border:l("blue500"),foreground:l("white"),surface:l("blue500")},hover:{background:l("blue400"),border:l("blue400"),foreground:l("white"),surface:l("blue400")}},secondary:{background:l("white"),border:l("gray800"),foreground:l("black"),surface:l("gray900"),active:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray800")},focus:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray900")},hover:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray800")}}};var Se={md:"0px 4px 20px rgba(0, 0, 0, 0.1)"};var Fo="px",To=e=>typeof e=="number"?`${4*e}${Fo}`:e,wo=[-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"],Ce=Object.fromEntries(wo.map(e=>[e,To(e)]));var Fe={fontFamilies:{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:{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 le={...ye,colors:{...he,...Pe},...Fe,radii:be,shadows:Se,space:Ce};function N(e,o="",t="."){return Object.keys(e).reduce((n,r)=>{let a=`${o.length?`${o}${t}`:""}${r}`,s=e[r];return typeof s=="object"&&s!==null&&!Array.isArray(s)?Object.assign(n,N(s,a,t)):n[a]=s,n},{})}function pe(e){return N(e,"--fr","-")}function Te(e,o="--fr"){let t={};return Object.keys(e).forEach(n=>{let r=e[n];typeof r=="object"&&r!==null&&!Array.isArray(r)?t[n]=Te(r,`${o}-${n}`):t[n]=`var(${o}-${n})`;}),t}var we=pe(le),m=Te(le);var Bo=new Set(["alt","size","src"]),vo=Ro.all.filter(e=>e.indexOf("-")!=0&&!Bo.has(e)).map(e=>[e.replace(/-([a-z])/g,(o,t)=>t.toUpperCase()),null]),ko=Object.fromEntries(vo),de=N(m.colors),Do={color:de,backgroundColor:de,borderColor:de,border:m.borders,borderRadius:m.radii,borderWidth:m.borderWidths,boxShadow:m.shadows,fontFamily:m.fontFamilies,fontSize:m.fontSizes,fontWeight:m.fontWeights,gap:m.space,lineHeight:m.lineHeights,margin:m.space,marginBottom:m.space,marginLeft:m.space,marginRight:m.space,marginTop:m.space,padding:m.space,paddingBottom:m.space,paddingLeft:m.space,paddingRight:m.space,paddingTop:m.space},Re={...ko,...Do},Be={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"]},ve=new Set(["active","focus","focusVisible","focusWithin","hover"]);function Oo(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 ke=new Map(Object.entries(Re).map(([e,o])=>[e,Oo(o)])),Eo=new Map(Object.entries(Be).map(([e,o])=>[e,new Set(o)])),Ho=new Set(["height","width"]),Mo=new Set(["canvas","embed","iframe","img","input","object","video"]);function De(e){let[o,t]=e.split(":");return [o,ve.has(t)?t:null]}function Oe(e,o="div"){let t=Object.assign({},e),n={};function r(i){if(i==null)return n;let s=`&:${i.replace(/[A-Z]/g,d=>`-${d.toLocaleLowerCase()}`)}`;return n[s]==null&&(n[s]={}),n[s]}return Object.entries(t).forEach(([i,a])=>{let[s,d]=De(i),f=Eo.get(s);f!=null&&(f.forEach(u=>{let S=`${u}${d?":"+d:""}`;t[S]=a;}),delete t[i]);}),Object.entries(t).forEach(([i,a])=>{let[s,d]=De(i),f=ke.get(s);if(f!=null){if(typeof a=="string"&&a.indexOf(" ")>-1){let u=a.split(" ");r(d)[s]=u.map(S=>f.get(S.toString())??S).join(" ");}else f.has(a.toString())?r(d)[s]=f.get(a.toString()):r(d)[s]=a;(typeof o!="string"||!Mo.has(o)||!Ho.has(s))&&delete t[i];}}),Object.keys(t).forEach(i=>{let a=i.substring(1);i.indexOf("_")===0&&ke.has(a)&&(t[a]=t[i],delete t[i]);}),{cssFromProps:n,unmatchedProps:t}}function Vo(){if(typeof window>"u"){let{JSDOM:e}=Co("jsdom");return new e("<!DOCTYPE html>").window}return window}function Ee(e){return e?{__html:Ao(Vo()).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 Io(e){return e&&`fr-${e}`}function Ae(e){return e&&(Array.isArray(e)?e.map(o=>Ae(o)).join(" "):Io(e))}function Wo({as:e,children:o,className:t,css:n={},part:r,...i},a){let s=e??"div",{cssFromProps:d,unmatchedProps:f}=Oe(i,s),u=Ae(r),S=t||u?clsx(t,u):void 0,B=[{boxSizing:"border-box"},d,n];return typeof o=="string"?jsx(s,{className:S,css:B,...f,ref:a,dangerouslySetInnerHTML:Ee(o)}):jsx(s,{className:S,css:B,...f,ref:a,children:o})}var p=ue.forwardRef(Wo);var c={};Y(c,{Body1:()=>tt,Body2:()=>rt,Caption:()=>nt,Display1:()=>Xo,Display2:()=>Yo,H1:()=>Qo,H2:()=>Zo,H3:()=>et,H4:()=>ot});var ce={};Y(ce,{Body1:()=>Uo,Body2:()=>Go,Caption:()=>qo,Display1:()=>$o,Display2:()=>zo,H1:()=>_o,H2:()=>Ko,H3:()=>No,H4:()=>jo});var k={color:"neutral.foreground",fontFamily:"default",margin:"0"},$o={...k,fontSize:"5xl",fontWeight:"bold",lineHeight:"4xl"},zo={...k,fontSize:"4xl",fontWeight:"bold",lineHeight:"3xl"},_o={...k,fontSize:"3xl",fontWeight:"bold",lineHeight:"2xl"},Ko={...k,fontSize:"2xl",fontWeight:"bold",lineHeight:"xl"},No={...k,fontSize:"xl",fontWeight:"bold",lineHeight:"lg"},jo={...k,fontSize:"lg",fontWeight:"bold",lineHeight:"md"},Uo={...k,fontSize:"md",fontWeight:"regular",lineHeight:"md"},Go={...k,fontSize:"sm",fontWeight:"regular",lineHeight:"md"},qo={...k,fontSize:"xs",fontWeight:"regular",lineHeight:"sm"};var Jo=["Display1","Display2","H1","H2","H3","H4","Body1","Body2","Caption"],D=Object.fromEntries(Jo.map(e=>{let o=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():"span",t=ue.forwardRef(({as:n=o,children:r,...i},a)=>jsx(p,{as:n,...ce[e],...i,ref:a,children:r}));return t.displayName=`Text.${e}`,[e,t]})),Xo=D.Display1,Yo=D.Display2,Qo=D.H1,Zo=D.H2,et=D.H3,ot=D.H4,tt=D.Body1,rt=D.Body2,nt=D.Caption;var me={};Y(me,{Link:()=>lt,Plain:()=>pt,Primary:()=>st,Secondary:()=>at});var Q={borderWidth:"0",borderRadius:"md",display:"flex",gap:"2",padding:"2 4"},st={...Q,backgroundColor:"primary.surface",color:"primary.foreground","backgroundColor:hover":"primary.hover.surface"},at={...Q,backgroundColor:"secondary.background",borderColor:"secondary.border",borderStyle:"solid",borderWidth:"1px",color:"secondary.foreground","backgroundColor:hover":"secondary.hover.background"},lt={...Q,backgroundColor:"transparent",color:"primary.surface","color:hover":"primary.hover.surface"},pt={...Q,backgroundColor:"transparent",color:"neutral.foreground"};function Le({as:e,children:o,part:t,title:n,variant:r="Primary",...i}){let a=r.toLocaleLowerCase();return jsxs(p,{as:e??"button",part:[`button-${a}`,t],...me[r],...i,children:[o,n&&jsx(c.Body2,{flexGrow:"1",fontWeight:"demibold",color:"inherit",children:n})]})}var dt=["Primary","Secondary","Link","Plain"],ct=Object.fromEntries(dt.map(e=>{let o=t=>jsx(Le,{...t,variant:e,children:t.children});return o.displayName=`Text.${e}`,[e,o]})),C=Object.assign(Le,ct);var h={};Y(h,{Column:()=>ft,Row:()=>ut});var ut=ue.forwardRef(({children:e,css:o,...t},n)=>jsx(p,{css:[{display:"flex",flexDirection:"row"},o],...t,ref:n,children:e})),ft=ue.forwardRef(({children:e,css:o,...t},n)=>jsx(p,{css:[{display:"flex",flexDirection:"column"},o],...t,ref:n,children:e}));var A=ue.forwardRef(({as:e,children:o,...t},n)=>{let r=e??h.Column;return jsx(r,{backgroundColor:"neutral.background",borderRadius:"md",p:5,...t,ref:n,children:o})});function ze({part:e,src:o,...t}){return jsx(p,{as:"img",part:["image",e],src:o,...t})}function yt(e){var o,t,n;if(e.includes("youtube"))return `https://www.youtube.com/embed/${(o=e.split("v=")[1])==null?void 0:o.split("&")[0]}`;if(e.includes("vimeo"))return `https://player.vimeo.com/video/${(t=e.split("vimeo.com/")[1])==null?void 0:t.split("&")[0]}`;if(e.includes("wistia"))return `https://fast.wistia.net/embed/iframe/${(n=e.split("wistia.com/medias/")[1])==null?void 0:n.split("&")[0]}`;throw new Error("Could not map videoUri to a known provider (Youtube, Vimeo, Wistia).")}function _e({part:e,src:o,...t}){let n=yt(o);return jsx(p,{allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,as:"iframe",backgroundColor:"gray100",borderWidth:0,part:["video",e],src:n,...t})}function j({src:e,type:o,...t}){return jsx(o==="video"?_e:ze,{src:e,...t})}function b({children:e,...o}){return jsx(F.Root,{defaultOpen:!0,modal:!0,children:jsx(F.Portal,{children:jsxs(p,{inset:"0",position:"fixed",zIndex:"9999",children:[jsx(F.Overlay,{asChild:!0,children:jsx(p,{background:"rgb(0 0 0 / 0.5)",part:"dialog-overlay",position:"fixed",inset:"0"})}),jsx(F.Content,{asChild:!0,onOpenAutoFocus:t=>t.preventDefault(),onPointerDownOutside:t=>t.preventDefault(),children:jsx(A,{boxShadow:"md",left:"50%",maxWidth:"430px",p:8,part:"dialog-content",position:"fixed",textAlign:"center",top:"50%",transform:"translate(-50%, -50%)",...o,children:e})})]})})})}b.Close=e=>jsx(F.Close,{"aria-label":"Close",asChild:!0,children:jsx(C.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});b.Subtitle=({children:e,...o})=>jsx(F.Description,{asChild:!0,children:jsx(c.Body2,{mb:5,part:"subtitle",...o,children:e})});b.Media=({src:e,...o})=>e==null?null:jsx(j,{borderRadius:"md",src:e,...o});b.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(C.Primary,{title:o,onClick:e,...t});b.ProgressDots=({current:e,total:o})=>{if(o==0)return null;let t=[...Array(o)].map((n,r)=>jsx("circle",{r:4,cx:4+16*r,cy:"4px",fill:e===r?m.colors.blue500:m.colors.blue800},r));return jsx(p,{as:"svg",height:"8px",margin:"5 auto",part:"progress",viewBox:`0 0 ${16*o-8} 8`,width:16*o-8,children:t})};b.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(C.Secondary,{title:o,onClick:e,...t});b.Title=({children:e,...o})=>jsx(F.Title,{asChild:!0,children:jsx(c.H3,{mb:1,part:"title",...o,children:e})});var O=createContext({apiKey:"",modals:new Set,setModals:()=>{},currentModal:null,navigate:()=>{}});function kt({children:e,navigate:o,theme:t,...n}){let r=t?pe(t):{},[i,a]=useState(new Set),s=useRef(new Frigade(n.apiKey,{apiKey:n.apiKey,apiUrl:n.apiUrl,userId:n.userId,groupId:n.groupId,__readOnly:n.__readOnly,__flowConfigOverrides:n.__flowConfigOverrides})),d=o??((u,S="_self")=>{window.open(u,S);});useEffect(()=>()=>{var u;(u=s.current)==null||u.destroy();},[]);let f=i.size>0?i.values().next().value:null;return jsxs(O.Provider,{value:{modals:i,setModals:a,currentModal:f,navigate:d,...n,frigade:s.current},children:[jsx(Global,{styles:{":root":{...we,...r}}}),jsx(ThemeProvider,{theme:m,children:e})]})}function U(e,o){let[t,n]=useState(),[,r]=useState(""),{frigade:i}=useContext(O),a=s=>{s.id===e&&(o!=null&&o.variables&&s.applyVariables(o.variables),n(s),r(Math.random().toString()));};return useEffect(()=>((async()=>{let s=await i.getFlow(e);if(!s||i.hasFailedToLoad()){n(void 0);return}o!=null&&o.variables&&s.applyVariables(o.variables),n(s);})(),i.onStateChange(a),()=>{i.removeStateChangeHandler(a);}),[]),{flow:t}}function V(e,{onComplete:o,onDismiss:t}={}){let n=useRef(null);return useEffect(()=>{e!=null&&(e.isCompleted&&n.current===!1&&(async()=>await(o==null?void 0:o(e)))(),n.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 G(e,{onPrimary:o,onSecondary:t}={}){let{navigate:n}=useContext(O);return {handlePrimary:useCallback(async r=>{if(await(o==null?void 0:o(e,r))===!1)return r.preventDefault(),!1;await e.complete(),e.primaryButtonUri!=null&&n(e.primaryButtonUri,e.primaryButtonUriTarget);},[e]),handleSecondary:useCallback(async r=>{if(await(t==null?void 0:t(e,r))===!1)return r.preventDefault(),!1;await e.complete(),e.secondaryButtonUri!=null&&n(e.secondaryButtonUri,e.secondaryButtonUriTarget);},[e])}}function q(e){let{currentModal:o,modals:t,setModals:n}=useContext(O),[r,i]=useState(!1);useEffect(()=>{e!=null&&!t.has(e)&&n(s=>new Set(s).add(e));},[e]),useEffect(()=>{let s=o===e;e!=null&&s!==r&&i(s);},[e,o]);function a(){t.has(e)&&n(s=>{let d=new Set(s);return d.delete(e),d});}return {isCurrentModal:r,removeModal:a}}function W({container:e,dismissible:o=!0,flowId:t,onComplete:n,onDismiss:r,onPrimary:i,onSecondary:a,variables:s,...d}){let f=e==="dialog"?b:p;return {FlowComponent:function({children:B,...re}){let{flow:g}=U(t,{variables:s}),z=g==null?void 0:g.getCurrentStep(),{handleDismiss:_}=V(g,{onComplete:n,onDismiss:r}),{handlePrimary:ne,handleSecondary:ie}=G(z,{onPrimary:i,onSecondary:a}),{isCurrentModal:K,removeModal:se}=q(g==null?void 0:g.id);if(useEffect(()=>{!(g!=null&&g.isVisible)&&K&&se();},[g==null?void 0:g.isVisible,K]),g==null||!g.isVisible||!K)return null;let ae=o&&e==="dialog"?jsx(b.Close,{onClick:_}):null;return g.start(),z.start(),jsxs(f,{...re,...d,children:[ae,B({flow:g,handleDismiss:_,handlePrimary:ne,handleSecondary:ie,step:z})]})}}}function _t(e){let{FlowComponent:o}=W({...e,container:"dialog"});return jsx(o,{children:({flow:t,handlePrimary:n,handleSecondary:r,step:i})=>jsxs(Fragment,{children:[jsx(b.Title,{children:i.title}),jsx(b.Subtitle,{children:i.subtitle}),jsx(b.Media,{src:i.imageUri,css:{aspectRatio:"1.5",objectFit:"cover",width:"100%"}}),jsx(b.ProgressDots,{current:t.getNumberOfCompletedSteps(),total:t.getNumberOfAvailableSteps()}),jsxs(h.Row,{css:{"& > button":{flexGrow:1}},gap:3,children:[i.secondaryButtonTitle&&jsx(b.Secondary,{title:i.secondaryButtonTitle,onClick:r}),jsx(b.Primary,{title:i.primaryButtonTitle??"Continue",onClick:n})]})]})})}function jt(e){let{FlowComponent:o}=W(e);return jsx(o,{as:A,border:"md",borderColor:"gray900",display:"flex",flexDirection:"row",gap:3,justifyContent:"space-between",children:({handleDismiss:t,handlePrimary:n,handleSecondary:r,step:i})=>jsxs(Fragment,{children:[jsxs(h.Row,{gap:3,children:[i.imageUri&&jsx("img",{src:i.imageUri,style:{height:40,width:40,alignSelf:"center"}}),jsxs(h.Column,{children:[jsx(c.H4,{mb:1,children:i.title}),jsx(c.Body2,{children:i.subtitle})]})]}),jsxs(h.Row,{alignItems:"center",gap:3,justifyContent:"center",children:[i.secondaryButtonTitle&&jsx(C.Secondary,{title:i.secondaryButtonTitle,onClick:r}),jsx(C.Primary,{title:i.primaryButtonTitle,onClick:n}),e.dismissible&&e.container!="dialog"&&jsx(C.Plain,{part:"banner-close",onClick:t,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})]})]})})}var Jt=new Set(["required","min","max","minLength","maxLength","pattern"]);function Xt({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 n=Object.fromEntries(Object.entries(t).filter(([i])=>Jt.has(i))),r=useController({name:t.id,control:o,rules:n});return jsx(e,{...r,fieldData:t})}function qe({fieldTypes:e,step:o}){var a;let{control:t,handleSubmit:n}=useForm({delayError:2e3,mode:"onChange"}),r=[];function i(s){o.complete(s);}return (a=o.fields)==null||a.forEach(s=>{e[s.type]!=null&&r.push(jsx(Xt,{control:t,fieldComponent:e[s.type],fieldData:s},s.id));}),jsxs(Fragment,{children:[r,jsx(h.Row,{justifyContent:"flex-end",children:jsx(C.Primary,{title:o.primaryButtonTitle??"Submit",onClick:n(i)})},"form-footer")]})}function Je({error:e}){var o;return (o=e==null?void 0:e.message)!=null&&o.length?jsx(c.Caption,{color:"red500",display:"block",part:"field-error",textAlign:"end",children:e==null?void 0:e.message}):null}function Xe({children:e,id:o,required:t=!1}){return jsxs(c.Body2,{as:"label",htmlFor:o,fontWeight:"demibold",part:"field-label",children:[e,t&&" *"]})}var Ye={marginBottom:"5"},J={px:"4",py:"2",backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",borderRadius:"md",display:"block",outline:"none",width:"100%"};function M({children:e,field:o,fieldData:t,fieldState:n}){let{id:r,label:i,placeholder:a}=t,{error:s}=n,d={id:r,...o,...a?{placeholder:a}:{},...J,"aria-invalid":!!s,value:o.value??""};return jsxs(p,{...Ye,part:"field",children:[jsx(Xe,{id:r,required:!!t.required,children:i}),e(d),jsx(Je,{error:s})]})}var tr=()=>jsx(p,{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"})}),rr=ue.forwardRef(({label:e,value:o},t)=>jsxs(p,{as:"label",htmlFor:o,display:"flex",justifyContent:"space-between",part:"field-radio",px:4,py:2,borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"md",children:[jsx(c.Body2,{part:"field-radio-label",children:e}),jsx($.Item,{id:o,value:o,ref:t,asChild:!0,children:jsx(p,{as:"button",backgroundColor:"neutral.background",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"24px",width:"24px",children:jsx(p,{as:$.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(tr,{})})})})]}));function oo(e){let{field:{onChange:o,value:t},fieldData:{options:n=[]}}=e,r=n.map(({label:i,value:a})=>jsx(rr,{value:a,label:i},a));return jsx(M,{...e,children:()=>jsx($.Root,{value:t,onValueChange:o,asChild:!0,children:jsx(h.Column,{gap:2,part:"field-radio-group",children:r})})})}var sr=ue.forwardRef(({label:e,value:o},t)=>jsx(y.Item,{value:o,ref:t,asChild:!0,children:jsx(p,{"backgroundColor:hover":"blue900",borderRadius:"md",outline:"none",part:"field-select-option",px:"3",py:"2",children:jsx(y.ItemText,{asChild:!0,children:jsx(c.Body2,{part:"field-select-option-label",children:e})})})}));function no(e){let{field:{onChange:o,value:t},fieldData:{options:n=[],placeholder:r}}=e,i=n.map(({label:a,value:s})=>jsx(sr,{value:s,label:a},s));return jsx(M,{...e,children:()=>jsxs(y.Root,{value:t,onValueChange:o,children:[jsx(y.Trigger,{asChild:!0,children:jsxs(c.Body2,{...J,alignItems:"center",display:"flex",justifyContent:"space-between",part:"field-select",children:[jsx(y.Value,{placeholder:r??"Select one"}),jsx(y.Icon,{children:jsx(p,{as:ChevronDownIcon,color:"gray100",display:"block",height:"24px",part:"field-select-icon",width:"24px"})})]})}),jsx(y.Portal,{children:jsx(y.Content,{position:"popper",sideOffset:4,asChild:!0,children:jsx(p,{...J,p:"1",part:"field-select-options",width:"var(--radix-popper-anchor-width)",children:jsx(y.Viewport,{children:i})})})})]})})}function so(e){return jsx(M,{...e,children:o=>jsx(c.Body2,{as:"input",part:"field-text",type:"text",...o})})}function lo(e){return jsx(M,{...e,children:o=>jsx(c.Body2,{as:"textarea",part:"field-textarea",...o})})}var ar={radio:oo,select:no,text:so,textarea:lo};function lr({fieldTypes:e={},...o}){let{FlowComponent:t}=W(o),n=Object.assign({},ar,e);return jsx(t,{children:({step:r})=>jsx(qe,{fieldTypes:n,step:r,...o})})}function oe(){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),[n,r]=useState(null),i=useCallback(a=>{r(a);},[]);return useLayoutEffect(()=>{if(!n)return;let a=()=>{let s=n.getBoundingClientRect();t(s);};return a(),window.addEventListener("resize",a),()=>window.removeEventListener("resize",a)},[n]),{node:n,rect:o,ref:i}}var mr=keyframes({"0%":{opacity:.5,transform:"scale(0.5)"},"50%":{opacity:0,transform:"scale(1)"},"100%":{opacity:0,transform:"scale(1)"}});function uo({style:e={},part:o="",...t}){return jsxs(p,{part:`dot-wrapper ${o}`,style:{height:"48px",position:"absolute",width:"48px",...e},...t,children:[jsx(p,{backgroundColor:"primary.surface",part:"dot-pulse",css:{animation:`2s ease-out infinite ${mr}`,borderRadius:"24px",height:"48px",left:0,position:"absolute",top:0,transformOrigin:"center center",width:"48px"}}),jsx(p,{backgroundColor:"primary.surface",part:"dot",style:{borderRadius:"12px",height:"24px",left:"12px",position:"absolute",top:"12px",width:"24px"}})]})}function fo({props:e,alignAttr:o,sideAttr:t}){let n=t??"bottom",r={},i=()=>{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[n]]=a;let d=i();return ["before","end"].includes(d)?["top","bottom"].includes(n)?r.right=a:r.bottom=a:["after","start"].includes(d)?["top","bottom"].includes(n)?r.left=a:r.top=a:["top","bottom"].includes(n)?r.left=`calc(50% + ${a})`:r.top=`calc(50% + ${a})`,r}var go={content:["align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","forceMount","hideWhenDetached","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenAutoFocus","onPointerDownOutside","side","sideOffset","sticky"],root:["defaultOpen","modal","onOpenChange","open"]};function xo(e,o){let t=Object.fromEntries(go.content.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),n=Object.fromEntries(go.root.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0));if(t.align=t.align??"after",t.side=t.side??"bottom",["before","after"].includes(t.align)){let r={after:"end",before:"start"},i=(S,B)=>["top","bottom"].includes(B)?S=="after"?"marginLeft":"marginRight":S=="after"?"marginTop":"marginBottom",a=t.alignOffset??0,s=t.style??{},d=t.side??"bottom",f=t.align;t.style={...s,[i(f,d)]:a};let u=["top","bottom"].includes(d)?o.width:o.height;t.alignOffset=(u+a)*-1,t.align=r[f];}return {contentProps:t,rootProps:n}}function P({anchor:e,children:o,className:t,spotlight:n=!1,style:r,...i}){let{node:a,rect:s,ref:d}=oe(),{node:f,rect:u,ref:S}=oe(),{contentProps:B,rootProps:re}=xo(i,s),[g,z]=useState(B.align),[_,ne]=useState(B.side),[ie,K]=useState(0),[se,ae]=useState(0);if(a!==null){let E=a.getAttribute("data-align"),X=a.getAttribute("data-side");g!==E&&z(E),_!==X&&ne(X);}let ge=useRef(null);if(useEffect(()=>{let E=document.querySelector(e);E!=null&&(S(E),ge.current=E);},[e]),useEffect(()=>{let{scrollX:E,scrollY:X}=window;K(u.left+E),ae(u.top+X);},[u.left,u.top]),f==null)return null;let xe="0";typeof window<"u"&&(xe=window.getComputedStyle(f).borderRadius);let Po=fo({props:i,alignAttr:g,sideAttr:_});return jsxs(v.Root,{defaultOpen:!0,...re,children:[jsx(v.Anchor,{virtualRef:ge}),jsx(v.Portal,{children:jsxs("div",{className:t,css:{bottom:0,left:0,position:"absolute",right:0,top:0,zIndex:9999},children:[n&&jsx(p,{part:"tooltip-spotlight",position:"absolute",style:{borderRadius:xe,boxShadow:"0 0 0 20000px rgb(0 0 0 / 0.5)",height:u.height,left:ie,top:se,width:u.width}}),jsx(v.Content,{asChild:!0,...B,ref:d,children:jsxs(A,{boxShadow:"md",part:"tooltip-content",position:"relative",css:{maxWidth:"360px",...r},children:[jsx(uo,{style:Po}),o]})})]})})]})}P.Close=e=>jsx(v.Close,{"aria-label":"Close",asChild:!0,children:jsx(C.Plain,{css:{top:"12px",right:"4px"},part:"close",position:"absolute",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});P.Media=({src:e,...o})=>e==null?null:jsx(j,{borderRadius:"md md 0 0",borderWidth:"0",css:{aspectRatio:"2"},margin:"-5 -5 5",src:e,...o});P.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(C.Primary,{title:o,onClick:e,...t});P.Progress=({children:e,...o})=>e==null?null:jsx(c.Body2,{fontWeight:"demibold",part:"progress",...o,children:e});P.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(C.Secondary,{title:o,onClick:e,...t});P.Subtitle=({children:e,...o})=>e==null?null:jsx(c.Body2,{part:"subtitle",...o,children:e});P.Title=({children:e,...o})=>e==null?null:jsx(c.Body1,{fontWeight:"bold",mb:1,part:"title",...o,children:e});function bo({dismissible:e=!0,flow:o,onDismiss:t,onPrimary:n,onSecondary:r,step:i,...a}){let{handleDismiss:s}=V(o,{onDismiss:t}),{handlePrimary:d,handleSecondary:f}=G(i,{onPrimary:n,onSecondary:r});return jsxs(P,{anchor:i.selector,onOpenAutoFocus:u=>u.preventDefault(),onPointerDownOutside:u=>u.preventDefault(),...a,children:[e&&jsx(P.Close,{onClick:s}),jsx(P.Media,{src:i.videoUri??i.imageUri,type:i.videoUri?"video":"image"}),jsx(P.Title,{children:i.title}),jsx(P.Subtitle,{children:i.subtitle}),jsxs(h.Row,{alignItems:"center",gap:3,justifyContent:"flex-end",part:"tooltip-footer",pt:4,children:[jsx(P.Progress,{children:`${o.getNumberOfCompletedSteps()+1}/${o.getNumberOfAvailableSteps()}`}),jsx(P.Secondary,{marginLeft:"auto",title:i.secondaryButtonTitle,onClick:f}),jsx(P.Primary,{title:i.primaryButtonTitle,onClick:d})]})]},i.id)}function yr({flowId:e,onComplete:o,variables:t,...n}){let{flow:r}=U(e,{variables:t});V(r,{onComplete:o});let{isCurrentModal:i,removeModal:a}=q(r==null?void 0:r.id);if(useEffect(()=>{!(r!=null&&r.isVisible)&&i&&a();},[r==null?void 0:r.isVisible,i]),r==null||r.isVisible===!1||!i)return null;r.start();let s=r.getCurrentStep();return s==null||s.start(),jsx(bo,{step:s,flow:r,...n})}function Pr(){let{frigade:e}=useContext(O);return {frigade:e}}
|
|
18
|
+
var Ro=Object.defineProperty;var wo=(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 oe=(e,o)=>{for(var t in o)Ro(e,t,{get:o[t],enumerable:!0});};var Pe={borders:{md:"1px solid"},borderWidths:{0:"0",md:"1px"}};var Ce={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 Se={md:"10px",lg:"20px",round:"50%"};var l=e=>`var(--fr-colors-${e})`,Fe={neutral:{background:l("white"),border:l("gray800"),foreground:l("black"),surface:l("gray700"),active:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")},focus:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")},hover:{background:l("white"),border:l("gray900"),foreground:l("black"),surface:l("gray700")}},primary:{background:l("blue500"),border:l("blue500"),foreground:l("white"),surface:l("blue500"),active:{background:l("blue400"),border:l("blue400"),foreground:l("white"),surface:l("blue400")},focus:{background:l("blue500"),border:l("blue500"),foreground:l("white"),surface:l("blue500")},hover:{background:l("blue400"),border:l("blue400"),foreground:l("white"),surface:l("blue400")}},secondary:{background:l("white"),border:l("gray800"),foreground:l("black"),surface:l("gray900"),active:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray800")},focus:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray900")},hover:{background:l("gray900"),border:l("gray800"),foreground:l("black"),surface:l("gray800")}}};var Te={md:"0px 4px 20px rgba(0, 0, 0, 0.1)"};var vo="px",ko=e=>typeof e=="number"?`${4*e}${vo}`:e,Eo=[-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"],Be=Object.fromEntries(Eo.map(e=>[e,ko(e)]));var Re={fontFamilies:{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:{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 de={...Pe,colors:{...Ce,...Fe},...Re,radii:Se,shadows:Te,space:Be};function U(e,o="",t="."){return Object.keys(e).reduce((n,r)=>{let s=`${o.length?`${o}${t}`:""}${r}`,a=e[r];return typeof a=="object"&&a!==null&&!Array.isArray(a)?Object.assign(n,U(a,s,t)):n[s]=a,n},{})}function me(e){return U(e,"--fr","-")}function we(e,o="--fr"){let t={};return Object.keys(e).forEach(n=>{let r=e[n];typeof r=="object"&&r!==null&&!Array.isArray(r)?t[n]=we(r,`${o}-${n}`):t[n]=`var(${o}-${n})`;}),t}var ve=me(de),c=we(de);var Mo=new Set(["alt","size","src"]),Oo=Do.all.filter(e=>e.indexOf("-")!=0&&!Mo.has(e)).map(e=>[e.replace(/-([a-z])/g,(o,t)=>t.toUpperCase()),null]),Ho=Object.fromEntries(Oo),ce=U(c.colors),Io={color:ce,backgroundColor:ce,borderColor:ce,border:c.borders,borderRadius:c.radii,borderWidth:c.borderWidths,boxShadow:c.shadows,fontFamily:c.fontFamilies,fontSize:c.fontSizes,fontWeight:c.fontWeights,gap:c.space,lineHeight:c.lineHeights,margin:c.space,marginBottom:c.space,marginLeft:c.space,marginRight:c.space,marginTop:c.space,padding:c.space,paddingBottom:c.space,paddingLeft:c.space,paddingRight:c.space,paddingTop:c.space},ke={...Ho,...Io},Ee={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"]},De=new Set(["active","focus","focusVisible","focusWithin","hover"]);function Ao(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 Me=new Map(Object.entries(ke).map(([e,o])=>[e,Ao(o)])),Vo=new Map(Object.entries(Ee).map(([e,o])=>[e,new Set(o)])),Lo=new Set(["height","width"]),Wo=new Set(["canvas","embed","iframe","img","input","object","video"]);function Oe(e){let[o,t]=e.split(":");return [o,De.has(t)?t:null]}function He(e,o="div"){let t=Object.assign({},e),n={};function r(i){if(i==null)return n;let a=`&:${i.replace(/[A-Z]/g,m=>`-${m.toLocaleLowerCase()}`)}`;return n[a]==null&&(n[a]={}),n[a]}return Object.entries(t).forEach(([i,s])=>{let[a,m]=Oe(i),f=Vo.get(a);f!=null&&(f.forEach(u=>{let S=`${u}${m?":"+m:""}`;t[S]=s;}),delete t[i]);}),Object.entries(t).forEach(([i,s])=>{let[a,m]=Oe(i),f=Me.get(a);if(f!=null){if(typeof s=="string"&&s.indexOf(" ")>-1){let u=s.split(" ");r(m)[a]=u.map(S=>f.get(S.toString())??S).join(" ");}else f.has(s.toString())?r(m)[a]=f.get(s.toString()):r(m)[a]=s;(typeof o!="string"||!Wo.has(o)||!Lo.has(a))&&delete t[i];}}),Object.keys(t).forEach(i=>{let s=i.substring(1);i.indexOf("_")===0&&Me.has(s)&&(t[s]=t[i],delete t[i]);}),{cssFromProps:n,unmatchedProps:t}}function zo(){if(typeof window>"u"){let{JSDOM:e}=wo("jsdom");return new e("<!DOCTYPE html>").window}return window}function Ie(e){return e?{__html:$o(zo()).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 Ko(e){return e&&`fr-${e}`}function Le(e){return e&&(Array.isArray(e)?e.map(o=>Le(o)).join(" "):Ko(e))}function No({as:e,children:o,className:t,css:n={},part:r,...i},s){let a=e??"div",{cssFromProps:m,unmatchedProps:f}=He(i,a),u=Le(r),S=t||u?clsx(t,u):void 0,k=[{boxSizing:"border-box"},m,n];return typeof o=="string"?jsx(a,{className:S,css:k,...f,ref:s,dangerouslySetInnerHTML:Ie(o)}):jsx(a,{className:S,css:k,...f,ref:s,children:o})}var p=ge.forwardRef(No);var d={};oe(d,{Body1:()=>st,Body2:()=>lt,Caption:()=>pt,Display1:()=>ot,Display2:()=>tt,H1:()=>rt,H2:()=>nt,H3:()=>it,H4:()=>at});var ue={};oe(ue,{Body1:()=>Yo,Body2:()=>Qo,Caption:()=>Zo,Display1:()=>jo,Display2:()=>Uo,H1:()=>Xo,H2:()=>Jo,H3:()=>Go,H4:()=>qo});var E={color:"neutral.foreground",fontFamily:"default",margin:"0"},jo={...E,fontSize:"5xl",fontWeight:"bold",lineHeight:"4xl"},Uo={...E,fontSize:"4xl",fontWeight:"bold",lineHeight:"3xl"},Xo={...E,fontSize:"3xl",fontWeight:"bold",lineHeight:"2xl"},Jo={...E,fontSize:"2xl",fontWeight:"bold",lineHeight:"xl"},Go={...E,fontSize:"xl",fontWeight:"bold",lineHeight:"lg"},qo={...E,fontSize:"lg",fontWeight:"bold",lineHeight:"md"},Yo={...E,fontSize:"md",fontWeight:"regular",lineHeight:"md"},Qo={...E,fontSize:"sm",fontWeight:"regular",lineHeight:"md"},Zo={...E,fontSize:"xs",fontWeight:"regular",lineHeight:"sm"};var et=["Display1","Display2","H1","H2","H3","H4","Body1","Body2","Caption"],D=Object.fromEntries(et.map(e=>{let o=["H1","H2","H3","H4"].includes(e)?e.toLowerCase():"span",t=ge.forwardRef(({as:n=o,children:r,...i},s)=>jsx(p,{as:n,...ue[e],...i,ref:s,children:r}));return t.displayName=`Text.${e}`,[e,t]})),ot=D.Display1,tt=D.Display2,rt=D.H1,nt=D.H2,it=D.H3,at=D.H4,st=D.Body1,lt=D.Body2,pt=D.Caption;var fe={};oe(fe,{Link:()=>ut,Plain:()=>ft,Primary:()=>mt,Secondary:()=>ct});var te={borderWidth:"0",borderRadius:"md",display:"flex",gap:"2",padding:"2 4"},mt={...te,backgroundColor:"primary.surface",color:"primary.foreground","backgroundColor:hover":"primary.hover.surface"},ct={...te,backgroundColor:"secondary.background",borderColor:"secondary.border",borderStyle:"solid",borderWidth:"1px",color:"secondary.foreground","backgroundColor:hover":"secondary.hover.background"},ut={...te,backgroundColor:"transparent",color:"primary.surface","color:hover":"primary.hover.surface"},ft={...te,backgroundColor:"transparent",color:"neutral.foreground"};function $e({as:e,children:o,part:t,title:n,variant:r="Primary",...i}){let s=r.toLocaleLowerCase();return jsxs(p,{as:e??"button",part:[`button-${s}`,t],...fe[r],...i,children:[o,n&&jsx(d.Body2,{flexGrow:"1",fontWeight:"demibold",color:"inherit",children:n})]})}var gt=["Primary","Secondary","Link","Plain"],xt=Object.fromEntries(gt.map(e=>{let o=t=>jsx($e,{...t,variant:e,children:t.children});return o.displayName=`Text.${e}`,[e,o]})),g=Object.assign($e,xt);var x={};oe(x,{Column:()=>bt,Row:()=>ht});var ht=ge.forwardRef(({children:e,css:o,...t},n)=>jsx(p,{css:[{display:"flex",flexDirection:"row"},o],...t,ref:n,children:e})),bt=ge.forwardRef(({children:e,css:o,...t},n)=>jsx(p,{css:[{display:"flex",flexDirection:"column"},o],...t,ref:n,children:e}));var M=createContext({apiKey:"",modals:new Set,setModals:()=>{},currentModal:null,navigate:()=>{}});function wt({children:e,navigate:o,theme:t,...n}){let r=t?me(t):{},[i,s]=useState(new Set),a=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]),m=o??((u,S="_self")=>{window.open(u,S);});useEffect(()=>()=>{a.destroy();},[]);let f=i.size>0?i.values().next().value:null;return jsxs(M.Provider,{value:{modals:i,setModals:s,currentModal:f,navigate:m,...n,frigade:a},children:[jsx(Global,{styles:{":root":{...ve,...r}}}),jsx(ThemeProvider,{theme:c,children:e})]})}function X(e,o){let[t,n]=useState(),[,r]=useState(""),{frigade:i}=useContext(M),s=a=>{a.id===e&&(o!=null&&o.variables&&a.applyVariables(o.variables),n(a),r(Math.random().toString()));};return useEffect(()=>((async()=>{let a=await i.getFlow(e);if(!a||i.hasFailedToLoad()){n(void 0);return}o!=null&&o.variables&&a.applyVariables(o.variables),n(a);})(),i.onStateChange(s),()=>{i.removeStateChangeHandler(s);}),[]),{flow:t}}function V(e,{onComplete:o,onDismiss:t}={}){let n=useRef(null);return useEffect(()=>{e!=null&&(e.isCompleted&&n.current===!1&&(async()=>await(o==null?void 0:o(e)))(),n.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 J(e,{onPrimary:o,onSecondary:t}={}){let{navigate:n}=useContext(M);return {handlePrimary:useCallback(async r=>{if(await(o==null?void 0:o(e,r))===!1)return r.preventDefault(),!1;await e.complete(),e.primaryButtonUri!=null&&n(e.primaryButtonUri,e.primaryButtonUriTarget);},[e]),handleSecondary:useCallback(async r=>{if(await(t==null?void 0:t(e,r))===!1)return r.preventDefault(),!1;await e.complete(),e.secondaryButtonUri!=null&&n(e.secondaryButtonUri,e.secondaryButtonUriTarget);},[e])}}function G(e){let{currentModal:o,modals:t,setModals:n}=useContext(M),[r,i]=useState(!1);useEffect(()=>{e!=null&&e.isVisible&&e&&!t.has(e.id)&&n(a=>new Set(a).add(e.id));},[e==null?void 0:e.id,e==null?void 0:e.isVisible]),useEffect(()=>{let a=o===(e==null?void 0:e.id);(e==null?void 0:e.id)!=null&&a!==r&&i(a);},[e==null?void 0:e.id,o]);function s(){t.has(e==null?void 0:e.id)&&n(a=>{let m=new Set(a);return m.delete(e==null?void 0:e.id),m});}return {isCurrentModal:r,removeModal:s}}function Wt(e){return jsx(g.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})}function H({as:e,container:o,dismissible:t=!0,flowId:n,onComplete:r,onDismiss:i,onPrimary:s,onSecondary:a,variables:m,...f}){let u=o==="dialog"?F:e??p,S=u.Close??Wt;return {FlowComponent:function({children:Y,...se}){let{flow:h}=X(n,{variables:m}),N=h==null?void 0:h.getCurrentStep(),{handleDismiss:Q}=V(h,{onComplete:r,onDismiss:i}),{handlePrimary:le,handleSecondary:pe}=J(N,{onPrimary:s,onSecondary:a}),{isCurrentModal:j,removeModal:Z}=G(h);return useEffect(()=>{!(h!=null&&h.isVisible)&&j&&Z();},[h==null?void 0:h.isVisible,j]),h==null||!h.isVisible||!j?null:(h.start(),N.start(),jsxs(u,{position:"relative",...se,...f,children:[t&&jsx(S,{onClick:Q}),Y({flow:h,handleDismiss:Q,handlePrimary:le,handleSecondary:pe,step:N})]}))}}}function Je(e){let{FlowComponent:o}=H(e);return jsx(o,{as:y,gap:5,children:({handlePrimary:t,handleSecondary:n,step:r})=>jsxs(Fragment,{children:[jsx(y.Title,{children:r.title}),jsx(y.Subtitle,{children:r.subtitle}),jsx(y.Media,{src:r.imageUri,css:{objectFit:"contain",width:"100%"}}),jsxs(x.Row,{gap:3,justifyContent:"flex-end",children:[jsx(y.Secondary,{title:r.secondaryButtonTitle,onClick:n}),jsx(y.Primary,{title:r.primaryButtonTitle??"Continue",onClick:t})]})]})})}function Ge({part:e,src:o,...t}){return jsx(p,{as:"img",part:["image",e],src:o,...t})}function Kt(e){var o,t,n;if(e.includes("youtube"))return `https://www.youtube.com/embed/${(o=e.split("v=")[1])==null?void 0:o.split("&")[0]}`;if(e.includes("vimeo"))return `https://player.vimeo.com/video/${(t=e.split("vimeo.com/")[1])==null?void 0:t.split("&")[0]}`;if(e.includes("wistia"))return `https://fast.wistia.net/embed/iframe/${(n=e.split("wistia.com/medias/")[1])==null?void 0:n.split("&")[0]}`;throw new Error("Could not map videoUri to a known provider (Youtube, Vimeo, Wistia).")}function qe({part:e,src:o,...t}){let n=Kt(o);return jsx(p,{allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,as:"iframe",backgroundColor:"gray100",borderWidth:0,part:["video",e],src:n,...t})}function L({src:e,type:o,...t}){return jsx(o==="video"?qe:Ge,{src:e,...t})}var y=ge.forwardRef(({as:e,children:o,...t},n)=>{if(t.flowId!=null)return jsx(Je,{as:e,...t});let r=e??x.Column;return jsx(r,{backgroundColor:"neutral.background",borderRadius:"md",gap:5,p:5,...t,ref:n,children:o})});y.Media=({src:e,...o})=>e==null?null:jsx(L,{borderRadius:"md",src:e,...o});y.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Primary,{title:o,onClick:e,...t});y.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Secondary,{title:o,onClick:e,...t});y.Subtitle=({children:e,...o})=>e==null?null:jsx(d.Body2,{display:"block",part:"subtitle",mt:1,...o,children:e});y.Title=({children:e,...o})=>e==null?null:jsx(d.Body1,{display:"block",fontWeight:"bold",part:"title",...o,children:e});function F({children:e,...o}){return jsx(T.Root,{defaultOpen:!0,modal:!0,children:jsx(T.Portal,{children:jsxs(p,{inset:"0",position:"fixed",zIndex:"9999",children:[jsx(T.Overlay,{asChild:!0,children:jsx(p,{background:"rgb(0 0 0 / 0.5)",part:"dialog-overlay",position:"fixed",inset:"0"})}),jsx(T.Content,{asChild:!0,onOpenAutoFocus:t=>t.preventDefault(),onPointerDownOutside:t=>t.preventDefault(),children:jsx(y,{boxShadow:"md",left:"50%",maxWidth:"430px",p:8,part:"dialog-content",position:"fixed",textAlign:"center",top:"50%",transform:"translate(-50%, -50%)",...o,children:e})})]})})})}F.Close=e=>jsx(T.Close,{"aria-label":"Close",asChild:!0,children:jsx(g.Plain,{part:"close",position:"absolute",right:"-4px",top:"4px",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});F.Subtitle=({children:e,...o})=>jsx(T.Description,{asChild:!0,children:jsx(d.Body2,{mb:5,part:"subtitle",...o,children:e})});F.Media=({src:e,...o})=>e==null?null:jsx(L,{borderRadius:"md",src:e,...o});F.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Primary,{title:o,onClick:e,...t});F.ProgressDots=({current:e,total:o})=>{if(o==1)return null;let t=[...Array(o)].map((n,r)=>jsx("circle",{r:4,cx:4+16*r,cy:"4px",fill:e===r?c.colors.blue500:c.colors.blue800},r));return jsx(p,{as:"svg",height:"8px",margin:"5 auto",part:"progress",viewBox:`0 0 ${16*o-8} 8`,width:16*o-8,children:t})};F.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Secondary,{title:o,onClick:e,...t});F.Title=({children:e,...o})=>jsx(T.Title,{asChild:!0,children:jsx(d.H3,{mb:1,part:"title",...o,children:e})});function Jt(e){let{FlowComponent:o}=H({...e,container:"dialog"});return jsx(o,{children:({flow:t,handlePrimary:n,handleSecondary:r,step:i})=>jsxs(Fragment,{children:[jsx(F.Title,{children:i.title}),jsx(F.Subtitle,{children:i.subtitle}),jsx(F.Media,{src:i.imageUri,css:{aspectRatio:"1.5",objectFit:"cover",width:"100%"}}),jsx(F.ProgressDots,{current:t.getNumberOfCompletedSteps(),total:t.getNumberOfAvailableSteps()}),jsxs(x.Row,{css:{"& > button":{flexGrow:1}},gap:3,children:[i.secondaryButtonTitle&&jsx(F.Secondary,{title:i.secondaryButtonTitle,onClick:r}),jsx(F.Primary,{title:i.primaryButtonTitle??"Continue",onClick:n})]})]})})}function Yt(e){let{FlowComponent:o}=H(e);return jsx(o,{as:y,border:"md",borderColor:"gray900",display:"flex",flexDirection:"row",gap:3,justifyContent:"space-between",children:({handleDismiss:t,handlePrimary:n,handleSecondary:r,step:i})=>jsxs(Fragment,{children:[jsxs(x.Row,{gap:3,children:[i.imageUri&&jsx("img",{src:i.imageUri,style:{height:40,width:40,alignSelf:"center"}}),jsxs(x.Column,{children:[jsx(d.H4,{mb:1,children:i.title}),jsx(d.Body2,{children:i.subtitle})]})]}),jsxs(x.Row,{alignItems:"center",gap:3,justifyContent:"center",children:[i.secondaryButtonTitle&&jsx(g.Secondary,{title:i.secondaryButtonTitle,onClick:r}),jsx(g.Primary,{title:i.primaryButtonTitle,onClick:n}),e.dismissible&&e.container!="dialog"&&jsx(g.Plain,{part:"banner-close",onClick:t,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})]})]})})}var or=new Set(["required","min","max","minLength","maxLength","pattern"]);function tr({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 n=Object.fromEntries(Object.entries(t).filter(([i])=>or.has(i))),r=useController({name:t.id,control:o,rules:n});return jsx(e,{...r,fieldData:t})}function Ze({fieldTypes:e,step:o}){var s;let{control:t,handleSubmit:n}=useForm({delayError:2e3,mode:"onChange"}),r=[];function i(a){o.complete(a);}return (s=o.fields)==null||s.forEach(a=>{e[a.type]!=null&&r.push(jsx(tr,{control:t,fieldComponent:e[a.type],fieldData:a},a.id));}),jsxs(Fragment,{children:[r,jsx(x.Row,{justifyContent:"flex-end",children:jsx(g.Primary,{title:o.primaryButtonTitle??"Submit",onClick:n(i)})},"form-footer")]})}function eo({error:e}){var o;return (o=e==null?void 0:e.message)!=null&&o.length?jsx(d.Caption,{color:"red500",display:"block",part:"field-error",textAlign:"end",children:e==null?void 0:e.message}):null}function oo({children:e,id:o,required:t=!1}){return jsxs(d.Body2,{as:"label",htmlFor:o,fontWeight:"demibold",part:"field-label",children:[e,t&&" *"]})}var to={marginBottom:"5"},q={px:"4",py:"2",backgroundColor:"neutral.background",borderColor:"neutral.border",borderStyle:"solid",borderWidth:"md",borderRadius:"md",display:"block",outline:"none",width:"100%"};function A({children:e,field:o,fieldData:t,fieldState:n}){let{id:r,label:i,placeholder:s}=t,{error:a}=n,m={id:r,...o,...s?{placeholder:s}:{},...q,"aria-invalid":!!a,value:o.value??""};return jsxs(p,{...to,part:"field",children:[jsx(oo,{id:r,required:!!t.required,children:i}),e(m),jsx(eo,{error:a})]})}var lr=()=>jsx(p,{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"})}),pr=ge.forwardRef(({label:e,value:o},t)=>jsxs(p,{as:"label",htmlFor:o,display:"flex",justifyContent:"space-between",part:"field-radio",px:4,py:2,borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"md",children:[jsx(d.Body2,{part:"field-radio-label",children:e}),jsx(K.Item,{id:o,value:o,ref:t,asChild:!0,children:jsx(p,{as:"button",backgroundColor:"neutral.background",borderWidth:"md",borderStyle:"solid",borderColor:"neutral.border",borderRadius:"100%",padding:"0",part:"field-radio-value",position:"relative",height:"24px",width:"24px",children:jsx(p,{as:K.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(lr,{})})})})]}));function ao(e){let{field:{onChange:o,value:t},fieldData:{options:n=[]}}=e,r=n.map(({label:i,value:s})=>jsx(pr,{value:s,label:i},s));return jsx(A,{...e,children:()=>jsx(K.Root,{value:t,onValueChange:o,asChild:!0,children:jsx(x.Column,{gap:2,part:"field-radio-group",children:r})})})}var cr=ge.forwardRef(({label:e,value:o},t)=>jsx(P.Item,{value:o,ref:t,asChild:!0,children:jsx(p,{"backgroundColor:hover":"blue900",borderRadius:"md",outline:"none",part:"field-select-option",px:"3",py:"2",children:jsx(P.ItemText,{asChild:!0,children:jsx(d.Body2,{part:"field-select-option-label",children:e})})})}));function po(e){let{field:{onChange:o,value:t},fieldData:{options:n=[],placeholder:r}}=e,i=n.map(({label:s,value:a})=>jsx(cr,{value:a,label:s},a));return jsx(A,{...e,children:()=>jsxs(P.Root,{value:t,onValueChange:o,children:[jsx(P.Trigger,{asChild:!0,children:jsxs(d.Body2,{...q,alignItems:"center",display:"flex",justifyContent:"space-between",part:"field-select",children:[jsx(P.Value,{placeholder:r??"Select one"}),jsx(P.Icon,{children:jsx(p,{as:ChevronDownIcon,color:"gray100",display:"block",height:"24px",part:"field-select-icon",width:"24px"})})]})}),jsx(P.Portal,{children:jsx(P.Content,{position:"popper",sideOffset:4,asChild:!0,children:jsx(p,{...q,p:"1",part:"field-select-options",width:"var(--radix-popper-anchor-width)",children:jsx(P.Viewport,{children:i})})})})]})})}function co(e){return jsx(A,{...e,children:o=>jsx(d.Body2,{as:"input",part:"field-text",type:"text",...o})})}function fo(e){return jsx(A,{...e,children:o=>jsx(d.Body2,{as:"textarea",part:"field-textarea",...o})})}var ur={radio:ao,select:po,text:co,textarea:fo};function fr({fieldTypes:e={},...o}){let{FlowComponent:t}=H(o),n=Object.assign({},ur,e);return jsx(t,{children:({step:r})=>jsx(Ze,{fieldTypes:n,step:r,...o})})}function ie(){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),[n,r]=useState(null),i=useCallback(s=>{r(s);},[]);return useLayoutEffect(()=>{if(!n)return;let s=()=>{let a=n.getBoundingClientRect();t(a);};return s(),window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[n]),{node:n,rect:o,ref:i}}var hr=keyframes({"0%":{opacity:.5,transform:"scale(0.5)"},"50%":{opacity:0,transform:"scale(1)"},"100%":{opacity:0,transform:"scale(1)"}});function ho({style:e={},part:o="",...t}){return jsxs(p,{part:`dot-wrapper ${o}`,style:{height:"48px",position:"absolute",width:"48px",...e},...t,children:[jsx(p,{backgroundColor:"primary.surface",part:"dot-pulse",css:{animation:`2s ease-out infinite ${hr}`,borderRadius:"24px",height:"48px",left:0,position:"absolute",top:0,transformOrigin:"center center",width:"48px"}}),jsx(p,{backgroundColor:"primary.surface",part:"dot",style:{borderRadius:"12px",height:"24px",left:"12px",position:"absolute",top:"12px",width:"24px"}})]})}function bo({props:e,alignAttr:o,sideAttr:t}){let n=t??"bottom",r={},i=()=>{if(["after","before"].includes(e.align)){if(o=="start")return "before";if(o=="end")return "after"}return e.align??"after"},s="-24px",a={top:"bottom",right:"left",bottom:"top",left:"right"};r[a[n]]=s;let m=i();return ["before","end"].includes(m)?["top","bottom"].includes(n)?r.right=s:r.bottom=s:["after","start"].includes(m)?["top","bottom"].includes(n)?r.left=s:r.top=s:["top","bottom"].includes(n)?r.left=`calc(50% + ${s})`:r.top=`calc(50% + ${s})`,r}var Po={content:["align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","forceMount","hideWhenDetached","onCloseAutoFocus","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenAutoFocus","onPointerDownOutside","side","sideOffset","sticky"],root:["defaultOpen","modal","onOpenChange","open"]};function Co(e,o){let t=Object.fromEntries(Po.content.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0)),n=Object.fromEntries(Po.root.map(r=>[r,e[r]]).filter(r=>r[1]!==void 0));if(t.align=t.align??"after",t.side=t.side??"bottom",["before","after"].includes(t.align)){let r={after:"end",before:"start"},i=(S,k)=>["top","bottom"].includes(k)?S=="after"?"marginLeft":"marginRight":S=="after"?"marginTop":"marginBottom",s=t.alignOffset??0,a=t.style??{},m=t.side??"bottom",f=t.align;t.style={...a,[i(f,m)]:s};let u=["top","bottom"].includes(m)?o.width:o.height;t.alignOffset=(u+s)*-1,t.align=r[f];}return {contentProps:t,rootProps:n}}function C({anchor:e,children:o,className:t,spotlight:n=!1,style:r,...i}){let{node:s,rect:a,ref:m}=ie(),{node:f,rect:u,ref:S}=ie(),{contentProps:k,rootProps:he}=Co(i,a),[Y,se]=useState(k.align),[h,N]=useState(k.side),[Q,le]=useState(0),[pe,j]=useState(0);if(s!==null){let O=s.getAttribute("data-align"),ee=s.getAttribute("data-side");Y!==O&&se(O),h!==ee&&N(ee);}let Z=useRef(null);if(useEffect(()=>{let O=document.querySelector(e);O!=null&&(S(O),Z.current=O);},[e]),useEffect(()=>{let{scrollX:O,scrollY:ee}=window;le(u.left+O),j(u.top+ee);},[u.left,u.top]),f==null)return null;let be="0";typeof window<"u"&&(be=window.getComputedStyle(f).borderRadius);let Bo=bo({props:i,alignAttr:Y,sideAttr:h});return jsxs(v.Root,{defaultOpen:!0,...he,children:[jsx(v.Anchor,{virtualRef:Z}),jsx(v.Portal,{children:jsxs("div",{className:t,css:{bottom:0,left:0,position:"absolute",right:0,top:0,zIndex:9999},children:[n&&jsx(p,{part:"tooltip-spotlight",position:"absolute",style:{borderRadius:be,boxShadow:"0 0 0 20000px rgb(0 0 0 / 0.5)",height:u.height,left:Q,top:pe,width:u.width}}),jsx(v.Content,{asChild:!0,...k,ref:m,children:jsxs(y,{boxShadow:"md",part:"tooltip-content",position:"relative",css:{maxWidth:"360px",...r},children:[jsx(ho,{style:Bo}),o]})})]})})]})}C.Close=e=>jsx(v.Close,{"aria-label":"Close",asChild:!0,children:jsx(g.Plain,{css:{top:"12px",right:"4px"},part:"close",position:"absolute",...e,children:jsx(XMarkIcon,{height:"24",fill:"currentColor"})})});C.Media=({src:e,...o})=>e==null?null:jsx(L,{borderRadius:"md md 0 0",borderWidth:"0",css:{aspectRatio:"2"},margin:"-5 -5 5",src:e,...o});C.Primary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Primary,{title:o,onClick:e,...t});C.Progress=({children:e,...o})=>e==null?null:jsx(d.Body2,{fontWeight:"demibold",part:"progress",...o,children:e});C.Secondary=({onClick:e,title:o,...t})=>o==null?null:jsx(g.Secondary,{title:o,onClick:e,...t});C.Subtitle=({children:e,...o})=>e==null?null:jsx(d.Body2,{part:"subtitle",...o,children:e});C.Title=({children:e,...o})=>e==null?null:jsx(d.Body1,{fontWeight:"bold",mb:1,part:"title",...o,children:e});function To({dismissible:e=!0,flow:o,onDismiss:t,onPrimary:n,onSecondary:r,step:i,...s}){let{handleDismiss:a}=V(o,{onDismiss:t}),{handlePrimary:m,handleSecondary:f}=J(i,{onPrimary:n,onSecondary:r});return jsxs(C,{anchor:i.selector,onOpenAutoFocus:u=>u.preventDefault(),onPointerDownOutside:u=>u.preventDefault(),...s,children:[e&&jsx(C.Close,{onClick:a}),jsx(C.Media,{src:i.videoUri??i.imageUri,type:i.videoUri?"video":"image"}),jsx(C.Title,{children:i.title}),jsx(C.Subtitle,{children:i.subtitle}),jsxs(x.Row,{alignItems:"center",gap:3,justifyContent:"flex-end",part:"tooltip-footer",pt:4,children:[jsx(C.Progress,{children:`${o.getNumberOfCompletedSteps()+1}/${o.getNumberOfAvailableSteps()}`}),jsx(C.Secondary,{marginLeft:"auto",title:i.secondaryButtonTitle,onClick:f}),jsx(C.Primary,{title:i.primaryButtonTitle,onClick:m})]})]},i.id)}function Fr({flowId:e,onComplete:o,variables:t,...n}){let{flow:r}=X(e,{variables:t});V(r,{onComplete:o});let{isCurrentModal:i,removeModal:s}=G(r);if(useEffect(()=>{!(r!=null&&r.isVisible)&&i&&s();},[r==null?void 0:r.isVisible,i]),r==null||r.isVisible===!1||!i)return null;r.start();let a=r.getCurrentStep();return a==null||a.start(),jsx(To,{step:a,flow:r,...n})}function Rr(){let{frigade:e}=useContext(M);return {frigade:e,isLoading:e.isReady()}}
|
|
19
19
|
|
|
20
|
-
export {
|
|
20
|
+
export { Jt as Announcement, Yt as Banner, p as Box, g as Button, y as Card, x as Flex, fr as Form, wt as Provider, d as Text, C as Tooltip, Fr as Tour, ie as useBoundingClientRect, X as useFlow, V as useFlowHandlers, Rr as useFrigade, G as useModal, J as useStepHandlers };
|
|
21
21
|
//# sourceMappingURL=out.js.map
|
|
22
22
|
//# sourceMappingURL=index.js.map
|