@opexa/portal-components 0.0.1003 → 0.0.1005
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/AccountInfo/AccountInfo.js +11 -5
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/KYC/KYCAccountVerificationRequired.lazy.js +14 -1
- package/dist/schemas/forgotPasswordSchema.d.ts +8 -8
- package/dist/types/index.d.ts +1 -1
- package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
- package/dist/ui/Carousel/Carousel.d.ts +45 -45
- package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.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/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/utils/countries/getLocaleInfo.d.ts +2 -0
- package/dist/utils/countries/getLocaleInfo.js +1153 -1149
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
content: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"
|
|
10
|
+
}, Record<"title" | "content" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "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<"
|
|
19
|
+
}, Record<"title" | "content" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "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<"
|
|
28
|
+
}, Record<"title" | "content" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
|
package/dist/ui/Field/Field.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
18
18
|
colorScheme: {
|
|
19
19
|
gray: {};
|
|
20
20
|
};
|
|
21
|
-
}, Record<"
|
|
21
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
22
22
|
size: {
|
|
23
23
|
sm: {
|
|
24
24
|
input: string;
|
|
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"
|
|
40
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
41
41
|
size: {
|
|
42
42
|
sm: {
|
|
43
43
|
input: string;
|
|
@@ -56,7 +56,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
56
56
|
colorScheme: {
|
|
57
57
|
gray: {};
|
|
58
58
|
};
|
|
59
|
-
}, Record<"
|
|
59
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
60
60
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Field.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
61
61
|
size: {
|
|
62
62
|
sm: {
|
|
@@ -76,7 +76,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
76
76
|
colorScheme: {
|
|
77
77
|
gray: {};
|
|
78
78
|
};
|
|
79
|
-
}, Record<"
|
|
79
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
80
80
|
size: {
|
|
81
81
|
sm: {
|
|
82
82
|
input: string;
|
|
@@ -95,7 +95,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
95
95
|
colorScheme: {
|
|
96
96
|
gray: {};
|
|
97
97
|
};
|
|
98
|
-
}, Record<"
|
|
98
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
99
99
|
size: {
|
|
100
100
|
sm: {
|
|
101
101
|
input: string;
|
|
@@ -114,7 +114,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
114
114
|
colorScheme: {
|
|
115
115
|
gray: {};
|
|
116
116
|
};
|
|
117
|
-
}, Record<"
|
|
117
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
118
118
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Field.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
119
119
|
size: {
|
|
120
120
|
sm: {
|
|
@@ -134,7 +134,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
134
134
|
colorScheme: {
|
|
135
135
|
gray: {};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"
|
|
137
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
138
138
|
size: {
|
|
139
139
|
sm: {
|
|
140
140
|
input: string;
|
|
@@ -153,7 +153,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
153
153
|
colorScheme: {
|
|
154
154
|
gray: {};
|
|
155
155
|
};
|
|
156
|
-
}, Record<"
|
|
156
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
157
157
|
size: {
|
|
158
158
|
sm: {
|
|
159
159
|
input: string;
|
|
@@ -172,7 +172,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
172
172
|
colorScheme: {
|
|
173
173
|
gray: {};
|
|
174
174
|
};
|
|
175
|
-
}, Record<"
|
|
175
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
176
176
|
export declare const HelperText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.HelperTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
177
177
|
size: {
|
|
178
178
|
sm: {
|
|
@@ -192,7 +192,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
192
192
|
colorScheme: {
|
|
193
193
|
gray: {};
|
|
194
194
|
};
|
|
195
|
-
}, Record<"
|
|
195
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
196
196
|
size: {
|
|
197
197
|
sm: {
|
|
198
198
|
input: string;
|
|
@@ -211,7 +211,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
211
211
|
colorScheme: {
|
|
212
212
|
gray: {};
|
|
213
213
|
};
|
|
214
|
-
}, Record<"
|
|
214
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
215
215
|
size: {
|
|
216
216
|
sm: {
|
|
217
217
|
input: string;
|
|
@@ -230,7 +230,7 @@ export declare const HelperText: import("react").ComponentType<import("@ark-ui/r
|
|
|
230
230
|
colorScheme: {
|
|
231
231
|
gray: {};
|
|
232
232
|
};
|
|
233
|
-
}, Record<"
|
|
233
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
234
234
|
export declare const ErrorText: import("react").ComponentType<import("@ark-ui/react").Assign<Field.ErrorTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
235
235
|
size: {
|
|
236
236
|
sm: {
|
|
@@ -250,7 +250,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
250
250
|
colorScheme: {
|
|
251
251
|
gray: {};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"
|
|
253
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
254
254
|
size: {
|
|
255
255
|
sm: {
|
|
256
256
|
input: string;
|
|
@@ -269,7 +269,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
269
269
|
colorScheme: {
|
|
270
270
|
gray: {};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"
|
|
272
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
size: {
|
|
274
274
|
sm: {
|
|
275
275
|
input: string;
|
|
@@ -288,7 +288,7 @@ export declare const ErrorText: import("react").ComponentType<import("@ark-ui/re
|
|
|
288
288
|
colorScheme: {
|
|
289
289
|
gray: {};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"
|
|
291
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
292
292
|
export declare const Select: import("react").ComponentType<import("@ark-ui/react").Assign<Field.SelectProps & import("react").RefAttributes<HTMLSelectElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
293
293
|
size: {
|
|
294
294
|
sm: {
|
|
@@ -308,7 +308,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
308
308
|
colorScheme: {
|
|
309
309
|
gray: {};
|
|
310
310
|
};
|
|
311
|
-
}, Record<"
|
|
311
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
312
312
|
size: {
|
|
313
313
|
sm: {
|
|
314
314
|
input: string;
|
|
@@ -327,7 +327,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
327
327
|
colorScheme: {
|
|
328
328
|
gray: {};
|
|
329
329
|
};
|
|
330
|
-
}, Record<"
|
|
330
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
331
331
|
size: {
|
|
332
332
|
sm: {
|
|
333
333
|
input: string;
|
|
@@ -346,7 +346,7 @@ export declare const Select: import("react").ComponentType<import("@ark-ui/react
|
|
|
346
346
|
colorScheme: {
|
|
347
347
|
gray: {};
|
|
348
348
|
};
|
|
349
|
-
}, Record<"
|
|
349
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
350
350
|
export declare const Textarea: import("react").ComponentType<import("@ark-ui/react").Assign<Field.TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
351
351
|
size: {
|
|
352
352
|
sm: {
|
|
@@ -366,7 +366,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
366
366
|
colorScheme: {
|
|
367
367
|
gray: {};
|
|
368
368
|
};
|
|
369
|
-
}, Record<"
|
|
369
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
370
370
|
size: {
|
|
371
371
|
sm: {
|
|
372
372
|
input: string;
|
|
@@ -385,7 +385,7 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
385
385
|
colorScheme: {
|
|
386
386
|
gray: {};
|
|
387
387
|
};
|
|
388
|
-
}, Record<"
|
|
388
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
389
389
|
size: {
|
|
390
390
|
sm: {
|
|
391
391
|
input: string;
|
|
@@ -404,5 +404,5 @@ export declare const Textarea: import("react").ComponentType<import("@ark-ui/rea
|
|
|
404
404
|
colorScheme: {
|
|
405
405
|
gray: {};
|
|
406
406
|
};
|
|
407
|
-
}, Record<"
|
|
407
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
408
408
|
export declare const Context: (props: Field.ContextProps) => import("react").ReactNode;
|
|
@@ -17,7 +17,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
17
17
|
colorScheme: {
|
|
18
18
|
gray: {};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"
|
|
20
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
|
|
21
21
|
size: {
|
|
22
22
|
sm: {
|
|
23
23
|
input: string;
|
|
@@ -36,7 +36,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
36
36
|
colorScheme: {
|
|
37
37
|
gray: {};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"
|
|
39
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
sm: {
|
|
42
42
|
input: string;
|
|
@@ -55,4 +55,4 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
colorScheme: {
|
|
56
56
|
gray: {};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"
|
|
58
|
+
}, Record<"select" | "input" | "label" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|