@opexa/portal-components 0.0.492 → 0.0.493

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 (72) hide show
  1. package/dist/components/Banner/Banner.client.d.ts +12 -0
  2. package/dist/components/Banner/Banner.client.js +49 -0
  3. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  4. package/dist/components/DigitainLauncher/Loading.js +5 -0
  5. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  6. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
  7. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  8. package/dist/components/KYC/BasicInformation.js +101 -0
  9. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  10. package/dist/components/KYC/IdentityVerification.js +120 -0
  11. package/dist/components/KYC/Indicator.d.ts +1 -0
  12. package/dist/components/KYC/Indicator.js +8 -0
  13. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  14. package/dist/components/KYC/KYC.lazy.js +45 -0
  15. package/dist/components/KYC/KYCContext.d.ts +6 -0
  16. package/dist/components/KYC/KYCContext.js +2 -0
  17. package/dist/components/KYC/KYCReminder.lazy.js +2 -4
  18. package/dist/components/KYC/KYCSumsub.d.ts +1 -1
  19. package/dist/components/KYC/KYCSumsub.js +7 -2
  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/LinkGoogleAccountObserver.d.ts +1 -0
  25. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  26. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  27. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  28. package/dist/components/SessionWatcher/index.d.ts +1 -0
  29. package/dist/components/SessionWatcher/index.js +1 -0
  30. package/dist/components/SignIn/utils.d.ts +8 -0
  31. package/dist/components/SignIn/utils.js +26 -0
  32. package/dist/constants/Branches.d.ts +2 -0
  33. package/dist/constants/Branches.js +42 -0
  34. package/dist/images/responsible-gaming-yellow.png +0 -0
  35. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  36. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  37. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  38. package/dist/third-parties/FacebookPixel/api.js +1 -0
  39. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  40. package/dist/third-parties/FacebookPixel/index.js +1 -0
  41. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  42. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  43. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  44. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  45. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  46. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  47. package/dist/third-parties/index.d.ts +2 -0
  48. package/dist/third-parties/index.js +2 -0
  49. package/dist/ui/Badge/Badge.d.ts +12 -12
  50. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  51. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  52. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  53. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  54. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  55. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  56. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  57. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  58. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  59. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  60. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  61. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  62. package/dist/ui/Menu/Menu.d.ts +252 -252
  63. package/dist/ui/Menu/menu.recipe.d.ts +14 -14
  64. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  65. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  66. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  67. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  68. package/dist/ui/Select/Select.d.ts +45 -45
  69. package/dist/ui/Select/select.recipe.d.ts +3 -3
  70. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  71. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  72. package/package.json +1 -1
@@ -10,7 +10,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
10
10
  trigger: string;
11
11
  };
12
12
  };
13
- }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, {
13
+ }, Record<"content" | "trigger" | "root" | "list" | "indicator", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
22
22
  trigger: string;
23
23
  };
24
24
  };
25
- }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "trigger" | "root" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
34
34
  trigger: string;
35
35
  };
36
36
  };
37
- }, Record<"content" | "trigger" | "root" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "trigger" | "root" | "list" | "indicator", 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.492",
3
+ "version": "0.0.493",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",