@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.
- package/dist/components/Account/Account.lazy.d.ts +6 -0
- package/dist/components/Account/Account.lazy.js +10 -10
- package/dist/components/Bonuses/Bonuses.client.d.ts +2 -1
- package/dist/components/Disclaimer/DisclaimerV2.d.ts +1 -0
- package/dist/components/Disclaimer/DisclaimerV2.js +1 -1
- package/dist/components/FavoriteGames/FavoriteGames.client.d.ts +2 -1
- package/dist/components/GameProviders/GameProvidersCarousel.d.ts +2 -1
- package/dist/components/GameProviders/GameProvidersList.d.ts +2 -1
- package/dist/components/Games/GamesCarousel.client.d.ts +2 -1
- package/dist/components/Games/GamesList.client.d.ts +2 -1
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarousel.d.ts +2 -2
- package/dist/components/Jackpots/JackpotsList/JackpotsList.d.ts +2 -2
- package/dist/components/Jackpots/JackpotsList/JackpotsList.js +1 -1
- package/dist/components/NewsFeed/NewsFeedCarousel.d.ts +2 -2
- package/dist/components/NewsFeed/NewsFeedList.d.ts +2 -2
- package/dist/components/Promos/PromosCarousel.d.ts +2 -1
- package/dist/components/Promos/PromosGrid.d.ts +2 -1
- package/dist/components/Quests/Quests.client.d.ts +2 -2
- package/dist/components/TopWins/TopWins.client.d.ts +2 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.d.ts +2 -2
- package/dist/components/Tournaments/TournamentsList/TournamentsList.d.ts +2 -2
- package/dist/components/Tournaments/TournamentsList/TournamentsList.js +1 -1
- package/dist/components/TransactionRecords/TableFilters.js +24 -0
- package/dist/handlers/index.d.ts +7 -7
- package/dist/types/index.d.ts +1 -1
- package/dist/ui/AlertDialog/AlertDialog.d.ts +187 -187
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +17 -17
- package/dist/ui/Avatar/Avatar.d.ts +9 -9
- package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
- package/dist/ui/Badge/Badge.d.ts +12 -12
- package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
- package/dist/ui/Badge/badge.recipe.d.ts +3 -3
- package/dist/ui/Carousel/Carousel.d.ts +45 -45
- package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +32 -32
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +8 -8
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +187 -187
- package/dist/ui/Dialog/dialog.recipe.d.ts +17 -17
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +360 -360
- package/dist/ui/Menu/menu.recipe.d.ts +20 -20
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +187 -187
- package/dist/ui/Popover/popover.recipe.d.ts +17 -17
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +48 -48
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +8 -8
- 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<"
|
|
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<"
|
|
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<"
|
|
58
|
+
}, Record<"select" | "label" | "root" | "input" | "textarea" | "errorText" | "helperText" | "requiredIndicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|