@opexa/portal-components 0.0.403 → 0.0.405

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 (76) hide show
  1. package/dist/components/Account/Account.lazy.d.ts +6 -0
  2. package/dist/components/Account/Account.lazy.js +10 -10
  3. package/dist/components/Bonuses/Bonuses.client.d.ts +2 -1
  4. package/dist/components/Disclaimer/DisclaimerV2.d.ts +1 -0
  5. package/dist/components/Disclaimer/DisclaimerV2.js +1 -1
  6. package/dist/components/FavoriteGames/FavoriteGames.client.d.ts +2 -1
  7. package/dist/components/GameProviders/GameProvidersCarousel.d.ts +2 -1
  8. package/dist/components/GameProviders/GameProvidersList.d.ts +2 -1
  9. package/dist/components/Games/GamesCarousel.client.d.ts +2 -1
  10. package/dist/components/Games/GamesList.client.d.ts +2 -1
  11. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarousel.d.ts +2 -2
  12. package/dist/components/Jackpots/JackpotsList/JackpotsList.d.ts +2 -2
  13. package/dist/components/Jackpots/JackpotsList/JackpotsList.js +1 -1
  14. package/dist/components/NewsFeed/NewsFeedCarousel.d.ts +2 -2
  15. package/dist/components/NewsFeed/NewsFeedList.d.ts +2 -2
  16. package/dist/components/Promos/PromosCarousel.d.ts +2 -1
  17. package/dist/components/Promos/PromosGrid.d.ts +2 -1
  18. package/dist/components/Quests/Quests.client.d.ts +2 -2
  19. package/dist/components/TopWins/TopWins.client.d.ts +2 -1
  20. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.d.ts +2 -2
  21. package/dist/components/Tournaments/TournamentsList/TournamentsList.d.ts +2 -2
  22. package/dist/components/Tournaments/TournamentsList/TournamentsList.js +1 -1
  23. package/dist/components/TransactionRecords/TableFilters.js +24 -0
  24. package/dist/handlers/index.d.ts +7 -7
  25. package/dist/types/index.d.ts +1 -1
  26. package/dist/ui/AlertDialog/AlertDialog.d.ts +187 -187
  27. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +17 -17
  28. package/dist/ui/Avatar/Avatar.d.ts +9 -9
  29. package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
  30. package/dist/ui/Badge/Badge.d.ts +12 -12
  31. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  32. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  33. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  34. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  35. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  36. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  37. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  38. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  39. package/dist/ui/Collapsible/Collapsible.d.ts +32 -32
  40. package/dist/ui/Collapsible/collapsible.recipe.d.ts +8 -8
  41. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  42. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  43. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  44. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  45. package/dist/ui/Dialog/Dialog.d.ts +187 -187
  46. package/dist/ui/Dialog/dialog.recipe.d.ts +17 -17
  47. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  48. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  49. package/dist/ui/Field/Field.d.ts +21 -21
  50. package/dist/ui/Field/field.recipe.d.ts +3 -3
  51. package/dist/ui/Menu/Menu.d.ts +360 -360
  52. package/dist/ui/Menu/menu.recipe.d.ts +20 -20
  53. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  54. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  55. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  56. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  57. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  58. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  59. package/dist/ui/Popover/Popover.d.ts +187 -187
  60. package/dist/ui/Popover/popover.recipe.d.ts +17 -17
  61. package/dist/ui/Progress/Progress.d.ts +27 -27
  62. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  63. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  64. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  65. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  66. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  67. package/dist/ui/Select/Select.d.ts +45 -45
  68. package/dist/ui/Select/select.recipe.d.ts +3 -3
  69. package/dist/ui/Table/Table.d.ts +21 -21
  70. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  71. package/dist/ui/Table/table.recipe.d.ts +3 -3
  72. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  73. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  74. package/dist/ui/Tooltip/Tooltip.d.ts +48 -48
  75. package/dist/ui/Tooltip/tooltip.recipe.d.ts +8 -8
  76. package/package.json +1 -1
@@ -17,7 +17,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
17
17
  colorScheme: {
18
18
  gray: {};
19
19
  };
20
- }, Record<"input" | "root" | "select" | "label" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
20
+ }, Record<"select" | "label" | "root" | "input" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, {
21
21
  size: {
22
22
  sm: {
23
23
  input: string;
@@ -36,7 +36,7 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
36
36
  colorScheme: {
37
37
  gray: {};
38
38
  };
39
- }, Record<"input" | "root" | "select" | "label" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
39
+ }, Record<"select" | "label" | "root" | "input" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, import("tailwind-variants").TVReturnType<{
40
40
  size: {
41
41
  sm: {
42
42
  input: string;
@@ -55,4 +55,4 @@ export declare const fieldRecipe: import("tailwind-variants").TVReturnType<{
55
55
  colorScheme: {
56
56
  gray: {};
57
57
  };
58
- }, Record<"input" | "root" | "select" | "label" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
58
+ }, Record<"select" | "label" | "root" | "input" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;