@opexa/portal-components 0.0.569 → 0.0.571
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/KYC/KYCReminder.lazy.js +11 -9
- package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
- package/dist/components/Quests/JourneyQuest.js +2 -2
- package/dist/handlers/index.d.ts +7 -7
- package/dist/styles/theme.css +10 -1
- package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Checkbox/checkbox.recipe.js +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/Progress/progress.recipe.js +2 -2
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/package.json +1 -1
- package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
- package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
- package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
- package/dist/components/DigitainLauncher/Loading.js +0 -5
- package/dist/components/KYC/BasicInformation.d.ts +0 -1
- package/dist/components/KYC/BasicInformation.js +0 -101
- package/dist/components/KYC/IdentityVerification.d.ts +0 -1
- package/dist/components/KYC/IdentityVerification.js +0 -120
- package/dist/components/KYC/Indicator.d.ts +0 -1
- package/dist/components/KYC/Indicator.js +0 -8
- package/dist/components/KYC/KYC.lazy.d.ts +0 -6
- package/dist/components/KYC/KYC.lazy.js +0 -45
- package/dist/components/KYC/KYCContext.d.ts +0 -6
- package/dist/components/KYC/KYCContext.js +0 -2
- package/dist/components/KYC/PersonalInformation.d.ts +0 -1
- package/dist/components/KYC/PersonalInformation.js +0 -122
- package/dist/components/KYC/useKYC.d.ts +0 -25
- package/dist/components/KYC/useKYC.js +0 -38
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
- package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
- package/dist/components/SessionWatcher/index.d.ts +0 -1
- package/dist/components/SessionWatcher/index.js +0 -1
- package/dist/icons/LinkBrokenIcon.d.ts +0 -2
- package/dist/icons/LinkBrokenIcon.js +0 -4
- package/dist/images/responsible-gaming-yellow.png +0 -0
|
@@ -8,7 +8,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
8
8
|
content: string;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
}, Record<"title" | "content" | "body" | "
|
|
11
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
12
12
|
placement: {
|
|
13
13
|
left: {
|
|
14
14
|
content: string;
|
|
@@ -17,7 +17,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
17
17
|
content: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"title" | "content" | "body" | "
|
|
20
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
21
21
|
placement: {
|
|
22
22
|
left: {
|
|
23
23
|
content: string;
|
|
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
26
26
|
content: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"title" | "content" | "body" | "
|
|
29
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
30
30
|
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<{
|
|
31
31
|
placement: {
|
|
32
32
|
left: {
|
|
@@ -36,7 +36,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
36
36
|
content: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"title" | "content" | "body" | "
|
|
39
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
40
40
|
placement: {
|
|
41
41
|
left: {
|
|
42
42
|
content: string;
|
|
@@ -45,7 +45,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
45
45
|
content: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
}, Record<"title" | "content" | "body" | "
|
|
48
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
49
49
|
placement: {
|
|
50
50
|
left: {
|
|
51
51
|
content: string;
|
|
@@ -54,7 +54,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
54
54
|
content: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
}, Record<"title" | "content" | "body" | "
|
|
57
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
58
58
|
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<{
|
|
59
59
|
placement: {
|
|
60
60
|
left: {
|
|
@@ -64,7 +64,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
64
64
|
content: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
}, Record<"title" | "content" | "body" | "
|
|
67
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
68
68
|
placement: {
|
|
69
69
|
left: {
|
|
70
70
|
content: string;
|
|
@@ -73,7 +73,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
73
73
|
content: string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"title" | "content" | "body" | "
|
|
76
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
77
77
|
placement: {
|
|
78
78
|
left: {
|
|
79
79
|
content: string;
|
|
@@ -82,7 +82,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
82
82
|
content: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}, Record<"title" | "content" | "body" | "
|
|
85
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
86
86
|
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<{
|
|
87
87
|
placement: {
|
|
88
88
|
left: {
|
|
@@ -92,7 +92,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
92
92
|
content: string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"title" | "content" | "body" | "
|
|
95
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
96
96
|
placement: {
|
|
97
97
|
left: {
|
|
98
98
|
content: string;
|
|
@@ -101,7 +101,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
101
101
|
content: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
}, Record<"title" | "content" | "body" | "
|
|
104
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
105
105
|
placement: {
|
|
106
106
|
left: {
|
|
107
107
|
content: string;
|
|
@@ -110,7 +110,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
110
110
|
content: string;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
|
-
}, Record<"title" | "content" | "body" | "
|
|
113
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
114
114
|
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<{
|
|
115
115
|
placement: {
|
|
116
116
|
left: {
|
|
@@ -120,7 +120,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
120
120
|
content: string;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
}, Record<"title" | "content" | "body" | "
|
|
123
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
124
124
|
placement: {
|
|
125
125
|
left: {
|
|
126
126
|
content: string;
|
|
@@ -129,7 +129,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
129
129
|
content: string;
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
|
-
}, Record<"title" | "content" | "body" | "
|
|
132
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
133
133
|
placement: {
|
|
134
134
|
left: {
|
|
135
135
|
content: string;
|
|
@@ -138,7 +138,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
138
138
|
content: string;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
|
-
}, Record<"title" | "content" | "body" | "
|
|
141
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
142
142
|
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<{
|
|
143
143
|
placement: {
|
|
144
144
|
left: {
|
|
@@ -148,7 +148,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
148
148
|
content: string;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"title" | "content" | "body" | "
|
|
151
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
152
152
|
placement: {
|
|
153
153
|
left: {
|
|
154
154
|
content: string;
|
|
@@ -157,7 +157,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
157
157
|
content: string;
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
|
-
}, Record<"title" | "content" | "body" | "
|
|
160
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
161
161
|
placement: {
|
|
162
162
|
left: {
|
|
163
163
|
content: string;
|
|
@@ -166,7 +166,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
166
166
|
content: string;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
169
|
-
}, Record<"title" | "content" | "body" | "
|
|
169
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
170
170
|
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<{
|
|
171
171
|
placement: {
|
|
172
172
|
left: {
|
|
@@ -176,7 +176,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
176
176
|
content: string;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
|
-
}, Record<"title" | "content" | "body" | "
|
|
179
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
180
180
|
placement: {
|
|
181
181
|
left: {
|
|
182
182
|
content: string;
|
|
@@ -185,7 +185,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
185
185
|
content: string;
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
|
-
}, Record<"title" | "content" | "body" | "
|
|
188
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
189
189
|
placement: {
|
|
190
190
|
left: {
|
|
191
191
|
content: string;
|
|
@@ -194,7 +194,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
194
194
|
content: string;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
-
}, Record<"title" | "content" | "body" | "
|
|
197
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
198
198
|
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<{
|
|
199
199
|
placement: {
|
|
200
200
|
left: {
|
|
@@ -204,7 +204,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
204
204
|
content: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
-
}, Record<"title" | "content" | "body" | "
|
|
207
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
208
208
|
placement: {
|
|
209
209
|
left: {
|
|
210
210
|
content: string;
|
|
@@ -213,7 +213,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
213
213
|
content: string;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
}, Record<"title" | "content" | "body" | "
|
|
216
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
217
217
|
placement: {
|
|
218
218
|
left: {
|
|
219
219
|
content: string;
|
|
@@ -222,7 +222,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
222
222
|
content: string;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
-
}, Record<"title" | "content" | "body" | "
|
|
225
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
226
226
|
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<{
|
|
227
227
|
placement: {
|
|
228
228
|
left: {
|
|
@@ -232,7 +232,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
232
232
|
content: string;
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
|
-
}, Record<"title" | "content" | "body" | "
|
|
235
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
236
236
|
placement: {
|
|
237
237
|
left: {
|
|
238
238
|
content: string;
|
|
@@ -241,7 +241,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
241
241
|
content: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"title" | "content" | "body" | "
|
|
244
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
245
245
|
placement: {
|
|
246
246
|
left: {
|
|
247
247
|
content: string;
|
|
@@ -250,7 +250,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
250
250
|
content: string;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"title" | "content" | "body" | "
|
|
253
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
254
254
|
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<{
|
|
255
255
|
placement: {
|
|
256
256
|
left: {
|
|
@@ -260,7 +260,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
260
260
|
content: string;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
263
|
-
}, Record<"title" | "content" | "body" | "
|
|
263
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
264
264
|
placement: {
|
|
265
265
|
left: {
|
|
266
266
|
content: string;
|
|
@@ -269,7 +269,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
269
269
|
content: string;
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"title" | "content" | "body" | "
|
|
272
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
placement: {
|
|
274
274
|
left: {
|
|
275
275
|
content: string;
|
|
@@ -278,7 +278,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
278
278
|
content: string;
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
|
-
}, Record<"title" | "content" | "body" | "
|
|
281
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
282
282
|
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<{
|
|
283
283
|
placement: {
|
|
284
284
|
left: {
|
|
@@ -288,7 +288,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
288
288
|
content: string;
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"title" | "content" | "body" | "
|
|
291
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
292
292
|
placement: {
|
|
293
293
|
left: {
|
|
294
294
|
content: string;
|
|
@@ -297,7 +297,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
297
297
|
content: string;
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
|
-
}, Record<"title" | "content" | "body" | "
|
|
300
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
301
301
|
placement: {
|
|
302
302
|
left: {
|
|
303
303
|
content: string;
|
|
@@ -306,5 +306,5 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
306
306
|
content: string;
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
|
-
}, Record<"title" | "content" | "body" | "
|
|
309
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
310
310
|
export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
|
|
@@ -7,7 +7,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
content: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"title" | "content" | "body" | "
|
|
10
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
|
|
11
11
|
placement: {
|
|
12
12
|
left: {
|
|
13
13
|
content: string;
|
|
@@ -16,7 +16,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
content: string;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
}, Record<"title" | "content" | "body" | "
|
|
19
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
20
20
|
placement: {
|
|
21
21
|
left: {
|
|
22
22
|
content: string;
|
|
@@ -25,4 +25,4 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
25
25
|
content: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"title" | "content" | "body" | "
|
|
28
|
+
}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
11
11
|
range: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"
|
|
14
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {};
|
|
17
17
|
};
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
range: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"
|
|
26
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
27
27
|
size: {
|
|
28
28
|
md: {};
|
|
29
29
|
};
|
|
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
35
35
|
range: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"
|
|
38
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
39
39
|
export declare const Circle: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleProps & import("react").RefAttributes<SVGSVGElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
md: {};
|
|
@@ -48,7 +48,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
48
48
|
range: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"
|
|
51
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
52
52
|
size: {
|
|
53
53
|
md: {};
|
|
54
54
|
};
|
|
@@ -60,7 +60,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
60
60
|
range: string;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
}, Record<"
|
|
63
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
64
64
|
size: {
|
|
65
65
|
md: {};
|
|
66
66
|
};
|
|
@@ -72,7 +72,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
|
|
|
72
72
|
range: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
}, Record<"
|
|
75
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
76
76
|
export declare const CircleRange: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleRangeProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
77
77
|
size: {
|
|
78
78
|
md: {};
|
|
@@ -85,7 +85,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
85
85
|
range: string;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
|
-
}, Record<"
|
|
88
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
89
89
|
size: {
|
|
90
90
|
md: {};
|
|
91
91
|
};
|
|
@@ -97,7 +97,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
97
97
|
range: string;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
-
}, Record<"
|
|
100
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
101
101
|
size: {
|
|
102
102
|
md: {};
|
|
103
103
|
};
|
|
@@ -109,7 +109,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
|
|
|
109
109
|
range: string;
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
|
-
}, Record<"
|
|
112
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
113
113
|
export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleTrackProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
114
114
|
size: {
|
|
115
115
|
md: {};
|
|
@@ -122,7 +122,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
122
122
|
range: string;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
|
-
}, Record<"
|
|
125
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
126
126
|
size: {
|
|
127
127
|
md: {};
|
|
128
128
|
};
|
|
@@ -134,7 +134,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
134
134
|
range: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"
|
|
137
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
138
138
|
size: {
|
|
139
139
|
md: {};
|
|
140
140
|
};
|
|
@@ -146,7 +146,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
|
|
|
146
146
|
range: string;
|
|
147
147
|
};
|
|
148
148
|
};
|
|
149
|
-
}, Record<"
|
|
149
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
150
150
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
151
151
|
size: {
|
|
152
152
|
md: {};
|
|
@@ -159,7 +159,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
159
159
|
range: string;
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
|
-
}, Record<"
|
|
162
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
163
163
|
size: {
|
|
164
164
|
md: {};
|
|
165
165
|
};
|
|
@@ -171,7 +171,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
171
171
|
range: string;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
|
-
}, Record<"
|
|
174
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
175
175
|
size: {
|
|
176
176
|
md: {};
|
|
177
177
|
};
|
|
@@ -183,7 +183,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
183
183
|
range: string;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
-
}, Record<"
|
|
186
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
187
187
|
export declare const Track: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.TrackProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
188
188
|
size: {
|
|
189
189
|
md: {};
|
|
@@ -196,7 +196,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
196
196
|
range: string;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
-
}, Record<"
|
|
199
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
200
200
|
size: {
|
|
201
201
|
md: {};
|
|
202
202
|
};
|
|
@@ -208,7 +208,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
208
208
|
range: string;
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
-
}, Record<"
|
|
211
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
212
212
|
size: {
|
|
213
213
|
md: {};
|
|
214
214
|
};
|
|
@@ -220,7 +220,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
|
|
|
220
220
|
range: string;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
|
-
}, Record<"
|
|
223
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
224
224
|
export declare const ValueText: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ValueTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
225
225
|
size: {
|
|
226
226
|
md: {};
|
|
@@ -233,7 +233,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
233
233
|
range: string;
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
|
-
}, Record<"
|
|
236
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
237
237
|
size: {
|
|
238
238
|
md: {};
|
|
239
239
|
};
|
|
@@ -245,7 +245,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
245
245
|
range: string;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
248
|
-
}, Record<"
|
|
248
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
249
249
|
size: {
|
|
250
250
|
md: {};
|
|
251
251
|
};
|
|
@@ -257,7 +257,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
257
257
|
range: string;
|
|
258
258
|
};
|
|
259
259
|
};
|
|
260
|
-
}, Record<"
|
|
260
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
261
261
|
export declare const View: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ViewProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
262
262
|
size: {
|
|
263
263
|
md: {};
|
|
@@ -270,7 +270,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
270
270
|
range: string;
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
|
-
}, Record<"
|
|
273
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
274
274
|
size: {
|
|
275
275
|
md: {};
|
|
276
276
|
};
|
|
@@ -282,7 +282,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
282
282
|
range: string;
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
|
-
}, Record<"
|
|
285
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
286
286
|
size: {
|
|
287
287
|
md: {};
|
|
288
288
|
};
|
|
@@ -294,7 +294,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
|
|
|
294
294
|
range: string;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
297
|
-
}, Record<"
|
|
297
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
298
298
|
export declare const Range: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.RangeProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
299
299
|
size: {
|
|
300
300
|
md: {};
|
|
@@ -307,7 +307,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
307
307
|
range: string;
|
|
308
308
|
};
|
|
309
309
|
};
|
|
310
|
-
}, Record<"
|
|
310
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
311
311
|
size: {
|
|
312
312
|
md: {};
|
|
313
313
|
};
|
|
@@ -319,7 +319,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
319
319
|
range: string;
|
|
320
320
|
};
|
|
321
321
|
};
|
|
322
|
-
}, Record<"
|
|
322
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
323
323
|
size: {
|
|
324
324
|
md: {};
|
|
325
325
|
};
|
|
@@ -331,5 +331,5 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
|
|
|
331
331
|
range: string;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
334
|
-
}, Record<"
|
|
334
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
335
335
|
export declare const Context: (props: Progress.ContextProps) => import("react").ReactNode;
|
|
@@ -10,7 +10,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
range: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
}, Record<"
|
|
13
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, {
|
|
14
14
|
size: {
|
|
15
15
|
md: {};
|
|
16
16
|
};
|
|
@@ -22,7 +22,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
22
22
|
range: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"
|
|
25
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
26
26
|
size: {
|
|
27
27
|
md: {};
|
|
28
28
|
};
|
|
@@ -34,4 +34,4 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
range: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
}, Record<"
|
|
37
|
+
}, Record<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>;
|