@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.
- package/dist/client/hooks/useCreateGCashStandardCashInWithdrawal.d.ts +2 -2
- package/dist/client/hooks/useCreateGCashStandardCashInWithdrawal.js +2 -2
- package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
- package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
- package/dist/components/DepositWithdrawal/Withdrawal/GCashWithdrawal/GCashWithdrawal.js +91 -83
- package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
- package/dist/components/DigitainLauncher/Loading.js +5 -0
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
- package/dist/components/KYC/BasicInformation.d.ts +1 -0
- package/dist/components/KYC/BasicInformation.js +101 -0
- package/dist/components/KYC/IdentityVerification.d.ts +1 -0
- package/dist/components/KYC/IdentityVerification.js +120 -0
- package/dist/components/KYC/Indicator.d.ts +1 -0
- package/dist/components/KYC/Indicator.js +8 -0
- package/dist/components/KYC/KYC.lazy.d.ts +6 -0
- package/dist/components/KYC/KYC.lazy.js +45 -0
- package/dist/components/KYC/KYCContext.d.ts +6 -0
- package/dist/components/KYC/KYCContext.js +2 -0
- package/dist/components/KYC/PersonalInformation.d.ts +1 -0
- package/dist/components/KYC/PersonalInformation.js +122 -0
- package/dist/components/KYC/useKYC.d.ts +25 -0
- package/dist/components/KYC/useKYC.js +38 -0
- package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
- package/dist/components/Quests/JourneyQuest.js +9 -8
- package/dist/components/Quests/MultiWageringQuest.d.ts +1 -0
- package/dist/components/Quests/MultiWageringQuest.js +91 -0
- package/dist/components/Quests/Quests.client.js +7 -1
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
- package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
- package/dist/components/SessionWatcher/index.d.ts +1 -0
- package/dist/components/SessionWatcher/index.js +1 -0
- package/dist/icons/LinkBrokenIcon.d.ts +2 -0
- package/dist/icons/LinkBrokenIcon.js +4 -0
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/services/queries.d.ts +4 -3
- package/dist/services/queries.js +52 -1
- package/dist/services/wallet.d.ts +64 -51
- package/dist/services/wallet.js +72 -56
- package/dist/styles/theme.css +3 -0
- package/dist/types/index.d.ts +9 -1
- 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 +99 -99
- package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- 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/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- 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/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" | "
|
|
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" | "
|
|
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" | "
|
|
61
|
+
}, Record<"content" | "input" | "trigger" | "positioner" | "label" | "root" | "list" | "item" | "control" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>;
|