@opexa/portal-components 0.0.659 → 0.0.661

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.
Files changed (50) hide show
  1. package/dist/components/AgentSignIn/AgentSignIn.js +1 -1
  2. package/dist/components/Messages/Messages.lazy.js +12 -2
  3. package/dist/components/Messages/MessagesPopup.js +13 -1
  4. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
  5. package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
  6. package/dist/components/Quests/WageringQuest.js +1 -1
  7. package/dist/services/queries.d.ts +1 -1
  8. package/dist/services/queries.js +1 -1
  9. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  10. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  11. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  12. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  13. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  14. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  15. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  16. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  17. package/dist/ui/Popover/Popover.d.ts +55 -55
  18. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  19. package/package.json +1 -1
  20. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
  21. package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
  22. package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
  23. package/dist/components/DigitainLauncher/Loading.js +0 -5
  24. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
  25. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
  26. package/dist/components/KYC/BasicInformation.d.ts +0 -1
  27. package/dist/components/KYC/BasicInformation.js +0 -101
  28. package/dist/components/KYC/IdentityVerification.d.ts +0 -1
  29. package/dist/components/KYC/IdentityVerification.js +0 -120
  30. package/dist/components/KYC/Indicator.d.ts +0 -1
  31. package/dist/components/KYC/Indicator.js +0 -8
  32. package/dist/components/KYC/KYC.lazy.d.ts +0 -6
  33. package/dist/components/KYC/KYC.lazy.js +0 -45
  34. package/dist/components/KYC/KYCContext.d.ts +0 -6
  35. package/dist/components/KYC/KYCContext.js +0 -2
  36. package/dist/components/KYC/PersonalInformation.d.ts +0 -1
  37. package/dist/components/KYC/PersonalInformation.js +0 -122
  38. package/dist/components/KYC/useKYC.d.ts +0 -25
  39. package/dist/components/KYC/useKYC.js +0 -38
  40. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
  41. package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
  42. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
  43. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
  44. package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
  45. package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
  46. package/dist/components/SessionWatcher/index.d.ts +0 -1
  47. package/dist/components/SessionWatcher/index.js +0 -1
  48. package/dist/icons/LinkBrokenIcon.d.ts +0 -2
  49. package/dist/icons/LinkBrokenIcon.js +0 -4
  50. package/dist/images/responsible-gaming-yellow.png +0 -0
@@ -1,7 +1,7 @@
1
1
  import { Checkbox } from '@ark-ui/react/checkbox';
