@opexa/portal-components 0.0.563 → 0.0.565

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 (68) hide show
  1. package/dist/client/hooks/useSessionHealthQuery.js +5 -1
  2. package/dist/components/Banner/Banner.client.d.ts +12 -0
  3. package/dist/components/Banner/Banner.client.js +49 -0
  4. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
  5. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
  6. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  7. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  8. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  9. package/dist/components/DigitainLauncher/Loading.js +5 -0
  10. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  11. package/dist/components/KYC/BasicInformation.js +101 -0
  12. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  13. package/dist/components/KYC/IdentityVerification.js +120 -0
  14. package/dist/components/KYC/Indicator.d.ts +1 -0
  15. package/dist/components/KYC/Indicator.js +8 -0
  16. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  17. package/dist/components/KYC/KYC.lazy.js +45 -0
  18. package/dist/components/KYC/KYCContext.d.ts +6 -0
  19. package/dist/components/KYC/KYCContext.js +2 -0
  20. package/dist/components/KYC/PersonalInformation.d.ts +1 -0
  21. package/dist/components/KYC/PersonalInformation.js +122 -0
  22. package/dist/components/KYC/useKYC.d.ts +25 -0
  23. package/dist/components/KYC/useKYC.js +38 -0
  24. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  25. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  26. package/dist/components/SessionWatcher/index.d.ts +1 -0
  27. package/dist/components/SessionWatcher/index.js +1 -0
  28. package/dist/components/SignIn/utils.d.ts +8 -0
  29. package/dist/components/SignIn/utils.js +26 -0
  30. package/dist/constants/Branches.d.ts +2 -0
  31. package/dist/constants/Branches.js +42 -0
  32. package/dist/handlers/getSession.js +16 -3
  33. package/dist/images/responsible-gaming-yellow.png +0 -0
  34. package/dist/services/queries.d.ts +1 -1
  35. package/dist/services/queries.js +4 -0
  36. package/dist/services/wallet.d.ts +8 -1
  37. package/dist/services/wallet.js +1 -0
  38. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  39. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  40. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  41. package/dist/third-parties/FacebookPixel/api.js +1 -0
  42. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  43. package/dist/third-parties/FacebookPixel/index.js +1 -0
  44. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  45. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  46. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  47. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  48. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  49. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  50. package/dist/third-parties/index.d.ts +2 -0
  51. package/dist/third-parties/index.js +2 -0
  52. package/dist/ui/Badge/Badge.d.ts +12 -12
  53. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  54. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  55. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  56. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  57. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  58. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  59. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  60. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  61. package/dist/ui/Menu/Menu.d.ts +90 -90
  62. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  63. package/dist/ui/Select/Select.d.ts +45 -45
  64. package/dist/ui/Select/select.recipe.d.ts +3 -3
  65. package/dist/ui/Table/Table.d.ts +21 -21
  66. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  67. package/dist/ui/Table/table.recipe.d.ts +3 -3
  68. package/package.json +1 -1
