@opexa/portal-components 0.0.566 → 0.0.567
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/KYCReminder.lazy.js +8 -2
- 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/PortalProvider/CXDTokenObserver.js +11 -11
- 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/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/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 +2760 -2760
- package/dist/styles/theme.css +731 -731
- 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 +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- 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/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/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 +163 -163
- package/dist/components/Banner/Banner.client.d.ts +0 -12
- package/dist/components/Banner/Banner.client.js +0 -49
|
@@ -2,11 +2,11 @@ export declare const carouselRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
root?: import("tailwind-variants").ClassValue;
|
|
5
|
-
item?: import("tailwind-variants").ClassValue;
|
|
6
5
|
control?: import("tailwind-variants").ClassValue;
|
|
7
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
8
6
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
9
7
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
8
|
+
item?: import("tailwind-variants").ClassValue;
|
|
9
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
10
10
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
11
11
|
indicatorGroup?: import("tailwind-variants").ClassValue;
|
|
12
12
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -16,28 +16,28 @@ export declare const carouselRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
[x: string]: {
|
|
17
17
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
18
18
|
root?: import("tailwind-variants").ClassValue;
|
|
19
|
-
item?: import("tailwind-variants").ClassValue;
|
|
20
19
|
control?: import("tailwind-variants").ClassValue;
|
|
21
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
22
20
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
23
21
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
22
|
+
item?: import("tailwind-variants").ClassValue;
|
|
23
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
24
24
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
25
25
|
indicatorGroup?: import("tailwind-variants").ClassValue;
|
|
26
26
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
} | {}, Record<"root" | "
|
|
29
|
+
} | {}, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
30
30
|
[key: string]: {
|
|
31
31
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
32
32
|
root?: import("tailwind-variants").ClassValue;
|
|
33
|
-
item?: import("tailwind-variants").ClassValue;
|
|
34
33
|
control?: import("tailwind-variants").ClassValue;
|
|
35
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
36
34
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
37
35
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
36
|
+
item?: import("tailwind-variants").ClassValue;
|
|
37
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
38
38
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
39
39
|
indicatorGroup?: import("tailwind-variants").ClassValue;
|
|
40
40
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
} | {}, Record<"root" | "
|
|
43
|
+
} | {}, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Checkbox } from '@ark-ui/react/checkbox';
|
|
2
2
|
export declare const withContext: <Props extends {
|
|
3
3
|
[x: string]: any;
|
|
4
|
-
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "
|
|
4
|
+
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "group" | "indicator") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
5
5
|
size: {
|
|
6
6
|
md: {
|
|
7
7
|
control: string;
|
|
@@ -14,7 +14,7 @@ export declare const withContext: <Props extends {
|
|
|
14
14
|
colorScheme: {
|
|
15
15
|
gray: {};
|
|
16
16
|
};
|
|
17
|
-
}, Record<"label" | "root" | "control" | "
|
|
17
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
18
18
|
size: {
|
|
19
19
|
md: {
|
|
20
20
|
control: string;
|
|
@@ -27,7 +27,7 @@ export declare const withContext: <Props extends {
|
|
|
27
27
|
colorScheme: {
|
|
28
28
|
gray: {};
|
|
29
29
|
};
|
|
30
|
-
}, Record<"label" | "root" | "control" | "
|
|
30
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
31
31
|
size: {
|
|
32
32
|
md: {
|
|
33
33
|
control: string;
|
|
@@ -40,9 +40,9 @@ export declare const withContext: <Props extends {
|
|
|
40
40
|
colorScheme: {
|
|
41
41
|
gray: {};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"label" | "root" | "control" | "
|
|
43
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
|
|
44
44
|
[x: string]: any;
|
|
45
|
-
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "
|
|
45
|
+
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "group" | "indicator") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
46
46
|
size: {
|
|
47
47
|
md: {
|
|
48
48
|
control: string;
|
|
@@ -55,7 +55,7 @@ export declare const withContext: <Props extends {
|
|
|
55
55
|
colorScheme: {
|
|
56
56
|
gray: {};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"label" | "root" | "control" | "
|
|
58
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
59
59
|
size: {
|
|
60
60
|
md: {
|
|
61
61
|
control: string;
|
|
@@ -68,7 +68,7 @@ export declare const withContext: <Props extends {
|
|
|
68
68
|
colorScheme: {
|
|
69
69
|
gray: {};
|
|
70
70
|
};
|
|
71
|
-
}, Record<"label" | "root" | "control" | "
|
|
71
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
72
72
|
size: {
|
|
73
73
|
md: {
|
|
74
74
|
control: string;
|
|
@@ -81,7 +81,7 @@ export declare const withContext: <Props extends {
|
|
|
81
81
|
colorScheme: {
|
|
82
82
|
gray: {};
|
|
83
83
|
};
|
|
84
|
-
}, Record<"label" | "root" | "control" | "
|
|
84
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
85
85
|
export declare const Root: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.RootProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
86
86
|
size: {
|
|
87
87
|
md: {
|
|
@@ -95,7 +95,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
95
95
|
colorScheme: {
|
|
96
96
|
gray: {};
|
|
97
97
|
};
|
|
98
|
-
}, Record<"label" | "root" | "control" | "
|
|
98
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
99
99
|
size: {
|
|
100
100
|
md: {
|
|
101
101
|
control: string;
|
|
@@ -108,7 +108,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
108
108
|
colorScheme: {
|
|
109
109
|
gray: {};
|
|
110
110
|
};
|
|
111
|
-
}, Record<"label" | "root" | "control" | "
|
|
111
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
112
112
|
size: {
|
|
113
113
|
md: {
|
|
114
114
|
control: string;
|
|
@@ -121,7 +121,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
121
121
|
colorScheme: {
|
|
122
122
|
gray: {};
|
|
123
123
|
};
|
|
124
|
-
}, Record<"label" | "root" | "control" | "
|
|
124
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
125
125
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
126
126
|
size: {
|
|
127
127
|
md: {
|
|
@@ -135,7 +135,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
135
135
|
colorScheme: {
|
|
136
136
|
gray: {};
|
|
137
137
|
};
|
|
138
|
-
}, Record<"label" | "root" | "control" | "
|
|
138
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
139
139
|
size: {
|
|
140
140
|
md: {
|
|
141
141
|
control: string;
|
|
@@ -148,7 +148,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
148
148
|
colorScheme: {
|
|
149
149
|
gray: {};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"label" | "root" | "control" | "
|
|
151
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
152
152
|
size: {
|
|
153
153
|
md: {
|
|
154
154
|
control: string;
|
|
@@ -161,7 +161,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
161
161
|
colorScheme: {
|
|
162
162
|
gray: {};
|
|
163
163
|
};
|
|
164
|
-
}, Record<"label" | "root" | "control" | "
|
|
164
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
165
165
|
export declare const Group: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.GroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
166
166
|
size: {
|
|
167
167
|
md: {
|
|
@@ -175,7 +175,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
175
175
|
colorScheme: {
|
|
176
176
|
gray: {};
|
|
177
177
|
};
|
|
178
|
-
}, Record<"label" | "root" | "control" | "
|
|
178
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
179
179
|
size: {
|
|
180
180
|
md: {
|
|
181
181
|
control: string;
|
|
@@ -188,7 +188,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
188
188
|
colorScheme: {
|
|
189
189
|
gray: {};
|
|
190
190
|
};
|
|
191
|
-
}, Record<"label" | "root" | "control" | "
|
|
191
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
192
192
|
size: {
|
|
193
193
|
md: {
|
|
194
194
|
control: string;
|
|
@@ -201,7 +201,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
201
201
|
colorScheme: {
|
|
202
202
|
gray: {};
|
|
203
203
|
};
|
|
204
|
-
}, Record<"label" | "root" | "control" | "
|
|
204
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
205
205
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
206
206
|
size: {
|
|
207
207
|
md: {
|
|
@@ -215,7 +215,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
215
215
|
colorScheme: {
|
|
216
216
|
gray: {};
|
|
217
217
|
};
|
|
218
|
-
}, Record<"label" | "root" | "control" | "
|
|
218
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
219
219
|
size: {
|
|
220
220
|
md: {
|
|
221
221
|
control: string;
|
|
@@ -228,7 +228,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
228
228
|
colorScheme: {
|
|
229
229
|
gray: {};
|
|
230
230
|
};
|
|
231
|
-
}, Record<"label" | "root" | "control" | "
|
|
231
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
232
232
|
size: {
|
|
233
233
|
md: {
|
|
234
234
|
control: string;
|
|
@@ -241,7 +241,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
241
241
|
colorScheme: {
|
|
242
242
|
gray: {};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"label" | "root" | "control" | "
|
|
244
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
245
245
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.LabelProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
246
246
|
size: {
|
|
247
247
|
md: {
|
|
@@ -255,7 +255,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
255
255
|
colorScheme: {
|
|
256
256
|
gray: {};
|
|
257
257
|
};
|
|
258
|
-
}, Record<"label" | "root" | "control" | "
|
|
258
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
259
259
|
size: {
|
|
260
260
|
md: {
|
|
261
261
|
control: string;
|
|
@@ -268,7 +268,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
268
268
|
colorScheme: {
|
|
269
269
|
gray: {};
|
|
270
270
|
};
|
|
271
|
-
}, Record<"label" | "root" | "control" | "
|
|
271
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
272
272
|
size: {
|
|
273
273
|
md: {
|
|
274
274
|
control: string;
|
|
@@ -281,6 +281,6 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
281
281
|
colorScheme: {
|
|
282
282
|
gray: {};
|
|
283
283
|
};
|
|
284
|
-
}, Record<"label" | "root" | "control" | "
|
|
284
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
285
285
|
export declare const HiddenInput: import("react").ForwardRefExoticComponent<Checkbox.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
286
286
|
export declare const Context: (props: Checkbox.ContextProps) => import("react").ReactNode;
|
|
@@ -11,7 +11,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
11
11
|
colorScheme: {
|
|
12
12
|
gray: {};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"label" | "root" | "control" | "
|
|
14
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {
|
|
17
17
|
control: string;
|
|
@@ -24,7 +24,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
24
24
|
colorScheme: {
|
|
25
25
|
gray: {};
|
|
26
26
|
};
|
|
27
|
-
}, Record<"label" | "root" | "control" | "
|
|
27
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
30
30
|
control: string;
|
|
@@ -37,4 +37,4 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"label" | "root" | "control" | "
|
|
40
|
+
}, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|