2
2
  export declare const withContext: <Props extends {
3
3
  [x: string]: any;
4
- }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "indicator" | "group" | "control") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
4
+ }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "indicator" | "control" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
5
5
  size: {
6
6
  md: {
7
7
  control: string;
@@ -15,7 +15,7 @@ export declare const withContext: <Props extends {
15
15
  gray: {};
16
16
  neutral: {};
17
17
  };
18
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
18
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
19
19
  size: {
20
20
  md: {
21
21
  control: string;
@@ -29,7 +29,7 @@ export declare const withContext: <Props extends {
29
29
  gray: {};
30
30
  neutral: {};
31
31
  };
32
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
32
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
33
33
  size: {
34
34
  md: {
35
35
  control: string;
@@ -43,9 +43,9 @@ export declare const withContext: <Props extends {
43
43
  gray: {};
44
44
  neutral: {};
45
45
  };
46
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
46
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
47
47
  [x: string]: any;
48
- }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "indicator" | "group" | "control") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
48
+ }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "indicator" | "control" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
49
49
  size: {
50
50
  md: {
51
51
  control: string;
@@ -59,7 +59,7 @@ export declare const withContext: <Props extends {
59
59
  gray: {};
60
60
  neutral: {};
61
61
  };
62
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
62
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
63
63
  size: {
64
64
  md: {
65
65
  control: string;
@@ -73,7 +73,7 @@ export declare const withContext: <Props extends {
73
73
  gray: {};
74
74
  neutral: {};
75
75
  };
76
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
76
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {
79
79
  control: string;
@@ -87,7 +87,7 @@ export declare const withContext: <Props extends {
87
87
  gray: {};
88
88
  neutral: {};
89
89
  };
90
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
90
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
91
91
  export declare const Root: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.RootProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
92
92
  size: {
93
93
  md: {
@@ -102,7 +102,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
102
102
  gray: {};
103
103
  neutral: {};
104
104
  };
105
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
105
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
106
106
  size: {
107
107
  md: {
108
108
  control: string;
@@ -116,7 +116,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
116
116
  gray: {};
117
117
  neutral: {};
118
118
  };
119
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
119
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
120
120
  size: {
121
121
  md: {
122
122
  control: string;
@@ -130,7 +130,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
130
130
  gray: {};
131
131
  neutral: {};
132
132
  };
133
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
133
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
134
134
  export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
135
135
  size: {
136
136
  md: {
@@ -145,7 +145,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
145
145
  gray: {};
146
146
  neutral: {};
147
147
  };
148
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
148
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
149
149
  size: {
150
150
  md: {
151
151
  control: string;
@@ -159,7 +159,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
159
159
  gray: {};
160
160
  neutral: {};
161
161
  };
162
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
162
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
163
163
  size: {
164
164
  md: {
165
165
  control: string;
@@ -173,7 +173,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
173
173
  gray: {};
174
174
  neutral: {};
175
175
  };
176
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
176
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
177
177
  export declare const Group: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.GroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
178
178
  size: {
179
179
  md: {
@@ -188,7 +188,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
188
188
  gray: {};
189
189
  neutral: {};
190
190
  };
191
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
191
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
192
192
  size: {
193
193
  md: {
194
194
  control: string;
@@ -202,7 +202,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
202
202
  gray: {};
203
203
  neutral: {};
204
204
  };
205
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
205
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
206
206
  size: {
207
207
  md: {
208
208
  control: string;
@@ -216,7 +216,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
216
216
  gray: {};
217
217
  neutral: {};
218
218
  };
219
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
219
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
220
220
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
221
221
  size: {
222
222
  md: {
@@ -231,7 +231,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
231
231
  gray: {};
232
232
  neutral: {};
233
233
  };
234
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
234
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
235
235
  size: {
236
236
  md: {
237
237
  control: string;
@@ -245,7 +245,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
245
245
  gray: {};
246
246
  neutral: {};
247
247
  };
248
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
248
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
249
249
  size: {
250
250
  md: {
251
251
  control: string;
@@ -259,7 +259,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
259
259
  gray: {};
260
260
  neutral: {};
261
261
  };
262
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
262
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
263
263
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.LabelProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
264
264
  size: {
265
265
  md: {
@@ -274,7 +274,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
274
274
  gray: {};
275
275
  neutral: {};
276
276
  };
277
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
277
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
278
278
  size: {
279
279
  md: {
280
280
  control: string;
@@ -288,7 +288,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
288
288
  gray: {};
289
289
  neutral: {};
290
290
  };
291
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
291
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
292
292
  size: {
293
293
  md: {
294
294
  control: string;
@@ -302,6 +302,6 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
302
302
  gray: {};
303
303
  neutral: {};
304
304
  };
305
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
305
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
306
306
  export declare const HiddenInput: import("react").ForwardRefExoticComponent<Checkbox.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
307
307
  export declare const Context: (props: Checkbox.ContextProps) => import("react").ReactNode;
@@ -12,7 +12,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
12
12
  gray: {};
13
13
  neutral: {};
14
14
  };
15
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, {
15
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  control: string;
@@ -26,7 +26,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
26
26
  gray: {};
27
27
  neutral: {};
28
28
  };
29
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  control: string;
@@ -40,4 +40,4 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
40
40
  gray: {};
41
41
  neutral: {};
42
42
  };
43
- }, Record<"label" | "root" | "indicator" | "group" | "control", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"label" | "root" | "indicator" | "control" | "group", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -6,21 +6,21 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
6
6
  content: string;
7
7
  };
8
8
  };
9
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
9
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
10
10
  scroll: {
11
11
  window: {
12
12
  positioner: string;
13
13
  content: string;
14
14
  };
15
15
  };
16
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
16
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
17
17
  scroll: {
18
18
  window: {
19
19
  positioner: string;
20
20
  content: string;
21
21
  };
22
22
  };
23
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
23
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
24
24
  export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
25
25
  scroll: {
26
26
  window: {
@@ -28,21 +28,21 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
28
28
  content: string;
29
29
  };
30
30
  };
31
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
31
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
32
32
  scroll: {
33
33
  window: {
34
34
  positioner: string;
35
35
  content: string;
36
36
  };
37
37
  };
38
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
38
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
39
39
  scroll: {
40
40
  window: {
41
41
  positioner: string;
42
42
  content: string;
43
43
  };
44
44
  };
45
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
45
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
46
46
  export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
47
47
  scroll: {
48
48
  window: {
@@ -50,21 +50,21 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
50
50
  content: string;
51
51
  };
52
52
  };
53
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
53
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
54
54
  scroll: {
55
55
  window: {
56
56
  positioner: string;
57
57
  content: string;
58
58
  };
59
59
  };
60
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
60
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
61
61
  scroll: {
62
62
  window: {
63
63
  positioner: string;
64
64
  content: string;
65
65
  };
66
66
  };
67
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
67
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
68
68
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
69
69
  scroll: {
70
70
  window: {
@@ -72,21 +72,21 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  content: string;
73
73
  };
74
74
  };
75
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
75
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
76
76
  scroll: {
77
77
  window: {
78
78
  positioner: string;
79
79
  content: string;
80
80
  };
81
81
  };
82
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
82
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
83
83
  scroll: {
84
84
  window: {
85
85
  positioner: string;
86
86
  content: string;
87
87
  };
88
88
  };
89
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
89
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
90
90
  export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
91
91
  scroll: {
92
92
  window: {
@@ -94,21 +94,21 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
94
94
  content: string;
95
95
  };
96
96
  };
97
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
97
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
98
98
  scroll: {
99
99
  window: {
100
100
  positioner: string;
101
101
  content: string;
102
102
  };
103
103
  };
104
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
104
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
105
105
  scroll: {
106
106
  window: {
107
107
  positioner: string;
108
108
  content: string;
109
109
  };
110
110
  };
111
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
111
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
112
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
113
113
  scroll: {
114
114
  window: {
@@ -116,21 +116,21 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
116
116
  content: string;
117
117
  };
118
118
  };
119
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
119
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
120
120
  scroll: {
121
121
  window: {
122
122
  positioner: string;
123
123
  content: string;
124
124
  };
125
125
  };
126
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
126
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
127
127
  scroll: {
128
128
  window: {
129
129
  positioner: string;
130
130
  content: string;
131
131
  };
132
132
  };
133
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
133
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
134
134
  export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
135
135
  scroll: {
136
136
  window: {
@@ -138,21 +138,21 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
138
138
  content: string;
139
139
  };
140
140
  };
141
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
141
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
142
142
  scroll: {
143
143
  window: {
144
144
  positioner: string;
145
145
  content: string;
146
146
  };
147
147
  };
148
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
148
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
149
149
  scroll: {
150
150
  window: {
151
151
  positioner: string;
152
152
  content: string;
153
153
  };
154
154
  };
155
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
155
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
156
156
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
157
157
  scroll: {
158
158
  window: {
@@ -160,21 +160,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
160
160
  content: string;
161
161
  };
162
162
  };
163
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
163
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
164
164
  scroll: {
165
165
  window: {
166
166
  positioner: string;
167
167
  content: string;
168
168
  };
169
169
  };
170
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
170
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
171
171
  scroll: {
172
172
  window: {
173
173
  positioner: string;
174
174
  content: string;
175
175
  };
176
176
  };
177
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
177
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
178
178
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
179
179
  scroll: {
180
180
  window: {
@@ -182,21 +182,21 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
182
182
  content: string;
183
183
  };
184
184
  };
185
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
185
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
186
186
  scroll: {
187
187
  window: {
188
188
  positioner: string;
189
189
  content: string;
190
190
  };
191
191
  };
192
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
192
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
193
193
  scroll: {
194
194
  window: {
195
195
  positioner: string;
196
196
  content: string;
197
197
  };
198
198
  };
199
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
199
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
200
200
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
201
201
  scroll: {
202
202
  window: {
@@ -204,21 +204,21 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
204
204
  content: string;
205
205
  };
206
206
  };
207
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
207
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
208
208
  scroll: {
209
209
  window: {
210
210
  positioner: string;
211
211
  content: string;
212
212
  };
213
213
  };
214
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
214
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
215
215
  scroll: {
216
216
  window: {
217
217
  positioner: string;
218
218
  content: string;
219
219
  };
220
220
  };
221
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
221
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
222
222
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
223
223
  scroll: {
224
224
  window: {
@@ -226,19 +226,19 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
226
226
  content: string;
227
227
  };
228
228
  };
229
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
229
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
230
230
  scroll: {
231
231
  window: {
232
232
  positioner: string;
233
233
  content: string;
234
234
  };
235
235
  };
236
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
236
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
237
237
  scroll: {
238
238
  window: {
239
239
  positioner: string;
240
240
  content: string;
241
241
  };
242
242
  };
243
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
243
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
244
244
  export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
@@ -5,18 +5,18 @@ export declare const dialogRecipe: import("tailwind-variants").TVReturnType<{
5
5
  content: string;
6
6
  };
7
7
  };
8
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
8
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
9
9
  scroll: {
10
10
  window: {
11
11
  positioner: string;
12
12
  content: string;
13
13
  };
14
14
  };
15
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
15
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
16
16
  scroll: {
17
17
  window: {
18
18
  positioner: string;
19
19
  content: string;
20
20
  };
21
21
  };
22
- }, Record<"title" | "content" | "body" | "description" | "trigger" | "backdrop" | "positioner" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
22
+ }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;