@@ -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" | "control" | "group" | "indicator") => 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" | "control" | "indicator" | "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;
@@ -14,7 +14,7 @@ export declare const withContext: <Props extends {
14
14
  colorScheme: {
15
15
  gray: {};
16
16
  };
17
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
17
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
18
18
  size: {
19
19
  md: {
20
20
  control: string;
@@ -27,7 +27,7 @@ export declare const withContext: <Props extends {
27
27
  colorScheme: {
28
28
  gray: {};
29
29
  };
30
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
30
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
31
31
  size: {
32
32
  md: {
33
33
  control: string;
@@ -40,9 +40,9 @@ export declare const withContext: <Props extends {
40
40
  colorScheme: {
41
41
  gray: {};
42
42
  };
43
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
43
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
44
44
  [x: string]: any;
45
- }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "group" | "indicator") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
45
+ }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "indicator" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
46
46
  size: {
47
47
  md: {
48
48
  control: string;
@@ -55,7 +55,7 @@ export declare const withContext: <Props extends {
55
55
  colorScheme: {
56
56
  gray: {};
57
57
  };
58
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
58
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
59
59
  size: {
60
60
  md: {
61
61
  control: string;
@@ -68,7 +68,7 @@ export declare const withContext: <Props extends {
68
68
  colorScheme: {
69
69
  gray: {};
70
70
  };
71
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
72
72
  size: {
73
73
  md: {
74
74
  control: string;
@@ -81,7 +81,7 @@ export declare const withContext: <Props extends {
81
81
  colorScheme: {
82
82
  gray: {};
83
83
  };
84
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
84
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
85
85
  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<{
86
86
  size: {
87
87
  md: {
@@ -95,7 +95,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
95
95
  colorScheme: {
96
96
  gray: {};
97
97
  };
98
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
98
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
99
99
  size: {
100
100
  md: {
101
101
  control: string;
@@ -108,7 +108,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
108
108
  colorScheme: {
109
109
  gray: {};
110
110
  };
111
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
111
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
112
112
  size: {
113
113
  md: {
114
114
  control: string;
@@ -121,7 +121,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
121
121
  colorScheme: {
122
122
  gray: {};
123
123
  };
124
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
124
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
125
125
  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<{
126
126
  size: {
127
127
  md: {
@@ -135,7 +135,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
135
135
  colorScheme: {
136
136
  gray: {};
137
137
  };
138
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
138
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
139
139
  size: {
140
140
  md: {
141
141
  control: string;
@@ -148,7 +148,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
148
148
  colorScheme: {
149
149
  gray: {};
150
150
  };
151
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
151
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
152
152
  size: {
153
153
  md: {
154
154
  control: string;
@@ -161,7 +161,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
161
161
  colorScheme: {
162
162
  gray: {};
163
163
  };
164
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
164
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
165
165
  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<{
166
166
  size: {
167
167
  md: {
@@ -175,7 +175,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
175
175
  colorScheme: {
176
176
  gray: {};
177
177
  };
178
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
178
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
179
179
  size: {
180
180
  md: {
181
181
  control: string;
@@ -188,7 +188,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
188
188
  colorScheme: {
189
189
  gray: {};
190
190
  };
191
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
191
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
192
192
  size: {
193
193
  md: {
194
194
  control: string;
@@ -201,7 +201,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
201
201
  colorScheme: {
202
202
  gray: {};
203
203
  };
204
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
204
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
205
205
  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<{
206
206
  size: {
207
207
  md: {
@@ -215,7 +215,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
215
215
  colorScheme: {
216
216
  gray: {};
217
217
  };
218
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
218
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
219
219
  size: {
220
220
  md: {
221
221
  control: string;
@@ -228,7 +228,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
228
228
  colorScheme: {
229
229
  gray: {};
230
230
  };
231
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
231
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
232
232
  size: {
233
233
  md: {
234
234
  control: string;
@@ -241,7 +241,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
241
241
  colorScheme: {
242
242
  gray: {};
243
243
  };
244
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
244
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
245
245
  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<{
246
246
  size: {
247
247
  md: {
@@ -255,7 +255,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
255
255
  colorScheme: {
256
256
  gray: {};
257
257
  };
258
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
258
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
259
259
  size: {
260
260
  md: {
261
261
  control: string;
@@ -268,7 +268,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
268
268
  colorScheme: {
269
269
  gray: {};
270
270
  };
271
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
271
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
272
272
  size: {
273
273
  md: {
274
274
  control: string;
@@ -281,6 +281,6 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
281
281
  colorScheme: {
282
282
  gray: {};
283
283
  };
284
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
284
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
285
285
  export declare const HiddenInput: import("react").ForwardRefExoticComponent<Checkbox.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
286
286
  export declare const Context: (props: Checkbox.ContextProps) => import("react").ReactNode;
@@ -11,7 +11,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
11
11
  colorScheme: {
12
12
  gray: {};
13
13
  };
14
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
14
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {
17
17
  control: string;
@@ -24,7 +24,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
24
24
  colorScheme: {
25
25
  gray: {};
26
26
  };
27
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
27
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
28
28
  size: {
29
29
  md: {
30
30
  control: string;
@@ -37,4 +37,4 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
37
37
  colorScheme: {
38
38
  gray: {};
39
39
  };
40
- }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
40
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>;