@opexa/portal-components 0.0.802 → 0.0.803

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 (109) hide show
  1. package/dist/client/hooks/useCreateDigitainGameSessionMutatio.js +0 -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/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  5. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  6. package/dist/components/DigitainLauncher/DigitainLauncher.js +2 -1
  7. package/dist/components/DigitainLauncher/DigitianContainter.js +1 -0
  8. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  9. package/dist/components/DigitainLauncher/Loading.js +5 -0
  10. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  11. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
  12. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  13. package/dist/components/KYC/BasicInformation.js +101 -0
  14. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  15. package/dist/components/KYC/IdentityVerification.js +120 -0
  16. package/dist/components/KYC/Indicator.d.ts +1 -0
  17. package/dist/components/KYC/Indicator.js +8 -0
  18. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  19. package/dist/components/KYC/KYC.lazy.js +45 -0
  20. package/dist/components/KYC/KYCContext.d.ts +6 -0
  21. package/dist/components/KYC/KYCContext.js +2 -0
  22. package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +1 -0
  23. package/dist/components/KYC/KYCDefault/BasicInformation.js +101 -0
  24. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +0 -1
  25. package/dist/components/KYC/KYCVerificationStatus.d.ts +1 -0
  26. package/dist/components/KYC/KYCVerificationStatus.js +10 -0
  27. package/dist/components/KYC/KYCVerificationStatus.lazy.d.ts +1 -0
  28. package/dist/components/KYC/KYCVerificationStatus.lazy.js +36 -0
  29. package/dist/components/KYC/PersonalInformation.d.ts +1 -0
  30. package/dist/components/KYC/PersonalInformation.js +122 -0
  31. package/dist/components/KYC/useKYC.d.ts +25 -0
  32. package/dist/components/KYC/useKYC.js +38 -0
  33. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
  34. package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
  35. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +1 -0
  36. package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
  37. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
  38. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  39. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  40. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  41. package/dist/components/SessionWatcher/index.d.ts +1 -0
  42. package/dist/components/SessionWatcher/index.js +1 -0
  43. package/dist/components/SignIn/utils.d.ts +8 -0
  44. package/dist/components/SignIn/utils.js +26 -0
  45. package/dist/constants/Branches.d.ts +2 -0
  46. package/dist/constants/Branches.js +42 -0
  47. package/dist/images/responsible-gaming-yellow.png +0 -0
  48. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  49. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  50. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  51. package/dist/third-parties/FacebookPixel/api.js +1 -0
  52. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  53. package/dist/third-parties/FacebookPixel/index.js +1 -0
  54. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  55. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  56. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  57. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  58. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  59. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  60. package/dist/third-parties/index.d.ts +2 -0
  61. package/dist/third-parties/index.js +2 -0
  62. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  63. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  64. package/dist/ui/Avatar/Avatar.d.ts +9 -9
  65. package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
  66. package/dist/ui/Badge/Badge.d.ts +12 -12
  67. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  68. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  69. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  70. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  71. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  72. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  73. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  74. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  75. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  76. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  77. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  78. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  79. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  80. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  81. package/dist/ui/Field/Field.d.ts +21 -21
  82. package/dist/ui/Field/field.recipe.d.ts +3 -3
  83. package/dist/ui/Menu/Menu.d.ts +144 -144
  84. package/dist/ui/Menu/menu.recipe.d.ts +8 -8
  85. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  86. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  87. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  88. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  89. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  90. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  91. package/dist/ui/Popover/Popover.d.ts +121 -121
  92. package/dist/ui/Popover/popover.recipe.d.ts +11 -11
  93. package/dist/ui/Progress/Progress.d.ts +27 -27
  94. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  95. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  96. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  97. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  98. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  99. package/dist/ui/Select/Select.d.ts +45 -45
  100. package/dist/ui/Select/select.recipe.d.ts +3 -3
  101. package/dist/ui/Table/Table.d.ts +21 -21
  102. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  103. package/dist/ui/Table/table.recipe.d.ts +3 -3
  104. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  105. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  106. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  107. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  108. package/package.json +1 -1
  109. package/dist/tsconfig.build.tsbuildinfo +0 -1
@@ -2,30 +2,30 @@ export declare const tooltipRecipe: import("tailwind-variants").TVReturnType<{
2
2
  [key: string]: {
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
4
  content?: import("tailwind-variants").ClassValue;
5
- positioner?: import("tailwind-variants").ClassValue;
6
5
  trigger?: import("tailwind-variants").ClassValue;
7
6
  arrow?: import("tailwind-variants").ClassValue;
8
7
  arrowTip?: import("tailwind-variants").ClassValue;
8
+ positioner?: import("tailwind-variants").ClassValue;
9
9
  };
10
10
  };
11
11
  } | {
12
12
  [x: string]: {
13
13
  [x: string]: import("tailwind-variants").ClassValue | {
14
14
  content?: import("tailwind-variants").ClassValue;
15
- positioner?: import("tailwind-variants").ClassValue;
16
15
  trigger?: import("tailwind-variants").ClassValue;
17
16
  arrow?: import("tailwind-variants").ClassValue;
18
17
  arrowTip?: import("tailwind-variants").ClassValue;
18
+ positioner?: import("tailwind-variants").ClassValue;
19
19
  };
20
20
  };
21
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
21
+ } | {}, Record<"content" | "trigger" | "arrow" | "arrowTip" | "positioner", string | string[]>, undefined, {
22
22
  [key: string]: {
23
23
  [key: string]: import("tailwind-variants").ClassValue | {
24
24
  content?: import("tailwind-variants").ClassValue;
25
- positioner?: import("tailwind-variants").ClassValue;
26
25
  trigger?: import("tailwind-variants").ClassValue;
27
26
  arrow?: import("tailwind-variants").ClassValue;
28
27
  arrowTip?: import("tailwind-variants").ClassValue;
28
+ positioner?: import("tailwind-variants").ClassValue;
29
29
  };
30
30
  };
31
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
31
+ } | {}, Record<"content" | "trigger" | "arrow" | "arrowTip" | "positioner", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "arrow" | "arrowTip" | "positioner", string | string[]>, undefined, unknown, unknown, undefined>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.802",
3
+ "version": "0.0.803",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",