@opexa/portal-components 0.0.652 → 0.0.653
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/assets/providers/alize.png +0 -0
- package/dist/assets/providers/bigtime-gaming.png +0 -0
- package/dist/assets/providers/bng.png +0 -0
- package/dist/assets/providers/boongo.png +0 -0
- package/dist/assets/providers/btg.png +0 -0
- package/dist/assets/providers/cq9.png +0 -0
- package/dist/assets/providers/darwin.png +0 -0
- package/dist/assets/providers/digitain.png +0 -0
- package/dist/assets/providers/evolution.png +0 -0
- package/dist/assets/providers/fantasma-games.png +0 -0
- package/dist/assets/providers/fc.png +0 -0
- package/dist/assets/providers/fp.png +0 -0
- package/dist/assets/providers/habanero.png +0 -0
- package/dist/assets/providers/hacksaw.png +0 -0
- package/dist/assets/providers/jdb.png +0 -0
- package/dist/assets/providers/jili.png +0 -0
- package/dist/assets/providers/leap.png +0 -0
- package/dist/assets/providers/live-22-metaverse.png +0 -0
- package/dist/assets/providers/netent.png +0 -0
- package/dist/assets/providers/no-limit.png +0 -0
- package/dist/assets/providers/pg.png +0 -0
- package/dist/assets/providers/pgsoft.png +0 -0
- package/dist/assets/providers/pragmatic-play.png +0 -0
- package/dist/assets/providers/realtime-gaming.png +0 -0
- package/dist/assets/providers/redtiger.png +0 -0
- package/dist/assets/providers/rtg.png +0 -0
- package/dist/assets/providers/sagaming.png +0 -0
- package/dist/components/Account/Account.lazy.d.ts +1 -0
- package/dist/components/Account/Account.lazy.js +1 -1
- package/dist/components/Banner/Banner.client.d.ts +12 -0
- package/dist/components/Banner/Banner.client.js +49 -0
- package/dist/components/DigitainLauncher/Loading.js +1 -1
- package/dist/components/ForgotPassword/ForgotPasswordForm.js +1 -1
- package/dist/components/Games/Game.js +1 -1
- package/dist/components/Games/GamesList.client.js +10 -3
- package/dist/components/Jackpots/Jackpots.module.css +184 -184
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
- package/dist/components/KYC/BasicInformation.js +1 -1
- package/dist/components/KYC/IdentityVerification.js +1 -1
- package/dist/components/KYC/KYC.lazy.js +1 -1
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +5 -8
- package/dist/components/KYC/PersonalInformation.js +1 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
- package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
- package/dist/components/SignIn/MobileNumberSignIn.js +1 -1
- package/dist/components/SignUp/SignUpDefault/SignUpDefaultForm.js +1 -1
- package/dist/components/SignUp/SignUpKYC/SignUpKYCForm.js +1 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/services/queries.js +2759 -2759
- package/dist/styles/theme.css +773 -773
- package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
- 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/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 +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +252 -252
- package/dist/ui/Menu/menu.recipe.d.ts +14 -14
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- 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/Tooltip/Tooltip.d.ts +30 -30
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
- package/package.json +171 -171
- package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
- package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
- package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
- package/dist/components/Disclaimer/TermsOfUse.js +0 -13
- package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
- package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
- package/dist/components/FeatureFlag/index.d.ts +0 -1
- package/dist/components/FeatureFlag/index.js +0 -1
- package/dist/components/KYC/AutoOpen.d.ts +0 -1
- package/dist/components/KYC/AutoOpen.js +0 -40
- package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/KYC/CaptureIdDocument.js +0 -219
- package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/KYC/CaptureSelfie.js +0 -285
- package/dist/components/KYC/DisplayImage.d.ts +0 -5
- package/dist/components/KYC/DisplayImage.js +0 -8
- package/dist/components/KYC/FileUpload.d.ts +0 -10
- package/dist/components/KYC/FileUpload.js +0 -72
- package/dist/components/KYC/NoCameraError.d.ts +0 -7
- package/dist/components/KYC/NoCameraError.js +0 -6
- package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/KYC/backup/Header.d.ts +0 -1
- package/dist/components/KYC/backup/Header.js +0 -8
- package/dist/components/KYC/backup/Indicator.d.ts +0 -1
- package/dist/components/KYC/backup/Indicator.js +0 -9
- package/dist/components/KYC/backup/KYC.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.js +0 -14
- package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.lazy.js +0 -26
- package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
- package/dist/components/KYC/backup/KYCContext.js +0 -2
- package/dist/components/KYC/backup/Step1.d.ts +0 -1
- package/dist/components/KYC/backup/Step1.js +0 -13
- package/dist/components/KYC/backup/Step2.d.ts +0 -1
- package/dist/components/KYC/backup/Step2.js +0 -13
- package/dist/components/KYC/backup/Step3.d.ts +0 -1
- package/dist/components/KYC/backup/Step3.js +0 -13
- package/dist/components/KYC/backup/Step4.d.ts +0 -1
- package/dist/components/KYC/backup/Step4.js +0 -7
- package/dist/components/KYC/backup/useKYC.d.ts +0 -10
- package/dist/components/KYC/backup/useKYC.js +0 -8
- package/dist/components/KYC/loadModels.d.ts +0 -1
- package/dist/components/KYC/loadModels.js +0 -9
- package/dist/components/KYC/utils.d.ts +0 -9
- package/dist/components/KYC/utils.js +0 -79
- package/dist/components/Messages/Message.d.ts +0 -1
- package/dist/components/Messages/Message.js +0 -35
- package/dist/components/Messages/MessageContext.d.ts +0 -6
- package/dist/components/Messages/MessageContext.js +0 -2
- package/dist/components/Messages/MessagePopup.d.ts +0 -1
- package/dist/components/Messages/MessagePopup.js +0 -20
- package/dist/components/Messages/MessageTrigger.d.ts +0 -8
- package/dist/components/Messages/MessageTrigger.js +0 -19
- package/dist/components/Quests/CountdownTimer.d.ts +0 -15
- package/dist/components/Quests/CountdownTimer.js +0 -33
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
- package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
- package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
- package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
- package/dist/components/SignUp/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
- package/dist/components/SignUp/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpForm.js +0 -284
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
- package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
- package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
- package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
- package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
- package/dist/components/shared/IdDocumentField.client.js +0 -204
- package/dist/components/shared/IdDocumentField.d.ts +0 -2
- package/dist/components/shared/IdDocumentField.js +0 -11
- package/dist/components/shared/SelfieField.client.d.ts +0 -20
- package/dist/components/shared/SelfieField.client.js +0 -327
- package/dist/components/shared/SelfieField.d.ts +0 -2
- package/dist/components/shared/SelfieField.js +0 -11
- package/dist/constants/BranchCode.d.ts +0 -4
- package/dist/constants/BranchCode.js +0 -42
- package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
- package/dist/handlers/postTransformIdFrontImage.js +0 -67
- package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
- package/dist/handlers/postTransformSelfieImage.js +0 -71
- package/dist/handlers.d.ts +0 -43
- package/dist/handlers.js +0 -297
- package/dist/icons/BellRingIcon.d.ts +0 -2
- package/dist/icons/BellRingIcon.js +0 -4
- package/dist/utils/dataUrlToBlob.d.ts +0 -1
- package/dist/utils/dataUrlToBlob.js +0 -11
- package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
- package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
- package/dist/utils/getGameName.d.ts +0 -1
- package/dist/utils/getGameName.js +0 -6
- package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
- package/dist/utils/isBetween3amAnd3pm.js +0 -5
- package/dist/utils/resizeImageSize.d.ts +0 -2
- package/dist/utils/resizeImageSize.js +0 -11
|
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
3
3
|
[key: string]: {
|
|
4
4
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
5
5
|
content?: import("tailwind-variants").ClassValue;
|
|
6
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
7
6
|
positioner?: import("tailwind-variants").ClassValue;
|
|
7
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
8
8
|
arrow?: import("tailwind-variants").ClassValue;
|
|
9
9
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
10
10
|
};
|
|
@@ -13,29 +13,29 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
13
13
|
[x: string]: {
|
|
14
14
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
15
15
|
content?: import("tailwind-variants").ClassValue;
|
|
16
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
17
16
|
positioner?: import("tailwind-variants").ClassValue;
|
|
17
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
18
18
|
arrow?: import("tailwind-variants").ClassValue;
|
|
19
19
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
} | {}, Record<"content" | "
|
|
22
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
23
23
|
[key: string]: {
|
|
24
24
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
25
25
|
content?: import("tailwind-variants").ClassValue;
|
|
26
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
27
26
|
positioner?: import("tailwind-variants").ClassValue;
|
|
27
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrow?: import("tailwind-variants").ClassValue;
|
|
29
29
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
|
-
} | {}, Record<"content" | "
|
|
32
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
33
33
|
export declare const Arrow: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
34
34
|
[key: string]: {
|
|
35
35
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
36
36
|
content?: import("tailwind-variants").ClassValue;
|
|
37
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
38
37
|
positioner?: import("tailwind-variants").ClassValue;
|
|
38
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
39
39
|
arrow?: import("tailwind-variants").ClassValue;
|
|
40
40
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
41
41
|
};
|
|
@@ -44,29 +44,29 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
|
|
|
44
44
|
[x: string]: {
|
|
45
45
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
46
46
|
content?: import("tailwind-variants").ClassValue;
|
|
47
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
48
47
|
positioner?: import("tailwind-variants").ClassValue;
|
|
48
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
49
49
|
arrow?: import("tailwind-variants").ClassValue;
|
|
50
50
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
-
} | {}, Record<"content" | "
|
|
53
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
54
54
|
[key: string]: {
|
|
55
55
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
56
56
|
content?: import("tailwind-variants").ClassValue;
|
|
57
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
58
57
|
positioner?: import("tailwind-variants").ClassValue;
|
|
58
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
59
59
|
arrow?: import("tailwind-variants").ClassValue;
|
|
60
60
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
} | {}, Record<"content" | "
|
|
63
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
64
64
|
export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowTipProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
65
65
|
[key: string]: {
|
|
66
66
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
67
67
|
content?: import("tailwind-variants").ClassValue;
|
|
68
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
69
68
|
positioner?: import("tailwind-variants").ClassValue;
|
|
69
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
70
70
|
arrow?: import("tailwind-variants").ClassValue;
|
|
71
71
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
72
72
|
};
|
|
@@ -75,29 +75,29 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
|
|
|
75
75
|
[x: string]: {
|
|
76
76
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
77
77
|
content?: import("tailwind-variants").ClassValue;
|
|
78
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
79
78
|
positioner?: import("tailwind-variants").ClassValue;
|
|
79
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
80
80
|
arrow?: import("tailwind-variants").ClassValue;
|
|
81
81
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
82
82
|
};
|
|
83
83
|
};
|
|
84
|
-
} | {}, Record<"content" | "
|
|
84
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
85
85
|
[key: string]: {
|
|
86
86
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
87
87
|
content?: import("tailwind-variants").ClassValue;
|
|
88
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
89
88
|
positioner?: import("tailwind-variants").ClassValue;
|
|
89
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
90
90
|
arrow?: import("tailwind-variants").ClassValue;
|
|
91
91
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
|
-
} | {}, Record<"content" | "
|
|
94
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
95
95
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
96
96
|
[key: string]: {
|
|
97
97
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
98
98
|
content?: import("tailwind-variants").ClassValue;
|
|
99
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
100
99
|
positioner?: import("tailwind-variants").ClassValue;
|
|
100
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
101
101
|
arrow?: import("tailwind-variants").ClassValue;
|
|
102
102
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
103
103
|
};
|
|
@@ -106,29 +106,29 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
106
106
|
[x: string]: {
|
|
107
107
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
108
108
|
content?: import("tailwind-variants").ClassValue;
|
|
109
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
110
109
|
positioner?: import("tailwind-variants").ClassValue;
|
|
110
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
111
111
|
arrow?: import("tailwind-variants").ClassValue;
|
|
112
112
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
|
-
} | {}, Record<"content" | "
|
|
115
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
116
116
|
[key: string]: {
|
|
117
117
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
118
118
|
content?: import("tailwind-variants").ClassValue;
|
|
119
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
120
119
|
positioner?: import("tailwind-variants").ClassValue;
|
|
120
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
121
121
|
arrow?: import("tailwind-variants").ClassValue;
|
|
122
122
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
|
-
} | {}, Record<"content" | "
|
|
125
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
126
126
|
export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
127
127
|
[key: string]: {
|
|
128
128
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
129
129
|
content?: import("tailwind-variants").ClassValue;
|
|
130
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
131
130
|
positioner?: import("tailwind-variants").ClassValue;
|
|
131
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
132
132
|
arrow?: import("tailwind-variants").ClassValue;
|
|
133
133
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
134
134
|
};
|
|
@@ -137,29 +137,29 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
137
137
|
[x: string]: {
|
|
138
138
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
139
139
|
content?: import("tailwind-variants").ClassValue;
|
|
140
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
141
140
|
positioner?: import("tailwind-variants").ClassValue;
|
|
141
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
142
142
|
arrow?: import("tailwind-variants").ClassValue;
|
|
143
143
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
|
-
} | {}, Record<"content" | "
|
|
146
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
147
147
|
[key: string]: {
|
|
148
148
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
149
149
|
content?: import("tailwind-variants").ClassValue;
|
|
150
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
151
150
|
positioner?: import("tailwind-variants").ClassValue;
|
|
151
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
152
152
|
arrow?: import("tailwind-variants").ClassValue;
|
|
153
153
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
|
-
} | {}, Record<"content" | "
|
|
156
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
157
157
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
158
158
|
[key: string]: {
|
|
159
159
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
160
160
|
content?: import("tailwind-variants").ClassValue;
|
|
161
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
162
161
|
positioner?: import("tailwind-variants").ClassValue;
|
|
162
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
163
163
|
arrow?: import("tailwind-variants").ClassValue;
|
|
164
164
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
165
165
|
};
|
|
@@ -168,21 +168,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
168
168
|
[x: string]: {
|
|
169
169
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
170
170
|
content?: import("tailwind-variants").ClassValue;
|
|
171
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
172
171
|
positioner?: import("tailwind-variants").ClassValue;
|
|
172
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
173
173
|
arrow?: import("tailwind-variants").ClassValue;
|
|
174
174
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
|
-
} | {}, Record<"content" | "
|
|
177
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
178
178
|
[key: string]: {
|
|
179
179
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
180
180
|
content?: import("tailwind-variants").ClassValue;
|
|
181
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
182
181
|
positioner?: import("tailwind-variants").ClassValue;
|
|
182
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
183
183
|
arrow?: import("tailwind-variants").ClassValue;
|
|
184
184
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
187
|
-
} | {}, Record<"content" | "
|
|
187
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
188
188
|
export declare const Context: (props: Tooltip.ContextProps) => import("react").ReactNode;
|
|
@@ -2,8 +2,8 @@ export declare const tooltipRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
6
5
|
positioner?: import("tailwind-variants").ClassValue;
|
|
6
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
7
7
|
arrow?: import("tailwind-variants").ClassValue;
|
|
8
8
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
9
9
|
};
|
|
@@ -12,20 +12,20 @@ export declare const tooltipRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
12
12
|
[x: string]: {
|
|
13
13
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
14
14
|
content?: import("tailwind-variants").ClassValue;
|
|
15
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
16
15
|
positioner?: import("tailwind-variants").ClassValue;
|
|
16
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
17
17
|
arrow?: import("tailwind-variants").ClassValue;
|
|
18
18
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
} | {}, Record<"content" | "
|
|
21
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
|
|
22
22
|
[key: string]: {
|
|
23
23
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
24
24
|
content?: import("tailwind-variants").ClassValue;
|
|
25
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
26
25
|
positioner?: import("tailwind-variants").ClassValue;
|
|
26
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
27
27
|
arrow?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
} | {}, Record<"content" | "
|
|
31
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
|
package/package.json
CHANGED
|
@@ -1,171 +1,171 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@opexa/portal-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"exports": {
|
|
5
|
-
"./ui/*": {
|
|
6
|
-
"types": "./dist/ui/*/index.d.ts",
|
|
7
|
-
"default": "./dist/ui/*/index.js"
|
|
8
|
-
},
|
|
9
|
-
"./utils/*": {
|
|
10
|
-
"types": "./dist/utils/*.d.ts",
|
|
11
|
-
"import": "./dist/utils/*.js"
|
|
12
|
-
},
|
|
13
|
-
"./types": {
|
|
14
|
-
"types": "./dist/types/index.d.ts",
|
|
15
|
-
"import": "./dist/types/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./handlers": {
|
|
18
|
-
"types": "./dist/handlers/index.d.ts",
|
|
19
|
-
"default": "./dist/handlers/index.js"
|
|
20
|
-
},
|
|
21
|
-
"./middleware": {
|
|
22
|
-
"types": "./dist/middleware.d.ts",
|
|
23
|
-
"default": "./dist/middleware.js"
|
|
24
|
-
},
|
|
25
|
-
"./constants": {
|
|
26
|
-
"types": "./dist/constants/index.d.ts",
|
|
27
|
-
"default": "./dist/constants/index.js"
|
|
28
|
-
},
|
|
29
|
-
"./services/*": {
|
|
30
|
-
"types": "./dist/services/*.d.ts",
|
|
31
|
-
"default": "./dist/services/*.js"
|
|
32
|
-
},
|
|
33
|
-
"./client-utils/*": {
|
|
34
|
-
"types": "./dist/client/utils/*.d.ts",
|
|
35
|
-
"default": "./dist/client/utils/*.js"
|
|
36
|
-
},
|
|
37
|
-
"./client-hooks/*": {
|
|
38
|
-
"types": "./dist/client/hooks/*.d.ts",
|
|
39
|
-
"default": "./dist/client/hooks/*.js"
|
|
40
|
-
},
|
|
41
|
-
"./client-services/*": {
|
|
42
|
-
"types": "./dist/client/services/*.d.ts",
|
|
43
|
-
"default": "./dist/client/services/*.js"
|
|
44
|
-
},
|
|
45
|
-
"./server-utils/*": {
|
|
46
|
-
"types": "./dist/server/utils/*.d.ts",
|
|
47
|
-
"default": "./dist/server/utils/*.js"
|
|
48
|
-
},
|
|
49
|
-
"./server-services/*": {
|
|
50
|
-
"types": "./dist/server/services/*.d.ts",
|
|
51
|
-
"default": "./dist/server/services/*.js"
|
|
52
|
-
},
|
|
53
|
-
"./next.config": {
|
|
54
|
-
"types": "./dist/next.config.d.ts",
|
|
55
|
-
"default": "./dist/next.config.js"
|
|
56
|
-
},
|
|
57
|
-
"./theme.css": "./dist/styles/theme.css",
|
|
58
|
-
"./*": {
|
|
59
|
-
"types": "./dist/components/*/index.d.ts",
|
|
60
|
-
"default": "./dist/components/*/index.js"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"files": [
|
|
64
|
-
"dist",
|
|
65
|
-
"!dist/tsconfig.tsbuildinfo",
|
|
66
|
-
"!dist/tsconfig.build.tsbuildinfo"
|
|
67
|
-
],
|
|
68
|
-
"publishConfig": {
|
|
69
|
-
"access": "public"
|
|
70
|
-
},
|
|
71
|
-
"scripts": {
|
|
72
|
-
"dev": "next dev --port 4000",
|
|
73
|
-
"build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json && copy-files-from-to",
|
|
74
|
-
"build:app": "next build",
|
|
75
|
-
"start": "next start",
|
|
76
|
-
"release": "release-it"
|
|
77
|
-
},
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"@ark-ui/react": "^5.16.0",
|
|
80
|
-
"@capacitor/android": "^7.4.3",
|
|
81
|
-
"@capacitor/app": "^7.0.2",
|
|
82
|
-
"@capacitor/cli": "^7.4.3",
|
|
83
|
-
"@capacitor/core": "^7.4.3",
|
|
84
|
-
"@capacitor/push-notifications": "^7.0.2",
|
|
85
|
-
"@capacitor/splash-screen": "^7.0.2",
|
|
86
|
-
"@date-fns/tz": "^1.2.0",
|
|
87
|
-
"@greatsumini/react-facebook-login": "^3.4.0",
|
|
88
|
-
"@mediapipe/tasks-vision": "0.10.22-rc.20250304",
|
|
89
|
-
"@next/third-parties": "^15.4.1",
|
|
90
|
-
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
91
|
-
"@react-oauth/google": "^0.12.2",
|
|
92
|
-
"@sumsub/websdk": "^2.3.18",
|
|
93
|
-
"@sumsub/websdk-react": "^2.3.18",
|
|
94
|
-
"@tailwindcss/typography": "^0.5.16",
|
|
95
|
-
"capacitor-native-biometric": "^4.2.2",
|
|
96
|
-
"capacitor-plugin-safe-area": "^4.0.0",
|
|
97
|
-
"date-fns": "^4.1.0",
|
|
98
|
-
"embla-carousel-autoplay": "^8.6.0",
|
|
99
|
-
"embla-carousel-react": "^8.6.0",
|
|
100
|
-
"is-mobile": "^5.0.0",
|
|
101
|
-
"latest": "^0.2.0",
|
|
102
|
-
"lodash-es": "^4.17.21",
|
|
103
|
-
"next-recaptcha-v3": "^1.5.2",
|
|
104
|
-
"tailwind-merge": "^3.3.1",
|
|
105
|
-
"tailwind-variants": "^1.0.0",
|
|
106
|
-
"tailwind-zag": "^1.0.2",
|
|
107
|
-
"tiny-invariant": "^1.3.3",
|
|
108
|
-
"type-fest": "^4.41.0",
|
|
109
|
-
"usehooks-ts": "^3.1.1",
|
|
110
|
-
"zustand": "^5.0.6"
|
|
111
|
-
},
|
|
112
|
-
"devDependencies": {
|
|
113
|
-
"@hookform/resolvers": "5.1.1",
|
|
114
|
-
"@opexa/object-id": "0.1.6",
|
|
115
|
-
"@tailwindcss/postcss": "4",
|
|
116
|
-
"@tanstack/react-query": "5.83.0",
|
|
117
|
-
"@tanstack/react-query-devtools": "5.83.0",
|
|
118
|
-
"@total-typescript/ts-reset": "0.6.1",
|
|
119
|
-
"@types/lodash-es": "4.17.12",
|
|
120
|
-
"@types/node": "24",
|
|
121
|
-
"@types/react": "19.1.8",
|
|
122
|
-
"@types/react-dom": "19.1.6",
|
|
123
|
-
"copy-files-from-to": "3.12.1",
|
|
124
|
-
"next": "15.4.2-canary.0",
|
|
125
|
-
"react": "19.1.0",
|
|
126
|
-
"react-dom": "19.1.0",
|
|
127
|
-
"react-hook-form": "7.60.0",
|
|
128
|
-
"release-it": "19.0.3",
|
|
129
|
-
"tailwindcss": "4.1.11",
|
|
130
|
-
"tsc-alias": "1.8.16",
|
|
131
|
-
"typescript": "5",
|
|
132
|
-
"zod": "4.0.5"
|
|
133
|
-
},
|
|
134
|
-
"peerDependencies": {
|
|
135
|
-
"@hookform/resolvers": "^4.0.0 || ^5.0.0",
|
|
136
|
-
"@opexa/object-id": "^0.1.0",
|
|
137
|
-
"@tanstack/react-query": "^5.0.0",
|
|
138
|
-
"next": "^15.4.0-canary.1",
|
|
139
|
-
"react": "^19.0.0",
|
|
140
|
-
"react-dom": "^19.0.0",
|
|
141
|
-
"react-hook-form": "^7.0.0",
|
|
142
|
-
"tailwindcss": "^4.0.0",
|
|
143
|
-
"zod": "^3.0.0"
|
|
144
|
-
},
|
|
145
|
-
"release-it": {
|
|
146
|
-
"git": {
|
|
147
|
-
"commitMessage": "chore: release ${npm.name} v${version}",
|
|
148
|
-
"tagName": "${npm.name}@${version}"
|
|
149
|
-
},
|
|
150
|
-
"github": {
|
|
151
|
-
"release": false
|
|
152
|
-
},
|
|
153
|
-
"hooks": {
|
|
154
|
-
"after:bump": [
|
|
155
|
-
"pnpm build"
|
|
156
|
-
]
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"copyFiles": [
|
|
160
|
-
{
|
|
161
|
-
"from": "src/lib/**/*.{png,jpg,jpeg,gif,svg,css,json}",
|
|
162
|
-
"to": "dist/",
|
|
163
|
-
"toFlat": false
|
|
164
|
-
}
|
|
165
|
-
],
|
|
166
|
-
"copyFilesSettings": {
|
|
167
|
-
"whenFileExists": "overwrite",
|
|
168
|
-
"removeSourceMappingURL": true,
|
|
169
|
-
"ignoreDotFilesAndFolders": false
|
|
170
|
-
}
|
|
171
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@opexa/portal-components",
|
|
3
|
+
"version": "0.0.653",
|
|
4
|
+
"exports": {
|
|
5
|
+
"./ui/*": {
|
|
6
|
+
"types": "./dist/ui/*/index.d.ts",
|
|
7
|
+
"default": "./dist/ui/*/index.js"
|
|
8
|
+
},
|
|
9
|
+
"./utils/*": {
|
|
10
|
+
"types": "./dist/utils/*.d.ts",
|
|
11
|
+
"import": "./dist/utils/*.js"
|
|
12
|
+
},
|
|
13
|
+
"./types": {
|
|
14
|
+
"types": "./dist/types/index.d.ts",
|
|
15
|
+
"import": "./dist/types/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./handlers": {
|
|
18
|
+
"types": "./dist/handlers/index.d.ts",
|
|
19
|
+
"default": "./dist/handlers/index.js"
|
|
20
|
+
},
|
|
21
|
+
"./middleware": {
|
|
22
|
+
"types": "./dist/middleware.d.ts",
|
|
23
|
+
"default": "./dist/middleware.js"
|
|
24
|
+
},
|
|
25
|
+
"./constants": {
|
|
26
|
+
"types": "./dist/constants/index.d.ts",
|
|
27
|
+
"default": "./dist/constants/index.js"
|
|
28
|
+
},
|
|
29
|
+
"./services/*": {
|
|
30
|
+
"types": "./dist/services/*.d.ts",
|
|
31
|
+
"default": "./dist/services/*.js"
|
|
32
|
+
},
|
|
33
|
+
"./client-utils/*": {
|
|
34
|
+
"types": "./dist/client/utils/*.d.ts",
|
|
35
|
+
"default": "./dist/client/utils/*.js"
|
|
36
|
+
},
|
|
37
|
+
"./client-hooks/*": {
|
|
38
|
+
"types": "./dist/client/hooks/*.d.ts",
|
|
39
|
+
"default": "./dist/client/hooks/*.js"
|
|
40
|
+
},
|
|
41
|
+
"./client-services/*": {
|
|
42
|
+
"types": "./dist/client/services/*.d.ts",
|
|
43
|
+
"default": "./dist/client/services/*.js"
|
|
44
|
+
},
|
|
45
|
+
"./server-utils/*": {
|
|
46
|
+
"types": "./dist/server/utils/*.d.ts",
|
|
47
|
+
"default": "./dist/server/utils/*.js"
|
|
48
|
+
},
|
|
49
|
+
"./server-services/*": {
|
|
50
|
+
"types": "./dist/server/services/*.d.ts",
|
|
51
|
+
"default": "./dist/server/services/*.js"
|
|
52
|
+
},
|
|
53
|
+
"./next.config": {
|
|
54
|
+
"types": "./dist/next.config.d.ts",
|
|
55
|
+
"default": "./dist/next.config.js"
|
|
56
|
+
},
|
|
57
|
+
"./theme.css": "./dist/styles/theme.css",
|
|
58
|
+
"./*": {
|
|
59
|
+
"types": "./dist/components/*/index.d.ts",
|
|
60
|
+
"default": "./dist/components/*/index.js"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"files": [
|
|
64
|
+
"dist",
|
|
65
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
66
|
+
"!dist/tsconfig.build.tsbuildinfo"
|
|
67
|
+
],
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"dev": "next dev --port 4000",
|
|
73
|
+
"build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json && copy-files-from-to",
|
|
74
|
+
"build:app": "next build",
|
|
75
|
+
"start": "next start",
|
|
76
|
+
"release": "release-it"
|
|
77
|
+
},
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"@ark-ui/react": "^5.16.0",
|
|
80
|
+
"@capacitor/android": "^7.4.3",
|
|
81
|
+
"@capacitor/app": "^7.0.2",
|
|
82
|
+
"@capacitor/cli": "^7.4.3",
|
|
83
|
+
"@capacitor/core": "^7.4.3",
|
|
84
|
+
"@capacitor/push-notifications": "^7.0.2",
|
|
85
|
+
"@capacitor/splash-screen": "^7.0.2",
|
|
86
|
+
"@date-fns/tz": "^1.2.0",
|
|
87
|
+
"@greatsumini/react-facebook-login": "^3.4.0",
|
|
88
|
+
"@mediapipe/tasks-vision": "0.10.22-rc.20250304",
|
|
89
|
+
"@next/third-parties": "^15.4.1",
|
|
90
|
+
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
91
|
+
"@react-oauth/google": "^0.12.2",
|
|
92
|
+
"@sumsub/websdk": "^2.3.18",
|
|
93
|
+
"@sumsub/websdk-react": "^2.3.18",
|
|
94
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
95
|
+
"capacitor-native-biometric": "^4.2.2",
|
|
96
|
+
"capacitor-plugin-safe-area": "^4.0.0",
|
|
97
|
+
"date-fns": "^4.1.0",
|
|
98
|
+
"embla-carousel-autoplay": "^8.6.0",
|
|
99
|
+
"embla-carousel-react": "^8.6.0",
|
|
100
|
+
"is-mobile": "^5.0.0",
|
|
101
|
+
"latest": "^0.2.0",
|
|
102
|
+
"lodash-es": "^4.17.21",
|
|
103
|
+
"next-recaptcha-v3": "^1.5.2",
|
|
104
|
+
"tailwind-merge": "^3.3.1",
|
|
105
|
+
"tailwind-variants": "^1.0.0",
|
|
106
|
+
"tailwind-zag": "^1.0.2",
|
|
107
|
+
"tiny-invariant": "^1.3.3",
|
|
108
|
+
"type-fest": "^4.41.0",
|
|
109
|
+
"usehooks-ts": "^3.1.1",
|
|
110
|
+
"zustand": "^5.0.6"
|
|
111
|
+
},
|
|
112
|
+
"devDependencies": {
|
|
113
|
+
"@hookform/resolvers": "5.1.1",
|
|
114
|
+
"@opexa/object-id": "0.1.6",
|
|
115
|
+
"@tailwindcss/postcss": "4",
|
|
116
|
+
"@tanstack/react-query": "5.83.0",
|
|
117
|
+
"@tanstack/react-query-devtools": "5.83.0",
|
|
118
|
+
"@total-typescript/ts-reset": "0.6.1",
|
|
119
|
+
"@types/lodash-es": "4.17.12",
|
|
120
|
+
"@types/node": "24",
|
|
121
|
+
"@types/react": "19.1.8",
|
|
122
|
+
"@types/react-dom": "19.1.6",
|
|
123
|
+
"copy-files-from-to": "3.12.1",
|
|
124
|
+
"next": "15.4.2-canary.0",
|
|
125
|
+
"react": "19.1.0",
|
|
126
|
+
"react-dom": "19.1.0",
|
|
127
|
+
"react-hook-form": "7.60.0",
|
|
128
|
+
"release-it": "19.0.3",
|
|
129
|
+
"tailwindcss": "4.1.11",
|
|
130
|
+
"tsc-alias": "1.8.16",
|
|
131
|
+
"typescript": "5",
|
|
132
|
+
"zod": "4.0.5"
|
|
133
|
+
},
|
|
134
|
+
"peerDependencies": {
|
|
135
|
+
"@hookform/resolvers": "^4.0.0 || ^5.0.0",
|
|
136
|
+
"@opexa/object-id": "^0.1.0",
|
|
137
|
+
"@tanstack/react-query": "^5.0.0",
|
|
138
|
+
"next": "^15.4.0-canary.1",
|
|
139
|
+
"react": "^19.0.0",
|
|
140
|
+
"react-dom": "^19.0.0",
|
|
141
|
+
"react-hook-form": "^7.0.0",
|
|
142
|
+
"tailwindcss": "^4.0.0",
|
|
143
|
+
"zod": "^3.0.0"
|
|
144
|
+
},
|
|
145
|
+
"release-it": {
|
|
146
|
+
"git": {
|
|
147
|
+
"commitMessage": "chore: release ${npm.name} v${version}",
|
|
148
|
+
"tagName": "${npm.name}@${version}"
|
|
149
|
+
},
|
|
150
|
+
"github": {
|
|
151
|
+
"release": false
|
|
152
|
+
},
|
|
153
|
+
"hooks": {
|
|
154
|
+
"after:bump": [
|
|
155
|
+
"pnpm build"
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"copyFiles": [
|
|
160
|
+
{
|
|
161
|
+
"from": "src/lib/**/*.{png,jpg,jpeg,gif,svg,css,json}",
|
|
162
|
+
"to": "dist/",
|
|
163
|
+
"toFlat": false
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"copyFilesSettings": {
|
|
167
|
+
"whenFileExists": "overwrite",
|
|
168
|
+
"removeSourceMappingURL": true,
|
|
169
|
+
"ignoreDotFilesAndFolders": false
|
|
170
|
+
}
|
|
171
|
+
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type ImageProps } from 'next/image';
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
3
|
-
export interface ResponsibleGamingProps {
|
|
4
|
-
responsibleGamingContent: string | ReactNode;
|
|
5
|
-
logo: ImageProps['src'];
|
|
6
|
-
open: boolean;
|
|
7
|
-
onCloseAction: () => void;
|
|
8
|
-
responsibleGamingLogo?: ImageProps['src'];
|
|
9
|
-
}
|
|
10
|
-
export declare function ResponsibleGaming({ logo, open, responsibleGamingContent, onCloseAction, ...props }: ResponsibleGamingProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
import Image, {} from 'next/image';
|
|
4
|
-
import pagcorLogo from '../../images/pagcor.png';
|
|
5
|
-
import responsibleGamingLogo from '../../images/responsible-gaming.png';
|
|
6
|
-
import { Button } from '../../ui/Button/index.js';
|
|
7
|
-
import { Dialog } from '../../ui/Dialog/index.js';
|
|
8
|
-
import { Portal } from '../../ui/Portal/index.js';
|
|
9
|
-
export function ResponsibleGaming({ logo, open, responsibleGamingContent, onCloseAction, ...props }) {
|
|
10
|
-
return (_jsx(Dialog.Root, { open: open, children: _jsxs(Portal, { children: [_jsx(Dialog.Backdrop, { className: "z-popover" }), _jsx(Dialog.Positioner, { className: "z-popover", children: _jsxs(Dialog.Content, { className: "flex h-full w-full flex-col items-start overflow-y-auto p-3xl lg:mx-auto lg:h-auto lg:w-[400px] lg:rounded-xl", children: [_jsx(Image, { src: logo, alt: "", width: 200, height: 100, className: "mx-auto h-auto w-[120px]", draggable: false }), _jsxs("div", { className: "w-full grow", children: [_jsx(Dialog.Title, { className: "text-brand-400 mt-3xl text-center text-lg font-semibold", children: "Responsible Gaming" }), _jsx(Dialog.Description, { className: "leading-2xl mt-xs text-sm", children: responsibleGamingContent }), _jsxs("div", { className: "mt-5 flex items-center justify-center gap-3xl", children: [_jsx(Image, { src: pagcorLogo, alt: "", height: 75, width: 88, className: "h-[88px] w-auto shrink-0", draggable: false }), _jsx(Image, { src: props.responsibleGamingLogo ?? responsibleGamingLogo, alt: "", height: 62, width: 186, className: "h-[62px] w-auto shrink-0", draggable: false })] })] }), _jsx("div", { className: "w-full", children: _jsx(Button, { type: "button", className: "mt-3", onClick: () => {
|
|
11
|
-
onCloseAction();
|
|
12
|
-
}, children: "I Agree" }) })] }) })] }) }));
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type ImageProps } from 'next/image';
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
3
|
-
export interface TermsOfUseProps {
|
|
4
|
-
logo: ImageProps['src'];
|
|
5
|
-
open: boolean;
|
|
6
|
-
onCloseAction: () => void;
|
|
7
|
-
termsOfUseContent: string | ReactNode;
|
|
8
|
-
siteName: string;
|
|
9
|
-
responsibleGamingLogo?: ImageProps['src'];
|
|
10
|
-
}
|
|
11
|
-
export declare function TermsOfUse({ logo, open, onCloseAction, siteName, termsOfUseContent, ...props }: TermsOfUseProps): import("react/jsx-runtime").JSX.Element;
|