@prismicio/editor-ui 0.4.49-alpha.feat-onboarding-guide.4 → 0.4.49-alpha.feat-onboarding-guide.6

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.
@@ -8,7 +8,7 @@ export default meta;
8
8
  export declare const Default: {
9
9
  render: (args: {
10
10
  ariaLabel: string;
11
- gap?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
11
+ gap?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
12
12
  direction?: "horizontal" | "vertical" | undefined;
13
13
  items: unknown[];
14
14
  getItemKey: (item: unknown) => string;
@@ -34,17 +34,17 @@ export declare const Default: {
34
34
  duration?: 0 | 100 | 75 | 150 | 200 | 250 | 300 | 400 | undefined;
35
35
  } | undefined;
36
36
  transition?: {
37
- property: "opacity" | "background-color" | "height";
37
+ property: "background-color" | "height" | "opacity";
38
38
  duration?: 0 | 100 | 75 | 150 | 200 | 250 | 300 | 400 | undefined;
39
39
  delay?: string | undefined;
40
40
  } | undefined;
41
- padding?: (0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | {
42
- block?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
43
- inline?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
44
- top?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
45
- bottom?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
46
- left?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
47
- right?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
41
+ padding?: (0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | {
42
+ block?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
43
+ inline?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
44
+ top?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
45
+ bottom?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
46
+ left?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
47
+ right?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
48
48
  }) | undefined;
49
49
  border?: (boolean | {
50
50
  top?: boolean | undefined;
@@ -52,14 +52,14 @@ export declare const Default: {
52
52
  left?: boolean | undefined;
53
53
  right?: boolean | undefined;
54
54
  }) | undefined;
55
- borderRadius?: (0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | {
56
- topLeft?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
57
- topRight?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
58
- bottomLeft?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
59
- bottomRight?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
55
+ borderRadius?: (0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | {
56
+ topLeft?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
57
+ topRight?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
58
+ bottomLeft?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
59
+ bottomRight?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
60
60
  }) | undefined;
61
61
  borderStyle?: "none" | "dashed" | "solid" | undefined;
62
- backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | undefined;
62
+ backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | "logoPurple" | "logoBlue" | "logoYellow" | "logoRed" | undefined;
63
63
  opacity?: 0 | 1 | 0.1 | 0.3 | 0.4 | 0.5 | 0.6 | 0.8 | 0.9 | undefined;
64
64
  visibility?: "hidden" | "visible" | undefined;
65
65
  overflowY?: "auto" | "hidden" | undefined;
@@ -67,7 +67,7 @@ export declare const Default: {
67
67
  gridColumn?: string | undefined;
68
68
  gridRow?: string | undefined;
69
69
  transform?: import("csstype").Property.Transform | undefined;
70
- gap?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
70
+ gap?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
71
71
  alignItems?: "center" | "flex-start" | undefined;
72
72
  justifyContent?: "center" | "end" | "space-between" | undefined;
73
73
  display: "grid";
@@ -98,17 +98,17 @@ export declare const Default: {
98
98
  duration?: 0 | 100 | 75 | 150 | 200 | 250 | 300 | 400 | undefined;
99
99
  } | undefined;
100
100
  transition?: {
101
- property: "opacity" | "background-color" | "height";
101
+ property: "background-color" | "height" | "opacity";
102
102
  duration?: 0 | 100 | 75 | 150 | 200 | 250 | 300 | 400 | undefined;
103
103
  delay?: string | undefined;
104
104
  } | undefined;
105
- padding?: (0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | {
106
- block?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
107
- inline?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
108
- top?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
109
- bottom?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
110
- left?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
111
- right?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
105
+ padding?: (0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | {
106
+ block?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
107
+ inline?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
108
+ top?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
109
+ bottom?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
110
+ left?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
111
+ right?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
112
112
  }) | undefined;
113
113
  border?: (boolean | {
114
114
  top?: boolean | undefined;
@@ -116,14 +116,14 @@ export declare const Default: {
116
116
  left?: boolean | undefined;
117
117
  right?: boolean | undefined;
118
118
  }) | undefined;
119
- borderRadius?: (0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | {
120
- topLeft?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
121
- topRight?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
122
- bottomLeft?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
123
- bottomRight?: 0 | "50%" | "100%" | "inherit" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | undefined;
119
+ borderRadius?: (0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | {
120
+ topLeft?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
121
+ topRight?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
122
+ bottomLeft?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
123
+ bottomRight?: 0 | 2 | 1 | "50%" | "100%" | "inherit" | 4 | 6 | 8 | 10 | 12 | undefined;
124
124
  }) | undefined;
125
125
  borderStyle?: "none" | "dashed" | "solid" | undefined;
126
- backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | undefined;
126
+ backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | "logoPurple" | "logoBlue" | "logoYellow" | "logoRed" | undefined;
127
127
  opacity?: 0 | 1 | 0.1 | 0.3 | 0.4 | 0.5 | 0.6 | 0.8 | 0.9 | undefined;
128
128
  visibility?: "hidden" | "visible" | undefined;
129
129
  overflowY?: "auto" | "hidden" | undefined;
@@ -131,7 +131,7 @@ export declare const Default: {
131
131
  gridColumn?: string | undefined;
132
132
  gridRow?: string | undefined;
133
133
  transform?: import("csstype").Property.Transform | undefined;
134
- gap?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
134
+ gap?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
135
135
  alignItems?: "center" | "flex-start" | undefined;
136
136
  justifyContent?: "center" | "end" | "space-between" | undefined;
137
137
  display?: "flex" | "inline-flex" | undefined;
@@ -26,8 +26,8 @@ export declare const Default: {
26
26
  textWeight?: "bold" | "normal" | undefined;
27
27
  radius?: "normal" | "full" | undefined;
28
28
  sx?: import("../../theme").SX | undefined;
29
- startIcon?: "search" | "link" | "code" | "translate" | "visibility" | "add" | "alert" | "arrowBack" | "arrowDownward" | "arrowDropDown" | "arrowDropDownCircle" | "arrowForward" | "arrowUpward" | "attachFile" | "autoFixHigh" | "biToggle" | "block" | "calendarToday" | "centerFocusWeak" | "check" | "checkBox" | "checkBoxOutlinedBlank" | "chevronLeft" | "chevronRight" | "close" | "cloud" | "cloudUpload" | "colorLens" | "contentCopy" | "contentPaste" | "createNewFolder" | "crop" | "cropLandscape" | "cropPortrait" | "dataObject" | "database" | "dateRange" | "delete" | "description" | "desktopWindows" | "dragIndicator" | "driveFileMove" | "edit" | "event" | "expandLess" | "expandMore" | "firstPage" | "folder" | "formatBold" | "formatClear" | "formatItalic" | "formatListBulleted" | "formatListNumbered" | "formatTextDirectionRToL" | "hideImage" | "image" | "imageSearch" | "insertDriveFile" | "inventory" | "invite" | "javascript" | "json" | "keyboardArrowDown" | "keyboardArrowUp" | "label" | "language" | "linkOff" | "lock" | "looks1" | "looks2" | "looks3" | "looks4" | "looks5" | "looks6" | "migrationRelease" | "moreVert" | "multipleStop" | "musicNote" | "notStarted" | "notes" | "openInFull" | "openInNew" | "outbound" | "people" | "phoneIphone" | "photo" | "pin" | "place" | "playCircle" | "preview" | "prismic" | "public" | "refresh" | "save" | "schedule" | "sentimentSatisfied" | "settings" | "settingsEthernet" | "smartDisplay" | "svelte" | "tabletMac" | "tag" | "terminal" | "textFields" | "title" | "toggleOff" | "typescript" | "unfoldMore" | "unsplash" | "upload" | "videocam" | "viewDay" | "vue" | "zoomOutMap" | undefined;
30
- endIcon?: "search" | "link" | "code" | "translate" | "visibility" | "add" | "alert" | "arrowBack" | "arrowDownward" | "arrowDropDown" | "arrowDropDownCircle" | "arrowForward" | "arrowUpward" | "attachFile" | "autoFixHigh" | "biToggle" | "block" | "calendarToday" | "centerFocusWeak" | "check" | "checkBox" | "checkBoxOutlinedBlank" | "chevronLeft" | "chevronRight" | "close" | "cloud" | "cloudUpload" | "colorLens" | "contentCopy" | "contentPaste" | "createNewFolder" | "crop" | "cropLandscape" | "cropPortrait" | "dataObject" | "database" | "dateRange" | "delete" | "description" | "desktopWindows" | "dragIndicator" | "driveFileMove" | "edit" | "event" | "expandLess" | "expandMore" | "firstPage" | "folder" | "formatBold" | "formatClear" | "formatItalic" | "formatListBulleted" | "formatListNumbered" | "formatTextDirectionRToL" | "hideImage" | "image" | "imageSearch" | "insertDriveFile" | "inventory" | "invite" | "javascript" | "json" | "keyboardArrowDown" | "keyboardArrowUp" | "label" | "language" | "linkOff" | "lock" | "looks1" | "looks2" | "looks3" | "looks4" | "looks5" | "looks6" | "migrationRelease" | "moreVert" | "multipleStop" | "musicNote" | "notStarted" | "notes" | "openInFull" | "openInNew" | "outbound" | "people" | "phoneIphone" | "photo" | "pin" | "place" | "playCircle" | "preview" | "prismic" | "public" | "refresh" | "save" | "schedule" | "sentimentSatisfied" | "settings" | "settingsEthernet" | "smartDisplay" | "svelte" | "tabletMac" | "tag" | "terminal" | "textFields" | "title" | "toggleOff" | "typescript" | "unfoldMore" | "unsplash" | "upload" | "videocam" | "viewDay" | "vue" | "zoomOutMap" | undefined;
29
+ startIcon?: "translate" | "visibility" | "search" | "link" | "description" | "code" | "add" | "alert" | "arrowBack" | "arrowDownward" | "arrowDropDown" | "arrowDropDownCircle" | "arrowForward" | "arrowUpward" | "attachFile" | "autoFixHigh" | "biToggle" | "block" | "calendarToday" | "centerFocusWeak" | "check" | "checkBox" | "checkBoxOutlinedBlank" | "chevronLeft" | "chevronRight" | "close" | "cloud" | "cloudUpload" | "colorLens" | "contentCopy" | "contentPaste" | "createNewFolder" | "crop" | "cropLandscape" | "cropPortrait" | "dataObject" | "database" | "dateRange" | "delete" | "desktopWindows" | "dragIndicator" | "driveFileMove" | "edit" | "event" | "expandLess" | "expandMore" | "firstPage" | "folder" | "formatBold" | "formatClear" | "formatItalic" | "formatListBulleted" | "formatListNumbered" | "formatTextDirectionRToL" | "hideImage" | "image" | "imageSearch" | "insertDriveFile" | "inventory" | "invite" | "javascript" | "json" | "keyboardArrowDown" | "keyboardArrowUp" | "label" | "language" | "linkOff" | "lock" | "looks1" | "looks2" | "looks3" | "looks4" | "looks5" | "looks6" | "migrationRelease" | "moreVert" | "multipleStop" | "musicNote" | "notStarted" | "notes" | "openInFull" | "openInNew" | "outbound" | "people" | "phoneIphone" | "photo" | "pin" | "place" | "playCircle" | "preview" | "prismic" | "public" | "refresh" | "save" | "schedule" | "sentimentSatisfied" | "settings" | "settingsEthernet" | "smartDisplay" | "svelte" | "tabletMac" | "tag" | "terminal" | "textFields" | "title" | "toggleOff" | "typescript" | "unfoldMore" | "unsplash" | "upload" | "videocam" | "viewDay" | "vue" | "zoomOutMap" | undefined;
30
+ endIcon?: "translate" | "visibility" | "search" | "link" | "description" | "code" | "add" | "alert" | "arrowBack" | "arrowDownward" | "arrowDropDown" | "arrowDropDownCircle" | "arrowForward" | "arrowUpward" | "attachFile" | "autoFixHigh" | "biToggle" | "block" | "calendarToday" | "centerFocusWeak" | "check" | "checkBox" | "checkBoxOutlinedBlank" | "chevronLeft" | "chevronRight" | "close" | "cloud" | "cloudUpload" | "colorLens" | "contentCopy" | "contentPaste" | "createNewFolder" | "crop" | "cropLandscape" | "cropPortrait" | "dataObject" | "database" | "dateRange" | "delete" | "desktopWindows" | "dragIndicator" | "driveFileMove" | "edit" | "event" | "expandLess" | "expandMore" | "firstPage" | "folder" | "formatBold" | "formatClear" | "formatItalic" | "formatListBulleted" | "formatListNumbered" | "formatTextDirectionRToL" | "hideImage" | "image" | "imageSearch" | "insertDriveFile" | "inventory" | "invite" | "javascript" | "json" | "keyboardArrowDown" | "keyboardArrowUp" | "label" | "language" | "linkOff" | "lock" | "looks1" | "looks2" | "looks3" | "looks4" | "looks5" | "looks6" | "migrationRelease" | "moreVert" | "multipleStop" | "musicNote" | "notStarted" | "notes" | "openInFull" | "openInNew" | "outbound" | "people" | "phoneIphone" | "photo" | "pin" | "place" | "playCircle" | "preview" | "prismic" | "public" | "refresh" | "save" | "schedule" | "sentimentSatisfied" | "settings" | "settingsEthernet" | "smartDisplay" | "svelte" | "tabletMac" | "tag" | "terminal" | "textFields" | "title" | "toggleOff" | "typescript" | "unfoldMore" | "unsplash" | "upload" | "videocam" | "viewDay" | "vue" | "zoomOutMap" | undefined;
31
31
  renderStartIcon?: ((icon: import("react").ReactNode) => import("react").ReactNode) | undefined;
32
32
  renderEndIcon?: ((icon: import("react").ReactNode) => import("react").ReactNode) | undefined;
33
33
  hotkeys?: import("react-hotkeys-hook").Keys | undefined;
@@ -13,7 +13,7 @@ declare const meta: {
13
13
  };
14
14
  decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
15
15
  children: import("react").ReactNode[];
16
- gap?: (0 | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100) | undefined;
16
+ gap?: (0 | 2 | 1 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100) | undefined;
17
17
  }>) => JSX.Element)[];
18
18
  };
19
19
  export default meta;
@@ -61,9 +61,9 @@ declare const meta: {
61
61
  max?: number | undefined;
62
62
  getValueLabel?: ((value: number, max: number) => string) | undefined;
63
63
  displayLabel?: boolean | undefined;
64
- color?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | undefined;
65
- backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | undefined;
66
- labelColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | undefined;
64
+ color?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | "logoPurple" | "logoBlue" | "logoYellow" | "logoRed" | undefined;
65
+ backgroundColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | "logoPurple" | "logoBlue" | "logoYellow" | "logoRed" | undefined;
66
+ labelColor?: "inherit" | "currentColor" | "transparent" | "white" | "black" | "grey1" | "grey2" | "grey3" | "grey4" | "grey5" | "grey6" | "grey7" | "grey8" | "grey9" | "grey10" | "grey11" | "grey12" | "dark12" | "indigo2" | "indigo4" | "indigo5" | "indigo7" | "indigo8" | "indigo10" | "indigo11" | "indigo12" | "green3" | "green4" | "green9" | "green10" | "green11" | "green12" | "amber3" | "amber4" | "amber9" | "amber10" | "amber11" | "amber12" | "tomato1" | "tomato2" | "tomato3" | "tomato4" | "tomato5" | "tomato6" | "tomato7" | "tomato8" | "tomato9" | "tomato10" | "tomato11" | "tomato12" | "purple1" | "purple2" | "purple3" | "purple4" | "purple5" | "purple6" | "purple7" | "purple8" | "purple9" | "purple10" | "purple11" | "purple12" | "greyAlpha1" | "logoPurple" | "logoBlue" | "logoYellow" | "logoRed" | undefined;
67
67
  height?: "large" | "normal" | "collapsed" | undefined;
68
68
  transition?: "slow" | "fast" | undefined;
69
69
  sx?: import("../../theme").SX | undefined;
@@ -21,20 +21,20 @@ export declare function Skeleton(props: Props): import("react").DetailedReactHTM
21
21
  flexShrink?: 0 | undefined;
22
22
  flexBasis?: 0 | undefined;
23
23
  flexWrap?: "wrap" | undefined;
24
- order?: 0 | 1 | 2 | 3 | undefined;
24
+ order?: 0 | 2 | 1 | 3 | undefined;
25
25
  alignSelf?: "center" | "stretch" | "start" | "end" | undefined;
26
26
  justifySelf?: "center" | "stretch" | "start" | "end" | undefined;
27
27
  visibility?: "hidden" | "visible" | undefined;
28
28
  position?: "fixed" | "absolute" | "relative" | "sticky" | undefined;
29
- marginLeft?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
30
- marginRight?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
31
- marginTop?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
32
- marginBottom?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
33
- marginInline?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
34
- marginBlock?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
35
- top?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
36
- left?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
37
- right?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
38
- bottom?: 0 | "auto" | "fieldSetGap" | 1 | 2 | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
29
+ marginLeft?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
30
+ marginRight?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
31
+ marginTop?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
32
+ marginBottom?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
33
+ marginInline?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
34
+ marginBlock?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
35
+ top?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
36
+ left?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
37
+ right?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
38
+ bottom?: 0 | 2 | 1 | "auto" | "fieldSetGap" | 4 | 6 | 8 | 10 | 12 | 16 | 18 | 20 | 24 | 28 | 32 | 40 | 48 | 72 | 80 | 100 | undefined;
39
39
  };
40
40
  }, HTMLElement>;
@@ -22,7 +22,7 @@ export declare const Default: {
22
22
  src: string;
23
23
  loop?: boolean | undefined;
24
24
  autoPlay?: boolean | undefined;
25
- sizing?: "none" | "contain" | "cover" | undefined;
25
+ sizing?: "contain" | "none" | "cover" | undefined;
26
26
  borderRadius?: 0 | 4 | undefined;
27
27
  boxShadow?: "3" | undefined;
28
28
  animateOnLoad?: boolean | undefined;
package/dist/index.cjs.js CHANGED
@@ -275,7 +275,7 @@ Check the top-level render call using <`+X+">.")}return U}}function Ym(A,U){{if(
275
275
  <path fill-rule="evenodd" clip-rule="evenodd" d="M5.385 3L11.5973 14.3893L12.1385 15.3813L12.6795 14.3893L18.892 3H22L12.1385 20.3912L2 3H5.385ZM17.4873 3.001L12.1385 12.8072L6.7895 3.00083L9.102 3.00017L9.87833 3L10.7962 4.58283L12.2198 7.03767L13.6477 4.58533L14.57 3.001H15.3135H17.4873Z"></path>
276
276
  </svg>`,l$=`<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
277
277
  <path d="M15 3L17.3 5.3L14.41 8.17L15.83 9.59L18.7 6.7L21 9V3H15ZM3 9L5.3 6.7L8.17 9.59L9.59 8.17L6.7 5.3L9 3H3V9ZM9 21L6.7 18.7L9.59 15.83L8.17 14.41L5.3 17.3L3 15V21H9ZM21 15L18.7 17.3L15.83 14.41L14.41 15.83L17.3 18.7L15 21H21V15Z"></path>
278
- </svg>`;function s$(e){const t={},n={},r={};return Object.entries(e).forEach(([o,{varPrefix:a,literals:i,vars:l}])=>{const s={};t[o]=s;const c={};n[o]=c,i&&(Object.assign(s,i),r[o]=i),l&&Object.entries(l).forEach(([u,d])=>{if(tl(d)){const f=Rl({name:u,prefix:a}),h=Rl({name:u,prefix:a,scheme:"light"}),m=Rl({name:u,prefix:a,scheme:"dark"});s[f]=Hf(f),c[h]=d.light,c[m]=d.dark,c[f]=d}else{const f=Rl({name:u,prefix:a});s[u]=Hf(f),c[f]=d}})}),{theme:t,vars:n,literals:r}}function tl(e){return!!(e&&typeof e=="object"&&"light"in e&&"dark"in e)}function c$(e,t,n){return Object.entries(n).reduce((r,o)=>{const[a,i]=o,l=Object.values(t[a]??{}),s=Object.keys(e[a]??{}).map(Hf),c=new Set(["borderRadius","borderWidth"]).has(a),u=[...l,...s,...c?[/var\(--\w+\)/]:[]];return i.forEach(d=>{r[d]=u}),r},{})}function Rl(e){const{name:t,prefix:n,scheme:r}=e,o=n?`${n}-`:"",a=r?`${r}-`:"";return`${o}${a}${u$(t)}`}function u$(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function Hf(e){return`var(--${e})`}const{theme:Se,vars:j4,literals:d$}=s$({borderRadius:{literals:{0:"0px",1:"1px",2:"2px",4:"4px",6:"6px",8:"8px",10:"10px",12:"12px","50%":"50%","100%":"100%",inherit:"inherit"}},borderStyle:{literals:{none:"none",dashed:"dashed",solid:"solid"}},borderWidth:{literals:{0:"0px",1:"1px",2:"2px",3:"3px"}},boxShadow:{literals:{none:"none"},varPrefix:"box-shadow",vars:{"-1":"0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset",1:"0px 1px 0px 0px rgba(0, 0, 0, 0.04)",2:"0px 2px 1px 0px rgba(0, 0, 0, 0.05)",3:"0px 2px 10px 0px rgba(0, 0, 0, 0.1)",4:"0px 26px 80px 0px rgba(0, 0, 0, 0.2)",purpleFocus:"0px 0px 0px 2px rgba(124, 102, 220, 0.3)",purpleHighlight:"0px 0px 0px 4px rgb(228, 222, 252)",ghostFocus:"0px 0px 0px 3px rgba(111, 110, 119, 0.3)",greenFocus:"0px 0px 0px 2px rgba(48, 164, 108, 0.3)",amberFocus:"0px 0px 0px 2px rgba(255, 178, 36, 0.3)",tomatoFocus:"0px 0px 0px 2px rgba(229, 77, 46, 0.3)",tomatoHighlight:"0px 0px 0px 4px rgb(253, 216, 211)",indigoFocus:"0px 0px 0px 2px rgba(174, 192, 245, 0.3)",gradient:{light:"0px 0px 10px 10px rgb(249, 248, 249)",dark:"0px 0px 10px 10px rgb(28, 28, 31)"},greyFocus:"0px 0px 0px 2px rgba(244, 242, 244, 0.3)",cropper:"0 0 0 9999em"}},color:{literals:{currentColor:"currentColor",transparent:"transparent",inherit:"inherit",white:"white",black:"black"},vars:{grey1:{light:"rgb(255, 255, 255)",dark:"rgb(22, 22, 24)"},grey2:{light:"rgb(249, 248, 249)",dark:"rgb(28, 28, 31)"},grey3:{light:"rgb(244, 242, 244)",dark:"rgb(35, 35, 38)"},grey4:{light:"rgb(238, 237, 239)",dark:"rgb(40, 40, 44)"},grey5:{light:"rgb(233, 232, 234)",dark:"rgb(46, 46, 50)"},grey6:{light:"rgb(228, 226, 228)",dark:"rgb(52, 52, 58)"},grey7:{light:"rgb(220, 219, 221)",dark:"rgb(62, 62, 68)"},grey8:{light:"rgb(200, 199, 203)",dark:"rgb(80, 79, 87)"},grey9:{light:"rgb(144, 142, 150)",dark:"rgb(112, 111, 120)"},grey10:{light:"rgb(134, 132, 141)",dark:"rgb(126, 125, 134)"},grey11:{light:"rgb(111, 110, 119)",dark:"rgb(160, 159, 166)"},grey12:{light:"rgb(26, 21, 35)",dark:"rgb(237, 237, 239)"},dark12:{light:"rgb(237, 237, 239)",dark:"rgb(237, 237, 239)"},indigo2:{light:"rgb(248, 250, 255)",dark:"rgb(21, 25, 45)"},indigo4:{light:"rgb(230, 237, 254)",dark:"rgb(28, 39, 79)"},indigo5:{light:"rgb(217, 226, 252)",dark:"rgb(31, 44, 92)"},indigo7:{light:"rgb(174, 192, 245)",dark:"rgb(39, 62, 137)"},indigo8:{light:"rgba(141, 164, 239)",dark:"rgba(47, 78, 178)"},indigo10:{light:"rgb(58, 92, 204)",dark:"rgb(83, 115, 231)"},indigo11:{light:"rgb(52, 81, 178)",dark:"rgb(132, 157, 255)"},indigo12:{light:"rgb(16, 29, 70)",dark:"rgb(238, 241, 253)"},green3:{light:"rgb(233, 249, 238)",dark:"rgb(15, 41, 30)"},green4:{light:"rgb(221, 243, 228)",dark:"rgb(17, 49, 35)"},green9:{light:"rgb(48, 164, 108)",dark:"rgb(48, 164, 108)"},green10:{light:"rgb(41, 151, 100)",dark:"rgb(60, 177, 121)"},green11:{light:"rgb(24, 121, 78)",dark:"rgb(76, 195, 138)"},green12:{light:"rgb(21, 50, 38)",dark:"rgb(229, 251, 235)"},amber3:{light:"rgb(255, 244, 213)",dark:"rgb(52, 28, 0)"},amber4:{light:"rgb(255, 236, 188)",dark:"rgb(63, 34, 0)"},amber9:{light:"rgb(255, 178, 36)",dark:"rgb(255, 178, 36)"},amber10:{light:"rgb(255, 160, 28)",dark:"rgb(255, 203, 71)"},amber11:{light:"rgb(173, 87, 0)",dark:"rgb(241, 161, 13)"},amber12:{light:"rgb(78, 32, 9)",dark:"rgb(254, 243, 221)"},tomato1:{light:"rgb(255, 252, 252)",dark:"rgb(29, 20, 18)"},tomato2:{light:"rgb(255, 248, 247)",dark:"rgb(42, 20, 16)"},tomato3:{light:"rgb(255, 240, 238)",dark:"rgb(59, 24, 19)"},tomato4:{light:"rgb(255, 230, 226)",dark:"rgb(72, 26, 20)"},tomato5:{light:"rgb(253, 216, 211)",dark:"rgb(84, 28, 21)"},tomato6:{light:"rgb(250, 199, 190)",dark:"rgb(101, 32, 22)"},tomato7:{light:"rgb(243, 176, 162)",dark:"rgb(127, 35, 21)"},tomato8:{light:"rgb(234, 146, 128)",dark:"rgb(164, 42, 18)"},tomato9:{light:"rgb(229, 77, 46)",dark:"rgb(229, 77, 46)"},tomato10:{light:"rgb(219, 67, 36)",dark:"rgb(236, 94, 65)"},tomato11:{light:"rgb(202, 50, 20)",dark:"rgb(241, 106, 80)"},tomato12:{light:"rgb(52, 23, 17)",dark:"rgb(254, 239, 236)"},purple1:{light:"rgb(253, 252, 254)",dark:"rgb(23, 21, 31)"},purple2:{light:"rgb(251, 250, 255)",dark:"rgb(28, 23, 43)"},purple3:{light:"rgb(245, 242, 255)",dark:"rgb(37, 30, 64)"},purple4:{light:"rgb(237, 233, 254)",dark:"rgb(44, 34, 80)"},purple5:{light:"rgb(228, 222, 252)",dark:"rgb(50, 39, 95)"},purple6:{light:"rgb(215, 207, 249)",dark:"rgb(57, 44, 114)"},purple7:{light:"rgb(196, 184, 243)",dark:"rgb(68, 53, 146)"},purple8:{light:"rgb(170, 153, 236)",dark:"rgb(88, 66, 195)"},purple9:{light:"rgb(110, 86, 207)",dark:"rgb(110, 86, 207)"},purple10:{light:"rgb(100, 79, 193)",dark:"rgb(124, 102, 220)"},purple11:{light:"rgb(87, 70, 175)",dark:"rgb(158, 140, 252)"},purple12:{light:"rgb(32, 19, 75)",dark:"rgb(241, 238, 254)"},greyAlpha1:{light:"rgba(0, 0, 0, 0.3)",dark:"rgba(0, 0, 0, 0.3)"}}},cursor:{literals:{default:"default",move:"move",pointer:"pointer",text:"text",grab:"grab",notAllowed:"not-allowed",initial:"initial"}},fontFamily:{literals:{inherit:"inherit"},varPrefix:"font-family",vars:{body:"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",code:"source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace"}},gradient:{varPrefix:"gradient",vars:{"checker-board":{dark:"repeating-conic-gradient(hsl(248, 5%, 33%) 0% 25%, hsl(240, 5%, 12%) 0% 50%) 50% / 10px 10px",light:"repeating-conic-gradient(hsl(255, 4%, 79%) 0% 25%, hsl(300, 8%, 97%) 0% 50%) 50% / 10px 10px"}}},opacity:{literals:{0:"0",.1:"0.1",.3:"0.3",.4:"0.4",.5:"0.5",.6:"0.6",.8:"0.8",.9:"0.9",1:"1"}},size:{varPrefix:"size",vars:{small:"28px",medium:"32px",large:"40px",scrollbar:"12px"}},space:{literals:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",6:"6px",8:"8px",10:"10px",12:"12px",16:"16px",18:"18px",20:"20px",24:"24px",28:"28px",32:"32px",40:"40px",48:"48px",72:"72px",80:"80px",100:"100px"},varPrefix:"space",vars:{fieldSetGap:"16px"}},transitionDuration:{literals:{0:"0ms",75:"75ms",100:"100ms",150:"150ms",200:"200ms",250:"250ms",300:"300ms",400:"400ms"}},zIndex:{literals:{}}}),f$=c$(j4,d$,{borderRadius:["border-radius","border-bottom-right-radius","border-bottom-left-radius","border-top-right-radius","border-top-left-radius"],borderStyle:["border-style","border-top-style","border-bottom-style","border-right-style","border-left-style","outline-style"],borderWidth:["border-width","border-bottom-width","border-right-width","outline-width"],boxShadow:["box-shadow"],cursor:["cursor"],color:["background","background-color","fill","border-color","border-top-color","border-bottom-color","border-right-color","color","stroke","outline-color"],fontFamily:["font-family"],gradient:["background"],opacity:["opacity"],size:[],space:["gap","margin","margin-block","margin-top","margin-bottom","margin-inline","margin-left","margin-right","padding","padding-block","padding-top","padding-bottom","padding-inline","padding-left","padding-right"],transitionDuration:["transition-duration","animation-duration"],zIndex:["z-index"]}),Bl={small:768,medium:1012,large:1280};function p$({min:e,max:t}){let n;if(e&&t){const r=Bl[e],o=Bl[t];n=`screen and (${r}px <= width < ${o}px)`}else e?n=`screen and (width >= ${Bl[e]}px)`:n=`screen and (width < ${Bl[t]}px)`;return me.useMediaQuery(n)}const h$="_icon_5pm1y_1",ng={icon:h$,"size-extraSmall":"_size-extraSmall_5pm1y_5","size-small":"_size-small_5pm1y_10","size-medium":"_size-medium_5pm1y_15","size-large":"_size-large_5pm1y_20"},de=C.forwardRef(function(t,n){const{className:r,color:o,name:a,size:i,sx:l,...s}=t,c=`../../icons/${a}.svg`;return C.useLayoutEffect(()=>g$(c)),p.jsx("svg",{...s,className:W(ng.icon,i&&ng[`size-${i}`],r),style:{...l,color:o&&Se.color[o]},fill:"currentColor",ref:n,children:p.jsx("use",{href:`#${c}`})})}),m$=Object.assign({"../../icons/add.svg":nD,"../../icons/alert.svg":rD,"../../icons/arrowBack.svg":oD,"../../icons/arrowDownward.svg":aD,"../../icons/arrowDropDown.svg":iD,"../../icons/arrowDropDownCircle.svg":lD,"../../icons/arrowForward.svg":sD,"../../icons/arrowUpward.svg":cD,"../../icons/attachFile.svg":uD,"../../icons/autoFixHigh.svg":dD,"../../icons/biToggle.svg":fD,"../../icons/block.svg":pD,"../../icons/calendarToday.svg":hD,"../../icons/centerFocusWeak.svg":mD,"../../icons/check.svg":gD,"../../icons/checkBox.svg":bD,"../../icons/checkBoxOutlinedBlank.svg":vD,"../../icons/chevronLeft.svg":yD,"../../icons/chevronRight.svg":xD,"../../icons/close.svg":CD,"../../icons/cloud.svg":wD,"../../icons/cloudUpload.svg":kD,"../../icons/code.svg":SD,"../../icons/colorLens.svg":DD,"../../icons/contentCopy.svg":_D,"../../icons/contentPaste.svg":$D,"../../icons/createNewFolder.svg":ED,"../../icons/crop.svg":MD,"../../icons/cropLandscape.svg":AD,"../../icons/cropPortrait.svg":TD,"../../icons/dataObject.svg":PD,"../../icons/database.svg":RD,"../../icons/dateRange.svg":BD,"../../icons/delete.svg":OD,"../../icons/description.svg":ID,"../../icons/desktopWindows.svg":FD,"../../icons/dragIndicator.svg":ND,"../../icons/driveFileMove.svg":LD,"../../icons/edit.svg":zD,"../../icons/event.svg":jD,"../../icons/expandLess.svg":VD,"../../icons/expandMore.svg":HD,"../../icons/firstPage.svg":WD,"../../icons/folder.svg":KD,"../../icons/formatBold.svg":UD,"../../icons/formatClear.svg":ZD,"../../icons/formatItalic.svg":GD,"../../icons/formatListBulleted.svg":qD,"../../icons/formatListNumbered.svg":YD,"../../icons/formatTextDirectionRToL.svg":JD,"../../icons/hideImage.svg":XD,"../../icons/image.svg":QD,"../../icons/imageSearch.svg":e_,"../../icons/insertDriveFile.svg":t_,"../../icons/inventory.svg":n_,"../../icons/invite.svg":r_,"../../icons/javascript.svg":o_,"../../icons/json.svg":a_,"../../icons/keyboardArrowDown.svg":i_,"../../icons/keyboardArrowUp.svg":l_,"../../icons/label.svg":s_,"../../icons/language.svg":c_,"../../icons/link.svg":u_,"../../icons/linkOff.svg":d_,"../../icons/lock.svg":f_,"../../icons/looks1.svg":p_,"../../icons/looks2.svg":h_,"../../icons/looks3.svg":m_,"../../icons/looks4.svg":g_,"../../icons/looks5.svg":b_,"../../icons/looks6.svg":v_,"../../icons/migrationRelease.svg":y_,"../../icons/moreVert.svg":x_,"../../icons/multipleStop.svg":C_,"../../icons/musicNote.svg":w_,"../../icons/notStarted.svg":k_,"../../icons/notes.svg":S_,"../../icons/openInFull.svg":D_,"../../icons/openInNew.svg":__,"../../icons/outbound.svg":$_,"../../icons/people.svg":E_,"../../icons/phoneIphone.svg":M_,"../../icons/photo.svg":A_,"../../icons/pin.svg":T_,"../../icons/place.svg":P_,"../../icons/playCircle.svg":R_,"../../icons/preview.svg":B_,"../../icons/prismic.svg":O_,"../../icons/public.svg":I_,"../../icons/refresh.svg":F_,"../../icons/save.svg":N_,"../../icons/schedule.svg":L_,"../../icons/search.svg":z_,"../../icons/sentimentSatisfied.svg":j_,"../../icons/settings.svg":V_,"../../icons/settingsEthernet.svg":H_,"../../icons/smartDisplay.svg":W_,"../../icons/svelte.svg":K_,"../../icons/tabletMac.svg":U_,"../../icons/tag.svg":Z_,"../../icons/terminal.svg":G_,"../../icons/textFields.svg":q_,"../../icons/title.svg":Y_,"../../icons/toggleOff.svg":J_,"../../icons/translate.svg":X_,"../../icons/typescript.svg":Q_,"../../icons/unfoldMore.svg":e$,"../../icons/unsplash.svg":t$,"../../icons/upload.svg":n$,"../../icons/videocam.svg":r$,"../../icons/viewDay.svg":o$,"../../icons/visibility.svg":a$,"../../icons/vue.svg":i$,"../../icons/zoomOutMap.svg":l$}),rg=new Set;let Za;function g$(e){if(rg.has(e))return;rg.add(e);const t=m$[e];if(typeof t!="string")return;Za||(Za=document.createElement("div"),Za.style.display="none",document.body.appendChild(Za));const n=document.createElement("div");n.innerHTML=t;const r=n.firstElementChild;r&&(r.setAttribute("id",e),Za.appendChild(r))}const V4=C.memo(()=>p.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsx("rect",{width:"48",height:"48",rx:"16",fill:"black"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.6578 24.6581L37.2928 22.293C37.1054 22.1056 37.0001 21.8515 37.0001 21.5867V18.6919C37.0001 16.0173 36.7217 15.0474 36.1987 14.0696C35.6759 13.0918 34.9084 12.3244 33.9307 11.8015C32.9529 11.2785 31.983 11.0001 29.3085 11.0001H25.4833C25.3726 11.0001 25.2828 10.9105 25.2828 10.8001C25.2828 10.7471 25.3039 10.6963 25.3414 10.6588L27.7064 8.29366C27.8944 8.10565 28.1497 8 28.4159 8H29.7446C33.3107 8 34.6038 8.37131 35.9076 9.06855C37.2113 9.7658 38.2344 10.789 38.9316 12.0927C39.6289 13.3964 40.0002 14.6896 40.0002 18.2558V24.5167C40.0002 24.6272 39.9104 24.7168 39.7997 24.7168C39.7465 24.7168 39.6954 24.6956 39.6578 24.6581Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.3414 39.6598L25.7064 37.2946C25.8944 37.1067 26.1497 37.001 26.4159 37.001H29.3085C31.983 37.001 32.9529 36.7225 33.9306 36.1996C34.9084 35.6767 35.6757 34.9093 36.1987 33.9315C36.7216 32.9537 37.0001 31.9838 37.0001 29.3092V25.4843C37.0001 25.3738 37.0899 25.2844 37.2005 25.2844C37.2538 25.2844 37.3048 25.3054 37.3424 25.3431L39.7073 27.708C39.8948 27.8955 40.0001 28.1495 40.0001 28.4144V29.7453C40.0001 33.3115 39.6288 34.6046 38.9316 35.9084C38.2344 37.2121 37.2111 38.2353 35.9074 38.9326C34.6037 39.6297 33.3107 40.0011 29.7446 40.0011H23.4832C23.3725 40.0011 23.2828 39.9116 23.2828 39.8011C23.2828 39.7481 23.3039 39.6974 23.3414 39.6598Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.34231 23.3431L10.7072 25.7081C10.8947 25.8956 11 26.1497 11 26.4145V29.3092C11 31.9839 11.2785 32.9537 11.8014 33.9315C12.3243 34.9093 13.0917 35.6767 14.0695 36.1996C15.0473 36.7227 16.0171 37.0011 18.6917 37.0011H22.5169C22.6276 37.0011 22.7174 37.0906 22.7174 37.2011C22.7174 37.254 22.6963 37.3049 22.6588 37.3423L20.2937 39.7075C20.1057 39.8955 19.8505 40.0012 19.5843 40.0012H18.2556C14.6895 40.0012 13.3963 39.6299 12.0926 38.9326C10.7889 38.2353 9.76576 37.2122 9.06853 35.9084C8.3713 34.6048 8 33.3115 8 29.7454V23.4844C8 23.374 8.08974 23.2844 8.20043 23.2844C8.25366 23.2844 8.30471 23.3056 8.34231 23.3431Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6588 8.34128L22.2936 10.7064C22.1056 10.8944 21.8505 11.0001 21.5843 11.0001H18.6917C16.0171 11.0001 15.0473 11.2785 14.0695 11.8015C13.0917 12.3244 12.3243 13.0918 11.8014 14.0696C11.2785 15.0474 11 16.0173 11 18.6919V22.5167C11 22.6272 10.9103 22.7167 10.7996 22.7167C10.7463 22.7167 10.6953 22.6956 10.6577 22.6581L8.29276 20.293C8.10529 20.1056 8 19.8515 8 19.5867V18.2558C8 14.6896 8.3713 13.3964 9.06853 12.0927C9.76576 10.789 10.7889 9.7658 12.0926 9.06855C13.3963 8.37131 14.6895 8 18.2556 8H24.5169C24.6276 8 24.7174 8.08954 24.7174 8.2C24.7174 8.25297 24.6963 8.30378 24.6588 8.34128Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M34.661 19.6761L31.4361 16.5939C31.2227 16.3806 30.9732 16.2255 30.7073 16.1287C30.4874 16.0456 30.2491 16.0001 30.0001 16.0001H20.4809C20.3702 16.0001 20.2805 15.9105 20.2805 15.8001C20.2805 15.7471 20.3016 15.6962 20.3391 15.6587L22.7064 13.2934C22.8944 13.1055 23.1495 13 23.4155 13H31C33.2092 13 35 14.7909 35 17.0001V19.5316C35 19.6421 34.9104 19.7317 34.7996 19.7317C34.748 19.7317 34.6983 19.7117 34.661 19.6761Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.3234 34.6638L31.4065 31.4377C31.6198 31.2244 31.7749 30.9749 31.8717 30.7089C31.9548 30.489 32.0003 30.2507 32.0003 30.0017V20.4828C32.0003 20.3724 32.09 20.2828 32.2007 20.2828C32.2539 20.2828 32.3051 20.304 32.3427 20.3416L34.7079 22.7089C34.8952 22.8963 35.0003 23.1502 35.0003 23.4149V31.0017C35.0003 33.211 33.2095 35.0018 31.0003 35.0018H28.4685C28.3578 35.0018 28.268 34.9123 28.268 34.8018C28.268 34.7504 28.2878 34.7009 28.3234 34.6638Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3399 28.3259L16.5648 31.4081C16.7781 31.6214 17.0276 31.7764 17.2936 31.8732C17.5134 31.9563 17.7518 32.0019 18.0008 32.0019H27.5199C27.6306 32.0019 27.7204 32.0915 27.7204 32.2019C27.7204 32.2549 27.6993 32.3057 27.6617 32.3432L25.2944 34.7085C25.1065 34.8964 24.8513 35.0019 24.5853 35.0019H17.0008C14.7917 35.0019 13.0008 33.211 13.0008 31.0019V28.4702C13.0008 28.3599 13.0905 28.2703 13.2012 28.2703C13.2529 28.2703 13.3026 28.2902 13.3399 28.3259Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.6778 13.338L16.5946 16.5641C16.3813 16.7774 16.2262 17.0269 16.1295 17.2928C16.0463 17.5127 16.0008 17.7511 16.0008 18.0001V27.519C16.0008 27.6295 15.9111 27.7189 15.8004 27.7189C15.7471 27.7189 15.696 27.6978 15.6584 27.6601L13.2933 25.293C13.106 25.1055 13.0008 24.8516 13.0008 24.5869V17.0001C13.0008 14.7909 14.7917 13 17.0008 13H19.5327C19.6434 13 19.7331 13.0895 19.7331 13.2C19.7331 13.2514 19.7133 13.3008 19.6778 13.338Z",fill:"white"})]}));V4.displayName="PrismicLogo";const b$="_text_3isg4_1",v$="_base_3isg4_12",y$="_noWrap_3isg4_146",x$="_noSelect_3isg4_152",C$="_link_3isg4_156",w$="_underline_3isg4_168",k$="_highlight_3isg4_173",S$="_inline_3isg4_179",D$="_hyphens_3isg4_183",gt={text:b$,"display-inline-flex":"_display-inline-flex_3isg4_8",base:v$,"variant-normal":"_variant-normal_3isg4_16 _base_3isg4_12","variant-bold":"_variant-bold_3isg4_24 _base_3isg4_12","variant-italic":"_variant-italic_3isg4_32 _base_3isg4_12","variant-smallItalic":"_variant-smallItalic_3isg4_41 _base_3isg4_12","variant-small":"_variant-small_3isg4_41 _base_3isg4_12","variant-smallBold":"_variant-smallBold_3isg4_58 _base_3isg4_12","variant-extraSmall":"_variant-extraSmall_3isg4_66 _base_3isg4_12","variant-emphasized":"_variant-emphasized_3isg4_74 _base_3isg4_12","variant-h1":"_variant-h1_3isg4_82 _base_3isg4_12","variant-h2":"_variant-h2_3isg4_90 _base_3isg4_12","variant-h3":"_variant-h3_3isg4_98 _base_3isg4_12","variant-h4":"_variant-h4_3isg4_106 _base_3isg4_12","variant-h5":"_variant-h5_3isg4_114 _base_3isg4_12","variant-inherit":"_variant-inherit_3isg4_122","align-start":"_align-start_3isg4_130","align-center":"_align-center_3isg4_134","align-end":"_align-end_3isg4_138","align-inherit":"_align-inherit_3isg4_142",noWrap:y$,noSelect:x$,link:C$,underline:w$,highlight:k$,inline:S$,hyphens:D$,"overflowWrap-anywhere":"_overflowWrap-anywhere_3isg4_188"},Q=C.forwardRef(function(t,n){const{hasParentText:r}=C.useContext(og),{display:o,href:a,align:i="inherit",children:l,color:s=a?"indigo11":"grey12",noWrap:c=!1,variant:u="normal",component:d=$$(u,r,a),noSelect:f=!1,underline:h=!1,highlight:m=!1,sx:g,htmlFor:b,inline:y,title:x,hyphens:v,overflowWrap:w,...S}=t,_=C.createElement(d,{className:W(gt.text,o&&gt[`display-${o}`],gt[`variant-${u}`],gt[`align-${i}`],c&&gt.noWrap,f&&gt.noSelect,h&&gt.underline,m&&gt.highlight,y&&gt.inline,v&&gt.hyphens,w&&gt[`overflowWrap-${w}`],a&&gt.link),style:{...g,color:Se.color[s]},ref:n,htmlFor:b,title:x,...a?{href:a,target:"_blank",rel:"noreferrer"}:{},...S},l);return p.jsx(og.Provider,{value:{hasParentText:!0},children:_})}),_$={normal:"p",bold:"p",italic:"p",small:"p",extraSmall:"p",smallBold:"p",smallItalic:"p",emphasized:"p",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",inherit:"p"};function $$(e,t,n){return n?"a":t?"span":_$[e]}const og=C.createContext({hasParentText:!1}),E$="_base_18mla_1",M$="_root_18mla_6 _base_18mla_1",A$="_rootBorder_18mla_22",T$="_iconText_18mla_29 _base_18mla_1",P$="_item_18mla_36 _base_18mla_1",R$="_stepMarker_18mla_45",B$="_disabled_18mla_54",O$="_readOnly_18mla_54",I$="_startIcon_18mla_116 _base_18mla_1",F$="_iconBorder_18mla_125",N$="_stepMarkerCircle_18mla_158",L$="_completed_18mla_171",z$="_selected_18mla_189",Je={base:E$,root:M$,"gap-4":"_gap-4_18mla_14","gap-8":"_gap-8_18mla_18",rootBorder:A$,iconText:T$,item:P$,stepMarker:R$,disabled:B$,readOnly:O$,"item-borderless":"_item-borderless_18mla_72","item-compact":"_item-compact_18mla_73","item-bordered":"_item-bordered_18mla_77","item-grey":"_item-grey_18mla_100","item-tomato":"_item-tomato_18mla_104","item-bg-grey":"_item-bg-grey_18mla_108","item-bg-transparent":"_item-bg-transparent_18mla_112",startIcon:I$,iconBorder:F$,stepMarkerCircle:N$,completed:L$,selected:z$},H4=C.createContext({variant:"bordered"});function j$(){return C.useContext(H4)}function V$(e){const{variant:t="bordered",gap:n=8}=e;return p.jsx(H4.Provider,{value:{variant:t},children:p.jsx("div",{...e,className:W(Je.root,t==="bordered"&&Je.rootBorder,n&&Je[`gap-${n}`])})})}const W4=C.forwardRef(function(t,n){const{variant:r}=j$(),{children:o,color:a="grey",backgroundColor:i="grey",description:l,disabled:s,selected:c=!1,endAdornment:u,endIcon:d,renderEndIcon:f=S=>S,renderStartIcon:h=S=>S,startIcon:m,completed:g,readOnly:b=!1,textVariant:y=K$[r],...x}=t,v=!!(t.renderStartIcon||t.startIcon),w=U$[c?"purple":a];return p.jsxs("div",{className:W(Je.item,Je[`item-${a}`],Je[`item-bg-${i}`],Je[`item-${r}`],c&&Je.selected,s&&Je.disabled,b&&Je.readOnly),ref:n,...x,children:[typeof g=="boolean"&&p.jsx(W$,{completed:g}),v&&p.jsx("div",{className:W(Je.startIcon,r==="bordered"&&Je.iconBorder),children:h(m&&p.jsx(de,{name:m,size:r==="compact"?"medium":"large"}))}),p.jsxs("div",{className:Je.iconText,children:[p.jsx(Q,{component:"span",color:w.name,variant:y,children:o}),p.jsx(Q,{component:"span",color:w.description,variant:"small",children:l})]}),f(d&&p.jsx(de,{name:d,size:"small"})),u]})});function H$(e){const{children:t}=e;return p.jsx(Q,{color:"grey11",component:"span",sx:{marginBottom:12},variant:"smallBold",children:t})}function W$(e){const{completed:t}=e;return p.jsx("div",{className:Je.stepMarker,children:p.jsx("span",{className:W(Je.stepMarkerCircle,t&&Je.completed),"aria-label":t?"step completed":"step not completed"})})}const K$={borderless:"bold",bordered:"smallBold",compact:"normal"},U$={grey:{name:"grey12",description:"grey11"},tomato:{name:"tomato11",description:"tomato11"},purple:{name:"purple11",description:"purple11"}};function Z$(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Bc(...e){return t=>e.forEach(n=>Z$(n,t))}function he(...e){return k.useCallback(Bc(...e),e)}var _n=k.forwardRef((e,t)=>{const{children:n,...r}=e,o=k.Children.toArray(n),a=o.find(G$);if(a){const i=a.props.children,l=o.map(s=>s===a?k.Children.count(i)>1?k.Children.only(null):k.isValidElement(i)?i.props.children:null:s);return p.jsx(Wf,{...r,ref:t,children:k.isValidElement(i)?k.cloneElement(i,void 0,l):null})}return p.jsx(Wf,{...r,ref:t,children:n})});_n.displayName="Slot";var Wf=k.forwardRef((e,t)=>{const{children:n,...r}=e;if(k.isValidElement(n)){const o=Y$(n);return k.cloneElement(n,{...q$(r,n.props),ref:t?Bc(t,o):o})}return k.Children.count(n)>1?k.Children.only(null):null});Wf.displayName="SlotClone";var K4=({children:e})=>p.jsx(p.Fragment,{children:e});function G$(e){return k.isValidElement(e)&&e.type===K4}function q$(e,t){const n={...t};for(const r in t){const o=e[r],a=t[r];/^on[A-Z]/.test(r)?o&&a?n[r]=(...l)=>{a(...l),o(...l)}:o&&(n[r]=o):r==="style"?n[r]={...o,...a}:r==="className"&&(n[r]=[o,a].filter(Boolean).join(" "))}return{...e,...n}}function Y$(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Kf(){return Kf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Kf.apply(this,arguments)}var U4=["shift","alt","meta","mod","ctrl"],J$={esc:"escape",return:"enter",".":"period",",":"comma","-":"slash"," ":"space","`":"backquote","#":"backslash","+":"bracketright",ShiftLeft:"shift",ShiftRight:"shift",AltLeft:"alt",AltRight:"alt",MetaLeft:"meta",MetaRight:"meta",OSLeft:"meta",OSRight:"meta",ControlLeft:"ctrl",ControlRight:"ctrl"};function gr(e){return(J$[e]||e).trim().toLowerCase().replace(/key|digit|numpad|arrow/,"")}function X$(e){return U4.includes(e)}function Fu(e,t){return t===void 0&&(t=","),e.split(t)}function Nu(e,t,n){t===void 0&&(t="+");var r=e.toLocaleLowerCase().split(t).map(function(i){return gr(i)}),o={alt:r.includes("alt"),ctrl:r.includes("ctrl")||r.includes("control"),shift:r.includes("shift"),meta:r.includes("meta"),mod:r.includes("mod")},a=r.filter(function(i){return!U4.includes(i)});return Kf({},o,{keys:a,description:n})}(function(){typeof document<"u"&&(document.addEventListener("keydown",function(e){e.key!==void 0&&Z4([gr(e.key),gr(e.code)])}),document.addEventListener("keyup",function(e){e.key!==void 0&&G4([gr(e.key),gr(e.code)])})),typeof window<"u"&&window.addEventListener("blur",function(){br.clear()})})();var br=new Set;function D1(e){return Array.isArray(e)}function Q$(e,t){t===void 0&&(t=",");var n=D1(e)?e:e.split(t);return n.every(function(r){return br.has(r.trim().toLowerCase())})}function Z4(e){var t=Array.isArray(e)?e:[e];br.has("meta")&&br.forEach(function(n){return!X$(n)&&br.delete(n.toLowerCase())}),t.forEach(function(n){return br.add(n.toLowerCase())})}function G4(e){var t=Array.isArray(e)?e:[e];e==="meta"?br.clear():t.forEach(function(n){return br.delete(n.toLowerCase())})}function eE(e,t,n){(typeof n=="function"&&n(e,t)||n===!0)&&e.preventDefault()}function tE(e,t,n){return typeof n=="function"?n(e,t):n===!0||n===void 0}function nE(e){return q4(e,["input","textarea","select"])}function q4(e,t){var n=e.target;t===void 0&&(t=!1);var r=n&&n.tagName;return D1(t)?!!(r&&t&&t.some(function(o){return o.toLowerCase()===r.toLowerCase()})):!!(r&&t&&t===!0)}function rE(e,t){return e.length===0&&t?(console.warn('A hotkey has the "scopes" option set, however no active scopes were found. If you want to use the global scopes feature, you need to wrap your app in a <HotkeysProvider>'),!0):t?e.some(function(n){return t.includes(n)})||e.includes("*"):!0}var oE=function(t,n,r){r===void 0&&(r=!1);var o=n.alt,a=n.meta,i=n.mod,l=n.shift,s=n.ctrl,c=n.keys,u=t.key,d=t.code,f=t.ctrlKey,h=t.metaKey,m=t.shiftKey,g=t.altKey,b=gr(d),y=u.toLowerCase();if(!(c!=null&&c.includes(b))&&!(c!=null&&c.includes(y))&&!["ctrl","control","unknown","meta","alt","shift","os"].includes(b))return!1;if(!r){if(o===!g&&y!=="alt"||l===!m&&y!=="shift")return!1;if(i){if(!h&&!f)return!1}else if(a===!h&&y!=="meta"&&y!=="os"||s===!f&&y!=="ctrl"&&y!=="control")return!1}return c&&c.length===1&&(c.includes(y)||c.includes(b))?!0:c?Q$(c):!c},aE=C.createContext(void 0),iE=function(){return C.useContext(aE)};function Y4(e,t){return e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(e).length===Object.keys(t).length&&Object.keys(e).reduce(function(n,r){return n&&Y4(e[r],t[r])},!0):e===t}var lE=C.createContext({hotkeys:[],enabledScopes:[],toggleScope:function(){},enableScope:function(){},disableScope:function(){}}),sE=function(){return C.useContext(lE)};function cE(e){var t=C.useRef(void 0);return Y4(t.current,e)||(t.current=e),t.current}var ag=function(t){t.stopPropagation(),t.preventDefault(),t.stopImmediatePropagation()},uE=typeof window<"u"?C.useLayoutEffect:C.useEffect;function J4(e,t,n,r){var o=C.useRef(null),a=C.useRef(!1),i=n instanceof Array?r instanceof Array?void 0:r:n,l=D1(e)?e.join(i==null?void 0:i.splitKey):e,s=n instanceof Array?n:r instanceof Array?r:void 0,c=C.useCallback(t,s??[]),u=C.useRef(c);s?u.current=c:u.current=t;var d=cE(i),f=sE(),h=f.enabledScopes,m=iE();return uE(function(){if(!((d==null?void 0:d.enabled)===!1||!rE(h,d==null?void 0:d.scopes))){var g=function(w,S){var _;if(S===void 0&&(S=!1),!(nE(w)&&!q4(w,d==null?void 0:d.enableOnFormTags))){if(o.current!==null){var M=o.current.getRootNode();if((M instanceof Document||M instanceof ShadowRoot)&&M.activeElement!==o.current&&!o.current.contains(M.activeElement)){ag(w);return}}(_=w.target)!=null&&_.isContentEditable&&!(d!=null&&d.enableOnContentEditable)||Fu(l,d==null?void 0:d.splitKey).forEach(function(D){var E,P=Nu(D,d==null?void 0:d.combinationKey);if(oE(w,P,d==null?void 0:d.ignoreModifiers)||(E=P.keys)!=null&&E.includes("*")){if(d!=null&&d.ignoreEventWhen!=null&&d.ignoreEventWhen(w)||S&&a.current)return;if(eE(w,P,d==null?void 0:d.preventDefault),!tE(w,P,d==null?void 0:d.enabled)){ag(w);return}u.current(w,P),S||(a.current=!0)}})}},b=function(w){w.key!==void 0&&(Z4(gr(w.code)),((d==null?void 0:d.keydown)===void 0&&(d==null?void 0:d.keyup)!==!0||d!=null&&d.keydown)&&g(w))},y=function(w){w.key!==void 0&&(G4(gr(w.code)),a.current=!1,d!=null&&d.keyup&&g(w,!0))},x=o.current||(i==null?void 0:i.document)||document;return x.addEventListener("keyup",y),x.addEventListener("keydown",b),m&&Fu(l,d==null?void 0:d.splitKey).forEach(function(v){return m.addHotkey(Nu(v,d==null?void 0:d.combinationKey,d==null?void 0:d.description))}),function(){x.removeEventListener("keyup",y),x.removeEventListener("keydown",b),m&&Fu(l,d==null?void 0:d.splitKey).forEach(function(v){return m.removeHotkey(Nu(v,d==null?void 0:d.combinationKey,d==null?void 0:d.description))})}}},[l,d,h]),o}const dE="_buttonGroup_kbx9b_1",ig={buttonGroup:dE,"density-regular":"_density-regular_kbx9b_5","density-compact":"_density-compact_kbx9b_9"},$r=C.forwardRef(function(t,n){const r=Xn(),{children:o,density:a="regular",disabled:i=r==null?void 0:r.disabled,size:l=(r==null?void 0:r.size)??"medium",color:s=(r==null?void 0:r.color)??"purple",sx:c,...u}=t,d={disabled:i,size:l,color:s};return p.jsx(X4.Provider,{value:d,children:p.jsx("div",{...u,className:W(ig.buttonGroup,ig[`density-${a}`]),style:c,ref:n,children:o})})}),X4=C.createContext(void 0);function Xn(){return C.useContext(X4)}var fE=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ee=fE.reduce((e,t)=>{const n=k.forwardRef((r,o)=>{const{asChild:a,...i}=r,l=a?_n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),p.jsx(l,{...i,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function pE(e,t){e&&el.flushSync(()=>e.dispatchEvent(t))}var hE="VisuallyHidden",Oc=k.forwardRef((e,t)=>p.jsx(ee.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));Oc.displayName=hE;var Q4=Oc;function mE(e){return p.jsx(Q4,{...e})}function gE(e,t){const n=k.createContext(t);function r(a){const{children:i,...l}=a,s=k.useMemo(()=>l,Object.values(l));return p.jsx(n.Provider,{value:s,children:i})}function o(a){const i=k.useContext(n);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return r.displayName=e+"Provider",[r,o]}function Le(e,t=[]){let n=[];function r(a,i){const l=k.createContext(i),s=n.length;n=[...n,i];function c(d){const{scope:f,children:h,...m}=d,g=(f==null?void 0:f[e][s])||l,b=k.useMemo(()=>m,Object.values(m));return p.jsx(g.Provider,{value:b,children:h})}function u(d,f){const h=(f==null?void 0:f[e][s])||l,m=k.useContext(h);if(m)return m;if(i!==void 0)return i;throw new Error(`\`${d}\` must be used within \`${a}\``)}return c.displayName=a+"Provider",[c,u]}const o=()=>{const a=n.map(i=>k.createContext(i));return function(l){const s=(l==null?void 0:l[e])||a;return k.useMemo(()=>({[`__scope${e}`]:{...l,[e]:s}}),[l,s])}};return o.scopeName=e,[r,bE(o,...t)]}function bE(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(a){const i=r.reduce((l,{useScope:s,scopeName:c})=>{const d=s(a)[`__scope${c}`];return{...l,...d}},{});return k.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}var _1="Progress",$1=100,[vE,Ule]=Le(_1),[yE,xE]=vE(_1),eb=k.forwardRef((e,t)=>{const{__scopeProgress:n,value:r=null,max:o,getValueLabel:a=CE,...i}=e;(o||o===0)&&!lg(o)&&console.error(wE(`${o}`,"Progress"));const l=lg(o)?o:$1;r!==null&&!sg(r,l)&&console.error(kE(`${r}`,"Progress"));const s=sg(r,l)?r:null,c=Us(s)?a(s,l):void 0;return p.jsx(yE,{scope:n,value:s,max:l,children:p.jsx(ee.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":Us(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":rb(s,l),"data-value":s??void 0,"data-max":l,...i,ref:t})})});eb.displayName=_1;var tb="ProgressIndicator",nb=k.forwardRef((e,t)=>{const{__scopeProgress:n,...r}=e,o=xE(tb,n);return p.jsx(ee.div,{"data-state":rb(o.value,o.max),"data-value":o.value??void 0,"data-max":o.max,...r,ref:t})});nb.displayName=tb;function CE(e,t){return`${Math.round(e/t*100)}%`}function rb(e,t){return e==null?"indeterminate":e===t?"complete":"loading"}function Us(e){return typeof e=="number"}function lg(e){return Us(e)&&!isNaN(e)&&e>0}function sg(e,t){return Us(e)&&!isNaN(e)&&e<=t&&e>=0}function wE(e,t){return`Invalid prop \`max\` of value \`${e}\` supplied to \`${t}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${$1}\`.`}function kE(e,t){return`Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:
278
+ </svg>`;function s$(e){const t={},n={},r={};return Object.entries(e).forEach(([o,{varPrefix:a,literals:i,vars:l}])=>{const s={};t[o]=s;const c={};n[o]=c,i&&(Object.assign(s,i),r[o]=i),l&&Object.entries(l).forEach(([u,d])=>{if(tl(d)){const f=Rl({name:u,prefix:a}),h=Rl({name:u,prefix:a,scheme:"light"}),m=Rl({name:u,prefix:a,scheme:"dark"});s[f]=Hf(f),c[h]=d.light,c[m]=d.dark,c[f]=d}else{const f=Rl({name:u,prefix:a});s[u]=Hf(f),c[f]=d}})}),{theme:t,vars:n,literals:r}}function tl(e){return!!(e&&typeof e=="object"&&"light"in e&&"dark"in e)}function c$(e,t,n){return Object.entries(n).reduce((r,o)=>{const[a,i]=o,l=Object.values(t[a]??{}),s=Object.keys(e[a]??{}).map(Hf),c=new Set(["borderRadius","borderWidth"]).has(a),u=[...l,...s,...c?[/var\(--\w+\)/]:[]];return i.forEach(d=>{r[d]=u}),r},{})}function Rl(e){const{name:t,prefix:n,scheme:r}=e,o=n?`${n}-`:"",a=r?`${r}-`:"";return`${o}${a}${u$(t)}`}function u$(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function Hf(e){return`var(--${e})`}const{theme:Se,vars:j4,literals:d$}=s$({borderRadius:{literals:{0:"0px",1:"1px",2:"2px",4:"4px",6:"6px",8:"8px",10:"10px",12:"12px","50%":"50%","100%":"100%",inherit:"inherit"}},borderStyle:{literals:{none:"none",dashed:"dashed",solid:"solid"}},borderWidth:{literals:{0:"0px",1:"1px",2:"2px",3:"3px"}},boxShadow:{literals:{none:"none"},varPrefix:"box-shadow",vars:{"-1":"0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset",1:"0px 1px 0px 0px rgba(0, 0, 0, 0.04)",2:"0px 2px 1px 0px rgba(0, 0, 0, 0.05)",3:"0px 2px 10px 0px rgba(0, 0, 0, 0.1)",4:"0px 26px 80px 0px rgba(0, 0, 0, 0.2)",purpleFocus:"0px 0px 0px 2px rgba(124, 102, 220, 0.3)",purpleHighlight:"0px 0px 0px 4px rgb(228, 222, 252)",ghostFocus:"0px 0px 0px 3px rgba(111, 110, 119, 0.3)",greenFocus:"0px 0px 0px 2px rgba(48, 164, 108, 0.3)",amberFocus:"0px 0px 0px 2px rgba(255, 178, 36, 0.3)",tomatoFocus:"0px 0px 0px 2px rgba(229, 77, 46, 0.3)",tomatoHighlight:"0px 0px 0px 4px rgb(253, 216, 211)",indigoFocus:"0px 0px 0px 2px rgba(174, 192, 245, 0.3)",gradient:{light:"0px 0px 10px 10px rgb(249, 248, 249)",dark:"0px 0px 10px 10px rgb(28, 28, 31)"},greyFocus:"0px 0px 0px 2px rgba(244, 242, 244, 0.3)",cropper:"0 0 0 9999em"}},color:{literals:{currentColor:"currentColor",transparent:"transparent",inherit:"inherit",white:"white",black:"black"},vars:{grey1:{light:"rgb(255, 255, 255)",dark:"rgb(22, 22, 24)"},grey2:{light:"rgb(249, 248, 249)",dark:"rgb(28, 28, 31)"},grey3:{light:"rgb(244, 242, 244)",dark:"rgb(35, 35, 38)"},grey4:{light:"rgb(238, 237, 239)",dark:"rgb(40, 40, 44)"},grey5:{light:"rgb(233, 232, 234)",dark:"rgb(46, 46, 50)"},grey6:{light:"rgb(228, 226, 228)",dark:"rgb(52, 52, 58)"},grey7:{light:"rgb(220, 219, 221)",dark:"rgb(62, 62, 68)"},grey8:{light:"rgb(200, 199, 203)",dark:"rgb(80, 79, 87)"},grey9:{light:"rgb(144, 142, 150)",dark:"rgb(112, 111, 120)"},grey10:{light:"rgb(134, 132, 141)",dark:"rgb(126, 125, 134)"},grey11:{light:"rgb(111, 110, 119)",dark:"rgb(160, 159, 166)"},grey12:{light:"rgb(26, 21, 35)",dark:"rgb(237, 237, 239)"},dark12:{light:"rgb(237, 237, 239)",dark:"rgb(237, 237, 239)"},indigo2:{light:"rgb(248, 250, 255)",dark:"rgb(21, 25, 45)"},indigo4:{light:"rgb(230, 237, 254)",dark:"rgb(28, 39, 79)"},indigo5:{light:"rgb(217, 226, 252)",dark:"rgb(31, 44, 92)"},indigo7:{light:"rgb(174, 192, 245)",dark:"rgb(39, 62, 137)"},indigo8:{light:"rgba(141, 164, 239)",dark:"rgba(47, 78, 178)"},indigo10:{light:"rgb(58, 92, 204)",dark:"rgb(83, 115, 231)"},indigo11:{light:"rgb(52, 81, 178)",dark:"rgb(132, 157, 255)"},indigo12:{light:"rgb(16, 29, 70)",dark:"rgb(238, 241, 253)"},green3:{light:"rgb(233, 249, 238)",dark:"rgb(15, 41, 30)"},green4:{light:"rgb(221, 243, 228)",dark:"rgb(17, 49, 35)"},green9:{light:"rgb(48, 164, 108)",dark:"rgb(48, 164, 108)"},green10:{light:"rgb(41, 151, 100)",dark:"rgb(60, 177, 121)"},green11:{light:"rgb(24, 121, 78)",dark:"rgb(76, 195, 138)"},green12:{light:"rgb(21, 50, 38)",dark:"rgb(229, 251, 235)"},amber3:{light:"rgb(255, 244, 213)",dark:"rgb(52, 28, 0)"},amber4:{light:"rgb(255, 236, 188)",dark:"rgb(63, 34, 0)"},amber9:{light:"rgb(255, 178, 36)",dark:"rgb(255, 178, 36)"},amber10:{light:"rgb(255, 160, 28)",dark:"rgb(255, 203, 71)"},amber11:{light:"rgb(173, 87, 0)",dark:"rgb(241, 161, 13)"},amber12:{light:"rgb(78, 32, 9)",dark:"rgb(254, 243, 221)"},tomato1:{light:"rgb(255, 252, 252)",dark:"rgb(29, 20, 18)"},tomato2:{light:"rgb(255, 248, 247)",dark:"rgb(42, 20, 16)"},tomato3:{light:"rgb(255, 240, 238)",dark:"rgb(59, 24, 19)"},tomato4:{light:"rgb(255, 230, 226)",dark:"rgb(72, 26, 20)"},tomato5:{light:"rgb(253, 216, 211)",dark:"rgb(84, 28, 21)"},tomato6:{light:"rgb(250, 199, 190)",dark:"rgb(101, 32, 22)"},tomato7:{light:"rgb(243, 176, 162)",dark:"rgb(127, 35, 21)"},tomato8:{light:"rgb(234, 146, 128)",dark:"rgb(164, 42, 18)"},tomato9:{light:"rgb(229, 77, 46)",dark:"rgb(229, 77, 46)"},tomato10:{light:"rgb(219, 67, 36)",dark:"rgb(236, 94, 65)"},tomato11:{light:"rgb(202, 50, 20)",dark:"rgb(241, 106, 80)"},tomato12:{light:"rgb(52, 23, 17)",dark:"rgb(254, 239, 236)"},purple1:{light:"rgb(253, 252, 254)",dark:"rgb(23, 21, 31)"},purple2:{light:"rgb(251, 250, 255)",dark:"rgb(28, 23, 43)"},purple3:{light:"rgb(245, 242, 255)",dark:"rgb(37, 30, 64)"},purple4:{light:"rgb(237, 233, 254)",dark:"rgb(44, 34, 80)"},purple5:{light:"rgb(228, 222, 252)",dark:"rgb(50, 39, 95)"},purple6:{light:"rgb(215, 207, 249)",dark:"rgb(57, 44, 114)"},purple7:{light:"rgb(196, 184, 243)",dark:"rgb(68, 53, 146)"},purple8:{light:"rgb(170, 153, 236)",dark:"rgb(88, 66, 195)"},purple9:{light:"rgb(110, 86, 207)",dark:"rgb(110, 86, 207)"},purple10:{light:"rgb(100, 79, 193)",dark:"rgb(124, 102, 220)"},purple11:{light:"rgb(87, 70, 175)",dark:"rgb(158, 140, 252)"},purple12:{light:"rgb(32, 19, 75)",dark:"rgb(241, 238, 254)"},greyAlpha1:{light:"rgba(0, 0, 0, 0.3)",dark:"rgba(0, 0, 0, 0.3)"},logoPurple:{light:"rgb(215, 126, 234)",dark:"rgb(215, 126, 234)"},logoBlue:{light:"rgb(123, 143, 236)",dark:"rgb(123, 143, 236)"},logoYellow:{light:"rgb(246, 202, 68)",dark:"rgb(246, 202, 68)"},logoRed:{light:"rgb(229, 87, 56)",dark:"rgb(229, 87, 56)"}}},cursor:{literals:{default:"default",move:"move",pointer:"pointer",text:"text",grab:"grab",notAllowed:"not-allowed",initial:"initial"}},fontFamily:{literals:{inherit:"inherit"},varPrefix:"font-family",vars:{body:"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",code:"source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace"}},gradient:{varPrefix:"gradient",vars:{"checker-board":{dark:"repeating-conic-gradient(hsl(248, 5%, 33%) 0% 25%, hsl(240, 5%, 12%) 0% 50%) 50% / 10px 10px",light:"repeating-conic-gradient(hsl(255, 4%, 79%) 0% 25%, hsl(300, 8%, 97%) 0% 50%) 50% / 10px 10px"}}},opacity:{literals:{0:"0",.1:"0.1",.3:"0.3",.4:"0.4",.5:"0.5",.6:"0.6",.8:"0.8",.9:"0.9",1:"1"}},size:{varPrefix:"size",vars:{small:"28px",medium:"32px",large:"40px",scrollbar:"12px"}},space:{literals:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",6:"6px",8:"8px",10:"10px",12:"12px",16:"16px",18:"18px",20:"20px",24:"24px",28:"28px",32:"32px",40:"40px",48:"48px",72:"72px",80:"80px",100:"100px"},varPrefix:"space",vars:{fieldSetGap:"16px"}},transitionDuration:{literals:{0:"0ms",75:"75ms",100:"100ms",150:"150ms",200:"200ms",250:"250ms",300:"300ms",400:"400ms"}},zIndex:{literals:{}}}),f$=c$(j4,d$,{borderRadius:["border-radius","border-bottom-right-radius","border-bottom-left-radius","border-top-right-radius","border-top-left-radius"],borderStyle:["border-style","border-top-style","border-bottom-style","border-right-style","border-left-style","outline-style"],borderWidth:["border-width","border-bottom-width","border-right-width","outline-width"],boxShadow:["box-shadow"],cursor:["cursor"],color:["background","background-color","fill","border-color","border-top-color","border-bottom-color","border-right-color","color","stroke","outline-color"],fontFamily:["font-family"],gradient:["background"],opacity:["opacity"],size:[],space:["gap","margin","margin-block","margin-top","margin-bottom","margin-inline","margin-left","margin-right","padding","padding-block","padding-top","padding-bottom","padding-inline","padding-left","padding-right"],transitionDuration:["transition-duration","animation-duration"],zIndex:["z-index"]}),Bl={small:768,medium:1012,large:1280};function p$({min:e,max:t}){let n;if(e&&t){const r=Bl[e],o=Bl[t];n=`screen and (${r}px <= width < ${o}px)`}else e?n=`screen and (width >= ${Bl[e]}px)`:n=`screen and (width < ${Bl[t]}px)`;return me.useMediaQuery(n)}const h$="_icon_5pm1y_1",ng={icon:h$,"size-extraSmall":"_size-extraSmall_5pm1y_5","size-small":"_size-small_5pm1y_10","size-medium":"_size-medium_5pm1y_15","size-large":"_size-large_5pm1y_20"},de=C.forwardRef(function(t,n){const{className:r,color:o,name:a,size:i,sx:l,...s}=t,c=`../../icons/${a}.svg`;return C.useLayoutEffect(()=>g$(c)),p.jsx("svg",{...s,className:W(ng.icon,i&&ng[`size-${i}`],r),style:{...l,color:o&&Se.color[o]},fill:"currentColor",ref:n,children:p.jsx("use",{href:`#${c}`})})}),m$=Object.assign({"../../icons/add.svg":nD,"../../icons/alert.svg":rD,"../../icons/arrowBack.svg":oD,"../../icons/arrowDownward.svg":aD,"../../icons/arrowDropDown.svg":iD,"../../icons/arrowDropDownCircle.svg":lD,"../../icons/arrowForward.svg":sD,"../../icons/arrowUpward.svg":cD,"../../icons/attachFile.svg":uD,"../../icons/autoFixHigh.svg":dD,"../../icons/biToggle.svg":fD,"../../icons/block.svg":pD,"../../icons/calendarToday.svg":hD,"../../icons/centerFocusWeak.svg":mD,"../../icons/check.svg":gD,"../../icons/checkBox.svg":bD,"../../icons/checkBoxOutlinedBlank.svg":vD,"../../icons/chevronLeft.svg":yD,"../../icons/chevronRight.svg":xD,"../../icons/close.svg":CD,"../../icons/cloud.svg":wD,"../../icons/cloudUpload.svg":kD,"../../icons/code.svg":SD,"../../icons/colorLens.svg":DD,"../../icons/contentCopy.svg":_D,"../../icons/contentPaste.svg":$D,"../../icons/createNewFolder.svg":ED,"../../icons/crop.svg":MD,"../../icons/cropLandscape.svg":AD,"../../icons/cropPortrait.svg":TD,"../../icons/dataObject.svg":PD,"../../icons/database.svg":RD,"../../icons/dateRange.svg":BD,"../../icons/delete.svg":OD,"../../icons/description.svg":ID,"../../icons/desktopWindows.svg":FD,"../../icons/dragIndicator.svg":ND,"../../icons/driveFileMove.svg":LD,"../../icons/edit.svg":zD,"../../icons/event.svg":jD,"../../icons/expandLess.svg":VD,"../../icons/expandMore.svg":HD,"../../icons/firstPage.svg":WD,"../../icons/folder.svg":KD,"../../icons/formatBold.svg":UD,"../../icons/formatClear.svg":ZD,"../../icons/formatItalic.svg":GD,"../../icons/formatListBulleted.svg":qD,"../../icons/formatListNumbered.svg":YD,"../../icons/formatTextDirectionRToL.svg":JD,"../../icons/hideImage.svg":XD,"../../icons/image.svg":QD,"../../icons/imageSearch.svg":e_,"../../icons/insertDriveFile.svg":t_,"../../icons/inventory.svg":n_,"../../icons/invite.svg":r_,"../../icons/javascript.svg":o_,"../../icons/json.svg":a_,"../../icons/keyboardArrowDown.svg":i_,"../../icons/keyboardArrowUp.svg":l_,"../../icons/label.svg":s_,"../../icons/language.svg":c_,"../../icons/link.svg":u_,"../../icons/linkOff.svg":d_,"../../icons/lock.svg":f_,"../../icons/looks1.svg":p_,"../../icons/looks2.svg":h_,"../../icons/looks3.svg":m_,"../../icons/looks4.svg":g_,"../../icons/looks5.svg":b_,"../../icons/looks6.svg":v_,"../../icons/migrationRelease.svg":y_,"../../icons/moreVert.svg":x_,"../../icons/multipleStop.svg":C_,"../../icons/musicNote.svg":w_,"../../icons/notStarted.svg":k_,"../../icons/notes.svg":S_,"../../icons/openInFull.svg":D_,"../../icons/openInNew.svg":__,"../../icons/outbound.svg":$_,"../../icons/people.svg":E_,"../../icons/phoneIphone.svg":M_,"../../icons/photo.svg":A_,"../../icons/pin.svg":T_,"../../icons/place.svg":P_,"../../icons/playCircle.svg":R_,"../../icons/preview.svg":B_,"../../icons/prismic.svg":O_,"../../icons/public.svg":I_,"../../icons/refresh.svg":F_,"../../icons/save.svg":N_,"../../icons/schedule.svg":L_,"../../icons/search.svg":z_,"../../icons/sentimentSatisfied.svg":j_,"../../icons/settings.svg":V_,"../../icons/settingsEthernet.svg":H_,"../../icons/smartDisplay.svg":W_,"../../icons/svelte.svg":K_,"../../icons/tabletMac.svg":U_,"../../icons/tag.svg":Z_,"../../icons/terminal.svg":G_,"../../icons/textFields.svg":q_,"../../icons/title.svg":Y_,"../../icons/toggleOff.svg":J_,"../../icons/translate.svg":X_,"../../icons/typescript.svg":Q_,"../../icons/unfoldMore.svg":e$,"../../icons/unsplash.svg":t$,"../../icons/upload.svg":n$,"../../icons/videocam.svg":r$,"../../icons/viewDay.svg":o$,"../../icons/visibility.svg":a$,"../../icons/vue.svg":i$,"../../icons/zoomOutMap.svg":l$}),rg=new Set;let Za;function g$(e){if(rg.has(e))return;rg.add(e);const t=m$[e];if(typeof t!="string")return;Za||(Za=document.createElement("div"),Za.style.display="none",document.body.appendChild(Za));const n=document.createElement("div");n.innerHTML=t;const r=n.firstElementChild;r&&(r.setAttribute("id",e),Za.appendChild(r))}const V4=C.memo(()=>p.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsx("rect",{width:"48",height:"48",rx:"16",fill:"black"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.6578 24.6581L37.2928 22.293C37.1054 22.1056 37.0001 21.8515 37.0001 21.5867V18.6919C37.0001 16.0173 36.7217 15.0474 36.1987 14.0696C35.6759 13.0918 34.9084 12.3244 33.9307 11.8015C32.9529 11.2785 31.983 11.0001 29.3085 11.0001H25.4833C25.3726 11.0001 25.2828 10.9105 25.2828 10.8001C25.2828 10.7471 25.3039 10.6963 25.3414 10.6588L27.7064 8.29366C27.8944 8.10565 28.1497 8 28.4159 8H29.7446C33.3107 8 34.6038 8.37131 35.9076 9.06855C37.2113 9.7658 38.2344 10.789 38.9316 12.0927C39.6289 13.3964 40.0002 14.6896 40.0002 18.2558V24.5167C40.0002 24.6272 39.9104 24.7168 39.7997 24.7168C39.7465 24.7168 39.6954 24.6956 39.6578 24.6581Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.3414 39.6598L25.7064 37.2946C25.8944 37.1067 26.1497 37.001 26.4159 37.001H29.3085C31.983 37.001 32.9529 36.7225 33.9306 36.1996C34.9084 35.6767 35.6757 34.9093 36.1987 33.9315C36.7216 32.9537 37.0001 31.9838 37.0001 29.3092V25.4843C37.0001 25.3738 37.0899 25.2844 37.2005 25.2844C37.2538 25.2844 37.3048 25.3054 37.3424 25.3431L39.7073 27.708C39.8948 27.8955 40.0001 28.1495 40.0001 28.4144V29.7453C40.0001 33.3115 39.6288 34.6046 38.9316 35.9084C38.2344 37.2121 37.2111 38.2353 35.9074 38.9326C34.6037 39.6297 33.3107 40.0011 29.7446 40.0011H23.4832C23.3725 40.0011 23.2828 39.9116 23.2828 39.8011C23.2828 39.7481 23.3039 39.6974 23.3414 39.6598Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.34231 23.3431L10.7072 25.7081C10.8947 25.8956 11 26.1497 11 26.4145V29.3092C11 31.9839 11.2785 32.9537 11.8014 33.9315C12.3243 34.9093 13.0917 35.6767 14.0695 36.1996C15.0473 36.7227 16.0171 37.0011 18.6917 37.0011H22.5169C22.6276 37.0011 22.7174 37.0906 22.7174 37.2011C22.7174 37.254 22.6963 37.3049 22.6588 37.3423L20.2937 39.7075C20.1057 39.8955 19.8505 40.0012 19.5843 40.0012H18.2556C14.6895 40.0012 13.3963 39.6299 12.0926 38.9326C10.7889 38.2353 9.76576 37.2122 9.06853 35.9084C8.3713 34.6048 8 33.3115 8 29.7454V23.4844C8 23.374 8.08974 23.2844 8.20043 23.2844C8.25366 23.2844 8.30471 23.3056 8.34231 23.3431Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6588 8.34128L22.2936 10.7064C22.1056 10.8944 21.8505 11.0001 21.5843 11.0001H18.6917C16.0171 11.0001 15.0473 11.2785 14.0695 11.8015C13.0917 12.3244 12.3243 13.0918 11.8014 14.0696C11.2785 15.0474 11 16.0173 11 18.6919V22.5167C11 22.6272 10.9103 22.7167 10.7996 22.7167C10.7463 22.7167 10.6953 22.6956 10.6577 22.6581L8.29276 20.293C8.10529 20.1056 8 19.8515 8 19.5867V18.2558C8 14.6896 8.3713 13.3964 9.06853 12.0927C9.76576 10.789 10.7889 9.7658 12.0926 9.06855C13.3963 8.37131 14.6895 8 18.2556 8H24.5169C24.6276 8 24.7174 8.08954 24.7174 8.2C24.7174 8.25297 24.6963 8.30378 24.6588 8.34128Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M34.661 19.6761L31.4361 16.5939C31.2227 16.3806 30.9732 16.2255 30.7073 16.1287C30.4874 16.0456 30.2491 16.0001 30.0001 16.0001H20.4809C20.3702 16.0001 20.2805 15.9105 20.2805 15.8001C20.2805 15.7471 20.3016 15.6962 20.3391 15.6587L22.7064 13.2934C22.8944 13.1055 23.1495 13 23.4155 13H31C33.2092 13 35 14.7909 35 17.0001V19.5316C35 19.6421 34.9104 19.7317 34.7996 19.7317C34.748 19.7317 34.6983 19.7117 34.661 19.6761Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.3234 34.6638L31.4065 31.4377C31.6198 31.2244 31.7749 30.9749 31.8717 30.7089C31.9548 30.489 32.0003 30.2507 32.0003 30.0017V20.4828C32.0003 20.3724 32.09 20.2828 32.2007 20.2828C32.2539 20.2828 32.3051 20.304 32.3427 20.3416L34.7079 22.7089C34.8952 22.8963 35.0003 23.1502 35.0003 23.4149V31.0017C35.0003 33.211 33.2095 35.0018 31.0003 35.0018H28.4685C28.3578 35.0018 28.268 34.9123 28.268 34.8018C28.268 34.7504 28.2878 34.7009 28.3234 34.6638Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3399 28.3259L16.5648 31.4081C16.7781 31.6214 17.0276 31.7764 17.2936 31.8732C17.5134 31.9563 17.7518 32.0019 18.0008 32.0019H27.5199C27.6306 32.0019 27.7204 32.0915 27.7204 32.2019C27.7204 32.2549 27.6993 32.3057 27.6617 32.3432L25.2944 34.7085C25.1065 34.8964 24.8513 35.0019 24.5853 35.0019H17.0008C14.7917 35.0019 13.0008 33.211 13.0008 31.0019V28.4702C13.0008 28.3599 13.0905 28.2703 13.2012 28.2703C13.2529 28.2703 13.3026 28.2902 13.3399 28.3259Z",fill:"white"}),p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.6778 13.338L16.5946 16.5641C16.3813 16.7774 16.2262 17.0269 16.1295 17.2928C16.0463 17.5127 16.0008 17.7511 16.0008 18.0001V27.519C16.0008 27.6295 15.9111 27.7189 15.8004 27.7189C15.7471 27.7189 15.696 27.6978 15.6584 27.6601L13.2933 25.293C13.106 25.1055 13.0008 24.8516 13.0008 24.5869V17.0001C13.0008 14.7909 14.7917 13 17.0008 13H19.5327C19.6434 13 19.7331 13.0895 19.7331 13.2C19.7331 13.2514 19.7133 13.3008 19.6778 13.338Z",fill:"white"})]}));V4.displayName="PrismicLogo";const b$="_text_3isg4_1",v$="_base_3isg4_12",y$="_noWrap_3isg4_146",x$="_noSelect_3isg4_152",C$="_link_3isg4_156",w$="_underline_3isg4_168",k$="_highlight_3isg4_173",S$="_inline_3isg4_179",D$="_hyphens_3isg4_183",gt={text:b$,"display-inline-flex":"_display-inline-flex_3isg4_8",base:v$,"variant-normal":"_variant-normal_3isg4_16 _base_3isg4_12","variant-bold":"_variant-bold_3isg4_24 _base_3isg4_12","variant-italic":"_variant-italic_3isg4_32 _base_3isg4_12","variant-smallItalic":"_variant-smallItalic_3isg4_41 _base_3isg4_12","variant-small":"_variant-small_3isg4_41 _base_3isg4_12","variant-smallBold":"_variant-smallBold_3isg4_58 _base_3isg4_12","variant-extraSmall":"_variant-extraSmall_3isg4_66 _base_3isg4_12","variant-emphasized":"_variant-emphasized_3isg4_74 _base_3isg4_12","variant-h1":"_variant-h1_3isg4_82 _base_3isg4_12","variant-h2":"_variant-h2_3isg4_90 _base_3isg4_12","variant-h3":"_variant-h3_3isg4_98 _base_3isg4_12","variant-h4":"_variant-h4_3isg4_106 _base_3isg4_12","variant-h5":"_variant-h5_3isg4_114 _base_3isg4_12","variant-inherit":"_variant-inherit_3isg4_122","align-start":"_align-start_3isg4_130","align-center":"_align-center_3isg4_134","align-end":"_align-end_3isg4_138","align-inherit":"_align-inherit_3isg4_142",noWrap:y$,noSelect:x$,link:C$,underline:w$,highlight:k$,inline:S$,hyphens:D$,"overflowWrap-anywhere":"_overflowWrap-anywhere_3isg4_188"},Q=C.forwardRef(function(t,n){const{hasParentText:r}=C.useContext(og),{display:o,href:a,align:i="inherit",children:l,color:s=a?"indigo11":"grey12",noWrap:c=!1,variant:u="normal",component:d=$$(u,r,a),noSelect:f=!1,underline:h=!1,highlight:m=!1,sx:g,htmlFor:b,inline:y,title:x,hyphens:v,overflowWrap:w,...S}=t,_=C.createElement(d,{className:W(gt.text,o&&gt[`display-${o}`],gt[`variant-${u}`],gt[`align-${i}`],c&&gt.noWrap,f&&gt.noSelect,h&&gt.underline,m&&gt.highlight,y&&gt.inline,v&&gt.hyphens,w&&gt[`overflowWrap-${w}`],a&&gt.link),style:{...g,color:Se.color[s]},ref:n,htmlFor:b,title:x,...a?{href:a,target:"_blank",rel:"noreferrer"}:{},...S},l);return p.jsx(og.Provider,{value:{hasParentText:!0},children:_})}),_$={normal:"p",bold:"p",italic:"p",small:"p",extraSmall:"p",smallBold:"p",smallItalic:"p",emphasized:"p",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",inherit:"p"};function $$(e,t,n){return n?"a":t?"span":_$[e]}const og=C.createContext({hasParentText:!1}),E$="_base_18mla_1",M$="_root_18mla_6 _base_18mla_1",A$="_rootBorder_18mla_22",T$="_iconText_18mla_29 _base_18mla_1",P$="_item_18mla_36 _base_18mla_1",R$="_stepMarker_18mla_45",B$="_disabled_18mla_54",O$="_readOnly_18mla_54",I$="_startIcon_18mla_116 _base_18mla_1",F$="_iconBorder_18mla_125",N$="_stepMarkerCircle_18mla_158",L$="_completed_18mla_171",z$="_selected_18mla_189",Je={base:E$,root:M$,"gap-4":"_gap-4_18mla_14","gap-8":"_gap-8_18mla_18",rootBorder:A$,iconText:T$,item:P$,stepMarker:R$,disabled:B$,readOnly:O$,"item-borderless":"_item-borderless_18mla_72","item-compact":"_item-compact_18mla_73","item-bordered":"_item-bordered_18mla_77","item-grey":"_item-grey_18mla_100","item-tomato":"_item-tomato_18mla_104","item-bg-grey":"_item-bg-grey_18mla_108","item-bg-transparent":"_item-bg-transparent_18mla_112",startIcon:I$,iconBorder:F$,stepMarkerCircle:N$,completed:L$,selected:z$},H4=C.createContext({variant:"bordered"});function j$(){return C.useContext(H4)}function V$(e){const{variant:t="bordered",gap:n=8}=e;return p.jsx(H4.Provider,{value:{variant:t},children:p.jsx("div",{...e,className:W(Je.root,t==="bordered"&&Je.rootBorder,n&&Je[`gap-${n}`])})})}const W4=C.forwardRef(function(t,n){const{variant:r}=j$(),{children:o,color:a="grey",backgroundColor:i="grey",description:l,disabled:s,selected:c=!1,endAdornment:u,endIcon:d,renderEndIcon:f=S=>S,renderStartIcon:h=S=>S,startIcon:m,completed:g,readOnly:b=!1,textVariant:y=K$[r],...x}=t,v=!!(t.renderStartIcon||t.startIcon),w=U$[c?"purple":a];return p.jsxs("div",{className:W(Je.item,Je[`item-${a}`],Je[`item-bg-${i}`],Je[`item-${r}`],c&&Je.selected,s&&Je.disabled,b&&Je.readOnly),ref:n,...x,children:[typeof g=="boolean"&&p.jsx(W$,{completed:g}),v&&p.jsx("div",{className:W(Je.startIcon,r==="bordered"&&Je.iconBorder),children:h(m&&p.jsx(de,{name:m,size:r==="compact"?"medium":"large"}))}),p.jsxs("div",{className:Je.iconText,children:[p.jsx(Q,{component:"span",color:w.name,variant:y,children:o}),p.jsx(Q,{component:"span",color:w.description,variant:"small",children:l})]}),f(d&&p.jsx(de,{name:d,size:"small"})),u]})});function H$(e){const{children:t}=e;return p.jsx(Q,{color:"grey11",component:"span",sx:{marginBottom:12},variant:"smallBold",children:t})}function W$(e){const{completed:t}=e;return p.jsx("div",{className:Je.stepMarker,children:p.jsx("span",{className:W(Je.stepMarkerCircle,t&&Je.completed),"aria-label":t?"step completed":"step not completed"})})}const K$={borderless:"bold",bordered:"smallBold",compact:"normal"},U$={grey:{name:"grey12",description:"grey11"},tomato:{name:"tomato11",description:"tomato11"},purple:{name:"purple11",description:"purple11"}};function Z$(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Bc(...e){return t=>e.forEach(n=>Z$(n,t))}function he(...e){return k.useCallback(Bc(...e),e)}var _n=k.forwardRef((e,t)=>{const{children:n,...r}=e,o=k.Children.toArray(n),a=o.find(G$);if(a){const i=a.props.children,l=o.map(s=>s===a?k.Children.count(i)>1?k.Children.only(null):k.isValidElement(i)?i.props.children:null:s);return p.jsx(Wf,{...r,ref:t,children:k.isValidElement(i)?k.cloneElement(i,void 0,l):null})}return p.jsx(Wf,{...r,ref:t,children:n})});_n.displayName="Slot";var Wf=k.forwardRef((e,t)=>{const{children:n,...r}=e;if(k.isValidElement(n)){const o=Y$(n);return k.cloneElement(n,{...q$(r,n.props),ref:t?Bc(t,o):o})}return k.Children.count(n)>1?k.Children.only(null):null});Wf.displayName="SlotClone";var K4=({children:e})=>p.jsx(p.Fragment,{children:e});function G$(e){return k.isValidElement(e)&&e.type===K4}function q$(e,t){const n={...t};for(const r in t){const o=e[r],a=t[r];/^on[A-Z]/.test(r)?o&&a?n[r]=(...l)=>{a(...l),o(...l)}:o&&(n[r]=o):r==="style"?n[r]={...o,...a}:r==="className"&&(n[r]=[o,a].filter(Boolean).join(" "))}return{...e,...n}}function Y$(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Kf(){return Kf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Kf.apply(this,arguments)}var U4=["shift","alt","meta","mod","ctrl"],J$={esc:"escape",return:"enter",".":"period",",":"comma","-":"slash"," ":"space","`":"backquote","#":"backslash","+":"bracketright",ShiftLeft:"shift",ShiftRight:"shift",AltLeft:"alt",AltRight:"alt",MetaLeft:"meta",MetaRight:"meta",OSLeft:"meta",OSRight:"meta",ControlLeft:"ctrl",ControlRight:"ctrl"};function gr(e){return(J$[e]||e).trim().toLowerCase().replace(/key|digit|numpad|arrow/,"")}function X$(e){return U4.includes(e)}function Fu(e,t){return t===void 0&&(t=","),e.split(t)}function Nu(e,t,n){t===void 0&&(t="+");var r=e.toLocaleLowerCase().split(t).map(function(i){return gr(i)}),o={alt:r.includes("alt"),ctrl:r.includes("ctrl")||r.includes("control"),shift:r.includes("shift"),meta:r.includes("meta"),mod:r.includes("mod")},a=r.filter(function(i){return!U4.includes(i)});return Kf({},o,{keys:a,description:n})}(function(){typeof document<"u"&&(document.addEventListener("keydown",function(e){e.key!==void 0&&Z4([gr(e.key),gr(e.code)])}),document.addEventListener("keyup",function(e){e.key!==void 0&&G4([gr(e.key),gr(e.code)])})),typeof window<"u"&&window.addEventListener("blur",function(){br.clear()})})();var br=new Set;function D1(e){return Array.isArray(e)}function Q$(e,t){t===void 0&&(t=",");var n=D1(e)?e:e.split(t);return n.every(function(r){return br.has(r.trim().toLowerCase())})}function Z4(e){var t=Array.isArray(e)?e:[e];br.has("meta")&&br.forEach(function(n){return!X$(n)&&br.delete(n.toLowerCase())}),t.forEach(function(n){return br.add(n.toLowerCase())})}function G4(e){var t=Array.isArray(e)?e:[e];e==="meta"?br.clear():t.forEach(function(n){return br.delete(n.toLowerCase())})}function eE(e,t,n){(typeof n=="function"&&n(e,t)||n===!0)&&e.preventDefault()}function tE(e,t,n){return typeof n=="function"?n(e,t):n===!0||n===void 0}function nE(e){return q4(e,["input","textarea","select"])}function q4(e,t){var n=e.target;t===void 0&&(t=!1);var r=n&&n.tagName;return D1(t)?!!(r&&t&&t.some(function(o){return o.toLowerCase()===r.toLowerCase()})):!!(r&&t&&t===!0)}function rE(e,t){return e.length===0&&t?(console.warn('A hotkey has the "scopes" option set, however no active scopes were found. If you want to use the global scopes feature, you need to wrap your app in a <HotkeysProvider>'),!0):t?e.some(function(n){return t.includes(n)})||e.includes("*"):!0}var oE=function(t,n,r){r===void 0&&(r=!1);var o=n.alt,a=n.meta,i=n.mod,l=n.shift,s=n.ctrl,c=n.keys,u=t.key,d=t.code,f=t.ctrlKey,h=t.metaKey,m=t.shiftKey,g=t.altKey,b=gr(d),y=u.toLowerCase();if(!(c!=null&&c.includes(b))&&!(c!=null&&c.includes(y))&&!["ctrl","control","unknown","meta","alt","shift","os"].includes(b))return!1;if(!r){if(o===!g&&y!=="alt"||l===!m&&y!=="shift")return!1;if(i){if(!h&&!f)return!1}else if(a===!h&&y!=="meta"&&y!=="os"||s===!f&&y!=="ctrl"&&y!=="control")return!1}return c&&c.length===1&&(c.includes(y)||c.includes(b))?!0:c?Q$(c):!c},aE=C.createContext(void 0),iE=function(){return C.useContext(aE)};function Y4(e,t){return e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(e).length===Object.keys(t).length&&Object.keys(e).reduce(function(n,r){return n&&Y4(e[r],t[r])},!0):e===t}var lE=C.createContext({hotkeys:[],enabledScopes:[],toggleScope:function(){},enableScope:function(){},disableScope:function(){}}),sE=function(){return C.useContext(lE)};function cE(e){var t=C.useRef(void 0);return Y4(t.current,e)||(t.current=e),t.current}var ag=function(t){t.stopPropagation(),t.preventDefault(),t.stopImmediatePropagation()},uE=typeof window<"u"?C.useLayoutEffect:C.useEffect;function J4(e,t,n,r){var o=C.useRef(null),a=C.useRef(!1),i=n instanceof Array?r instanceof Array?void 0:r:n,l=D1(e)?e.join(i==null?void 0:i.splitKey):e,s=n instanceof Array?n:r instanceof Array?r:void 0,c=C.useCallback(t,s??[]),u=C.useRef(c);s?u.current=c:u.current=t;var d=cE(i),f=sE(),h=f.enabledScopes,m=iE();return uE(function(){if(!((d==null?void 0:d.enabled)===!1||!rE(h,d==null?void 0:d.scopes))){var g=function(w,S){var _;if(S===void 0&&(S=!1),!(nE(w)&&!q4(w,d==null?void 0:d.enableOnFormTags))){if(o.current!==null){var M=o.current.getRootNode();if((M instanceof Document||M instanceof ShadowRoot)&&M.activeElement!==o.current&&!o.current.contains(M.activeElement)){ag(w);return}}(_=w.target)!=null&&_.isContentEditable&&!(d!=null&&d.enableOnContentEditable)||Fu(l,d==null?void 0:d.splitKey).forEach(function(D){var E,P=Nu(D,d==null?void 0:d.combinationKey);if(oE(w,P,d==null?void 0:d.ignoreModifiers)||(E=P.keys)!=null&&E.includes("*")){if(d!=null&&d.ignoreEventWhen!=null&&d.ignoreEventWhen(w)||S&&a.current)return;if(eE(w,P,d==null?void 0:d.preventDefault),!tE(w,P,d==null?void 0:d.enabled)){ag(w);return}u.current(w,P),S||(a.current=!0)}})}},b=function(w){w.key!==void 0&&(Z4(gr(w.code)),((d==null?void 0:d.keydown)===void 0&&(d==null?void 0:d.keyup)!==!0||d!=null&&d.keydown)&&g(w))},y=function(w){w.key!==void 0&&(G4(gr(w.code)),a.current=!1,d!=null&&d.keyup&&g(w,!0))},x=o.current||(i==null?void 0:i.document)||document;return x.addEventListener("keyup",y),x.addEventListener("keydown",b),m&&Fu(l,d==null?void 0:d.splitKey).forEach(function(v){return m.addHotkey(Nu(v,d==null?void 0:d.combinationKey,d==null?void 0:d.description))}),function(){x.removeEventListener("keyup",y),x.removeEventListener("keydown",b),m&&Fu(l,d==null?void 0:d.splitKey).forEach(function(v){return m.removeHotkey(Nu(v,d==null?void 0:d.combinationKey,d==null?void 0:d.description))})}}},[l,d,h]),o}const dE="_buttonGroup_kbx9b_1",ig={buttonGroup:dE,"density-regular":"_density-regular_kbx9b_5","density-compact":"_density-compact_kbx9b_9"},$r=C.forwardRef(function(t,n){const r=Xn(),{children:o,density:a="regular",disabled:i=r==null?void 0:r.disabled,size:l=(r==null?void 0:r.size)??"medium",color:s=(r==null?void 0:r.color)??"purple",sx:c,...u}=t,d={disabled:i,size:l,color:s};return p.jsx(X4.Provider,{value:d,children:p.jsx("div",{...u,className:W(ig.buttonGroup,ig[`density-${a}`]),style:c,ref:n,children:o})})}),X4=C.createContext(void 0);function Xn(){return C.useContext(X4)}var fE=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ee=fE.reduce((e,t)=>{const n=k.forwardRef((r,o)=>{const{asChild:a,...i}=r,l=a?_n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),p.jsx(l,{...i,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function pE(e,t){e&&el.flushSync(()=>e.dispatchEvent(t))}var hE="VisuallyHidden",Oc=k.forwardRef((e,t)=>p.jsx(ee.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));Oc.displayName=hE;var Q4=Oc;function mE(e){return p.jsx(Q4,{...e})}function gE(e,t){const n=k.createContext(t);function r(a){const{children:i,...l}=a,s=k.useMemo(()=>l,Object.values(l));return p.jsx(n.Provider,{value:s,children:i})}function o(a){const i=k.useContext(n);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return r.displayName=e+"Provider",[r,o]}function Le(e,t=[]){let n=[];function r(a,i){const l=k.createContext(i),s=n.length;n=[...n,i];function c(d){const{scope:f,children:h,...m}=d,g=(f==null?void 0:f[e][s])||l,b=k.useMemo(()=>m,Object.values(m));return p.jsx(g.Provider,{value:b,children:h})}function u(d,f){const h=(f==null?void 0:f[e][s])||l,m=k.useContext(h);if(m)return m;if(i!==void 0)return i;throw new Error(`\`${d}\` must be used within \`${a}\``)}return c.displayName=a+"Provider",[c,u]}const o=()=>{const a=n.map(i=>k.createContext(i));return function(l){const s=(l==null?void 0:l[e])||a;return k.useMemo(()=>({[`__scope${e}`]:{...l,[e]:s}}),[l,s])}};return o.scopeName=e,[r,bE(o,...t)]}function bE(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(a){const i=r.reduce((l,{useScope:s,scopeName:c})=>{const d=s(a)[`__scope${c}`];return{...l,...d}},{});return k.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}var _1="Progress",$1=100,[vE,Ule]=Le(_1),[yE,xE]=vE(_1),eb=k.forwardRef((e,t)=>{const{__scopeProgress:n,value:r=null,max:o,getValueLabel:a=CE,...i}=e;(o||o===0)&&!lg(o)&&console.error(wE(`${o}`,"Progress"));const l=lg(o)?o:$1;r!==null&&!sg(r,l)&&console.error(kE(`${r}`,"Progress"));const s=sg(r,l)?r:null,c=Us(s)?a(s,l):void 0;return p.jsx(yE,{scope:n,value:s,max:l,children:p.jsx(ee.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":Us(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":rb(s,l),"data-value":s??void 0,"data-max":l,...i,ref:t})})});eb.displayName=_1;var tb="ProgressIndicator",nb=k.forwardRef((e,t)=>{const{__scopeProgress:n,...r}=e,o=xE(tb,n);return p.jsx(ee.div,{"data-state":rb(o.value,o.max),"data-value":o.value??void 0,"data-max":o.max,...r,ref:t})});nb.displayName=tb;function CE(e,t){return`${Math.round(e/t*100)}%`}function rb(e,t){return e==null?"indeterminate":e===t?"complete":"loading"}function Us(e){return typeof e=="number"}function lg(e){return Us(e)&&!isNaN(e)&&e>0}function sg(e,t){return Us(e)&&!isNaN(e)&&e<=t&&e>=0}function wE(e,t){return`Invalid prop \`max\` of value \`${e}\` supplied to \`${t}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${$1}\`.`}function kE(e,t){return`Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:
279
279
  - a positive number
280
280
  - less than the value passed to \`max\` (or ${$1} if no \`max\` prop is set)
281
281
  - \`null\` or \`undefined\` if the progress is indeterminate.
package/dist/index.es.js CHANGED
@@ -1112,7 +1112,11 @@ const { theme: Te, vars: Q4, literals: M$ } = _$({
1112
1112
  greyAlpha1: {
1113
1113
  light: "rgba(0, 0, 0, 0.3)",
1114
1114
  dark: "rgba(0, 0, 0, 0.3)"
1115
- }
1115
+ },
1116
+ logoPurple: { light: "rgb(215, 126, 234)", dark: "rgb(215, 126, 234)" },
1117
+ logoBlue: { light: "rgb(123, 143, 236)", dark: "rgb(123, 143, 236)" },
1118
+ logoYellow: { light: "rgb(246, 202, 68)", dark: "rgb(246, 202, 68)" },
1119
+ logoRed: { light: "rgb(229, 87, 56)", dark: "rgb(229, 87, 56)" }
1116
1120
  }
1117
1121
  },
1118
1122
  cursor: {
@@ -108,6 +108,10 @@ export declare const theme: {
108
108
  purple11: string;
109
109
  purple12: string;
110
110
  greyAlpha1: string;
111
+ logoPurple: string;
112
+ logoBlue: string;
113
+ logoYellow: string;
114
+ logoRed: string;
111
115
  };
112
116
  cursor: {
113
117
  default: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@internationalized/date": "3.5.5",
4
- "@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.2",
4
+ "@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.8",
5
5
  "@radix-ui/react-avatar": "1.1.0",
6
6
  "@radix-ui/react-checkbox": "1.1.1",
7
7
  "@radix-ui/react-dialog": "1.1.1",
@@ -119,5 +119,5 @@
119
119
  "sideEffects": false,
120
120
  "stableVersion": "0.0.0",
121
121
  "types": "./dist/index.d.ts",
122
- "version": "0.4.49-alpha.feat-onboarding-guide.4"
122
+ "version": "0.4.49-alpha.feat-onboarding-guide.6"
123
123
  }