@clerk/ui 0.0.1
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/LICENSE +21 -0
- package/dist/browser/base-account-sdk_ui_0acdd6_0.0.1.js +1 -0
- package/dist/browser/base-account-sdk_ui_76b8c3_0.0.1.js +1 -0
- package/dist/browser/coinbase-wallet-sdk_ui_0acdd6_0.0.1.js +3 -0
- package/dist/browser/coinbase-wallet-sdk_ui_76b8c3_0.0.1.js +3 -0
- package/dist/browser/framework_ui_0acdd6_0.0.1.js +1 -0
- package/dist/browser/framework_ui_76b8c3_0.0.1.js +1 -0
- package/dist/browser/ui-common_ui_0acdd6_0.0.1.js +418 -0
- package/dist/browser/ui-common_ui_76b8c3_0.0.1.js +418 -0
- package/dist/browser/ui.browser.js +3 -0
- package/dist/browser/vendors_ui_0acdd6_0.0.1.js +20 -0
- package/dist/browser/vendors_ui_76b8c3_0.0.1.js +20 -0
- package/dist/browser/zxcvbn-common_ui_0acdd6_0.0.1.js +1 -0
- package/dist/browser/zxcvbn-common_ui_76b8c3_0.0.1.js +1 -0
- package/dist/browser/zxcvbn-ts-core_ui_0acdd6_0.0.1.js +2 -0
- package/dist/browser/zxcvbn-ts-core_ui_76b8c3_0.0.1.js +2 -0
- package/dist/types/ClerkUi.d.ts +12 -0
- package/dist/types/ClerkUi.d.ts.map +1 -0
- package/dist/types/Components.d.ts +41 -0
- package/dist/types/Components.d.ts.map +1 -0
- package/dist/types/baseTheme.d.ts +4 -0
- package/dist/types/baseTheme.d.ts.map +1 -0
- package/dist/types/common/CalloutWithAction.d.ts +13 -0
- package/dist/types/common/CalloutWithAction.d.ts.map +1 -0
- package/dist/types/common/ChooseEnterpriseConnectionCard.d.ts +16 -0
- package/dist/types/common/ChooseEnterpriseConnectionCard.d.ts.map +1 -0
- package/dist/types/common/CustomPageContentContainer.d.ts +3 -0
- package/dist/types/common/CustomPageContentContainer.d.ts.map +1 -0
- package/dist/types/common/DevOnly.d.ts +3 -0
- package/dist/types/common/DevOnly.d.ts.map +1 -0
- package/dist/types/common/EmailLinkCompleteFlowCard.d.ts +4 -0
- package/dist/types/common/EmailLinkCompleteFlowCard.d.ts.map +1 -0
- package/dist/types/common/EmailLinkStatusCard.d.ts +12 -0
- package/dist/types/common/EmailLinkStatusCard.d.ts.map +1 -0
- package/dist/types/common/EmailLinkVerify.d.ts +15 -0
- package/dist/types/common/EmailLinkVerify.d.ts.map +1 -0
- package/dist/types/common/Gate.d.ts +29 -0
- package/dist/types/common/Gate.d.ts.map +1 -0
- package/dist/types/common/InfiniteListSpinner.d.ts +2 -0
- package/dist/types/common/InfiniteListSpinner.d.ts.map +1 -0
- package/dist/types/common/NotificationCountBadge.d.ts +10 -0
- package/dist/types/common/NotificationCountBadge.d.ts.map +1 -0
- package/dist/types/common/PrintableComponent.d.ts +12 -0
- package/dist/types/common/PrintableComponent.d.ts.map +1 -0
- package/dist/types/common/ProviderInitialIcon.d.ts +10 -0
- package/dist/types/common/ProviderInitialIcon.d.ts.map +1 -0
- package/dist/types/common/QRCode.d.ts +9 -0
- package/dist/types/common/QRCode.d.ts.map +1 -0
- package/dist/types/common/RemoveResourceForm.d.ts +12 -0
- package/dist/types/common/RemoveResourceForm.d.ts.map +1 -0
- package/dist/types/common/SSOCallback.d.ts +4 -0
- package/dist/types/common/SSOCallback.d.ts.map +1 -0
- package/dist/types/common/Wizard.d.ts +19 -0
- package/dist/types/common/Wizard.d.ts.map +1 -0
- package/dist/types/common/constants.d.ts +21 -0
- package/dist/types/common/constants.d.ts.map +1 -0
- package/dist/types/common/forms.d.ts +13 -0
- package/dist/types/common/forms.d.ts.map +1 -0
- package/dist/types/common/index.d.ts +18 -0
- package/dist/types/common/index.d.ts.map +1 -0
- package/dist/types/common/organizations/OrganizationPreview.d.ts +26 -0
- package/dist/types/common/organizations/OrganizationPreview.d.ts.map +1 -0
- package/dist/types/common/redirects.d.ts +20 -0
- package/dist/types/common/redirects.d.ts.map +1 -0
- package/dist/types/common/verification.d.ts +8 -0
- package/dist/types/common/verification.d.ts.map +1 -0
- package/dist/types/common/withRedirect.d.ts +28 -0
- package/dist/types/common/withRedirect.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/APIKeyModal.d.ts +8 -0
- package/dist/types/components/ApiKeys/APIKeyModal.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/ApiKeys.d.ts +9 -0
- package/dist/types/components/ApiKeys/ApiKeys.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/ApiKeysTable.d.ts +10 -0
- package/dist/types/components/ApiKeys/ApiKeysTable.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/CopyAPIKeyModal.d.ts +11 -0
- package/dist/types/components/ApiKeys/CopyAPIKeyModal.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/CreateApiKeyForm.d.ts +13 -0
- package/dist/types/components/ApiKeys/CreateApiKeyForm.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/RevokeAPIKeyConfirmationModal.d.ts +12 -0
- package/dist/types/components/ApiKeys/RevokeAPIKeyConfirmationModal.d.ts.map +1 -0
- package/dist/types/components/ApiKeys/utils.d.ts +19 -0
- package/dist/types/components/ApiKeys/utils.d.ts.map +1 -0
- package/dist/types/components/BlankCaptchaModal/index.d.ts +6 -0
- package/dist/types/components/BlankCaptchaModal/index.d.ts.map +1 -0
- package/dist/types/components/Checkout/CheckoutComplete.d.ts +2 -0
- package/dist/types/components/Checkout/CheckoutComplete.d.ts.map +1 -0
- package/dist/types/components/Checkout/CheckoutForm.d.ts +3 -0
- package/dist/types/components/Checkout/CheckoutForm.d.ts.map +1 -0
- package/dist/types/components/Checkout/CheckoutPage.d.ts +14 -0
- package/dist/types/components/Checkout/CheckoutPage.d.ts.map +1 -0
- package/dist/types/components/Checkout/index.d.ts +3 -0
- package/dist/types/components/Checkout/index.d.ts.map +1 -0
- package/dist/types/components/Checkout/parts.d.ts +4 -0
- package/dist/types/components/Checkout/parts.d.ts.map +1 -0
- package/dist/types/components/CreateOrganization/CreateOrganization.d.ts +4 -0
- package/dist/types/components/CreateOrganization/CreateOrganization.d.ts.map +1 -0
- package/dist/types/components/CreateOrganization/CreateOrganizationForm.d.ts +22 -0
- package/dist/types/components/CreateOrganization/CreateOrganizationForm.d.ts.map +1 -0
- package/dist/types/components/CreateOrganization/CreateOrganizationPage.d.ts +2 -0
- package/dist/types/components/CreateOrganization/CreateOrganizationPage.d.ts.map +1 -0
- package/dist/types/components/CreateOrganization/index.d.ts +2 -0
- package/dist/types/components/CreateOrganization/index.d.ts.map +1 -0
- package/dist/types/components/GoogleOneTap/index.d.ts +4 -0
- package/dist/types/components/GoogleOneTap/index.d.ts.map +1 -0
- package/dist/types/components/GoogleOneTap/one-tap-start.d.ts +2 -0
- package/dist/types/components/GoogleOneTap/one-tap-start.d.ts.map +1 -0
- package/dist/types/components/ImpersonationFab/index.d.ts +3 -0
- package/dist/types/components/ImpersonationFab/index.d.ts.map +1 -0
- package/dist/types/components/KeylessPrompt/ClerkLogoIcon.d.ts +2 -0
- package/dist/types/components/KeylessPrompt/ClerkLogoIcon.d.ts.map +1 -0
- package/dist/types/components/KeylessPrompt/KeySlashIcon.d.ts +2 -0
- package/dist/types/components/KeylessPrompt/KeySlashIcon.d.ts.map +1 -0
- package/dist/types/components/KeylessPrompt/index.d.ts +8 -0
- package/dist/types/components/KeylessPrompt/index.d.ts.map +1 -0
- package/dist/types/components/KeylessPrompt/use-revalidate-environment.d.ts +7 -0
- package/dist/types/components/KeylessPrompt/use-revalidate-environment.d.ts.map +1 -0
- package/dist/types/components/OAuthConsent/OAuthConsent.d.ts +3 -0
- package/dist/types/components/OAuthConsent/OAuthConsent.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/OrganizationListPage.d.ts +5 -0
- package/dist/types/components/OrganizationList/OrganizationListPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/UserInvitationList.d.ts +6 -0
- package/dist/types/components/OrganizationList/UserInvitationList.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/UserMembershipList.d.ts +6 -0
- package/dist/types/components/OrganizationList/UserMembershipList.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/UserSuggestionList.d.ts +4 -0
- package/dist/types/components/OrganizationList/UserSuggestionList.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/index.d.ts +2 -0
- package/dist/types/components/OrganizationList/index.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/shared.d.ts +12 -0
- package/dist/types/components/OrganizationList/shared.d.ts.map +1 -0
- package/dist/types/components/OrganizationList/utils.d.ts +13 -0
- package/dist/types/components/OrganizationList/utils.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/ActionConfirmationPage.d.ts +7 -0
- package/dist/types/components/OrganizationProfile/ActionConfirmationPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/ActiveMembersList.d.ts +8 -0
- package/dist/types/components/OrganizationProfile/ActiveMembersList.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/AddDomainForm.d.ts +3 -0
- package/dist/types/components/OrganizationProfile/AddDomainForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/BillingWidget.d.ts +5 -0
- package/dist/types/components/OrganizationProfile/BillingWidget.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/DomainList.d.ts +10 -0
- package/dist/types/components/OrganizationProfile/DomainList.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/EnrollmentBadge.d.ts +5 -0
- package/dist/types/components/OrganizationProfile/EnrollmentBadge.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/InviteMembersForm.d.ts +10 -0
- package/dist/types/components/OrganizationProfile/InviteMembersForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/InviteMembersScreen.d.ts +7 -0
- package/dist/types/components/OrganizationProfile/InviteMembersScreen.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/InvitedMembersList.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/InvitedMembersList.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/MemberListTable.d.ts +32 -0
- package/dist/types/components/OrganizationProfile/MemberListTable.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/MembersActions.d.ts +6 -0
- package/dist/types/components/OrganizationProfile/MembersActions.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/MembersSearch.d.ts +27 -0
- package/dist/types/components/OrganizationProfile/MembersSearch.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/MembershipWidget.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/MembershipWidget.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationApiKeysPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationApiKeysPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationBillingPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationBillingPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationGeneralPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationGeneralPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembers.d.ts +3 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembers.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembersTabInvitations.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembersTabInvitations.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembersTabRequests.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationMembersTabRequests.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationPaymentAttemptPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationPaymentAttemptPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationPlansPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationPlansPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileAvatarUploader.d.ts +6 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileAvatarUploader.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileNavbar.d.ts +5 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileNavbar.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileRoutes.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationProfileRoutes.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/OrganizationStatementPage.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/OrganizationStatementPage.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/ProfileForm.d.ts +3 -0
- package/dist/types/components/OrganizationProfile/ProfileForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/RemoveDomainForm.d.ts +7 -0
- package/dist/types/components/OrganizationProfile/RemoveDomainForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/RemoveDomainScreen.d.ts +6 -0
- package/dist/types/components/OrganizationProfile/RemoveDomainScreen.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/RequestToJoinList.d.ts +2 -0
- package/dist/types/components/OrganizationProfile/RequestToJoinList.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/VerifiedDomainForm.d.ts +8 -0
- package/dist/types/components/OrganizationProfile/VerifiedDomainForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/VerifiedDomainScreen.d.ts +6 -0
- package/dist/types/components/OrganizationProfile/VerifiedDomainScreen.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/VerifyDomainForm.d.ts +8 -0
- package/dist/types/components/OrganizationProfile/VerifyDomainForm.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/VerifyDomainScreen.d.ts +6 -0
- package/dist/types/components/OrganizationProfile/VerifyDomainScreen.d.ts.map +1 -0
- package/dist/types/components/OrganizationProfile/index.d.ts +4 -0
- package/dist/types/components/OrganizationProfile/index.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherPopover.d.ts +9 -0
- package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherPopover.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherTrigger.d.ts +8 -0
- package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherTrigger.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/OtherOrganizationActions.d.ts +7 -0
- package/dist/types/components/OrganizationSwitcher/OtherOrganizationActions.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/UserInvitationSuggestionList.d.ts +8 -0
- package/dist/types/components/OrganizationSwitcher/UserInvitationSuggestionList.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/UserMembershipList.d.ts +8 -0
- package/dist/types/components/OrganizationSwitcher/UserMembershipList.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/index.d.ts +2 -0
- package/dist/types/components/OrganizationSwitcher/index.d.ts.map +1 -0
- package/dist/types/components/OrganizationSwitcher/utils.d.ts +26 -0
- package/dist/types/components/OrganizationSwitcher/utils.d.ts.map +1 -0
- package/dist/types/components/PaymentAttempts/PaymentAttemptPage.d.ts +2 -0
- package/dist/types/components/PaymentAttempts/PaymentAttemptPage.d.ts.map +1 -0
- package/dist/types/components/PaymentAttempts/PaymentAttemptsList.d.ts +2 -0
- package/dist/types/components/PaymentAttempts/PaymentAttemptsList.d.ts.map +1 -0
- package/dist/types/components/PaymentAttempts/index.d.ts +3 -0
- package/dist/types/components/PaymentAttempts/index.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/AddPaymentMethod.d.ts +23 -0
- package/dist/types/components/PaymentMethods/AddPaymentMethod.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/PaymentElementSkeleton.d.ts +3 -0
- package/dist/types/components/PaymentMethods/PaymentElementSkeleton.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/PaymentMethodRow.d.ts +5 -0
- package/dist/types/components/PaymentMethods/PaymentMethodRow.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/PaymentMethods.d.ts +2 -0
- package/dist/types/components/PaymentMethods/PaymentMethods.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/TestPaymentMethod.d.ts +2 -0
- package/dist/types/components/PaymentMethods/TestPaymentMethod.d.ts.map +1 -0
- package/dist/types/components/PaymentMethods/index.d.ts +4 -0
- package/dist/types/components/PaymentMethods/index.d.ts.map +1 -0
- package/dist/types/components/Plans/PlanDetails.d.ts +3 -0
- package/dist/types/components/Plans/PlanDetails.d.ts.map +1 -0
- package/dist/types/components/PricingTable/PricingTable.d.ts +3 -0
- package/dist/types/components/PricingTable/PricingTable.d.ts.map +1 -0
- package/dist/types/components/PricingTable/PricingTableDefault.d.ts +13 -0
- package/dist/types/components/PricingTable/PricingTableDefault.d.ts.map +1 -0
- package/dist/types/components/PricingTable/PricingTableMatrix.d.ts +12 -0
- package/dist/types/components/PricingTable/PricingTableMatrix.d.ts.map +1 -0
- package/dist/types/components/PricingTable/index.d.ts +2 -0
- package/dist/types/components/PricingTable/index.d.ts.map +1 -0
- package/dist/types/components/PricingTable/utils/pricing-footer-state.d.ts +14 -0
- package/dist/types/components/PricingTable/utils/pricing-footer-state.d.ts.map +1 -0
- package/dist/types/components/SessionTasks/index.d.ts +9 -0
- package/dist/types/components/SessionTasks/index.d.ts.map +1 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/ChooseOrganizationScreen.d.ts +6 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/ChooseOrganizationScreen.d.ts.map +1 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/CreateOrganizationScreen.d.ts +6 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/CreateOrganizationScreen.d.ts.map +1 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/index.d.ts +2 -0
- package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/index.d.ts.map +1 -0
- package/dist/types/components/SessionTasks/tasks/withTaskGuard.d.ts +7 -0
- package/dist/types/components/SessionTasks/tasks/withTaskGuard.d.ts.map +1 -0
- package/dist/types/components/SignIn/AlternativeMethods.d.ts +18 -0
- package/dist/types/components/SignIn/AlternativeMethods.d.ts.map +1 -0
- package/dist/types/components/SignIn/HavingTrouble.d.ts +4 -0
- package/dist/types/components/SignIn/HavingTrouble.d.ts.map +1 -0
- package/dist/types/components/SignIn/ResetPassword.d.ts +2 -0
- package/dist/types/components/SignIn/ResetPassword.d.ts.map +1 -0
- package/dist/types/components/SignIn/ResetPasswordSuccess.d.ts +2 -0
- package/dist/types/components/SignIn/ResetPasswordSuccess.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInAccountSwitcher.d.ts +5 -0
- package/dist/types/components/SignIn/SignInAccountSwitcher.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInAlternativePhoneCodePhoneNumberCard.d.ts +11 -0
- package/dist/types/components/SignIn/SignInAlternativePhoneCodePhoneNumberCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOne.d.ts +5 -0
- package/dist/types/components/SignIn/SignInFactorOne.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneAlternativeChannelCodeForm.d.ts +17 -0
- package/dist/types/components/SignIn/SignInFactorOneAlternativeChannelCodeForm.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneAlternativePhoneCodeCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorOneAlternativePhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneCodeForm.d.ts +16 -0
- package/dist/types/components/SignIn/SignInFactorOneCodeForm.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneEmailCodeCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorOneEmailCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneEmailLinkCard.d.ts +10 -0
- package/dist/types/components/SignIn/SignInFactorOneEmailLinkCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneEnterpriseConnections.d.ts +3 -0
- package/dist/types/components/SignIn/SignInFactorOneEnterpriseConnections.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOneForgotPasswordCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorOneForgotPasswordCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOnePasskey.d.ts +9 -0
- package/dist/types/components/SignIn/SignInFactorOnePasskey.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOnePasswordCard.d.ts +9 -0
- package/dist/types/components/SignIn/SignInFactorOnePasswordCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorOnePhoneCodeCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorOnePhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwo.d.ts +5 -0
- package/dist/types/components/SignIn/SignInFactorTwo.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwoAlternativeMethods.d.ts +10 -0
- package/dist/types/components/SignIn/SignInFactorTwoAlternativeMethods.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwoBackupCodeCard.d.ts +7 -0
- package/dist/types/components/SignIn/SignInFactorTwoBackupCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwoCodeForm.d.ts +18 -0
- package/dist/types/components/SignIn/SignInFactorTwoCodeForm.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwoPhoneCodeCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorTwoPhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInFactorTwoTOTPCard.d.ts +8 -0
- package/dist/types/components/SignIn/SignInFactorTwoTOTPCard.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInSSOCallback.d.ts +5 -0
- package/dist/types/components/SignIn/SignInSSOCallback.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInSocialButtons.d.ts +8 -0
- package/dist/types/components/SignIn/SignInSocialButtons.d.ts.map +1 -0
- package/dist/types/components/SignIn/SignInStart.d.ts +5 -0
- package/dist/types/components/SignIn/SignInStart.d.ts.map +1 -0
- package/dist/types/components/SignIn/handleCombinedFlowTransfer.d.ts +28 -0
- package/dist/types/components/SignIn/handleCombinedFlowTransfer.d.ts.map +1 -0
- package/dist/types/components/SignIn/index.d.ts +5 -0
- package/dist/types/components/SignIn/index.d.ts.map +1 -0
- package/dist/types/components/SignIn/lazy-sign-up.d.ts +27 -0
- package/dist/types/components/SignIn/lazy-sign-up.d.ts.map +1 -0
- package/dist/types/components/SignIn/shared.d.ts +15 -0
- package/dist/types/components/SignIn/shared.d.ts.map +1 -0
- package/dist/types/components/SignIn/useResetPasswordFactor.d.ts +3 -0
- package/dist/types/components/SignIn/useResetPasswordFactor.d.ts.map +1 -0
- package/dist/types/components/SignIn/utils.d.ts +11 -0
- package/dist/types/components/SignIn/utils.d.ts.map +1 -0
- package/dist/types/components/SignIn/withHavingTrouble.d.ts +4 -0
- package/dist/types/components/SignIn/withHavingTrouble.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpContinue.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpContinue.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpEmailCodeCard.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpEmailCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpEmailLinkCard.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpEmailLinkCard.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpEnterpriseConnections.d.ts +8 -0
- package/dist/types/components/SignUp/SignUpEnterpriseConnections.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpForm.d.ts +14 -0
- package/dist/types/components/SignUp/SignUpForm.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpPhoneCodeCard.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpPhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpRestrictedAccess.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpRestrictedAccess.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpSSOCallback.d.ts +5 -0
- package/dist/types/components/SignUp/SignUpSSOCallback.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpSocialButtons.d.ts +10 -0
- package/dist/types/components/SignUp/SignUpSocialButtons.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpStart.d.ts +5 -0
- package/dist/types/components/SignUp/SignUpStart.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpStartAlternativePhoneCodePhoneNumberCard.d.ts +13 -0
- package/dist/types/components/SignUp/SignUpStartAlternativePhoneCodePhoneNumberCard.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpVerificationCodeForm.d.ts +18 -0
- package/dist/types/components/SignUp/SignUpVerificationCodeForm.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpVerifyEmail.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpVerifyEmail.d.ts.map +1 -0
- package/dist/types/components/SignUp/SignUpVerifyPhone.d.ts +2 -0
- package/dist/types/components/SignUp/SignUpVerifyPhone.d.ts.map +1 -0
- package/dist/types/components/SignUp/index.d.ts +11 -0
- package/dist/types/components/SignUp/index.d.ts.map +1 -0
- package/dist/types/components/SignUp/signUpFormHelpers.d.ts +49 -0
- package/dist/types/components/SignUp/signUpFormHelpers.d.ts.map +1 -0
- package/dist/types/components/SignUp/util.d.ts +2 -0
- package/dist/types/components/SignUp/util.d.ts.map +1 -0
- package/dist/types/components/Statements/Statement.d.ts +61 -0
- package/dist/types/components/Statements/Statement.d.ts.map +1 -0
- package/dist/types/components/Statements/StatementPage.d.ts +2 -0
- package/dist/types/components/Statements/StatementPage.d.ts.map +1 -0
- package/dist/types/components/Statements/StatementsList.d.ts +2 -0
- package/dist/types/components/Statements/StatementsList.d.ts.map +1 -0
- package/dist/types/components/Statements/index.d.ts +3 -0
- package/dist/types/components/Statements/index.d.ts.map +1 -0
- package/dist/types/components/SubscriptionDetails/index.d.ts +3 -0
- package/dist/types/components/SubscriptionDetails/index.d.ts.map +1 -0
- package/dist/types/components/Subscriptions/SubscriptionsList.d.ts +8 -0
- package/dist/types/components/Subscriptions/SubscriptionsList.d.ts.map +1 -0
- package/dist/types/components/Subscriptions/badge.d.ts +11 -0
- package/dist/types/components/Subscriptions/badge.d.ts.map +1 -0
- package/dist/types/components/Subscriptions/index.d.ts +2 -0
- package/dist/types/components/Subscriptions/index.d.ts.map +1 -0
- package/dist/types/components/UserAvatar/index.d.ts +4 -0
- package/dist/types/components/UserAvatar/index.d.ts.map +1 -0
- package/dist/types/components/UserButton/SessionActions.d.ts +38 -0
- package/dist/types/components/UserButton/SessionActions.d.ts.map +1 -0
- package/dist/types/components/UserButton/UserButtonPopover.d.ts +9 -0
- package/dist/types/components/UserButton/UserButtonPopover.d.ts.map +1 -0
- package/dist/types/components/UserButton/UserButtonTopLevelIdentifier.d.ts +6 -0
- package/dist/types/components/UserButton/UserButtonTopLevelIdentifier.d.ts.map +1 -0
- package/dist/types/components/UserButton/UserButtonTrigger.d.ts +8 -0
- package/dist/types/components/UserButton/UserButtonTrigger.d.ts.map +1 -0
- package/dist/types/components/UserButton/index.d.ts +2 -0
- package/dist/types/components/UserButton/index.d.ts.map +1 -0
- package/dist/types/components/UserButton/useMultisessionActions.d.ts +23 -0
- package/dist/types/components/UserButton/useMultisessionActions.d.ts.map +1 -0
- package/dist/types/components/UserProfile/AccountPage.d.ts +2 -0
- package/dist/types/components/UserProfile/AccountPage.d.ts.map +1 -0
- package/dist/types/components/UserProfile/ActiveDevicesSection.d.ts +2 -0
- package/dist/types/components/UserProfile/ActiveDevicesSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/AddAuthenticatorApp.d.ts +8 -0
- package/dist/types/components/UserProfile/AddAuthenticatorApp.d.ts.map +1 -0
- package/dist/types/components/UserProfile/ApiKeysPage.d.ts +2 -0
- package/dist/types/components/UserProfile/ApiKeysPage.d.ts.map +1 -0
- package/dist/types/components/UserProfile/BillingPage.d.ts +2 -0
- package/dist/types/components/UserProfile/BillingPage.d.ts.map +1 -0
- package/dist/types/components/UserProfile/ConnectedAccountsMenu.d.ts +4 -0
- package/dist/types/components/UserProfile/ConnectedAccountsMenu.d.ts.map +1 -0
- package/dist/types/components/UserProfile/ConnectedAccountsSection.d.ts +4 -0
- package/dist/types/components/UserProfile/ConnectedAccountsSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/DeleteSection.d.ts +2 -0
- package/dist/types/components/UserProfile/DeleteSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/DeleteUserForm.d.ts +3 -0
- package/dist/types/components/UserProfile/DeleteUserForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/EmailForm.d.ts +11 -0
- package/dist/types/components/UserProfile/EmailForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/EmailsSection.d.ts +4 -0
- package/dist/types/components/UserProfile/EmailsSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/EnterpriseAccountsSection.d.ts +2 -0
- package/dist/types/components/UserProfile/EnterpriseAccountsSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/LinkButtonWithDescription.d.ts +13 -0
- package/dist/types/components/UserProfile/LinkButtonWithDescription.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaBackupCodeCreateForm.d.ts +3 -0
- package/dist/types/components/UserProfile/MfaBackupCodeCreateForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaBackupCodeList.d.ts +8 -0
- package/dist/types/components/UserProfile/MfaBackupCodeList.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaBackupCodeScreen.d.ts +3 -0
- package/dist/types/components/UserProfile/MfaBackupCodeScreen.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaBackupCodeTile.d.ts +4 -0
- package/dist/types/components/UserProfile/MfaBackupCodeTile.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaForm.d.ts +8 -0
- package/dist/types/components/UserProfile/MfaForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaPhoneCodeScreen.d.ts +12 -0
- package/dist/types/components/UserProfile/MfaPhoneCodeScreen.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaScreens.d.ts +13 -0
- package/dist/types/components/UserProfile/MfaScreens.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaSection.d.ts +2 -0
- package/dist/types/components/UserProfile/MfaSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/MfaTOTPScreen.d.ts +3 -0
- package/dist/types/components/UserProfile/MfaTOTPScreen.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PasskeySection.d.ts +10 -0
- package/dist/types/components/UserProfile/PasskeySection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PasswordForm.d.ts +3 -0
- package/dist/types/components/UserProfile/PasswordForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PasswordSection.d.ts +2 -0
- package/dist/types/components/UserProfile/PasswordSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PhoneForm.d.ts +21 -0
- package/dist/types/components/UserProfile/PhoneForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PhoneSection.d.ts +4 -0
- package/dist/types/components/UserProfile/PhoneSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/PlansPage.d.ts +2 -0
- package/dist/types/components/UserProfile/PlansPage.d.ts.map +1 -0
- package/dist/types/components/UserProfile/ProfileForm.d.ts +3 -0
- package/dist/types/components/UserProfile/ProfileForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/RemoveResourceForm.d.ts +30 -0
- package/dist/types/components/UserProfile/RemoveResourceForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/SecurityPage.d.ts +2 -0
- package/dist/types/components/UserProfile/SecurityPage.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UserProfileAvatarUploader.d.ts +6 -0
- package/dist/types/components/UserProfile/UserProfileAvatarUploader.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UserProfileNavbar.d.ts +5 -0
- package/dist/types/components/UserProfile/UserProfileNavbar.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UserProfileRoutes.d.ts +2 -0
- package/dist/types/components/UserProfile/UserProfileRoutes.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UserProfileSection.d.ts +2 -0
- package/dist/types/components/UserProfile/UserProfileSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UsernameForm.d.ts +3 -0
- package/dist/types/components/UserProfile/UsernameForm.d.ts.map +1 -0
- package/dist/types/components/UserProfile/UsernameSection.d.ts +2 -0
- package/dist/types/components/UserProfile/UsernameSection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/VerifyTOTP.d.ts +9 -0
- package/dist/types/components/UserProfile/VerifyTOTP.d.ts.map +1 -0
- package/dist/types/components/UserProfile/VerifyWithCode.d.ts +11 -0
- package/dist/types/components/UserProfile/VerifyWithCode.d.ts.map +1 -0
- package/dist/types/components/UserProfile/VerifyWithEnterpriseConnection.d.ts +9 -0
- package/dist/types/components/UserProfile/VerifyWithEnterpriseConnection.d.ts.map +1 -0
- package/dist/types/components/UserProfile/VerifyWithLink.d.ts +10 -0
- package/dist/types/components/UserProfile/VerifyWithLink.d.ts.map +1 -0
- package/dist/types/components/UserProfile/Web3Form.d.ts +4 -0
- package/dist/types/components/UserProfile/Web3Form.d.ts.map +1 -0
- package/dist/types/components/UserProfile/Web3Section.d.ts +4 -0
- package/dist/types/components/UserProfile/Web3Section.d.ts.map +1 -0
- package/dist/types/components/UserProfile/index.d.ts +4 -0
- package/dist/types/components/UserProfile/index.d.ts.map +1 -0
- package/dist/types/components/UserProfile/utils.d.ts +12 -0
- package/dist/types/components/UserProfile/utils.d.ts.map +1 -0
- package/dist/types/components/UserVerification/AlternativeMethods.d.ts +15 -0
- package/dist/types/components/UserVerification/AlternativeMethods.d.ts.map +1 -0
- package/dist/types/components/UserVerification/HavingTrouble.d.ts +4 -0
- package/dist/types/components/UserVerification/HavingTrouble.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorOneCodeForm.d.ts +16 -0
- package/dist/types/components/UserVerification/UVFactorOneCodeForm.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorOneEmailCodeCard.d.ts +8 -0
- package/dist/types/components/UserVerification/UVFactorOneEmailCodeCard.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorOnePasskeysCard.d.ts +7 -0
- package/dist/types/components/UserVerification/UVFactorOnePasskeysCard.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorOnePhoneCodeCard.d.ts +8 -0
- package/dist/types/components/UserVerification/UVFactorOnePhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorTwoAlternativeMethods.d.ts +11 -0
- package/dist/types/components/UserVerification/UVFactorTwoAlternativeMethods.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorTwoBackupCodeCard.d.ts +7 -0
- package/dist/types/components/UserVerification/UVFactorTwoBackupCodeCard.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorTwoCodeForm.d.ts +19 -0
- package/dist/types/components/UserVerification/UVFactorTwoCodeForm.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UVFactorTwoPhoneCodeCard.d.ts +8 -0
- package/dist/types/components/UserVerification/UVFactorTwoPhoneCodeCard.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UserVerificationFactorOne.d.ts +4 -0
- package/dist/types/components/UserVerification/UserVerificationFactorOne.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UserVerificationFactorOnePassword.d.ts +7 -0
- package/dist/types/components/UserVerification/UserVerificationFactorOnePassword.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UserVerificationFactorTwo.d.ts +4 -0
- package/dist/types/components/UserVerification/UserVerificationFactorTwo.d.ts.map +1 -0
- package/dist/types/components/UserVerification/UserVerificationFactorTwoTOTP.d.ts +8 -0
- package/dist/types/components/UserVerification/UserVerificationFactorTwoTOTP.d.ts.map +1 -0
- package/dist/types/components/UserVerification/index.d.ts +6 -0
- package/dist/types/components/UserVerification/index.d.ts.map +1 -0
- package/dist/types/components/UserVerification/use-after-verification.d.ts +6 -0
- package/dist/types/components/UserVerification/use-after-verification.d.ts.map +1 -0
- package/dist/types/components/UserVerification/useReverificationAlternativeStrategies.d.ts +11 -0
- package/dist/types/components/UserVerification/useReverificationAlternativeStrategies.d.ts.map +1 -0
- package/dist/types/components/UserVerification/useUserVerificationSession.d.ts +17 -0
- package/dist/types/components/UserVerification/useUserVerificationSession.d.ts.map +1 -0
- package/dist/types/components/UserVerification/utils.d.ts +3 -0
- package/dist/types/components/UserVerification/utils.d.ts.map +1 -0
- package/dist/types/components/UserVerification/withHavingTrouble.d.ts +4 -0
- package/dist/types/components/UserVerification/withHavingTrouble.d.ts.map +1 -0
- package/dist/types/components/Waitlist/WaitlistForm.d.ts +8 -0
- package/dist/types/components/Waitlist/WaitlistForm.d.ts.map +1 -0
- package/dist/types/components/Waitlist/index.d.ts +4 -0
- package/dist/types/components/Waitlist/index.d.ts.map +1 -0
- package/dist/types/components/Waitlist/waitlistFormHelpers.d.ts +10 -0
- package/dist/types/components/Waitlist/waitlistFormHelpers.d.ts.map +1 -0
- package/dist/types/components/prefetch-organization-list.d.ts +2 -0
- package/dist/types/components/prefetch-organization-list.d.ts.map +1 -0
- package/dist/types/constants.d.ts +19 -0
- package/dist/types/constants.d.ts.map +1 -0
- package/dist/types/contexts/AcceptedUserInvitations.d.ts +19 -0
- package/dist/types/contexts/AcceptedUserInvitations.d.ts.map +1 -0
- package/dist/types/contexts/ClerkUIComponentsContext.d.ts +9 -0
- package/dist/types/contexts/ClerkUIComponentsContext.d.ts.map +1 -0
- package/dist/types/contexts/CoreClerkContextWrapper.d.ts +10 -0
- package/dist/types/contexts/CoreClerkContextWrapper.d.ts.map +1 -0
- package/dist/types/contexts/CoreClientContext.d.ts +4 -0
- package/dist/types/contexts/CoreClientContext.d.ts.map +1 -0
- package/dist/types/contexts/CoreSessionContext.d.ts +3 -0
- package/dist/types/contexts/CoreSessionContext.d.ts.map +1 -0
- package/dist/types/contexts/CoreUserContext.d.ts +3 -0
- package/dist/types/contexts/CoreUserContext.d.ts.map +1 -0
- package/dist/types/contexts/EnvironmentContext.d.ts +10 -0
- package/dist/types/contexts/EnvironmentContext.d.ts.map +1 -0
- package/dist/types/contexts/OptionsContext.d.ts +11 -0
- package/dist/types/contexts/OptionsContext.d.ts.map +1 -0
- package/dist/types/contexts/components/ApiKeys.d.ts +11 -0
- package/dist/types/contexts/components/ApiKeys.d.ts.map +1 -0
- package/dist/types/contexts/components/Checkout.d.ts +15 -0
- package/dist/types/contexts/components/Checkout.d.ts.map +1 -0
- package/dist/types/contexts/components/CreateOrganization.d.ts +25 -0
- package/dist/types/contexts/components/CreateOrganization.d.ts.map +1 -0
- package/dist/types/contexts/components/GoogleOneTap.d.ts +14 -0
- package/dist/types/contexts/components/GoogleOneTap.d.ts.map +1 -0
- package/dist/types/contexts/components/OAuthConsent.d.ts +4 -0
- package/dist/types/contexts/components/OAuthConsent.d.ts.map +1 -0
- package/dist/types/contexts/components/OrganizationList.d.ts +18 -0
- package/dist/types/contexts/components/OrganizationList.d.ts.map +1 -0
- package/dist/types/contexts/components/OrganizationProfile.d.ts +22 -0
- package/dist/types/contexts/components/OrganizationProfile.d.ts.map +1 -0
- package/dist/types/contexts/components/OrganizationSwitcher.d.ts +97 -0
- package/dist/types/contexts/components/OrganizationSwitcher.d.ts.map +1 -0
- package/dist/types/contexts/components/Plans.d.ts +123 -0
- package/dist/types/contexts/components/Plans.d.ts.map +1 -0
- package/dist/types/contexts/components/PricingTable.d.ts +14 -0
- package/dist/types/contexts/components/PricingTable.d.ts.map +1 -0
- package/dist/types/contexts/components/SessionTasks.d.ts +6 -0
- package/dist/types/contexts/components/SessionTasks.d.ts.map +1 -0
- package/dist/types/contexts/components/SignIn.d.ts +26 -0
- package/dist/types/contexts/components/SignIn.d.ts.map +1 -0
- package/dist/types/contexts/components/SignOut.d.ts +8 -0
- package/dist/types/contexts/components/SignOut.d.ts.map +1 -0
- package/dist/types/contexts/components/SignUp.d.ts +25 -0
- package/dist/types/contexts/components/SignUp.d.ts.map +1 -0
- package/dist/types/contexts/components/SubscriberType.d.ts +5 -0
- package/dist/types/contexts/components/SubscriberType.d.ts.map +1 -0
- package/dist/types/contexts/components/SubscriptionDetails.d.ts +11 -0
- package/dist/types/contexts/components/SubscriptionDetails.d.ts.map +1 -0
- package/dist/types/contexts/components/UserAvatar.d.ts +8 -0
- package/dist/types/contexts/components/UserAvatar.d.ts.map +1 -0
- package/dist/types/contexts/components/UserButton.d.ts +38 -0
- package/dist/types/contexts/components/UserButton.d.ts.map +1 -0
- package/dist/types/contexts/components/UserProfile.d.ts +20 -0
- package/dist/types/contexts/components/UserProfile.d.ts.map +1 -0
- package/dist/types/contexts/components/UserVerification.d.ts +5 -0
- package/dist/types/contexts/components/UserVerification.d.ts.map +1 -0
- package/dist/types/contexts/components/Waitlist.d.ts +9 -0
- package/dist/types/contexts/components/Waitlist.d.ts.map +1 -0
- package/dist/types/contexts/components/index.d.ts +21 -0
- package/dist/types/contexts/components/index.d.ts.map +1 -0
- package/dist/types/contexts/index.d.ts +9 -0
- package/dist/types/contexts/index.d.ts.map +1 -0
- package/dist/types/contexts/utils.d.ts +9 -0
- package/dist/types/contexts/utils.d.ts.map +1 -0
- package/dist/types/customizables/AppearanceContext.d.ts +7 -0
- package/dist/types/customizables/AppearanceContext.d.ts.map +1 -0
- package/dist/types/customizables/Flow.d.ts +15 -0
- package/dist/types/customizables/Flow.d.ts.map +1 -0
- package/dist/types/customizables/classGeneration.d.ts +13 -0
- package/dist/types/customizables/classGeneration.d.ts.map +1 -0
- package/dist/types/customizables/elementDescriptors.d.ts +37 -0
- package/dist/types/customizables/elementDescriptors.d.ts.map +1 -0
- package/dist/types/customizables/index.d.ts +361 -0
- package/dist/types/customizables/index.d.ts.map +1 -0
- package/dist/types/customizables/makeCustomizable.d.ts +42 -0
- package/dist/types/customizables/makeCustomizable.d.ts.map +1 -0
- package/dist/types/customizables/makeResponsive.d.ts +9 -0
- package/dist/types/customizables/makeResponsive.d.ts.map +1 -0
- package/dist/types/customizables/parseAppearance.d.ts +28 -0
- package/dist/types/customizables/parseAppearance.d.ts.map +1 -0
- package/dist/types/customizables/parseVariables.d.ts +30 -0
- package/dist/types/customizables/parseVariables.d.ts.map +1 -0
- package/dist/types/customizables/sanitizeDomProps.d.ts +7 -0
- package/dist/types/customizables/sanitizeDomProps.d.ts.map +1 -0
- package/dist/types/elements/Action/ActionCard.d.ts +8 -0
- package/dist/types/elements/Action/ActionCard.d.ts.map +1 -0
- package/dist/types/elements/Action/ActionClosed.d.ts +7 -0
- package/dist/types/elements/Action/ActionClosed.d.ts.map +1 -0
- package/dist/types/elements/Action/ActionOpen.d.ts +7 -0
- package/dist/types/elements/Action/ActionOpen.d.ts.map +1 -0
- package/dist/types/elements/Action/ActionRoot.d.ts +29 -0
- package/dist/types/elements/Action/ActionRoot.d.ts.map +1 -0
- package/dist/types/elements/Action/ActionTrigger.d.ts +8 -0
- package/dist/types/elements/Action/ActionTrigger.d.ts.map +1 -0
- package/dist/types/elements/Action/index.d.ts +34 -0
- package/dist/types/elements/Action/index.d.ts.map +1 -0
- package/dist/types/elements/Actions.d.ts +24 -0
- package/dist/types/elements/Actions.d.ts.map +1 -0
- package/dist/types/elements/Alert.d.ts +12 -0
- package/dist/types/elements/Alert.d.ts.map +1 -0
- package/dist/types/elements/Animated.d.ts +7 -0
- package/dist/types/elements/Animated.d.ts.map +1 -0
- package/dist/types/elements/ApplicationLogo.d.ts +25 -0
- package/dist/types/elements/ApplicationLogo.d.ts.map +1 -0
- package/dist/types/elements/ArrowBlockButton.d.ts +26 -0
- package/dist/types/elements/ArrowBlockButton.d.ts.map +1 -0
- package/dist/types/elements/Avatar.d.ts +17 -0
- package/dist/types/elements/Avatar.d.ts.map +1 -0
- package/dist/types/elements/AvatarUploader.d.ts +11 -0
- package/dist/types/elements/AvatarUploader.d.ts.map +1 -0
- package/dist/types/elements/BackLink.d.ts +10 -0
- package/dist/types/elements/BackLink.d.ts.map +1 -0
- package/dist/types/elements/Badge.d.ts +7 -0
- package/dist/types/elements/Badge.d.ts.map +1 -0
- package/dist/types/elements/CaptchaElement.d.ts +8 -0
- package/dist/types/elements/CaptchaElement.d.ts.map +1 -0
- package/dist/types/elements/Card/CardAction.d.ts +13 -0
- package/dist/types/elements/Card/CardAction.d.ts.map +1 -0
- package/dist/types/elements/Card/CardAlert.d.ts +5 -0
- package/dist/types/elements/Card/CardAlert.d.ts.map +1 -0
- package/dist/types/elements/Card/CardClerkAndPagesTag.d.ts +14 -0
- package/dist/types/elements/Card/CardClerkAndPagesTag.d.ts.map +1 -0
- package/dist/types/elements/Card/CardContent.d.ts +8 -0
- package/dist/types/elements/Card/CardContent.d.ts.map +1 -0
- package/dist/types/elements/Card/CardFooter.d.ts +10 -0
- package/dist/types/elements/Card/CardFooter.d.ts.map +1 -0
- package/dist/types/elements/Card/CardRoot.d.ts +9 -0
- package/dist/types/elements/Card/CardRoot.d.ts.map +1 -0
- package/dist/types/elements/Card/index.d.ts +46 -0
- package/dist/types/elements/Card/index.d.ts.map +1 -0
- package/dist/types/elements/ClipboardInput.d.ts +10 -0
- package/dist/types/elements/ClipboardInput.d.ts.map +1 -0
- package/dist/types/elements/CodeControl.d.ts +49 -0
- package/dist/types/elements/CodeControl.d.ts.map +1 -0
- package/dist/types/elements/DataTable.d.ts +21 -0
- package/dist/types/elements/DataTable.d.ts.map +1 -0
- package/dist/types/elements/DevModeNotice.d.ts +11 -0
- package/dist/types/elements/DevModeNotice.d.ts.map +1 -0
- package/dist/types/elements/Divider.d.ts +10 -0
- package/dist/types/elements/Divider.d.ts.map +1 -0
- package/dist/types/elements/Drawer.d.ts +87 -0
- package/dist/types/elements/Drawer.d.ts.map +1 -0
- package/dist/types/elements/ErrorCard.d.ts +12 -0
- package/dist/types/elements/ErrorCard.d.ts.map +1 -0
- package/dist/types/elements/FieldControl.d.ts +51 -0
- package/dist/types/elements/FieldControl.d.ts.map +1 -0
- package/dist/types/elements/Form.d.ts +47 -0
- package/dist/types/elements/Form.d.ts.map +1 -0
- package/dist/types/elements/FormButtons.d.ts +15 -0
- package/dist/types/elements/FormButtons.d.ts.map +1 -0
- package/dist/types/elements/FormContainer.d.ts +17 -0
- package/dist/types/elements/FormContainer.d.ts.map +1 -0
- package/dist/types/elements/FormControl.d.ts +14 -0
- package/dist/types/elements/FormControl.d.ts.map +1 -0
- package/dist/types/elements/FormattedPhoneNumber.d.ts +9 -0
- package/dist/types/elements/FormattedPhoneNumber.d.ts.map +1 -0
- package/dist/types/elements/FullHeightLoader.d.ts +2 -0
- package/dist/types/elements/FullHeightLoader.d.ts.map +1 -0
- package/dist/types/elements/Gauge.d.ts +10 -0
- package/dist/types/elements/Gauge.d.ts.map +1 -0
- package/dist/types/elements/Header.d.ts +15 -0
- package/dist/types/elements/Header.d.ts.map +1 -0
- package/dist/types/elements/IconButton.d.ts +9 -0
- package/dist/types/elements/IconButton.d.ts.map +1 -0
- package/dist/types/elements/IconCircle.d.ts +10 -0
- package/dist/types/elements/IconCircle.d.ts.map +1 -0
- package/dist/types/elements/IdentityPreview.d.ts +11 -0
- package/dist/types/elements/IdentityPreview.d.ts.map +1 -0
- package/dist/types/elements/InformationBox.d.ts +7 -0
- package/dist/types/elements/InformationBox.d.ts.map +1 -0
- package/dist/types/elements/InputGroup.d.ts +11 -0
- package/dist/types/elements/InputGroup.d.ts.map +1 -0
- package/dist/types/elements/InputWithIcon.d.ts +9 -0
- package/dist/types/elements/InputWithIcon.d.ts.map +1 -0
- package/dist/types/elements/InvisibleRootBox.d.ts +14 -0
- package/dist/types/elements/InvisibleRootBox.d.ts.map +1 -0
- package/dist/types/elements/LegalConsentCheckbox.d.ts +9 -0
- package/dist/types/elements/LegalConsentCheckbox.d.ts.map +1 -0
- package/dist/types/elements/LineItems.d.ts +52 -0
- package/dist/types/elements/LineItems.d.ts.map +1 -0
- package/dist/types/elements/LinkRenderer.d.ts +9 -0
- package/dist/types/elements/LinkRenderer.d.ts.map +1 -0
- package/dist/types/elements/LoadingCard.d.ts +4 -0
- package/dist/types/elements/LoadingCard.d.ts.map +1 -0
- package/dist/types/elements/Menu.d.ts +35 -0
- package/dist/types/elements/Menu.d.ts.map +1 -0
- package/dist/types/elements/Modal.d.ts +26 -0
- package/dist/types/elements/Modal.d.ts.map +1 -0
- package/dist/types/elements/Navbar.d.ts +37 -0
- package/dist/types/elements/Navbar.d.ts.map +1 -0
- package/dist/types/elements/OrganizationAvatar.d.ts +7 -0
- package/dist/types/elements/OrganizationAvatar.d.ts.map +1 -0
- package/dist/types/elements/OrganizationPreview.d.ts +18 -0
- package/dist/types/elements/OrganizationPreview.d.ts.map +1 -0
- package/dist/types/elements/Pagination.d.ts +24 -0
- package/dist/types/elements/Pagination.d.ts.map +1 -0
- package/dist/types/elements/PasswordInput.d.ts +15 -0
- package/dist/types/elements/PasswordInput.d.ts.map +1 -0
- package/dist/types/elements/PersonalWorkspacePreview.d.ts +3 -0
- package/dist/types/elements/PersonalWorkspacePreview.d.ts.map +1 -0
- package/dist/types/elements/PhoneInput/countryCodeData.d.ts +23 -0
- package/dist/types/elements/PhoneInput/countryCodeData.d.ts.map +1 -0
- package/dist/types/elements/PhoneInput/index.d.ts +14 -0
- package/dist/types/elements/PhoneInput/index.d.ts.map +1 -0
- package/dist/types/elements/PhoneInput/useFormattedPhoneNumber.d.ts +17 -0
- package/dist/types/elements/PhoneInput/useFormattedPhoneNumber.d.ts.map +1 -0
- package/dist/types/elements/Popover.d.ts +24 -0
- package/dist/types/elements/Popover.d.ts.map +1 -0
- package/dist/types/elements/PopoverCard.d.ts +17 -0
- package/dist/types/elements/PopoverCard.d.ts.map +1 -0
- package/dist/types/elements/Portal.d.ts +5 -0
- package/dist/types/elements/Portal.d.ts.map +1 -0
- package/dist/types/elements/PreviewButton.d.ts +10 -0
- package/dist/types/elements/PreviewButton.d.ts.map +1 -0
- package/dist/types/elements/ProfileCard/ProfileCardContent.d.ts +8 -0
- package/dist/types/elements/ProfileCard/ProfileCardContent.d.ts.map +1 -0
- package/dist/types/elements/ProfileCard/ProfileCardRoot.d.ts +8 -0
- package/dist/types/elements/ProfileCard/ProfileCardRoot.d.ts.map +1 -0
- package/dist/types/elements/ProfileCard/index.d.ts +15 -0
- package/dist/types/elements/ProfileCard/index.d.ts.map +1 -0
- package/dist/types/elements/RadioGroup.d.ts +12 -0
- package/dist/types/elements/RadioGroup.d.ts.map +1 -0
- package/dist/types/elements/ReversibleContainer.d.ts +3 -0
- package/dist/types/elements/ReversibleContainer.d.ts.map +1 -0
- package/dist/types/elements/RootBox.d.ts +4 -0
- package/dist/types/elements/RootBox.d.ts.map +1 -0
- package/dist/types/elements/RouterLink.d.ts +8 -0
- package/dist/types/elements/RouterLink.d.ts.map +1 -0
- package/dist/types/elements/Section.d.ts +61 -0
- package/dist/types/elements/Section.d.ts.map +1 -0
- package/dist/types/elements/SegmentedControl.d.ts +25 -0
- package/dist/types/elements/SegmentedControl.d.ts.map +1 -0
- package/dist/types/elements/Select.d.ts +35 -0
- package/dist/types/elements/Select.d.ts.map +1 -0
- package/dist/types/elements/SocialButtons.d.ts +17 -0
- package/dist/types/elements/SocialButtons.d.ts.map +1 -0
- package/dist/types/elements/SuccessPage.d.ts +14 -0
- package/dist/types/elements/SuccessPage.d.ts.map +1 -0
- package/dist/types/elements/Switch.d.ts +12 -0
- package/dist/types/elements/Switch.d.ts.map +1 -0
- package/dist/types/elements/Tabs.d.ts +21 -0
- package/dist/types/elements/Tabs.d.ts.map +1 -0
- package/dist/types/elements/TagInput.d.ts +16 -0
- package/dist/types/elements/TagInput.d.ts.map +1 -0
- package/dist/types/elements/ThreeDotsMenu.d.ts +16 -0
- package/dist/types/elements/ThreeDotsMenu.d.ts.map +1 -0
- package/dist/types/elements/TimerButton.d.ts +10 -0
- package/dist/types/elements/TimerButton.d.ts.map +1 -0
- package/dist/types/elements/Tooltip.d.ts +122 -0
- package/dist/types/elements/Tooltip.d.ts.map +1 -0
- package/dist/types/elements/UserAvatar.d.ts +10 -0
- package/dist/types/elements/UserAvatar.d.ts.map +1 -0
- package/dist/types/elements/UserPreview.d.ts +35 -0
- package/dist/types/elements/UserPreview.d.ts.map +1 -0
- package/dist/types/elements/VerificationCodeCard.d.ts +20 -0
- package/dist/types/elements/VerificationCodeCard.d.ts.map +1 -0
- package/dist/types/elements/VerificationLinkCard.d.ts +23 -0
- package/dist/types/elements/VerificationLinkCard.d.ts.map +1 -0
- package/dist/types/elements/contexts/index.d.ts +31 -0
- package/dist/types/elements/contexts/index.d.ts.map +1 -0
- package/dist/types/elements/utils.d.ts +5 -0
- package/dist/types/elements/utils.d.ts.map +1 -0
- package/dist/types/elements/withAvatarShimmer.d.ts +11 -0
- package/dist/types/elements/withAvatarShimmer.d.ts.map +1 -0
- package/dist/types/foundations/borders.d.ts +9 -0
- package/dist/types/foundations/borders.d.ts.map +1 -0
- package/dist/types/foundations/colors.d.ts +205 -0
- package/dist/types/foundations/colors.d.ts.map +1 -0
- package/dist/types/foundations/createInternalTheme.d.ts +3 -0
- package/dist/types/foundations/createInternalTheme.d.ts.map +1 -0
- package/dist/types/foundations/defaultFoundations.d.ts +394 -0
- package/dist/types/foundations/defaultFoundations.d.ts.map +1 -0
- package/dist/types/foundations/index.d.ts +391 -0
- package/dist/types/foundations/index.d.ts.map +1 -0
- package/dist/types/foundations/opacity.d.ts +6 -0
- package/dist/types/foundations/opacity.d.ts.map +1 -0
- package/dist/types/foundations/shadows.d.ts +40 -0
- package/dist/types/foundations/shadows.d.ts.map +1 -0
- package/dist/types/foundations/sizes.d.ts +333 -0
- package/dist/types/foundations/sizes.d.ts.map +1 -0
- package/dist/types/foundations/transitions.d.ts +22 -0
- package/dist/types/foundations/transitions.d.ts.map +1 -0
- package/dist/types/foundations/typography.d.ts +40 -0
- package/dist/types/foundations/typography.d.ts.map +1 -0
- package/dist/types/foundations/zIndices.d.ts +8 -0
- package/dist/types/foundations/zIndices.d.ts.map +1 -0
- package/dist/types/hooks/index.d.ts +20 -0
- package/dist/types/hooks/index.d.ts.map +1 -0
- package/dist/types/hooks/useAlternativeStrategies.d.ts +10 -0
- package/dist/types/hooks/useAlternativeStrategies.d.ts.map +1 -0
- package/dist/types/hooks/useClerkModalStateParams.d.ts +13 -0
- package/dist/types/hooks/useClerkModalStateParams.d.ts.map +1 -0
- package/dist/types/hooks/useClipboard.d.ts +25 -0
- package/dist/types/hooks/useClipboard.d.ts.map +1 -0
- package/dist/types/hooks/useDebounce.d.ts +2 -0
- package/dist/types/hooks/useDebounce.d.ts.map +1 -0
- package/dist/types/hooks/useDevMode.d.ts +4 -0
- package/dist/types/hooks/useDevMode.d.ts.map +1 -0
- package/dist/types/hooks/useDirection.d.ts +2 -0
- package/dist/types/hooks/useDirection.d.ts.map +1 -0
- package/dist/types/hooks/useEmailLink.d.ts +9 -0
- package/dist/types/hooks/useEmailLink.d.ts.map +1 -0
- package/dist/types/hooks/useEnabledThirdPartyProviders.d.ts +25 -0
- package/dist/types/hooks/useEnabledThirdPartyProviders.d.ts.map +1 -0
- package/dist/types/hooks/useEnterpriseSSOLink.d.ts +5 -0
- package/dist/types/hooks/useEnterpriseSSOLink.d.ts.map +1 -0
- package/dist/types/hooks/useFetch.d.ts +40 -0
- package/dist/types/hooks/useFetch.d.ts.map +1 -0
- package/dist/types/hooks/useFetchRoles.d.ts +11 -0
- package/dist/types/hooks/useFetchRoles.d.ts.map +1 -0
- package/dist/types/hooks/useInView.d.ts +22 -0
- package/dist/types/hooks/useInView.d.ts.map +1 -0
- package/dist/types/hooks/useLoadingStatus.d.ts +15 -0
- package/dist/types/hooks/useLoadingStatus.d.ts.map +1 -0
- package/dist/types/hooks/useMultipleSessions.d.ts +10 -0
- package/dist/types/hooks/useMultipleSessions.d.ts.map +1 -0
- package/dist/types/hooks/useNavigateToFlowStart.d.ts +4 -0
- package/dist/types/hooks/useNavigateToFlowStart.d.ts.map +1 -0
- package/dist/types/hooks/useOrganizationListInView.d.ts +106 -0
- package/dist/types/hooks/useOrganizationListInView.d.ts.map +1 -0
- package/dist/types/hooks/usePassword.d.ts +13 -0
- package/dist/types/hooks/usePassword.d.ts.map +1 -0
- package/dist/types/hooks/usePasswordComplexity.d.ts +19 -0
- package/dist/types/hooks/usePasswordComplexity.d.ts.map +1 -0
- package/dist/types/hooks/usePopover.d.ts +53 -0
- package/dist/types/hooks/usePopover.d.ts.map +1 -0
- package/dist/types/hooks/usePrefersReducedMotion.d.ts +2 -0
- package/dist/types/hooks/usePrefersReducedMotion.d.ts.map +1 -0
- package/dist/types/hooks/usePreloadTasks.d.ts +6 -0
- package/dist/types/hooks/usePreloadTasks.d.ts.map +1 -0
- package/dist/types/hooks/useSafeState.d.ts +10 -0
- package/dist/types/hooks/useSafeState.d.ts.map +1 -0
- package/dist/types/hooks/useScrollLock.d.ts +5 -0
- package/dist/types/hooks/useScrollLock.d.ts.map +1 -0
- package/dist/types/hooks/useSearchInput.d.ts +13 -0
- package/dist/types/hooks/useSearchInput.d.ts.map +1 -0
- package/dist/types/hooks/useSetSessionWithTimeout.d.ts +2 -0
- package/dist/types/hooks/useSetSessionWithTimeout.d.ts.map +1 -0
- package/dist/types/hooks/useSupportEmail.d.ts +2 -0
- package/dist/types/hooks/useSupportEmail.d.ts.map +1 -0
- package/dist/types/hooks/useTabState.d.ts +9 -0
- package/dist/types/hooks/useTabState.d.ts.map +1 -0
- package/dist/types/hooks/useWindowEventListener.d.ts +4 -0
- package/dist/types/hooks/useWindowEventListener.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +75 -0
- package/dist/types/icons/index.d.ts.map +1 -0
- package/dist/types/index.browser.d.ts +2 -0
- package/dist/types/index.browser.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/internal.d.ts +2 -0
- package/dist/types/internal.d.ts.map +1 -0
- package/dist/types/lazyModules/MountedCheckoutDrawer.d.ts +10 -0
- package/dist/types/lazyModules/MountedCheckoutDrawer.d.ts.map +1 -0
- package/dist/types/lazyModules/MountedPlanDetailDrawer.d.ts +10 -0
- package/dist/types/lazyModules/MountedPlanDetailDrawer.d.ts.map +1 -0
- package/dist/types/lazyModules/MountedSubscriptionDetailDrawer.d.ts +10 -0
- package/dist/types/lazyModules/MountedSubscriptionDetailDrawer.d.ts.map +1 -0
- package/dist/types/lazyModules/common.d.ts +3 -0
- package/dist/types/lazyModules/common.d.ts.map +1 -0
- package/dist/types/lazyModules/components.d.ts +68 -0
- package/dist/types/lazyModules/components.d.ts.map +1 -0
- package/dist/types/lazyModules/drawers.d.ts +4 -0
- package/dist/types/lazyModules/drawers.d.ts.map +1 -0
- package/dist/types/lazyModules/providers.d.ts +81 -0
- package/dist/types/lazyModules/providers.d.ts.map +1 -0
- package/dist/types/localization/applyTokensToString.d.ts +13 -0
- package/dist/types/localization/applyTokensToString.d.ts.map +1 -0
- package/dist/types/localization/defaultEnglishResource.d.ts +2 -0
- package/dist/types/localization/defaultEnglishResource.d.ts.map +1 -0
- package/dist/types/localization/index.d.ts +5 -0
- package/dist/types/localization/index.d.ts.map +1 -0
- package/dist/types/localization/localizationKeys.d.ts +32 -0
- package/dist/types/localization/localizationKeys.d.ts.map +1 -0
- package/dist/types/localization/localizationModifiers.d.ts +11 -0
- package/dist/types/localization/localizationModifiers.d.ts.map +1 -0
- package/dist/types/localization/makeLocalizable.d.ts +15 -0
- package/dist/types/localization/makeLocalizable.d.ts.map +1 -0
- package/dist/types/localization/parseLocalization.d.ts +3 -0
- package/dist/types/localization/parseLocalization.d.ts.map +1 -0
- package/dist/types/portal/index.d.ts +26 -0
- package/dist/types/portal/index.d.ts.map +1 -0
- package/dist/types/primitives/Alert.d.ts +392 -0
- package/dist/types/primitives/Alert.d.ts.map +1 -0
- package/dist/types/primitives/AlertIcon.d.ts +394 -0
- package/dist/types/primitives/AlertIcon.d.ts.map +1 -0
- package/dist/types/primitives/Badge.d.ts +393 -0
- package/dist/types/primitives/Badge.d.ts.map +1 -0
- package/dist/types/primitives/Box.d.ts +390 -0
- package/dist/types/primitives/Box.d.ts.map +1 -0
- package/dist/types/primitives/Button.d.ts +37 -0
- package/dist/types/primitives/Button.d.ts.map +1 -0
- package/dist/types/primitives/Dd.d.ts +6 -0
- package/dist/types/primitives/Dd.d.ts.map +1 -0
- package/dist/types/primitives/Dl.d.ts +6 -0
- package/dist/types/primitives/Dl.d.ts.map +1 -0
- package/dist/types/primitives/Dt.d.ts +6 -0
- package/dist/types/primitives/Dt.d.ts.map +1 -0
- package/dist/types/primitives/Flex.d.ts +399 -0
- package/dist/types/primitives/Flex.d.ts.map +1 -0
- package/dist/types/primitives/Form.d.ts +6 -0
- package/dist/types/primitives/Form.d.ts.map +1 -0
- package/dist/types/primitives/FormErrorText.d.ts +5 -0
- package/dist/types/primitives/FormErrorText.d.ts.map +1 -0
- package/dist/types/primitives/FormInfoText.d.ts +4 -0
- package/dist/types/primitives/FormInfoText.d.ts.map +1 -0
- package/dist/types/primitives/FormLabel.d.ts +391 -0
- package/dist/types/primitives/FormLabel.d.ts.map +1 -0
- package/dist/types/primitives/FormSuccessText.d.ts +391 -0
- package/dist/types/primitives/FormSuccessText.d.ts.map +1 -0
- package/dist/types/primitives/FormWarningText.d.ts +4 -0
- package/dist/types/primitives/FormWarningText.d.ts.map +1 -0
- package/dist/types/primitives/Grid.d.ts +396 -0
- package/dist/types/primitives/Grid.d.ts.map +1 -0
- package/dist/types/primitives/Heading.d.ts +393 -0
- package/dist/types/primitives/Heading.d.ts.map +1 -0
- package/dist/types/primitives/Hr.d.ts +391 -0
- package/dist/types/primitives/Hr.d.ts.map +1 -0
- package/dist/types/primitives/Icon.d.ts +395 -0
- package/dist/types/primitives/Icon.d.ts.map +1 -0
- package/dist/types/primitives/Image.d.ts +5 -0
- package/dist/types/primitives/Image.d.ts.map +1 -0
- package/dist/types/primitives/Input.d.ts +408 -0
- package/dist/types/primitives/Input.d.ts.map +1 -0
- package/dist/types/primitives/Link.d.ts +397 -0
- package/dist/types/primitives/Link.d.ts.map +1 -0
- package/dist/types/primitives/NotificationBadge.d.ts +393 -0
- package/dist/types/primitives/NotificationBadge.d.ts.map +1 -0
- package/dist/types/primitives/Span.d.ts +3 -0
- package/dist/types/primitives/Span.d.ts.map +1 -0
- package/dist/types/primitives/Spinner.d.ts +394 -0
- package/dist/types/primitives/Spinner.d.ts.map +1 -0
- package/dist/types/primitives/Table.d.ts +393 -0
- package/dist/types/primitives/Table.d.ts.map +1 -0
- package/dist/types/primitives/Tbody.d.ts +6 -0
- package/dist/types/primitives/Tbody.d.ts.map +1 -0
- package/dist/types/primitives/Td.d.ts +391 -0
- package/dist/types/primitives/Td.d.ts.map +1 -0
- package/dist/types/primitives/Text.d.ts +398 -0
- package/dist/types/primitives/Text.d.ts.map +1 -0
- package/dist/types/primitives/Th.d.ts +391 -0
- package/dist/types/primitives/Th.d.ts.map +1 -0
- package/dist/types/primitives/Thead.d.ts +6 -0
- package/dist/types/primitives/Thead.d.ts.map +1 -0
- package/dist/types/primitives/Tr.d.ts +6 -0
- package/dist/types/primitives/Tr.d.ts.map +1 -0
- package/dist/types/primitives/applyDataStateProps.d.ts +8 -0
- package/dist/types/primitives/applyDataStateProps.d.ts.map +1 -0
- package/dist/types/primitives/gapPropertyCompat.d.ts +11 -0
- package/dist/types/primitives/gapPropertyCompat.d.ts.map +1 -0
- package/dist/types/primitives/hooks/useFormField.d.ts +66 -0
- package/dist/types/primitives/hooks/useFormField.d.ts.map +1 -0
- package/dist/types/primitives/hooks/useInput.d.ts +6 -0
- package/dist/types/primitives/hooks/useInput.d.ts.map +1 -0
- package/dist/types/primitives/index.d.ts +33 -0
- package/dist/types/primitives/index.d.ts.map +1 -0
- package/dist/types/router/BaseRouter.d.ts +22 -0
- package/dist/types/router/BaseRouter.d.ts.map +1 -0
- package/dist/types/router/HashRouter.d.ts +9 -0
- package/dist/types/router/HashRouter.d.ts.map +1 -0
- package/dist/types/router/PathRouter.d.ts +9 -0
- package/dist/types/router/PathRouter.d.ts.map +1 -0
- package/dist/types/router/Route.d.ts +20 -0
- package/dist/types/router/Route.d.ts.map +1 -0
- package/dist/types/router/RouteContext.d.ts +33 -0
- package/dist/types/router/RouteContext.d.ts.map +1 -0
- package/dist/types/router/Switch.d.ts +5 -0
- package/dist/types/router/Switch.d.ts.map +1 -0
- package/dist/types/router/VirtualRouter.d.ts +11 -0
- package/dist/types/router/VirtualRouter.d.ts.map +1 -0
- package/dist/types/router/index.d.ts +8 -0
- package/dist/types/router/index.d.ts.map +1 -0
- package/dist/types/router/newPaths.d.ts +2 -0
- package/dist/types/router/newPaths.d.ts.map +1 -0
- package/dist/types/router/pathToRegexp.d.ts +128 -0
- package/dist/types/router/pathToRegexp.d.ts.map +1 -0
- package/dist/types/styledSystem/InternalThemeProvider.d.ts +8 -0
- package/dist/types/styledSystem/InternalThemeProvider.d.ts.map +1 -0
- package/dist/types/styledSystem/StyleCacheProvider.d.ts +10 -0
- package/dist/types/styledSystem/StyleCacheProvider.d.ts.map +1 -0
- package/dist/types/styledSystem/animations.d.ts +17 -0
- package/dist/types/styledSystem/animations.d.ts.map +1 -0
- package/dist/types/styledSystem/breakpoints.d.ts +14 -0
- package/dist/types/styledSystem/breakpoints.d.ts.map +1 -0
- package/dist/types/styledSystem/common.d.ts +175 -0
- package/dist/types/styledSystem/common.d.ts.map +1 -0
- package/dist/types/styledSystem/createCssVariables.d.ts +2 -0
- package/dist/types/styledSystem/createCssVariables.d.ts.map +1 -0
- package/dist/types/styledSystem/createVariants.d.ts +34 -0
- package/dist/types/styledSystem/createVariants.d.ts.map +1 -0
- package/dist/types/styledSystem/index.d.ts +8 -0
- package/dist/types/styledSystem/index.d.ts.map +1 -0
- package/dist/types/styledSystem/types.d.ts +54 -0
- package/dist/types/styledSystem/types.d.ts.map +1 -0
- package/dist/types/types.d.ts +88 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/ExternalElementMounter.d.ts +7 -0
- package/dist/types/utils/ExternalElementMounter.d.ts.map +1 -0
- package/dist/types/utils/buildVirtualRouterUrl.d.ts +5 -0
- package/dist/types/utils/buildVirtualRouterUrl.d.ts.map +1 -0
- package/dist/types/utils/captcha/constants.d.ts +2 -0
- package/dist/types/utils/captcha/constants.d.ts.map +1 -0
- package/dist/types/utils/colors/constants.d.ts +50 -0
- package/dist/types/utils/colors/constants.d.ts.map +1 -0
- package/dist/types/utils/colors/index.d.ts +117 -0
- package/dist/types/utils/colors/index.d.ts.map +1 -0
- package/dist/types/utils/colors/legacy.d.ts +21 -0
- package/dist/types/utils/colors/legacy.d.ts.map +1 -0
- package/dist/types/utils/colors/modern.d.ts +31 -0
- package/dist/types/utils/colors/modern.d.ts.map +1 -0
- package/dist/types/utils/colors/scales.d.ts +65 -0
- package/dist/types/utils/colors/scales.d.ts.map +1 -0
- package/dist/types/utils/colors/utils.d.ts +57 -0
- package/dist/types/utils/colors/utils.d.ts.map +1 -0
- package/dist/types/utils/containsAllOf.d.ts +5 -0
- package/dist/types/utils/containsAllOf.d.ts.map +1 -0
- package/dist/types/utils/createCustomMenuItems.d.ts +13 -0
- package/dist/types/utils/createCustomMenuItems.d.ts.map +1 -0
- package/dist/types/utils/createCustomPages.d.ts +18 -0
- package/dist/types/utils/createCustomPages.d.ts.map +1 -0
- package/dist/types/utils/createInfiniteAccessProxy.d.ts +16 -0
- package/dist/types/utils/createInfiniteAccessProxy.d.ts.map +1 -0
- package/dist/types/utils/createSlug.d.ts +2 -0
- package/dist/types/utils/createSlug.d.ts.map +1 -0
- package/dist/types/utils/cssSupports.d.ts +10 -0
- package/dist/types/utils/cssSupports.d.ts.map +1 -0
- package/dist/types/utils/cssVariables.d.ts +93 -0
- package/dist/types/utils/cssVariables.d.ts.map +1 -0
- package/dist/types/utils/disambiguateRedirectOptions.d.ts +17 -0
- package/dist/types/utils/disambiguateRedirectOptions.d.ts.map +1 -0
- package/dist/types/utils/dynamicParamParser.d.ts +7 -0
- package/dist/types/utils/dynamicParamParser.d.ts.map +1 -0
- package/dist/types/utils/errorHandler.d.ts +11 -0
- package/dist/types/utils/errorHandler.d.ts.map +1 -0
- package/dist/types/utils/extractCssLayerNameFromAppearance.d.ts +7 -0
- package/dist/types/utils/extractCssLayerNameFromAppearance.d.ts.map +1 -0
- package/dist/types/utils/factorSorting.d.ts +6 -0
- package/dist/types/utils/factorSorting.d.ts.map +1 -0
- package/dist/types/utils/formatDate.d.ts +2 -0
- package/dist/types/utils/formatDate.d.ts.map +1 -0
- package/dist/types/utils/formatSafeIdentifier.d.ts +8 -0
- package/dist/types/utils/formatSafeIdentifier.d.ts.map +1 -0
- package/dist/types/utils/fromEntries.d.ts +2 -0
- package/dist/types/utils/fromEntries.d.ts.map +1 -0
- package/dist/types/utils/getClosestProfileScrollBox.d.ts +8 -0
- package/dist/types/utils/getClosestProfileScrollBox.d.ts.map +1 -0
- package/dist/types/utils/getRelativeToNowDateKey.d.ts +2 -0
- package/dist/types/utils/getRelativeToNowDateKey.d.ts.map +1 -0
- package/dist/types/utils/getValidReactChildren.d.ts +3 -0
- package/dist/types/utils/getValidReactChildren.d.ts.map +1 -0
- package/dist/types/utils/image.d.ts +2 -0
- package/dist/types/utils/image.d.ts.map +1 -0
- package/dist/types/utils/intl.d.ts +8 -0
- package/dist/types/utils/intl.d.ts.map +1 -0
- package/dist/types/utils/isMobileDevice.d.ts +2 -0
- package/dist/types/utils/isMobileDevice.d.ts.map +1 -0
- package/dist/types/utils/mergeRefs.d.ts +2 -0
- package/dist/types/utils/mergeRefs.d.ts.map +1 -0
- package/dist/types/utils/normalizeRoutingOptions.d.ts +6 -0
- package/dist/types/utils/normalizeRoutingOptions.d.ts.map +1 -0
- package/dist/types/utils/one-tap.d.ts +34 -0
- package/dist/types/utils/one-tap.d.ts.map +1 -0
- package/dist/types/utils/originPrefersPopup.d.ts +7 -0
- package/dist/types/utils/originPrefersPopup.d.ts.map +1 -0
- package/dist/types/utils/passwordUtils.d.ts +20 -0
- package/dist/types/utils/passwordUtils.d.ts.map +1 -0
- package/dist/types/utils/phoneUtils.d.ts +21 -0
- package/dist/types/utils/phoneUtils.d.ts.map +1 -0
- package/dist/types/utils/range.d.ts +2 -0
- package/dist/types/utils/range.d.ts.map +1 -0
- package/dist/types/utils/readObjectPath.d.ts +2 -0
- package/dist/types/utils/readObjectPath.d.ts.map +1 -0
- package/dist/types/utils/removeUndefinedProps.d.ts +2 -0
- package/dist/types/utils/removeUndefinedProps.d.ts.map +1 -0
- package/dist/types/utils/roleLocalizationKey.d.ts +4 -0
- package/dist/types/utils/roleLocalizationKey.d.ts.map +1 -0
- package/dist/types/utils/runtimeEnvironment.d.ts +3 -0
- package/dist/types/utils/runtimeEnvironment.d.ts.map +1 -0
- package/dist/types/utils/sanitizeCustomLinkURL.d.ts +2 -0
- package/dist/types/utils/sanitizeCustomLinkURL.d.ts.map +1 -0
- package/dist/types/utils/setWebpackChunkPublicPath.d.ts +2 -0
- package/dist/types/utils/setWebpackChunkPublicPath.d.ts.map +1 -0
- package/dist/types/utils/sleep.d.ts +2 -0
- package/dist/types/utils/sleep.d.ts.map +1 -0
- package/dist/types/utils/timeAgo.d.ts +2 -0
- package/dist/types/utils/timeAgo.d.ts.map +1 -0
- package/dist/types/utils/truncateTextWithEndVisible.d.ts +15 -0
- package/dist/types/utils/truncateTextWithEndVisible.d.ts.map +1 -0
- package/dist/types/utils/useFormControl.d.ts +92 -0
- package/dist/types/utils/useFormControl.d.ts.map +1 -0
- package/dist/types/utils/usernameUtils.d.ts +10 -0
- package/dist/types/utils/usernameUtils.d.ts.map +1 -0
- package/dist/types/utils/web3CallbackErrorHandler.d.ts +7 -0
- package/dist/types/utils/web3CallbackErrorHandler.d.ts.map +1 -0
- package/dist/types/utils/zxcvbn.d.ts +10 -0
- package/dist/types/utils/zxcvbn.d.ts.map +1 -0
- package/dist/ui.js +1 -0
- package/dist/ui.mjs +1 -0
- package/package.json +88 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { __internal_CheckoutProps, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationProps, APIKeysProps, CreateOrganizationProps, GoogleOneTapProps, NewSubscriptionRedirectUrl, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, PricingTableProps, SessionResource, SignInFallbackRedirectUrl, SignInForceRedirectUrl, SignInProps, SignUpFallbackRedirectUrl, SignUpForceRedirectUrl, SignUpProps, TaskChooseOrganizationProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps } from '@clerk/shared/types';
|
|
2
|
+
export type { __internal_OAuthConsentProps, __internal_UserVerificationProps, CreateOrganizationProps, GoogleOneTapProps, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, SignInProps, SignUpProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps, };
|
|
3
|
+
export type AvailableComponentProps = SignInProps | SignUpProps | UserAvatarProps | UserProfileProps | UserButtonProps | OrganizationSwitcherProps | OrganizationProfileProps | CreateOrganizationProps | OrganizationListProps | WaitlistProps | PricingTableProps | __internal_CheckoutProps | __internal_UserVerificationProps | __internal_SubscriptionDetailsProps | __internal_PlanDetailsProps | APIKeysProps | TaskChooseOrganizationProps;
|
|
4
|
+
type ComponentMode = 'modal' | 'mounted';
|
|
5
|
+
type SignInMode = 'modal' | 'redirect';
|
|
6
|
+
export type SignInCtx = SignInProps & {
|
|
7
|
+
componentName: 'SignIn';
|
|
8
|
+
mode?: ComponentMode;
|
|
9
|
+
} & SignInFallbackRedirectUrl & SignInForceRedirectUrl;
|
|
10
|
+
export type UserVerificationCtx = __internal_UserVerificationProps & {
|
|
11
|
+
componentName: 'UserVerification';
|
|
12
|
+
mode?: ComponentMode;
|
|
13
|
+
};
|
|
14
|
+
export type UserProfileCtx = UserProfileProps & {
|
|
15
|
+
componentName: 'UserProfile';
|
|
16
|
+
mode?: ComponentMode;
|
|
17
|
+
};
|
|
18
|
+
export type SignUpCtx = SignUpProps & {
|
|
19
|
+
componentName: 'SignUp';
|
|
20
|
+
mode?: ComponentMode;
|
|
21
|
+
emailLinkRedirectUrl?: string;
|
|
22
|
+
ssoCallbackUrl?: string;
|
|
23
|
+
} & SignUpFallbackRedirectUrl & SignUpForceRedirectUrl;
|
|
24
|
+
export type UserButtonCtx = UserButtonProps & {
|
|
25
|
+
componentName: 'UserButton';
|
|
26
|
+
mode?: ComponentMode;
|
|
27
|
+
};
|
|
28
|
+
export type UserAvatarCtx = UserAvatarProps & {
|
|
29
|
+
componentName: 'UserAvatar';
|
|
30
|
+
};
|
|
31
|
+
export type OrganizationProfileCtx = OrganizationProfileProps & {
|
|
32
|
+
componentName: 'OrganizationProfile';
|
|
33
|
+
mode?: ComponentMode;
|
|
34
|
+
};
|
|
35
|
+
export type CreateOrganizationCtx = CreateOrganizationProps & {
|
|
36
|
+
componentName: 'CreateOrganization';
|
|
37
|
+
mode?: ComponentMode;
|
|
38
|
+
};
|
|
39
|
+
export type OrganizationSwitcherCtx = OrganizationSwitcherProps & {
|
|
40
|
+
componentName: 'OrganizationSwitcher';
|
|
41
|
+
mode?: ComponentMode;
|
|
42
|
+
};
|
|
43
|
+
export type OrganizationListCtx = OrganizationListProps & {
|
|
44
|
+
componentName: 'OrganizationList';
|
|
45
|
+
mode?: ComponentMode;
|
|
46
|
+
};
|
|
47
|
+
export type GoogleOneTapCtx = GoogleOneTapProps & {
|
|
48
|
+
componentName: 'GoogleOneTap';
|
|
49
|
+
};
|
|
50
|
+
export type WaitlistCtx = WaitlistProps & {
|
|
51
|
+
componentName: 'Waitlist';
|
|
52
|
+
mode?: ComponentMode;
|
|
53
|
+
};
|
|
54
|
+
export type PricingTableCtx = PricingTableProps & {
|
|
55
|
+
componentName: 'PricingTable';
|
|
56
|
+
mode?: ComponentMode;
|
|
57
|
+
signInMode?: SignInMode;
|
|
58
|
+
};
|
|
59
|
+
export type APIKeysCtx = APIKeysProps & {
|
|
60
|
+
componentName: 'APIKeys';
|
|
61
|
+
mode?: ComponentMode;
|
|
62
|
+
};
|
|
63
|
+
export type CheckoutCtx = __internal_CheckoutProps & {
|
|
64
|
+
componentName: 'Checkout';
|
|
65
|
+
} & NewSubscriptionRedirectUrl;
|
|
66
|
+
export type SessionTasksCtx = {
|
|
67
|
+
redirectUrlComplete: string;
|
|
68
|
+
currentTaskContainer?: React.RefObject<HTMLDivElement> | null;
|
|
69
|
+
navigateOnSetActive: (opts: {
|
|
70
|
+
session: SessionResource;
|
|
71
|
+
redirectUrl: string;
|
|
72
|
+
}) => Promise<unknown>;
|
|
73
|
+
};
|
|
74
|
+
export type TaskChooseOrganizationCtx = TaskChooseOrganizationProps & {
|
|
75
|
+
componentName: 'TaskChooseOrganization';
|
|
76
|
+
};
|
|
77
|
+
export type OAuthConsentCtx = __internal_OAuthConsentProps & {
|
|
78
|
+
componentName: 'OAuthConsent';
|
|
79
|
+
};
|
|
80
|
+
export type SubscriptionDetailsCtx = __internal_SubscriptionDetailsProps & {
|
|
81
|
+
componentName: 'SubscriptionDetails';
|
|
82
|
+
};
|
|
83
|
+
export type PlanDetailsCtx = __internal_PlanDetailsProps & {
|
|
84
|
+
componentName: 'PlanDetails';
|
|
85
|
+
};
|
|
86
|
+
export type AvailableComponentCtx = SignInCtx | SignUpCtx | UserAvatarCtx | UserButtonCtx | UserProfileCtx | UserVerificationCtx | OrganizationProfileCtx | CreateOrganizationCtx | OrganizationSwitcherCtx | OrganizationListCtx | GoogleOneTapCtx | WaitlistCtx | PricingTableCtx | CheckoutCtx | APIKeysCtx | OAuthConsentCtx | SubscriptionDetailsCtx | PlanDetailsCtx | TaskChooseOrganizationCtx;
|
|
87
|
+
export type AvailableComponentName = AvailableComponentCtx['componentName'];
|
|
88
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,4BAA4B,EAC5B,2BAA2B,EAC3B,mCAAmC,EACnC,gCAAgC,EAChC,YAAY,EACZ,uBAAuB,EACvB,iBAAiB,EACjB,0BAA0B,EAC1B,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,iBAAiB,EACjB,eAAe,EACf,yBAAyB,EACzB,sBAAsB,EACtB,WAAW,EACX,yBAAyB,EACzB,sBAAsB,EACtB,WAAW,EACX,2BAA2B,EAC3B,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,aAAa,EACd,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,4BAA4B,EAC5B,gCAAgC,EAChC,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,WAAW,EACX,WAAW,EACX,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,aAAa,GACd,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B,WAAW,GACX,WAAW,GACX,eAAe,GACf,gBAAgB,GAChB,eAAe,GACf,yBAAyB,GACzB,wBAAwB,GACxB,uBAAuB,GACvB,qBAAqB,GACrB,aAAa,GACb,iBAAiB,GACjB,wBAAwB,GACxB,gCAAgC,GAChC,mCAAmC,GACnC,2BAA2B,GAC3B,YAAY,GACZ,2BAA2B,CAAC;AAEhC,KAAK,aAAa,GAAG,OAAO,GAAG,SAAS,CAAC;AACzC,KAAK,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;AAEvC,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IACpC,aAAa,EAAE,QAAQ,CAAC;IACxB,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,GAAG,yBAAyB,GAC3B,sBAAsB,CAAC;AAEzB,MAAM,MAAM,mBAAmB,GAAG,gCAAgC,GAAG;IACnE,aAAa,EAAE,kBAAkB,CAAC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,gBAAgB,GAAG;IAC9C,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IACpC,aAAa,EAAE,QAAQ,CAAC;IACxB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,GAAG,yBAAyB,GAC3B,sBAAsB,CAAC;AAEzB,MAAM,MAAM,aAAa,GAAG,eAAe,GAAG;IAC5C,aAAa,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,eAAe,GAAG;IAC5C,aAAa,EAAE,YAAY,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,GAAG;IAC9D,aAAa,EAAE,qBAAqB,CAAC;IACrC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,uBAAuB,GAAG;IAC5D,aAAa,EAAE,oBAAoB,CAAC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,yBAAyB,GAAG;IAChE,aAAa,EAAE,sBAAsB,CAAC;IACtC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,GAAG;IACxD,aAAa,EAAE,kBAAkB,CAAC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG;IACxC,aAAa,EAAE,UAAU,CAAC;IAC1B,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,aAAa,EAAE,cAAc,CAAC;IAC9B,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG;IACtC,aAAa,EAAE,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,wBAAwB,GAAG;IACnD,aAAa,EAAE,UAAU,CAAC;CAC3B,GAAG,0BAA0B,CAAC;AAE/B,MAAM,MAAM,eAAe,GAAG;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAC9D,mBAAmB,EAAE,CAAC,IAAI,EAAE;QAAE,OAAO,EAAE,eAAe,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CACpG,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,2BAA2B,GAAG;IACpE,aAAa,EAAE,wBAAwB,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,4BAA4B,GAAG;IAC3D,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,mCAAmC,GAAG;IACzE,aAAa,EAAE,qBAAqB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,2BAA2B,GAAG;IACzD,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAC7B,SAAS,GACT,SAAS,GACT,aAAa,GACb,aAAa,GACb,cAAc,GACd,mBAAmB,GACnB,sBAAsB,GACtB,qBAAqB,GACrB,uBAAuB,GACvB,mBAAmB,GACnB,eAAe,GACf,WAAW,GACX,eAAe,GACf,WAAW,GACX,UAAU,GACV,eAAe,GACf,sBAAsB,GACtB,cAAc,GACd,yBAAyB,CAAC;AAC9B,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type ExternalElementMounterProps = {
|
|
2
|
+
mount: (el: HTMLDivElement) => void;
|
|
3
|
+
unmount: (el?: HTMLDivElement) => void;
|
|
4
|
+
};
|
|
5
|
+
export declare const ExternalElementMounter: ({ mount, unmount, ...rest }: ExternalElementMounterProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=ExternalElementMounter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalElementMounter.d.ts","sourceRoot":"","sources":["../../../src/utils/ExternalElementMounter.tsx"],"names":[],"mappings":"AAEA,KAAK,2BAA2B,GAAG;IACjC,KAAK,EAAE,CAAC,EAAE,EAAE,cAAc,KAAK,IAAI,CAAC;IACpC,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,6BAA6B,2BAA2B,qDAoB9F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildVirtualRouterUrl.d.ts","sourceRoot":"","sources":["../../../src/utils/buildVirtualRouterUrl.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,GAAI,gBAAgB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,WAM/F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/utils/captcha/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared constants for color utilities
|
|
3
|
+
*/
|
|
4
|
+
import type { ColorScale } from '@clerk/shared/types';
|
|
5
|
+
export type ColorShade = 25 | 50 | 100 | 150 | 200 | 300 | 400 | 500 | 600 | 700 | 750 | 800 | 850 | 900 | 950;
|
|
6
|
+
export type ColorShadeKey = keyof ColorScale<any>;
|
|
7
|
+
export declare const COLOR_SCALE: readonly ColorShade[];
|
|
8
|
+
export declare const LIGHT_SHADES: ColorShadeKey[];
|
|
9
|
+
export declare const DARK_SHADES: ColorShadeKey[];
|
|
10
|
+
export declare const ALL_SHADES: ColorShadeKey[];
|
|
11
|
+
export declare const LIGHTNESS_CONFIG: {
|
|
12
|
+
readonly TARGET_LIGHT: 97;
|
|
13
|
+
readonly TARGET_DARK: 12;
|
|
14
|
+
readonly LIGHT_STEPS: 7;
|
|
15
|
+
readonly DARK_STEPS: 7;
|
|
16
|
+
};
|
|
17
|
+
export declare const ALPHA_PERCENTAGES: Record<ColorShade, number>;
|
|
18
|
+
export declare const ALPHA_VALUES: number[];
|
|
19
|
+
export declare const LIGHTNESS_MIX_DATA: Record<ColorShade, {
|
|
20
|
+
mixColor: 'white' | 'black' | null;
|
|
21
|
+
percentage: number;
|
|
22
|
+
}>;
|
|
23
|
+
export declare const RELATIVE_SHADE_STEPS: Record<number, number>;
|
|
24
|
+
export declare const COLOR_BOUNDS: {
|
|
25
|
+
readonly rgb: {
|
|
26
|
+
readonly min: 0;
|
|
27
|
+
readonly max: 255;
|
|
28
|
+
};
|
|
29
|
+
readonly alpha: {
|
|
30
|
+
readonly min: 0;
|
|
31
|
+
readonly max: 1;
|
|
32
|
+
};
|
|
33
|
+
readonly hue: {
|
|
34
|
+
readonly min: 0;
|
|
35
|
+
readonly max: 360;
|
|
36
|
+
};
|
|
37
|
+
readonly percentage: {
|
|
38
|
+
readonly min: 0;
|
|
39
|
+
readonly max: 100;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const MODERN_CSS_LIMITS: {
|
|
43
|
+
readonly MAX_LIGHTNESS_MIX: 95;
|
|
44
|
+
readonly MIN_ALPHA_PERCENTAGE: 5;
|
|
45
|
+
readonly MAX_LIGHTNESS_ADJUSTMENT: 30;
|
|
46
|
+
readonly MIN_LIGHTNESS_FLOOR: 95;
|
|
47
|
+
readonly LIGHTNESS_MULTIPLIER: 2;
|
|
48
|
+
readonly MIX_MULTIPLIER: 4;
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,MAAM,MAAM,UAAU,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAC/G,MAAM,MAAM,aAAa,GAAG,MAAM,UAAU,CAAC,GAAG,CAAC,CAAC;AAGlD,eAAO,MAAM,WAAW,EAAE,SAAS,UAAU,EAEnC,CAAC;AAGX,eAAO,MAAM,YAAY,EAAE,aAAa,EAAoD,CAAC;AAC7F,eAAO,MAAM,WAAW,EAAE,aAAa,EAAsD,CAAC;AAC9F,eAAO,MAAM,UAAU,EAAE,aAAa,EAA6C,CAAC;AAGpF,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AAGX,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAgB/C,CAAC;AAEX,eAAO,MAAM,YAAY,UAEhB,CAAC;AAGV,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,UAAU,EAAE;IAAE,QAAQ,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAgBpG,CAAC;AAGX,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAiB9C,CAAC;AAGX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;CAKf,CAAC;AAGX,eAAO,MAAM,iBAAiB;;;;;;;CAOpB,CAAC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import type { HslaColor } from '@clerk/shared/types';
|
|
2
|
+
import { colors as legacyColors } from './legacy';
|
|
3
|
+
import { colors as modernColors } from './modern';
|
|
4
|
+
export declare const colors: {
|
|
5
|
+
/**
|
|
6
|
+
* Changes the lightness value of an HSLA color object
|
|
7
|
+
* @param color - The HSLA color object to modify
|
|
8
|
+
* @param lightness - The new lightness value (0-100)
|
|
9
|
+
* @returns A new HSLA color object with the modified lightness
|
|
10
|
+
* @example
|
|
11
|
+
* ```typescript
|
|
12
|
+
* const darkColor = colors.changeHslaLightness({ h: 200, s: 50, l: 80, a: 1 }, 20);
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
changeHslaLightness: (color: HslaColor, num: number) => HslaColor;
|
|
16
|
+
/**
|
|
17
|
+
* Sets the alpha (opacity) value of an HSLA color object
|
|
18
|
+
* @param color - The HSLA color object to modify
|
|
19
|
+
* @param alpha - The new alpha value (0-1)
|
|
20
|
+
* @returns A new HSLA color object with the modified alpha
|
|
21
|
+
* @example
|
|
22
|
+
* ```typescript
|
|
23
|
+
* const semiTransparent = colors.setHslaAlpha({ h: 200, s: 50, l: 50, a: 1 }, 0.5);
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
setHslaAlpha: (color: HslaColor, num: number) => HslaColor;
|
|
27
|
+
/**
|
|
28
|
+
* Converts a color string to either a string (modern CSS) or HSLA object (legacy)
|
|
29
|
+
* Uses modern CSS features when supported, falls back to parsing the string into an HSLA object for older browsers
|
|
30
|
+
* @param color - CSS color string (hex, rgb, hsl, `var(--color)`, etc.) or undefined
|
|
31
|
+
* @returns Color string in modern browsers, HSLA object in legacy browsers, or undefined if input is undefined
|
|
32
|
+
* @example
|
|
33
|
+
* ```typescript
|
|
34
|
+
* const processedColor = colors.toHslaColor('#ff0000'); // '#ff0000' or { h: 0, s: 100, l: 50, a: 1 }
|
|
35
|
+
* const noColor = colors.toHslaColor(undefined); // undefined
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
toHslaColor: (color: string | undefined) => string | HslaColor | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Converts a color (string or HSLA object) to a CSS string representation
|
|
41
|
+
* @param color - CSS color string, HSLA object, or undefined
|
|
42
|
+
* @returns CSS color string or undefined if input is undefined
|
|
43
|
+
* @example
|
|
44
|
+
* ```typescript
|
|
45
|
+
* const cssColor = colors.toHslaString('#ff0000'); // '#ff0000' or 'hsla(0, 100%, 50%, 1)'
|
|
46
|
+
* const hslaColor = colors.toHslaString({ h: 200, s: 50, l: 50, a: 1 }); // 'hsla(200, 50%, 50%, 1)'
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
toHslaString: (color: string | HslaColor | undefined) => string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* Creates a lighter version of the given color
|
|
52
|
+
* Uses modern CSS relative color syntax when supported, falls back to HSLA manipulation
|
|
53
|
+
* @param color - CSS color string or undefined
|
|
54
|
+
* @param percentage - How much lighter to make the color (0-100, default: 0)
|
|
55
|
+
* @returns Lightened color string or undefined if input is undefined
|
|
56
|
+
* @example
|
|
57
|
+
* ```typescript
|
|
58
|
+
* const lightBlue = colors.lighten('#0066cc', 20); // 20% lighter blue
|
|
59
|
+
* const noChange = colors.lighten('#0066cc'); // Same color (0% change)
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
lighten: (color: string | undefined, percentage?: number) => string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Creates a transparent version of the given color by reducing its opacity
|
|
65
|
+
* Uses modern CSS color-mix function when supported, falls back to HSLA alpha manipulation
|
|
66
|
+
* @param color - CSS color string or undefined
|
|
67
|
+
* @param percentage - How much transparency to add (0-100, default: 0)
|
|
68
|
+
* @returns Color with reduced opacity or undefined if input is undefined
|
|
69
|
+
* @example
|
|
70
|
+
* ```typescript
|
|
71
|
+
* const semiTransparent = colors.makeTransparent('#ff0000', 50); // 50% transparent red
|
|
72
|
+
* const opaque = colors.makeTransparent('#ff0000'); // Same color (0% transparency)
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
makeTransparent: (color: string | undefined, percentage?: number) => string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* Removes transparency from a color, making it fully opaque
|
|
78
|
+
* Uses modern CSS features when supported, falls back to HSLA alpha manipulation
|
|
79
|
+
* @param color - CSS color string or undefined
|
|
80
|
+
* @returns Fully opaque version of the color or undefined if input is undefined
|
|
81
|
+
* @example
|
|
82
|
+
* ```typescript
|
|
83
|
+
* const solid = colors.makeSolid('rgba(255, 0, 0, 0.5)'); // Fully opaque red
|
|
84
|
+
* const alreadySolid = colors.makeSolid('#ff0000'); // Same color (already opaque)
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
makeSolid: (color: string | undefined) => string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* Sets the alpha (opacity) value of a color
|
|
90
|
+
* Uses modern CSS relative color syntax when supported, falls back to HSLA manipulation
|
|
91
|
+
* @param color - CSS color string (required)
|
|
92
|
+
* @param alpha - Alpha value between 0 (transparent) and 1 (opaque)
|
|
93
|
+
* @returns Color string with the specified alpha value
|
|
94
|
+
* @throws {Error} When color is not provided
|
|
95
|
+
* @example
|
|
96
|
+
* ```typescript
|
|
97
|
+
* const halfTransparent = colors.setAlpha('#ff0000', 0.5); // 50% transparent red
|
|
98
|
+
* const fullyOpaque = colors.setAlpha('rgba(255, 0, 0, 0.3)', 1); // Fully opaque red
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
setAlpha: (color: string, alpha: number) => string;
|
|
102
|
+
/**
|
|
103
|
+
* Adjusts a color's lightness for better contrast or visual hierarchy
|
|
104
|
+
* Uses modern CSS relative color syntax when supported, falls back to HSLA manipulation
|
|
105
|
+
* @param color - CSS color string or undefined
|
|
106
|
+
* @param lightness - Lightness adjustment amount (default: 5)
|
|
107
|
+
* @returns Color with adjusted lightness or undefined if input is undefined
|
|
108
|
+
* @example
|
|
109
|
+
* ```typescript
|
|
110
|
+
* const adjusted = colors.adjustForLightness('#333333', 10); // Slightly lighter dark gray
|
|
111
|
+
* const subtle = colors.adjustForLightness('#666666'); // Subtle lightness adjustment (5 units)
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
adjustForLightness: (color: string | undefined, lightness?: number) => string | undefined;
|
|
115
|
+
};
|
|
116
|
+
export { legacyColors, modernColors };
|
|
117
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,MAAM;IACjB;;;;;;;;;OASG;;IAGH;;;;;;;;;OASG;;IAGH;;;;;;;;;;OAUG;yBACkB,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAAS,GAAG,SAAS;IAOxE;;;;;;;;;OASG;0BACmB,MAAM,GAAG,SAAS,GAAG,SAAS,KAAG,MAAM,GAAG,SAAS;IAUzE;;;;;;;;;;;OAWG;qBACc,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;IAOxE;;;;;;;;;;;OAWG;6BACsB,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;IAOhF;;;;;;;;;;OAUG;uBACgB,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAAS;IAO1D;;;;;;;;;;;;OAYG;sBACe,MAAM,SAAS,MAAM,KAAG,MAAM;IAOhD;;;;;;;;;;;OAWG;gCACyB,MAAM,GAAG,SAAS,yBAAkB,MAAM,GAAG,SAAS;CAMnF,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* These helpers have been extracted from the following libraries,
|
|
3
|
+
* converted to Typescript and adapted to our needs.
|
|
4
|
+
*
|
|
5
|
+
* https://github.com/Qix-/color-convert
|
|
6
|
+
* https://github.com/Qix-/color-name
|
|
7
|
+
* https://github.com/Qix-/color
|
|
8
|
+
*/
|
|
9
|
+
import type { HslaColor, HslaColorString } from '@clerk/shared/types';
|
|
10
|
+
export declare const colors: {
|
|
11
|
+
toHslaColor: (str: string) => HslaColor;
|
|
12
|
+
toHslaString: (hsla: HslaColor | string) => HslaColorString;
|
|
13
|
+
adjustForLightness: (color: string | undefined, lightness?: number) => string | undefined;
|
|
14
|
+
changeHslaLightness: (color: HslaColor, num: number) => HslaColor;
|
|
15
|
+
setHslaAlpha: (color: HslaColor, num: number) => HslaColor;
|
|
16
|
+
lighten: (color: string | undefined, percentage?: number) => string | undefined;
|
|
17
|
+
makeTransparent: (color: string | undefined, percentage?: number) => string | undefined;
|
|
18
|
+
makeSolid: (color: string | undefined) => string | undefined;
|
|
19
|
+
setAlpha: (color: string, alpha: number) => string;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=legacy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legacy.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/legacy.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAgWtE,eAAO,MAAM,MAAM;uBA9EO,MAAM,KAAG,SAAS;yBAYhB,SAAS,GAAG,MAAM,KAAG,eAAe;gCA8C7B,MAAM,GAAG,SAAS;iCA1CjB,SAAS,OAAO,MAAM,KAAG,SAAS;0BAIzC,SAAS,OAAO,MAAM,KAAG,SAAS;qBAQvC,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;6BAe/C,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;uBAP7D,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAAS;sBAexC,MAAM,SAAS,MAAM;CAqC7C,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CSS-based color manipulation utilities
|
|
3
|
+
* Uses color-mix() and relative color syntax when supported
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* CSS-based color manipulation utilities
|
|
7
|
+
* Uses color-mix() and relative color syntax when supported
|
|
8
|
+
*/
|
|
9
|
+
export declare const colors: {
|
|
10
|
+
/**
|
|
11
|
+
* Lightens a color by a percentage
|
|
12
|
+
*/
|
|
13
|
+
lighten: (color: string | undefined, percentage?: number) => string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* Makes a color transparent by a percentage
|
|
16
|
+
*/
|
|
17
|
+
makeTransparent: (color: string | undefined, percentage?: number) => string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* Makes a color completely opaque
|
|
20
|
+
*/
|
|
21
|
+
makeSolid: (color: string | undefined) => string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Sets the alpha value of a color
|
|
24
|
+
*/
|
|
25
|
+
setAlpha: (color: string, alpha: number) => string;
|
|
26
|
+
/**
|
|
27
|
+
* Adjusts color for better contrast/lightness
|
|
28
|
+
*/
|
|
29
|
+
adjustForLightness: (color: string | undefined, lightness?: number) => string | undefined;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=modern.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modern.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/modern.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH;;;GAGG;AACH,eAAO,MAAM,MAAM;IACjB;;OAEG;qBACc,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;IAoBxE;;OAEG;6BACsB,MAAM,GAAG,SAAS,0BAAmB,MAAM,GAAG,SAAS;IAahF;;OAEG;uBACgB,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAAS;IAkB1D;;OAEG;sBACe,MAAM,SAAS,MAAM,KAAG,MAAM;IAiBhD;;OAEG;gCACyB,MAAM,GAAG,SAAS,yBAAkB,MAAM,GAAG,SAAS;CAgBnF,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { ColorScale, CssColorOrAlphaScale, CssColorOrScale, HslaColorString } from '@clerk/shared/types';
|
|
2
|
+
type InternalColorScale<T> = ColorScale<T> & Partial<Record<20, T>>;
|
|
3
|
+
type WithPrefix<T extends Record<string, string>, Prefix extends string> = {
|
|
4
|
+
[K in keyof T as `${Prefix}${K & string}`]: T[K];
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Modern CSS alpha scale generation
|
|
8
|
+
*/
|
|
9
|
+
declare function generateModernAlphaScale(baseColor: string): ColorScale<string>;
|
|
10
|
+
/**
|
|
11
|
+
* Legacy HSLA alpha scale generation
|
|
12
|
+
*/
|
|
13
|
+
declare function generateLegacyAlphaScale(baseColor: string): ColorScale<string>;
|
|
14
|
+
/**
|
|
15
|
+
* Modern CSS lightness scale generation
|
|
16
|
+
*/
|
|
17
|
+
declare function generateModernLightnessScale(baseColor: string): ColorScale<string>;
|
|
18
|
+
/**
|
|
19
|
+
* Legacy HSLA lightness scale generation
|
|
20
|
+
*/
|
|
21
|
+
declare function generateLegacyLightnessScale(baseColor: string): ColorScale<string>;
|
|
22
|
+
/**
|
|
23
|
+
* Unified alpha scale generator that automatically chooses between modern and legacy implementations
|
|
24
|
+
* @param color - Base color string or existing color scale
|
|
25
|
+
* @returns Complete color scale with alpha variations
|
|
26
|
+
*/
|
|
27
|
+
export declare function generateAlphaScale(color: string | ColorScale<string> | CssColorOrScale | undefined): ColorScale<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Unified lightness scale generator that automatically chooses between modern and legacy implementations
|
|
30
|
+
* @param color - Base color string or existing color scale
|
|
31
|
+
* @returns Complete color scale with lightness variations
|
|
32
|
+
*/
|
|
33
|
+
export declare function generateLightnessScale(color: string | ColorScale<string> | CssColorOrScale | undefined): ColorScale<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Direct access to modern scale generators (for testing or when modern CSS is guaranteed)
|
|
36
|
+
*/
|
|
37
|
+
export declare const modernScales: {
|
|
38
|
+
readonly generateAlphaScale: typeof generateModernAlphaScale;
|
|
39
|
+
readonly generateLightnessScale: typeof generateModernLightnessScale;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Direct access to legacy scale generators (for testing or compatibility)
|
|
43
|
+
*/
|
|
44
|
+
export declare const legacyScales: {
|
|
45
|
+
readonly generateAlphaScale: typeof generateLegacyAlphaScale;
|
|
46
|
+
readonly generateLightnessScale: typeof generateLegacyLightnessScale;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Converts a color option to a themed alpha scale with prefix
|
|
50
|
+
* Returns CSS color values (modern color-mix/relative colors or legacy HSLA)
|
|
51
|
+
* @param colorOption - Color input (string or alpha scale object)
|
|
52
|
+
* @param prefix - Prefix to apply to scale keys
|
|
53
|
+
* @returns Prefixed CSS color scale or undefined
|
|
54
|
+
*/
|
|
55
|
+
export declare const colorOptionToThemedAlphaScale: <Prefix extends string>(colorOption: CssColorOrAlphaScale | undefined, prefix: Prefix) => WithPrefix<InternalColorScale<HslaColorString>, Prefix> | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Converts a color option to a themed lightness scale with prefix
|
|
58
|
+
* Returns CSS color values (modern color-mix/relative colors or legacy HSLA)
|
|
59
|
+
* @param colorOption - Color input (string or lightness scale object)
|
|
60
|
+
* @param prefix - Prefix to apply to scale keys
|
|
61
|
+
* @returns Prefixed CSS color scale or undefined
|
|
62
|
+
*/
|
|
63
|
+
export declare const colorOptionToThemedLightnessScale: <Prefix extends string>(colorOption: CssColorOrScale | undefined, prefix: Prefix) => WithPrefix<InternalColorScale<HslaColorString>, Prefix> | undefined;
|
|
64
|
+
export {};
|
|
65
|
+
//# sourceMappingURL=scales.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scales.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/scales.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAQ9G,KAAK,kBAAkB,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACpE,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,SAAS,MAAM,IAAI;KACxE,CAAC,IAAI,MAAM,CAAC,IAAI,GAAG,MAAM,GAAG,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;CACjD,CAAC;AAuBF;;GAEG;AACH,iBAAS,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAQvE;AAED;;GAEG;AACH,iBAAS,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAYvE;AAED;;GAEG;AACH,iBAAS,4BAA4B,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAQ3E;AAED;;GAEG;AACH,iBAAS,4BAA4B,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CA0B3E;AAqDD;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,eAAe,GAAG,SAAS,GAC/D,UAAU,CAAC,MAAM,CAAC,CAepB;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,eAAe,GAAG,SAAS,GAC/D,UAAU,CAAC,MAAM,CAAC,CAepB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;CAGf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;;;CAGf,CAAC;AA+BX;;;;;;GAMG;AACH,eAAO,MAAM,6BAA6B,GAAI,MAAM,SAAS,MAAM,EACjE,aAAa,oBAAoB,GAAG,SAAS,EAC7C,QAAQ,MAAM,KACb,UAAU,CAAC,kBAAkB,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,GAAG,SAU5D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iCAAiC,GAAI,MAAM,SAAS,MAAM,EACrE,aAAa,eAAe,GAAG,SAAS,EACxC,QAAQ,MAAM,KACb,UAAU,CAAC,kBAAkB,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,GAAG,SAU5D,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { ColorScale } from '@clerk/shared/types';
|
|
2
|
+
import type { ColorShade } from './constants';
|
|
3
|
+
/**
|
|
4
|
+
* Fast empty color scale creation - returns pre-computed frozen object
|
|
5
|
+
*/
|
|
6
|
+
export declare const createEmptyColorScale: () => ColorScale<string | undefined>;
|
|
7
|
+
/**
|
|
8
|
+
* Core color generation functions
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Create a color-mix string
|
|
12
|
+
* @param baseColor - The base color
|
|
13
|
+
* @param mixColor - The color to mix with
|
|
14
|
+
* @param percentage - The percentage of the mix
|
|
15
|
+
* @returns The color-mix string
|
|
16
|
+
*/
|
|
17
|
+
export declare function createColorMixString(baseColor: string, mixColor: string, percentage: number): string;
|
|
18
|
+
/**
|
|
19
|
+
* Generate a relative color syntax string
|
|
20
|
+
* @param color - The base color
|
|
21
|
+
* @param hue - The hue component
|
|
22
|
+
* @param saturation - The saturation component
|
|
23
|
+
* @param lightness - The lightness component
|
|
24
|
+
* @param alpha - The alpha component (optional)
|
|
25
|
+
* @returns The relative color syntax string
|
|
26
|
+
*/
|
|
27
|
+
export declare function createRelativeColorString(color: string, hue: string, saturation: string, lightness: string, alpha?: string): string;
|
|
28
|
+
/**
|
|
29
|
+
* Create an alpha color-mix string
|
|
30
|
+
* @param color - The base color
|
|
31
|
+
* @param alphaPercentage - The alpha percentage
|
|
32
|
+
* @returns The alpha color-mix string
|
|
33
|
+
*/
|
|
34
|
+
export declare function createAlphaColorMixString(color: string, alphaPercentage: number): string;
|
|
35
|
+
/**
|
|
36
|
+
* Generate a relative color syntax string
|
|
37
|
+
* @param color - The base color
|
|
38
|
+
* @param shade - The shade to generate the color for
|
|
39
|
+
* @returns The relative color syntax string
|
|
40
|
+
*/
|
|
41
|
+
export declare function generateRelativeColorSyntax(color: string, shade: ColorShade): string;
|
|
42
|
+
/**
|
|
43
|
+
* Generate a color-mix string
|
|
44
|
+
* @param color - The base color
|
|
45
|
+
* @param shade - The shade to generate the color for
|
|
46
|
+
* @returns The color-mix string
|
|
47
|
+
*/
|
|
48
|
+
export declare function generateColorMixSyntax(color: string, shade: ColorShade): string;
|
|
49
|
+
export declare function generateAlphaColorMix(color: string, shade: ColorShade): string;
|
|
50
|
+
/**
|
|
51
|
+
* Get the optimal color variant for the given shade
|
|
52
|
+
* @param color - The base color
|
|
53
|
+
* @param shade - The shade to generate the color for
|
|
54
|
+
* @returns The optimal color variant
|
|
55
|
+
*/
|
|
56
|
+
export declare function getSupportedColorVariant(color: string, shade: ColorShade): string;
|
|
57
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/utils/colors/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAgB9C;;GAEG;AACH,eAAO,MAAM,qBAAqB,QAAO,UAAU,CAAC,MAAM,GAAG,SAAS,CAErE,CAAC;AAEF;;GAEG;AAEH;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAEpG;AAED;;;;;;;;GAQG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,KAAK,CAAC,EAAE,MAAM,GACb,MAAM,CAER;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,GAAG,MAAM,CAExF;AAED;;;;;GAKG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,GAAG,MAAM,CAwBpF;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,GAAG,MAAM,CAW/E;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,GAAG,MAAM,CAG9E;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,GAAG,MAAM,CAcjF"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enforces that an array contains ALL keys of T
|
|
3
|
+
*/
|
|
4
|
+
export declare const containsAllOfType: <T>() => <U extends Readonly<T[]>>(array: U & ([T] extends [U[number]] ? unknown : "Invalid")) => U & ([T] extends [U[number]] ? unknown : "Invalid");
|
|
5
|
+
//# sourceMappingURL=containsAllOf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containsAllOf.d.ts","sourceRoot":"","sources":["../../../src/utils/containsAllOf.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC3B,CAAC,QACD,CAAC,SAAS,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,OAAO,GAAG,SAAS,CAAC,wDAC7E,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CustomMenuItem, LoadedClerk } from '@clerk/shared/types';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
export type DefaultItemIds = 'manageAccount' | 'addAccount' | 'signOut' | 'signOutAll';
|
|
4
|
+
export type MenuItem = {
|
|
5
|
+
id: string;
|
|
6
|
+
name: LocalizationKey | string;
|
|
7
|
+
icon: React.ComponentType;
|
|
8
|
+
onClick?: () => void;
|
|
9
|
+
open?: string;
|
|
10
|
+
path?: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const createUserButtonCustomMenuItems: (customMenuItems: CustomMenuItem[], clerk: LoadedClerk) => MenuItem[];
|
|
13
|
+
//# sourceMappingURL=createCustomMenuItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCustomMenuItems.d.ts","sourceRoot":"","sources":["../../../src/utils/createCustomMenuItems.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAOxD,MAAM,MAAM,cAAc,GAAG,eAAe,GAAG,YAAY,GAAG,SAAS,GAAG,YAAY,CAAC;AAEvF,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,eAAe,GAAG,MAAM,CAAC;IAC/B,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAoCF,eAAO,MAAM,+BAA+B,GAAI,iBAAiB,cAAc,EAAE,EAAE,OAAO,WAAW,eAEpG,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { CustomPage, EnvironmentResource, LoadedClerk } from '@clerk/shared/types';
|
|
2
|
+
import type { NavbarRoute } from '../elements/Navbar';
|
|
3
|
+
export type CustomPageContent = {
|
|
4
|
+
url: string;
|
|
5
|
+
mount: (el: HTMLDivElement) => void;
|
|
6
|
+
unmount: (el?: HTMLDivElement) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const createUserProfileCustomPages: (customPages: CustomPage[], clerk: LoadedClerk, shouldShowBilling: boolean, environment?: EnvironmentResource) => {
|
|
9
|
+
routes: NavbarRoute[];
|
|
10
|
+
contents: CustomPageContent[];
|
|
11
|
+
pageToRootNavbarRouteMap: Record<string, NavbarRoute>;
|
|
12
|
+
};
|
|
13
|
+
export declare const createOrganizationProfileCustomPages: (customPages: CustomPage[], clerk: LoadedClerk, shouldShowBilling: boolean, environment?: EnvironmentResource) => {
|
|
14
|
+
routes: NavbarRoute[];
|
|
15
|
+
contents: CustomPageContent[];
|
|
16
|
+
pageToRootNavbarRouteMap: Record<string, NavbarRoute>;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=createCustomPages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCustomPages.d.ts","sourceRoot":"","sources":["../../../src/utils/createCustomPages.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGxF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAMtD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,CAAC,EAAE,EAAE,cAAc,KAAK,IAAI,CAAC;IACpC,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACxC,CAAC;AAmCF,eAAO,MAAM,4BAA4B,GACvC,aAAa,UAAU,EAAE,EACzB,OAAO,WAAW,EAClB,mBAAmB,OAAO,EAC1B,cAAc,mBAAmB;;;;CAalC,CAAC;AAEF,eAAO,MAAM,oCAAoC,GAC/C,aAAa,UAAU,EAAE,EACzB,OAAO,WAAW,EAClB,mBAAmB,OAAO,EAC1B,cAAc,mBAAmB;;;;CAclC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This function leverages JS Proxies to create an object that
|
|
3
|
+
* can be used as a placeholder when you want to run a callback
|
|
4
|
+
* but you don't have the necessary arguments ready yet.
|
|
5
|
+
*
|
|
6
|
+
* This proxy recursively returns itself so it can be passed safely
|
|
7
|
+
* when you don't know how the caller will try to access it.
|
|
8
|
+
*
|
|
9
|
+
* Eg:
|
|
10
|
+
* `const userCallback = (theme) => theme.prop1.prop2.prop3.replace();`
|
|
11
|
+
*
|
|
12
|
+
* Calling `userCallback` as follows is safe:
|
|
13
|
+
* `userCallback(createInfiniteAccessProxy())`
|
|
14
|
+
*/
|
|
15
|
+
export declare const createInfiniteAccessProxy: () => any;
|
|
16
|
+
//# sourceMappingURL=createInfiniteAccessProxy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createInfiniteAccessProxy.d.ts","sourceRoot":"","sources":["../../../src/utils/createInfiniteAccessProxy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,yBAAyB,WAYrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createSlug.d.ts","sourceRoot":"","sources":["../../../src/utils/createSlug.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,KAAK,MAAM,KAAG,MAIxC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const cssSupports: {
|
|
2
|
+
relativeColorSyntax: () => boolean;
|
|
3
|
+
colorMix: () => boolean;
|
|
4
|
+
/**
|
|
5
|
+
* Returns true if either relativeColorSyntax or colorMix is supported
|
|
6
|
+
*/
|
|
7
|
+
modernColor(): boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const clearCache: () => void;
|
|
10
|
+
//# sourceMappingURL=cssSupports.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cssSupports.d.ts","sourceRoot":"","sources":["../../../src/utils/cssSupports.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW;;;IAyBtB;;OAEG;;CAaJ,CAAC;AAEF,eAAO,MAAM,UAAU,YAItB,CAAC"}
|