@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,68 @@
|
|
|
1
|
+
export declare const SignIn: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").SignInProps>>;
|
|
2
|
+
export declare const SignInModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").SignInModalProps) => JSX.Element>;
|
|
3
|
+
export declare const GoogleOneTap: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").GoogleOneTapProps>>;
|
|
4
|
+
export declare const UserVerification: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").__internal_UserVerificationProps>>;
|
|
5
|
+
export declare const UserVerificationModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_UserVerificationModalProps) => JSX.Element>;
|
|
6
|
+
export declare const SignUp: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").SignUpProps>>;
|
|
7
|
+
export declare const SignUpModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").SignUpModalProps) => JSX.Element>;
|
|
8
|
+
export declare const UserAvatar: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").UserAvatarProps>>;
|
|
9
|
+
export declare const UserButton: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
10
|
+
export declare const UserProfile: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").UserProfileProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
11
|
+
export declare const UserProfileModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").UserProfileModalProps) => JSX.Element>;
|
|
12
|
+
export declare const CreateOrganization: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
13
|
+
export declare const CreateOrganizationModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").CreateOrganizationModalProps) => JSX.Element>;
|
|
14
|
+
export declare const OrganizationProfile: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").OrganizationProfileProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
15
|
+
export declare const OrganizationProfileModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").OrganizationProfileModalProps) => JSX.Element>;
|
|
16
|
+
export declare const OrganizationSwitcher: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
17
|
+
export declare const OrganizationList: import("react").LazyExoticComponent<() => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
18
|
+
export declare const Waitlist: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
19
|
+
export declare const WaitlistModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").WaitlistModalProps) => JSX.Element>;
|
|
20
|
+
export declare const BlankCaptchaModal: import("react").LazyExoticComponent<typeof import("./../components/BlankCaptchaModal").BlankCaptchaModal>;
|
|
21
|
+
export declare const ImpersonationFab: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
22
|
+
export declare const KeylessPrompt: import("react").LazyExoticComponent<(props: {
|
|
23
|
+
claimUrl: string;
|
|
24
|
+
copyKeysUrl: string;
|
|
25
|
+
onDismiss: (() => Promise<unknown>) | undefined | null;
|
|
26
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
27
|
+
export declare const PricingTable: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").PricingTableProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
28
|
+
export declare const APIKeys: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
29
|
+
export declare const Checkout: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_CheckoutProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
30
|
+
export declare const TaskChooseOrganization: import("react").LazyExoticComponent<import("react").ComponentType<import("../types").AvailableComponentProps>>;
|
|
31
|
+
export declare const PlanDetails: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_PlanDetailsProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
32
|
+
export declare const SubscriptionDetails: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_SubscriptionDetailsProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
33
|
+
export declare const OAuthConsent: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
34
|
+
export declare const SessionTasks: import("react").LazyExoticComponent<(props: {
|
|
35
|
+
redirectUrlComplete: string;
|
|
36
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
37
|
+
export declare const preloadComponent: (component: unknown) => Promise<typeof import("../components/SessionTasks") | typeof import("./../components/SignUp") | typeof import("./../components/SignIn") | typeof import("./../components/GoogleOneTap") | typeof import("./../components/UserVerification") | typeof import("./../components/UserAvatar") | typeof import("./../components/UserButton") | typeof import("./../components/UserProfile") | typeof import("./../components/CreateOrganization") | typeof import("./../components/OrganizationProfile") | typeof import("./../components/OrganizationSwitcher") | typeof import("./../components/OrganizationList") | typeof import("./../components/Waitlist") | typeof import("./../components/BlankCaptchaModal") | typeof import("./../components/ImpersonationFab") | typeof import("../components/KeylessPrompt") | typeof import("../components/PricingTable") | typeof import("../components/ApiKeys/ApiKeys") | typeof import("../components/Checkout") | typeof import("../components/SessionTasks/tasks/TaskChooseOrganization") | typeof import("../components/Plans/PlanDetails") | typeof import("../components/SubscriptionDetails") | typeof import("../components/OAuthConsent/OAuthConsent")>;
|
|
38
|
+
export declare const ClerkComponents: {
|
|
39
|
+
SignIn: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").SignInProps>>;
|
|
40
|
+
SignUp: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").SignUpProps>>;
|
|
41
|
+
UserAvatar: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").UserAvatarProps>>;
|
|
42
|
+
UserButton: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
43
|
+
UserProfile: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").UserProfileProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
44
|
+
UserVerification: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").__internal_UserVerificationProps>>;
|
|
45
|
+
OrganizationSwitcher: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
46
|
+
OrganizationList: import("react").LazyExoticComponent<() => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
47
|
+
OrganizationProfile: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").OrganizationProfileProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
48
|
+
CreateOrganization: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
49
|
+
SignInModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").SignInModalProps) => JSX.Element>;
|
|
50
|
+
SignUpModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").SignUpModalProps) => JSX.Element>;
|
|
51
|
+
UserProfileModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").UserProfileModalProps) => JSX.Element>;
|
|
52
|
+
OrganizationProfileModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").OrganizationProfileModalProps) => JSX.Element>;
|
|
53
|
+
CreateOrganizationModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").CreateOrganizationModalProps) => JSX.Element>;
|
|
54
|
+
UserVerificationModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_UserVerificationModalProps) => JSX.Element>;
|
|
55
|
+
GoogleOneTap: import("react").LazyExoticComponent<import("react").ComponentType<import("@clerk/shared/types").GoogleOneTapProps>>;
|
|
56
|
+
Waitlist: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
57
|
+
WaitlistModal: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").WaitlistModalProps) => JSX.Element>;
|
|
58
|
+
BlankCaptchaModal: import("react").LazyExoticComponent<typeof import("./../components/BlankCaptchaModal").BlankCaptchaModal>;
|
|
59
|
+
PricingTable: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").PricingTableProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
60
|
+
Checkout: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_CheckoutProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
61
|
+
PlanDetails: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_PlanDetailsProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
62
|
+
APIKeys: import("react").LazyExoticComponent<import("react").ComponentType<unknown>>;
|
|
63
|
+
OAuthConsent: import("react").LazyExoticComponent<(props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
64
|
+
SubscriptionDetails: import("react").LazyExoticComponent<(props: import("@clerk/shared/types").__internal_SubscriptionDetailsProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
65
|
+
TaskChooseOrganization: import("react").LazyExoticComponent<import("react").ComponentType<import("../types").AvailableComponentProps>>;
|
|
66
|
+
};
|
|
67
|
+
export type ClerkComponentName = keyof typeof ClerkComponents;
|
|
68
|
+
//# sourceMappingURL=components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/lazyModules/components.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,MAAM,+GAAyF,CAAC;AAE7G,eAAO,MAAM,WAAW,6GAA8F,CAAC;AACvH,eAAO,MAAM,YAAY,qHAExB,CAAC;AAEF,eAAO,MAAM,gBAAgB,oIAE5B,CAAC;AAEF,eAAO,MAAM,qBAAqB,kIAEjC,CAAC;AAEF,eAAO,MAAM,MAAM,+GAAyF,CAAC;AAE7G,eAAO,MAAM,WAAW,6GAA8F,CAAC;AAEvH,eAAO,MAAM,UAAU,mHAEtB,CAAC;AAEF,eAAO,MAAM,UAAU,6EAEtB,CAAC;AAEF,eAAO,MAAM,WAAW,kJAEvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,kHAE5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,2GAE9B,CAAC;AAEF,eAAO,MAAM,uBAAuB,yHAEnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,0JAE/B,CAAC;AAEF,eAAO,MAAM,wBAAwB,0HAEpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,6EAEhC,CAAC;AAEF,eAAO,MAAM,gBAAgB,6FAE5B,CAAC;AAEF,eAAO,MAAM,QAAQ,2GAA6F,CAAC;AAEnH,eAAO,MAAM,aAAa,+GAEzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,2GAE7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,6EAE5B,CAAC;AACF,eAAO,MAAM,aAAa;;;;uDAEzB,CAAC;AAEF,eAAO,MAAM,YAAY,mJAExB,CAAC;AAEF,eAAO,MAAM,OAAO,6EAA2F,CAAC;AAEhH,eAAO,MAAM,QAAQ,0JAA6F,CAAC;AAEnH,eAAO,MAAM,sBAAsB,gHAElC,CAAC;AAEF,eAAO,MAAM,WAAW,6JAEvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,qKAE/B,CAAC;AAEF,eAAO,MAAM,YAAY,2GAExB,CAAC;AAEF,eAAO,MAAM,YAAY;;uDAExB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAU,WAAW,OAAO,gpCAExD,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B3B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,eAAe,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const MountedCheckoutDrawer: import("react").LazyExoticComponent<typeof import("./MountedCheckoutDrawer").MountedCheckoutDrawer>;
|
|
2
|
+
export declare const MountedPlanDetailDrawer: import("react").LazyExoticComponent<typeof import("./MountedPlanDetailDrawer").MountedPlanDetailDrawer>;
|
|
3
|
+
export declare const MountedSubscriptionDetailDrawer: import("react").LazyExoticComponent<typeof import("./MountedSubscriptionDetailDrawer").MountedSubscriptionDetailDrawer>;
|
|
4
|
+
//# sourceMappingURL=drawers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawers.d.ts","sourceRoot":"","sources":["../../../src/lazyModules/drawers.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,qGAEjC,CAAC;AACF,eAAO,MAAM,uBAAuB,yGAEnC,CAAC;AAEF,eAAO,MAAM,+BAA+B,yHAI3C,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type { Appearance } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { FlowMetadata } from '../elements/contexts';
|
|
4
|
+
import type { Drawer } from '../elements/Drawer';
|
|
5
|
+
import type { ThemableCssProp } from '../styledSystem';
|
|
6
|
+
import type { ClerkComponentName } from './components';
|
|
7
|
+
declare const AppearanceProvider: React.LazyExoticComponent<(props: import("../customizables/parseAppearance").AppearanceCascade & {
|
|
8
|
+
children?: React.ReactNode | undefined;
|
|
9
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
10
|
+
declare const Portal: React.LazyExoticComponent<typeof import("./../portal").Portal>;
|
|
11
|
+
declare const Modal: React.LazyExoticComponent<React.ComponentType<{
|
|
12
|
+
id?: string;
|
|
13
|
+
handleOpen?: () => void;
|
|
14
|
+
handleClose?: () => void;
|
|
15
|
+
contentSx?: ThemableCssProp;
|
|
16
|
+
containerSx?: ThemableCssProp;
|
|
17
|
+
canCloseModal?: boolean;
|
|
18
|
+
style?: React.CSSProperties;
|
|
19
|
+
portalRoot?: HTMLElement | React.MutableRefObject<HTMLElement | null>;
|
|
20
|
+
} & {
|
|
21
|
+
children?: React.ReactNode | undefined;
|
|
22
|
+
}>>;
|
|
23
|
+
declare const OrganizationSwitcherPrefetch: React.LazyExoticComponent<typeof import("../components/prefetch-organization-list").OrganizationSwitcherPrefetch>;
|
|
24
|
+
type LazyProvidersProps = React.PropsWithChildren<{
|
|
25
|
+
clerk: any;
|
|
26
|
+
environment: any;
|
|
27
|
+
options: any;
|
|
28
|
+
children: any;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const LazyProviders: (props: LazyProvidersProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
31
|
+
type _AppearanceProviderProps = Parameters<typeof AppearanceProvider>[0];
|
|
32
|
+
type AppearanceProviderProps = {
|
|
33
|
+
globalAppearance?: _AppearanceProviderProps['globalAppearance'];
|
|
34
|
+
appearanceKey: _AppearanceProviderProps['appearanceKey'];
|
|
35
|
+
componentAppearance?: _AppearanceProviderProps['appearance'];
|
|
36
|
+
};
|
|
37
|
+
type LazyComponentRendererProps = React.PropsWithChildren<{
|
|
38
|
+
node: PortalProps['node'];
|
|
39
|
+
componentName: any;
|
|
40
|
+
componentProps: any;
|
|
41
|
+
} & AppearanceProviderProps>;
|
|
42
|
+
type PortalProps = Parameters<typeof Portal>[0];
|
|
43
|
+
export declare const LazyComponentRenderer: (props: LazyComponentRendererProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
44
|
+
type ModalProps = Parameters<typeof Modal>[0];
|
|
45
|
+
type LazyModalRendererProps = React.PropsWithChildren<{
|
|
46
|
+
componentName: ClerkComponentName;
|
|
47
|
+
flowName?: FlowMetadata['flow'];
|
|
48
|
+
startPath?: string;
|
|
49
|
+
onClose?: ModalProps['handleClose'];
|
|
50
|
+
onExternalNavigate?: () => void;
|
|
51
|
+
modalContainerSx?: ThemableCssProp;
|
|
52
|
+
modalContentSx?: ThemableCssProp;
|
|
53
|
+
canCloseModal?: boolean;
|
|
54
|
+
modalId?: string;
|
|
55
|
+
modalStyle?: React.CSSProperties;
|
|
56
|
+
} & AppearanceProviderProps>;
|
|
57
|
+
export declare const LazyModalRenderer: (props: LazyModalRendererProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
58
|
+
type DrawerProps = Parameters<typeof Drawer.Root>[0];
|
|
59
|
+
type LazyDrawerRendererProps = React.PropsWithChildren<{
|
|
60
|
+
componentName: ClerkComponentName;
|
|
61
|
+
flowName?: FlowMetadata['flow'];
|
|
62
|
+
open: DrawerProps['open'];
|
|
63
|
+
onOpenChange: DrawerProps['onOpenChange'];
|
|
64
|
+
portalId?: string;
|
|
65
|
+
portalRoot?: HTMLElement | null | undefined;
|
|
66
|
+
} & AppearanceProviderProps>;
|
|
67
|
+
export declare const LazyDrawerRenderer: (props: LazyDrawerRendererProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
68
|
+
/**
|
|
69
|
+
* This component automatically mounts when impersonating, without a user action.
|
|
70
|
+
* We want to hotload the /ui dependencies only if we're actually impersonating.
|
|
71
|
+
*/
|
|
72
|
+
export declare const LazyImpersonationFabProvider: (props: React.PropsWithChildren<{
|
|
73
|
+
globalAppearance: Appearance | undefined;
|
|
74
|
+
}>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
75
|
+
type LazyOneTapRendererProps = React.PropsWithChildren<{
|
|
76
|
+
componentProps: any;
|
|
77
|
+
startPath: string;
|
|
78
|
+
} & Omit<AppearanceProviderProps, 'appearanceKey'>>;
|
|
79
|
+
export declare const LazyOneTapRenderer: (props: LazyOneTapRendererProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
80
|
+
export { OrganizationSwitcherPrefetch };
|
|
81
|
+
//# sourceMappingURL=providers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../../src/lazyModules/providers.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type GlobalTokens = {
|
|
2
|
+
applicationName: string;
|
|
3
|
+
'signIn.identifier': string;
|
|
4
|
+
'user.firstName': string;
|
|
5
|
+
'user.lastName': string;
|
|
6
|
+
'user.username': string;
|
|
7
|
+
'user.primaryEmailAddress': string;
|
|
8
|
+
'user.primaryPhoneNumber': string;
|
|
9
|
+
};
|
|
10
|
+
export type Tokens = GlobalTokens & Record<string, string>;
|
|
11
|
+
export declare const applyTokensToString: (s: string | undefined, tokens: Tokens) => string;
|
|
12
|
+
export declare const useGlobalTokens: () => GlobalTokens;
|
|
13
|
+
//# sourceMappingURL=applyTokensToString.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyTokensToString.d.ts","sourceRoot":"","sources":["../../../src/localization/applyTokensToString.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,YAAY,GAAG;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,0BAA0B,EAAE,MAAM,CAAC;IACnC,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AAIF,MAAM,MAAM,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAM3D,eAAO,MAAM,mBAAmB,GAAI,GAAG,MAAM,GAAG,SAAS,EAAE,QAAQ,MAAM,KAAG,MAM3E,CAAC;AAEF,eAAO,MAAM,eAAe,QAAO,YAelC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultEnglishResource.d.ts","sourceRoot":"","sources":["../../../src/localization/defaultEnglishResource.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oDAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/localization/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { __internal_LocalizationResource, PathValue, RecordToPath } from '@clerk/shared/types';
|
|
2
|
+
type Value = string | number | boolean | Date;
|
|
3
|
+
type Whitespace = ' ' | '\t' | '\n' | '\r';
|
|
4
|
+
type Trim<T> = T extends `${Whitespace}${infer Rest}` ? Trim<Rest> : T extends `${infer Rest}${Whitespace}` ? Trim<Rest> : T extends string ? T : never;
|
|
5
|
+
type RemovePipeUtils<Text extends string> = Text extends `${infer Left}|titleize${infer Right}` ? `${Left}${Right}` : Text;
|
|
6
|
+
type FindBlocks<Text> = Text extends `${string}{{${infer Right}` ? ReadBlock<'', Right, ''> extends [infer Block, infer Tail] ? [Block, ...FindBlocks<Tail>] : never : [];
|
|
7
|
+
type TupleFindBlocks<T> = T extends readonly [infer First, ...infer Rest] ? [...FindBlocks<First>, ...TupleFindBlocks<Rest>] : [];
|
|
8
|
+
type ReadBlock<Block extends string, Tail extends string, Depth extends string> = Tail extends `${infer L1}}}${infer R1}` ? L1 extends `${infer L2}{{${infer R2}` ? ReadBlock<`${Block}${L2}{{`, `${R2}}}${R1}`, `${Depth}+`> : Depth extends `+${infer Rest}` ? ReadBlock<`${Block}${L1}}}`, R1, Rest> : [`${Block}${L1}`, R1] : [];
|
|
9
|
+
/** Parse block, return variables with types and recursively find nested blocks within */
|
|
10
|
+
type ParseBlock<Block> = Block extends `${infer Name},${infer Format},${infer Rest}` ? {
|
|
11
|
+
[K in Trim<Name>]: VariableType<Trim<Format>>;
|
|
12
|
+
} & TupleParseBlock<TupleFindBlocks<FindBlocks<Rest>>> : Block extends `${infer Name},${infer Format}` ? {
|
|
13
|
+
[K in Trim<Name>]: VariableType<Trim<Format>>;
|
|
14
|
+
} : {
|
|
15
|
+
[K in Trim<Block>]: Value;
|
|
16
|
+
};
|
|
17
|
+
/** Parse block for each tuple entry */
|
|
18
|
+
type TupleParseBlock<T> = T extends readonly [infer First, ...infer Rest] ? ParseBlock<First> & TupleParseBlock<Rest> : unknown;
|
|
19
|
+
type VariableType<T extends string> = T extends 'number' | 'plural' | 'selectordinal' ? number : T extends 'date' | 'time' ? Date : Value;
|
|
20
|
+
export type GetICUArgs<Text extends string, T extends RemovePipeUtils<Text>> = TupleParseBlock<T extends readonly string[] ? TupleFindBlocks<T> : FindBlocks<T>>;
|
|
21
|
+
type DefaultLocalizationKey = RecordToPath<__internal_LocalizationResource>;
|
|
22
|
+
type LocalizationKeyToValue<P extends DefaultLocalizationKey> = PathValue<__internal_LocalizationResource, P>;
|
|
23
|
+
export type LocalizationKey = {
|
|
24
|
+
key: string;
|
|
25
|
+
params: Record<string, any> | undefined;
|
|
26
|
+
};
|
|
27
|
+
type ExtractArgsFromValue<Value> = Value extends {
|
|
28
|
+
__params: any;
|
|
29
|
+
} ? [params: Value['__params']] : [];
|
|
30
|
+
export declare const localizationKeys: <Key extends DefaultLocalizationKey, Value extends LocalizationKeyToValue<Key>>(key: Key, ...args: ExtractArgsFromValue<Value>) => LocalizationKey;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=localizationKeys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localizationKeys.d.ts","sourceRoot":"","sources":["../../../src/localization/localizationKeys.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { titleize } from '@clerk/shared/underscore';
|
|
2
|
+
export declare const MODIFIERS: {
|
|
3
|
+
readonly titleize: typeof titleize;
|
|
4
|
+
readonly timeString: (val: Date | string | number, locale?: string) => string;
|
|
5
|
+
readonly weekday: (val: Date | string | number, locale?: string, weekday?: "long" | "short" | "narrow" | undefined) => string;
|
|
6
|
+
readonly numeric: (val: Date | number | string, locale?: string) => string;
|
|
7
|
+
readonly link: (val: string, label?: string) => string;
|
|
8
|
+
readonly shortDate: (val: Date | string | number, locale?: string) => string;
|
|
9
|
+
readonly longDate: (val: Date | string | number, locale?: string) => string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=localizationModifiers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localizationModifiers.d.ts","sourceRoot":"","sources":["../../../src/localization/localizationModifiers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAmEpD,eAAO,MAAM,SAAS;;+BAjEG,IAAI,GAAG,MAAM,GAAG,MAAM,WAAW,MAAM;4BAS1C,IAAI,GAAG,MAAM,GAAG,MAAM,WAAW,MAAM,YAAY,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS;4BA2C1F,IAAI,GAAG,MAAM,GAAG,MAAM,WAAW,MAAM;yBAS1C,MAAM,UAAU,MAAM;8BAvCjB,IAAI,GAAG,MAAM,GAAG,MAAM,WAAW,MAAM;6BAiBxC,IAAI,GAAG,MAAM,GAAG,MAAM,WAAW,MAAM;CAkCpD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ClerkAPIError, ClerkRuntimeError } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { LocalizationKey } from './localizationKeys';
|
|
4
|
+
type Localizable<T> = T & {
|
|
5
|
+
localizationKey?: LocalizationKey | string;
|
|
6
|
+
};
|
|
7
|
+
type LocalizablePrimitive<T> = React.FunctionComponent<Localizable<T>>;
|
|
8
|
+
export declare const makeLocalizable: <P>(Component: React.FunctionComponent<P>) => LocalizablePrimitive<P>;
|
|
9
|
+
export declare const useLocalizations: () => {
|
|
10
|
+
t: (localizationKey: LocalizationKey | string | undefined) => string;
|
|
11
|
+
translateError: (error: ClerkRuntimeError | ClerkAPIError | string | undefined) => string;
|
|
12
|
+
locale: string;
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=makeLocalizable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeLocalizable.d.ts","sourceRoot":"","sources":["../../../src/localization/makeLocalizable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAClG,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAI1D,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IACxB,eAAe,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;CAC5C,CAAC;AAEF,KAAK,oBAAoB,CAAC,CAAC,IAAI,KAAK,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AAEvE,eAAO,MAAM,eAAe,GAAI,CAAC,EAAG,WAAW,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,KAAG,oBAAoB,CAAC,CAAC,CAwCjG,CAAC;AAEF,eAAO,MAAM,gBAAgB;yBAKC,eAAe,GAAG,MAAM,GAAG,SAAS;4BAejC,iBAAiB,GAAG,aAAa,GAAG,MAAM,GAAG,SAAS;;CAyBtF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseLocalization.d.ts","sourceRoot":"","sources":["../../../src/localization/parseLocalization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAe,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAyB7E,eAAO,MAAM,6BAA6B,4BAGzC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { RoutingOptions } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { AvailableComponentCtx, AvailableComponentName } from '../types';
|
|
4
|
+
type PortalProps<CtxType extends AvailableComponentCtx, PropsType = Omit<CtxType, 'componentName'>> = {
|
|
5
|
+
node: HTMLDivElement;
|
|
6
|
+
component: React.FunctionComponent<PropsType> | React.ComponentClass<PropsType, any>;
|
|
7
|
+
props?: PropsType & RoutingOptions;
|
|
8
|
+
} & {
|
|
9
|
+
componentName: AvailableComponentName;
|
|
10
|
+
};
|
|
11
|
+
export declare function Portal<CtxType extends AvailableComponentCtx>({ props, component, componentName, node, }: PortalProps<CtxType>): React.ReactPortal;
|
|
12
|
+
type VirtualBodyRootPortalProps<CtxType extends AvailableComponentCtx, PropsType = Omit<CtxType, 'componentName'>> = {
|
|
13
|
+
component: React.FunctionComponent<PropsType> | React.ComponentClass<PropsType, any>;
|
|
14
|
+
props?: PropsType;
|
|
15
|
+
startPath: string;
|
|
16
|
+
} & {
|
|
17
|
+
componentName: AvailableComponentName;
|
|
18
|
+
};
|
|
19
|
+
export declare class VirtualBodyRootPortal<CtxType extends AvailableComponentCtx> extends React.PureComponent<VirtualBodyRootPortalProps<CtxType>> {
|
|
20
|
+
private elRef;
|
|
21
|
+
componentDidMount(): void;
|
|
22
|
+
componentWillUnmount(): void;
|
|
23
|
+
render(): React.ReactPortal;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/portal/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAG9E,KAAK,WAAW,CAAC,OAAO,SAAS,qBAAqB,EAAE,SAAS,GAAG,IAAI,CAAC,OAAO,EAAE,eAAe,CAAC,IAAI;IACpG,IAAI,EAAE,cAAc,CAAC;IACrB,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,cAAc,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;IAErF,KAAK,CAAC,EAAE,SAAS,GAAG,cAAc,CAAC;CACpC,GAAG;IAAE,aAAa,EAAE,sBAAsB,CAAA;CAAE,CAAC;AAE9C,wBAAgB,MAAM,CAAC,OAAO,SAAS,qBAAqB,EAAE,EAC5D,KAAK,EACL,SAAS,EACT,aAAa,EACb,IAAI,GACL,EAAE,WAAW,CAAC,OAAO,CAAC,qBA+BtB;AAED,KAAK,0BAA0B,CAAC,OAAO,SAAS,qBAAqB,EAAE,SAAS,GAAG,IAAI,CAAC,OAAO,EAAE,eAAe,CAAC,IAAI;IACnH,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,cAAc,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;IACrF,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG;IAAE,aAAa,EAAE,sBAAsB,CAAA;CAAE,CAAC;AAE9C,qBAAa,qBAAqB,CAAC,OAAO,SAAS,qBAAqB,CAAE,SAAQ,KAAK,CAAC,aAAa,CACnG,0BAA0B,CAAC,OAAO,CAAC,CACpC;IACC,OAAO,CAAC,KAAK,CAAiC;IAE9C,iBAAiB;IAIjB,oBAAoB;IAIpB,MAAM;CAeP"}
|