@opexa/portal-components 0.0.709 → 0.0.710
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/DigitainLauncher/Loading.js +1 -1
- package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
- package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
- package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
- package/dist/components/Disclaimer/TermsOfUse.js +13 -0
- package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
- package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
- package/dist/components/FeatureFlag/index.d.ts +1 -0
- package/dist/components/FeatureFlag/index.js +1 -0
- 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/AutoOpen.d.ts +1 -0
- package/dist/components/KYC/AutoOpen.js +40 -0
- package/dist/components/KYC/BasicInformation.js +1 -1
- package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
- package/dist/components/KYC/CaptureIdDocument.js +219 -0
- package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
- package/dist/components/KYC/CaptureSelfie.js +285 -0
- package/dist/components/KYC/DisplayImage.d.ts +5 -0
- package/dist/components/KYC/DisplayImage.js +8 -0
- package/dist/components/KYC/FileUpload.d.ts +10 -0
- package/dist/components/KYC/FileUpload.js +72 -0
- package/dist/components/KYC/IdentityVerification.js +1 -1
- package/dist/components/KYC/KYC.lazy.js +1 -1
- package/dist/components/KYC/KYCDefault/IdentityVerification.js +8 -1
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +13 -7
- package/dist/components/KYC/NoCameraError.d.ts +7 -0
- package/dist/components/KYC/NoCameraError.js +6 -0
- package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
- package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
- package/dist/components/KYC/PersonalInformation.js +1 -1
- package/dist/components/KYC/backup/Header.d.ts +1 -0
- package/dist/components/KYC/backup/Header.js +8 -0
- package/dist/components/KYC/backup/Indicator.d.ts +1 -0
- package/dist/components/KYC/backup/Indicator.js +9 -0
- package/dist/components/KYC/backup/KYC.d.ts +1 -0
- package/dist/components/KYC/backup/KYC.js +14 -0
- package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
- package/dist/components/KYC/backup/KYC.lazy.js +26 -0
- package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
- package/dist/components/KYC/backup/KYCContext.js +2 -0
- package/dist/components/KYC/backup/Step1.d.ts +1 -0
- package/dist/components/KYC/backup/Step1.js +13 -0
- package/dist/components/KYC/backup/Step2.d.ts +1 -0
- package/dist/components/KYC/backup/Step2.js +13 -0
- package/dist/components/KYC/backup/Step3.d.ts +1 -0
- package/dist/components/KYC/backup/Step3.js +13 -0
- package/dist/components/KYC/backup/Step4.d.ts +1 -0
- package/dist/components/KYC/backup/Step4.js +7 -0
- package/dist/components/KYC/backup/useKYC.d.ts +10 -0
- package/dist/components/KYC/backup/useKYC.js +8 -0
- package/dist/components/KYC/loadModels.d.ts +1 -0
- package/dist/components/KYC/loadModels.js +9 -0
- package/dist/components/KYC/utils.d.ts +9 -0
- package/dist/components/KYC/utils.js +79 -0
- package/dist/components/Messages/Message.d.ts +1 -0
- package/dist/components/Messages/Message.js +35 -0
- package/dist/components/Messages/MessageContext.d.ts +6 -0
- package/dist/components/Messages/MessageContext.js +2 -0
- package/dist/components/Messages/MessagePopup.d.ts +1 -0
- package/dist/components/Messages/MessagePopup.js +20 -0
- package/dist/components/Messages/MessageTrigger.d.ts +8 -0
- package/dist/components/Messages/MessageTrigger.js +19 -0
- package/dist/components/Quests/CountdownTimer.d.ts +15 -0
- package/dist/components/Quests/CountdownTimer.js +33 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
- package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
- package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
- package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
- package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
- package/dist/components/SignIn/utils.d.ts +8 -0
- package/dist/components/SignIn/utils.js +26 -0
- package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
- package/dist/components/SignUp/SignUp.lazy.js +18 -0
- package/dist/components/SignUp/SignUpContext.d.ts +6 -0
- package/dist/components/SignUp/SignUpContext.js +2 -0
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
- package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
- package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
- package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
- package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
- package/dist/components/SignUp/SignUpForm.d.ts +1 -0
- package/dist/components/SignUp/SignUpForm.js +284 -0
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
- package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
- package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
- package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
- package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
- package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
- package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
- package/dist/components/shared/IdDocumentField.client.js +204 -0
- package/dist/components/shared/IdDocumentField.d.ts +2 -0
- package/dist/components/shared/IdDocumentField.js +11 -0
- package/dist/components/shared/SelfieField.client.d.ts +20 -0
- package/dist/components/shared/SelfieField.client.js +327 -0
- package/dist/components/shared/SelfieField.d.ts +2 -0
- package/dist/components/shared/SelfieField.js +11 -0
- package/dist/constants/BranchCode.d.ts +4 -0
- package/dist/constants/BranchCode.js +42 -0
- package/dist/constants/Branches.d.ts +2 -0
- package/dist/constants/Branches.js +42 -0
- package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
- package/dist/handlers/postTransformIdFrontImage.js +67 -0
- package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
- package/dist/handlers/postTransformSelfieImage.js +71 -0
- package/dist/handlers.d.ts +43 -0
- package/dist/handlers.js +297 -0
- package/dist/icons/BellRingIcon.d.ts +2 -0
- package/dist/icons/BellRingIcon.js +4 -0
- package/dist/services/queries.js +2994 -2994
- package/dist/styles/theme.css +773 -773
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +1 -0
- package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
- package/dist/third-parties/FacebookPixel/index.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
- package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
- package/dist/third-parties/index.d.ts +2 -0
- package/dist/third-parties/index.js +2 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
- 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/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/utils/dataUrlToBlob.d.ts +1 -0
- package/dist/utils/dataUrlToBlob.js +11 -0
- package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
- package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
- package/dist/utils/getGameName.d.ts +1 -0
- package/dist/utils/getGameName.js +6 -0
- package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
- package/dist/utils/isBetween3amAnd3pm.js +5 -0
- package/dist/utils/resizeImageSize.d.ts +2 -0
- package/dist/utils/resizeImageSize.js +11 -0
- package/package.json +176 -176
- package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
- package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +0 -191
- package/dist/icons/LinkBrokenIcon.d.ts +0 -2
- package/dist/icons/LinkBrokenIcon.js +0 -4
|
@@ -8,7 +8,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
8
8
|
content: string;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
}, Record<"title" | "content" | "
|
|
11
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
12
12
|
placement: {
|
|
13
13
|
left: {
|
|
14
14
|
content: string;
|
|
@@ -17,7 +17,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
17
17
|
content: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
}, Record<"title" | "content" | "
|
|
20
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
21
21
|
placement: {
|
|
22
22
|
left: {
|
|
23
23
|
content: string;
|
|
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
26
26
|
content: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"title" | "content" | "
|
|
29
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
30
30
|
export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
31
31
|
placement: {
|
|
32
32
|
left: {
|
|
@@ -36,7 +36,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
36
36
|
content: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
}, Record<"title" | "content" | "
|
|
39
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
40
40
|
placement: {
|
|
41
41
|
left: {
|
|
42
42
|
content: string;
|
|
@@ -45,7 +45,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
45
45
|
content: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
}, Record<"title" | "content" | "
|
|
48
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
49
49
|
placement: {
|
|
50
50
|
left: {
|
|
51
51
|
content: string;
|
|
@@ -54,7 +54,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
|
|
|
54
54
|
content: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
}, Record<"title" | "content" | "
|
|
57
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
58
58
|
export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
59
59
|
placement: {
|
|
60
60
|
left: {
|
|
@@ -64,7 +64,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
64
64
|
content: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
}, Record<"title" | "content" | "
|
|
67
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
68
68
|
placement: {
|
|
69
69
|
left: {
|
|
70
70
|
content: string;
|
|
@@ -73,7 +73,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
73
73
|
content: string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"title" | "content" | "
|
|
76
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
77
77
|
placement: {
|
|
78
78
|
left: {
|
|
79
79
|
content: string;
|
|
@@ -82,7 +82,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
|
|
|
82
82
|
content: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}, Record<"title" | "content" | "
|
|
85
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
86
86
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
87
87
|
placement: {
|
|
88
88
|
left: {
|
|
@@ -92,7 +92,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
92
92
|
content: string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"title" | "content" | "
|
|
95
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
96
96
|
placement: {
|
|
97
97
|
left: {
|
|
98
98
|
content: string;
|
|
@@ -101,7 +101,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
101
101
|
content: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
}, Record<"title" | "content" | "
|
|
104
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
105
105
|
placement: {
|
|
106
106
|
left: {
|
|
107
107
|
content: string;
|
|
@@ -110,7 +110,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
110
110
|
content: string;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
|
-
}, Record<"title" | "content" | "
|
|
113
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
114
114
|
export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
115
115
|
placement: {
|
|
116
116
|
left: {
|
|
@@ -120,7 +120,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
120
120
|
content: string;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
}, Record<"title" | "content" | "
|
|
123
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
124
124
|
placement: {
|
|
125
125
|
left: {
|
|
126
126
|
content: string;
|
|
@@ -129,7 +129,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
129
129
|
content: string;
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
|
-
}, Record<"title" | "content" | "
|
|
132
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
133
133
|
placement: {
|
|
134
134
|
left: {
|
|
135
135
|
content: string;
|
|
@@ -138,7 +138,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
|
|
|
138
138
|
content: string;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
|
-
}, Record<"title" | "content" | "
|
|
141
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
142
142
|
export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
143
143
|
placement: {
|
|
144
144
|
left: {
|
|
@@ -148,7 +148,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
148
148
|
content: string;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"title" | "content" | "
|
|
151
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
152
152
|
placement: {
|
|
153
153
|
left: {
|
|
154
154
|
content: string;
|
|
@@ -157,7 +157,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
157
157
|
content: string;
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
|
-
}, Record<"title" | "content" | "
|
|
160
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
161
161
|
placement: {
|
|
162
162
|
left: {
|
|
163
163
|
content: string;
|
|
@@ -166,7 +166,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
166
166
|
content: string;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
169
|
-
}, Record<"title" | "content" | "
|
|
169
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
170
170
|
export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
171
171
|
placement: {
|
|
172
172
|
left: {
|
|
@@ -176,7 +176,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
176
176
|
content: string;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
|
-
}, Record<"title" | "content" | "
|
|
179
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
180
180
|
placement: {
|
|
181
181
|
left: {
|
|
182
182
|
content: string;
|
|
@@ -185,7 +185,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
185
185
|
content: string;
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
|
-
}, Record<"title" | "content" | "
|
|
188
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
189
189
|
placement: {
|
|
190
190
|
left: {
|
|
191
191
|
content: string;
|
|
@@ -194,7 +194,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
|
|
|
194
194
|
content: string;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
-
}, Record<"title" | "content" | "
|
|
197
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
198
198
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
199
199
|
placement: {
|
|
200
200
|
left: {
|
|
@@ -204,7 +204,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
204
204
|
content: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
-
}, Record<"title" | "content" | "
|
|
207
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
208
208
|
placement: {
|
|
209
209
|
left: {
|
|
210
210
|
content: string;
|
|
@@ -213,7 +213,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
213
213
|
content: string;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
}, Record<"title" | "content" | "
|
|
216
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
217
217
|
placement: {
|
|
218
218
|
left: {
|
|
219
219
|
content: string;
|
|
@@ -222,7 +222,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
222
222
|
content: string;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
-
}, Record<"title" | "content" | "
|
|
225
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
226
226
|
export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
227
227
|
placement: {
|
|
228
228
|
left: {
|
|
@@ -232,7 +232,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
232
232
|
content: string;
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
|
-
}, Record<"title" | "content" | "
|
|
235
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
236
236
|
placement: {
|
|
237
237
|
left: {
|
|
238
238
|
content: string;
|
|
@@ -241,7 +241,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
241
241
|
content: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"title" | "content" | "
|
|
244
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
245
245
|
placement: {
|
|
246
246
|
left: {
|
|
247
247
|
content: string;
|
|
@@ -250,7 +250,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
250
250
|
content: string;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
|
-
}, Record<"title" | "content" | "
|
|
253
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
254
254
|
export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
255
255
|
placement: {
|
|
256
256
|
left: {
|
|
@@ -260,7 +260,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
260
260
|
content: string;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
263
|
-
}, Record<"title" | "content" | "
|
|
263
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
264
264
|
placement: {
|
|
265
265
|
left: {
|
|
266
266
|
content: string;
|
|
@@ -269,7 +269,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
269
269
|
content: string;
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
|
-
}, Record<"title" | "content" | "
|
|
272
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
273
273
|
placement: {
|
|
274
274
|
left: {
|
|
275
275
|
content: string;
|
|
@@ -278,7 +278,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
278
278
|
content: string;
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
|
-
}, Record<"title" | "content" | "
|
|
281
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
282
282
|
export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
283
283
|
placement: {
|
|
284
284
|
left: {
|
|
@@ -288,7 +288,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
288
288
|
content: string;
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"title" | "content" | "
|
|
291
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
292
292
|
placement: {
|
|
293
293
|
left: {
|
|
294
294
|
content: string;
|
|
@@ -297,7 +297,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
297
297
|
content: string;
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
|
-
}, Record<"title" | "content" | "
|
|
300
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
301
301
|
placement: {
|
|
302
302
|
left: {
|
|
303
303
|
content: string;
|
|
@@ -306,5 +306,5 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
306
306
|
content: string;
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
|
-
}, Record<"title" | "content" | "
|
|
309
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
310
310
|
export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
|
|
@@ -7,7 +7,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
content: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"title" | "content" | "
|
|
10
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
|
|
11
11
|
placement: {
|
|
12
12
|
left: {
|
|
13
13
|
content: string;
|
|
@@ -16,7 +16,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
content: string;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
}, Record<"title" | "content" | "
|
|
19
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
20
20
|
placement: {
|
|
21
21
|
left: {
|
|
22
22
|
content: string;
|
|
@@ -25,4 +25,4 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
25
25
|
content: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"title" | "content" | "
|
|
28
|
+
}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
|
package/dist/ui/Table/Table.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
body: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
root: string;
|
|
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
26
26
|
body: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"
|
|
29
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
30
30
|
size: {
|
|
31
31
|
md: {
|
|
32
32
|
root: string;
|
|
@@ -40,7 +40,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
40
40
|
body: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"
|
|
43
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
44
44
|
export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
45
45
|
size: {
|
|
46
46
|
md: {
|
|
@@ -55,7 +55,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
55
55
|
body: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"
|
|
58
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
59
59
|
size: {
|
|
60
60
|
md: {
|
|
61
61
|
root: string;
|
|
@@ -69,7 +69,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
69
69
|
body: string;
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
|
-
}, Record<"
|
|
72
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
73
73
|
size: {
|
|
74
74
|
md: {
|
|
75
75
|
root: string;
|
|
@@ -83,7 +83,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
83
83
|
body: string;
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
|
-
}, Record<"
|
|
86
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
87
87
|
export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
88
88
|
size: {
|
|
89
89
|
md: {
|
|
@@ -98,7 +98,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
98
98
|
body: string;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
-
}, Record<"
|
|
101
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
102
102
|
size: {
|
|
103
103
|
md: {
|
|
104
104
|
root: string;
|
|
@@ -112,7 +112,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
112
112
|
body: string;
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
|
-
}, Record<"
|
|
115
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
116
116
|
size: {
|
|
117
117
|
md: {
|
|
118
118
|
root: string;
|
|
@@ -126,7 +126,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
126
126
|
body: string;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
-
}, Record<"
|
|
129
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
130
130
|
export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
131
131
|
size: {
|
|
132
132
|
md: {
|
|
@@ -141,7 +141,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
141
141
|
body: string;
|
|
142
142
|
};
|
|
143
143
|
};
|
|
144
|
-
}, Record<"
|
|
144
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
145
145
|
size: {
|
|
146
146
|
md: {
|
|
147
147
|
root: string;
|
|
@@ -155,7 +155,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
155
155
|
body: string;
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
|
-
}, Record<"
|
|
158
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
159
159
|
size: {
|
|
160
160
|
md: {
|
|
161
161
|
root: string;
|
|
@@ -169,7 +169,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
169
169
|
body: string;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
-
}, Record<"
|
|
172
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
173
173
|
export declare const Row: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
174
174
|
size: {
|
|
175
175
|
md: {
|
|
@@ -184,7 +184,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
184
184
|
body: string;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
187
|
-
}, Record<"
|
|
187
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
188
188
|
size: {
|
|
189
189
|
md: {
|
|
190
190
|
root: string;
|
|
@@ -198,7 +198,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
198
198
|
body: string;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"
|
|
201
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
202
202
|
size: {
|
|
203
203
|
md: {
|
|
204
204
|
root: string;
|
|
@@ -212,7 +212,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
212
212
|
body: string;
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
|
-
}, Record<"
|
|
215
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
216
216
|
export declare const Heading: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableHeaderCellElement> & import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
217
217
|
size: {
|
|
218
218
|
md: {
|
|
@@ -227,7 +227,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
227
227
|
body: string;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
230
|
-
}, Record<"
|
|
230
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
231
231
|
size: {
|
|
232
232
|
md: {
|
|
233
233
|
root: string;
|
|
@@ -241,7 +241,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
241
241
|
body: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"
|
|
244
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
245
245
|
size: {
|
|
246
246
|
md: {
|
|
247
247
|
root: string;
|
|
@@ -255,7 +255,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
255
255
|
body: string;
|
|
256
256
|
};
|
|
257
257
|
};
|
|
258
|
-
}, Record<"
|
|
258
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
259
259
|
export declare const Cell: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
260
260
|
size: {
|
|
261
261
|
md: {
|
|
@@ -270,7 +270,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
270
270
|
body: string;
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
|
-
}, Record<"
|
|
273
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
274
274
|
size: {
|
|
275
275
|
md: {
|
|
276
276
|
root: string;
|
|
@@ -284,7 +284,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
284
284
|
body: string;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
287
|
-
}, Record<"
|
|
287
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
288
288
|
size: {
|
|
289
289
|
md: {
|
|
290
290
|
root: string;
|
|
@@ -298,4 +298,4 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
298
298
|
body: string;
|
|
299
299
|
};
|
|
300
300
|
};
|
|
301
|
-
}, Record<"
|
|
301
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"
|
|
1
|
+
export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row">;
|
|
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
12
12
|
body: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
root: string;
|
|
@@ -26,7 +26,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
26
26
|
body: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"
|
|
29
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
30
30
|
size: {
|
|
31
31
|
md: {
|
|
32
32
|
root: string;
|
|
@@ -40,4 +40,4 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
body: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"
|
|
43
|
+
}, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function dataURLtoBlob(dataURL: string): Blob;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function dataURLtoBlob(dataURL) {
|
|
2
|
+
const parts = dataURL.split(';base64,');
|
|
3
|
+
const contentType = parts[0].split(':')[1];
|
|
4
|
+
const raw = window.atob(parts[1]);
|
|
5
|
+
const rawLength = raw.length;
|
|
6
|
+
const uInt8Array = new Uint8Array(rawLength);
|
|
7
|
+
for (let i = 0; i < rawLength; ++i) {
|
|
8
|
+
uInt8Array[i] = raw.charCodeAt(i);
|
|
9
|
+
}
|
|
10
|
+
return new Blob([uInt8Array], { type: contentType });
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const GAMES_AVAILABLE_3PM_TO_3AM: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const GAMES_AVAILABLE_3PM_TO_3AM = ['Marble Race', 'Rainbow Ball'];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getGameName(reference: string, defaultName: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isBetween3amAnd3pm: () => boolean;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import Resizer from 'react-image-file-resizer';
|
|
2
|
+
export const resizeFile = (file) => new Promise((resolve) => {
|
|
3
|
+
Resizer.imageFileResizer(file, 300, 300, 'jpeg', 100, 0, (uri) => {
|
|
4
|
+
resolve(uri);
|
|
5
|
+
}, 'file');
|
|
6
|
+
});
|
|
7
|
+
export const resizeFileBase64 = (file) => new Promise((resolve) => {
|
|
8
|
+
Resizer.imageFileResizer(file, 1200, 300, 'WEBP', 100, 0, (uri) => {
|
|
9
|
+
resolve(uri);
|
|
10
|
+
}, 'base64');
|
|
11
|
+
});
|