@opexa/portal-components 0.0.862 → 0.0.863
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/AccountInfo/GoogleDisconnect.d.ts +7 -0
- package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +191 -0
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DigitainLauncher/Loading.js +1 -1
- package/dist/components/Jackpots/Jackpots.module.css +221 -221
- 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 +7 -13
- package/dist/components/KYC/PersonalInformation.js +1 -1
- package/dist/components/SignIn/MobileNumberSignIn.js +4 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/icons/LinkBrokenIcon.d.ts +2 -0
- package/dist/icons/LinkBrokenIcon.js +4 -0
- package/dist/services/queries.js +3153 -3153
- package/dist/styles/theme.css +776 -776
- package/dist/ui/AlertDialog/AlertDialog.d.ts +121 -121
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +11 -11
- 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/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- 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/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/package.json +177 -177
- 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/SignIn/utils.d.ts +0 -8
- package/dist/components/SignIn/utils.js +0 -26
- 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/constants/Branches.d.ts +0 -2
- package/dist/constants/Branches.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/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +0 -1
- package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
- package/dist/third-parties/FacebookPixel/index.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
- package/dist/third-parties/index.d.ts +0 -2
- package/dist/third-parties/index.js +0 -2
- 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
|
@@ -2,10 +2,10 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
5
6
|
item?: import("tailwind-variants").ClassValue;
|
|
6
7
|
positioner?: import("tailwind-variants").ClassValue;
|
|
7
8
|
trigger?: import("tailwind-variants").ClassValue;
|
|
8
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
9
9
|
itemText?: import("tailwind-variants").ClassValue;
|
|
10
10
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
11
11
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -21,10 +21,10 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
[x: string]: {
|
|
22
22
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
23
23
|
content?: import("tailwind-variants").ClassValue;
|
|
24
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
24
25
|
item?: import("tailwind-variants").ClassValue;
|
|
25
26
|
positioner?: import("tailwind-variants").ClassValue;
|
|
26
27
|
trigger?: import("tailwind-variants").ClassValue;
|
|
27
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
28
28
|
itemText?: import("tailwind-variants").ClassValue;
|
|
29
29
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
30
30
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -36,14 +36,14 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
36
36
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
} | {}, Record<"content" | "
|
|
39
|
+
} | {}, Record<"content" | "indicator" | "item" | "positioner" | "trigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
40
40
|
[key: string]: {
|
|
41
41
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
42
42
|
content?: import("tailwind-variants").ClassValue;
|
|
43
|
+
indicator?: import("tailwind-variants").ClassValue;
|
|
43
44
|
item?: import("tailwind-variants").ClassValue;
|
|
44
45
|
positioner?: import("tailwind-variants").ClassValue;
|
|
45
46
|
trigger?: import("tailwind-variants").ClassValue;
|
|
46
|
-
indicator?: import("tailwind-variants").ClassValue;
|
|
47
47
|
itemText?: import("tailwind-variants").ClassValue;
|
|
48
48
|
itemIndicator?: import("tailwind-variants").ClassValue;
|
|
49
49
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
@@ -55,4 +55,4 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
} | {}, Record<"content" | "
|
|
58
|
+
} | {}, Record<"content" | "indicator" | "item" | "positioner" | "trigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "indicator" | "item" | "positioner" | "trigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "separator" | "arrow" | "arrowTip" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -7,7 +7,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
7
7
|
decrementTrigger: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
}, Record<"
|
|
10
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
11
11
|
size: {
|
|
12
12
|
md: {
|
|
13
13
|
control: string;
|
|
@@ -15,7 +15,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
15
15
|
decrementTrigger: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
}, Record<"
|
|
18
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
19
19
|
size: {
|
|
20
20
|
md: {
|
|
21
21
|
control: string;
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
decrementTrigger: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"
|
|
26
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
27
27
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
@@ -32,7 +32,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
32
32
|
decrementTrigger: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
-
}, Record<"
|
|
35
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
36
36
|
size: {
|
|
37
37
|
md: {
|
|
38
38
|
control: string;
|
|
@@ -40,7 +40,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
40
40
|
decrementTrigger: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"
|
|
43
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
44
44
|
size: {
|
|
45
45
|
md: {
|
|
46
46
|
control: string;
|
|
@@ -48,7 +48,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
48
48
|
decrementTrigger: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"
|
|
51
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
52
52
|
export declare const DecrementTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.DecrementTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
53
53
|
size: {
|
|
54
54
|
md: {
|
|
@@ -57,7 +57,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
57
57
|
decrementTrigger: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
}, Record<"
|
|
60
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
61
61
|
size: {
|
|
62
62
|
md: {
|
|
63
63
|
control: string;
|
|
@@ -65,7 +65,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
65
65
|
decrementTrigger: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
}, Record<"
|
|
68
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
69
69
|
size: {
|
|
70
70
|
md: {
|
|
71
71
|
control: string;
|
|
@@ -73,7 +73,7 @@ export declare const DecrementTrigger: import("react").ComponentType<import("@ar
|
|
|
73
73
|
decrementTrigger: string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"
|
|
76
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
77
77
|
export declare const IncrementTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.IncrementTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
78
78
|
size: {
|
|
79
79
|
md: {
|
|
@@ -82,7 +82,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
82
82
|
decrementTrigger: string;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}, Record<"
|
|
85
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
86
86
|
size: {
|
|
87
87
|
md: {
|
|
88
88
|
control: string;
|
|
@@ -90,7 +90,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
90
90
|
decrementTrigger: string;
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
|
-
}, Record<"
|
|
93
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
94
94
|
size: {
|
|
95
95
|
md: {
|
|
96
96
|
control: string;
|
|
@@ -98,7 +98,7 @@ export declare const IncrementTrigger: import("react").ComponentType<import("@ar
|
|
|
98
98
|
decrementTrigger: string;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
-
}, Record<"
|
|
101
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
102
102
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
103
103
|
size: {
|
|
104
104
|
md: {
|
|
@@ -107,7 +107,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
107
107
|
decrementTrigger: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
-
}, Record<"
|
|
110
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
111
111
|
size: {
|
|
112
112
|
md: {
|
|
113
113
|
control: string;
|
|
@@ -115,7 +115,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
115
115
|
decrementTrigger: string;
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
|
-
}, Record<"
|
|
118
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
119
119
|
size: {
|
|
120
120
|
md: {
|
|
121
121
|
control: string;
|
|
@@ -123,7 +123,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
123
123
|
decrementTrigger: string;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
|
-
}, Record<"
|
|
126
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
127
127
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
128
128
|
size: {
|
|
129
129
|
md: {
|
|
@@ -132,7 +132,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
132
132
|
decrementTrigger: string;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
|
-
}, Record<"
|
|
135
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
136
136
|
size: {
|
|
137
137
|
md: {
|
|
138
138
|
control: string;
|
|
@@ -140,7 +140,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
140
140
|
decrementTrigger: string;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
|
-
}, Record<"
|
|
143
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
144
144
|
size: {
|
|
145
145
|
md: {
|
|
146
146
|
control: string;
|
|
@@ -148,7 +148,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
148
148
|
decrementTrigger: string;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
}, Record<"
|
|
151
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
152
152
|
export declare const Scrubber: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ScrubberProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
153
153
|
size: {
|
|
154
154
|
md: {
|
|
@@ -157,7 +157,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
157
157
|
decrementTrigger: string;
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
|
-
}, Record<"
|
|
160
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
161
161
|
size: {
|
|
162
162
|
md: {
|
|
163
163
|
control: string;
|
|
@@ -165,7 +165,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
165
165
|
decrementTrigger: string;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
|
-
}, Record<"
|
|
168
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
169
169
|
size: {
|
|
170
170
|
md: {
|
|
171
171
|
control: string;
|
|
@@ -173,7 +173,7 @@ export declare const Scrubber: import("react").ComponentType<import("@ark-ui/rea
|
|
|
173
173
|
decrementTrigger: string;
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
|
-
}, Record<"
|
|
176
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
177
177
|
export declare const ValueText: import("react").ComponentType<import("@ark-ui/react").Assign<NumberInput.ValueTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
178
178
|
size: {
|
|
179
179
|
md: {
|
|
@@ -182,7 +182,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
182
182
|
decrementTrigger: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
-
}, Record<"
|
|
185
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
186
186
|
size: {
|
|
187
187
|
md: {
|
|
188
188
|
control: string;
|
|
@@ -190,7 +190,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
190
190
|
decrementTrigger: string;
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
}, Record<"
|
|
193
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
194
194
|
size: {
|
|
195
195
|
md: {
|
|
196
196
|
control: string;
|
|
@@ -198,5 +198,5 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
|
|
|
198
198
|
decrementTrigger: string;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"
|
|
201
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
202
202
|
export declare const Context: (props: NumberInput.ContextProps) => import("react").ReactNode;
|
|
@@ -6,7 +6,7 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
6
6
|
decrementTrigger: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}, Record<"
|
|
9
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, {
|
|
10
10
|
size: {
|
|
11
11
|
md: {
|
|
12
12
|
control: string;
|
|
@@ -14,7 +14,7 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
14
14
|
decrementTrigger: string;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
}, Record<"
|
|
17
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
18
18
|
size: {
|
|
19
19
|
md: {
|
|
20
20
|
control: string;
|
|
@@ -22,4 +22,4 @@ export declare const numberInputRecipe: import("tailwind-variants").TVReturnType
|
|
|
22
22
|
decrementTrigger: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"
|
|
25
|
+
}, Record<"input" | "label" | "root" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
colorScheme: {
|
|
13
13
|
gray: {};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
input: string;
|
|
@@ -25,7 +25,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
25
25
|
colorScheme: {
|
|
26
26
|
gray: {};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"
|
|
28
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
29
29
|
size: {
|
|
30
30
|
md: {
|
|
31
31
|
input: string;
|
|
@@ -38,7 +38,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
38
38
|
colorScheme: {
|
|
39
39
|
gray: {};
|
|
40
40
|
};
|
|
41
|
-
}, Record<"
|
|
41
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
42
42
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
43
43
|
size: {
|
|
44
44
|
md: {
|
|
@@ -52,7 +52,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
52
52
|
colorScheme: {
|
|
53
53
|
gray: {};
|
|
54
54
|
};
|
|
55
|
-
}, Record<"
|
|
55
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
56
56
|
size: {
|
|
57
57
|
md: {
|
|
58
58
|
input: string;
|
|
@@ -65,7 +65,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
65
65
|
colorScheme: {
|
|
66
66
|
gray: {};
|
|
67
67
|
};
|
|
68
|
-
}, Record<"
|
|
68
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
69
69
|
size: {
|
|
70
70
|
md: {
|
|
71
71
|
input: string;
|
|
@@ -78,7 +78,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
78
78
|
colorScheme: {
|
|
79
79
|
gray: {};
|
|
80
80
|
};
|
|
81
|
-
}, Record<"
|
|
81
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
82
82
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.IndicatorProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
83
83
|
size: {
|
|
84
84
|
md: {
|
|
@@ -92,7 +92,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
92
92
|
colorScheme: {
|
|
93
93
|
gray: {};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"
|
|
95
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
96
96
|
size: {
|
|
97
97
|
md: {
|
|
98
98
|
input: string;
|
|
@@ -105,7 +105,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
105
105
|
colorScheme: {
|
|
106
106
|
gray: {};
|
|
107
107
|
};
|
|
108
|
-
}, Record<"
|
|
108
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
109
109
|
size: {
|
|
110
110
|
md: {
|
|
111
111
|
input: string;
|
|
@@ -118,7 +118,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
118
118
|
colorScheme: {
|
|
119
119
|
gray: {};
|
|
120
120
|
};
|
|
121
|
-
}, Record<"
|
|
121
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
122
122
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
123
123
|
size: {
|
|
124
124
|
md: {
|
|
@@ -132,7 +132,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
132
132
|
colorScheme: {
|
|
133
133
|
gray: {};
|
|
134
134
|
};
|
|
135
|
-
}, Record<"
|
|
135
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
136
136
|
size: {
|
|
137
137
|
md: {
|
|
138
138
|
input: string;
|
|
@@ -145,7 +145,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
145
145
|
colorScheme: {
|
|
146
146
|
gray: {};
|
|
147
147
|
};
|
|
148
|
-
}, Record<"
|
|
148
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
149
149
|
size: {
|
|
150
150
|
md: {
|
|
151
151
|
input: string;
|
|
@@ -158,7 +158,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
158
158
|
colorScheme: {
|
|
159
159
|
gray: {};
|
|
160
160
|
};
|
|
161
|
-
}, Record<"
|
|
161
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
162
162
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
163
163
|
size: {
|
|
164
164
|
md: {
|
|
@@ -172,7 +172,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
172
172
|
colorScheme: {
|
|
173
173
|
gray: {};
|
|
174
174
|
};
|
|
175
|
-
}, Record<"
|
|
175
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
176
176
|
size: {
|
|
177
177
|
md: {
|
|
178
178
|
input: string;
|
|
@@ -185,7 +185,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
185
185
|
colorScheme: {
|
|
186
186
|
gray: {};
|
|
187
187
|
};
|
|
188
|
-
}, Record<"
|
|
188
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
189
189
|
size: {
|
|
190
190
|
md: {
|
|
191
191
|
input: string;
|
|
@@ -198,7 +198,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
198
198
|
colorScheme: {
|
|
199
199
|
gray: {};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"
|
|
201
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
202
202
|
export declare const VisibilityTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.VisibilityTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
203
203
|
size: {
|
|
204
204
|
md: {
|
|
@@ -212,7 +212,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
212
212
|
colorScheme: {
|
|
213
213
|
gray: {};
|
|
214
214
|
};
|
|
215
|
-
}, Record<"
|
|
215
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
216
216
|
size: {
|
|
217
217
|
md: {
|
|
218
218
|
input: string;
|
|
@@ -225,7 +225,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
225
225
|
colorScheme: {
|
|
226
226
|
gray: {};
|
|
227
227
|
};
|
|
228
|
-
}, Record<"
|
|
228
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
229
229
|
size: {
|
|
230
230
|
md: {
|
|
231
231
|
input: string;
|
|
@@ -238,5 +238,5 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
|
|
|
238
238
|
colorScheme: {
|
|
239
239
|
gray: {};
|
|
240
240
|
};
|
|
241
|
-
}, Record<"
|
|
241
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
242
242
|
export declare const Context: (props: PasswordInput.ContextProps) => import("react").ReactNode;
|
|
@@ -11,7 +11,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
11
11
|
colorScheme: {
|
|
12
12
|
gray: {};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"
|
|
14
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {
|
|
17
17
|
input: string;
|
|
@@ -24,7 +24,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
24
24
|
colorScheme: {
|
|
25
25
|
gray: {};
|
|
26
26
|
};
|
|
27
|
-
}, Record<"
|
|
27
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
30
30
|
input: string;
|
|
@@ -37,4 +37,4 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"
|
|
40
|
+
}, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
colorScheme: {
|
|
13
13
|
gray: {};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"
|
|
15
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
input: string;
|
|
@@ -25,7 +25,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
25
25
|
colorScheme: {
|
|
26
26
|
gray: {};
|
|
27
27
|
};
|
|
28
|
-
}, Record<"
|
|
28
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
29
29
|
size: {
|
|
30
30
|
md: {
|
|
31
31
|
input: string;
|
|
@@ -38,7 +38,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
38
38
|
colorScheme: {
|
|
39
39
|
gray: {};
|
|
40
40
|
};
|
|
41
|
-
}, Record<"
|
|
41
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
42
42
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<PinInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
43
43
|
size: {
|
|
44
44
|
md: {
|
|
@@ -52,7 +52,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
52
52
|
colorScheme: {
|
|
53
53
|
gray: {};
|
|
54
54
|
};
|
|
55
|
-
}, Record<"
|
|
55
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, {
|
|
56
56
|
size: {
|
|
57
57
|
md: {
|
|
58
58
|
input: string;
|
|
@@ -65,7 +65,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
65
65
|
colorScheme: {
|
|
66
66
|
gray: {};
|
|
67
67
|
};
|
|
68
|
-
}, Record<"
|
|
68
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
69
69
|
size: {
|
|
70
70
|
md: {
|
|
71
71
|
input: string;
|
|
@@ -78,7 +78,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
78
78
|
colorScheme: {
|
|
79
79
|
gray: {};
|
|
80
80
|
};
|
|
81
|
-
}, Record<"
|
|
81
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
82
82
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<PinInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
83
83
|
size: {
|
|
84
84
|
md: {
|
|
@@ -92,7 +92,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
92
92
|
colorScheme: {
|
|
93
93
|
gray: {};
|
|
94
94
|
};
|
|
95
|
-
}, Record<"
|
|
95
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, {
|
|
96
96
|
size: {
|
|
97
97
|
md: {
|
|
98
98
|
input: string;
|
|
@@ -105,7 +105,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
105
105
|
colorScheme: {
|
|
106
106
|
gray: {};
|
|
107
107
|
};
|
|
108
|
-
}, Record<"
|
|
108
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
109
109
|
size: {
|
|
110
110
|
md: {
|
|
111
111
|
input: string;
|
|
@@ -118,7 +118,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
118
118
|
colorScheme: {
|
|
119
119
|
gray: {};
|
|
120
120
|
};
|
|
121
|
-
}, Record<"
|
|
121
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
122
122
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<PinInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
123
123
|
size: {
|
|
124
124
|
md: {
|
|
@@ -132,7 +132,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
132
132
|
colorScheme: {
|
|
133
133
|
gray: {};
|
|
134
134
|
};
|
|
135
|
-
}, Record<"
|
|
135
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, {
|
|
136
136
|
size: {
|
|
137
137
|
md: {
|
|
138
138
|
input: string;
|
|
@@ -145,7 +145,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
145
145
|
colorScheme: {
|
|
146
146
|
gray: {};
|
|
147
147
|
};
|
|
148
|
-
}, Record<"
|
|
148
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
149
149
|
size: {
|
|
150
150
|
md: {
|
|
151
151
|
input: string;
|
|
@@ -158,6 +158,6 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
158
158
|
colorScheme: {
|
|
159
159
|
gray: {};
|
|
160
160
|
};
|
|
161
|
-
}, Record<"
|
|
161
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
162
162
|
export declare const HiddenInput: import("react").ForwardRefExoticComponent<PinInput.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
163
163
|
export declare const Context: (props: PinInput.ContextProps) => import("react").ReactNode;
|
|
@@ -11,7 +11,7 @@ export declare const pinInputRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
11
11
|
colorScheme: {
|
|
12
12
|
gray: {};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"
|
|
14
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {
|
|
17
17
|
input: string;
|
|
@@ -24,7 +24,7 @@ export declare const pinInputRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
24
24
|
colorScheme: {
|
|
25
25
|
gray: {};
|
|
26
26
|
};
|
|
27
|
-
}, Record<"
|
|
27
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
28
28
|
size: {
|
|
29
29
|
md: {
|
|
30
30
|
input: string;
|
|
@@ -37,4 +37,4 @@ export declare const pinInputRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
37
37
|
colorScheme: {
|
|
38
38
|
gray: {};
|
|
39
39
|
};
|
|
40
|
-
}, Record<"
|
|
40
|
+
}, Record<"input" | "label" | "root" | "control", string | string[]>, undefined, unknown, unknown, undefined>>;
|