@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,35 @@
|
|
|
1
|
+
import type { SelectId } from '@clerk/shared/types';
|
|
2
|
+
import type { PropsWithChildren, ReactElement, ReactNode } from 'react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Button, Flex, Text } from '../customizables';
|
|
5
|
+
import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
|
|
6
|
+
type Option = {
|
|
7
|
+
value: string | null;
|
|
8
|
+
label?: string;
|
|
9
|
+
};
|
|
10
|
+
type RenderOption<O extends Option> = (option: O, index?: number, isSelected?: boolean) => ReactNode;
|
|
11
|
+
type SelectProps<O extends Option> = {
|
|
12
|
+
options: O[];
|
|
13
|
+
value: string | null;
|
|
14
|
+
onChange: (option: O) => void;
|
|
15
|
+
searchPlaceholder?: string;
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
comparator?: (term: string, option: O) => boolean;
|
|
18
|
+
noResultsMessage?: string;
|
|
19
|
+
renderOption?: RenderOption<O>;
|
|
20
|
+
elementId?: SelectId;
|
|
21
|
+
portal?: boolean;
|
|
22
|
+
referenceElement?: React.RefObject<HTMLElement>;
|
|
23
|
+
};
|
|
24
|
+
export declare const Select: <O extends Option>(props: PropsWithChildren<SelectProps<O>>) => ReactElement;
|
|
25
|
+
export declare const SelectNoResults: (props: PropsOfComponent<typeof Text>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
26
|
+
type SelectOptionListProps = PropsOfComponent<typeof Flex> & {
|
|
27
|
+
containerSx?: ThemableCssProp;
|
|
28
|
+
};
|
|
29
|
+
export declare const SelectOptionList: (props: SelectOptionListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare const SelectButton: (props: PropsOfComponent<typeof Button> & {
|
|
31
|
+
icon?: React.ReactElement | React.ComponentType;
|
|
32
|
+
iconSx?: ThemableCssProp;
|
|
33
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/elements/Select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACxE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,MAAM,EAAe,IAAI,EAAe,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGhF,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAUzE,KAAK,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvD,KAAK,YAAY,CAAC,CAAC,SAAS,MAAM,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO,KAAK,SAAS,CAAC;AAErG,KAAK,WAAW,CAAC,CAAC,SAAS,MAAM,IAAI;IACnC,OAAO,EAAE,CAAC,EAAE,CAAC;IACb,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,KAAK,OAAO,CAAC;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;CACjD,CAAC;AA+CF,eAAO,MAAM,MAAM,EAqEb,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC;AAoEnF,eAAO,MAAM,eAAe,GAAI,OAAO,gBAAgB,CAAC,OAAO,IAAI,CAAC,qDAenE,CAAC;AAEF,KAAK,qBAAqB,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,GAAG;IAC3D,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,qDA8I5D,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,OAAO,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,aAAa,CAAC;IAChD,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,qDAkDF,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { OAuthStrategy, PhoneCodeChannel, Web3Strategy } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type SocialButtonsProps = React.PropsWithChildren<{
|
|
4
|
+
enableOAuthProviders: boolean;
|
|
5
|
+
enableWeb3Providers: boolean;
|
|
6
|
+
enableAlternativePhoneCodeProviders: boolean;
|
|
7
|
+
}>;
|
|
8
|
+
type SocialButtonsRootProps = SocialButtonsProps & {
|
|
9
|
+
oauthCallback: (strategy: OAuthStrategy) => Promise<unknown>;
|
|
10
|
+
web3Callback: (strategy: Web3Strategy) => Promise<unknown>;
|
|
11
|
+
alternativePhoneCodeCallback: (channel: PhoneCodeChannel) => void;
|
|
12
|
+
idleAfterDelay?: boolean;
|
|
13
|
+
showLastAuthenticationStrategy?: boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare const SocialButtons: React.MemoExoticComponent<(props: SocialButtonsRootProps) => import("@emotion/react/jsx-runtime").JSX.Element | null>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=SocialButtons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocialButtons.d.ts","sourceRoot":"","sources":["../../../src/elements/SocialButtons.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAiB,aAAa,EAAE,gBAAgB,EAAgB,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEtH,OAAO,KAAqC,MAAM,OAAO,CAAC;AA4B1D,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACvD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,mCAAmC,EAAE,OAAO,CAAC;CAC9C,CAAC,CAAC;AAEH,KAAK,sBAAsB,GAAG,kBAAkB,GAAG;IACjD,aAAa,EAAE,CAAC,QAAQ,EAAE,aAAa,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7D,YAAY,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC3D,4BAA4B,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAClE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,CAAC;AAUF,eAAO,MAAM,aAAa,oCAAsB,sBAAsB,6DAqKpE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Flex } from '../customizables';
|
|
3
|
+
import type { LocalizationKey } from '../localization';
|
|
4
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
5
|
+
type SuccessPageProps = Omit<PropsOfComponent<typeof Flex>, 'headerTitle' | 'title'> & {
|
|
6
|
+
title?: LocalizationKey;
|
|
7
|
+
text?: LocalizationKey | LocalizationKey[];
|
|
8
|
+
finishLabel?: LocalizationKey;
|
|
9
|
+
contents?: React.ReactNode;
|
|
10
|
+
onFinish?: () => void;
|
|
11
|
+
};
|
|
12
|
+
export declare const SuccessPage: (props: SuccessPageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=SuccessPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessPage.d.ts","sourceRoot":"","sources":["../../../src/elements/SuccessPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAIxD,KAAK,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,GAAG;IACrF,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,IAAI,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;IAC3C,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,qDAiDlD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
interface SwitchProps {
|
|
4
|
+
isChecked?: boolean;
|
|
5
|
+
defaultChecked?: boolean;
|
|
6
|
+
onChange?: (checked: boolean) => void;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
label: string | LocalizationKey;
|
|
9
|
+
}
|
|
10
|
+
export declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/elements/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAIxD,UAAU,WAAW;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,eAAe,CAAC;CACjC;AAED,eAAO,MAAM,MAAM,oFA6FlB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { PropsWithChildren } from 'react';
|
|
2
|
+
import { Button, Flex } from '../customizables';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
type TabsProps = PropsWithChildren<{
|
|
5
|
+
/** The index of the selected tab (controlled mode) */
|
|
6
|
+
value?: number;
|
|
7
|
+
/** Callback fired when the selected tab changes (controlled mode) */
|
|
8
|
+
onChange?: (index: number) => void;
|
|
9
|
+
/** The index of the tab to be selected on initial render (uncontrolled mode) */
|
|
10
|
+
defaultIndex?: number;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const Tabs: (props: TabsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
|
+
type TabsListProps = PropsOfComponent<typeof Flex>;
|
|
14
|
+
export declare const TabsList: (props: TabsListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
type TabProps = PropsOfComponent<typeof Button>;
|
|
16
|
+
export declare const Tab: (props: TabProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const TabPanels: (props: PropsWithChildren<Record<never, never>>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
18
|
+
type TabPanelProps = PropsOfComponent<typeof Flex>;
|
|
19
|
+
export declare const TabPanel: (props: TabPanelProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/elements/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,EAAE,MAAM,EAAe,IAAI,EAAoB,MAAM,kBAAkB,CAAC;AAC/E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAmBxD,KAAK,SAAS,GAAG,iBAAiB,CAAC;IACjC,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,gFAAgF;IAChF,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,IAAI,GAAI,OAAO,SAAS,qDA8BpC,CAAC;AAEF,KAAK,aAAa,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC;AACnD,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,qDAkD5C,CAAC;AACF,KAAK,QAAQ,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,CAAC;AAEhD,eAAO,MAAM,GAAG,GAAI,OAAO,QAAQ,qDAiElC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,iBAAiB,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,qDAUvE,CAAC;AAEF,KAAK,aAAa,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnD,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4DAgC5C,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
import { Flex } from '../customizables';
|
|
4
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
5
|
+
type Tag = string;
|
|
6
|
+
type TagInputProps = Pick<PropsOfComponent<typeof Flex>, 'sx'> & {
|
|
7
|
+
value: string;
|
|
8
|
+
onChange: React.ChangeEventHandler<HTMLInputElement>;
|
|
9
|
+
validate?: (tag: Tag) => boolean;
|
|
10
|
+
placeholder?: LocalizationKey | string;
|
|
11
|
+
autoFocus?: boolean;
|
|
12
|
+
validateUnsubmittedEmail?: (value: string) => void;
|
|
13
|
+
};
|
|
14
|
+
export declare const TagInput: (props: TagInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=TagInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagInput.d.ts","sourceRoot":"","sources":["../../../src/elements/TagInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAe,IAAI,EAAuC,MAAM,kBAAkB,CAAC;AAE1F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,KAAK,GAAG,GAAG,MAAM,CAAC;AAIlB,KAAK,aAAa,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,IAAI,CAAC,GAAG;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,OAAO,CAAC;IACjC,WAAW,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wBAAwB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,qDA4J5C,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { MenuId } from '@clerk/shared/types';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
type Action = {
|
|
4
|
+
label: LocalizationKey;
|
|
5
|
+
isDestructive?: boolean;
|
|
6
|
+
onClick: () => unknown;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type ThreeDotsMenuProps = {
|
|
10
|
+
variant?: 'bordered';
|
|
11
|
+
actions: Action[];
|
|
12
|
+
elementId?: MenuId;
|
|
13
|
+
};
|
|
14
|
+
export declare const ThreeDotsMenu: (props: ThreeDotsMenuProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=ThreeDotsMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThreeDotsMenu.d.ts","sourceRoot":"","sources":["../../../src/elements/ThreeDotsMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAMxD,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,eAAe,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,qDAyDtD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Button } from '../customizables';
|
|
2
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
3
|
+
type TimerButtonProps = PropsOfComponent<typeof Button> & {
|
|
4
|
+
throttleTimeInSec?: number;
|
|
5
|
+
startDisabled?: boolean;
|
|
6
|
+
showCounter?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const TimerButton: (props: TimerButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=TimerButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimerButton.d.ts","sourceRoot":"","sources":["../../../src/elements/TimerButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAoB,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,KAAK,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IACxD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,qDAwDlD,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import type { Placement } from '@floating-ui/react';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { type LocalizationKey } from '../customizables';
|
|
4
|
+
import type { ThemableCssProp } from '../styledSystem';
|
|
5
|
+
interface TooltipOptions {
|
|
6
|
+
initialOpen?: boolean;
|
|
7
|
+
placement?: Placement;
|
|
8
|
+
open?: boolean;
|
|
9
|
+
onOpenChange?: (open: boolean) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function useTooltip({ initialOpen, placement, open: controlledOpen, onOpenChange: setControlledOpen, }?: TooltipOptions): {
|
|
12
|
+
transitionStyles: React.CSSProperties;
|
|
13
|
+
placement: Placement;
|
|
14
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
15
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
isPositioned: boolean;
|
|
19
|
+
update: () => void;
|
|
20
|
+
floatingStyles: React.CSSProperties;
|
|
21
|
+
refs: {
|
|
22
|
+
reference: React.MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
23
|
+
floating: React.MutableRefObject<HTMLElement | null>;
|
|
24
|
+
setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
|
|
25
|
+
setFloating: (node: HTMLElement | null) => void;
|
|
26
|
+
} & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
27
|
+
elements: {
|
|
28
|
+
reference: import("@floating-ui/react-dom").ReferenceType | null;
|
|
29
|
+
floating: HTMLElement | null;
|
|
30
|
+
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
31
|
+
context: {
|
|
32
|
+
x: number;
|
|
33
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
34
|
+
y: number;
|
|
35
|
+
placement: Placement;
|
|
36
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
37
|
+
isPositioned: boolean;
|
|
38
|
+
update: () => void;
|
|
39
|
+
floatingStyles: React.CSSProperties;
|
|
40
|
+
open: boolean;
|
|
41
|
+
onOpenChange: (open: boolean, event?: Event, reason?: import("@floating-ui/react").OpenChangeReason) => void;
|
|
42
|
+
events: import("@floating-ui/react").FloatingEvents;
|
|
43
|
+
dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
|
|
44
|
+
nodeId: string | undefined;
|
|
45
|
+
floatingId: string | undefined;
|
|
46
|
+
refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
47
|
+
elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
48
|
+
};
|
|
49
|
+
getReferenceProps: (userProps?: React.HTMLProps<Element>) => Record<string, unknown>;
|
|
50
|
+
getFloatingProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
51
|
+
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "selected" | "active"> & {
|
|
52
|
+
active?: boolean;
|
|
53
|
+
selected?: boolean;
|
|
54
|
+
}) => Record<string, unknown>;
|
|
55
|
+
open: boolean;
|
|
56
|
+
setOpen: (open: boolean) => void;
|
|
57
|
+
isMounted: boolean;
|
|
58
|
+
};
|
|
59
|
+
export declare const useTooltipContext: () => {
|
|
60
|
+
transitionStyles: React.CSSProperties;
|
|
61
|
+
placement: Placement;
|
|
62
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
63
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
64
|
+
x: number;
|
|
65
|
+
y: number;
|
|
66
|
+
isPositioned: boolean;
|
|
67
|
+
update: () => void;
|
|
68
|
+
floatingStyles: React.CSSProperties;
|
|
69
|
+
refs: {
|
|
70
|
+
reference: React.MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
71
|
+
floating: React.MutableRefObject<HTMLElement | null>;
|
|
72
|
+
setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
|
|
73
|
+
setFloating: (node: HTMLElement | null) => void;
|
|
74
|
+
} & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
75
|
+
elements: {
|
|
76
|
+
reference: import("@floating-ui/react-dom").ReferenceType | null;
|
|
77
|
+
floating: HTMLElement | null;
|
|
78
|
+
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
79
|
+
context: {
|
|
80
|
+
x: number;
|
|
81
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
82
|
+
y: number;
|
|
83
|
+
placement: Placement;
|
|
84
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
85
|
+
isPositioned: boolean;
|
|
86
|
+
update: () => void;
|
|
87
|
+
floatingStyles: React.CSSProperties;
|
|
88
|
+
open: boolean;
|
|
89
|
+
onOpenChange: (open: boolean, event?: Event, reason?: import("@floating-ui/react").OpenChangeReason) => void;
|
|
90
|
+
events: import("@floating-ui/react").FloatingEvents;
|
|
91
|
+
dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
|
|
92
|
+
nodeId: string | undefined;
|
|
93
|
+
floatingId: string | undefined;
|
|
94
|
+
refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
95
|
+
elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
96
|
+
};
|
|
97
|
+
getReferenceProps: (userProps?: React.HTMLProps<Element>) => Record<string, unknown>;
|
|
98
|
+
getFloatingProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
99
|
+
getItemProps: (userProps?: Omit<React.HTMLProps<HTMLElement>, "selected" | "active"> & {
|
|
100
|
+
active?: boolean;
|
|
101
|
+
selected?: boolean;
|
|
102
|
+
}) => Record<string, unknown>;
|
|
103
|
+
open: boolean;
|
|
104
|
+
setOpen: (open: boolean) => void;
|
|
105
|
+
isMounted: boolean;
|
|
106
|
+
};
|
|
107
|
+
declare function Root({ children, ...options }: {
|
|
108
|
+
children: React.ReactNode;
|
|
109
|
+
} & TooltipOptions): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
110
|
+
type TriggerProps = React.HTMLProps<HTMLElement> & {
|
|
111
|
+
sx?: ThemableCssProp;
|
|
112
|
+
};
|
|
113
|
+
export declare const Tooltip: {
|
|
114
|
+
Root: typeof Root;
|
|
115
|
+
Trigger: React.ForwardRefExoticComponent<Omit<TriggerProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
116
|
+
Content: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement> & {
|
|
117
|
+
text: string | LocalizationKey;
|
|
118
|
+
sx?: ThemableCssProp;
|
|
119
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
120
|
+
};
|
|
121
|
+
export {};
|
|
122
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/elements/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAgBpD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAoB,KAAK,eAAe,EAA6B,MAAM,kBAAkB,CAAC;AAErG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,UAAU,cAAc;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,wBAAgB,UAAU,CAAC,EACzB,WAAmB,EACnB,SAAiB,EACjB,IAAI,EAAE,cAAc,EACpB,YAAY,EAAE,iBAAiB,GAChC,GAAE,cAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyM0m9B,CAAC;gCAAyF,CAAC;4BAAyF,CAAC;;;;;oBAjN7x9B,OAAO,KAAK,IAAI;;EA6EvC;AAMD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8Hkm9B,CAAC;gCAAyF,CAAC;4BAAyF,CAAC;;;;;oBAjN7x9B,OAAO,KAAK,IAAI;;CA2FvC,CAAC;AAEF,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,cAAc,oDAKrF;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG;IACjD,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB,CAAC;AAsGF,eAAO,MAAM,OAAO;;;;cAjDV,MAAM,GAAG,eAAe;aACzB,eAAe;;CAoDvB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { UserResource } from '@clerk/shared/types';
|
|
2
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
3
|
+
import { Avatar } from './Avatar';
|
|
4
|
+
type UserAvatarProps = Omit<PropsOfComponent<typeof Avatar>, 'imageUrl'> & Partial<Pick<UserResource, 'firstName' | 'lastName' | 'imageUrl'>> & {
|
|
5
|
+
name?: string | null;
|
|
6
|
+
avatarUrl?: string | null;
|
|
7
|
+
};
|
|
8
|
+
export declare const UserAvatar: (props: UserAvatarProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=UserAvatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../src/elements/UserAvatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,eAAe,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,MAAM,CAAC,EAAE,UAAU,CAAC,GACtE,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC,CAAC,GAAG;IACnE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEJ,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,qDAahD,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { ExternalAccountResource, SamlAccountResource, UserPreviewId, UserResource } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { LocalizationKey } from '../customizables';
|
|
4
|
+
import { Flex, Text } from '../customizables';
|
|
5
|
+
import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
|
|
6
|
+
export type UserPreviewProps = Omit<PropsOfComponent<typeof Flex>, 'title' | 'elementId'> & {
|
|
7
|
+
size?: 'lg' | 'md' | 'sm' | 'xs';
|
|
8
|
+
icon?: React.ReactNode;
|
|
9
|
+
iconSx?: ThemableCssProp;
|
|
10
|
+
badge?: React.ReactNode;
|
|
11
|
+
imageUrl?: string | null;
|
|
12
|
+
rounded?: boolean;
|
|
13
|
+
elementId?: UserPreviewId;
|
|
14
|
+
avatarSx?: ThemableCssProp;
|
|
15
|
+
mainIdentifierSx?: ThemableCssProp;
|
|
16
|
+
mainIdentifierVariant?: PropsOfComponent<typeof Text>['variant'];
|
|
17
|
+
title?: LocalizationKey | string;
|
|
18
|
+
subtitle?: LocalizationKey | string;
|
|
19
|
+
subtitleProps?: PropsOfComponent<typeof Text>;
|
|
20
|
+
showAvatar?: boolean;
|
|
21
|
+
} & ({
|
|
22
|
+
user?: Partial<UserResource>;
|
|
23
|
+
externalAccount?: null | undefined;
|
|
24
|
+
samlAccount?: null | undefined;
|
|
25
|
+
} | {
|
|
26
|
+
user?: null | undefined;
|
|
27
|
+
externalAccount?: Partial<ExternalAccountResource>;
|
|
28
|
+
samlAccount?: null | undefined;
|
|
29
|
+
} | {
|
|
30
|
+
user?: null | undefined;
|
|
31
|
+
externalAccount?: null | undefined;
|
|
32
|
+
samlAccount?: Partial<SamlAccountResource>;
|
|
33
|
+
});
|
|
34
|
+
export declare const UserPreview: (props: UserPreviewProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
35
|
+
//# sourceMappingURL=UserPreview.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPreview.d.ts","sourceRoot":"","sources":["../../../src/elements/UserPreview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAe,IAAI,EAAE,IAAI,EAAoB,MAAM,kBAAkB,CAAC;AAC7E,OAAO,KAAK,EAAiB,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAQxF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC,GAAG;IAC1F,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,qBAAqB,CAAC,EAAE,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;IACjE,KAAK,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACpC,aAAa,CAAC,EAAE,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,CACE;IACE,IAAI,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC7B,eAAe,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAChC,GACD;IACE,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACnD,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAChC,GACD;IACE,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC5C,CACJ,CAAC;AAEJ,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,qDAsIlD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { PropsWithChildren } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { LocalizationKey } from '../localization';
|
|
4
|
+
export type VerificationCodeCardProps = {
|
|
5
|
+
cardTitle: LocalizationKey;
|
|
6
|
+
cardSubtitle: LocalizationKey;
|
|
7
|
+
inputLabel?: LocalizationKey;
|
|
8
|
+
safeIdentifier?: string | undefined | null;
|
|
9
|
+
resendButton?: LocalizationKey;
|
|
10
|
+
alternativeMethodsLabel?: LocalizationKey;
|
|
11
|
+
profileImageUrl?: string;
|
|
12
|
+
onCodeEntryFinishedAction: (code: string, resolve: () => Promise<void>, reject: (err: unknown) => Promise<void>) => void;
|
|
13
|
+
onResendCodeClicked?: React.MouseEventHandler;
|
|
14
|
+
showAlternativeMethods?: boolean;
|
|
15
|
+
onShowAlternativeMethodsClicked?: React.MouseEventHandler;
|
|
16
|
+
onIdentityPreviewEditClicked?: React.MouseEventHandler;
|
|
17
|
+
onBackLinkClicked?: React.MouseEventHandler;
|
|
18
|
+
};
|
|
19
|
+
export declare const VerificationCodeCard: (props: PropsWithChildren<VerificationCodeCardProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
20
|
+
//# sourceMappingURL=VerificationCodeCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerificationCodeCard.d.ts","sourceRoot":"","sources":["../../../src/elements/VerificationCodeCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAQvD,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY,EAAE,eAAe,CAAC;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;IAC3C,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,uBAAuB,CAAC,EAAE,eAAe,CAAC;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,CACzB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,EAC5B,MAAM,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,KACpC,IAAI,CAAC;IACV,mBAAmB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9C,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,+BAA+B,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC1D,4BAA4B,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvD,iBAAiB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,iBAAiB,CAAC,yBAAyB,CAAC,qDA4DvF,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
type VerificationLinkCardProps = {
|
|
4
|
+
safeIdentifier: string | undefined | null;
|
|
5
|
+
cardTitle: LocalizationKey;
|
|
6
|
+
cardSubtitle: LocalizationKey;
|
|
7
|
+
formTitle: LocalizationKey;
|
|
8
|
+
formSubtitle: LocalizationKey;
|
|
9
|
+
resendButton: LocalizationKey;
|
|
10
|
+
profileImageUrl?: string;
|
|
11
|
+
onResendCodeClicked: React.MouseEventHandler;
|
|
12
|
+
onShowAlternativeMethodsClicked?: React.MouseEventHandler;
|
|
13
|
+
};
|
|
14
|
+
export declare const VerificationLinkCard: (props: VerificationLinkCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
type VerificationLinkProps = {
|
|
16
|
+
formSubtitle?: LocalizationKey;
|
|
17
|
+
resendButton: LocalizationKey;
|
|
18
|
+
onResendCodeClicked: React.MouseEventHandler;
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
};
|
|
21
|
+
export declare const VerificationLink: (props: VerificationLinkProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=VerificationLinkCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerificationLinkCard.d.ts","sourceRoot":"","sources":["../../../src/elements/VerificationLinkCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AASxD,KAAK,yBAAyB,GAAG;IAC/B,cAAc,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;IAC1C,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY,EAAE,eAAe,CAAC;IAC9B,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY,EAAE,eAAe,CAAC;IAC9B,YAAY,EAAE,eAAe,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7C,+BAA+B,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,qDA0CpE,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,YAAY,EAAE,eAAe,CAAC;IAC9B,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,qDA+B5D,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { ClerkAPIError, ClerkRuntimeError } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
type Status = 'idle' | 'loading' | 'error';
|
|
4
|
+
type Metadata = string | undefined;
|
|
5
|
+
type State = {
|
|
6
|
+
status: Status;
|
|
7
|
+
metadata: Metadata;
|
|
8
|
+
error: string | undefined;
|
|
9
|
+
};
|
|
10
|
+
export declare const CardStateProvider: (props: React.PropsWithChildren<any>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const useCardState: () => {
|
|
12
|
+
setIdle: (metadata?: Metadata) => void;
|
|
13
|
+
setError: (metadata: ClerkRuntimeError | ClerkAPIError | Metadata | string) => void;
|
|
14
|
+
setLoading: (metadata?: Metadata) => void;
|
|
15
|
+
runAsync: <T = unknown>(cb: Promise<T> | (() => Promise<T>), metadata?: Metadata) => Promise<T>;
|
|
16
|
+
loadingMetadata: Metadata;
|
|
17
|
+
error: string | undefined;
|
|
18
|
+
isLoading: boolean;
|
|
19
|
+
isIdle: boolean;
|
|
20
|
+
state: State;
|
|
21
|
+
};
|
|
22
|
+
export declare const withCardStateProvider: <T>(Component: React.ComponentType<T>) => (props: T) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
23
|
+
export type FlowMetadata = {
|
|
24
|
+
flow: 'signIn' | 'signUp' | 'userButton' | 'userProfile' | 'userVerification' | 'organizationProfile' | 'createOrganization' | 'organizationSwitcher' | 'organizationList' | 'oneTap' | 'blankCaptcha' | 'waitlist' | 'checkout' | 'planDetails' | 'pricingTable' | 'apiKeys' | 'oauthConsent' | 'subscriptionDetails' | 'tasks' | 'taskChooseOrganization';
|
|
25
|
+
part?: 'start' | 'emailCode' | 'phoneCode' | 'phoneCode2Fa' | 'totp2Fa' | 'backupCode2Fa' | 'password' | 'resetPassword' | 'emailLink' | 'emailLinkVerify' | 'emailLinkStatus' | 'alternativeMethods' | 'forgotPasswordMethods' | 'passwordPwnedMethods' | 'havingTrouble' | 'ssoCallback' | 'popupCallback' | 'popover' | 'complete' | 'accountSwitcher' | 'chooseOrganization' | 'enterpriseConnections';
|
|
26
|
+
};
|
|
27
|
+
declare const useFlowMetadata: () => FlowMetadata;
|
|
28
|
+
export declare const FlowMetadataProvider: (props: React.PropsWithChildren<FlowMetadata>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare const withFloatingTree: <T>(Component: React.ComponentType<T>) => React.ComponentType<T>;
|
|
30
|
+
export { useFlowMetadata };
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/contexts/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE5E,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAC3C,KAAK,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;AACnC,KAAK,KAAK,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC;AAQ/E,eAAO,MAAM,iBAAiB,GAAI,OAAO,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,qDAoBpE,CAAC;AAEF,eAAO,MAAM,YAAY;yBAIK,QAAQ;yBACR,iBAAiB,GAAG,aAAa,GAAG,QAAQ,GAAG,MAAM;4BAElD,QAAQ;eACf,CAAC,gBAAiB,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC,aAAa,QAAQ;;;;;;CAoB/F,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,CAAC,EAAG,WAAW,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,MACjE,OAAO,CAAC,qDAQjB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EACA,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,kBAAkB,GAClB,qBAAqB,GACrB,oBAAoB,GACpB,sBAAsB,GACtB,kBAAkB,GAClB,QAAQ,GACR,cAAc,GACd,UAAU,GACV,UAAU,GACV,aAAa,GACb,cAAc,GACd,SAAS,GACT,cAAc,GACd,qBAAqB,GACrB,OAAO,GACP,wBAAwB,CAAC;IAC7B,IAAI,CAAC,EACD,OAAO,GACP,WAAW,GACX,WAAW,GACX,cAAc,GACd,SAAS,GACT,eAAe,GACf,UAAU,GACV,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,iBAAiB,GACjB,oBAAoB,GACpB,uBAAuB,GACvB,sBAAsB,GACtB,eAAe,GACf,aAAa,GACb,eAAe,GACf,SAAS,GACT,UAAU,GACV,iBAAiB,GACjB,oBAAoB,GACpB,uBAAuB,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAwB,eAAe,oBAAsD,CAAC;AAE9F,eAAO,MAAM,oBAAoB,GAAI,OAAO,KAAK,CAAC,iBAAiB,CAAC,YAAY,CAAC,qDAIhF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,CAAC,EAAG,WAAW,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,KAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAe7F,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/elements/utils.ts"],"names":[],"mappings":"AAMA,wBAAgB,4BAA4B,CAAC,CAAC,EAC5C,UAAU,EAAE,CAAC,EAAE,EACf,mBAAmB,EAAE,MAAM,EAC3B,0BAA0B,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,GAC/C;IACD,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC;IACpB,iCAAiC,EAAE,OAAO,CAAC;CAC5C,CAwCA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ThemableCssProp } from '../styledSystem';
|
|
3
|
+
/**
|
|
4
|
+
* This HOC is used to add the hover selector for the avatar shimmer effect to its immediate child.
|
|
5
|
+
* It is used since we might want to add the selector to a different element than the avatar itself,
|
|
6
|
+
* for example in the <OrganizationSwitcher/>
|
|
7
|
+
*/
|
|
8
|
+
export declare const withAvatarShimmer: <T extends {
|
|
9
|
+
sx?: ThemableCssProp;
|
|
10
|
+
}>(Component: React.ComponentType<T>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<HTMLElement>>;
|
|
11
|
+
//# sourceMappingURL=withAvatarShimmer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withAvatarShimmer.d.ts","sourceRoot":"","sources":["../../../src/elements/withAvatarShimmer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS;IAAE,EAAE,CAAC,EAAE,eAAe,CAAA;CAAE,EAAE,WAAW,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,iGAsBtG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borders.d.ts","sourceRoot":"","sources":["../../../src/foundations/borders.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;EAGd,CAAC;AAEZ,eAAO,MAAM,YAAY;;;EAGvB,CAAC"}
|