@opexa/portal-components 0.0.918 → 0.0.921

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 (85) hide show
  1. package/dist/components/AccountInfo/AccountInfo.js +5 -3
  2. package/dist/components/AccountSecurity/AccountSecurity.js +6 -3
  3. package/dist/components/AccountVerification/AccountVerification.js +1 -1
  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__legacy/QRPHDepositContext.d.ts +4 -4
  7. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +2 -2
  8. package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +4 -4
  9. package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +2 -2
  10. package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +4 -4
  11. package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +2 -2
  12. package/dist/components/DepositWithdrawal/Withdrawal/Withdrawal.js +30 -12
  13. package/dist/components/KYC/KYCVerificationStatus.lazy.js +4 -7
  14. package/dist/components/ResponsibleGaming/ResponsibleGamingV2.lazy.js +37 -14
  15. package/dist/components/TermsOfUse/TermsOfUseV2.lazy.js +35 -14
  16. package/dist/icons/ScrollToBottomIcon.js +1 -1
  17. package/dist/icons/ScrollToTopIcon.d.ts +2 -0
  18. package/dist/icons/ScrollToTopIcon.js +4 -0
  19. package/dist/images/alert-circle-icon.png +0 -0
  20. package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
  21. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  22. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  23. package/dist/ui/Badge/Badge.d.ts +12 -12
  24. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  25. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  26. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  27. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  28. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  29. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  30. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  31. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  32. package/dist/ui/Menu/Menu.d.ts +198 -198
  33. package/dist/ui/Menu/menu.recipe.d.ts +11 -11
  34. package/dist/ui/Popover/Popover.d.ts +88 -88
  35. package/dist/ui/Popover/popover.recipe.d.ts +8 -8
  36. package/package.json +1 -1
  37. package/dist/components/Banner/Banner.client.d.ts +0 -12
  38. package/dist/components/Banner/Banner.client.js +0 -49
  39. package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +0 -11
  40. package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +0 -55
  41. package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
  42. package/dist/components/DigitainLauncher/Loading.js +0 -5
  43. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
  44. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
  45. package/dist/components/KYC/BasicInformation.d.ts +0 -1
  46. package/dist/components/KYC/BasicInformation.js +0 -101
  47. package/dist/components/KYC/IdentityVerification.d.ts +0 -1
  48. package/dist/components/KYC/IdentityVerification.js +0 -120
  49. package/dist/components/KYC/Indicator.d.ts +0 -1
  50. package/dist/components/KYC/Indicator.js +0 -8
  51. package/dist/components/KYC/KYC.lazy.d.ts +0 -6
  52. package/dist/components/KYC/KYC.lazy.js +0 -45
  53. package/dist/components/KYC/KYCContext.d.ts +0 -6
  54. package/dist/components/KYC/KYCContext.js +0 -2
  55. package/dist/components/KYC/PersonalInformation.d.ts +0 -1
  56. package/dist/components/KYC/PersonalInformation.js +0 -122
  57. package/dist/components/KYC/useKYC.d.ts +0 -25
  58. package/dist/components/KYC/useKYC.js +0 -38
  59. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
  60. package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
  61. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
  62. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
  63. package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
  64. package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
  65. package/dist/components/SessionWatcher/index.d.ts +0 -1
  66. package/dist/components/SessionWatcher/index.js +0 -1
  67. package/dist/components/SignIn/utils.d.ts +0 -8
  68. package/dist/components/SignIn/utils.js +0 -26
  69. package/dist/constants/Branches.d.ts +0 -2
  70. package/dist/constants/Branches.js +0 -42
  71. package/dist/images/responsible-gaming-yellow.png +0 -0
  72. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  73. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  74. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  75. package/dist/third-parties/FacebookPixel/api.js +0 -1
  76. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  77. package/dist/third-parties/FacebookPixel/index.js +0 -1
  78. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  79. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  80. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  81. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  82. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  83. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  84. package/dist/third-parties/index.d.ts +0 -2
  85. package/dist/third-parties/index.js +0 -2
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
37
37
  root: string;
38
38
  };
39
39
  };
40
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
40
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, {
41
41
  size: {
42
42
  md: {
43
43
  root: string;
@@ -72,7 +72,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
72
72
  root: string;
73
73
  };
74
74
  };
75
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
75
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
76
76
  size: {
77
77
  md: {
78
78
  root: string;
@@ -107,7 +107,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
107
107
  root: string;
108
108
  };
109
109
  };
110
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
110
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
111
111
  interface BadgeLabelProps extends ComponentPropsWithRef<'span'> {
112
112
  asChild?: boolean;
113
113
  }
@@ -146,7 +146,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
146
146
  root: string;
147
147
  };
148
148
  };
149
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
149
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, {
150
150
  size: {
151
151
  md: {
152
152
  root: string;
@@ -181,7 +181,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
181
181
  root: string;
182
182
  };
183
183
  };
184
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
184
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
185
185
  size: {
186
186
  md: {
187
187
  root: string;
@@ -216,7 +216,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
216
216
  root: string;
217
217
  };
218
218
  };
219
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
219
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
220
220
  interface BadgeIndicatorProps extends ComponentPropsWithRef<'svg'> {
221
221
  asChild?: boolean;
222
222
  }
@@ -255,7 +255,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
255
255
  root: string;
256
256
  };
257
257
  };
258
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
258
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, {
259
259
  size: {
260
260
  md: {
261
261
  root: string;
@@ -290,7 +290,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
290
290
  root: string;
291
291
  };
292
292
  };
293
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
293
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
294
294
  size: {
295
295
  md: {
296
296
  root: string;
@@ -325,7 +325,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
325
325
  root: string;
326
326
  };
327
327
  };
328
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
328
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
329
329
  interface BadgeIconProps extends ComponentPropsWithRef<'svg'> {
330
330
  asChild?: boolean;
331
331
  }
@@ -364,7 +364,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
364
364
  root: string;
365
365
  };
366
366
  };
367
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
367
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, {
368
368
  size: {
369
369
  md: {
370
370
  root: string;
@@ -399,7 +399,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
399
399
  root: string;
400
400
  };
401
401
  };
402
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
402
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
403
403
  size: {
404
404
  md: {
405
405
  root: string;
@@ -434,5 +434,5 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
434
434
  root: string;
435
435
  };
436
436
  };
437
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
437
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
438
438
  export {};
@@ -1 +1 @@
1
- export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"label" | "root" | "icon" | "indicator">;
1
+ export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"label" | "root" | "indicator" | "icon">;
@@ -33,7 +33,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
33
33
  root: string;
34
34
  };
35
35
  };
36
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
36
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, {
37
37
  size: {
38
38
  md: {
39
39
  root: string;
@@ -68,7 +68,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
68
68
  root: string;
69
69
  };
70
70
  };
71
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
72
72
  size: {
73
73
  md: {
74
74
  root: string;
@@ -103,4 +103,4 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
103
103
  root: string;
104
104
  };
105
105
  };
106
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
106
+ }, Record<"label" | "root" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>;