@opexa/portal-components 0.0.921 → 0.0.923
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/hooks/useUpdateMobileNumber.d.ts +3 -0
- package/dist/client/hooks/useUpdateMobileNumber.js +20 -0
- package/dist/components/AccountInfo/AccountInfo.js +1 -1
- package/dist/components/AccountSecurity/AccountSecurity.js +1 -1
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +11 -0
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +55 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +1 -1
- 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/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.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/Confirmed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.js +126 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.js +10 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.js +12 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +17 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.js +2 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.js +41 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +13 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.js +91 -0
- 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.d.ts +1 -0
- package/dist/components/DigitainLauncher/Loading.js +5 -0
- 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/ForgotPassword/Crazywin/ForgotPassword.module.css +42 -42
- package/dist/components/Jackpots/Jackpots.module.css +288 -288
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
- package/dist/components/KYC/AutoOpen.d.ts +1 -0
- package/dist/components/KYC/AutoOpen.js +40 -0
- package/dist/components/KYC/BasicInformation.d.ts +1 -0
- package/dist/components/KYC/BasicInformation.js +101 -0
- 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.d.ts +1 -0
- package/dist/components/KYC/IdentityVerification.js +120 -0
- package/dist/components/KYC/Indicator.d.ts +1 -0
- package/dist/components/KYC/Indicator.js +8 -0
- package/dist/components/KYC/KYC.lazy.d.ts +6 -0
- package/dist/components/KYC/KYC.lazy.js +45 -0
- package/dist/components/KYC/KYCContext.d.ts +6 -0
- package/dist/components/KYC/KYCContext.js +2 -0
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCNonPagCor/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.d.ts +1 -0
- package/dist/components/KYC/PersonalInformation.js +122 -0
- 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/useKYC.d.ts +25 -0
- package/dist/components/KYC/useKYC.js +38 -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.d.ts +1 -0
- package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -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/ResponsibleGaming/ResponsibleGamingV2.lazy.js +1 -1
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
- package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
- package/dist/components/SessionWatcher/index.d.ts +1 -0
- package/dist/components/SessionWatcher/index.js +1 -0
- package/dist/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/TermsOfUse/TermsOfUseV2.lazy.js +1 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/components/TransactionRecords/TableFilters.js +2 -2
- package/dist/components/UpdateMobileNumber/UpdateMobileNumber.d.ts +3 -0
- package/dist/components/UpdateMobileNumber/UpdateMobileNumber.js +136 -0
- package/dist/components/UpdateMobileNumber/index.d.ts +1 -0
- package/dist/components/UpdateMobileNumber/index.js +1 -0
- 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/images/phone-icon.svg +10 -10
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/services/account.d.ts +21 -0
- package/dist/services/account.js +11 -1
- package/dist/services/queries.d.ts +1 -0
- package/dist/services/queries.js +3351 -3337
- package/dist/styles/theme.css +776 -776
- 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/types/index.d.ts +1 -1
- 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/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/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.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/mutationKeys.d.ts +1 -0
- package/dist/utils/mutationKeys.js +8 -1
- package/dist/utils/resizeImageSize.d.ts +2 -0
- package/dist/utils/resizeImageSize.js +11 -0
- package/package.json +179 -179
- package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +0 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +0 -12
|
@@ -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" | "indicator" | "group") => 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;
|
|
@@ -15,7 +15,7 @@ export declare const withContext: <Props extends {
|
|
|
15
15
|
gray: {};
|
|
16
16
|
neutral: {};
|
|
17
17
|
};
|
|
18
|
-
}, Record<"label" | "root" | "control" | "
|
|
18
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
19
19
|
size: {
|
|
20
20
|
md: {
|
|
21
21
|
control: string;
|
|
@@ -29,7 +29,7 @@ export declare const withContext: <Props extends {
|
|
|
29
29
|
gray: {};
|
|
30
30
|
neutral: {};
|
|
31
31
|
};
|
|
32
|
-
}, Record<"label" | "root" | "control" | "
|
|
32
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
33
33
|
size: {
|
|
34
34
|
md: {
|
|
35
35
|
control: string;
|
|
@@ -43,9 +43,9 @@ export declare const withContext: <Props extends {
|
|
|
43
43
|
gray: {};
|
|
44
44
|
neutral: {};
|
|
45
45
|
};
|
|
46
|
-
}, Record<"label" | "root" | "control" | "
|
|
46
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
|
|
47
47
|
[x: string]: any;
|
|
48
|
-
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "
|
|
48
|
+
}>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "indicator" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
49
49
|
size: {
|
|
50
50
|
md: {
|
|
51
51
|
control: string;
|
|
@@ -59,7 +59,7 @@ export declare const withContext: <Props extends {
|
|
|
59
59
|
gray: {};
|
|
60
60
|
neutral: {};
|
|
61
61
|
};
|
|
62
|
-
}, Record<"label" | "root" | "control" | "
|
|
62
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
63
63
|
size: {
|
|
64
64
|
md: {
|
|
65
65
|
control: string;
|
|
@@ -73,7 +73,7 @@ export declare const withContext: <Props extends {
|
|
|
73
73
|
gray: {};
|
|
74
74
|
neutral: {};
|
|
75
75
|
};
|
|
76
|
-
}, Record<"label" | "root" | "control" | "
|
|
76
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
77
77
|
size: {
|
|
78
78
|
md: {
|
|
79
79
|
control: string;
|
|
@@ -87,7 +87,7 @@ export declare const withContext: <Props extends {
|
|
|
87
87
|
gray: {};
|
|
88
88
|
neutral: {};
|
|
89
89
|
};
|
|
90
|
-
}, Record<"label" | "root" | "control" | "
|
|
90
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
91
91
|
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<{
|
|
92
92
|
size: {
|
|
93
93
|
md: {
|
|
@@ -102,7 +102,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
102
102
|
gray: {};
|
|
103
103
|
neutral: {};
|
|
104
104
|
};
|
|
105
|
-
}, Record<"label" | "root" | "control" | "
|
|
105
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
106
106
|
size: {
|
|
107
107
|
md: {
|
|
108
108
|
control: string;
|
|
@@ -116,7 +116,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
116
116
|
gray: {};
|
|
117
117
|
neutral: {};
|
|
118
118
|
};
|
|
119
|
-
}, Record<"label" | "root" | "control" | "
|
|
119
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
120
120
|
size: {
|
|
121
121
|
md: {
|
|
122
122
|
control: string;
|
|
@@ -130,7 +130,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
130
130
|
gray: {};
|
|
131
131
|
neutral: {};
|
|
132
132
|
};
|
|
133
|
-
}, Record<"label" | "root" | "control" | "
|
|
133
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
134
134
|
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<{
|
|
135
135
|
size: {
|
|
136
136
|
md: {
|
|
@@ -145,7 +145,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
145
145
|
gray: {};
|
|
146
146
|
neutral: {};
|
|
147
147
|
};
|
|
148
|
-
}, Record<"label" | "root" | "control" | "
|
|
148
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
149
149
|
size: {
|
|
150
150
|
md: {
|
|
151
151
|
control: string;
|
|
@@ -159,7 +159,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
159
159
|
gray: {};
|
|
160
160
|
neutral: {};
|
|
161
161
|
};
|
|
162
|
-
}, Record<"label" | "root" | "control" | "
|
|
162
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
163
163
|
size: {
|
|
164
164
|
md: {
|
|
165
165
|
control: string;
|
|
@@ -173,7 +173,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
173
173
|
gray: {};
|
|
174
174
|
neutral: {};
|
|
175
175
|
};
|
|
176
|
-
}, Record<"label" | "root" | "control" | "
|
|
176
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
177
177
|
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<{
|
|
178
178
|
size: {
|
|
179
179
|
md: {
|
|
@@ -188,7 +188,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
188
188
|
gray: {};
|
|
189
189
|
neutral: {};
|
|
190
190
|
};
|
|
191
|
-
}, Record<"label" | "root" | "control" | "
|
|
191
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
192
192
|
size: {
|
|
193
193
|
md: {
|
|
194
194
|
control: string;
|
|
@@ -202,7 +202,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
202
202
|
gray: {};
|
|
203
203
|
neutral: {};
|
|
204
204
|
};
|
|
205
|
-
}, Record<"label" | "root" | "control" | "
|
|
205
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
206
206
|
size: {
|
|
207
207
|
md: {
|
|
208
208
|
control: string;
|
|
@@ -216,7 +216,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
|
|
|
216
216
|
gray: {};
|
|
217
217
|
neutral: {};
|
|
218
218
|
};
|
|
219
|
-
}, Record<"label" | "root" | "control" | "
|
|
219
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
220
220
|
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<{
|
|
221
221
|
size: {
|
|
222
222
|
md: {
|
|
@@ -231,7 +231,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
231
231
|
gray: {};
|
|
232
232
|
neutral: {};
|
|
233
233
|
};
|
|
234
|
-
}, Record<"label" | "root" | "control" | "
|
|
234
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
235
235
|
size: {
|
|
236
236
|
md: {
|
|
237
237
|
control: string;
|
|
@@ -245,7 +245,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
245
245
|
gray: {};
|
|
246
246
|
neutral: {};
|
|
247
247
|
};
|
|
248
|
-
}, Record<"label" | "root" | "control" | "
|
|
248
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
249
249
|
size: {
|
|
250
250
|
md: {
|
|
251
251
|
control: string;
|
|
@@ -259,7 +259,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
259
259
|
gray: {};
|
|
260
260
|
neutral: {};
|
|
261
261
|
};
|
|
262
|
-
}, Record<"label" | "root" | "control" | "
|
|
262
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
263
263
|
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<{
|
|
264
264
|
size: {
|
|
265
265
|
md: {
|
|
@@ -274,7 +274,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
274
274
|
gray: {};
|
|
275
275
|
neutral: {};
|
|
276
276
|
};
|
|
277
|
-
}, Record<"label" | "root" | "control" | "
|
|
277
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
278
278
|
size: {
|
|
279
279
|
md: {
|
|
280
280
|
control: string;
|
|
@@ -288,7 +288,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
288
288
|
gray: {};
|
|
289
289
|
neutral: {};
|
|
290
290
|
};
|
|
291
|
-
}, Record<"label" | "root" | "control" | "
|
|
291
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
292
292
|
size: {
|
|
293
293
|
md: {
|
|
294
294
|
control: string;
|
|
@@ -302,6 +302,6 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
302
302
|
gray: {};
|
|
303
303
|
neutral: {};
|
|
304
304
|
};
|
|
305
|
-
}, Record<"label" | "root" | "control" | "
|
|
305
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
306
306
|
export declare const HiddenInput: import("react").ForwardRefExoticComponent<Checkbox.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
307
307
|
export declare const Context: (props: Checkbox.ContextProps) => import("react").ReactNode;
|
|
@@ -12,7 +12,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
12
12
|
gray: {};
|
|
13
13
|
neutral: {};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"label" | "root" | "control" | "
|
|
15
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
control: string;
|
|
@@ -26,7 +26,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
26
26
|
gray: {};
|
|
27
27
|
neutral: {};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"label" | "root" | "control" | "
|
|
29
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
30
30
|
size: {
|
|
31
31
|
md: {
|
|
32
32
|
control: string;
|
|
@@ -40,4 +40,4 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
gray: {};
|
|
41
41
|
neutral: {};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"label" | "root" | "control" | "
|
|
43
|
+
}, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
11
11
|
colorScheme: {
|
|
12
12
|
gray: {};
|
|
13
13
|
};
|
|
14
|
-
}, Record<"input" | "
|
|
14
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
15
15
|
size: {
|
|
16
16
|
md: {
|
|
17
17
|
input: string;
|
|
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
23
23
|
colorScheme: {
|
|
24
24
|
gray: {};
|
|
25
25
|
};
|
|
26
|
-
}, Record<"input" | "
|
|
26
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
27
27
|
size: {
|
|
28
28
|
md: {
|
|
29
29
|
input: string;
|
|
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
35
35
|
colorScheme: {
|
|
36
36
|
gray: {};
|
|
37
37
|
};
|
|
38
|
-
}, Record<"input" | "
|
|
38
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
39
39
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
40
40
|
size: {
|
|
41
41
|
md: {
|
|
@@ -48,7 +48,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
48
48
|
colorScheme: {
|
|
49
49
|
gray: {};
|
|
50
50
|
};
|
|
51
|
-
}, Record<"input" | "
|
|
51
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
52
52
|
size: {
|
|
53
53
|
md: {
|
|
54
54
|
input: string;
|
|
@@ -60,7 +60,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
60
60
|
colorScheme: {
|
|
61
61
|
gray: {};
|
|
62
62
|
};
|
|
63
|
-
}, Record<"input" | "
|
|
63
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
64
64
|
size: {
|
|
65
65
|
md: {
|
|
66
66
|
input: string;
|
|
@@ -72,7 +72,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
72
72
|
colorScheme: {
|
|
73
73
|
gray: {};
|
|
74
74
|
};
|
|
75
|
-
}, Record<"input" | "
|
|
75
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
76
76
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
77
77
|
size: {
|
|
78
78
|
md: {
|
|
@@ -85,7 +85,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
85
85
|
colorScheme: {
|
|
86
86
|
gray: {};
|
|
87
87
|
};
|
|
88
|
-
}, Record<"input" | "
|
|
88
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
89
89
|
size: {
|
|
90
90
|
md: {
|
|
91
91
|
input: string;
|
|
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
97
97
|
colorScheme: {
|
|
98
98
|
gray: {};
|
|
99
99
|
};
|
|
100
|
-
}, Record<"input" | "
|
|
100
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
101
101
|
size: {
|
|
102
102
|
md: {
|
|
103
103
|
input: string;
|
|
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
109
109
|
colorScheme: {
|
|
110
110
|
gray: {};
|
|
111
111
|
};
|
|
112
|
-
}, Record<"input" | "
|
|
112
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
113
113
|
export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
114
114
|
size: {
|
|
115
115
|
md: {
|
|
@@ -122,7 +122,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
122
122
|
colorScheme: {
|
|
123
123
|
gray: {};
|
|
124
124
|
};
|
|
125
|
-
}, Record<"input" | "
|
|
125
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
126
126
|
size: {
|
|
127
127
|
md: {
|
|
128
128
|
input: string;
|
|
@@ -134,7 +134,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
134
134
|
colorScheme: {
|
|
135
135
|
gray: {};
|
|
136
136
|
};
|
|
137
|
-
}, Record<"input" | "
|
|
137
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
138
138
|
size: {
|
|
139
139
|
md: {
|
|
140
140
|
input: string;
|
|
@@ -146,7 +146,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
|
|
|
146
146
|
colorScheme: {
|
|
147
147
|
gray: {};
|
|
148
148
|
};
|
|
149
|
-
}, Record<"input" | "
|
|
149
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
150
150
|
export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
151
151
|
size: {
|
|
152
152
|
md: {
|
|
@@ -159,7 +159,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
159
159
|
colorScheme: {
|
|
160
160
|
gray: {};
|
|
161
161
|
};
|
|
162
|
-
}, Record<"input" | "
|
|
162
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
163
163
|
size: {
|
|
164
164
|
md: {
|
|
165
165
|
input: string;
|
|
@@ -171,7 +171,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
171
171
|
colorScheme: {
|
|
172
172
|
gray: {};
|
|
173
173
|
};
|
|
174
|
-
}, Record<"input" | "
|
|
174
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
175
175
|
size: {
|
|
176
176
|
md: {
|
|
177
177
|
input: string;
|
|
@@ -183,7 +183,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
|
|
|
183
183
|
colorScheme: {
|
|
184
184
|
gray: {};
|
|
185
185
|
};
|
|
186
|
-
}, Record<"input" | "
|
|
186
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
187
187
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
188
188
|
size: {
|
|
189
189
|
md: {
|
|
@@ -196,7 +196,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
196
196
|
colorScheme: {
|
|
197
197
|
gray: {};
|
|
198
198
|
};
|
|
199
|
-
}, Record<"input" | "
|
|
199
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
200
200
|
size: {
|
|
201
201
|
md: {
|
|
202
202
|
input: string;
|
|
@@ -208,7 +208,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
208
208
|
colorScheme: {
|
|
209
209
|
gray: {};
|
|
210
210
|
};
|
|
211
|
-
}, Record<"input" | "
|
|
211
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
212
212
|
size: {
|
|
213
213
|
md: {
|
|
214
214
|
input: string;
|
|
@@ -220,5 +220,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
220
220
|
colorScheme: {
|
|
221
221
|
gray: {};
|
|
222
222
|
};
|
|
223
|
-
}, Record<"input" | "
|
|
223
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
224
224
|
export declare const Context: (props: Clipboard.ContextProps) => import("react").ReactNode;
|
|
@@ -10,7 +10,7 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
colorScheme: {
|
|
11
11
|
gray: {};
|
|
12
12
|
};
|
|
13
|
-
}, Record<"input" | "
|
|
13
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
|
|
14
14
|
size: {
|
|
15
15
|
md: {
|
|
16
16
|
input: string;
|
|
@@ -22,7 +22,7 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
22
22
|
colorScheme: {
|
|
23
23
|
gray: {};
|
|
24
24
|
};
|
|
25
|
-
}, Record<"input" | "
|
|
25
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
26
26
|
size: {
|
|
27
27
|
md: {
|
|
28
28
|
input: string;
|
|
@@ -34,4 +34,4 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
colorScheme: {
|
|
35
35
|
gray: {};
|
|
36
36
|
};
|
|
37
|
-
}, Record<"input" | "
|
|
37
|
+
}, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
3
3
|
[key: string]: {
|
|
4
4
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
5
5
|
content?: import("tailwind-variants").ClassValue;
|
|
6
|
-
root?: import("tailwind-variants").ClassValue;
|
|
7
6
|
trigger?: import("tailwind-variants").ClassValue;
|
|
7
|
+
root?: import("tailwind-variants").ClassValue;
|
|
8
8
|
indicator?: import("tailwind-variants").ClassValue;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -12,27 +12,27 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
[x: string]: {
|
|
13
13
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
14
14
|
content?: import("tailwind-variants").ClassValue;
|
|
15
|
-
root?: import("tailwind-variants").ClassValue;
|
|
16
15
|
trigger?: import("tailwind-variants").ClassValue;
|
|
16
|
+
root?: import("tailwind-variants").ClassValue;
|
|
17
17
|
indicator?: import("tailwind-variants").ClassValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
} | {}, Record<"content" | "
|
|
20
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
|
|
21
21
|
[key: string]: {
|
|
22
22
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
23
23
|
content?: import("tailwind-variants").ClassValue;
|
|
24
|
-
root?: import("tailwind-variants").ClassValue;
|
|
25
24
|
trigger?: import("tailwind-variants").ClassValue;
|
|
25
|
+
root?: import("tailwind-variants").ClassValue;
|
|
26
26
|
indicator?: import("tailwind-variants").ClassValue;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
} | {}, Record<"content" | "
|
|
29
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
30
30
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
31
31
|
[key: string]: {
|
|
32
32
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
33
33
|
content?: import("tailwind-variants").ClassValue;
|
|
34
|
-
root?: import("tailwind-variants").ClassValue;
|
|
35
34
|
trigger?: import("tailwind-variants").ClassValue;
|
|
35
|
+
root?: import("tailwind-variants").ClassValue;
|
|
36
36
|
indicator?: import("tailwind-variants").ClassValue;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
@@ -40,27 +40,27 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
40
40
|
[x: string]: {
|
|
41
41
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
42
42
|
content?: import("tailwind-variants").ClassValue;
|
|
43
|
-
root?: import("tailwind-variants").ClassValue;
|
|
44
43
|
trigger?: import("tailwind-variants").ClassValue;
|
|
44
|
+
root?: import("tailwind-variants").ClassValue;
|
|
45
45
|
indicator?: import("tailwind-variants").ClassValue;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
} | {}, Record<"content" | "
|
|
48
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
|
|
49
49
|
[key: string]: {
|
|
50
50
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
51
51
|
content?: import("tailwind-variants").ClassValue;
|
|
52
|
-
root?: import("tailwind-variants").ClassValue;
|
|
53
52
|
trigger?: import("tailwind-variants").ClassValue;
|
|
53
|
+
root?: import("tailwind-variants").ClassValue;
|
|
54
54
|
indicator?: import("tailwind-variants").ClassValue;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
} | {}, Record<"content" | "
|
|
57
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
58
58
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
59
59
|
[key: string]: {
|
|
60
60
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
61
61
|
content?: import("tailwind-variants").ClassValue;
|
|
62
|
-
root?: import("tailwind-variants").ClassValue;
|
|
63
62
|
trigger?: import("tailwind-variants").ClassValue;
|
|
63
|
+
root?: import("tailwind-variants").ClassValue;
|
|
64
64
|
indicator?: import("tailwind-variants").ClassValue;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
@@ -68,27 +68,27 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
68
68
|
[x: string]: {
|
|
69
69
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
70
70
|
content?: import("tailwind-variants").ClassValue;
|
|
71
|
-
root?: import("tailwind-variants").ClassValue;
|
|
72
71
|
trigger?: import("tailwind-variants").ClassValue;
|
|
72
|
+
root?: import("tailwind-variants").ClassValue;
|
|
73
73
|
indicator?: import("tailwind-variants").ClassValue;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
} | {}, Record<"content" | "
|
|
76
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
|
|
77
77
|
[key: string]: {
|
|
78
78
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
79
79
|
content?: import("tailwind-variants").ClassValue;
|
|
80
|
-
root?: import("tailwind-variants").ClassValue;
|
|
81
80
|
trigger?: import("tailwind-variants").ClassValue;
|
|
81
|
+
root?: import("tailwind-variants").ClassValue;
|
|
82
82
|
indicator?: import("tailwind-variants").ClassValue;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
} | {}, Record<"content" | "
|
|
85
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
86
86
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
87
87
|
[key: string]: {
|
|
88
88
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
89
89
|
content?: import("tailwind-variants").ClassValue;
|
|
90
|
-
root?: import("tailwind-variants").ClassValue;
|
|
91
90
|
trigger?: import("tailwind-variants").ClassValue;
|
|
91
|
+
root?: import("tailwind-variants").ClassValue;
|
|
92
92
|
indicator?: import("tailwind-variants").ClassValue;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
@@ -96,19 +96,19 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
96
96
|
[x: string]: {
|
|
97
97
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
98
98
|
content?: import("tailwind-variants").ClassValue;
|
|
99
|
-
root?: import("tailwind-variants").ClassValue;
|
|
100
99
|
trigger?: import("tailwind-variants").ClassValue;
|
|
100
|
+
root?: import("tailwind-variants").ClassValue;
|
|
101
101
|
indicator?: import("tailwind-variants").ClassValue;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
} | {}, Record<"content" | "
|
|
104
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
|
|
105
105
|
[key: string]: {
|
|
106
106
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
107
107
|
content?: import("tailwind-variants").ClassValue;
|
|
108
|
-
root?: import("tailwind-variants").ClassValue;
|
|
109
108
|
trigger?: import("tailwind-variants").ClassValue;
|
|
109
|
+
root?: import("tailwind-variants").ClassValue;
|
|
110
110
|
indicator?: import("tailwind-variants").ClassValue;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
|
-
} | {}, Record<"content" | "
|
|
113
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
114
114
|
export declare const Context: (props: Collapsible.ContextProps) => import("react").ReactNode;
|
|
@@ -2,8 +2,8 @@ export declare const collapsibleRecipe: import("tailwind-variants").TVReturnType
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
4
|
content?: import("tailwind-variants").ClassValue;
|
|
5
|
-
root?: import("tailwind-variants").ClassValue;
|
|
6
5
|
trigger?: import("tailwind-variants").ClassValue;
|
|
6
|
+
root?: import("tailwind-variants").ClassValue;
|
|
7
7
|
indicator?: import("tailwind-variants").ClassValue;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
@@ -11,18 +11,18 @@ export declare const collapsibleRecipe: import("tailwind-variants").TVReturnType
|
|
|
11
11
|
[x: string]: {
|
|
12
12
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
13
13
|
content?: import("tailwind-variants").ClassValue;
|
|
14
|
-
root?: import("tailwind-variants").ClassValue;
|
|
15
14
|
trigger?: import("tailwind-variants").ClassValue;
|
|
15
|
+
root?: import("tailwind-variants").ClassValue;
|
|
16
16
|
indicator?: import("tailwind-variants").ClassValue;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
} | {}, Record<"content" | "
|
|
19
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
|
|
20
20
|
[key: string]: {
|
|
21
21
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
22
22
|
content?: import("tailwind-variants").ClassValue;
|
|
23
|
-
root?: import("tailwind-variants").ClassValue;
|
|
24
23
|
trigger?: import("tailwind-variants").ClassValue;
|
|
24
|
+
root?: import("tailwind-variants").ClassValue;
|
|
25
25
|
indicator?: import("tailwind-variants").ClassValue;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
} | {}, Record<"content" | "
|
|
28
|
+
} | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
|