@opexa/portal-components 0.0.1026 → 0.0.1028
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/Bonuses/Bonuses.client.js +8 -3
- 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/KYCReview.js +2 -5
- package/dist/components/shared/SelfieImageField/useSelfieImageField.js +8 -1
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/services/queries.d.ts +7 -7
- package/dist/services/queries.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +220 -220
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +20 -20
- package/dist/ui/Avatar/Avatar.d.ts +9 -9
- package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
- package/dist/ui/Carousel/Carousel.d.ts +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +32 -32
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +8 -8
- 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/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +360 -360
- package/dist/ui/Menu/menu.recipe.d.ts +20 -20
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +220 -220
- package/dist/ui/Popover/popover.recipe.d.ts +20 -20
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- 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/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/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +48 -48
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +8 -8
- package/dist/utils/isIOS.d.ts +5 -0
- package/dist/utils/isIOS.js +26 -0
- package/package.json +1 -1
- package/dist/client/hooks/useVerifyMobileNumber.d.ts +0 -3
- package/dist/client/hooks/useVerifyMobileNumber.js +0 -20
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js +0 -241
- package/dist/components/SingleSignOn/SingleSignOn.d.ts +0 -4
- package/dist/components/SingleSignOn/SingleSignOn.js +0 -185
- package/dist/components/SingleSignOn/index.d.ts +0 -1
- package/dist/components/SingleSignOn/index.js +0 -1
- package/dist/lib/components/UpdateMobilePhoneNumber/UpdateMobilePhoneNumber.d.ts +0 -1
- package/dist/lib/components/UpdateMobilePhoneNumber/UpdateMobilePhoneNumber.js +0 -152
- package/dist/lib/components/UpdateMobilePhoneNumber/index.d.ts +0 -1
- package/dist/lib/components/UpdateMobilePhoneNumber/index.js +0 -1
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType<{
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
|
-
positioner?: import("tailwind-variants").ClassValue;
|
|
5
|
-
content?: import("tailwind-variants").ClassValue;
|
|
6
4
|
title?: import("tailwind-variants").ClassValue;
|
|
5
|
+
content?: import("tailwind-variants").ClassValue;
|
|
6
|
+
body?: import("tailwind-variants").ClassValue;
|
|
7
|
+
footer?: import("tailwind-variants").ClassValue;
|
|
8
|
+
header?: import("tailwind-variants").ClassValue;
|
|
7
9
|
trigger?: import("tailwind-variants").ClassValue;
|
|
8
|
-
|
|
10
|
+
positioner?: import("tailwind-variants").ClassValue;
|
|
9
11
|
description?: import("tailwind-variants").ClassValue;
|
|
10
12
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
11
|
-
|
|
12
|
-
body?: import("tailwind-variants").ClassValue;
|
|
13
|
-
footer?: import("tailwind-variants").ClassValue;
|
|
13
|
+
backdrop?: import("tailwind-variants").ClassValue;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
} | {
|
|
17
17
|
[x: string]: {
|
|
18
18
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
19
|
-
positioner?: import("tailwind-variants").ClassValue;
|
|
20
|
-
content?: import("tailwind-variants").ClassValue;
|
|
21
19
|
title?: import("tailwind-variants").ClassValue;
|
|
20
|
+
content?: import("tailwind-variants").ClassValue;
|
|
21
|
+
body?: import("tailwind-variants").ClassValue;
|
|
22
|
+
footer?: import("tailwind-variants").ClassValue;
|
|
23
|
+
header?: import("tailwind-variants").ClassValue;
|
|
22
24
|
trigger?: import("tailwind-variants").ClassValue;
|
|
23
|
-
|
|
25
|
+
positioner?: import("tailwind-variants").ClassValue;
|
|
24
26
|
description?: import("tailwind-variants").ClassValue;
|
|
25
27
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
26
|
-
|
|
27
|
-
body?: import("tailwind-variants").ClassValue;
|
|
28
|
-
footer?: import("tailwind-variants").ClassValue;
|
|
28
|
+
backdrop?: import("tailwind-variants").ClassValue;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
} | {}, Record<"
|
|
31
|
+
} | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "description" | "closeTrigger" | "backdrop", string | string[]>, undefined, {
|
|
32
32
|
[key: string]: {
|
|
33
33
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
34
|
-
positioner?: import("tailwind-variants").ClassValue;
|
|
35
|
-
content?: import("tailwind-variants").ClassValue;
|
|
36
34
|
title?: import("tailwind-variants").ClassValue;
|
|
35
|
+
content?: import("tailwind-variants").ClassValue;
|
|
36
|
+
body?: import("tailwind-variants").ClassValue;
|
|
37
|
+
footer?: import("tailwind-variants").ClassValue;
|
|
38
|
+
header?: import("tailwind-variants").ClassValue;
|
|
37
39
|
trigger?: import("tailwind-variants").ClassValue;
|
|
38
|
-
|
|
40
|
+
positioner?: import("tailwind-variants").ClassValue;
|
|
39
41
|
description?: import("tailwind-variants").ClassValue;
|
|
40
42
|
closeTrigger?: import("tailwind-variants").ClassValue;
|
|
41
|
-
|
|
42
|
-
body?: import("tailwind-variants").ClassValue;
|
|
43
|
-
footer?: import("tailwind-variants").ClassValue;
|
|
43
|
+
backdrop?: import("tailwind-variants").ClassValue;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
-
} | {}, Record<"
|
|
46
|
+
} | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "description" | "closeTrigger" | "backdrop", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "description" | "closeTrigger" | "backdrop", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -6,21 +6,21 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
6
6
|
fallback: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}, Record<"
|
|
9
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
|
|
10
10
|
size: {
|
|
11
11
|
md: {
|
|
12
12
|
root: string;
|
|
13
13
|
fallback: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
}, Record<"
|
|
16
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
17
17
|
size: {
|
|
18
18
|
md: {
|
|
19
19
|
root: string;
|
|
20
20
|
fallback: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
}, Record<"
|
|
23
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
24
24
|
export declare const Image: import("react").ComponentType<import("@ark-ui/react").Assign<Avatar.ImageProps & import("react").RefAttributes<HTMLImageElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
25
25
|
size: {
|
|
26
26
|
md: {
|
|
@@ -28,21 +28,21 @@ export declare const Image: import("react").ComponentType<import("@ark-ui/react"
|
|
|
28
28
|
fallback: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
}, Record<"
|
|
31
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
|
|
32
32
|
size: {
|
|
33
33
|
md: {
|
|
34
34
|
root: string;
|
|
35
35
|
fallback: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"
|
|
38
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
39
39
|
size: {
|
|
40
40
|
md: {
|
|
41
41
|
root: string;
|
|
42
42
|
fallback: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
|
-
}, Record<"
|
|
45
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
46
46
|
export declare const Fallback: import("react").ComponentType<import("@ark-ui/react").Assign<Avatar.FallbackProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
47
47
|
size: {
|
|
48
48
|
md: {
|
|
@@ -50,19 +50,19 @@ export declare const Fallback: import("react").ComponentType<import("@ark-ui/rea
|
|
|
50
50
|
fallback: string;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
-
}, Record<"
|
|
53
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
|
|
54
54
|
size: {
|
|
55
55
|
md: {
|
|
56
56
|
root: string;
|
|
57
57
|
fallback: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
}, Record<"
|
|
60
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
61
61
|
size: {
|
|
62
62
|
md: {
|
|
63
63
|
root: string;
|
|
64
64
|
fallback: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
}, Record<"
|
|
67
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
68
68
|
export declare const Context: (props: Avatar.ContextProps) => import("react").ReactNode;
|
|
@@ -5,18 +5,18 @@ export declare const avatarRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
5
5
|
fallback: string;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
|
-
}, Record<"
|
|
8
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
|
|
9
9
|
size: {
|
|
10
10
|
md: {
|
|
11
11
|
root: string;
|
|
12
12
|
fallback: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
root: string;
|
|
19
19
|
fallback: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, Record<"
|
|
22
|
+
}, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>;
|