@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,87 @@
|
|
|
1
|
+
import type { UseDismissProps, UseFloatingOptions, UseRoleProps } from '@floating-ui/react';
|
|
2
|
+
import { FloatingPortal, useFloating, useInteractions } from '@floating-ui/react';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import type { LocalizationKey } from '../customizables';
|
|
5
|
+
import { useDirection } from '../hooks';
|
|
6
|
+
import type { ThemableCssProp } from '../styledSystem';
|
|
7
|
+
type FloatingPortalProps = React.ComponentProps<typeof FloatingPortal>;
|
|
8
|
+
interface DrawerContext {
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
setIsOpen: (open: boolean) => void;
|
|
11
|
+
strategy: UseFloatingOptions['strategy'];
|
|
12
|
+
refs: ReturnType<typeof useFloating>['refs'];
|
|
13
|
+
context: ReturnType<typeof useFloating>['context'];
|
|
14
|
+
getFloatingProps: ReturnType<typeof useInteractions>['getFloatingProps'];
|
|
15
|
+
portalProps: FloatingPortalProps;
|
|
16
|
+
direction: ReturnType<typeof useDirection>;
|
|
17
|
+
}
|
|
18
|
+
declare const DrawerContext: React.Context<DrawerContext | null>;
|
|
19
|
+
export declare const useDrawerContext: () => DrawerContext;
|
|
20
|
+
interface RootProps {
|
|
21
|
+
children: React.ReactNode;
|
|
22
|
+
open: boolean;
|
|
23
|
+
onOpenChange: (open: boolean) => void;
|
|
24
|
+
/**
|
|
25
|
+
* The strategy to use when positioning the floating element.
|
|
26
|
+
* @default 'fixed'
|
|
27
|
+
* @see https://floating-ui.com/docs/useFloating#strategy
|
|
28
|
+
*/
|
|
29
|
+
strategy?: UseFloatingOptions['strategy'];
|
|
30
|
+
/**
|
|
31
|
+
* @see https://floating-ui.com/docs/useFloating
|
|
32
|
+
*/
|
|
33
|
+
floatingProps?: Omit<UseFloatingOptions, 'open' | 'onOpenChange' | 'strategy' | 'transform'>;
|
|
34
|
+
/**
|
|
35
|
+
* @see https://floating-ui.com/docs/FloatingPortal
|
|
36
|
+
*/
|
|
37
|
+
portalProps?: FloatingPortalProps;
|
|
38
|
+
/**
|
|
39
|
+
* @see https://floating-ui.com/docs/useDismiss
|
|
40
|
+
*/
|
|
41
|
+
dismissProps?: UseDismissProps;
|
|
42
|
+
}
|
|
43
|
+
declare function Root({ children, open, onOpenChange, strategy, floatingProps, portalProps, dismissProps, }: RootProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare const FloatingOverlay: React.ForwardRefExoticComponent<Omit<Omit<import("../primitives").BoxProps, "ref"> & React.RefAttributes<HTMLDivElement> & {
|
|
45
|
+
elementDescriptor?: import("../customizables/elementDescriptors").ElementDescriptor | Array<import("../customizables/elementDescriptors").ElementDescriptor | undefined>;
|
|
46
|
+
elementId?: import("../customizables/elementDescriptors").ElementId;
|
|
47
|
+
css?: never;
|
|
48
|
+
sx?: ThemableCssProp;
|
|
49
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
50
|
+
interface ContentProps {
|
|
51
|
+
children: React.ReactNode;
|
|
52
|
+
}
|
|
53
|
+
interface HeaderProps {
|
|
54
|
+
title?: string | LocalizationKey;
|
|
55
|
+
children?: React.ReactNode;
|
|
56
|
+
sx?: ThemableCssProp;
|
|
57
|
+
}
|
|
58
|
+
interface BodyProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
59
|
+
children: React.ReactNode;
|
|
60
|
+
sx?: ThemableCssProp;
|
|
61
|
+
}
|
|
62
|
+
interface FooterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
63
|
+
children?: React.ReactNode;
|
|
64
|
+
sx?: ThemableCssProp;
|
|
65
|
+
}
|
|
66
|
+
interface ConfirmationProps {
|
|
67
|
+
open: boolean;
|
|
68
|
+
onOpenChange: (open: boolean) => void;
|
|
69
|
+
children: React.ReactNode;
|
|
70
|
+
actionsSlot: React.ReactNode;
|
|
71
|
+
/**
|
|
72
|
+
* @see https://floating-ui.com/docs/userole
|
|
73
|
+
*/
|
|
74
|
+
roleProps?: UseRoleProps;
|
|
75
|
+
}
|
|
76
|
+
export declare const Drawer: {
|
|
77
|
+
Root: typeof Root;
|
|
78
|
+
Overlay: React.ForwardRefExoticComponent<React.RefAttributes<HTMLDivElement>>;
|
|
79
|
+
Content: React.ForwardRefExoticComponent<ContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
80
|
+
Header: React.ForwardRefExoticComponent<HeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
81
|
+
Body: React.ForwardRefExoticComponent<BodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
82
|
+
Footer: React.ForwardRefExoticComponent<FooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
83
|
+
Confirmation: React.ForwardRefExoticComponent<ConfirmationProps & React.RefAttributes<HTMLDivElement>>;
|
|
84
|
+
Close: React.ForwardRefExoticComponent<React.RefAttributes<HTMLButtonElement>>;
|
|
85
|
+
};
|
|
86
|
+
export {};
|
|
87
|
+
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/elements/Drawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EAEL,cAAc,EAGd,WAAW,EACX,eAAe,EAIhB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAGxD,OAAO,EAAE,YAAY,EAA0C,MAAM,UAAU,CAAC;AAEhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKvD,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAC;AAMvE,UAAU,aAAa;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACzC,IAAI,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;IAC7C,OAAO,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC;IACnD,gBAAgB,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,kBAAkB,CAAC,CAAC;IACzE,WAAW,EAAE,mBAAmB,CAAC;IACjC,SAAS,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;CAC5C;AAED,QAAA,MAAM,aAAa,qCAAkD,CAAC;AAEtE,eAAO,MAAM,gBAAgB,qBAM5B,CAAC;AAMF,UAAU,SAAS;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAC1C;;OAEG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,cAAc,GAAG,UAAU,GAAG,WAAW,CAAC,CAAC;IAC7F;;OAEG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;CAChC;AAED,iBAAS,IAAI,CAAC,EACZ,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,QAAkB,EAClB,aAAa,EACb,WAAW,EACX,YAAY,GACb,EAAE,SAAS,oDAkCX;AAMD,eAAO,MAAM,eAAe;;;;;gDA+B1B,CAAC;AAsCH,UAAU,YAAY;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAyFD,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IACjC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB;AAkDD,UAAU,SAAU,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB;AA4BD,UAAU,WAAY,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAChE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB;AAkED,UAAU,iBAAiB;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B;AA6GD,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
type ErrorCardProps = {
|
|
4
|
+
cardTitle?: LocalizationKey;
|
|
5
|
+
cardSubtitle?: LocalizationKey;
|
|
6
|
+
message?: LocalizationKey;
|
|
7
|
+
onBackLinkClick?: React.MouseEventHandler | undefined;
|
|
8
|
+
shouldNavigateBack?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const ErrorCard: (props: ErrorCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ErrorCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorCard.d.ts","sourceRoot":"","sources":["../../../src/elements/ErrorCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAQxD,KAAK,cAAc,GAAG;IACpB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,GAAG,SAAS,CAAC;IACtD,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,qDA2D9C,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { FieldId } from '@clerk/shared/types';
|
|
2
|
+
import type { PropsWithChildren } from 'react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import type { LocalizationKey } from '../customizables';
|
|
5
|
+
import { Input } from '../customizables';
|
|
6
|
+
import type { ElementDescriptor, ElementId } from '../customizables/elementDescriptors';
|
|
7
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
8
|
+
import type { useFormControl as useFormControlUtil } from '../utils/useFormControl';
|
|
9
|
+
import type { FormFeedbackProps } from './FormControl';
|
|
10
|
+
type FormControlProps = Omit<PropsOfComponent<typeof Input>, 'label' | 'placeholder' | 'disabled' | 'required'> & ReturnType<typeof useFormControlUtil<FieldId>>['props'];
|
|
11
|
+
type CheckboxIndicatorProps = {
|
|
12
|
+
elementDescriptor?: ElementDescriptor;
|
|
13
|
+
elementId?: ElementId;
|
|
14
|
+
};
|
|
15
|
+
export declare const Field: {
|
|
16
|
+
Root: (props: PropsWithChildren<FormControlProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
Label: (props: PropsWithChildren<{
|
|
18
|
+
localizationKey?: LocalizationKey | string;
|
|
19
|
+
}>) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
20
|
+
LabelRow: (props: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
21
|
+
Input: React.ForwardRefExoticComponent<React.RefAttributes<HTMLInputElement>>;
|
|
22
|
+
PasswordInput: React.ForwardRefExoticComponent<React.RefAttributes<HTMLInputElement>>;
|
|
23
|
+
PhoneInput: React.ForwardRefExoticComponent<React.RefAttributes<HTMLInputElement>>;
|
|
24
|
+
InputGroup: React.ForwardRefExoticComponent<{
|
|
25
|
+
groupPrefix?: string;
|
|
26
|
+
groupSuffix?: string;
|
|
27
|
+
} & React.RefAttributes<HTMLInputElement>>;
|
|
28
|
+
RadioItem: React.ForwardRefExoticComponent<{
|
|
29
|
+
value: string;
|
|
30
|
+
label: string | LocalizationKey;
|
|
31
|
+
description?: string | LocalizationKey;
|
|
32
|
+
} & React.RefAttributes<HTMLInputElement>>;
|
|
33
|
+
CheckboxIndicator: React.ForwardRefExoticComponent<CheckboxIndicatorProps & React.RefAttributes<HTMLInputElement>>;
|
|
34
|
+
CheckboxLabel: (props: {
|
|
35
|
+
description?: string | LocalizationKey;
|
|
36
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
37
|
+
Action: (props: PropsWithChildren<{
|
|
38
|
+
localizationKey?: LocalizationKey | string;
|
|
39
|
+
onClick?: React.MouseEventHandler;
|
|
40
|
+
}>) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
41
|
+
AsOptional: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
42
|
+
LabelIcon: (props: {
|
|
43
|
+
icon?: React.ComponentType;
|
|
44
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
45
|
+
Feedback: (props: Pick<FormFeedbackProps, "elementDescriptors" | "center">) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
46
|
+
OTPRoot: ({ children, ...props }: PropsWithChildren<import("./CodeControl").OTPInputProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
47
|
+
OTPCodeControl: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
48
|
+
OTPResendButton: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
49
|
+
};
|
|
50
|
+
export {};
|
|
51
|
+
//# sourceMappingURL=FieldControl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldControl.d.ts","sourceRoot":"","sources":["../../../src/elements/FieldControl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAML,KAAK,EAKN,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAExF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAGpF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAOvD,KAAK,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,KAAK,CAAC,EAAE,OAAO,GAAG,aAAa,GAAG,UAAU,GAAG,UAAU,CAAC,GAC7G,UAAU,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;AAoL1D,KAAK,sBAAsB,GAAG;IAC5B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AA+EF,eAAO,MAAM,KAAK;kBApQG,iBAAiB,CAAC,gBAAgB,CAAC;mBAmF7B,iBAAiB,CAAC;QAAE,eAAe,CAAC,EAAE,eAAe,GAAG,MAAM,CAAA;KAAE,CAAC;sBAyB9D,iBAAiB;;;;;sBAmI7B,MAAM;sBACN,MAAM;;;;;;;;2BAnCM;QAAE,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAA;KAAE;oBA9L/D,iBAAiB,CAAC;QAAE,eAAe,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAA;KAAE,CAAC;;uBAyC9E;QAAE,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;KAAE;sBAkE/B,IAAI,CAAC,iBAAiB,EAAE,oBAAoB,GAAG,QAAQ,CAAC;;;;CA4JrF,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { FieldId } from '@clerk/shared/types';
|
|
2
|
+
import type { PropsWithChildren } from 'react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import type { LocalizationKey } from '../customizables';
|
|
5
|
+
import { Button, Flex, Form as FormPrim } from '../customizables';
|
|
6
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
7
|
+
import type { OTPInputProps } from './CodeControl';
|
|
8
|
+
import { Field } from './FieldControl';
|
|
9
|
+
declare const useFormState: () => {
|
|
10
|
+
isLoading: boolean;
|
|
11
|
+
isDisabled: boolean;
|
|
12
|
+
submittedWithEnter: boolean;
|
|
13
|
+
};
|
|
14
|
+
type FormProps = PropsOfComponent<typeof FormPrim>;
|
|
15
|
+
type CommonFieldRootProps = Omit<PropsOfComponent<typeof Field.Root>, 'children' | 'elementDescriptor' | 'elementId'>;
|
|
16
|
+
type CommonInputProps = CommonFieldRootProps & {
|
|
17
|
+
isOptional?: boolean;
|
|
18
|
+
actionLabel?: string | LocalizationKey;
|
|
19
|
+
onActionClicked?: React.MouseEventHandler;
|
|
20
|
+
icon?: React.ComponentType;
|
|
21
|
+
isLastAuthenticationStrategy?: boolean;
|
|
22
|
+
};
|
|
23
|
+
export declare const Form: {
|
|
24
|
+
Root: (props: FormProps) => JSX.Element;
|
|
25
|
+
ControlRow: (props: Omit<PropsOfComponent<typeof Flex>, "elementId"> & {
|
|
26
|
+
elementId?: FieldId;
|
|
27
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
28
|
+
PlainInput: (props: CommonInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
+
PasswordInput: React.ForwardRefExoticComponent<Omit<CommonInputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
30
|
+
PhoneInput: (props: CommonInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
31
|
+
OTPInput: (props: OTPInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
32
|
+
InputGroup: (props: CommonInputProps & {
|
|
33
|
+
groupPrefix?: string;
|
|
34
|
+
groupSuffix?: string;
|
|
35
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
36
|
+
RadioGroup: (props: Omit<PropsOfComponent<typeof Field.Root>, "infoText" | "type" | "validatePassword" | "label" | "placeholder">) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
37
|
+
Checkbox: (props: CommonFieldRootProps & {
|
|
38
|
+
description?: string | LocalizationKey;
|
|
39
|
+
termsLink?: string;
|
|
40
|
+
privacyLink?: string;
|
|
41
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
42
|
+
SubmitButton: (props: PropsOfComponent<typeof Button>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
43
|
+
ResetButton: (props: PropsOfComponent<typeof Button>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
44
|
+
CommonInputWrapper: (props: PropsWithChildren<CommonInputProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
45
|
+
};
|
|
46
|
+
export { useFormState };
|
|
47
|
+
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/elements/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAoB,IAAI,EAAE,IAAI,IAAI,QAAQ,EAAoB,MAAM,kBAAkB,CAAC;AAEtG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,QAAA,MAAkB,YAAY;eACjB,OAAO;gBACN,OAAO;wBACC,OAAO;CACd,CAAC;AAEhB,KAAK,SAAS,GAAG,gBAAgB,CAAC,OAAO,QAAQ,CAAC,CAAC;AAmGnD,KAAK,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,mBAAmB,GAAG,WAAW,CAAC,CAAC;AAEtH,KAAK,gBAAgB,GAAG,oBAAoB,GAAG;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IACvC,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAqLF,eAAO,MAAM,IAAI;kBA9RQ,SAAS,KAAG,GAAG,CAAC,OAAO;wBAoFjB,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,WAAW,CAAC,GAAG;QAAE,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE;wBA4E9E,gBAAgB;;wBAgBhB,gBAAgB;sBA2ElB,aAAa;wBAlE7B,gBAAgB,GAAG;QACxB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;wBA6BM,IAAI,CAAC,gBAAgB,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,kBAAkB,GAAG,OAAO,GAAG,aAAa,CAAC;sBAlB7G,oBAAoB,GAAG;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;QACvC,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;0BArJwB,gBAAgB,CAAC,OAAO,MAAM,CAAC;yBAgBhC,gBAAgB,CAAC,OAAO,MAAM,CAAC;gCAqCtB,iBAAiB,CAAC,gBAAgB,CAAC;CAgMrE,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Flex } from '../customizables';
|
|
2
|
+
import type { LocalizationKey } from '../localization';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
import { Form } from './Form';
|
|
5
|
+
type FormButtonsProps = PropsOfComponent<typeof Form.SubmitButton> & {
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
onReset?: () => void;
|
|
8
|
+
hideReset?: boolean;
|
|
9
|
+
submitLabel?: LocalizationKey;
|
|
10
|
+
resetLabel?: LocalizationKey;
|
|
11
|
+
};
|
|
12
|
+
export declare const FormButtons: (props: FormButtonsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const FormButtonContainer: (props: PropsOfComponent<typeof Flex>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=FormButtons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormButtons.d.ts","sourceRoot":"","sources":["../../../src/elements/FormButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,KAAK,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,qDAoBlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,gBAAgB,CAAC,OAAO,IAAI,CAAC,qDAUvE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { LocalizationKey } from '../customizables';
|
|
2
|
+
import { Col } from '../customizables';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
import { Header } from './Header';
|
|
5
|
+
export type FormProps = {
|
|
6
|
+
onSuccess: () => void;
|
|
7
|
+
onReset: () => void;
|
|
8
|
+
};
|
|
9
|
+
type PageProps = PropsOfComponent<typeof Col> & {
|
|
10
|
+
headerTitle?: LocalizationKey | string;
|
|
11
|
+
headerTitleTextVariant?: PropsOfComponent<typeof Header.Title>['textVariant'];
|
|
12
|
+
headerSubtitle?: LocalizationKey;
|
|
13
|
+
headerSubtitleTextVariant?: PropsOfComponent<typeof Header.Subtitle>['variant'];
|
|
14
|
+
};
|
|
15
|
+
export declare const FormContainer: (props: PageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=FormContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormContainer.d.ts","sourceRoot":"","sources":["../../../src/elements/FormContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,GAAG,EAAe,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,SAAS,GAAG,gBAAgB,CAAC,OAAO,GAAG,CAAC,GAAG;IAC9C,WAAW,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACvC,sBAAsB,CAAC,EAAE,gBAAgB,CAAC,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC,aAAa,CAAC,CAAC;IAC9E,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,yBAAyB,CAAC,EAAE,gBAAgB,CAAC,OAAO,MAAM,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC;CACjF,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,SAAS,qDAyC7C,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { FieldId } from '@clerk/shared/types';
|
|
2
|
+
import type { ElementDescriptor } from '../customizables/elementDescriptors';
|
|
3
|
+
import type { ThemableCssProp } from '../styledSystem';
|
|
4
|
+
import type { useFormControlFeedback } from '../utils/useFormControl';
|
|
5
|
+
export type FormFeedbackDescriptorsKeys = 'error' | 'warning' | 'info' | 'success';
|
|
6
|
+
export type FormFeedbackProps = Partial<ReturnType<typeof useFormControlFeedback>['debounced'] & {
|
|
7
|
+
id: FieldId;
|
|
8
|
+
}> & {
|
|
9
|
+
elementDescriptors?: Partial<Record<FormFeedbackDescriptorsKeys, ElementDescriptor>>;
|
|
10
|
+
center?: boolean;
|
|
11
|
+
sx?: ThemableCssProp;
|
|
12
|
+
};
|
|
13
|
+
export declare const FormFeedback: (props: FormFeedbackProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=FormControl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormControl.d.ts","sourceRoot":"","sources":["../../../src/elements/FormControl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAcnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,EAAgB,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAmDpF,MAAM,MAAM,2BAA2B,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAInF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,WAAW,CAAC,GAAG;IAAE,EAAE,EAAE,OAAO,CAAA;CAAE,CAAC,GAAG;IAClH,kBAAkB,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE,iBAAiB,CAAC,CAAC,CAAC;IACrF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,qDAmIpD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Text } from '../customizables';
|
|
2
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
3
|
+
type FormattedPhoneProps = {
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const FormattedPhoneNumber: (props: FormattedPhoneProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const FormattedPhoneNumberText: (props: FormattedPhoneProps & PropsOfComponent<typeof Text>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=FormattedPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormattedPhoneNumber.d.ts","sourceRoot":"","sources":["../../../src/elements/FormattedPhoneNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,mBAAmB,qDAkB9D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,OAAO,mBAAmB,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,qDAWlG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FullHeightLoader.d.ts","sourceRoot":"","sources":["../../../src/elements/FullHeightLoader.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,QAAO,GAAG,CAAC,OAavC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
export type GaugeProps = {
|
|
4
|
+
value: number;
|
|
5
|
+
limit: number;
|
|
6
|
+
size?: Size;
|
|
7
|
+
strokeWidth?: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const Gauge: React.MemoExoticComponent<(props: GaugeProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
10
|
+
//# sourceMappingURL=Gauge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gauge.d.ts","sourceRoot":"","sources":["../../../src/elements/Gauge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAyBpD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,KAAK,oCAAsB,UAAU,sDA8DhD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Col, Heading, Link, Text } from '../customizables';
|
|
3
|
+
import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
|
|
4
|
+
export type HeaderProps = PropsOfComponent<typeof Col> & {
|
|
5
|
+
showLogo?: boolean;
|
|
6
|
+
showDivider?: boolean;
|
|
7
|
+
contentSx?: ThemableCssProp;
|
|
8
|
+
};
|
|
9
|
+
export declare const Header: {
|
|
10
|
+
Root: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<HeaderProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
|
|
11
|
+
Title: React.MemoExoticComponent<(props: PropsOfComponent<typeof Heading>) => JSX.Element>;
|
|
12
|
+
Subtitle: React.MemoExoticComponent<(props: PropsOfComponent<typeof Text>) => JSX.Element>;
|
|
13
|
+
BackLink: React.MemoExoticComponent<(props: PropsOfComponent<typeof Link>) => JSX.Element>;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/elements/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,GAAG,EAAe,OAAO,EAAQ,IAAI,EAAE,IAAI,EAAiB,MAAM,kBAAkB,CAAC;AAE9F,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIzE,MAAM,MAAM,WAAW,GAAG,gBAAgB,CAAC,OAAO,GAAG,CAAC,GAAG;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B,CAAC;AA0FF,eAAO,MAAM,MAAM;;6CA1Dc,gBAAgB,CAAC,OAAO,OAAO,CAAC,KAAG,GAAG,CAAC,OAAO;gDAY3C,gBAAgB,CAAC,OAAO,IAAI,CAAC,KAAG,GAAG,CAAC,OAAO;gDAkB3C,gBAAgB,CAAC,OAAO,IAAI,CAAC,KAAG,GAAG,CAAC,OAAO;CAiC9E,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Button } from '../customizables';
|
|
2
|
+
import type { ElementDescriptor } from '../customizables/elementDescriptors';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
export declare const IconButton: (props: PropsOfComponent<typeof Button> & {
|
|
5
|
+
icon: React.ReactElement | React.ComponentType;
|
|
6
|
+
"aria-label": string;
|
|
7
|
+
iconElementDescriptor?: ElementDescriptor;
|
|
8
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/elements/IconButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAA0B,MAAM,kBAAkB,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,eAAO,MAAM,UAAU,GACrB,OAAO,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,IAAI,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,aAAa,CAAC;IAC/C,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,iBAAiB,CAAC;CAC3C,qDAwBF,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Flex, Icon } from '../customizables';
|
|
2
|
+
import type { ElementDescriptor } from '../customizables/elementDescriptors';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
type IconCircleProps = Pick<PropsOfComponent<typeof Icon>, 'icon'> & PropsOfComponent<typeof Flex> & {
|
|
5
|
+
boxElementDescriptor?: ElementDescriptor;
|
|
6
|
+
iconElementDescriptor?: ElementDescriptor;
|
|
7
|
+
};
|
|
8
|
+
export declare const IconCircle: (props: IconCircleProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=IconCircle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCircle.d.ts","sourceRoot":"","sources":["../../../src/elements/IconCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,KAAK,eAAe,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,CAAC,GAChE,gBAAgB,CAAC,OAAO,IAAI,CAAC,GAAG;IAC9B,oBAAoB,CAAC,EAAE,iBAAiB,CAAC;IACzC,qBAAqB,CAAC,EAAE,iBAAiB,CAAC;CAC3C,CAAC;AAEJ,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,qDA0BhD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Flex } from '../customizables';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
type IdentityPreviewProps = {
|
|
5
|
+
avatarUrl: string | null | undefined;
|
|
6
|
+
identifier: string | null | undefined;
|
|
7
|
+
onClick?: React.MouseEventHandler;
|
|
8
|
+
} & PropsOfComponent<typeof Flex>;
|
|
9
|
+
export declare const IdentityPreview: (props: IdentityPreviewProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=IdentityPreview.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityPreview.d.ts","sourceRoot":"","sources":["../../../src/elements/IdentityPreview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAuB,IAAI,EAAc,MAAM,kBAAkB,CAAC;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAIxD,KAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;CACnC,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC;AAElC,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,qDA2C1D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { LocalizationKey } from '../customizables';
|
|
2
|
+
type InformationBoxProps = {
|
|
3
|
+
message: LocalizationKey | string;
|
|
4
|
+
};
|
|
5
|
+
export declare function InformationBox(props: InformationBoxProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=InformationBox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationBox.d.ts","sourceRoot":"","sources":["../../../src/elements/InformationBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAIxD,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,eAAe,GAAG,MAAM,CAAC;CACnC,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,oDAoBxD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ThemableCssProp } from '../styledSystem';
|
|
2
|
+
export declare const InputGroup: import("react").ForwardRefExoticComponent<Omit<Omit<import("../primitives").InputProps, "ref"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
3
|
+
elementDescriptor?: import("../customizables/elementDescriptors").ElementDescriptor | Array<import("../customizables/elementDescriptors").ElementDescriptor | undefined>;
|
|
4
|
+
elementId?: import("../customizables/elementDescriptors").ElementId;
|
|
5
|
+
css?: never;
|
|
6
|
+
sx?: ThemableCssProp;
|
|
7
|
+
} & {
|
|
8
|
+
groupPrefix?: string;
|
|
9
|
+
groupSuffix?: string;
|
|
10
|
+
}, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
11
|
+
//# sourceMappingURL=InputGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputGroup.d.ts","sourceRoot":"","sources":["../../../src/elements/InputGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAiC,KAAK,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAItF,eAAO,MAAM,UAAU;;;;;;kBAGL,MAAM;kBACN,MAAM;4DAsEtB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Input } from '../customizables';
|
|
3
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
4
|
+
type InputWithIcon = PropsOfComponent<typeof Input> & {
|
|
5
|
+
leftIcon?: React.ReactElement;
|
|
6
|
+
};
|
|
7
|
+
export declare const InputWithIcon: React.ForwardRefExoticComponent<Omit<InputWithIcon, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=InputWithIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputWithIcon.d.ts","sourceRoot":"","sources":["../../../src/elements/InputWithIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAa,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,KAAK,aAAa,GAAG,gBAAgB,CAAC,OAAO,KAAK,CAAC,GAAG;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAA;CAAE,CAAC;AAExF,eAAO,MAAM,aAAa,qGA6CxB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const InvisibleRootBox: React.FunctionComponent<{
|
|
3
|
+
className: string;
|
|
4
|
+
} & {
|
|
5
|
+
children?: React.ReactNode | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
isFlowReady?: boolean;
|
|
8
|
+
} & {
|
|
9
|
+
elementDescriptor?: import("../customizables/elementDescriptors").ElementDescriptor | Array<import("../customizables/elementDescriptors").ElementDescriptor | undefined>;
|
|
10
|
+
elementId?: import("../customizables/elementDescriptors").ElementId;
|
|
11
|
+
css?: never;
|
|
12
|
+
sx?: import("../styledSystem").ThemableCssProp;
|
|
13
|
+
}>;
|
|
14
|
+
//# sourceMappingURL=InvisibleRootBox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvisibleRootBox.d.ts","sourceRoot":"","sources":["../../../src/elements/InvisibleRootBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,eAAO,MAAM,gBAAgB;eAnC4B,MAAM;;;;kBAEa,OAAO;;;;;;EAwCjF,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { LocalizationKey } from '../customizables';
|
|
2
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
3
|
+
import { Field } from './FieldControl';
|
|
4
|
+
type CommonFieldRootProps = Omit<PropsOfComponent<typeof Field.Root>, 'children' | 'elementDescriptor' | 'elementId'>;
|
|
5
|
+
export declare const LegalCheckbox: (props: CommonFieldRootProps & {
|
|
6
|
+
description?: string | LocalizationKey;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=LegalConsentCheckbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegalConsentCheckbox.d.ts","sourceRoot":"","sources":["../../../src/elements/LegalConsentCheckbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAWxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAoDvC,KAAK,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,mBAAmB,GAAG,WAAW,CAAC,CAAC;AAEtH,eAAO,MAAM,aAAa,GACxB,OAAO,oBAAoB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CACxC,qDAsBF,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { LocalizationKey } from '../customizables';
|
|
3
|
+
interface RootProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare function Root({ children }: RootProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
type GroupVariant = 'primary' | 'secondary' | 'tertiary';
|
|
8
|
+
interface GroupProps {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
/**
|
|
11
|
+
* @default `false`
|
|
12
|
+
*/
|
|
13
|
+
borderTop?: boolean;
|
|
14
|
+
variant?: GroupVariant;
|
|
15
|
+
expand?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare function Group({ children, borderTop, variant }: GroupProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
18
|
+
interface TitleProps {
|
|
19
|
+
title?: string | LocalizationKey;
|
|
20
|
+
description?: string | LocalizationKey;
|
|
21
|
+
icon?: React.ComponentType;
|
|
22
|
+
badge?: React.ReactNode;
|
|
23
|
+
}
|
|
24
|
+
interface DescriptionProps {
|
|
25
|
+
text: string | LocalizationKey;
|
|
26
|
+
/**
|
|
27
|
+
* When true, the text will be truncated with an ellipsis in the middle and the last 5 characters will be visible.
|
|
28
|
+
* @default `false`
|
|
29
|
+
*/
|
|
30
|
+
truncateText?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* When true, there will be a button to copy the providedtext.
|
|
33
|
+
* @default `false`
|
|
34
|
+
*/
|
|
35
|
+
copyText?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The visually hidden label for the copy button.
|
|
38
|
+
* @default `Copy`
|
|
39
|
+
*/
|
|
40
|
+
copyLabel?: string;
|
|
41
|
+
prefix?: string | LocalizationKey;
|
|
42
|
+
suffix?: string | LocalizationKey;
|
|
43
|
+
}
|
|
44
|
+
declare function Description({ text, prefix, suffix, truncateText, copyText, copyLabel }: DescriptionProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
45
|
+
export declare const LineItems: {
|
|
46
|
+
Root: typeof Root;
|
|
47
|
+
Group: typeof Group;
|
|
48
|
+
Title: React.ForwardRefExoticComponent<TitleProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
49
|
+
Description: typeof Description;
|
|
50
|
+
};
|
|
51
|
+
export {};
|
|
52
|
+
//# sourceMappingURL=LineItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LineItems.d.ts","sourceRoot":"","sources":["../../../src/elements/LineItems.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAWxD,UAAU,SAAS;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,EAAE,SAAS,oDAYpC;AAMD,KAAK,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAQzD,UAAU,UAAU;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,iBAAS,KAAK,CAAC,EAAE,QAAQ,EAAE,SAAiB,EAAE,OAAmB,EAAE,EAAE,UAAU,oDAuB9E;AAMD,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IACvC,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB;AAyDD,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,GAAG,eAAe,CAAC;IAC/B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CACnC;AAED,iBAAS,WAAW,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,YAAoB,EAAE,QAAgB,EAAE,SAAS,EAAE,EAAE,gBAAgB,oDAuEjH;AAoDD,eAAO,MAAM,SAAS;;;;;CAKrB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Link } from '@/ui/customizables';
|
|
3
|
+
import type { PropsOfComponent } from '@/ui/styledSystem';
|
|
4
|
+
interface LinkRendererProps extends Omit<PropsOfComponent<typeof Link>, 'href' | 'children'> {
|
|
5
|
+
text: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const LinkRenderer: React.FC<LinkRendererProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=LinkRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkRenderer.d.ts","sourceRoot":"","sources":["../../../src/elements/LinkRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,UAAU,iBAAkB,SAAQ,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC1F,IAAI,EAAE,MAAM,CAAC;CACd;AAID,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgCnD,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { PropsWithChildren } from 'react';
|
|
2
|
+
export declare const LoadingCardContainer: ({ children }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const LoadingCard: (props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=LoadingCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingCard.d.ts","sourceRoot":"","sources":["../../../src/elements/LoadingCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO/C,eAAO,MAAM,oBAAoB,GAAI,cAAc,iBAAiB,qDAoBnE,CAAC;AAEF,eAAO,MAAM,WAAW,sEAYtB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { MenuId } from '@clerk/shared/types';
|
|
2
|
+
import type { Placement } from '@floating-ui/react';
|
|
3
|
+
import type { PropsWithChildren } from 'react';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import type { Button } from '../customizables';
|
|
6
|
+
import { Col } from '../customizables';
|
|
7
|
+
import type { UsePopoverReturn } from '../hooks';
|
|
8
|
+
import type { PropsOfComponent } from '../styledSystem';
|
|
9
|
+
type MenuState = {
|
|
10
|
+
popoverCtx: UsePopoverReturn;
|
|
11
|
+
elementId?: MenuId;
|
|
12
|
+
};
|
|
13
|
+
export declare const MenuStateCtx: React.Context<{
|
|
14
|
+
value: MenuState;
|
|
15
|
+
} | undefined>, useMenuState: () => MenuState;
|
|
16
|
+
type MenuProps = PropsWithChildren<Record<never, never>> & {
|
|
17
|
+
elementId?: MenuId;
|
|
18
|
+
popoverPlacement?: Placement;
|
|
19
|
+
};
|
|
20
|
+
export declare const Menu: React.ComponentType<MenuProps>;
|
|
21
|
+
type MenuTriggerProps = React.PropsWithChildren<{
|
|
22
|
+
arialLabel?: string | ((open: boolean) => string);
|
|
23
|
+
}>;
|
|
24
|
+
export declare const MenuTrigger: (props: MenuTriggerProps) => React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement> | null;
|
|
25
|
+
type MenuListProps = PropsOfComponent<typeof Col> & {
|
|
26
|
+
asPortal?: boolean;
|
|
27
|
+
};
|
|
28
|
+
export declare const MenuList: (props: MenuListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
+
type MenuItemProps = PropsOfComponent<typeof Button> & {
|
|
30
|
+
destructive?: boolean;
|
|
31
|
+
closeAfterClick?: boolean;
|
|
32
|
+
};
|
|
33
|
+
export declare const MenuItem: (props: MenuItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=Menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../src/elements/Menu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAgE,MAAM,OAAO,CAAC;AAErF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,GAAG,EAA6B,MAAM,kBAAkB,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAMxD,KAAK,SAAS,GAAG;IACf,UAAU,EAAE,gBAAgB,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAO,YAAY;;gBAAE,YAAY,iBAAgD,CAAC;AAEzF,KAAK,SAAS,GAAG,iBAAiB,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,GAAG;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,IAAI,gCAgBf,CAAC;AAEH,KAAK,gBAAgB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,OAAO,KAAK,MAAM,CAAC,CAAA;CAAE,CAAC,CAAC;AAEvG,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,0FAuBlD,CAAC;AAYF,KAAK,aAAa,GAAG,gBAAgB,CAAC,OAAO,GAAG,CAAC,GAAG;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,qDA+D5C,CAAC;AAEF,KAAK,aAAa,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IACrD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,qDAkD5C,CAAC"}
|