@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.
Files changed (1123) hide show
  1. package/LICENSE +21 -0
  2. package/dist/browser/base-account-sdk_ui_0acdd6_0.0.1.js +1 -0
  3. package/dist/browser/base-account-sdk_ui_76b8c3_0.0.1.js +1 -0
  4. package/dist/browser/coinbase-wallet-sdk_ui_0acdd6_0.0.1.js +3 -0
  5. package/dist/browser/coinbase-wallet-sdk_ui_76b8c3_0.0.1.js +3 -0
  6. package/dist/browser/framework_ui_0acdd6_0.0.1.js +1 -0
  7. package/dist/browser/framework_ui_76b8c3_0.0.1.js +1 -0
  8. package/dist/browser/ui-common_ui_0acdd6_0.0.1.js +418 -0
  9. package/dist/browser/ui-common_ui_76b8c3_0.0.1.js +418 -0
  10. package/dist/browser/ui.browser.js +3 -0
  11. package/dist/browser/vendors_ui_0acdd6_0.0.1.js +20 -0
  12. package/dist/browser/vendors_ui_76b8c3_0.0.1.js +20 -0
  13. package/dist/browser/zxcvbn-common_ui_0acdd6_0.0.1.js +1 -0
  14. package/dist/browser/zxcvbn-common_ui_76b8c3_0.0.1.js +1 -0
  15. package/dist/browser/zxcvbn-ts-core_ui_0acdd6_0.0.1.js +2 -0
  16. package/dist/browser/zxcvbn-ts-core_ui_76b8c3_0.0.1.js +2 -0
  17. package/dist/types/ClerkUi.d.ts +12 -0
  18. package/dist/types/ClerkUi.d.ts.map +1 -0
  19. package/dist/types/Components.d.ts +41 -0
  20. package/dist/types/Components.d.ts.map +1 -0
  21. package/dist/types/baseTheme.d.ts +4 -0
  22. package/dist/types/baseTheme.d.ts.map +1 -0
  23. package/dist/types/common/CalloutWithAction.d.ts +13 -0
  24. package/dist/types/common/CalloutWithAction.d.ts.map +1 -0
  25. package/dist/types/common/ChooseEnterpriseConnectionCard.d.ts +16 -0
  26. package/dist/types/common/ChooseEnterpriseConnectionCard.d.ts.map +1 -0
  27. package/dist/types/common/CustomPageContentContainer.d.ts +3 -0
  28. package/dist/types/common/CustomPageContentContainer.d.ts.map +1 -0
  29. package/dist/types/common/DevOnly.d.ts +3 -0
  30. package/dist/types/common/DevOnly.d.ts.map +1 -0
  31. package/dist/types/common/EmailLinkCompleteFlowCard.d.ts +4 -0
  32. package/dist/types/common/EmailLinkCompleteFlowCard.d.ts.map +1 -0
  33. package/dist/types/common/EmailLinkStatusCard.d.ts +12 -0
  34. package/dist/types/common/EmailLinkStatusCard.d.ts.map +1 -0
  35. package/dist/types/common/EmailLinkVerify.d.ts +15 -0
  36. package/dist/types/common/EmailLinkVerify.d.ts.map +1 -0
  37. package/dist/types/common/Gate.d.ts +29 -0
  38. package/dist/types/common/Gate.d.ts.map +1 -0
  39. package/dist/types/common/InfiniteListSpinner.d.ts +2 -0
  40. package/dist/types/common/InfiniteListSpinner.d.ts.map +1 -0
  41. package/dist/types/common/NotificationCountBadge.d.ts +10 -0
  42. package/dist/types/common/NotificationCountBadge.d.ts.map +1 -0
  43. package/dist/types/common/PrintableComponent.d.ts +12 -0
  44. package/dist/types/common/PrintableComponent.d.ts.map +1 -0
  45. package/dist/types/common/ProviderInitialIcon.d.ts +10 -0
  46. package/dist/types/common/ProviderInitialIcon.d.ts.map +1 -0
  47. package/dist/types/common/QRCode.d.ts +9 -0
  48. package/dist/types/common/QRCode.d.ts.map +1 -0
  49. package/dist/types/common/RemoveResourceForm.d.ts +12 -0
  50. package/dist/types/common/RemoveResourceForm.d.ts.map +1 -0
  51. package/dist/types/common/SSOCallback.d.ts +4 -0
  52. package/dist/types/common/SSOCallback.d.ts.map +1 -0
  53. package/dist/types/common/Wizard.d.ts +19 -0
  54. package/dist/types/common/Wizard.d.ts.map +1 -0
  55. package/dist/types/common/constants.d.ts +21 -0
  56. package/dist/types/common/constants.d.ts.map +1 -0
  57. package/dist/types/common/forms.d.ts +13 -0
  58. package/dist/types/common/forms.d.ts.map +1 -0
  59. package/dist/types/common/index.d.ts +18 -0
  60. package/dist/types/common/index.d.ts.map +1 -0
  61. package/dist/types/common/organizations/OrganizationPreview.d.ts +26 -0
  62. package/dist/types/common/organizations/OrganizationPreview.d.ts.map +1 -0
  63. package/dist/types/common/redirects.d.ts +20 -0
  64. package/dist/types/common/redirects.d.ts.map +1 -0
  65. package/dist/types/common/verification.d.ts +8 -0
  66. package/dist/types/common/verification.d.ts.map +1 -0
  67. package/dist/types/common/withRedirect.d.ts +28 -0
  68. package/dist/types/common/withRedirect.d.ts.map +1 -0
  69. package/dist/types/components/ApiKeys/APIKeyModal.d.ts +8 -0
  70. package/dist/types/components/ApiKeys/APIKeyModal.d.ts.map +1 -0
  71. package/dist/types/components/ApiKeys/ApiKeys.d.ts +9 -0
  72. package/dist/types/components/ApiKeys/ApiKeys.d.ts.map +1 -0
  73. package/dist/types/components/ApiKeys/ApiKeysTable.d.ts +10 -0
  74. package/dist/types/components/ApiKeys/ApiKeysTable.d.ts.map +1 -0
  75. package/dist/types/components/ApiKeys/CopyAPIKeyModal.d.ts +11 -0
  76. package/dist/types/components/ApiKeys/CopyAPIKeyModal.d.ts.map +1 -0
  77. package/dist/types/components/ApiKeys/CreateApiKeyForm.d.ts +13 -0
  78. package/dist/types/components/ApiKeys/CreateApiKeyForm.d.ts.map +1 -0
  79. package/dist/types/components/ApiKeys/RevokeAPIKeyConfirmationModal.d.ts +12 -0
  80. package/dist/types/components/ApiKeys/RevokeAPIKeyConfirmationModal.d.ts.map +1 -0
  81. package/dist/types/components/ApiKeys/utils.d.ts +19 -0
  82. package/dist/types/components/ApiKeys/utils.d.ts.map +1 -0
  83. package/dist/types/components/BlankCaptchaModal/index.d.ts +6 -0
  84. package/dist/types/components/BlankCaptchaModal/index.d.ts.map +1 -0
  85. package/dist/types/components/Checkout/CheckoutComplete.d.ts +2 -0
  86. package/dist/types/components/Checkout/CheckoutComplete.d.ts.map +1 -0
  87. package/dist/types/components/Checkout/CheckoutForm.d.ts +3 -0
  88. package/dist/types/components/Checkout/CheckoutForm.d.ts.map +1 -0
  89. package/dist/types/components/Checkout/CheckoutPage.d.ts +14 -0
  90. package/dist/types/components/Checkout/CheckoutPage.d.ts.map +1 -0
  91. package/dist/types/components/Checkout/index.d.ts +3 -0
  92. package/dist/types/components/Checkout/index.d.ts.map +1 -0
  93. package/dist/types/components/Checkout/parts.d.ts +4 -0
  94. package/dist/types/components/Checkout/parts.d.ts.map +1 -0
  95. package/dist/types/components/CreateOrganization/CreateOrganization.d.ts +4 -0
  96. package/dist/types/components/CreateOrganization/CreateOrganization.d.ts.map +1 -0
  97. package/dist/types/components/CreateOrganization/CreateOrganizationForm.d.ts +22 -0
  98. package/dist/types/components/CreateOrganization/CreateOrganizationForm.d.ts.map +1 -0
  99. package/dist/types/components/CreateOrganization/CreateOrganizationPage.d.ts +2 -0
  100. package/dist/types/components/CreateOrganization/CreateOrganizationPage.d.ts.map +1 -0
  101. package/dist/types/components/CreateOrganization/index.d.ts +2 -0
  102. package/dist/types/components/CreateOrganization/index.d.ts.map +1 -0
  103. package/dist/types/components/GoogleOneTap/index.d.ts +4 -0
  104. package/dist/types/components/GoogleOneTap/index.d.ts.map +1 -0
  105. package/dist/types/components/GoogleOneTap/one-tap-start.d.ts +2 -0
  106. package/dist/types/components/GoogleOneTap/one-tap-start.d.ts.map +1 -0
  107. package/dist/types/components/ImpersonationFab/index.d.ts +3 -0
  108. package/dist/types/components/ImpersonationFab/index.d.ts.map +1 -0
  109. package/dist/types/components/KeylessPrompt/ClerkLogoIcon.d.ts +2 -0
  110. package/dist/types/components/KeylessPrompt/ClerkLogoIcon.d.ts.map +1 -0
  111. package/dist/types/components/KeylessPrompt/KeySlashIcon.d.ts +2 -0
  112. package/dist/types/components/KeylessPrompt/KeySlashIcon.d.ts.map +1 -0
  113. package/dist/types/components/KeylessPrompt/index.d.ts +8 -0
  114. package/dist/types/components/KeylessPrompt/index.d.ts.map +1 -0
  115. package/dist/types/components/KeylessPrompt/use-revalidate-environment.d.ts +7 -0
  116. package/dist/types/components/KeylessPrompt/use-revalidate-environment.d.ts.map +1 -0
  117. package/dist/types/components/OAuthConsent/OAuthConsent.d.ts +3 -0
  118. package/dist/types/components/OAuthConsent/OAuthConsent.d.ts.map +1 -0
  119. package/dist/types/components/OrganizationList/OrganizationListPage.d.ts +5 -0
  120. package/dist/types/components/OrganizationList/OrganizationListPage.d.ts.map +1 -0
  121. package/dist/types/components/OrganizationList/UserInvitationList.d.ts +6 -0
  122. package/dist/types/components/OrganizationList/UserInvitationList.d.ts.map +1 -0
  123. package/dist/types/components/OrganizationList/UserMembershipList.d.ts +6 -0
  124. package/dist/types/components/OrganizationList/UserMembershipList.d.ts.map +1 -0
  125. package/dist/types/components/OrganizationList/UserSuggestionList.d.ts +4 -0
  126. package/dist/types/components/OrganizationList/UserSuggestionList.d.ts.map +1 -0
  127. package/dist/types/components/OrganizationList/index.d.ts +2 -0
  128. package/dist/types/components/OrganizationList/index.d.ts.map +1 -0
  129. package/dist/types/components/OrganizationList/shared.d.ts +12 -0
  130. package/dist/types/components/OrganizationList/shared.d.ts.map +1 -0
  131. package/dist/types/components/OrganizationList/utils.d.ts +13 -0
  132. package/dist/types/components/OrganizationList/utils.d.ts.map +1 -0
  133. package/dist/types/components/OrganizationProfile/ActionConfirmationPage.d.ts +7 -0
  134. package/dist/types/components/OrganizationProfile/ActionConfirmationPage.d.ts.map +1 -0
  135. package/dist/types/components/OrganizationProfile/ActiveMembersList.d.ts +8 -0
  136. package/dist/types/components/OrganizationProfile/ActiveMembersList.d.ts.map +1 -0
  137. package/dist/types/components/OrganizationProfile/AddDomainForm.d.ts +3 -0
  138. package/dist/types/components/OrganizationProfile/AddDomainForm.d.ts.map +1 -0
  139. package/dist/types/components/OrganizationProfile/BillingWidget.d.ts +5 -0
  140. package/dist/types/components/OrganizationProfile/BillingWidget.d.ts.map +1 -0
  141. package/dist/types/components/OrganizationProfile/DomainList.d.ts +10 -0
  142. package/dist/types/components/OrganizationProfile/DomainList.d.ts.map +1 -0
  143. package/dist/types/components/OrganizationProfile/EnrollmentBadge.d.ts +5 -0
  144. package/dist/types/components/OrganizationProfile/EnrollmentBadge.d.ts.map +1 -0
  145. package/dist/types/components/OrganizationProfile/InviteMembersForm.d.ts +10 -0
  146. package/dist/types/components/OrganizationProfile/InviteMembersForm.d.ts.map +1 -0
  147. package/dist/types/components/OrganizationProfile/InviteMembersScreen.d.ts +7 -0
  148. package/dist/types/components/OrganizationProfile/InviteMembersScreen.d.ts.map +1 -0
  149. package/dist/types/components/OrganizationProfile/InvitedMembersList.d.ts +2 -0
  150. package/dist/types/components/OrganizationProfile/InvitedMembersList.d.ts.map +1 -0
  151. package/dist/types/components/OrganizationProfile/MemberListTable.d.ts +32 -0
  152. package/dist/types/components/OrganizationProfile/MemberListTable.d.ts.map +1 -0
  153. package/dist/types/components/OrganizationProfile/MembersActions.d.ts +6 -0
  154. package/dist/types/components/OrganizationProfile/MembersActions.d.ts.map +1 -0
  155. package/dist/types/components/OrganizationProfile/MembersSearch.d.ts +27 -0
  156. package/dist/types/components/OrganizationProfile/MembersSearch.d.ts.map +1 -0
  157. package/dist/types/components/OrganizationProfile/MembershipWidget.d.ts +2 -0
  158. package/dist/types/components/OrganizationProfile/MembershipWidget.d.ts.map +1 -0
  159. package/dist/types/components/OrganizationProfile/OrganizationApiKeysPage.d.ts +2 -0
  160. package/dist/types/components/OrganizationProfile/OrganizationApiKeysPage.d.ts.map +1 -0
  161. package/dist/types/components/OrganizationProfile/OrganizationBillingPage.d.ts +2 -0
  162. package/dist/types/components/OrganizationProfile/OrganizationBillingPage.d.ts.map +1 -0
  163. package/dist/types/components/OrganizationProfile/OrganizationGeneralPage.d.ts +2 -0
  164. package/dist/types/components/OrganizationProfile/OrganizationGeneralPage.d.ts.map +1 -0
  165. package/dist/types/components/OrganizationProfile/OrganizationMembers.d.ts +3 -0
  166. package/dist/types/components/OrganizationProfile/OrganizationMembers.d.ts.map +1 -0
  167. package/dist/types/components/OrganizationProfile/OrganizationMembersTabInvitations.d.ts +2 -0
  168. package/dist/types/components/OrganizationProfile/OrganizationMembersTabInvitations.d.ts.map +1 -0
  169. package/dist/types/components/OrganizationProfile/OrganizationMembersTabRequests.d.ts +2 -0
  170. package/dist/types/components/OrganizationProfile/OrganizationMembersTabRequests.d.ts.map +1 -0
  171. package/dist/types/components/OrganizationProfile/OrganizationPaymentAttemptPage.d.ts +2 -0
  172. package/dist/types/components/OrganizationProfile/OrganizationPaymentAttemptPage.d.ts.map +1 -0
  173. package/dist/types/components/OrganizationProfile/OrganizationPlansPage.d.ts +2 -0
  174. package/dist/types/components/OrganizationProfile/OrganizationPlansPage.d.ts.map +1 -0
  175. package/dist/types/components/OrganizationProfile/OrganizationProfileAvatarUploader.d.ts +6 -0
  176. package/dist/types/components/OrganizationProfile/OrganizationProfileAvatarUploader.d.ts.map +1 -0
  177. package/dist/types/components/OrganizationProfile/OrganizationProfileNavbar.d.ts +5 -0
  178. package/dist/types/components/OrganizationProfile/OrganizationProfileNavbar.d.ts.map +1 -0
  179. package/dist/types/components/OrganizationProfile/OrganizationProfileRoutes.d.ts +2 -0
  180. package/dist/types/components/OrganizationProfile/OrganizationProfileRoutes.d.ts.map +1 -0
  181. package/dist/types/components/OrganizationProfile/OrganizationStatementPage.d.ts +2 -0
  182. package/dist/types/components/OrganizationProfile/OrganizationStatementPage.d.ts.map +1 -0
  183. package/dist/types/components/OrganizationProfile/ProfileForm.d.ts +3 -0
  184. package/dist/types/components/OrganizationProfile/ProfileForm.d.ts.map +1 -0
  185. package/dist/types/components/OrganizationProfile/RemoveDomainForm.d.ts +7 -0
  186. package/dist/types/components/OrganizationProfile/RemoveDomainForm.d.ts.map +1 -0
  187. package/dist/types/components/OrganizationProfile/RemoveDomainScreen.d.ts +6 -0
  188. package/dist/types/components/OrganizationProfile/RemoveDomainScreen.d.ts.map +1 -0
  189. package/dist/types/components/OrganizationProfile/RequestToJoinList.d.ts +2 -0
  190. package/dist/types/components/OrganizationProfile/RequestToJoinList.d.ts.map +1 -0
  191. package/dist/types/components/OrganizationProfile/VerifiedDomainForm.d.ts +8 -0
  192. package/dist/types/components/OrganizationProfile/VerifiedDomainForm.d.ts.map +1 -0
  193. package/dist/types/components/OrganizationProfile/VerifiedDomainScreen.d.ts +6 -0
  194. package/dist/types/components/OrganizationProfile/VerifiedDomainScreen.d.ts.map +1 -0
  195. package/dist/types/components/OrganizationProfile/VerifyDomainForm.d.ts +8 -0
  196. package/dist/types/components/OrganizationProfile/VerifyDomainForm.d.ts.map +1 -0
  197. package/dist/types/components/OrganizationProfile/VerifyDomainScreen.d.ts +6 -0
  198. package/dist/types/components/OrganizationProfile/VerifyDomainScreen.d.ts.map +1 -0
  199. package/dist/types/components/OrganizationProfile/index.d.ts +4 -0
  200. package/dist/types/components/OrganizationProfile/index.d.ts.map +1 -0
  201. package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherPopover.d.ts +9 -0
  202. package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherPopover.d.ts.map +1 -0
  203. package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherTrigger.d.ts +8 -0
  204. package/dist/types/components/OrganizationSwitcher/OrganizationSwitcherTrigger.d.ts.map +1 -0
  205. package/dist/types/components/OrganizationSwitcher/OtherOrganizationActions.d.ts +7 -0
  206. package/dist/types/components/OrganizationSwitcher/OtherOrganizationActions.d.ts.map +1 -0
  207. package/dist/types/components/OrganizationSwitcher/UserInvitationSuggestionList.d.ts +8 -0
  208. package/dist/types/components/OrganizationSwitcher/UserInvitationSuggestionList.d.ts.map +1 -0
  209. package/dist/types/components/OrganizationSwitcher/UserMembershipList.d.ts +8 -0
  210. package/dist/types/components/OrganizationSwitcher/UserMembershipList.d.ts.map +1 -0
  211. package/dist/types/components/OrganizationSwitcher/index.d.ts +2 -0
  212. package/dist/types/components/OrganizationSwitcher/index.d.ts.map +1 -0
  213. package/dist/types/components/OrganizationSwitcher/utils.d.ts +26 -0
  214. package/dist/types/components/OrganizationSwitcher/utils.d.ts.map +1 -0
  215. package/dist/types/components/PaymentAttempts/PaymentAttemptPage.d.ts +2 -0
  216. package/dist/types/components/PaymentAttempts/PaymentAttemptPage.d.ts.map +1 -0
  217. package/dist/types/components/PaymentAttempts/PaymentAttemptsList.d.ts +2 -0
  218. package/dist/types/components/PaymentAttempts/PaymentAttemptsList.d.ts.map +1 -0
  219. package/dist/types/components/PaymentAttempts/index.d.ts +3 -0
  220. package/dist/types/components/PaymentAttempts/index.d.ts.map +1 -0
  221. package/dist/types/components/PaymentMethods/AddPaymentMethod.d.ts +23 -0
  222. package/dist/types/components/PaymentMethods/AddPaymentMethod.d.ts.map +1 -0
  223. package/dist/types/components/PaymentMethods/PaymentElementSkeleton.d.ts +3 -0
  224. package/dist/types/components/PaymentMethods/PaymentElementSkeleton.d.ts.map +1 -0
  225. package/dist/types/components/PaymentMethods/PaymentMethodRow.d.ts +5 -0
  226. package/dist/types/components/PaymentMethods/PaymentMethodRow.d.ts.map +1 -0
  227. package/dist/types/components/PaymentMethods/PaymentMethods.d.ts +2 -0
  228. package/dist/types/components/PaymentMethods/PaymentMethods.d.ts.map +1 -0
  229. package/dist/types/components/PaymentMethods/TestPaymentMethod.d.ts +2 -0
  230. package/dist/types/components/PaymentMethods/TestPaymentMethod.d.ts.map +1 -0
  231. package/dist/types/components/PaymentMethods/index.d.ts +4 -0
  232. package/dist/types/components/PaymentMethods/index.d.ts.map +1 -0
  233. package/dist/types/components/Plans/PlanDetails.d.ts +3 -0
  234. package/dist/types/components/Plans/PlanDetails.d.ts.map +1 -0
  235. package/dist/types/components/PricingTable/PricingTable.d.ts +3 -0
  236. package/dist/types/components/PricingTable/PricingTable.d.ts.map +1 -0
  237. package/dist/types/components/PricingTable/PricingTableDefault.d.ts +13 -0
  238. package/dist/types/components/PricingTable/PricingTableDefault.d.ts.map +1 -0
  239. package/dist/types/components/PricingTable/PricingTableMatrix.d.ts +12 -0
  240. package/dist/types/components/PricingTable/PricingTableMatrix.d.ts.map +1 -0
  241. package/dist/types/components/PricingTable/index.d.ts +2 -0
  242. package/dist/types/components/PricingTable/index.d.ts.map +1 -0
  243. package/dist/types/components/PricingTable/utils/pricing-footer-state.d.ts +14 -0
  244. package/dist/types/components/PricingTable/utils/pricing-footer-state.d.ts.map +1 -0
  245. package/dist/types/components/SessionTasks/index.d.ts +9 -0
  246. package/dist/types/components/SessionTasks/index.d.ts.map +1 -0
  247. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/ChooseOrganizationScreen.d.ts +6 -0
  248. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/ChooseOrganizationScreen.d.ts.map +1 -0
  249. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/CreateOrganizationScreen.d.ts +6 -0
  250. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/CreateOrganizationScreen.d.ts.map +1 -0
  251. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/index.d.ts +2 -0
  252. package/dist/types/components/SessionTasks/tasks/TaskChooseOrganization/index.d.ts.map +1 -0
  253. package/dist/types/components/SessionTasks/tasks/withTaskGuard.d.ts +7 -0
  254. package/dist/types/components/SessionTasks/tasks/withTaskGuard.d.ts.map +1 -0
  255. package/dist/types/components/SignIn/AlternativeMethods.d.ts +18 -0
  256. package/dist/types/components/SignIn/AlternativeMethods.d.ts.map +1 -0
  257. package/dist/types/components/SignIn/HavingTrouble.d.ts +4 -0
  258. package/dist/types/components/SignIn/HavingTrouble.d.ts.map +1 -0
  259. package/dist/types/components/SignIn/ResetPassword.d.ts +2 -0
  260. package/dist/types/components/SignIn/ResetPassword.d.ts.map +1 -0
  261. package/dist/types/components/SignIn/ResetPasswordSuccess.d.ts +2 -0
  262. package/dist/types/components/SignIn/ResetPasswordSuccess.d.ts.map +1 -0
  263. package/dist/types/components/SignIn/SignInAccountSwitcher.d.ts +5 -0
  264. package/dist/types/components/SignIn/SignInAccountSwitcher.d.ts.map +1 -0
  265. package/dist/types/components/SignIn/SignInAlternativePhoneCodePhoneNumberCard.d.ts +11 -0
  266. package/dist/types/components/SignIn/SignInAlternativePhoneCodePhoneNumberCard.d.ts.map +1 -0
  267. package/dist/types/components/SignIn/SignInFactorOne.d.ts +5 -0
  268. package/dist/types/components/SignIn/SignInFactorOne.d.ts.map +1 -0
  269. package/dist/types/components/SignIn/SignInFactorOneAlternativeChannelCodeForm.d.ts +17 -0
  270. package/dist/types/components/SignIn/SignInFactorOneAlternativeChannelCodeForm.d.ts.map +1 -0
  271. package/dist/types/components/SignIn/SignInFactorOneAlternativePhoneCodeCard.d.ts +8 -0
  272. package/dist/types/components/SignIn/SignInFactorOneAlternativePhoneCodeCard.d.ts.map +1 -0
  273. package/dist/types/components/SignIn/SignInFactorOneCodeForm.d.ts +16 -0
  274. package/dist/types/components/SignIn/SignInFactorOneCodeForm.d.ts.map +1 -0
  275. package/dist/types/components/SignIn/SignInFactorOneEmailCodeCard.d.ts +8 -0
  276. package/dist/types/components/SignIn/SignInFactorOneEmailCodeCard.d.ts.map +1 -0
  277. package/dist/types/components/SignIn/SignInFactorOneEmailLinkCard.d.ts +10 -0
  278. package/dist/types/components/SignIn/SignInFactorOneEmailLinkCard.d.ts.map +1 -0
  279. package/dist/types/components/SignIn/SignInFactorOneEnterpriseConnections.d.ts +3 -0
  280. package/dist/types/components/SignIn/SignInFactorOneEnterpriseConnections.d.ts.map +1 -0
  281. package/dist/types/components/SignIn/SignInFactorOneForgotPasswordCard.d.ts +8 -0
  282. package/dist/types/components/SignIn/SignInFactorOneForgotPasswordCard.d.ts.map +1 -0
  283. package/dist/types/components/SignIn/SignInFactorOnePasskey.d.ts +9 -0
  284. package/dist/types/components/SignIn/SignInFactorOnePasskey.d.ts.map +1 -0
  285. package/dist/types/components/SignIn/SignInFactorOnePasswordCard.d.ts +9 -0
  286. package/dist/types/components/SignIn/SignInFactorOnePasswordCard.d.ts.map +1 -0
  287. package/dist/types/components/SignIn/SignInFactorOnePhoneCodeCard.d.ts +8 -0
  288. package/dist/types/components/SignIn/SignInFactorOnePhoneCodeCard.d.ts.map +1 -0
  289. package/dist/types/components/SignIn/SignInFactorTwo.d.ts +5 -0
  290. package/dist/types/components/SignIn/SignInFactorTwo.d.ts.map +1 -0
  291. package/dist/types/components/SignIn/SignInFactorTwoAlternativeMethods.d.ts +10 -0
  292. package/dist/types/components/SignIn/SignInFactorTwoAlternativeMethods.d.ts.map +1 -0
  293. package/dist/types/components/SignIn/SignInFactorTwoBackupCodeCard.d.ts +7 -0
  294. package/dist/types/components/SignIn/SignInFactorTwoBackupCodeCard.d.ts.map +1 -0
  295. package/dist/types/components/SignIn/SignInFactorTwoCodeForm.d.ts +18 -0
  296. package/dist/types/components/SignIn/SignInFactorTwoCodeForm.d.ts.map +1 -0
  297. package/dist/types/components/SignIn/SignInFactorTwoPhoneCodeCard.d.ts +8 -0
  298. package/dist/types/components/SignIn/SignInFactorTwoPhoneCodeCard.d.ts.map +1 -0
  299. package/dist/types/components/SignIn/SignInFactorTwoTOTPCard.d.ts +8 -0
  300. package/dist/types/components/SignIn/SignInFactorTwoTOTPCard.d.ts.map +1 -0
  301. package/dist/types/components/SignIn/SignInSSOCallback.d.ts +5 -0
  302. package/dist/types/components/SignIn/SignInSSOCallback.d.ts.map +1 -0
  303. package/dist/types/components/SignIn/SignInSocialButtons.d.ts +8 -0
  304. package/dist/types/components/SignIn/SignInSocialButtons.d.ts.map +1 -0
  305. package/dist/types/components/SignIn/SignInStart.d.ts +5 -0
  306. package/dist/types/components/SignIn/SignInStart.d.ts.map +1 -0
  307. package/dist/types/components/SignIn/handleCombinedFlowTransfer.d.ts +28 -0
  308. package/dist/types/components/SignIn/handleCombinedFlowTransfer.d.ts.map +1 -0
  309. package/dist/types/components/SignIn/index.d.ts +5 -0
  310. package/dist/types/components/SignIn/index.d.ts.map +1 -0
  311. package/dist/types/components/SignIn/lazy-sign-up.d.ts +27 -0
  312. package/dist/types/components/SignIn/lazy-sign-up.d.ts.map +1 -0
  313. package/dist/types/components/SignIn/shared.d.ts +15 -0
  314. package/dist/types/components/SignIn/shared.d.ts.map +1 -0
  315. package/dist/types/components/SignIn/useResetPasswordFactor.d.ts +3 -0
  316. package/dist/types/components/SignIn/useResetPasswordFactor.d.ts.map +1 -0
  317. package/dist/types/components/SignIn/utils.d.ts +11 -0
  318. package/dist/types/components/SignIn/utils.d.ts.map +1 -0
  319. package/dist/types/components/SignIn/withHavingTrouble.d.ts +4 -0
  320. package/dist/types/components/SignIn/withHavingTrouble.d.ts.map +1 -0
  321. package/dist/types/components/SignUp/SignUpContinue.d.ts +2 -0
  322. package/dist/types/components/SignUp/SignUpContinue.d.ts.map +1 -0
  323. package/dist/types/components/SignUp/SignUpEmailCodeCard.d.ts +2 -0
  324. package/dist/types/components/SignUp/SignUpEmailCodeCard.d.ts.map +1 -0
  325. package/dist/types/components/SignUp/SignUpEmailLinkCard.d.ts +2 -0
  326. package/dist/types/components/SignUp/SignUpEmailLinkCard.d.ts.map +1 -0
  327. package/dist/types/components/SignUp/SignUpEnterpriseConnections.d.ts +8 -0
  328. package/dist/types/components/SignUp/SignUpEnterpriseConnections.d.ts.map +1 -0
  329. package/dist/types/components/SignUp/SignUpForm.d.ts +14 -0
  330. package/dist/types/components/SignUp/SignUpForm.d.ts.map +1 -0
  331. package/dist/types/components/SignUp/SignUpPhoneCodeCard.d.ts +2 -0
  332. package/dist/types/components/SignUp/SignUpPhoneCodeCard.d.ts.map +1 -0
  333. package/dist/types/components/SignUp/SignUpRestrictedAccess.d.ts +2 -0
  334. package/dist/types/components/SignUp/SignUpRestrictedAccess.d.ts.map +1 -0
  335. package/dist/types/components/SignUp/SignUpSSOCallback.d.ts +5 -0
  336. package/dist/types/components/SignUp/SignUpSSOCallback.d.ts.map +1 -0
  337. package/dist/types/components/SignUp/SignUpSocialButtons.d.ts +10 -0
  338. package/dist/types/components/SignUp/SignUpSocialButtons.d.ts.map +1 -0
  339. package/dist/types/components/SignUp/SignUpStart.d.ts +5 -0
  340. package/dist/types/components/SignUp/SignUpStart.d.ts.map +1 -0
  341. package/dist/types/components/SignUp/SignUpStartAlternativePhoneCodePhoneNumberCard.d.ts +13 -0
  342. package/dist/types/components/SignUp/SignUpStartAlternativePhoneCodePhoneNumberCard.d.ts.map +1 -0
  343. package/dist/types/components/SignUp/SignUpVerificationCodeForm.d.ts +18 -0
  344. package/dist/types/components/SignUp/SignUpVerificationCodeForm.d.ts.map +1 -0
  345. package/dist/types/components/SignUp/SignUpVerifyEmail.d.ts +2 -0
  346. package/dist/types/components/SignUp/SignUpVerifyEmail.d.ts.map +1 -0
  347. package/dist/types/components/SignUp/SignUpVerifyPhone.d.ts +2 -0
  348. package/dist/types/components/SignUp/SignUpVerifyPhone.d.ts.map +1 -0
  349. package/dist/types/components/SignUp/index.d.ts +11 -0
  350. package/dist/types/components/SignUp/index.d.ts.map +1 -0
  351. package/dist/types/components/SignUp/signUpFormHelpers.d.ts +49 -0
  352. package/dist/types/components/SignUp/signUpFormHelpers.d.ts.map +1 -0
  353. package/dist/types/components/SignUp/util.d.ts +2 -0
  354. package/dist/types/components/SignUp/util.d.ts.map +1 -0
  355. package/dist/types/components/Statements/Statement.d.ts +61 -0
  356. package/dist/types/components/Statements/Statement.d.ts.map +1 -0
  357. package/dist/types/components/Statements/StatementPage.d.ts +2 -0
  358. package/dist/types/components/Statements/StatementPage.d.ts.map +1 -0
  359. package/dist/types/components/Statements/StatementsList.d.ts +2 -0
  360. package/dist/types/components/Statements/StatementsList.d.ts.map +1 -0
  361. package/dist/types/components/Statements/index.d.ts +3 -0
  362. package/dist/types/components/Statements/index.d.ts.map +1 -0
  363. package/dist/types/components/SubscriptionDetails/index.d.ts +3 -0
  364. package/dist/types/components/SubscriptionDetails/index.d.ts.map +1 -0
  365. package/dist/types/components/Subscriptions/SubscriptionsList.d.ts +8 -0
  366. package/dist/types/components/Subscriptions/SubscriptionsList.d.ts.map +1 -0
  367. package/dist/types/components/Subscriptions/badge.d.ts +11 -0
  368. package/dist/types/components/Subscriptions/badge.d.ts.map +1 -0
  369. package/dist/types/components/Subscriptions/index.d.ts +2 -0
  370. package/dist/types/components/Subscriptions/index.d.ts.map +1 -0
  371. package/dist/types/components/UserAvatar/index.d.ts +4 -0
  372. package/dist/types/components/UserAvatar/index.d.ts.map +1 -0
  373. package/dist/types/components/UserButton/SessionActions.d.ts +38 -0
  374. package/dist/types/components/UserButton/SessionActions.d.ts.map +1 -0
  375. package/dist/types/components/UserButton/UserButtonPopover.d.ts +9 -0
  376. package/dist/types/components/UserButton/UserButtonPopover.d.ts.map +1 -0
  377. package/dist/types/components/UserButton/UserButtonTopLevelIdentifier.d.ts +6 -0
  378. package/dist/types/components/UserButton/UserButtonTopLevelIdentifier.d.ts.map +1 -0
  379. package/dist/types/components/UserButton/UserButtonTrigger.d.ts +8 -0
  380. package/dist/types/components/UserButton/UserButtonTrigger.d.ts.map +1 -0
  381. package/dist/types/components/UserButton/index.d.ts +2 -0
  382. package/dist/types/components/UserButton/index.d.ts.map +1 -0
  383. package/dist/types/components/UserButton/useMultisessionActions.d.ts +23 -0
  384. package/dist/types/components/UserButton/useMultisessionActions.d.ts.map +1 -0
  385. package/dist/types/components/UserProfile/AccountPage.d.ts +2 -0
  386. package/dist/types/components/UserProfile/AccountPage.d.ts.map +1 -0
  387. package/dist/types/components/UserProfile/ActiveDevicesSection.d.ts +2 -0
  388. package/dist/types/components/UserProfile/ActiveDevicesSection.d.ts.map +1 -0
  389. package/dist/types/components/UserProfile/AddAuthenticatorApp.d.ts +8 -0
  390. package/dist/types/components/UserProfile/AddAuthenticatorApp.d.ts.map +1 -0
  391. package/dist/types/components/UserProfile/ApiKeysPage.d.ts +2 -0
  392. package/dist/types/components/UserProfile/ApiKeysPage.d.ts.map +1 -0
  393. package/dist/types/components/UserProfile/BillingPage.d.ts +2 -0
  394. package/dist/types/components/UserProfile/BillingPage.d.ts.map +1 -0
  395. package/dist/types/components/UserProfile/ConnectedAccountsMenu.d.ts +4 -0
  396. package/dist/types/components/UserProfile/ConnectedAccountsMenu.d.ts.map +1 -0
  397. package/dist/types/components/UserProfile/ConnectedAccountsSection.d.ts +4 -0
  398. package/dist/types/components/UserProfile/ConnectedAccountsSection.d.ts.map +1 -0
  399. package/dist/types/components/UserProfile/DeleteSection.d.ts +2 -0
  400. package/dist/types/components/UserProfile/DeleteSection.d.ts.map +1 -0
  401. package/dist/types/components/UserProfile/DeleteUserForm.d.ts +3 -0
  402. package/dist/types/components/UserProfile/DeleteUserForm.d.ts.map +1 -0
  403. package/dist/types/components/UserProfile/EmailForm.d.ts +11 -0
  404. package/dist/types/components/UserProfile/EmailForm.d.ts.map +1 -0
  405. package/dist/types/components/UserProfile/EmailsSection.d.ts +4 -0
  406. package/dist/types/components/UserProfile/EmailsSection.d.ts.map +1 -0
  407. package/dist/types/components/UserProfile/EnterpriseAccountsSection.d.ts +2 -0
  408. package/dist/types/components/UserProfile/EnterpriseAccountsSection.d.ts.map +1 -0
  409. package/dist/types/components/UserProfile/LinkButtonWithDescription.d.ts +13 -0
  410. package/dist/types/components/UserProfile/LinkButtonWithDescription.d.ts.map +1 -0
  411. package/dist/types/components/UserProfile/MfaBackupCodeCreateForm.d.ts +3 -0
  412. package/dist/types/components/UserProfile/MfaBackupCodeCreateForm.d.ts.map +1 -0
  413. package/dist/types/components/UserProfile/MfaBackupCodeList.d.ts +8 -0
  414. package/dist/types/components/UserProfile/MfaBackupCodeList.d.ts.map +1 -0
  415. package/dist/types/components/UserProfile/MfaBackupCodeScreen.d.ts +3 -0
  416. package/dist/types/components/UserProfile/MfaBackupCodeScreen.d.ts.map +1 -0
  417. package/dist/types/components/UserProfile/MfaBackupCodeTile.d.ts +4 -0
  418. package/dist/types/components/UserProfile/MfaBackupCodeTile.d.ts.map +1 -0
  419. package/dist/types/components/UserProfile/MfaForm.d.ts +8 -0
  420. package/dist/types/components/UserProfile/MfaForm.d.ts.map +1 -0
  421. package/dist/types/components/UserProfile/MfaPhoneCodeScreen.d.ts +12 -0
  422. package/dist/types/components/UserProfile/MfaPhoneCodeScreen.d.ts.map +1 -0
  423. package/dist/types/components/UserProfile/MfaScreens.d.ts +13 -0
  424. package/dist/types/components/UserProfile/MfaScreens.d.ts.map +1 -0
  425. package/dist/types/components/UserProfile/MfaSection.d.ts +2 -0
  426. package/dist/types/components/UserProfile/MfaSection.d.ts.map +1 -0
  427. package/dist/types/components/UserProfile/MfaTOTPScreen.d.ts +3 -0
  428. package/dist/types/components/UserProfile/MfaTOTPScreen.d.ts.map +1 -0
  429. package/dist/types/components/UserProfile/PasskeySection.d.ts +10 -0
  430. package/dist/types/components/UserProfile/PasskeySection.d.ts.map +1 -0
  431. package/dist/types/components/UserProfile/PasswordForm.d.ts +3 -0
  432. package/dist/types/components/UserProfile/PasswordForm.d.ts.map +1 -0
  433. package/dist/types/components/UserProfile/PasswordSection.d.ts +2 -0
  434. package/dist/types/components/UserProfile/PasswordSection.d.ts.map +1 -0
  435. package/dist/types/components/UserProfile/PhoneForm.d.ts +21 -0
  436. package/dist/types/components/UserProfile/PhoneForm.d.ts.map +1 -0
  437. package/dist/types/components/UserProfile/PhoneSection.d.ts +4 -0
  438. package/dist/types/components/UserProfile/PhoneSection.d.ts.map +1 -0
  439. package/dist/types/components/UserProfile/PlansPage.d.ts +2 -0
  440. package/dist/types/components/UserProfile/PlansPage.d.ts.map +1 -0
  441. package/dist/types/components/UserProfile/ProfileForm.d.ts +3 -0
  442. package/dist/types/components/UserProfile/ProfileForm.d.ts.map +1 -0
  443. package/dist/types/components/UserProfile/RemoveResourceForm.d.ts +30 -0
  444. package/dist/types/components/UserProfile/RemoveResourceForm.d.ts.map +1 -0
  445. package/dist/types/components/UserProfile/SecurityPage.d.ts +2 -0
  446. package/dist/types/components/UserProfile/SecurityPage.d.ts.map +1 -0
  447. package/dist/types/components/UserProfile/UserProfileAvatarUploader.d.ts +6 -0
  448. package/dist/types/components/UserProfile/UserProfileAvatarUploader.d.ts.map +1 -0
  449. package/dist/types/components/UserProfile/UserProfileNavbar.d.ts +5 -0
  450. package/dist/types/components/UserProfile/UserProfileNavbar.d.ts.map +1 -0
  451. package/dist/types/components/UserProfile/UserProfileRoutes.d.ts +2 -0
  452. package/dist/types/components/UserProfile/UserProfileRoutes.d.ts.map +1 -0
  453. package/dist/types/components/UserProfile/UserProfileSection.d.ts +2 -0
  454. package/dist/types/components/UserProfile/UserProfileSection.d.ts.map +1 -0
  455. package/dist/types/components/UserProfile/UsernameForm.d.ts +3 -0
  456. package/dist/types/components/UserProfile/UsernameForm.d.ts.map +1 -0
  457. package/dist/types/components/UserProfile/UsernameSection.d.ts +2 -0
  458. package/dist/types/components/UserProfile/UsernameSection.d.ts.map +1 -0
  459. package/dist/types/components/UserProfile/VerifyTOTP.d.ts +9 -0
  460. package/dist/types/components/UserProfile/VerifyTOTP.d.ts.map +1 -0
  461. package/dist/types/components/UserProfile/VerifyWithCode.d.ts +11 -0
  462. package/dist/types/components/UserProfile/VerifyWithCode.d.ts.map +1 -0
  463. package/dist/types/components/UserProfile/VerifyWithEnterpriseConnection.d.ts +9 -0
  464. package/dist/types/components/UserProfile/VerifyWithEnterpriseConnection.d.ts.map +1 -0
  465. package/dist/types/components/UserProfile/VerifyWithLink.d.ts +10 -0
  466. package/dist/types/components/UserProfile/VerifyWithLink.d.ts.map +1 -0
  467. package/dist/types/components/UserProfile/Web3Form.d.ts +4 -0
  468. package/dist/types/components/UserProfile/Web3Form.d.ts.map +1 -0
  469. package/dist/types/components/UserProfile/Web3Section.d.ts +4 -0
  470. package/dist/types/components/UserProfile/Web3Section.d.ts.map +1 -0
  471. package/dist/types/components/UserProfile/index.d.ts +4 -0
  472. package/dist/types/components/UserProfile/index.d.ts.map +1 -0
  473. package/dist/types/components/UserProfile/utils.d.ts +12 -0
  474. package/dist/types/components/UserProfile/utils.d.ts.map +1 -0
  475. package/dist/types/components/UserVerification/AlternativeMethods.d.ts +15 -0
  476. package/dist/types/components/UserVerification/AlternativeMethods.d.ts.map +1 -0
  477. package/dist/types/components/UserVerification/HavingTrouble.d.ts +4 -0
  478. package/dist/types/components/UserVerification/HavingTrouble.d.ts.map +1 -0
  479. package/dist/types/components/UserVerification/UVFactorOneCodeForm.d.ts +16 -0
  480. package/dist/types/components/UserVerification/UVFactorOneCodeForm.d.ts.map +1 -0
  481. package/dist/types/components/UserVerification/UVFactorOneEmailCodeCard.d.ts +8 -0
  482. package/dist/types/components/UserVerification/UVFactorOneEmailCodeCard.d.ts.map +1 -0
  483. package/dist/types/components/UserVerification/UVFactorOnePasskeysCard.d.ts +7 -0
  484. package/dist/types/components/UserVerification/UVFactorOnePasskeysCard.d.ts.map +1 -0
  485. package/dist/types/components/UserVerification/UVFactorOnePhoneCodeCard.d.ts +8 -0
  486. package/dist/types/components/UserVerification/UVFactorOnePhoneCodeCard.d.ts.map +1 -0
  487. package/dist/types/components/UserVerification/UVFactorTwoAlternativeMethods.d.ts +11 -0
  488. package/dist/types/components/UserVerification/UVFactorTwoAlternativeMethods.d.ts.map +1 -0
  489. package/dist/types/components/UserVerification/UVFactorTwoBackupCodeCard.d.ts +7 -0
  490. package/dist/types/components/UserVerification/UVFactorTwoBackupCodeCard.d.ts.map +1 -0
  491. package/dist/types/components/UserVerification/UVFactorTwoCodeForm.d.ts +19 -0
  492. package/dist/types/components/UserVerification/UVFactorTwoCodeForm.d.ts.map +1 -0
  493. package/dist/types/components/UserVerification/UVFactorTwoPhoneCodeCard.d.ts +8 -0
  494. package/dist/types/components/UserVerification/UVFactorTwoPhoneCodeCard.d.ts.map +1 -0
  495. package/dist/types/components/UserVerification/UserVerificationFactorOne.d.ts +4 -0
  496. package/dist/types/components/UserVerification/UserVerificationFactorOne.d.ts.map +1 -0
  497. package/dist/types/components/UserVerification/UserVerificationFactorOnePassword.d.ts +7 -0
  498. package/dist/types/components/UserVerification/UserVerificationFactorOnePassword.d.ts.map +1 -0
  499. package/dist/types/components/UserVerification/UserVerificationFactorTwo.d.ts +4 -0
  500. package/dist/types/components/UserVerification/UserVerificationFactorTwo.d.ts.map +1 -0
  501. package/dist/types/components/UserVerification/UserVerificationFactorTwoTOTP.d.ts +8 -0
  502. package/dist/types/components/UserVerification/UserVerificationFactorTwoTOTP.d.ts.map +1 -0
  503. package/dist/types/components/UserVerification/index.d.ts +6 -0
  504. package/dist/types/components/UserVerification/index.d.ts.map +1 -0
  505. package/dist/types/components/UserVerification/use-after-verification.d.ts +6 -0
  506. package/dist/types/components/UserVerification/use-after-verification.d.ts.map +1 -0
  507. package/dist/types/components/UserVerification/useReverificationAlternativeStrategies.d.ts +11 -0
  508. package/dist/types/components/UserVerification/useReverificationAlternativeStrategies.d.ts.map +1 -0
  509. package/dist/types/components/UserVerification/useUserVerificationSession.d.ts +17 -0
  510. package/dist/types/components/UserVerification/useUserVerificationSession.d.ts.map +1 -0
  511. package/dist/types/components/UserVerification/utils.d.ts +3 -0
  512. package/dist/types/components/UserVerification/utils.d.ts.map +1 -0
  513. package/dist/types/components/UserVerification/withHavingTrouble.d.ts +4 -0
  514. package/dist/types/components/UserVerification/withHavingTrouble.d.ts.map +1 -0
  515. package/dist/types/components/Waitlist/WaitlistForm.d.ts +8 -0
  516. package/dist/types/components/Waitlist/WaitlistForm.d.ts.map +1 -0
  517. package/dist/types/components/Waitlist/index.d.ts +4 -0
  518. package/dist/types/components/Waitlist/index.d.ts.map +1 -0
  519. package/dist/types/components/Waitlist/waitlistFormHelpers.d.ts +10 -0
  520. package/dist/types/components/Waitlist/waitlistFormHelpers.d.ts.map +1 -0
  521. package/dist/types/components/prefetch-organization-list.d.ts +2 -0
  522. package/dist/types/components/prefetch-organization-list.d.ts.map +1 -0
  523. package/dist/types/constants.d.ts +19 -0
  524. package/dist/types/constants.d.ts.map +1 -0
  525. package/dist/types/contexts/AcceptedUserInvitations.d.ts +19 -0
  526. package/dist/types/contexts/AcceptedUserInvitations.d.ts.map +1 -0
  527. package/dist/types/contexts/ClerkUIComponentsContext.d.ts +9 -0
  528. package/dist/types/contexts/ClerkUIComponentsContext.d.ts.map +1 -0
  529. package/dist/types/contexts/CoreClerkContextWrapper.d.ts +10 -0
  530. package/dist/types/contexts/CoreClerkContextWrapper.d.ts.map +1 -0
  531. package/dist/types/contexts/CoreClientContext.d.ts +4 -0
  532. package/dist/types/contexts/CoreClientContext.d.ts.map +1 -0
  533. package/dist/types/contexts/CoreSessionContext.d.ts +3 -0
  534. package/dist/types/contexts/CoreSessionContext.d.ts.map +1 -0
  535. package/dist/types/contexts/CoreUserContext.d.ts +3 -0
  536. package/dist/types/contexts/CoreUserContext.d.ts.map +1 -0
  537. package/dist/types/contexts/EnvironmentContext.d.ts +10 -0
  538. package/dist/types/contexts/EnvironmentContext.d.ts.map +1 -0
  539. package/dist/types/contexts/OptionsContext.d.ts +11 -0
  540. package/dist/types/contexts/OptionsContext.d.ts.map +1 -0
  541. package/dist/types/contexts/components/ApiKeys.d.ts +11 -0
  542. package/dist/types/contexts/components/ApiKeys.d.ts.map +1 -0
  543. package/dist/types/contexts/components/Checkout.d.ts +15 -0
  544. package/dist/types/contexts/components/Checkout.d.ts.map +1 -0
  545. package/dist/types/contexts/components/CreateOrganization.d.ts +25 -0
  546. package/dist/types/contexts/components/CreateOrganization.d.ts.map +1 -0
  547. package/dist/types/contexts/components/GoogleOneTap.d.ts +14 -0
  548. package/dist/types/contexts/components/GoogleOneTap.d.ts.map +1 -0
  549. package/dist/types/contexts/components/OAuthConsent.d.ts +4 -0
  550. package/dist/types/contexts/components/OAuthConsent.d.ts.map +1 -0
  551. package/dist/types/contexts/components/OrganizationList.d.ts +18 -0
  552. package/dist/types/contexts/components/OrganizationList.d.ts.map +1 -0
  553. package/dist/types/contexts/components/OrganizationProfile.d.ts +22 -0
  554. package/dist/types/contexts/components/OrganizationProfile.d.ts.map +1 -0
  555. package/dist/types/contexts/components/OrganizationSwitcher.d.ts +97 -0
  556. package/dist/types/contexts/components/OrganizationSwitcher.d.ts.map +1 -0
  557. package/dist/types/contexts/components/Plans.d.ts +123 -0
  558. package/dist/types/contexts/components/Plans.d.ts.map +1 -0
  559. package/dist/types/contexts/components/PricingTable.d.ts +14 -0
  560. package/dist/types/contexts/components/PricingTable.d.ts.map +1 -0
  561. package/dist/types/contexts/components/SessionTasks.d.ts +6 -0
  562. package/dist/types/contexts/components/SessionTasks.d.ts.map +1 -0
  563. package/dist/types/contexts/components/SignIn.d.ts +26 -0
  564. package/dist/types/contexts/components/SignIn.d.ts.map +1 -0
  565. package/dist/types/contexts/components/SignOut.d.ts +8 -0
  566. package/dist/types/contexts/components/SignOut.d.ts.map +1 -0
  567. package/dist/types/contexts/components/SignUp.d.ts +25 -0
  568. package/dist/types/contexts/components/SignUp.d.ts.map +1 -0
  569. package/dist/types/contexts/components/SubscriberType.d.ts +5 -0
  570. package/dist/types/contexts/components/SubscriberType.d.ts.map +1 -0
  571. package/dist/types/contexts/components/SubscriptionDetails.d.ts +11 -0
  572. package/dist/types/contexts/components/SubscriptionDetails.d.ts.map +1 -0
  573. package/dist/types/contexts/components/UserAvatar.d.ts +8 -0
  574. package/dist/types/contexts/components/UserAvatar.d.ts.map +1 -0
  575. package/dist/types/contexts/components/UserButton.d.ts +38 -0
  576. package/dist/types/contexts/components/UserButton.d.ts.map +1 -0
  577. package/dist/types/contexts/components/UserProfile.d.ts +20 -0
  578. package/dist/types/contexts/components/UserProfile.d.ts.map +1 -0
  579. package/dist/types/contexts/components/UserVerification.d.ts +5 -0
  580. package/dist/types/contexts/components/UserVerification.d.ts.map +1 -0
  581. package/dist/types/contexts/components/Waitlist.d.ts +9 -0
  582. package/dist/types/contexts/components/Waitlist.d.ts.map +1 -0
  583. package/dist/types/contexts/components/index.d.ts +21 -0
  584. package/dist/types/contexts/components/index.d.ts.map +1 -0
  585. package/dist/types/contexts/index.d.ts +9 -0
  586. package/dist/types/contexts/index.d.ts.map +1 -0
  587. package/dist/types/contexts/utils.d.ts +9 -0
  588. package/dist/types/contexts/utils.d.ts.map +1 -0
  589. package/dist/types/customizables/AppearanceContext.d.ts +7 -0
  590. package/dist/types/customizables/AppearanceContext.d.ts.map +1 -0
  591. package/dist/types/customizables/Flow.d.ts +15 -0
  592. package/dist/types/customizables/Flow.d.ts.map +1 -0
  593. package/dist/types/customizables/classGeneration.d.ts +13 -0
  594. package/dist/types/customizables/classGeneration.d.ts.map +1 -0
  595. package/dist/types/customizables/elementDescriptors.d.ts +37 -0
  596. package/dist/types/customizables/elementDescriptors.d.ts.map +1 -0
  597. package/dist/types/customizables/index.d.ts +361 -0
  598. package/dist/types/customizables/index.d.ts.map +1 -0
  599. package/dist/types/customizables/makeCustomizable.d.ts +42 -0
  600. package/dist/types/customizables/makeCustomizable.d.ts.map +1 -0
  601. package/dist/types/customizables/makeResponsive.d.ts +9 -0
  602. package/dist/types/customizables/makeResponsive.d.ts.map +1 -0
  603. package/dist/types/customizables/parseAppearance.d.ts +28 -0
  604. package/dist/types/customizables/parseAppearance.d.ts.map +1 -0
  605. package/dist/types/customizables/parseVariables.d.ts +30 -0
  606. package/dist/types/customizables/parseVariables.d.ts.map +1 -0
  607. package/dist/types/customizables/sanitizeDomProps.d.ts +7 -0
  608. package/dist/types/customizables/sanitizeDomProps.d.ts.map +1 -0
  609. package/dist/types/elements/Action/ActionCard.d.ts +8 -0
  610. package/dist/types/elements/Action/ActionCard.d.ts.map +1 -0
  611. package/dist/types/elements/Action/ActionClosed.d.ts +7 -0
  612. package/dist/types/elements/Action/ActionClosed.d.ts.map +1 -0
  613. package/dist/types/elements/Action/ActionOpen.d.ts +7 -0
  614. package/dist/types/elements/Action/ActionOpen.d.ts.map +1 -0
  615. package/dist/types/elements/Action/ActionRoot.d.ts +29 -0
  616. package/dist/types/elements/Action/ActionRoot.d.ts.map +1 -0
  617. package/dist/types/elements/Action/ActionTrigger.d.ts +8 -0
  618. package/dist/types/elements/Action/ActionTrigger.d.ts.map +1 -0
  619. package/dist/types/elements/Action/index.d.ts +34 -0
  620. package/dist/types/elements/Action/index.d.ts.map +1 -0
  621. package/dist/types/elements/Actions.d.ts +24 -0
  622. package/dist/types/elements/Actions.d.ts.map +1 -0
  623. package/dist/types/elements/Alert.d.ts +12 -0
  624. package/dist/types/elements/Alert.d.ts.map +1 -0
  625. package/dist/types/elements/Animated.d.ts +7 -0
  626. package/dist/types/elements/Animated.d.ts.map +1 -0
  627. package/dist/types/elements/ApplicationLogo.d.ts +25 -0
  628. package/dist/types/elements/ApplicationLogo.d.ts.map +1 -0
  629. package/dist/types/elements/ArrowBlockButton.d.ts +26 -0
  630. package/dist/types/elements/ArrowBlockButton.d.ts.map +1 -0
  631. package/dist/types/elements/Avatar.d.ts +17 -0
  632. package/dist/types/elements/Avatar.d.ts.map +1 -0
  633. package/dist/types/elements/AvatarUploader.d.ts +11 -0
  634. package/dist/types/elements/AvatarUploader.d.ts.map +1 -0
  635. package/dist/types/elements/BackLink.d.ts +10 -0
  636. package/dist/types/elements/BackLink.d.ts.map +1 -0
  637. package/dist/types/elements/Badge.d.ts +7 -0
  638. package/dist/types/elements/Badge.d.ts.map +1 -0
  639. package/dist/types/elements/CaptchaElement.d.ts +8 -0
  640. package/dist/types/elements/CaptchaElement.d.ts.map +1 -0
  641. package/dist/types/elements/Card/CardAction.d.ts +13 -0
  642. package/dist/types/elements/Card/CardAction.d.ts.map +1 -0
  643. package/dist/types/elements/Card/CardAlert.d.ts +5 -0
  644. package/dist/types/elements/Card/CardAlert.d.ts.map +1 -0
  645. package/dist/types/elements/Card/CardClerkAndPagesTag.d.ts +14 -0
  646. package/dist/types/elements/Card/CardClerkAndPagesTag.d.ts.map +1 -0
  647. package/dist/types/elements/Card/CardContent.d.ts +8 -0
  648. package/dist/types/elements/Card/CardContent.d.ts.map +1 -0
  649. package/dist/types/elements/Card/CardFooter.d.ts +10 -0
  650. package/dist/types/elements/Card/CardFooter.d.ts.map +1 -0
  651. package/dist/types/elements/Card/CardRoot.d.ts +9 -0
  652. package/dist/types/elements/Card/CardRoot.d.ts.map +1 -0
  653. package/dist/types/elements/Card/index.d.ts +46 -0
  654. package/dist/types/elements/Card/index.d.ts.map +1 -0
  655. package/dist/types/elements/ClipboardInput.d.ts +10 -0
  656. package/dist/types/elements/ClipboardInput.d.ts.map +1 -0
  657. package/dist/types/elements/CodeControl.d.ts +49 -0
  658. package/dist/types/elements/CodeControl.d.ts.map +1 -0
  659. package/dist/types/elements/DataTable.d.ts +21 -0
  660. package/dist/types/elements/DataTable.d.ts.map +1 -0
  661. package/dist/types/elements/DevModeNotice.d.ts +11 -0
  662. package/dist/types/elements/DevModeNotice.d.ts.map +1 -0
  663. package/dist/types/elements/Divider.d.ts +10 -0
  664. package/dist/types/elements/Divider.d.ts.map +1 -0
  665. package/dist/types/elements/Drawer.d.ts +87 -0
  666. package/dist/types/elements/Drawer.d.ts.map +1 -0
  667. package/dist/types/elements/ErrorCard.d.ts +12 -0
  668. package/dist/types/elements/ErrorCard.d.ts.map +1 -0
  669. package/dist/types/elements/FieldControl.d.ts +51 -0
  670. package/dist/types/elements/FieldControl.d.ts.map +1 -0
  671. package/dist/types/elements/Form.d.ts +47 -0
  672. package/dist/types/elements/Form.d.ts.map +1 -0
  673. package/dist/types/elements/FormButtons.d.ts +15 -0
  674. package/dist/types/elements/FormButtons.d.ts.map +1 -0
  675. package/dist/types/elements/FormContainer.d.ts +17 -0
  676. package/dist/types/elements/FormContainer.d.ts.map +1 -0
  677. package/dist/types/elements/FormControl.d.ts +14 -0
  678. package/dist/types/elements/FormControl.d.ts.map +1 -0
  679. package/dist/types/elements/FormattedPhoneNumber.d.ts +9 -0
  680. package/dist/types/elements/FormattedPhoneNumber.d.ts.map +1 -0
  681. package/dist/types/elements/FullHeightLoader.d.ts +2 -0
  682. package/dist/types/elements/FullHeightLoader.d.ts.map +1 -0
  683. package/dist/types/elements/Gauge.d.ts +10 -0
  684. package/dist/types/elements/Gauge.d.ts.map +1 -0
  685. package/dist/types/elements/Header.d.ts +15 -0
  686. package/dist/types/elements/Header.d.ts.map +1 -0
  687. package/dist/types/elements/IconButton.d.ts +9 -0
  688. package/dist/types/elements/IconButton.d.ts.map +1 -0
  689. package/dist/types/elements/IconCircle.d.ts +10 -0
  690. package/dist/types/elements/IconCircle.d.ts.map +1 -0
  691. package/dist/types/elements/IdentityPreview.d.ts +11 -0
  692. package/dist/types/elements/IdentityPreview.d.ts.map +1 -0
  693. package/dist/types/elements/InformationBox.d.ts +7 -0
  694. package/dist/types/elements/InformationBox.d.ts.map +1 -0
  695. package/dist/types/elements/InputGroup.d.ts +11 -0
  696. package/dist/types/elements/InputGroup.d.ts.map +1 -0
  697. package/dist/types/elements/InputWithIcon.d.ts +9 -0
  698. package/dist/types/elements/InputWithIcon.d.ts.map +1 -0
  699. package/dist/types/elements/InvisibleRootBox.d.ts +14 -0
  700. package/dist/types/elements/InvisibleRootBox.d.ts.map +1 -0
  701. package/dist/types/elements/LegalConsentCheckbox.d.ts +9 -0
  702. package/dist/types/elements/LegalConsentCheckbox.d.ts.map +1 -0
  703. package/dist/types/elements/LineItems.d.ts +52 -0
  704. package/dist/types/elements/LineItems.d.ts.map +1 -0
  705. package/dist/types/elements/LinkRenderer.d.ts +9 -0
  706. package/dist/types/elements/LinkRenderer.d.ts.map +1 -0
  707. package/dist/types/elements/LoadingCard.d.ts +4 -0
  708. package/dist/types/elements/LoadingCard.d.ts.map +1 -0
  709. package/dist/types/elements/Menu.d.ts +35 -0
  710. package/dist/types/elements/Menu.d.ts.map +1 -0
  711. package/dist/types/elements/Modal.d.ts +26 -0
  712. package/dist/types/elements/Modal.d.ts.map +1 -0
  713. package/dist/types/elements/Navbar.d.ts +37 -0
  714. package/dist/types/elements/Navbar.d.ts.map +1 -0
  715. package/dist/types/elements/OrganizationAvatar.d.ts +7 -0
  716. package/dist/types/elements/OrganizationAvatar.d.ts.map +1 -0
  717. package/dist/types/elements/OrganizationPreview.d.ts +18 -0
  718. package/dist/types/elements/OrganizationPreview.d.ts.map +1 -0
  719. package/dist/types/elements/Pagination.d.ts +24 -0
  720. package/dist/types/elements/Pagination.d.ts.map +1 -0
  721. package/dist/types/elements/PasswordInput.d.ts +15 -0
  722. package/dist/types/elements/PasswordInput.d.ts.map +1 -0
  723. package/dist/types/elements/PersonalWorkspacePreview.d.ts +3 -0
  724. package/dist/types/elements/PersonalWorkspacePreview.d.ts.map +1 -0
  725. package/dist/types/elements/PhoneInput/countryCodeData.d.ts +23 -0
  726. package/dist/types/elements/PhoneInput/countryCodeData.d.ts.map +1 -0
  727. package/dist/types/elements/PhoneInput/index.d.ts +14 -0
  728. package/dist/types/elements/PhoneInput/index.d.ts.map +1 -0
  729. package/dist/types/elements/PhoneInput/useFormattedPhoneNumber.d.ts +17 -0
  730. package/dist/types/elements/PhoneInput/useFormattedPhoneNumber.d.ts.map +1 -0
  731. package/dist/types/elements/Popover.d.ts +24 -0
  732. package/dist/types/elements/Popover.d.ts.map +1 -0
  733. package/dist/types/elements/PopoverCard.d.ts +17 -0
  734. package/dist/types/elements/PopoverCard.d.ts.map +1 -0
  735. package/dist/types/elements/Portal.d.ts +5 -0
  736. package/dist/types/elements/Portal.d.ts.map +1 -0
  737. package/dist/types/elements/PreviewButton.d.ts +10 -0
  738. package/dist/types/elements/PreviewButton.d.ts.map +1 -0
  739. package/dist/types/elements/ProfileCard/ProfileCardContent.d.ts +8 -0
  740. package/dist/types/elements/ProfileCard/ProfileCardContent.d.ts.map +1 -0
  741. package/dist/types/elements/ProfileCard/ProfileCardRoot.d.ts +8 -0
  742. package/dist/types/elements/ProfileCard/ProfileCardRoot.d.ts.map +1 -0
  743. package/dist/types/elements/ProfileCard/index.d.ts +15 -0
  744. package/dist/types/elements/ProfileCard/index.d.ts.map +1 -0
  745. package/dist/types/elements/RadioGroup.d.ts +12 -0
  746. package/dist/types/elements/RadioGroup.d.ts.map +1 -0
  747. package/dist/types/elements/ReversibleContainer.d.ts +3 -0
  748. package/dist/types/elements/ReversibleContainer.d.ts.map +1 -0
  749. package/dist/types/elements/RootBox.d.ts +4 -0
  750. package/dist/types/elements/RootBox.d.ts.map +1 -0
  751. package/dist/types/elements/RouterLink.d.ts +8 -0
  752. package/dist/types/elements/RouterLink.d.ts.map +1 -0
  753. package/dist/types/elements/Section.d.ts +61 -0
  754. package/dist/types/elements/Section.d.ts.map +1 -0
  755. package/dist/types/elements/SegmentedControl.d.ts +25 -0
  756. package/dist/types/elements/SegmentedControl.d.ts.map +1 -0
  757. package/dist/types/elements/Select.d.ts +35 -0
  758. package/dist/types/elements/Select.d.ts.map +1 -0
  759. package/dist/types/elements/SocialButtons.d.ts +17 -0
  760. package/dist/types/elements/SocialButtons.d.ts.map +1 -0
  761. package/dist/types/elements/SuccessPage.d.ts +14 -0
  762. package/dist/types/elements/SuccessPage.d.ts.map +1 -0
  763. package/dist/types/elements/Switch.d.ts +12 -0
  764. package/dist/types/elements/Switch.d.ts.map +1 -0
  765. package/dist/types/elements/Tabs.d.ts +21 -0
  766. package/dist/types/elements/Tabs.d.ts.map +1 -0
  767. package/dist/types/elements/TagInput.d.ts +16 -0
  768. package/dist/types/elements/TagInput.d.ts.map +1 -0
  769. package/dist/types/elements/ThreeDotsMenu.d.ts +16 -0
  770. package/dist/types/elements/ThreeDotsMenu.d.ts.map +1 -0
  771. package/dist/types/elements/TimerButton.d.ts +10 -0
  772. package/dist/types/elements/TimerButton.d.ts.map +1 -0
  773. package/dist/types/elements/Tooltip.d.ts +122 -0
  774. package/dist/types/elements/Tooltip.d.ts.map +1 -0
  775. package/dist/types/elements/UserAvatar.d.ts +10 -0
  776. package/dist/types/elements/UserAvatar.d.ts.map +1 -0
  777. package/dist/types/elements/UserPreview.d.ts +35 -0
  778. package/dist/types/elements/UserPreview.d.ts.map +1 -0
  779. package/dist/types/elements/VerificationCodeCard.d.ts +20 -0
  780. package/dist/types/elements/VerificationCodeCard.d.ts.map +1 -0
  781. package/dist/types/elements/VerificationLinkCard.d.ts +23 -0
  782. package/dist/types/elements/VerificationLinkCard.d.ts.map +1 -0
  783. package/dist/types/elements/contexts/index.d.ts +31 -0
  784. package/dist/types/elements/contexts/index.d.ts.map +1 -0
  785. package/dist/types/elements/utils.d.ts +5 -0
  786. package/dist/types/elements/utils.d.ts.map +1 -0
  787. package/dist/types/elements/withAvatarShimmer.d.ts +11 -0
  788. package/dist/types/elements/withAvatarShimmer.d.ts.map +1 -0
  789. package/dist/types/foundations/borders.d.ts +9 -0
  790. package/dist/types/foundations/borders.d.ts.map +1 -0
  791. package/dist/types/foundations/colors.d.ts +205 -0
  792. package/dist/types/foundations/colors.d.ts.map +1 -0
  793. package/dist/types/foundations/createInternalTheme.d.ts +3 -0
  794. package/dist/types/foundations/createInternalTheme.d.ts.map +1 -0
  795. package/dist/types/foundations/defaultFoundations.d.ts +394 -0
  796. package/dist/types/foundations/defaultFoundations.d.ts.map +1 -0
  797. package/dist/types/foundations/index.d.ts +391 -0
  798. package/dist/types/foundations/index.d.ts.map +1 -0
  799. package/dist/types/foundations/opacity.d.ts +6 -0
  800. package/dist/types/foundations/opacity.d.ts.map +1 -0
  801. package/dist/types/foundations/shadows.d.ts +40 -0
  802. package/dist/types/foundations/shadows.d.ts.map +1 -0
  803. package/dist/types/foundations/sizes.d.ts +333 -0
  804. package/dist/types/foundations/sizes.d.ts.map +1 -0
  805. package/dist/types/foundations/transitions.d.ts +22 -0
  806. package/dist/types/foundations/transitions.d.ts.map +1 -0
  807. package/dist/types/foundations/typography.d.ts +40 -0
  808. package/dist/types/foundations/typography.d.ts.map +1 -0
  809. package/dist/types/foundations/zIndices.d.ts +8 -0
  810. package/dist/types/foundations/zIndices.d.ts.map +1 -0
  811. package/dist/types/hooks/index.d.ts +20 -0
  812. package/dist/types/hooks/index.d.ts.map +1 -0
  813. package/dist/types/hooks/useAlternativeStrategies.d.ts +10 -0
  814. package/dist/types/hooks/useAlternativeStrategies.d.ts.map +1 -0
  815. package/dist/types/hooks/useClerkModalStateParams.d.ts +13 -0
  816. package/dist/types/hooks/useClerkModalStateParams.d.ts.map +1 -0
  817. package/dist/types/hooks/useClipboard.d.ts +25 -0
  818. package/dist/types/hooks/useClipboard.d.ts.map +1 -0
  819. package/dist/types/hooks/useDebounce.d.ts +2 -0
  820. package/dist/types/hooks/useDebounce.d.ts.map +1 -0
  821. package/dist/types/hooks/useDevMode.d.ts +4 -0
  822. package/dist/types/hooks/useDevMode.d.ts.map +1 -0
  823. package/dist/types/hooks/useDirection.d.ts +2 -0
  824. package/dist/types/hooks/useDirection.d.ts.map +1 -0
  825. package/dist/types/hooks/useEmailLink.d.ts +9 -0
  826. package/dist/types/hooks/useEmailLink.d.ts.map +1 -0
  827. package/dist/types/hooks/useEnabledThirdPartyProviders.d.ts +25 -0
  828. package/dist/types/hooks/useEnabledThirdPartyProviders.d.ts.map +1 -0
  829. package/dist/types/hooks/useEnterpriseSSOLink.d.ts +5 -0
  830. package/dist/types/hooks/useEnterpriseSSOLink.d.ts.map +1 -0
  831. package/dist/types/hooks/useFetch.d.ts +40 -0
  832. package/dist/types/hooks/useFetch.d.ts.map +1 -0
  833. package/dist/types/hooks/useFetchRoles.d.ts +11 -0
  834. package/dist/types/hooks/useFetchRoles.d.ts.map +1 -0
  835. package/dist/types/hooks/useInView.d.ts +22 -0
  836. package/dist/types/hooks/useInView.d.ts.map +1 -0
  837. package/dist/types/hooks/useLoadingStatus.d.ts +15 -0
  838. package/dist/types/hooks/useLoadingStatus.d.ts.map +1 -0
  839. package/dist/types/hooks/useMultipleSessions.d.ts +10 -0
  840. package/dist/types/hooks/useMultipleSessions.d.ts.map +1 -0
  841. package/dist/types/hooks/useNavigateToFlowStart.d.ts +4 -0
  842. package/dist/types/hooks/useNavigateToFlowStart.d.ts.map +1 -0
  843. package/dist/types/hooks/useOrganizationListInView.d.ts +106 -0
  844. package/dist/types/hooks/useOrganizationListInView.d.ts.map +1 -0
  845. package/dist/types/hooks/usePassword.d.ts +13 -0
  846. package/dist/types/hooks/usePassword.d.ts.map +1 -0
  847. package/dist/types/hooks/usePasswordComplexity.d.ts +19 -0
  848. package/dist/types/hooks/usePasswordComplexity.d.ts.map +1 -0
  849. package/dist/types/hooks/usePopover.d.ts +53 -0
  850. package/dist/types/hooks/usePopover.d.ts.map +1 -0
  851. package/dist/types/hooks/usePrefersReducedMotion.d.ts +2 -0
  852. package/dist/types/hooks/usePrefersReducedMotion.d.ts.map +1 -0
  853. package/dist/types/hooks/usePreloadTasks.d.ts +6 -0
  854. package/dist/types/hooks/usePreloadTasks.d.ts.map +1 -0
  855. package/dist/types/hooks/useSafeState.d.ts +10 -0
  856. package/dist/types/hooks/useSafeState.d.ts.map +1 -0
  857. package/dist/types/hooks/useScrollLock.d.ts +5 -0
  858. package/dist/types/hooks/useScrollLock.d.ts.map +1 -0
  859. package/dist/types/hooks/useSearchInput.d.ts +13 -0
  860. package/dist/types/hooks/useSearchInput.d.ts.map +1 -0
  861. package/dist/types/hooks/useSetSessionWithTimeout.d.ts +2 -0
  862. package/dist/types/hooks/useSetSessionWithTimeout.d.ts.map +1 -0
  863. package/dist/types/hooks/useSupportEmail.d.ts +2 -0
  864. package/dist/types/hooks/useSupportEmail.d.ts.map +1 -0
  865. package/dist/types/hooks/useTabState.d.ts +9 -0
  866. package/dist/types/hooks/useTabState.d.ts.map +1 -0
  867. package/dist/types/hooks/useWindowEventListener.d.ts +4 -0
  868. package/dist/types/hooks/useWindowEventListener.d.ts.map +1 -0
  869. package/dist/types/icons/index.d.ts +75 -0
  870. package/dist/types/icons/index.d.ts.map +1 -0
  871. package/dist/types/index.browser.d.ts +2 -0
  872. package/dist/types/index.browser.d.ts.map +1 -0
  873. package/dist/types/index.d.ts +2 -0
  874. package/dist/types/index.d.ts.map +1 -0
  875. package/dist/types/internal.d.ts +2 -0
  876. package/dist/types/internal.d.ts.map +1 -0
  877. package/dist/types/lazyModules/MountedCheckoutDrawer.d.ts +10 -0
  878. package/dist/types/lazyModules/MountedCheckoutDrawer.d.ts.map +1 -0
  879. package/dist/types/lazyModules/MountedPlanDetailDrawer.d.ts +10 -0
  880. package/dist/types/lazyModules/MountedPlanDetailDrawer.d.ts.map +1 -0
  881. package/dist/types/lazyModules/MountedSubscriptionDetailDrawer.d.ts +10 -0
  882. package/dist/types/lazyModules/MountedSubscriptionDetailDrawer.d.ts.map +1 -0
  883. package/dist/types/lazyModules/common.d.ts +3 -0
  884. package/dist/types/lazyModules/common.d.ts.map +1 -0
  885. package/dist/types/lazyModules/components.d.ts +68 -0
  886. package/dist/types/lazyModules/components.d.ts.map +1 -0
  887. package/dist/types/lazyModules/drawers.d.ts +4 -0
  888. package/dist/types/lazyModules/drawers.d.ts.map +1 -0
  889. package/dist/types/lazyModules/providers.d.ts +81 -0
  890. package/dist/types/lazyModules/providers.d.ts.map +1 -0
  891. package/dist/types/localization/applyTokensToString.d.ts +13 -0
  892. package/dist/types/localization/applyTokensToString.d.ts.map +1 -0
  893. package/dist/types/localization/defaultEnglishResource.d.ts +2 -0
  894. package/dist/types/localization/defaultEnglishResource.d.ts.map +1 -0
  895. package/dist/types/localization/index.d.ts +5 -0
  896. package/dist/types/localization/index.d.ts.map +1 -0
  897. package/dist/types/localization/localizationKeys.d.ts +32 -0
  898. package/dist/types/localization/localizationKeys.d.ts.map +1 -0
  899. package/dist/types/localization/localizationModifiers.d.ts +11 -0
  900. package/dist/types/localization/localizationModifiers.d.ts.map +1 -0
  901. package/dist/types/localization/makeLocalizable.d.ts +15 -0
  902. package/dist/types/localization/makeLocalizable.d.ts.map +1 -0
  903. package/dist/types/localization/parseLocalization.d.ts +3 -0
  904. package/dist/types/localization/parseLocalization.d.ts.map +1 -0
  905. package/dist/types/portal/index.d.ts +26 -0
  906. package/dist/types/portal/index.d.ts.map +1 -0
  907. package/dist/types/primitives/Alert.d.ts +392 -0
  908. package/dist/types/primitives/Alert.d.ts.map +1 -0
  909. package/dist/types/primitives/AlertIcon.d.ts +394 -0
  910. package/dist/types/primitives/AlertIcon.d.ts.map +1 -0
  911. package/dist/types/primitives/Badge.d.ts +393 -0
  912. package/dist/types/primitives/Badge.d.ts.map +1 -0
  913. package/dist/types/primitives/Box.d.ts +390 -0
  914. package/dist/types/primitives/Box.d.ts.map +1 -0
  915. package/dist/types/primitives/Button.d.ts +37 -0
  916. package/dist/types/primitives/Button.d.ts.map +1 -0
  917. package/dist/types/primitives/Dd.d.ts +6 -0
  918. package/dist/types/primitives/Dd.d.ts.map +1 -0
  919. package/dist/types/primitives/Dl.d.ts +6 -0
  920. package/dist/types/primitives/Dl.d.ts.map +1 -0
  921. package/dist/types/primitives/Dt.d.ts +6 -0
  922. package/dist/types/primitives/Dt.d.ts.map +1 -0
  923. package/dist/types/primitives/Flex.d.ts +399 -0
  924. package/dist/types/primitives/Flex.d.ts.map +1 -0
  925. package/dist/types/primitives/Form.d.ts +6 -0
  926. package/dist/types/primitives/Form.d.ts.map +1 -0
  927. package/dist/types/primitives/FormErrorText.d.ts +5 -0
  928. package/dist/types/primitives/FormErrorText.d.ts.map +1 -0
  929. package/dist/types/primitives/FormInfoText.d.ts +4 -0
  930. package/dist/types/primitives/FormInfoText.d.ts.map +1 -0
  931. package/dist/types/primitives/FormLabel.d.ts +391 -0
  932. package/dist/types/primitives/FormLabel.d.ts.map +1 -0
  933. package/dist/types/primitives/FormSuccessText.d.ts +391 -0
  934. package/dist/types/primitives/FormSuccessText.d.ts.map +1 -0
  935. package/dist/types/primitives/FormWarningText.d.ts +4 -0
  936. package/dist/types/primitives/FormWarningText.d.ts.map +1 -0
  937. package/dist/types/primitives/Grid.d.ts +396 -0
  938. package/dist/types/primitives/Grid.d.ts.map +1 -0
  939. package/dist/types/primitives/Heading.d.ts +393 -0
  940. package/dist/types/primitives/Heading.d.ts.map +1 -0
  941. package/dist/types/primitives/Hr.d.ts +391 -0
  942. package/dist/types/primitives/Hr.d.ts.map +1 -0
  943. package/dist/types/primitives/Icon.d.ts +395 -0
  944. package/dist/types/primitives/Icon.d.ts.map +1 -0
  945. package/dist/types/primitives/Image.d.ts +5 -0
  946. package/dist/types/primitives/Image.d.ts.map +1 -0
  947. package/dist/types/primitives/Input.d.ts +408 -0
  948. package/dist/types/primitives/Input.d.ts.map +1 -0
  949. package/dist/types/primitives/Link.d.ts +397 -0
  950. package/dist/types/primitives/Link.d.ts.map +1 -0
  951. package/dist/types/primitives/NotificationBadge.d.ts +393 -0
  952. package/dist/types/primitives/NotificationBadge.d.ts.map +1 -0
  953. package/dist/types/primitives/Span.d.ts +3 -0
  954. package/dist/types/primitives/Span.d.ts.map +1 -0
  955. package/dist/types/primitives/Spinner.d.ts +394 -0
  956. package/dist/types/primitives/Spinner.d.ts.map +1 -0
  957. package/dist/types/primitives/Table.d.ts +393 -0
  958. package/dist/types/primitives/Table.d.ts.map +1 -0
  959. package/dist/types/primitives/Tbody.d.ts +6 -0
  960. package/dist/types/primitives/Tbody.d.ts.map +1 -0
  961. package/dist/types/primitives/Td.d.ts +391 -0
  962. package/dist/types/primitives/Td.d.ts.map +1 -0
  963. package/dist/types/primitives/Text.d.ts +398 -0
  964. package/dist/types/primitives/Text.d.ts.map +1 -0
  965. package/dist/types/primitives/Th.d.ts +391 -0
  966. package/dist/types/primitives/Th.d.ts.map +1 -0
  967. package/dist/types/primitives/Thead.d.ts +6 -0
  968. package/dist/types/primitives/Thead.d.ts.map +1 -0
  969. package/dist/types/primitives/Tr.d.ts +6 -0
  970. package/dist/types/primitives/Tr.d.ts.map +1 -0
  971. package/dist/types/primitives/applyDataStateProps.d.ts +8 -0
  972. package/dist/types/primitives/applyDataStateProps.d.ts.map +1 -0
  973. package/dist/types/primitives/gapPropertyCompat.d.ts +11 -0
  974. package/dist/types/primitives/gapPropertyCompat.d.ts.map +1 -0
  975. package/dist/types/primitives/hooks/useFormField.d.ts +66 -0
  976. package/dist/types/primitives/hooks/useFormField.d.ts.map +1 -0
  977. package/dist/types/primitives/hooks/useInput.d.ts +6 -0
  978. package/dist/types/primitives/hooks/useInput.d.ts.map +1 -0
  979. package/dist/types/primitives/index.d.ts +33 -0
  980. package/dist/types/primitives/index.d.ts.map +1 -0
  981. package/dist/types/router/BaseRouter.d.ts +22 -0
  982. package/dist/types/router/BaseRouter.d.ts.map +1 -0
  983. package/dist/types/router/HashRouter.d.ts +9 -0
  984. package/dist/types/router/HashRouter.d.ts.map +1 -0
  985. package/dist/types/router/PathRouter.d.ts +9 -0
  986. package/dist/types/router/PathRouter.d.ts.map +1 -0
  987. package/dist/types/router/Route.d.ts +20 -0
  988. package/dist/types/router/Route.d.ts.map +1 -0
  989. package/dist/types/router/RouteContext.d.ts +33 -0
  990. package/dist/types/router/RouteContext.d.ts.map +1 -0
  991. package/dist/types/router/Switch.d.ts +5 -0
  992. package/dist/types/router/Switch.d.ts.map +1 -0
  993. package/dist/types/router/VirtualRouter.d.ts +11 -0
  994. package/dist/types/router/VirtualRouter.d.ts.map +1 -0
  995. package/dist/types/router/index.d.ts +8 -0
  996. package/dist/types/router/index.d.ts.map +1 -0
  997. package/dist/types/router/newPaths.d.ts +2 -0
  998. package/dist/types/router/newPaths.d.ts.map +1 -0
  999. package/dist/types/router/pathToRegexp.d.ts +128 -0
  1000. package/dist/types/router/pathToRegexp.d.ts.map +1 -0
  1001. package/dist/types/styledSystem/InternalThemeProvider.d.ts +8 -0
  1002. package/dist/types/styledSystem/InternalThemeProvider.d.ts.map +1 -0
  1003. package/dist/types/styledSystem/StyleCacheProvider.d.ts +10 -0
  1004. package/dist/types/styledSystem/StyleCacheProvider.d.ts.map +1 -0
  1005. package/dist/types/styledSystem/animations.d.ts +17 -0
  1006. package/dist/types/styledSystem/animations.d.ts.map +1 -0
  1007. package/dist/types/styledSystem/breakpoints.d.ts +14 -0
  1008. package/dist/types/styledSystem/breakpoints.d.ts.map +1 -0
  1009. package/dist/types/styledSystem/common.d.ts +175 -0
  1010. package/dist/types/styledSystem/common.d.ts.map +1 -0
  1011. package/dist/types/styledSystem/createCssVariables.d.ts +2 -0
  1012. package/dist/types/styledSystem/createCssVariables.d.ts.map +1 -0
  1013. package/dist/types/styledSystem/createVariants.d.ts +34 -0
  1014. package/dist/types/styledSystem/createVariants.d.ts.map +1 -0
  1015. package/dist/types/styledSystem/index.d.ts +8 -0
  1016. package/dist/types/styledSystem/index.d.ts.map +1 -0
  1017. package/dist/types/styledSystem/types.d.ts +54 -0
  1018. package/dist/types/styledSystem/types.d.ts.map +1 -0
  1019. package/dist/types/types.d.ts +88 -0
  1020. package/dist/types/types.d.ts.map +1 -0
  1021. package/dist/types/utils/ExternalElementMounter.d.ts +7 -0
  1022. package/dist/types/utils/ExternalElementMounter.d.ts.map +1 -0
  1023. package/dist/types/utils/buildVirtualRouterUrl.d.ts +5 -0
  1024. package/dist/types/utils/buildVirtualRouterUrl.d.ts.map +1 -0
  1025. package/dist/types/utils/captcha/constants.d.ts +2 -0
  1026. package/dist/types/utils/captcha/constants.d.ts.map +1 -0
  1027. package/dist/types/utils/colors/constants.d.ts +50 -0
  1028. package/dist/types/utils/colors/constants.d.ts.map +1 -0
  1029. package/dist/types/utils/colors/index.d.ts +117 -0
  1030. package/dist/types/utils/colors/index.d.ts.map +1 -0
  1031. package/dist/types/utils/colors/legacy.d.ts +21 -0
  1032. package/dist/types/utils/colors/legacy.d.ts.map +1 -0
  1033. package/dist/types/utils/colors/modern.d.ts +31 -0
  1034. package/dist/types/utils/colors/modern.d.ts.map +1 -0
  1035. package/dist/types/utils/colors/scales.d.ts +65 -0
  1036. package/dist/types/utils/colors/scales.d.ts.map +1 -0
  1037. package/dist/types/utils/colors/utils.d.ts +57 -0
  1038. package/dist/types/utils/colors/utils.d.ts.map +1 -0
  1039. package/dist/types/utils/containsAllOf.d.ts +5 -0
  1040. package/dist/types/utils/containsAllOf.d.ts.map +1 -0
  1041. package/dist/types/utils/createCustomMenuItems.d.ts +13 -0
  1042. package/dist/types/utils/createCustomMenuItems.d.ts.map +1 -0
  1043. package/dist/types/utils/createCustomPages.d.ts +18 -0
  1044. package/dist/types/utils/createCustomPages.d.ts.map +1 -0
  1045. package/dist/types/utils/createInfiniteAccessProxy.d.ts +16 -0
  1046. package/dist/types/utils/createInfiniteAccessProxy.d.ts.map +1 -0
  1047. package/dist/types/utils/createSlug.d.ts +2 -0
  1048. package/dist/types/utils/createSlug.d.ts.map +1 -0
  1049. package/dist/types/utils/cssSupports.d.ts +10 -0
  1050. package/dist/types/utils/cssSupports.d.ts.map +1 -0
  1051. package/dist/types/utils/cssVariables.d.ts +93 -0
  1052. package/dist/types/utils/cssVariables.d.ts.map +1 -0
  1053. package/dist/types/utils/disambiguateRedirectOptions.d.ts +17 -0
  1054. package/dist/types/utils/disambiguateRedirectOptions.d.ts.map +1 -0
  1055. package/dist/types/utils/dynamicParamParser.d.ts +7 -0
  1056. package/dist/types/utils/dynamicParamParser.d.ts.map +1 -0
  1057. package/dist/types/utils/errorHandler.d.ts +11 -0
  1058. package/dist/types/utils/errorHandler.d.ts.map +1 -0
  1059. package/dist/types/utils/extractCssLayerNameFromAppearance.d.ts +7 -0
  1060. package/dist/types/utils/extractCssLayerNameFromAppearance.d.ts.map +1 -0
  1061. package/dist/types/utils/factorSorting.d.ts +6 -0
  1062. package/dist/types/utils/factorSorting.d.ts.map +1 -0
  1063. package/dist/types/utils/formatDate.d.ts +2 -0
  1064. package/dist/types/utils/formatDate.d.ts.map +1 -0
  1065. package/dist/types/utils/formatSafeIdentifier.d.ts +8 -0
  1066. package/dist/types/utils/formatSafeIdentifier.d.ts.map +1 -0
  1067. package/dist/types/utils/fromEntries.d.ts +2 -0
  1068. package/dist/types/utils/fromEntries.d.ts.map +1 -0
  1069. package/dist/types/utils/getClosestProfileScrollBox.d.ts +8 -0
  1070. package/dist/types/utils/getClosestProfileScrollBox.d.ts.map +1 -0
  1071. package/dist/types/utils/getRelativeToNowDateKey.d.ts +2 -0
  1072. package/dist/types/utils/getRelativeToNowDateKey.d.ts.map +1 -0
  1073. package/dist/types/utils/getValidReactChildren.d.ts +3 -0
  1074. package/dist/types/utils/getValidReactChildren.d.ts.map +1 -0
  1075. package/dist/types/utils/image.d.ts +2 -0
  1076. package/dist/types/utils/image.d.ts.map +1 -0
  1077. package/dist/types/utils/intl.d.ts +8 -0
  1078. package/dist/types/utils/intl.d.ts.map +1 -0
  1079. package/dist/types/utils/isMobileDevice.d.ts +2 -0
  1080. package/dist/types/utils/isMobileDevice.d.ts.map +1 -0
  1081. package/dist/types/utils/mergeRefs.d.ts +2 -0
  1082. package/dist/types/utils/mergeRefs.d.ts.map +1 -0
  1083. package/dist/types/utils/normalizeRoutingOptions.d.ts +6 -0
  1084. package/dist/types/utils/normalizeRoutingOptions.d.ts.map +1 -0
  1085. package/dist/types/utils/one-tap.d.ts +34 -0
  1086. package/dist/types/utils/one-tap.d.ts.map +1 -0
  1087. package/dist/types/utils/originPrefersPopup.d.ts +7 -0
  1088. package/dist/types/utils/originPrefersPopup.d.ts.map +1 -0
  1089. package/dist/types/utils/passwordUtils.d.ts +20 -0
  1090. package/dist/types/utils/passwordUtils.d.ts.map +1 -0
  1091. package/dist/types/utils/phoneUtils.d.ts +21 -0
  1092. package/dist/types/utils/phoneUtils.d.ts.map +1 -0
  1093. package/dist/types/utils/range.d.ts +2 -0
  1094. package/dist/types/utils/range.d.ts.map +1 -0
  1095. package/dist/types/utils/readObjectPath.d.ts +2 -0
  1096. package/dist/types/utils/readObjectPath.d.ts.map +1 -0
  1097. package/dist/types/utils/removeUndefinedProps.d.ts +2 -0
  1098. package/dist/types/utils/removeUndefinedProps.d.ts.map +1 -0
  1099. package/dist/types/utils/roleLocalizationKey.d.ts +4 -0
  1100. package/dist/types/utils/roleLocalizationKey.d.ts.map +1 -0
  1101. package/dist/types/utils/runtimeEnvironment.d.ts +3 -0
  1102. package/dist/types/utils/runtimeEnvironment.d.ts.map +1 -0
  1103. package/dist/types/utils/sanitizeCustomLinkURL.d.ts +2 -0
  1104. package/dist/types/utils/sanitizeCustomLinkURL.d.ts.map +1 -0
  1105. package/dist/types/utils/setWebpackChunkPublicPath.d.ts +2 -0
  1106. package/dist/types/utils/setWebpackChunkPublicPath.d.ts.map +1 -0
  1107. package/dist/types/utils/sleep.d.ts +2 -0
  1108. package/dist/types/utils/sleep.d.ts.map +1 -0
  1109. package/dist/types/utils/timeAgo.d.ts +2 -0
  1110. package/dist/types/utils/timeAgo.d.ts.map +1 -0
  1111. package/dist/types/utils/truncateTextWithEndVisible.d.ts +15 -0
  1112. package/dist/types/utils/truncateTextWithEndVisible.d.ts.map +1 -0
  1113. package/dist/types/utils/useFormControl.d.ts +92 -0
  1114. package/dist/types/utils/useFormControl.d.ts.map +1 -0
  1115. package/dist/types/utils/usernameUtils.d.ts +10 -0
  1116. package/dist/types/utils/usernameUtils.d.ts.map +1 -0
  1117. package/dist/types/utils/web3CallbackErrorHandler.d.ts +7 -0
  1118. package/dist/types/utils/web3CallbackErrorHandler.d.ts.map +1 -0
  1119. package/dist/types/utils/zxcvbn.d.ts +10 -0
  1120. package/dist/types/utils/zxcvbn.d.ts.map +1 -0
  1121. package/dist/ui.js +1 -0
  1122. package/dist/ui.mjs +1 -0
  1123. package/package.json +88 -0
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import type { ThemableCssProp } from '../styledSystem';
3
+ export declare const ModalContext: React.Context<{
4
+ value: {
5
+ toggle?: () => void;
6
+ };
7
+ } | undefined>, _: () => {
8
+ toggle?: () => void;
9
+ }, useUnsafeModalContext: () => {
10
+ toggle?: () => void;
11
+ } | Partial<{
12
+ toggle?: () => void;
13
+ }>;
14
+ type ModalProps = React.PropsWithChildren<{
15
+ id?: string;
16
+ handleOpen?: () => void;
17
+ handleClose?: () => void;
18
+ contentSx?: ThemableCssProp;
19
+ containerSx?: ThemableCssProp;
20
+ canCloseModal?: boolean;
21
+ style?: React.CSSProperties;
22
+ portalRoot?: HTMLElement | React.MutableRefObject<HTMLElement | null>;
23
+ }>;
24
+ export declare const Modal: React.ComponentType<ModalProps>;
25
+ export {};
26
+ //# sourceMappingURL=Modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/elements/Modal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKvD,eAAO,MAAO,YAAY;;iBAA8D,MAAM,IAAI;;gBAAtE,CAAC;aAA2D,MAAM,IAAI;GAAnE,qBAAqB;aAAoC,MAAM,IAAI;;aAAV,MAAM,IAAI;EAAmB,CAAC;AAEtH,KAAK,UAAU,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,UAAU,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC,gBAAgB,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;CACvE,CAAC,CAAC;AAEH,eAAO,MAAM,KAAK,iCAmFhB,CAAC"}
@@ -0,0 +1,37 @@
1
+ import React from 'react';
2
+ import type { LocalizationKey } from '../customizables';
3
+ import { Button } from '../customizables';
4
+ import type { PropsOfComponent } from '../styledSystem';
5
+ type NavbarContextValue = {
6
+ isOpen: boolean;
7
+ open: () => void;
8
+ close: () => void;
9
+ contentRef?: React.RefObject<HTMLDivElement>;
10
+ };
11
+ export declare const NavbarContext: React.Context<{
12
+ value: NavbarContextValue;
13
+ } | undefined>, useNavbarContext: () => NavbarContextValue, useUnsafeNavbarContext: () => NavbarContextValue | Partial<NavbarContextValue>;
14
+ export declare const NavbarContextProvider: ({ children, contentRef, }: React.PropsWithChildren<{
15
+ contentRef?: React.RefObject<HTMLDivElement>;
16
+ }>) => import("@emotion/react/jsx-runtime").JSX.Element;
17
+ export type NavbarRoute = {
18
+ name: LocalizationKey | string;
19
+ id: string;
20
+ icon: React.ComponentType;
21
+ path: string;
22
+ external?: boolean;
23
+ };
24
+ type NavBarProps = {
25
+ title: LocalizationKey;
26
+ description: LocalizationKey;
27
+ contentRef: React.RefObject<HTMLDivElement>;
28
+ routes: NavbarRoute[];
29
+ header?: React.ReactNode;
30
+ };
31
+ export declare const NavBar: (props: NavBarProps) => import("@emotion/react/jsx-runtime").JSX.Element;
32
+ type NavbarMenuButtonRowProps = PropsOfComponent<typeof Button> & {
33
+ navbarTitleLocalizationKey?: LocalizationKey;
34
+ };
35
+ export declare const NavbarMenuButtonRow: ({ navbarTitleLocalizationKey, ...props }: NavbarMenuButtonRowProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;
36
+ export {};
37
+ //# sourceMappingURL=Navbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../src/elements/Navbar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAuE,MAAM,kBAAkB,CAAC;AAK/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAQxD,KAAK,kBAAkB,GAAG;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CAC9C,CAAC;AACF,eAAO,MAAO,aAAa;;gBAAE,gBAAgB,4BAAE,sBAAsB,wDACV,CAAC;AAE5D,eAAO,MAAM,qBAAqB,GAAI,2BAGnC,KAAK,CAAC,iBAAiB,CAAC;IAAE,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CAAE,CAAC,qDAM3E,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,eAAe,GAAG,MAAM,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AACF,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,eAAe,CAAC;IACvB,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,qDAuFxC,CAAC;AAwKF,KAAK,wBAAwB,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IAChE,0BAA0B,CAAC,EAAE,eAAe,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,0CAA0C,wBAAwB,4DA8CrG,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { OrganizationResource } from '@clerk/shared/types';
2
+ import type { PropsOfComponent } from '../styledSystem';
3
+ import { Avatar } from './Avatar';
4
+ type OrganizationAvatarProps = PropsOfComponent<typeof Avatar> & Partial<Pick<OrganizationResource, 'name' | 'imageUrl'>>;
5
+ export declare const OrganizationAvatar: (props: OrganizationAvatarProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=OrganizationAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrganizationAvatar.d.ts","sourceRoot":"","sources":["../../../src/elements/OrganizationAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,uBAAuB,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAC5D,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC;AAE3D,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,qDAWhE,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { OrganizationPreviewId, UserOrganizationInvitationResource, UserResource } from '@clerk/shared/types';
2
+ import React from 'react';
3
+ import { Flex, Text } from '../customizables';
4
+ import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
5
+ export type OrganizationPreviewProps = Omit<PropsOfComponent<typeof Flex>, 'elementId'> & {
6
+ organization: UserOrganizationInvitationResource['publicOrganizationData'];
7
+ user?: UserResource;
8
+ size?: 'lg' | 'md' | 'sm' | 'xs';
9
+ avatarSx?: ThemableCssProp;
10
+ mainIdentifierSx?: ThemableCssProp;
11
+ mainIdentifierVariant?: PropsOfComponent<typeof Text>['variant'];
12
+ icon?: React.ReactNode;
13
+ badge?: React.ReactNode;
14
+ rounded?: boolean;
15
+ elementId?: OrganizationPreviewId;
16
+ };
17
+ export declare const OrganizationPreview: (props: OrganizationPreviewProps) => import("@emotion/react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=OrganizationPreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrganizationPreview.d.ts","sourceRoot":"","sources":["../../../src/elements/OrganizationPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,kCAAkC,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAe,IAAI,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGzE,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,WAAW,CAAC,GAAG;IACxF,YAAY,EAAE,kCAAkC,CAAC,wBAAwB,CAAC,CAAC;IAC3E,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,qBAAqB,CAAC,EAAE,gBAAgB,CAAC,OAAO,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;IACjE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,qBAAqB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,qDAoFlE,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { Button } from '../customizables';
2
+ import type { ElementDescriptor, ElementId } from '../customizables/elementDescriptors';
3
+ import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
4
+ export type PageButtonProps = PropsOfComponent<typeof Button> & {
5
+ isActive?: boolean;
6
+ icon?: React.ComponentType | React.ReactElement;
7
+ iconElementDescriptor?: ElementDescriptor;
8
+ iconElementId?: ElementId;
9
+ iconSx?: ThemableCssProp;
10
+ };
11
+ type PaginationProps = {
12
+ page: number;
13
+ count: number;
14
+ rowInfo?: {
15
+ startingRow: number;
16
+ endingRow: number;
17
+ allRowsCount: number;
18
+ };
19
+ siblingCount?: number;
20
+ onChange?: (page: number) => void;
21
+ };
22
+ export declare const Pagination: (props: PaginationProps) => import("@emotion/react/jsx-runtime").JSX.Element;
23
+ export {};
24
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/elements/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAqE,MAAM,kBAAkB,CAAC;AAC7G,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAExF,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIzE,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC,OAAO,MAAM,CAAC,GAAG;IAC9D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC,YAAY,CAAC;IAChD,qBAAqB,CAAC,EAAE,iBAAiB,CAAC;IAC1C,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,CAAC;AAiGF,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE;QACR,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,qDAqEhD,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { ClerkAPIError } from '@clerk/shared/types';
2
+ import React from 'react';
3
+ import { Input } from '../customizables';
4
+ import type { PropsOfComponent } from '../styledSystem';
5
+ type PasswordInputProps = PropsOfComponent<typeof Input> & {
6
+ validatePassword?: boolean;
7
+ setError: (error: string | ClerkAPIError | undefined) => void;
8
+ setWarning: (warning: string) => void;
9
+ setSuccess: (message: string) => void;
10
+ setInfo: (info: string) => void;
11
+ setHasPassedComplexity: (b: boolean) => void;
12
+ };
13
+ export declare const PasswordInput: React.ForwardRefExoticComponent<Omit<PasswordInputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
14
+ export {};
15
+ //# sourceMappingURL=PasswordInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/elements/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,KAAuC,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAqB,KAAK,EAAsC,MAAM,kBAAkB,CAAC;AAGhG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAIxD,KAAK,kBAAkB,GAAG,gBAAgB,CAAC,OAAO,KAAK,CAAC,GAAG;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,KAAK,IAAI,CAAC;IAC9D,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,sBAAsB,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,aAAa,0GAoGxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { UserPreviewProps } from './UserPreview';
2
+ export declare const PersonalWorkspacePreview: (props: UserPreviewProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PersonalWorkspacePreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonalWorkspacePreview.d.ts","sourceRoot":"","sources":["../../../src/elements/PersonalWorkspacePreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,eAAO,MAAM,wBAAwB,GAAI,OAAO,gBAAgB,qDAQ/D,CAAC"}
@@ -0,0 +1,23 @@
1
+ export type CountryCodeData = typeof data;
2
+ export type CountryName = CountryCodeData[number][0];
3
+ export type CountryIso = CountryCodeData[number][1];
4
+ export type DialingCode = CountryCodeData[number][2];
5
+ export type PhonePattern = CountryCodeData[number][3] | '';
6
+ declare const data: readonly [readonly ["United States", "us", "1", "(...) ...-....", 100], readonly ["United Kingdom", "gb", "44", ".... ......", 100], readonly ["India", "in", "91", ".....-.....", 100], readonly ["Canada", "ca", "1", "(...) ...-....", 100], readonly ["Germany", "de", "49", "... .......", 100], readonly ["France", "fr", "33", ". .. .. .. ..", 100], readonly ["Russia", "ru", "7", "... ...-..-..", 100], readonly ["Afghanistan", "af", "93"], readonly ["Albania", "al", "355"], readonly ["Algeria ", "dz", "213"], readonly ["American Samoa", "as", "1684"], readonly ["Andorra", "ad", "376"], readonly ["Angola", "ao", "244"], readonly ["Anguilla", "ai", "1264"], readonly ["Antigua and Barbuda", "ag", "1268"], readonly ["Argentina", "ar", "54"], readonly ["Armenia", "am", "374"], readonly ["Aruba", "aw", "297"], readonly ["Australia", "au", "61", "... ... ..."], readonly ["Austria", "at", "43"], readonly ["Azerbaijan", "az", "994"], readonly ["Bahamas", "bs", "1242"], readonly ["Bahrain", "bh", "973"], readonly ["Bangladesh", "bd", "880"], readonly ["Barbados", "bb", "1246"], readonly ["Belarus", "by", "375"], readonly ["Belgium", "be", "32", "... .. .. .."], readonly ["Belize", "bz", "501"], readonly ["Benin", "bj", "229"], readonly ["Bermuda", "bm", "1441"], readonly ["Bhutan", "bt", "975"], readonly ["Bolivia", "bo", "591"], readonly ["Bosnia and Herzegovina", "ba", "387"], readonly ["Botswana", "bw", "267"], readonly ["Brazil", "br", "55"], readonly ["British Indian Ocean Territory", "io", "246"], readonly ["British Virgin Islands", "vg", "1284"], readonly ["Brunei", "bn", "673"], readonly ["Bulgaria", "bg", "359"], readonly ["Burkina Faso", "bf", "226"], readonly ["Burundi", "bi", "257"], readonly ["Cambodia", "kh", "855"], readonly ["Cameroon", "cm", "237"], readonly ["Cape Verde", "cv", "238"], readonly ["Caribbean Netherlands", "bq", "599"], readonly ["Cayman Islands", "ky", "1345"], readonly ["Central African Republic", "cf", "236"], readonly ["Chad", "td", "235"], readonly ["Chile", "cl", "56"], readonly ["China", "cn", "86", "...-....-...."], readonly ["Colombia", "co", "57"], readonly ["Comoros", "km", "269"], readonly ["Congo", "cd", "243"], readonly ["Congo", "cg", "242"], readonly ["Cook Islands", "ck", "682"], readonly ["Costa Rica", "cr", "506", "....-...."], readonly ["Côte d’Ivoire", "ci", "225"], readonly ["Croatia", "hr", "385"], readonly ["Cuba", "cu", "53"], readonly ["Curaçao", "cw", "599"], readonly ["Cyprus", "cy", "357"], readonly ["Czech Republic", "cz", "420"], readonly ["Denmark", "dk", "45", ".. .. .. .."], readonly ["Djibouti", "dj", "253"], readonly ["Dominica", "dm", "1767"], readonly ["Dominican Republic", "do", "1"], readonly ["Ecuador", "ec", "593"], readonly ["Egypt", "eg", "20"], readonly ["El Salvador", "sv", "503", "....-...."], readonly ["Equatorial Guinea", "gq", "240"], readonly ["Eritrea", "er", "291"], readonly ["Estonia", "ee", "372"], readonly ["Ethiopia", "et", "251"], readonly ["Falkland Islands", "fk", "500"], readonly ["Faroe Islands", "fo", "298"], readonly ["Fiji", "fj", "679"], readonly ["Finland", "fi", "358", ".. ... .. .."], readonly ["French Guiana", "gf", "594"], readonly ["French Polynesia", "pf", "689"], readonly ["Gabon", "ga", "241"], readonly ["Gambia", "gm", "220"], readonly ["Georgia", "ge", "995"], readonly ["Ghana", "gh", "233"], readonly ["Gibraltar", "gi", "350"], readonly ["Greece", "gr", "30", "... ......."], readonly ["Greenland", "gl", "299"], readonly ["Grenada", "gd", "1473"], readonly ["Guadeloupe", "gp", "590"], readonly ["Guam", "gu", "1671"], readonly ["Guatemala", "gt", "502", "....-...."], readonly ["Guinea", "gn", "224"], readonly ["Guinea-Bissau", "gw", "245"], readonly ["Guyana", "gy", "592"], readonly ["Haiti", "ht", "509", "....-...."], readonly ["Honduras", "hn", "504"], readonly ["Hong Kong", "hk", "852", ".... ...."], readonly ["Hungary", "hu", "36"], readonly ["Iceland", "is", "354", "... ...."], readonly ["Indonesia", "id", "62"], readonly ["Iran", "ir", "98"], readonly ["Iraq", "iq", "964"], readonly ["Ireland", "ie", "353", ".. ......."], readonly ["Israel", "il", "972"], readonly ["Italy", "it", "39", "... ......"], readonly ["Jamaica", "jm", "1876"], readonly ["Japan", "jp", "81", "... .. ...."], readonly ["Jordan", "jo", "962"], readonly ["Kazakhstan", "kz", "7", "... ...-..-.."], readonly ["Kenya", "ke", "254"], readonly ["Kiribati", "ki", "686"], readonly ["Kuwait", "kw", "965"], readonly ["Kyrgyzstan", "kg", "996"], readonly ["Laos", "la", "856"], readonly ["Latvia", "lv", "371"], readonly ["Lebanon", "lb", "961"], readonly ["Lesotho", "ls", "266"], readonly ["Liberia", "lr", "231"], readonly ["Libya", "ly", "218"], readonly ["Liechtenstein", "li", "423"], readonly ["Lithuania", "lt", "370"], readonly ["Luxembourg", "lu", "352"], readonly ["Macau", "mo", "853"], readonly ["Macedonia", "mk", "389"], readonly ["Madagascar", "mg", "261"], readonly ["Malawi", "mw", "265"], readonly ["Malaysia", "my", "60", "..-....-...."], readonly ["Maldives", "mv", "960"], readonly ["Mali", "ml", "223"], readonly ["Malta", "mt", "356"], readonly ["Marshall Islands", "mh", "692"], readonly ["Martinique", "mq", "596"], readonly ["Mauritania", "mr", "222"], readonly ["Mauritius", "mu", "230"], readonly ["Mexico", "mx", "52"], readonly ["Micronesia", "fm", "691"], readonly ["Moldova", "md", "373"], readonly ["Monaco", "mc", "377"], readonly ["Mongolia", "mn", "976"], readonly ["Montenegro", "me", "382"], readonly ["Montserrat", "ms", "1664"], readonly ["Morocco", "ma", "212"], readonly ["Mozambique", "mz", "258"], readonly ["Myanmar", "mm", "95"], readonly ["Namibia", "na", "264"], readonly ["Nauru", "nr", "674"], readonly ["Nepal", "np", "977"], readonly ["Netherlands", "nl", "31", ".. ........"], readonly ["New Caledonia", "nc", "687"], readonly ["New Zealand", "nz", "64", "...-...-...."], readonly ["Nicaragua", "ni", "505"], readonly ["Niger", "ne", "227"], readonly ["Nigeria", "ng", "234"], readonly ["Niue", "nu", "683"], readonly ["Norfolk Island", "nf", "672"], readonly ["North Korea", "kp", "850"], readonly ["Northern Mariana Islands", "mp", "1670"], readonly ["Norway", "no", "47", "... .. ..."], readonly ["Oman", "om", "968"], readonly ["Pakistan", "pk", "92", "...-......."], readonly ["Palau", "pw", "680"], readonly ["Palestine", "ps", "970"], readonly ["Panama", "pa", "507"], readonly ["Papua New Guinea", "pg", "675"], readonly ["Paraguay", "py", "595"], readonly ["Peru", "pe", "51"], readonly ["Philippines", "ph", "63", "... ...."], readonly ["Poland", "pl", "48", "...-...-..."], readonly ["Portugal", "pt", "351"], readonly ["Puerto Rico", "pr", "1"], readonly ["Qatar", "qa", "974"], readonly ["Réunion", "re", "262"], readonly ["Romania", "ro", "40"], readonly ["Rwanda", "rw", "250"], readonly ["Saint Barthélemy", "bl", "590"], readonly ["Saint Helena", "sh", "290"], readonly ["Saint Kitts and Nevis", "kn", "1869"], readonly ["Saint Lucia", "lc", "1758"], readonly ["Saint Martin", "mf", "590"], readonly ["Saint Pierre and Miquelon", "pm", "508"], readonly ["Saint Vincent and the Grenadines", "vc", "1784"], readonly ["Samoa", "ws", "685"], readonly ["San Marino", "sm", "378"], readonly ["São Tomé and Príncipe", "st", "239"], readonly ["Saudi Arabia", "sa", "966"], readonly ["Senegal", "sn", "221"], readonly ["Serbia", "rs", "381"], readonly ["Seychelles", "sc", "248"], readonly ["Sierra Leone", "sl", "232"], readonly ["Singapore", "sg", "65", "....-...."], readonly ["Sint Maarten", "sx", "1721"], readonly ["Slovakia", "sk", "421"], readonly ["Slovenia", "si", "386"], readonly ["Solomon Islands", "sb", "677"], readonly ["Somalia", "so", "252"], readonly ["South Africa", "za", "27"], readonly ["South Korea", "kr", "82"], readonly ["South Sudan", "ss", "211"], readonly ["Spain", "es", "34", "... ... ..."], readonly ["Sri Lanka", "lk", "94"], readonly ["Sudan", "sd", "249"], readonly ["Suriname", "sr", "597"], readonly ["Swaziland", "sz", "268"], readonly ["Sweden", "se", "46", ".. ... .. .."], readonly ["Switzerland", "ch", "41", ".. ... .. .."], readonly ["Syria", "sy", "963"], readonly ["Taiwan", "tw", "886"], readonly ["Tajikistan", "tj", "992"], readonly ["Tanzania", "tz", "255"], readonly ["Thailand", "th", "66"], readonly ["Timor-Leste", "tl", "670"], readonly ["Togo", "tg", "228"], readonly ["Tokelau", "tk", "690"], readonly ["Tonga", "to", "676"], readonly ["Trinidad and Tobago", "tt", "1868"], readonly ["Tunisia", "tn", "216"], readonly ["Turkey", "tr", "90", "... ... .. .."], readonly ["Turkmenistan", "tm", "993"], readonly ["Turks and Caicos Islands", "tc", "1649"], readonly ["Tuvalu", "tv", "688"], readonly ["U.S. Virgin Islands", "vi", "1340"], readonly ["Uganda", "ug", "256"], readonly ["Ukraine", "ua", "380"], readonly ["United Arab Emirates", "ae", "971"], readonly ["Uruguay", "uy", "598"], readonly ["Uzbekistan", "uz", "998"], readonly ["Vanuatu", "vu", "678"], readonly ["Vatican City", "va", "39", ".. .... ...."], readonly ["Venezuela", "ve", "58"], readonly ["Vietnam", "vn", "84"], readonly ["Wallis and Futuna", "wf", "681"], readonly ["Yemen", "ye", "967"], readonly ["Zambia", "zm", "260"], readonly ["Zimbabwe", "zw", "263"]];
7
+ export declare const SubAreaCodeSets: {
8
+ us: ReadonlySet<string>;
9
+ ca: ReadonlySet<string>;
10
+ };
11
+ export interface CountryEntry {
12
+ name: CountryName;
13
+ iso: CountryIso;
14
+ code: DialingCode;
15
+ pattern: PhonePattern;
16
+ priority: number;
17
+ }
18
+ export type IsoToCountryMapType = ReadonlyMap<CountryIso, CountryEntry>;
19
+ export declare const IsoToCountryMap: IsoToCountryMapType;
20
+ export type CodeToCountryIsoMapType = ReadonlyMap<DialingCode, CountryEntry[]>;
21
+ export declare const CodeToCountriesMap: CodeToCountryIsoMapType;
22
+ export {};
23
+ //# sourceMappingURL=countryCodeData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countryCodeData.d.ts","sourceRoot":"","sources":["../../../../src/elements/PhoneInput/countryCodeData.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,OAAO,IAAI,CAAC;AAC1C,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AACpD,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;AAE3D,QAAA,MAAM,IAAI,2+RA0OA,CAAC;AAmSX,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,WAAW,CAAC;IAClB,GAAG,EAAE,UAAU,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAgBD,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;AAExE,eAAO,MAAM,eAAe,EAAE,mBAG7B,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,WAAW,CAAC,WAAW,EAAE,YAAY,EAAE,CAAC,CAAC;AAE/E,eAAO,MAAM,kBAAkB,EAAE,uBASS,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import type { FeedbackType } from '@/ui/utils/useFormControl';
3
+ import type { CountryIso } from './countryCodeData';
4
+ export declare const PhoneInput: React.ForwardRefExoticComponent<Omit<Omit<import("../../primitives").InputProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
5
+ elementDescriptor?: import("../../customizables/elementDescriptors").ElementDescriptor | Array<import("../../customizables/elementDescriptors").ElementDescriptor | undefined>;
6
+ elementId?: import("../../customizables/elementDescriptors").ElementId;
7
+ css?: never;
8
+ sx?: import("../../styledSystem").ThemableCssProp;
9
+ } & {
10
+ locationBasedCountryIso?: CountryIso;
11
+ } & {
12
+ feedbackType?: FeedbackType;
13
+ }, "ref"> & React.RefAttributes<HTMLInputElement>>;
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/PhoneInput/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuD,MAAM,OAAO,CAAC;AAG5E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAM9D,OAAO,KAAK,EAAgB,UAAU,EAAE,MAAM,mBAAmB,CAAC;AA6OlE,eAAO,MAAM,UAAU;;;;;;8BA9N6D,UAAU;;mBA8NJ,YAAY;kDAYrG,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { CountryIso } from './countryCodeData';
3
+ type UseFormattedPhoneNumberProps = {
4
+ initPhoneWithCode: string;
5
+ locationBasedCountryIso?: CountryIso;
6
+ };
7
+ export declare const useFormattedPhoneNumber: (props: UseFormattedPhoneNumberProps) => {
8
+ setNumber: React.Dispatch<React.SetStateAction<string>>;
9
+ setIso: React.Dispatch<React.SetStateAction<"br" | "hr" | "li" | "td" | "th" | "tr" | "at" | "sm" | "md" | "id" | "de" | "me" | "ug" | "ss" | "er" | "et" | "lk" | "gy" | "lt" | "bt" | "lr" | "to" | "is" | "sx" | "no" | "as" | "by" | "cy" | "fr" | "in" | "mn" | "mo" | "ms" | "tt" | "bg" | "us" | "gb" | "ca" | "ru" | "af" | "al" | "dz" | "ad" | "ao" | "ai" | "ag" | "ar" | "am" | "aw" | "au" | "az" | "bs" | "bh" | "bd" | "bb" | "be" | "bz" | "bj" | "bm" | "bo" | "ba" | "bw" | "io" | "vg" | "bn" | "bf" | "bi" | "kh" | "cm" | "cv" | "bq" | "ky" | "cf" | "cl" | "cn" | "co" | "km" | "cd" | "cg" | "ck" | "cr" | "ci" | "cu" | "cw" | "cz" | "dk" | "dj" | "dm" | "do" | "ec" | "eg" | "sv" | "gq" | "ee" | "fk" | "fo" | "fj" | "fi" | "gf" | "pf" | "ga" | "gm" | "ge" | "gh" | "gi" | "gr" | "gl" | "gd" | "gp" | "gu" | "gt" | "gn" | "gw" | "ht" | "hn" | "hk" | "hu" | "ir" | "iq" | "ie" | "il" | "it" | "jm" | "jp" | "jo" | "kz" | "ke" | "ki" | "kw" | "kg" | "la" | "lv" | "lb" | "ls" | "ly" | "lu" | "mk" | "mg" | "mw" | "my" | "mv" | "ml" | "mt" | "mh" | "mq" | "mr" | "mu" | "mx" | "fm" | "mc" | "ma" | "mz" | "mm" | "na" | "nr" | "np" | "nl" | "nc" | "nz" | "ni" | "ne" | "ng" | "nu" | "nf" | "kp" | "mp" | "om" | "pk" | "pw" | "ps" | "pa" | "pg" | "py" | "pe" | "ph" | "pl" | "pt" | "pr" | "qa" | "re" | "ro" | "rw" | "bl" | "sh" | "kn" | "lc" | "mf" | "pm" | "vc" | "ws" | "st" | "sa" | "sn" | "rs" | "sc" | "sl" | "sg" | "sk" | "si" | "sb" | "so" | "za" | "kr" | "es" | "sd" | "sr" | "sz" | "se" | "ch" | "sy" | "tw" | "tj" | "tz" | "tl" | "tg" | "tk" | "tn" | "tm" | "tc" | "tv" | "vi" | "ua" | "ae" | "uy" | "uz" | "vu" | "va" | "ve" | "vn" | "wf" | "ye" | "zm" | "zw">>;
10
+ setNumberAndIso: (str: string) => void;
11
+ iso: "br" | "hr" | "li" | "td" | "th" | "tr" | "at" | "sm" | "md" | "id" | "de" | "me" | "ug" | "ss" | "er" | "et" | "lk" | "gy" | "lt" | "bt" | "lr" | "to" | "is" | "sx" | "no" | "as" | "by" | "cy" | "fr" | "in" | "mn" | "mo" | "ms" | "tt" | "bg" | "us" | "gb" | "ca" | "ru" | "af" | "al" | "dz" | "ad" | "ao" | "ai" | "ag" | "ar" | "am" | "aw" | "au" | "az" | "bs" | "bh" | "bd" | "bb" | "be" | "bz" | "bj" | "bm" | "bo" | "ba" | "bw" | "io" | "vg" | "bn" | "bf" | "bi" | "kh" | "cm" | "cv" | "bq" | "ky" | "cf" | "cl" | "cn" | "co" | "km" | "cd" | "cg" | "ck" | "cr" | "ci" | "cu" | "cw" | "cz" | "dk" | "dj" | "dm" | "do" | "ec" | "eg" | "sv" | "gq" | "ee" | "fk" | "fo" | "fj" | "fi" | "gf" | "pf" | "ga" | "gm" | "ge" | "gh" | "gi" | "gr" | "gl" | "gd" | "gp" | "gu" | "gt" | "gn" | "gw" | "ht" | "hn" | "hk" | "hu" | "ir" | "iq" | "ie" | "il" | "it" | "jm" | "jp" | "jo" | "kz" | "ke" | "ki" | "kw" | "kg" | "la" | "lv" | "lb" | "ls" | "ly" | "lu" | "mk" | "mg" | "mw" | "my" | "mv" | "ml" | "mt" | "mh" | "mq" | "mr" | "mu" | "mx" | "fm" | "mc" | "ma" | "mz" | "mm" | "na" | "nr" | "np" | "nl" | "nc" | "nz" | "ni" | "ne" | "ng" | "nu" | "nf" | "kp" | "mp" | "om" | "pk" | "pw" | "ps" | "pa" | "pg" | "py" | "pe" | "ph" | "pl" | "pt" | "pr" | "qa" | "re" | "ro" | "rw" | "bl" | "sh" | "kn" | "lc" | "mf" | "pm" | "vc" | "ws" | "st" | "sa" | "sn" | "rs" | "sc" | "sl" | "sg" | "sk" | "si" | "sb" | "so" | "za" | "kr" | "es" | "sd" | "sr" | "sz" | "se" | "ch" | "sy" | "tw" | "tj" | "tz" | "tl" | "tg" | "tk" | "tn" | "tm" | "tc" | "tv" | "vi" | "ua" | "ae" | "uy" | "uz" | "vu" | "va" | "ve" | "vn" | "wf" | "ye" | "zm" | "zw";
12
+ number: string;
13
+ numberWithCode: string;
14
+ formattedNumber: string;
15
+ };
16
+ export {};
17
+ //# sourceMappingURL=useFormattedPhoneNumber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFormattedPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../src/elements/PhoneInput/useFormattedPhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,KAAK,4BAA4B,GAAG;IAAE,iBAAiB,EAAE,MAAM,CAAC;IAAC,uBAAuB,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAUxG,eAAO,MAAM,uBAAuB,GAAI,OAAO,4BAA4B;;;2BA6BjE,MAAM;;;;;CAiBf,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { FloatingContext, ReferenceType } from '@floating-ui/react';
2
+ import type { PropsWithChildren } from 'react';
3
+ import React from 'react';
4
+ type PopoverProps = PropsWithChildren<{
5
+ context: FloatingContext<ReferenceType>;
6
+ nodeId?: string;
7
+ isOpen?: boolean;
8
+ initialFocus?: number | React.MutableRefObject<HTMLElement | null>;
9
+ /**
10
+ * Determines whether outside elements are inert when modal is enabled. This enables pointer modality without a backdrop.
11
+ * @default false
12
+ */
13
+ outsideElementsInert?: boolean;
14
+ order?: Array<'reference' | 'floating' | 'content'>;
15
+ portal?: boolean;
16
+ /**
17
+ * The root element to render the portal into.
18
+ * @default document.body
19
+ */
20
+ root?: HTMLElement | React.MutableRefObject<HTMLElement | null>;
21
+ }>;
22
+ export declare const Popover: (props: PopoverProps) => import("@emotion/react/jsx-runtime").JSX.Element;
23
+ export {};
24
+ //# sourceMappingURL=Popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/elements/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,YAAY,GAAG,iBAAiB,CAAC;IACpC,OAAO,EAAE,eAAe,CAAC,aAAa,CAAC,CAAC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,gBAAgB,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACnE;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,GAAG,SAAS,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC,gBAAgB,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;CACjE,CAAC,CAAC;AAEH,eAAO,MAAM,OAAO,GAAI,OAAO,YAAY,qDA6C1C,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { Flex } from '../customizables';
3
+ import type { ElementDescriptor } from '../customizables/elementDescriptors';
4
+ import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
5
+ export declare const PopoverCard: {
6
+ Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<import("../primitives").FlexProps, "ref"> & React.RefAttributes<HTMLDivElement> & {
7
+ elementDescriptor?: ElementDescriptor | Array<ElementDescriptor | undefined>;
8
+ elementId?: import("../customizables/elementDescriptors").ElementId;
9
+ css?: never;
10
+ sx?: ThemableCssProp;
11
+ }, "ref"> & React.RefAttributes<HTMLDivElement> & {
12
+ shouldEntryAnimate?: boolean;
13
+ }, "ref"> & React.RefAttributes<HTMLDivElement>>;
14
+ Content: (props: PropsOfComponent<typeof Flex>) => import("@emotion/react/jsx-runtime").JSX.Element;
15
+ Footer: (props: PropsOfComponent<typeof Flex>) => import("@emotion/react/jsx-runtime").JSX.Element;
16
+ };
17
+ //# sourceMappingURL=PopoverCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopoverCard.d.ts","sourceRoot":"","sources":["../../../src/elements/PopoverCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAoB,IAAI,EAAuB,MAAM,kBAAkB,CAAC;AAC/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAoHzE,eAAO,MAAM,WAAW;;;;;;;6BA5GC,OAAO;;qBAkCG,gBAAgB,CAAC,OAAO,IAAI,CAAC;oBA0B9B,gBAAgB,CAAC,OAAO,IAAI,CAAC;CAoD9D,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ type PortalProps = React.PropsWithChildren;
3
+ export declare const Portal: (props: PortalProps) => React.ReactPortal;
4
+ export {};
5
+ //# sourceMappingURL=Portal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/elements/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC;AAG3C,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,sBAWxC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { Button, Icon } from '../customizables';
2
+ import type { PropsOfComponent } from '../styledSystem';
3
+ type PreviewButtonProps = Omit<PropsOfComponent<typeof Button>, 'icon'> & {
4
+ icon?: React.ComponentType;
5
+ iconProps?: Omit<PropsOfComponent<typeof Icon>, 'icon'>;
6
+ showIconOnHover?: boolean;
7
+ };
8
+ export declare const PreviewButton: (props: PreviewButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=PreviewButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewButton.d.ts","sourceRoot":"","sources":["../../../src/elements/PreviewButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,KAAK,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,CAAC,GAAG;IACxE,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,qDAgDtD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ type ProfileCardContentProps = React.PropsWithChildren<{
3
+ contentRef?: React.RefObject<HTMLDivElement>;
4
+ scrollBoxId?: string;
5
+ }>;
6
+ export declare const ProfileCardContent: (props: ProfileCardContentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=ProfileCardContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfileCardContent.d.ts","sourceRoot":"","sources":["../../../../src/elements/ProfileCard/ProfileCardContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,uBAAuB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACrD,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC,CAAC;AACH,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,qDA2DhE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export declare const ProfileCardRoot: React.ForwardRefExoticComponent<Omit<Omit<Omit<import("../../primitives").FlexProps, "ref"> & React.RefAttributes<HTMLDivElement> & {
3
+ elementDescriptor?: import("../../customizables/elementDescriptors").ElementDescriptor | Array<import("../../customizables/elementDescriptors").ElementDescriptor | undefined>;
4
+ elementId?: import("../../customizables/elementDescriptors").ElementId;
5
+ css?: never;
6
+ sx?: import("../../styledSystem").ThemableCssProp;
7
+ }, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ //# sourceMappingURL=ProfileCardRoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfileCardRoot.d.ts","sourceRoot":"","sources":["../../../../src/elements/ProfileCard/ProfileCardRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,eAAO,MAAM,eAAe;;;;;8FAqE1B,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare const ProfileCard: {
2
+ Root: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("../../primitives").FlexProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
3
+ elementDescriptor?: import("../../customizables/elementDescriptors").ElementDescriptor | Array<import("../../customizables/elementDescriptors").ElementDescriptor | undefined>;
4
+ elementId?: import("../../customizables/elementDescriptors").ElementId;
5
+ css?: never;
6
+ sx?: import("../../styledSystem").ThemableCssProp;
7
+ }, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
+ Content: (props: {
9
+ contentRef?: React.RefObject<HTMLDivElement>;
10
+ scrollBoxId?: string;
11
+ } & {
12
+ children?: import("react").ReactNode | undefined;
13
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
14
+ };
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/ProfileCard/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAGvB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { LocalizationKey } from '../customizables';
2
+ export declare const RadioLabel: (props: {
3
+ label: string | LocalizationKey;
4
+ description?: string | LocalizationKey;
5
+ id?: string;
6
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export declare const RadioItem: import("react").ForwardRefExoticComponent<{
8
+ value: string;
9
+ label: string | LocalizationKey;
10
+ description?: string | LocalizationKey;
11
+ } & import("react").RefAttributes<HTMLInputElement>>;
12
+ //# sourceMappingURL=RadioGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../src/elements/RadioGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAyBxD,eAAO,MAAM,UAAU,GAAI,OAAO;IAChC,KAAK,EAAE,MAAM,GAAG,eAAe,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,qDA0BA,CAAC;AAEF,eAAO,MAAM,SAAS;WAGX,MAAM;WACN,MAAM,GAAG,eAAe;kBACjB,MAAM,GAAG,eAAe;oDAsBxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const SocialButtonsReversibleContainerWithDivider: (props: React.PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ReversibleContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReversibleContainer.d.ts","sourceRoot":"","sources":["../../../src/elements/ReversibleContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,2CAA2C,GAAI,OAAO,KAAK,CAAC,iBAAiB,qDAczF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Col } from '../customizables';
2
+ import type { PropsOfComponent } from '../styledSystem';
3
+ export declare const RootBox: (props: PropsOfComponent<typeof Col>) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=RootBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RootBox.d.ts","sourceRoot":"","sources":["../../../src/elements/RootBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,eAAO,MAAM,OAAO,GAAI,OAAO,gBAAgB,CAAC,OAAO,GAAG,CAAC,qDAa1D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { Link } from '../customizables';
2
+ import type { PropsOfComponent } from '../styledSystem';
3
+ type RouterLinkProps = PropsOfComponent<typeof Link> & {
4
+ to?: string;
5
+ };
6
+ export declare const RouterLink: (props: RouterLinkProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=RouterLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouterLink.d.ts","sourceRoot":"","sources":["../../../src/elements/RouterLink.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAExD,KAAK,eAAe,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,GAAG;IACrD,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,qDAqBhD,CAAC"}
@@ -0,0 +1,61 @@
1
+ import type { ProfileSectionId } from '@clerk/shared/types';
2
+ import type { LocalizationKey } from '../customizables';
3
+ import { Col, Flex } from '../customizables';
4
+ import type { ElementDescriptor, ElementId } from '../customizables/elementDescriptors';
5
+ import type { PropsOfComponent, ThemableCssProp } from '../styledSystem';
6
+ import { ArrowBlockButton } from './ArrowBlockButton';
7
+ import { MenuItem } from './Menu';
8
+ type ProfileSectionProps = Omit<PropsOfComponent<typeof Flex>, 'title'> & {
9
+ title: LocalizationKey;
10
+ centered?: boolean;
11
+ id: ProfileSectionId;
12
+ };
13
+ type ProfileSectionItemListProps = PropsOfComponent<typeof Col> & {
14
+ id: ProfileSectionId;
15
+ disableAnimation?: boolean;
16
+ };
17
+ type ProfileSectionItemProps = Omit<PropsOfComponent<typeof Flex>, 'id'> & {
18
+ id: ProfileSectionId;
19
+ hoverable?: boolean;
20
+ };
21
+ type ProfileSectionButtonProps = PropsOfComponent<typeof ArrowBlockButton> & {
22
+ id: ProfileSectionId;
23
+ };
24
+ type ProfileSectionButtonGroupProps = PropsOfComponent<typeof Flex> & {
25
+ id: ProfileSectionId;
26
+ disableAnimation?: boolean;
27
+ };
28
+ export type ProfileSectionActionMenuItemProps = PropsOfComponent<typeof MenuItem> & {
29
+ destructive?: boolean;
30
+ leftIcon?: React.ComponentType | React.ReactElement;
31
+ leftIconSx?: ThemableCssProp;
32
+ };
33
+ export declare const ProfileSectionActionMenuItem: (props: ProfileSectionActionMenuItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
34
+ type ProfileSectionActionMenuProps = {
35
+ children: React.ReactNode;
36
+ destructive?: boolean;
37
+ triggerLocalizationKey?: LocalizationKey;
38
+ triggerSx?: ThemableCssProp;
39
+ id: ProfileSectionId;
40
+ onClick?: () => void;
41
+ };
42
+ export declare const ProfileSectionActionMenu: (props: ProfileSectionActionMenuProps) => import("@emotion/react/jsx-runtime").JSX.Element;
43
+ export declare const ProfileSection: {
44
+ Root: (props: ProfileSectionProps) => import("@emotion/react/jsx-runtime").JSX.Element;
45
+ ItemList: (props: ProfileSectionItemListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
46
+ Item: (props: ProfileSectionItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
47
+ Button: (props: ProfileSectionButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
48
+ ArrowButton: import("react").ForwardRefExoticComponent<Omit<ProfileSectionButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
49
+ ButtonGroup: (props: ProfileSectionButtonGroupProps) => import("@emotion/react/jsx-runtime").JSX.Element;
50
+ ActionMenu: (props: ProfileSectionActionMenuProps) => import("@emotion/react/jsx-runtime").JSX.Element;
51
+ ActionMenuItem: (props: ProfileSectionActionMenuItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
52
+ };
53
+ type SectionHeaderProps = PropsOfComponent<typeof Flex> & {
54
+ localizationKey: LocalizationKey;
55
+ textElementDescriptor?: ElementDescriptor;
56
+ textElementId?: ElementId;
57
+ };
58
+ export declare const SectionHeader: (props: SectionHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
59
+ export declare const SectionSubHeader: (props: SectionHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
60
+ export {};
61
+ //# sourceMappingURL=Section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/elements/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAU,GAAG,EAAe,IAAI,EAAuB,MAAM,kBAAkB,CAAC;AACvF,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAExF,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAQ,QAAQ,EAAyB,MAAM,QAAQ,CAAC;AAE/D,KAAK,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,OAAO,CAAC,GAAG;IACxE,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,EAAE,gBAAgB,CAAC;CACtB,CAAC;AAkFF,KAAK,2BAA2B,GAAG,gBAAgB,CAAC,OAAO,GAAG,CAAC,GAAG;IAChE,EAAE,EAAE,gBAAgB,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAyBF,KAAK,uBAAuB,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,IAAI,CAAC,EAAE,IAAI,CAAC,GAAG;IACzE,EAAE,EAAE,gBAAgB,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AA8BF,KAAK,yBAAyB,GAAG,gBAAgB,CAAC,OAAO,gBAAgB,CAAC,GAAG;IAC3E,EAAE,EAAE,gBAAgB,CAAC;CACtB,CAAC;AAmDF,KAAK,8BAA8B,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,GAAG;IACpE,EAAE,EAAE,gBAAgB,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAiBF,MAAM,MAAM,iCAAiC,GAAG,gBAAgB,CAAC,OAAO,QAAQ,CAAC,GAAG;IAClF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC,YAAY,CAAC;IACpD,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,OAAO,iCAAiC,qDA6CpF,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB,CAAC,EAAE,eAAe,CAAC;IACzC,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,EAAE,EAAE,gBAAgB,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,OAAO,6BAA6B,qDAqC5E,CAAC;AAEF,eAAO,MAAM,cAAc;kBA3TQ,mBAAmB;sBAqFf,2BAA2B;kBA4B/B,uBAAuB;oBAgCrB,yBAAyB;;yBAsDpB,8BAA8B;wBA6ExB,6BAA6B;4BAxDzB,iCAAiC;CAwGpF,CAAC;AAEF,KAAK,kBAAkB,GAAG,gBAAgB,CAAC,OAAO,IAAI,CAAC,GAAG;IACxD,eAAe,EAAE,eAAe,CAAC;IACjC,qBAAqB,CAAC,EAAE,iBAAiB,CAAC;IAC1C,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,qDAYtD,CAAC;AACF,eAAO,MAAM,gBAAgB,GAAI,OAAO,kBAAkB,qDAezD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import type { LocalizationKey } from '../customizables';
3
+ import type { ThemableCssProp } from '../styledSystem';
4
+ type SegmentedControlSize = 'md' | 'lg';
5
+ interface RootProps {
6
+ children: React.ReactNode;
7
+ 'aria-label'?: string;
8
+ 'aria-labelledby'?: string;
9
+ value?: string;
10
+ defaultValue?: string;
11
+ onChange?: (value: string) => void;
12
+ size?: SegmentedControlSize;
13
+ fullWidth?: boolean;
14
+ sx?: ThemableCssProp;
15
+ }
16
+ interface ButtonProps {
17
+ text: string | LocalizationKey;
18
+ value: string;
19
+ }
20
+ export declare const SegmentedControl: {
21
+ Root: React.ForwardRefExoticComponent<RootProps & React.RefAttributes<HTMLDivElement>>;
22
+ Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
23
+ };
24
+ export {};
25
+ //# sourceMappingURL=SegmentedControl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentedControl.d.ts","sourceRoot":"","sources":["../../../src/elements/SegmentedControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8C,MAAM,OAAO,CAAC;AAEnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAMvD,KAAK,oBAAoB,GAAG,IAAI,GAAG,IAAI,CAAC;AAuBxC,UAAU,SAAS;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,eAAe,CAAC;CACtB;AAmED,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,GAAG,eAAe,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AA2CD,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC"}