@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,20 @@
|
|
|
1
|
+
import type { LoadedClerk } from '@clerk/shared/types';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface RouteGuardProps {
|
|
4
|
+
canActivate: (clerk: LoadedClerk) => boolean;
|
|
5
|
+
}
|
|
6
|
+
interface UnguardedRouteProps {
|
|
7
|
+
path?: string;
|
|
8
|
+
index?: boolean;
|
|
9
|
+
flowStart?: boolean;
|
|
10
|
+
canActivate?: never;
|
|
11
|
+
}
|
|
12
|
+
type GuardedRouteProps = {
|
|
13
|
+
path?: string;
|
|
14
|
+
index?: boolean;
|
|
15
|
+
flowStart?: boolean;
|
|
16
|
+
} & RouteGuardProps;
|
|
17
|
+
export type RouteProps = React.PropsWithChildren<UnguardedRouteProps | GuardedRouteProps>;
|
|
18
|
+
export declare function Route(props: RouteProps): JSX.Element | null;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=Route.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Route.d.ts","sourceRoot":"","sources":["../../../src/router/Route.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,eAAe;IACvB,WAAW,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;CAC9C;AAED,UAAU,mBAAmB;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AACD,KAAK,iBAAiB,GAAG;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,eAAe,CAAC;AAEpB,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,GAAG,iBAAiB,CAAC,CAAC;AAiB1F,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAmF3D"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface RouteContextValue {
|
|
3
|
+
basePath: string;
|
|
4
|
+
startPath: string;
|
|
5
|
+
flowStartPath: string;
|
|
6
|
+
fullPath: string;
|
|
7
|
+
indexPath: string;
|
|
8
|
+
currentPath: string;
|
|
9
|
+
matches: (path?: string, index?: boolean) => boolean;
|
|
10
|
+
baseNavigate: (toURL: URL) => Promise<unknown>;
|
|
11
|
+
navigate: (to: string, options?: {
|
|
12
|
+
searchParams?: URLSearchParams;
|
|
13
|
+
}) => Promise<unknown>;
|
|
14
|
+
resolve: (to: string) => URL;
|
|
15
|
+
refresh: () => void;
|
|
16
|
+
params: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
queryString: string;
|
|
20
|
+
queryParams: Record<string, string>;
|
|
21
|
+
preservedParams?: string[];
|
|
22
|
+
getMatchData: (path?: string, index?: boolean) => false | object;
|
|
23
|
+
urlStateParam?: {
|
|
24
|
+
startPath: string;
|
|
25
|
+
path: string;
|
|
26
|
+
componentName: string;
|
|
27
|
+
clearUrlStateParam: () => void;
|
|
28
|
+
socialProvider: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export declare const RouteContext: React.Context<RouteContextValue | null>;
|
|
32
|
+
export declare const useRouter: () => RouteContextValue;
|
|
33
|
+
//# sourceMappingURL=RouteContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RouteContext.d.ts","sourceRoot":"","sources":["../../../src/router/RouteContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC;IACrD,YAAY,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC/C,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAAE,YAAY,CAAC,EAAE,eAAe,CAAA;KAAE,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACzF,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,GAAG,CAAC;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,YAAY,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,KAAK,GAAG,MAAM,CAAC;IACjE,aAAa,CAAC,EAAE;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,aAAa,EAAE,MAAM,CAAC;QACtB,kBAAkB,EAAE,MAAM,IAAI,CAAC;QAC/B,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAED,eAAO,MAAM,YAAY,yCAAsD,CAAC;AAIhF,eAAO,MAAM,SAAS,QAAO,iBAM5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/router/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,wBAAgB,MAAM,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,GAAG,CAAC,OAAO,CAgB/E"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const VIRTUAL_ROUTER_BASE_PATH = "CLERK-ROUTER/VIRTUAL";
|
|
3
|
+
interface VirtualRouterProps {
|
|
4
|
+
startPath: string;
|
|
5
|
+
preservedParams?: string[];
|
|
6
|
+
onExternalNavigate?: () => void;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const VirtualRouter: ({ startPath, preservedParams, onExternalNavigate, children, }: VirtualRouterProps) => JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=VirtualRouter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualRouter.d.ts","sourceRoot":"","sources":["../../../src/router/VirtualRouter.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAIzC,eAAO,MAAM,wBAAwB,yBAAyB,CAAC;AAE/D,UAAU,kBAAkB;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa,GAAI,+DAK3B,kBAAkB,KAAG,GAAG,CAAC,OA+C3B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './RouteContext';
|
|
2
|
+
export * from './HashRouter';
|
|
3
|
+
export * from './PathRouter';
|
|
4
|
+
export * from './VirtualRouter';
|
|
5
|
+
export * from './Route';
|
|
6
|
+
export * from './Switch';
|
|
7
|
+
export type ParsedQueryString = Record<string, string>;
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/router/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AAEzB,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newPaths.d.ts","sourceRoot":"","sources":["../../../src/router/newPaths.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,cAAc,MAAM,EAAE,aAAa,MAAM,EAAE,OAAO,MAAM,EAAE,QAAQ,OAAO,aAiBjG,CAAC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
export interface ParseOptions {
|
|
2
|
+
/**
|
|
3
|
+
* Set the default delimiter for repeat parameters. (default: `'/'`)
|
|
4
|
+
*/
|
|
5
|
+
delimiter?: string;
|
|
6
|
+
/**
|
|
7
|
+
* List of characters to automatically consider prefixes when parsing.
|
|
8
|
+
*/
|
|
9
|
+
prefixes?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Parse a string for the raw tokens.
|
|
13
|
+
*/
|
|
14
|
+
export declare function parse(str: string, options?: ParseOptions): Token[];
|
|
15
|
+
export interface TokensToFunctionOptions {
|
|
16
|
+
/**
|
|
17
|
+
* When `true` the regexp will be case sensitive. (default: `false`)
|
|
18
|
+
*/
|
|
19
|
+
sensitive?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Function for encoding input strings for output.
|
|
22
|
+
*/
|
|
23
|
+
encode?: (value: string, token: Key) => string;
|
|
24
|
+
/**
|
|
25
|
+
* When `false` the function can produce an invalid (unmatched) path. (default: `true`)
|
|
26
|
+
*/
|
|
27
|
+
validate?: boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Compile a string to a template function for the path.
|
|
31
|
+
*/
|
|
32
|
+
export declare function compile<P extends object = object>(str: string, options?: ParseOptions & TokensToFunctionOptions): PathFunction<P>;
|
|
33
|
+
export type PathFunction<P extends object = object> = (data?: P) => string;
|
|
34
|
+
/**
|
|
35
|
+
* Expose a method for transforming tokens into the path function.
|
|
36
|
+
*/
|
|
37
|
+
export declare function tokensToFunction<P extends object = object>(tokens: Token[], options?: TokensToFunctionOptions): PathFunction<P>;
|
|
38
|
+
export interface RegexpToFunctionOptions {
|
|
39
|
+
/**
|
|
40
|
+
* Function for decoding strings for params.
|
|
41
|
+
*/
|
|
42
|
+
decode?: (value: string, token: Key) => string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A match result contains data about the path match.
|
|
46
|
+
*/
|
|
47
|
+
export interface MatchResult<P extends object = object> {
|
|
48
|
+
path: string;
|
|
49
|
+
index: number;
|
|
50
|
+
params: P;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* A match is either `false` (no match) or a match result.
|
|
54
|
+
*/
|
|
55
|
+
export type Match<P extends object = object> = false | MatchResult<P>;
|
|
56
|
+
/**
|
|
57
|
+
* The match function takes a string and returns whether it matched the path.
|
|
58
|
+
*/
|
|
59
|
+
export type MatchFunction<P extends object = object> = (path: string) => Match<P>;
|
|
60
|
+
/**
|
|
61
|
+
* Create path match function from `path-to-regexp` spec.
|
|
62
|
+
*/
|
|
63
|
+
export declare function match<P extends object = object>(str: Path, options?: ParseOptions & TokensToRegexpOptions & RegexpToFunctionOptions): MatchFunction<P>;
|
|
64
|
+
/**
|
|
65
|
+
* Create a path match function from `path-to-regexp` output.
|
|
66
|
+
*/
|
|
67
|
+
export declare function regexpToFunction<P extends object = object>(re: RegExp, keys: Key[], options?: RegexpToFunctionOptions): MatchFunction<P>;
|
|
68
|
+
/**
|
|
69
|
+
* Metadata about a key.
|
|
70
|
+
*/
|
|
71
|
+
export interface Key {
|
|
72
|
+
name: string | number;
|
|
73
|
+
prefix: string;
|
|
74
|
+
suffix: string;
|
|
75
|
+
pattern: string;
|
|
76
|
+
modifier: string;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* A token is a string (nothing special) or key metadata (capture group).
|
|
80
|
+
*/
|
|
81
|
+
export type Token = string | Key;
|
|
82
|
+
export interface TokensToRegexpOptions {
|
|
83
|
+
/**
|
|
84
|
+
* When `true` the regexp will be case sensitive. (default: `false`)
|
|
85
|
+
*/
|
|
86
|
+
sensitive?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* When `true` the regexp allows an optional trailing delimiter to match. (default: `false`)
|
|
89
|
+
*/
|
|
90
|
+
strict?: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* When `true` the regexp will match to the end of the string. (default: `true`)
|
|
93
|
+
*/
|
|
94
|
+
end?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* When `true` the regexp will match from the beginning of the string. (default: `true`)
|
|
97
|
+
*/
|
|
98
|
+
start?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Sets the final character for non-ending optimistic matches. (default: `/`)
|
|
101
|
+
*/
|
|
102
|
+
delimiter?: string;
|
|
103
|
+
/**
|
|
104
|
+
* List of characters that can also be "end" characters.
|
|
105
|
+
*/
|
|
106
|
+
endsWith?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Encode path tokens for use in the `RegExp`.
|
|
109
|
+
*/
|
|
110
|
+
encode?: (value: string) => string;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Expose a function for taking tokens and returning a RegExp.
|
|
114
|
+
*/
|
|
115
|
+
export declare function tokensToRegexp(tokens: Token[], keys?: Key[], options?: TokensToRegexpOptions): RegExp;
|
|
116
|
+
/**
|
|
117
|
+
* Supported `path-to-regexp` input types.
|
|
118
|
+
*/
|
|
119
|
+
export type Path = string | RegExp | Array<string | RegExp>;
|
|
120
|
+
/**
|
|
121
|
+
* Normalize the given path string, returning a regular expression.
|
|
122
|
+
*
|
|
123
|
+
* An empty array can be passed in for the keys, which will hold the
|
|
124
|
+
* placeholder key descriptions. For example, using `/user/:id`, `keys` will
|
|
125
|
+
* contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.
|
|
126
|
+
*/
|
|
127
|
+
export declare function pathToRegexp(path: Path, keys?: Key[], options?: TokensToRegexpOptions & ParseOptions): RegExp;
|
|
128
|
+
//# sourceMappingURL=pathToRegexp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pathToRegexp.d.ts","sourceRoot":"","sources":["../../../src/router/pathToRegexp.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { InternalTheme } from './types';
|
|
3
|
+
type InternalThemeProviderProps = React.PropsWithChildren<{
|
|
4
|
+
theme?: InternalTheme;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const InternalThemeProvider: (props: InternalThemeProviderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=InternalThemeProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/InternalThemeProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,KAAK,0BAA0B,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACxD,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,qDAItE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type StyleCacheProviderProps = React.PropsWithChildren<{
|
|
3
|
+
/** Optional nonce value for CSP (Content Security Policy) */
|
|
4
|
+
nonce?: string;
|
|
5
|
+
/** Optional CSS layer name to wrap styles in */
|
|
6
|
+
cssLayerName?: string;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const StyleCacheProvider: (props: StyleCacheProviderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=StyleCacheProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StyleCacheProvider.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/StyleCacheProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,KAAK,uBAAuB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACrD,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,qDAwBhE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const animations: {
|
|
2
|
+
spinning: import("@emotion/serialize").Keyframes;
|
|
3
|
+
dropdownSlideInScaleAndFade: import("@emotion/serialize").Keyframes;
|
|
4
|
+
modalSlideAndFade: import("@emotion/serialize").Keyframes;
|
|
5
|
+
fadeIn: import("@emotion/serialize").Keyframes;
|
|
6
|
+
fadeOut: import("@emotion/serialize").Keyframes;
|
|
7
|
+
textInSmall: import("@emotion/serialize").Keyframes;
|
|
8
|
+
textInBig: import("@emotion/serialize").Keyframes;
|
|
9
|
+
blockBigIn: import("@emotion/serialize").Keyframes;
|
|
10
|
+
expandIn: (max: string) => import("@emotion/serialize").Keyframes;
|
|
11
|
+
navbarSlideIn: import("@emotion/serialize").Keyframes;
|
|
12
|
+
inAnimation: import("@emotion/serialize").Keyframes;
|
|
13
|
+
inDelayAnimation: import("@emotion/serialize").Keyframes;
|
|
14
|
+
outAnimation: import("@emotion/serialize").Keyframes;
|
|
15
|
+
notificationAnimation: import("@emotion/serialize").Keyframes;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/animations.ts"],"names":[],"mappings":"AAkIA,eAAO,MAAM,UAAU;;;;;;;;;oBAXA,MAAM;;;;;;CA0B5B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const breakpoints: Readonly<{
|
|
2
|
+
readonly xs: "21em";
|
|
3
|
+
readonly sm: "30em";
|
|
4
|
+
readonly md: "48em";
|
|
5
|
+
readonly lg: "62em";
|
|
6
|
+
readonly xl: "80em";
|
|
7
|
+
readonly '2xl': "96em";
|
|
8
|
+
}>;
|
|
9
|
+
declare const deviceQueries: {
|
|
10
|
+
readonly ios: "@supports (-webkit-touch-callout: none)";
|
|
11
|
+
};
|
|
12
|
+
export declare const mqu: Record<keyof typeof breakpoints | keyof typeof deviceQueries, string>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=breakpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/breakpoints.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;EAON,CAAC;AAEZ,QAAA,MAAM,aAAa;;CAET,CAAC;AAMX,eAAO,MAAM,GAAG,EAGX,MAAM,CAAC,MAAM,OAAO,WAAW,GAAG,MAAM,OAAO,aAAa,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import type { InternalTheme } from './types';
|
|
2
|
+
export declare const common: {
|
|
3
|
+
textVariants: (t: InternalTheme) => {
|
|
4
|
+
readonly h1: {
|
|
5
|
+
readonly fontWeight: string;
|
|
6
|
+
readonly fontSize: string;
|
|
7
|
+
readonly lineHeight: "1.33333";
|
|
8
|
+
readonly fontFamily: string;
|
|
9
|
+
readonly letterSpacing: "normal";
|
|
10
|
+
};
|
|
11
|
+
readonly h2: {
|
|
12
|
+
readonly fontWeight: string;
|
|
13
|
+
readonly fontSize: string;
|
|
14
|
+
readonly lineHeight: "1.41176";
|
|
15
|
+
readonly fontFamily: string;
|
|
16
|
+
readonly letterSpacing: "normal";
|
|
17
|
+
};
|
|
18
|
+
readonly h3: {
|
|
19
|
+
readonly fontWeight: string;
|
|
20
|
+
readonly fontSize: string;
|
|
21
|
+
readonly lineHeight: "1.38462";
|
|
22
|
+
readonly fontFamily: string;
|
|
23
|
+
readonly letterSpacing: "normal";
|
|
24
|
+
};
|
|
25
|
+
readonly subtitle: {
|
|
26
|
+
readonly fontWeight: string;
|
|
27
|
+
readonly fontSize: string;
|
|
28
|
+
readonly lineHeight: "1.38462";
|
|
29
|
+
readonly fontFamily: string;
|
|
30
|
+
readonly letterSpacing: "normal";
|
|
31
|
+
};
|
|
32
|
+
readonly body: {
|
|
33
|
+
readonly fontWeight: string;
|
|
34
|
+
readonly fontSize: string;
|
|
35
|
+
readonly lineHeight: "1.38462";
|
|
36
|
+
readonly fontFamily: string;
|
|
37
|
+
readonly letterSpacing: "normal";
|
|
38
|
+
};
|
|
39
|
+
readonly caption: {
|
|
40
|
+
readonly fontWeight: string;
|
|
41
|
+
readonly fontSize: string;
|
|
42
|
+
readonly lineHeight: "1.45455";
|
|
43
|
+
readonly fontFamily: string;
|
|
44
|
+
readonly letterSpacing: "normal";
|
|
45
|
+
};
|
|
46
|
+
readonly buttonLarge: {
|
|
47
|
+
readonly fontWeight: string;
|
|
48
|
+
readonly fontSize: string;
|
|
49
|
+
readonly lineHeight: "1.38462";
|
|
50
|
+
readonly fontFamily: string;
|
|
51
|
+
readonly letterSpacing: "normal";
|
|
52
|
+
};
|
|
53
|
+
readonly buttonSmall: {
|
|
54
|
+
readonly fontWeight: string;
|
|
55
|
+
readonly fontSize: string;
|
|
56
|
+
readonly lineHeight: "1.33333";
|
|
57
|
+
readonly fontFamily: string;
|
|
58
|
+
readonly letterSpacing: "normal";
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
borderVariants: (t: InternalTheme, props?: any) => {
|
|
62
|
+
readonly normal: {
|
|
63
|
+
readonly '&:focus'?: undefined;
|
|
64
|
+
readonly '&:hover': {
|
|
65
|
+
WebkitTapHighlightColor: string;
|
|
66
|
+
borderColor: import("@clerk/shared/types").HslaColorString;
|
|
67
|
+
boxShadow: string;
|
|
68
|
+
};
|
|
69
|
+
readonly borderRadius: string;
|
|
70
|
+
readonly borderWidth: "1px";
|
|
71
|
+
readonly borderStyle: "solid";
|
|
72
|
+
readonly borderColor: import("@clerk/shared/types").HslaColorString;
|
|
73
|
+
readonly boxShadow: string;
|
|
74
|
+
readonly transitionProperty: "background-color,background,border-color,color,fill,stroke,opacity,box-shadow,transform";
|
|
75
|
+
readonly transitionTimingFunction: "ease";
|
|
76
|
+
readonly transitionDuration: string;
|
|
77
|
+
} | {
|
|
78
|
+
readonly '&:focus': {
|
|
79
|
+
borderColor: import("@clerk/shared/types").HslaColorString;
|
|
80
|
+
WebkitTapHighlightColor: string;
|
|
81
|
+
boxShadow: string;
|
|
82
|
+
};
|
|
83
|
+
readonly '&:hover': {
|
|
84
|
+
WebkitTapHighlightColor: string;
|
|
85
|
+
borderColor: import("@clerk/shared/types").HslaColorString;
|
|
86
|
+
boxShadow: string;
|
|
87
|
+
};
|
|
88
|
+
readonly borderRadius: string;
|
|
89
|
+
readonly borderWidth: "1px";
|
|
90
|
+
readonly borderStyle: "solid";
|
|
91
|
+
readonly borderColor: import("@clerk/shared/types").HslaColorString;
|
|
92
|
+
readonly boxShadow: string;
|
|
93
|
+
readonly transitionProperty: "background-color,background,border-color,color,fill,stroke,opacity,box-shadow,transform";
|
|
94
|
+
readonly transitionTimingFunction: "ease";
|
|
95
|
+
readonly transitionDuration: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
focusRingStyles: (t: InternalTheme) => {
|
|
99
|
+
readonly '&::-moz-focus-inner': {
|
|
100
|
+
readonly border: "0";
|
|
101
|
+
};
|
|
102
|
+
readonly WebkitTapHighlightColor: "transparent";
|
|
103
|
+
readonly boxShadow: string;
|
|
104
|
+
readonly transitionProperty: "background-color,background,border-color,color,fill,stroke,opacity,box-shadow,transform";
|
|
105
|
+
readonly transitionTimingFunction: "ease";
|
|
106
|
+
readonly transitionDuration: string;
|
|
107
|
+
};
|
|
108
|
+
focusRing: (t: InternalTheme) => {
|
|
109
|
+
readonly '&:focus': {
|
|
110
|
+
readonly '&::-moz-focus-inner': {
|
|
111
|
+
readonly border: "0";
|
|
112
|
+
};
|
|
113
|
+
readonly WebkitTapHighlightColor: "transparent";
|
|
114
|
+
readonly boxShadow: string;
|
|
115
|
+
readonly transitionProperty: "background-color,background,border-color,color,fill,stroke,opacity,box-shadow,transform";
|
|
116
|
+
readonly transitionTimingFunction: "ease";
|
|
117
|
+
readonly transitionDuration: string;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
disabled: (t: InternalTheme) => {
|
|
121
|
+
readonly '&:disabled,&[data-disabled]': {
|
|
122
|
+
readonly cursor: "not-allowed";
|
|
123
|
+
readonly pointerEvents: "none";
|
|
124
|
+
readonly opacity: "50%";
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
borderColor: (t: InternalTheme, props?: any) => {
|
|
128
|
+
readonly borderColor: import("@clerk/shared/types").HslaColorString;
|
|
129
|
+
};
|
|
130
|
+
centeredFlex: (display?: "flex" | "inline-flex") => {
|
|
131
|
+
display: "flex" | "inline-flex";
|
|
132
|
+
justifyContent: string;
|
|
133
|
+
alignItems: string;
|
|
134
|
+
};
|
|
135
|
+
maxHeightScroller: (t: InternalTheme) => {
|
|
136
|
+
readonly '::-webkit-scrollbar': {
|
|
137
|
+
background: string;
|
|
138
|
+
width: string;
|
|
139
|
+
height: string;
|
|
140
|
+
};
|
|
141
|
+
readonly '::-webkit-scrollbar-thumb': {
|
|
142
|
+
background: import("@clerk/shared/types").HslaColorString;
|
|
143
|
+
};
|
|
144
|
+
readonly '::-webkit-scrollbar-track': {
|
|
145
|
+
background: string;
|
|
146
|
+
};
|
|
147
|
+
readonly height: "100%";
|
|
148
|
+
readonly overflowY: "auto";
|
|
149
|
+
};
|
|
150
|
+
mutedBackground: (t: InternalTheme) => string;
|
|
151
|
+
unstyledScrollbar: (t: InternalTheme) => {
|
|
152
|
+
'::-webkit-scrollbar': {
|
|
153
|
+
background: string;
|
|
154
|
+
width: string;
|
|
155
|
+
height: string;
|
|
156
|
+
};
|
|
157
|
+
'::-webkit-scrollbar-thumb': {
|
|
158
|
+
background: import("@clerk/shared/types").HslaColorString;
|
|
159
|
+
};
|
|
160
|
+
'::-webkit-scrollbar-track': {
|
|
161
|
+
background: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
mergedColorsBackground: (colorBack: string, colorFront: string) => string;
|
|
165
|
+
visuallyHidden: () => {
|
|
166
|
+
readonly clip: "rect(0 0 0 0)";
|
|
167
|
+
readonly clipPath: "inset(50%)";
|
|
168
|
+
readonly height: "1px";
|
|
169
|
+
readonly overflow: "hidden";
|
|
170
|
+
readonly position: "absolute";
|
|
171
|
+
readonly whiteSpace: "nowrap";
|
|
172
|
+
readonly width: "1px";
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
//# sourceMappingURL=common.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/common.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAkN7C,eAAO,MAAM,MAAM;sBAhNM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA4EX,aAAa,UAAU,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsDzB,aAAa;;;;;;;;;;mBAWnB,aAAa;;;;;;;;;;;;kBAQd,aAAa;;;;;;;qBAzBV,aAAa,UAAU,GAAG;;;6BAmCnB,MAAM,GAAG,aAAa;;;;;2BAoBvB,aAAa;;;;;;;;;;;;;;;yBAWf,aAAa;2BAzBX,aAAa;;;;;;;;;;;;;wCAqBA,MAAM,cAAc,MAAM;;;;;;;;;;CAmCpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCssVariables.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/createCssVariables.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,CAAC,SAAS,MAAM,EAAE,EAAE,GAAG,OAAO,CAAC,KAAG,GAAG,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,GAAG,MAAM,GAE9F,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { InternalTheme, StyleRule } from './types';
|
|
2
|
+
type UnwrapBooleanVariant<T> = T extends 'true' | 'false' ? boolean : T;
|
|
3
|
+
type VariantDefinition = Record<string, StyleRule>;
|
|
4
|
+
type Variants = Record<string, VariantDefinition>;
|
|
5
|
+
type VariantNameToKeyMap<V> = {
|
|
6
|
+
[key in keyof V]?: UnwrapBooleanVariant<keyof V[key]>;
|
|
7
|
+
};
|
|
8
|
+
type DefaultVariants<V> = VariantNameToKeyMap<V>;
|
|
9
|
+
type CompoundVariant<V> = {
|
|
10
|
+
condition: VariantNameToKeyMap<V>;
|
|
11
|
+
styles?: StyleRule;
|
|
12
|
+
};
|
|
13
|
+
type CreateVariantsConfig<V> = {
|
|
14
|
+
base?: StyleRule;
|
|
15
|
+
variants: V;
|
|
16
|
+
compoundVariants?: Array<CompoundVariant<V>>;
|
|
17
|
+
defaultVariants?: DefaultVariants<V>;
|
|
18
|
+
};
|
|
19
|
+
type ApplyVariants<T, V> = {
|
|
20
|
+
(props?: VariantNameToKeyMap<V>): (theme: T) => StyleRule;
|
|
21
|
+
};
|
|
22
|
+
export type StyleVariants<T extends () => any> = Parameters<T>[0];
|
|
23
|
+
type CreateVariantsReturn<T, V extends Variants> = {
|
|
24
|
+
applyVariants: ApplyVariants<T, V>;
|
|
25
|
+
filterProps: <Props>(props: Props) => {
|
|
26
|
+
[k in Exclude<keyof Props, keyof V>]: Props[k];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
interface CreateVariants {
|
|
30
|
+
<P extends Record<string, any>, T = InternalTheme, V extends Variants = Variants>(param: (theme: T, props: P) => CreateVariantsConfig<V>): CreateVariantsReturn<T, V>;
|
|
31
|
+
}
|
|
32
|
+
export declare const createVariants: CreateVariants;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=createVariants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createVariants.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/createVariants.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAExD,KAAK,oBAAoB,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,CAAC,CAAC;AAExE,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;AAEnD,KAAK,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;AAElD,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAC3B,GAAG,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;CACtD,CAAC;AAEF,KAAK,eAAe,CAAC,CAAC,IAAI,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAEjD,KAAK,eAAe,CAAC,CAAC,IAAI;IACxB,SAAS,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IAClC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,KAAK,oBAAoB,CAAC,CAAC,IAAI;IAC7B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,CAAC,CAAC;IACZ,gBAAgB,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CACtC,CAAC;AAEF,KAAK,aAAa,CAAC,CAAC,EAAE,CAAC,IAAI;IACzB,CAAC,KAAK,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,KAAK,SAAS,CAAC;CAC3D,CAAC;AAEF,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAElE,KAAK,oBAAoB,CAAC,CAAC,EAAE,CAAC,SAAS,QAAQ,IAAI;IACjD,aAAa,EAAE,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACnC,WAAW,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,KAAK;SACnC,CAAC,IAAI,OAAO,CAAC,MAAM,KAAK,EAAE,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC;KAC/C,CAAC;CACH,CAAC;AAEF,UAAU,cAAc;IACtB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,aAAa,EAAE,CAAC,SAAS,QAAQ,GAAG,QAAQ,EAC9E,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,oBAAoB,CAAC,CAAC,CAAC,GACrD,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CAC/B;AAED,eAAO,MAAM,cAAc,EAAE,cAsB5B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './types';
|
|
2
|
+
export * from './InternalThemeProvider';
|
|
3
|
+
export * from './createVariants';
|
|
4
|
+
export * from './createCssVariables';
|
|
5
|
+
export * from './common';
|
|
6
|
+
export * from './animations';
|
|
7
|
+
export * from './breakpoints';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { Interpolation as _Interpolation } from '@emotion/react';
|
|
2
|
+
import type React from 'react';
|
|
3
|
+
import type { InternalTheme } from '../foundations';
|
|
4
|
+
type StyleRule = Exclude<_Interpolation<InternalTheme>, string | number | boolean>;
|
|
5
|
+
/**
|
|
6
|
+
* Primitives can override their styles using the css prop.
|
|
7
|
+
* For customising layout/theme, prefer using the props defined on the component.
|
|
8
|
+
*/
|
|
9
|
+
type ThemableCssProp = ((params: InternalTheme) => StyleRule) | StyleRule;
|
|
10
|
+
type CssProp = {
|
|
11
|
+
css?: ThemableCssProp;
|
|
12
|
+
};
|
|
13
|
+
export type AsProp = {
|
|
14
|
+
as?: React.ElementType | undefined;
|
|
15
|
+
};
|
|
16
|
+
type ElementProps = {
|
|
17
|
+
div: React.JSX.IntrinsicElements['div'];
|
|
18
|
+
input: React.JSX.IntrinsicElements['input'];
|
|
19
|
+
button: React.JSX.IntrinsicElements['button'];
|
|
20
|
+
heading: React.JSX.IntrinsicElements['h1'];
|
|
21
|
+
p: React.JSX.IntrinsicElements['p'];
|
|
22
|
+
a: React.JSX.IntrinsicElements['a'];
|
|
23
|
+
label: React.JSX.IntrinsicElements['label'];
|
|
24
|
+
img: React.JSX.IntrinsicElements['img'];
|
|
25
|
+
form: React.JSX.IntrinsicElements['form'];
|
|
26
|
+
table: React.JSX.IntrinsicElements['table'];
|
|
27
|
+
thead: React.JSX.IntrinsicElements['thead'];
|
|
28
|
+
tbody: React.JSX.IntrinsicElements['tbody'];
|
|
29
|
+
th: React.JSX.IntrinsicElements['th'];
|
|
30
|
+
tr: React.JSX.IntrinsicElements['tr'];
|
|
31
|
+
td: React.JSX.IntrinsicElements['td'];
|
|
32
|
+
dl: React.JSX.IntrinsicElements['dl'];
|
|
33
|
+
dt: React.JSX.IntrinsicElements['dt'];
|
|
34
|
+
dd: React.JSX.IntrinsicElements['dd'];
|
|
35
|
+
hr: React.JSX.IntrinsicElements['hr'];
|
|
36
|
+
textarea: React.JSX.IntrinsicElements['textarea'];
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Some elements, like Flex can accept StateProps
|
|
40
|
+
* simply because they need to be targettable when their container
|
|
41
|
+
* component has a specific state. We then remove the props
|
|
42
|
+
* before rendering the element to the DOM
|
|
43
|
+
*/
|
|
44
|
+
type StateProps = Partial<Record<'isDisabled' | 'hasError' | 'isLoading' | 'isOpen' | 'isActive', any>>;
|
|
45
|
+
/**
|
|
46
|
+
* The form control elements can also accept a isRequired prop on top of the StateProps
|
|
47
|
+
* We're handling it differently since this is a prop that cannot change - a required field
|
|
48
|
+
* will remain required throughout the lifecycle of the component
|
|
49
|
+
*/
|
|
50
|
+
type RequiredProp = Partial<Record<'isRequired', boolean>>;
|
|
51
|
+
type PrimitiveProps<HtmlT extends keyof ElementProps> = ElementProps[HtmlT] & CssProp;
|
|
52
|
+
type PropsOfComponent<C extends (...args: any[]) => any> = Parameters<C>[0];
|
|
53
|
+
export type { InternalTheme, PrimitiveProps, PropsOfComponent, StyleRule, ThemableCssProp, StateProps, RequiredProp };
|
|
54
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/styledSystem/types.ts"],"names":[],"mappings":"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"}
|