@opexa/portal-components 0.0.450 → 0.0.452

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/useCreateGCashStandardCashInWithdrawal.d.ts +2 -2
  2. package/dist/client/hooks/useCreateGCashStandardCashInWithdrawal.js +2 -2
  3. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  4. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  5. package/dist/components/DepositWithdrawal/Withdrawal/GCashWithdrawal/GCashWithdrawal.js +91 -83
  6. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  7. package/dist/components/DigitainLauncher/Loading.js +5 -0
  8. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  9. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -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/PortalProvider/CXDTokenObserver.js +11 -11
  25. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
  26. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  27. package/dist/components/Quests/JourneyQuest.js +9 -8
  28. package/dist/components/Quests/MultiWageringQuest.d.ts +1 -0
  29. package/dist/components/Quests/MultiWageringQuest.js +91 -0
  30. package/dist/components/Quests/Quests.client.js +7 -1
  31. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  32. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  33. package/dist/components/SessionWatcher/index.d.ts +1 -0
  34. package/dist/components/SessionWatcher/index.js +1 -0
  35. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  36. package/dist/icons/LinkBrokenIcon.js +4 -0
  37. package/dist/images/responsible-gaming-yellow.png +0 -0
  38. package/dist/services/queries.d.ts +4 -3
  39. package/dist/services/queries.js +52 -1
  40. package/dist/services/wallet.d.ts +64 -51
  41. package/dist/services/wallet.js +72 -56
  42. package/dist/styles/theme.css +3 -0
  43. package/dist/types/index.d.ts +9 -1
  44. package/dist/ui/Badge/Badge.d.ts +12 -12
  45. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  46. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  47. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  48. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  49. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  50. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  51. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  52. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  53. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  54. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  55. package/dist/ui/Menu/Menu.d.ts +90 -90
  56. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  57. package/dist/ui/Popover/Popover.d.ts +55 -55
  58. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  59. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  60. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  61. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  62. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  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
@@ -18,7 +18,7 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
18
18
  control: string[];
19
19
  };
20
20
  };
21
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "control" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
21
+ }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "item" | "control" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
22
22
  size: {
23
23
  sm: {
24
24
  control: string;
@@ -38,7 +38,7 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
38
38
  control: string[];
39
39
  };
40
40
  };
41
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "control" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
41
+ }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "item" | "control" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
42
42
  size: {
43
43
  sm: {
44
44
  control: string;
@@ -58,4 +58,4 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
58
58
  control: string[];
59
59
  };
60
60
  };
61
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "control" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>;
61
+ }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "item" | "control" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>;