@clerk/shared 4.0.0-snapshot.v20251217194100 → 4.0.0-snapshot.v20251218183643

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 (193) hide show
  1. package/dist/runtime/alternativePhoneCode.d.mts +2 -2
  2. package/dist/runtime/alternativePhoneCode.d.ts +1 -1
  3. package/dist/runtime/authorization-errors.d.mts +2 -2
  4. package/dist/runtime/authorization-errors.d.ts +1 -1
  5. package/dist/runtime/authorization.d.mts +2 -2
  6. package/dist/runtime/authorization.d.ts +1 -1
  7. package/dist/runtime/clerkEventBus.d.mts +2 -2
  8. package/dist/runtime/clerkEventBus.d.ts +1 -1
  9. package/dist/runtime/color.d.mts +2 -2
  10. package/dist/runtime/color.d.ts +1 -1
  11. package/dist/runtime/{complexity-Bh-FcgPr.mjs → complexity-CzNKZI5c.mjs} +1 -1
  12. package/dist/runtime/{complexity-Bh-FcgPr.mjs.map → complexity-CzNKZI5c.mjs.map} +1 -1
  13. package/dist/runtime/{complexity-ChYONg95.js → complexity-DCCqEy11.js} +1 -1
  14. package/dist/runtime/{complexity-ChYONg95.js.map → complexity-DCCqEy11.js.map} +1 -1
  15. package/dist/runtime/deriveState.d.mts +2 -2
  16. package/dist/runtime/deriveState.d.ts +1 -1
  17. package/dist/runtime/dom/index.d.mts +1 -1
  18. package/dist/runtime/dom/waitForElement.d.mts +1 -1
  19. package/dist/runtime/{error-PZOXmiMQ.d.mts → error-CClf0-CM.d.mts} +2 -2
  20. package/dist/runtime/{error-PZOXmiMQ.d.mts.map → error-CClf0-CM.d.mts.map} +1 -1
  21. package/dist/runtime/{error-D_08BTAz.d.ts → error-o9rMDFII.d.ts} +2 -2
  22. package/dist/runtime/{error-D_08BTAz.d.ts.map → error-o9rMDFII.d.ts.map} +1 -1
  23. package/dist/runtime/error.d.mts +3 -3
  24. package/dist/runtime/error.d.ts +2 -2
  25. package/dist/runtime/esm-BYCxuimI.js +127 -0
  26. package/dist/runtime/esm-BYCxuimI.js.map +1 -0
  27. package/dist/runtime/esm-DEuqni59.mjs +126 -0
  28. package/dist/runtime/esm-DEuqni59.mjs.map +1 -0
  29. package/dist/runtime/globs.d.ts.map +1 -1
  30. package/dist/runtime/{handleValueOrFn-PpdLgNiN.d.mts → handleValueOrFn-DCe6q2n8.d.mts} +1 -1
  31. package/dist/runtime/{handleValueOrFn-PpdLgNiN.d.mts.map → handleValueOrFn-DCe6q2n8.d.mts.map} +1 -1
  32. package/dist/runtime/handleValueOrFn.d.mts +1 -1
  33. package/dist/runtime/{index-C32ntfvR.d.ts → index-BZAgbf9u.d.ts} +78 -8
  34. package/dist/runtime/index-BZAgbf9u.d.ts.map +1 -0
  35. package/dist/runtime/{index-Bb1t7kYz.d.mts → index-C799Ulyv.d.mts} +79 -9
  36. package/dist/runtime/index-C799Ulyv.d.mts.map +1 -0
  37. package/dist/runtime/{injectedWeb3Providers-Czuy_wR9.js → injectedWeb3EthProviders-BhelKFzu.js} +8 -8
  38. package/dist/runtime/injectedWeb3EthProviders-BhelKFzu.js.map +1 -0
  39. package/dist/runtime/{injectedWeb3Providers-C8967kn3.mjs → injectedWeb3EthProviders-C531qWpV.mjs} +7 -7
  40. package/dist/runtime/injectedWeb3EthProviders-C531qWpV.mjs.map +1 -0
  41. package/dist/runtime/injectedWeb3SolanaProviders-CUxDnwMf.js +48 -0
  42. package/dist/runtime/injectedWeb3SolanaProviders-CUxDnwMf.js.map +1 -0
  43. package/dist/runtime/injectedWeb3SolanaProviders-DtmZdl_v.mjs +42 -0
  44. package/dist/runtime/injectedWeb3SolanaProviders-DtmZdl_v.mjs.map +1 -0
  45. package/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts +2 -2
  46. package/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts +1 -1
  47. package/dist/runtime/internal/clerk-js/componentGuards.d.mts +2 -2
  48. package/dist/runtime/internal/clerk-js/componentGuards.d.ts +1 -1
  49. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts +15 -0
  50. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts.map +1 -0
  51. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts +15 -0
  52. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts.map +1 -0
  53. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.js +3 -0
  54. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.mjs +3 -0
  55. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts +13 -0
  56. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts.map +1 -0
  57. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts +13 -0
  58. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts.map +1 -0
  59. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.js +3 -0
  60. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.mjs +3 -0
  61. package/dist/runtime/internal/clerk-js/passkeys.d.mts +3 -3
  62. package/dist/runtime/internal/clerk-js/passkeys.d.ts +2 -2
  63. package/dist/runtime/internal/clerk-js/passwords/complexity.d.mts +2 -2
  64. package/dist/runtime/internal/clerk-js/passwords/complexity.d.ts +1 -1
  65. package/dist/runtime/internal/clerk-js/passwords/complexity.js +1 -1
  66. package/dist/runtime/internal/clerk-js/passwords/complexity.mjs +1 -1
  67. package/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts +2 -2
  68. package/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts +1 -1
  69. package/dist/runtime/internal/clerk-js/passwords/password.d.mts +2 -2
  70. package/dist/runtime/internal/clerk-js/passwords/password.d.ts +1 -1
  71. package/dist/runtime/internal/clerk-js/passwords/password.js +3 -3
  72. package/dist/runtime/internal/clerk-js/passwords/password.mjs +3 -3
  73. package/dist/runtime/internal/clerk-js/passwords/strength.d.mts +2 -2
  74. package/dist/runtime/internal/clerk-js/passwords/strength.d.ts +1 -1
  75. package/dist/runtime/internal/clerk-js/passwords/strength.js +1 -1
  76. package/dist/runtime/internal/clerk-js/passwords/strength.mjs +1 -1
  77. package/dist/runtime/internal/clerk-js/path.js +1 -1
  78. package/dist/runtime/internal/clerk-js/path.mjs +1 -1
  79. package/dist/runtime/internal/clerk-js/queryParams.d.mts +3 -3
  80. package/dist/runtime/internal/clerk-js/queryParams.d.ts +2 -2
  81. package/dist/runtime/internal/clerk-js/querystring.js +1 -1
  82. package/dist/runtime/internal/clerk-js/querystring.mjs +1 -1
  83. package/dist/runtime/internal/clerk-js/redirectUrls.d.mts +2 -2
  84. package/dist/runtime/internal/clerk-js/redirectUrls.d.ts +1 -1
  85. package/dist/runtime/internal/clerk-js/redirectUrls.js +3 -3
  86. package/dist/runtime/internal/clerk-js/redirectUrls.mjs +3 -3
  87. package/dist/runtime/internal/clerk-js/sessionTasks.d.mts +3 -3
  88. package/dist/runtime/internal/clerk-js/sessionTasks.d.ts +2 -2
  89. package/dist/runtime/internal/clerk-js/sessionTasks.js +3 -3
  90. package/dist/runtime/internal/clerk-js/sessionTasks.mjs +3 -3
  91. package/dist/runtime/internal/clerk-js/url.d.mts +3 -3
  92. package/dist/runtime/internal/clerk-js/url.d.ts +2 -2
  93. package/dist/runtime/internal/clerk-js/url.js +3 -3
  94. package/dist/runtime/internal/clerk-js/url.mjs +3 -3
  95. package/dist/runtime/internal/clerk-js/user.d.mts +2 -2
  96. package/dist/runtime/internal/clerk-js/user.d.ts +1 -1
  97. package/dist/runtime/internal/clerk-js/web3.d.mts +9 -6
  98. package/dist/runtime/internal/clerk-js/web3.d.mts.map +1 -1
  99. package/dist/runtime/internal/clerk-js/web3.d.ts +8 -5
  100. package/dist/runtime/internal/clerk-js/web3.d.ts.map +1 -1
  101. package/dist/runtime/internal/clerk-js/web3.js +63 -14
  102. package/dist/runtime/internal/clerk-js/web3.js.map +1 -1
  103. package/dist/runtime/internal/clerk-js/web3.mjs +63 -14
  104. package/dist/runtime/internal/clerk-js/web3.mjs.map +1 -1
  105. package/dist/runtime/jwtPayloadParser.d.mts +2 -2
  106. package/dist/runtime/jwtPayloadParser.d.ts +1 -1
  107. package/dist/runtime/keys.d.mts +2 -2
  108. package/dist/runtime/keys.d.ts +1 -1
  109. package/dist/runtime/loadClerkJsScript.d.mts +2 -2
  110. package/dist/runtime/loadClerkJsScript.d.ts +1 -1
  111. package/dist/runtime/loadClerkJsScript.js +2 -2
  112. package/dist/runtime/loadClerkJsScript.mjs +2 -2
  113. package/dist/runtime/{moduleManager-pxNnXwxv.d.mts → moduleManager-BYIq4wgi.d.mts} +1 -1
  114. package/dist/runtime/{moduleManager-pxNnXwxv.d.mts.map → moduleManager-BYIq4wgi.d.mts.map} +1 -1
  115. package/dist/runtime/moduleManager.d.mts +1 -1
  116. package/dist/runtime/oauth.d.mts +2 -2
  117. package/dist/runtime/oauth.d.ts +1 -1
  118. package/dist/runtime/organization.d.mts +2 -2
  119. package/dist/runtime/organization.d.ts +1 -1
  120. package/dist/runtime/{path-BXMzEDID.js → path-BZX8wVkr.js} +1 -1
  121. package/dist/runtime/{path-BXMzEDID.js.map → path-BZX8wVkr.js.map} +1 -1
  122. package/dist/runtime/{path-B3ml2KXj.mjs → path-C9ID-JSF.mjs} +1 -1
  123. package/dist/runtime/{path-B3ml2KXj.mjs.map → path-C9ID-JSF.mjs.map} +1 -1
  124. package/dist/runtime/pathMatcher.d.mts +2 -2
  125. package/dist/runtime/pathMatcher.d.ts +1 -1
  126. package/dist/runtime/{querystring-_iskl3P0.js → querystring-B_piPsHv.js} +1 -1
  127. package/dist/runtime/{querystring-_iskl3P0.js.map → querystring-B_piPsHv.js.map} +1 -1
  128. package/dist/runtime/{querystring-B46ecpLW.mjs → querystring-Cw_OznaM.mjs} +1 -1
  129. package/dist/runtime/{querystring-B46ecpLW.mjs.map → querystring-Cw_OznaM.mjs.map} +1 -1
  130. package/dist/runtime/react/index.d.mts +3 -3
  131. package/dist/runtime/react/index.d.ts +2 -2
  132. package/dist/runtime/router.d.mts +2 -2
  133. package/dist/runtime/router.d.mts.map +1 -1
  134. package/dist/runtime/router.d.ts +1 -1
  135. package/dist/runtime/saml.d.mts +2 -2
  136. package/dist/runtime/saml.d.ts +1 -1
  137. package/dist/runtime/{strength-C7cS9QCW.js → strength-BoUREzC7.js} +1 -1
  138. package/dist/runtime/{strength-C7cS9QCW.js.map → strength-BoUREzC7.js.map} +1 -1
  139. package/dist/runtime/{strength-D_SzJ_Bs.mjs → strength-CmnmefF6.mjs} +1 -1
  140. package/dist/runtime/{strength-D_SzJ_Bs.mjs.map → strength-CmnmefF6.mjs.map} +1 -1
  141. package/dist/runtime/telemetry.d.mts +2 -2
  142. package/dist/runtime/telemetry.d.ts +1 -1
  143. package/dist/runtime/types/index.d.mts +3 -3
  144. package/dist/runtime/types/index.d.ts +2 -2
  145. package/dist/runtime/ui/index.d.mts +2 -2
  146. package/dist/runtime/ui/index.d.ts +1 -1
  147. package/dist/runtime/{url-B6H3YfYM.d.mts → url-8eeYgf2A.d.mts} +2 -2
  148. package/dist/runtime/{url-B6H3YfYM.d.mts.map → url-8eeYgf2A.d.mts.map} +1 -1
  149. package/dist/runtime/{url-Cf4YiXkp.mjs → url-BKWznjF0.mjs} +3 -3
  150. package/dist/runtime/{url-Cf4YiXkp.mjs.map → url-BKWznjF0.mjs.map} +1 -1
  151. package/dist/runtime/{url-DeGY-7z9.js → url-De4o_RSN.js} +3 -3
  152. package/dist/runtime/{url-DeGY-7z9.js.map → url-De4o_RSN.js.map} +1 -1
  153. package/dist/runtime/{url-oznSXRUO.d.ts → url-DnBrs0FC.d.ts} +2 -2
  154. package/dist/runtime/{url-oznSXRUO.d.ts.map → url-DnBrs0FC.d.ts.map} +1 -1
  155. package/dist/runtime/utils/index.d.mts +1 -1
  156. package/dist/runtime/utils/index.js +1 -1
  157. package/dist/runtime/utils/index.mjs +1 -1
  158. package/dist/runtime/{utils-Cm0NUhek.js → utils-JIOtJbTe.js} +2 -2
  159. package/dist/runtime/utils-JIOtJbTe.js.map +1 -0
  160. package/dist/runtime/{utils-DIVknyRo.mjs → utils-_GMGltn-.mjs} +2 -2
  161. package/dist/runtime/utils-_GMGltn-.mjs.map +1 -0
  162. package/dist/runtime/{versionSelector-BCYnlaG9.js → versionSelector-BtbMovl-.js} +2 -2
  163. package/dist/runtime/{versionSelector-BCYnlaG9.js.map → versionSelector-BtbMovl-.js.map} +1 -1
  164. package/dist/runtime/{versionSelector-BDdMDP_y.mjs → versionSelector-CUNYhtry.mjs} +2 -2
  165. package/dist/runtime/{versionSelector-BDdMDP_y.mjs.map → versionSelector-CUNYhtry.mjs.map} +1 -1
  166. package/dist/runtime/versionSelector.js +1 -1
  167. package/dist/runtime/versionSelector.mjs +1 -1
  168. package/dist/runtime/{waitForElement-DIzKZ_vR.d.mts → waitForElement-DOgNgQPc.d.mts} +1 -1
  169. package/dist/runtime/waitForElement-DOgNgQPc.d.mts.map +1 -0
  170. package/dist/runtime/web3.d.mts +2 -2
  171. package/dist/runtime/web3.d.ts +1 -1
  172. package/dist/runtime/web3.js +5 -0
  173. package/dist/runtime/web3.js.map +1 -1
  174. package/dist/runtime/web3.mjs +5 -0
  175. package/dist/runtime/web3.mjs.map +1 -1
  176. package/dist/types/index.d.mts +77 -7
  177. package/dist/types/index.d.mts.map +1 -1
  178. package/dist/types/index.d.ts +77 -7
  179. package/dist/types/index.d.ts.map +1 -1
  180. package/package.json +5 -1
  181. package/dist/runtime/index-Bb1t7kYz.d.mts.map +0 -1
  182. package/dist/runtime/index-C32ntfvR.d.ts.map +0 -1
  183. package/dist/runtime/injectedWeb3Providers-C8967kn3.mjs.map +0 -1
  184. package/dist/runtime/injectedWeb3Providers-Czuy_wR9.js.map +0 -1
  185. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.mts +0 -15
  186. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.mts.map +0 -1
  187. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.ts +0 -15
  188. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.ts.map +0 -1
  189. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.js +0 -3
  190. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.mjs +0 -3
  191. package/dist/runtime/utils-Cm0NUhek.js.map +0 -1
  192. package/dist/runtime/utils-DIVknyRo.mjs.map +0 -1
  193. package/dist/runtime/waitForElement-DIzKZ_vR.d.mts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.mts","names":[],"sources":["../../src/router/router.ts","../../src/router/react.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAQY,KAAA,WAAA,GAAW;EASa,8CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,MAAA;EASnB;;;EAkBF,QAAA,EAAA,MAAA;EAIH;;;EAqBI,KAAA,EAAA,CAAA,aAAiB,EAAA,MAAA,EAAA,GApDG,WAoDM;;;;EC7D7B,KAAA,EAAA,CAAA,IAAA,CAAA,EAAA,MAAA,EAAA,KAAsB,CAA8C,EAAA,OAA9C,EAAA,GAAA,OAAA;EACtB;AAKb;AAeA;EAagB,SAAM,IAAA,EDhBL,WCgBK;EACpB;;;EAIU,SAAM,IAAA,EAAA,MAAA;EAEP;;;EAQN,IAAA,EDrBG,eCqBO,CAAA,MAAA,CAAA;EAKC;;;EAAwB,OAAA,EDtB7B,eCsB6B,CAAA,SAAA,CAAA;EAAS;;;EAA0C,WAAA,EDlB5E,eCkB4E,CAAA,aAAA,CAAA;;;;YDd/E;;;;gBAII;;;;;;;;;iBAiBA,iBAAA,SAA0B,qCAA0C;;;AA7DxE,cCAC,sBDAU,ECAY,KAAA,CAAA,ODAZ,CCAY,eDAZ,GAAA,IAAA,CAAA;AASa,cCRvB,kBDQuB,ECRL,KAAA,CAAA,ODQK,CCRL,WDQK,GAAA,IAAA,CAAA;;;;AA2BrB,iBC9BC,kBAAA,CAAA,CD8BD,EC9BmB,eD8BnB;;;;AAyBC,iBCxCA,cAAA,CAAA,CDwC0B,ECxCZ,WDwCY;;;;AC7D7B,iBAkCG,MAAA,CAlCiE;EAAA,QAAA;EAA9C,QAAA;EAAA;AAkCnC,CAlCmC,EAAA;EACtB,QAAA,EAsCD,KAAA,CAAM,SAtCuD;EAKzD,QAAA,CAAA,EAAA,MAAA;EAeA,MAAA,CAAA,EAoBL,eApBmB;AAa9B,CAAA,CAAA,EAQC,KAAA,CAAA,GAAA,CAAA,OARqB;KAejB,UAAA,GAdH;EACA,IAAA,CAAA,EAAA,MAAA;EACA,KAAA,CAAA,EAAA,OAAA;CAEU;;;;AAUP,iBAKW,KAAA,CALD;EAAA,IAAA;EAAA,QAAA;EAAA;CAAA,EAKkC,UALlC,GAAA;EAKC,QAAK,EAAqD,KAAA,CAAM,SAA3D;CAAG,CAAA,EAAmE,KAAA,CAAA,SAAnE"}
1
+ {"version":3,"file":"router.d.mts","names":[],"sources":["../../src/router/router.ts","../../src/router/react.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAQY,KAAA,WAAA,GAAW;EASa,8CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,MAAA;EASnB;;;EAkBF,QAAA,EAAA,MAAA;EAIH;;;EAqBI,KAAA,EAAA,CAAA,aAAiB,EAAA,MAAA,EAAA,GApDG,WAoDM;;;;EC7D7B,KAAA,EAAA,CAAA,IAAA,CAAA,EAAA,MAAA,EAAA,KAAoE,CAAA,EAAA,OAAA,EAA9C,GAAA,OAAA;EACtB;AAKb;AAeA;EAagB,SAAM,IAAA,EDhBL,WCgBK;EACpB;;;EAIU,SAAM,IAAA,EAAA,MAAA;EAEP;;;EAQN,IAAA,EDrBG,eCqBO,CAAA,MAAA,CAAA;EAKC;;;EAAwB,OAAA,EDtB7B,eCsB6B,CAAA,SAAA,CAAA;EAAS;;;EAA0C,WAAA,EDlB5E,eCkB4E,CAAA,aAAA,CAAA;;;;YDd/E;;;;gBAII;;;;;;;;;iBAiBA,iBAAA,SAA0B,qCAA0C;;;AA7DxE,cCAC,sBDAU,ECAY,KAAA,CAAA,ODAZ,CCAY,eDAZ,GAAA,IAAA,CAAA;AASa,cCRvB,kBDQuB,ECRL,KAAA,CAAA,ODQK,CCRL,WDQK,GAAA,IAAA,CAAA;;;;AA2BrB,iBC9BC,kBAAA,CAAA,CD8BD,EC9BmB,eD8BnB;;;;AAyBC,iBCxCA,cAAA,CAAA,CDwC0B,ECxCZ,WDwCY;;;;AC7D7B,iBAkCG,MAAA,CAlCiE;EAAA,QAAA;EAA9C,QAAA;EAAA;AAkCnC,CAlCmC,EAAA;EACtB,QAAA,EAsCD,KAAA,CAAM,SAtCuD;EAKzD,QAAA,CAAA,EAAA,MAAA;EAeA,MAAA,CAAA,EAoBL,eApBmB;AAa9B,CAAA,CAAA,EAQC,KAAA,CAAA,GAAA,CAAA,OARqB;KAejB,UAAA,GAdH;EACA,IAAA,CAAA,EAAA,MAAA;EACA,KAAA,CAAA,EAAA,OAAA;CAEU;;;;AAUP,iBAKW,KAAA,CALD;EAAA,IAAA;EAAA,QAAA;EAAA;CAAA,EAKkC,UALlC,GAAA;EAKC,QAAK,EAAqD,KAAA,CAAM,SAA3D;CAAG,CAAA,EAAmE,KAAA,CAAA,SAAnE"}
@@ -1,4 +1,4 @@
1
- import { d as RoutingMode, u as ClerkHostRouter } from "./index-C32ntfvR.js";
1
+ import { d as RoutingMode, u as ClerkHostRouter } from "./index-BZAgbf9u.js";
2
2
  import "./moduleManager-WB15hU3T.js";
3
3
  import React from "react";
4
4
 
@@ -1,5 +1,5 @@
1
- import { Ho as SamlIdpMap } from "./index-Bb1t7kYz.mjs";
2
- import "./moduleManager-pxNnXwxv.mjs";
1
+ import { Wo as SamlIdpMap } from "./index-C799Ulyv.mjs";
2
+ import "./moduleManager-BYIq4wgi.mjs";
3
3
 
4
4
  //#region src/saml.d.ts
5
5
  declare const SAML_IDPS: SamlIdpMap;
@@ -1,4 +1,4 @@
1
- import { Ho as SamlIdpMap } from "./index-C32ntfvR.js";
1
+ import { Wo as SamlIdpMap } from "./index-BZAgbf9u.js";
2
2
  import "./moduleManager-WB15hU3T.js";
3
3
 
4
4
  //#region src/saml.d.ts
@@ -28,4 +28,4 @@ Object.defineProperty(exports, 'createValidatePasswordStrength', {
28
28
  return createValidatePasswordStrength;
29
29
  }
30
30
  });
31
- //# sourceMappingURL=strength-C7cS9QCW.js.map
31
+ //# sourceMappingURL=strength-BoUREzC7.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"strength-C7cS9QCW.js","names":["createValidatePasswordStrength: CreateValidatePasswordStrength"],"sources":["../../src/internal/clerk-js/passwords/strength.ts"],"sourcesContent":["import type { PasswordSettingsData, ZxcvbnResult } from '@/types';\n\ntype zxcvbnFN = (password: string, userInputs?: (string | number)[]) => ZxcvbnResult;\n\ntype PasswordStrength =\n | {\n state: 'excellent';\n result: ZxcvbnResult;\n }\n | {\n state: 'pass' | 'fail';\n keys: string[];\n result: ZxcvbnResult;\n };\n\ntype CreateValidatePasswordStrength = (\n options: Pick<PasswordSettingsData, 'min_zxcvbn_strength'> & { onResult?: (res: ZxcvbnResult) => void },\n) => (zxcvbn: zxcvbnFN) => (password: string) => PasswordStrength;\n\nexport const createValidatePasswordStrength: CreateValidatePasswordStrength = ({ min_zxcvbn_strength, onResult }) => {\n return zxcvbn => password => {\n const result = zxcvbn(password);\n onResult?.(result);\n\n if (result.score >= min_zxcvbn_strength && result.score < 3) {\n return {\n state: 'pass',\n keys: ['unstable__errors.zxcvbn.couldBeStronger'],\n result,\n };\n }\n\n if (result.score >= min_zxcvbn_strength) {\n return {\n state: 'excellent',\n result,\n };\n }\n\n return {\n state: 'fail',\n keys: [\n 'unstable__errors.zxcvbn.notEnough',\n ...result.feedback.suggestions.map(er => `unstable__errors.zxcvbn.suggestions.${er}` as any),\n ],\n result,\n };\n };\n};\n"],"mappings":";;AAmBA,MAAaA,kCAAkE,EAAE,qBAAqB,eAAe;AACnH,SAAO,YAAU,aAAY;EAC3B,MAAM,SAAS,OAAO,SAAS;AAC/B,aAAW,OAAO;AAElB,MAAI,OAAO,SAAS,uBAAuB,OAAO,QAAQ,EACxD,QAAO;GACL,OAAO;GACP,MAAM,CAAC,0CAA0C;GACjD;GACD;AAGH,MAAI,OAAO,SAAS,oBAClB,QAAO;GACL,OAAO;GACP;GACD;AAGH,SAAO;GACL,OAAO;GACP,MAAM,CACJ,qCACA,GAAG,OAAO,SAAS,YAAY,KAAI,OAAM,uCAAuC,KAAY,CAC7F;GACD;GACD"}
1
+ {"version":3,"file":"strength-BoUREzC7.js","names":["createValidatePasswordStrength: CreateValidatePasswordStrength"],"sources":["../../src/internal/clerk-js/passwords/strength.ts"],"sourcesContent":["import type { PasswordSettingsData, ZxcvbnResult } from '@/types';\n\ntype zxcvbnFN = (password: string, userInputs?: (string | number)[]) => ZxcvbnResult;\n\ntype PasswordStrength =\n | {\n state: 'excellent';\n result: ZxcvbnResult;\n }\n | {\n state: 'pass' | 'fail';\n keys: string[];\n result: ZxcvbnResult;\n };\n\ntype CreateValidatePasswordStrength = (\n options: Pick<PasswordSettingsData, 'min_zxcvbn_strength'> & { onResult?: (res: ZxcvbnResult) => void },\n) => (zxcvbn: zxcvbnFN) => (password: string) => PasswordStrength;\n\nexport const createValidatePasswordStrength: CreateValidatePasswordStrength = ({ min_zxcvbn_strength, onResult }) => {\n return zxcvbn => password => {\n const result = zxcvbn(password);\n onResult?.(result);\n\n if (result.score >= min_zxcvbn_strength && result.score < 3) {\n return {\n state: 'pass',\n keys: ['unstable__errors.zxcvbn.couldBeStronger'],\n result,\n };\n }\n\n if (result.score >= min_zxcvbn_strength) {\n return {\n state: 'excellent',\n result,\n };\n }\n\n return {\n state: 'fail',\n keys: [\n 'unstable__errors.zxcvbn.notEnough',\n ...result.feedback.suggestions.map(er => `unstable__errors.zxcvbn.suggestions.${er}` as any),\n ],\n result,\n };\n };\n};\n"],"mappings":";;AAmBA,MAAaA,kCAAkE,EAAE,qBAAqB,eAAe;AACnH,SAAO,YAAU,aAAY;EAC3B,MAAM,SAAS,OAAO,SAAS;AAC/B,aAAW,OAAO;AAElB,MAAI,OAAO,SAAS,uBAAuB,OAAO,QAAQ,EACxD,QAAO;GACL,OAAO;GACP,MAAM,CAAC,0CAA0C;GACjD;GACD;AAGH,MAAI,OAAO,SAAS,oBAClB,QAAO;GACL,OAAO;GACP;GACD;AAGH,SAAO;GACL,OAAO;GACP,MAAM,CACJ,qCACA,GAAG,OAAO,SAAS,YAAY,KAAI,OAAM,uCAAuC,KAAY,CAC7F;GACD;GACD"}
@@ -22,4 +22,4 @@ const createValidatePasswordStrength = ({ min_zxcvbn_strength, onResult }) => {
22
22
 
23
23
  //#endregion
24
24
  export { createValidatePasswordStrength as t };
25
- //# sourceMappingURL=strength-D_SzJ_Bs.mjs.map
25
+ //# sourceMappingURL=strength-CmnmefF6.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"strength-D_SzJ_Bs.mjs","names":["createValidatePasswordStrength: CreateValidatePasswordStrength"],"sources":["../../src/internal/clerk-js/passwords/strength.ts"],"sourcesContent":["import type { PasswordSettingsData, ZxcvbnResult } from '@/types';\n\ntype zxcvbnFN = (password: string, userInputs?: (string | number)[]) => ZxcvbnResult;\n\ntype PasswordStrength =\n | {\n state: 'excellent';\n result: ZxcvbnResult;\n }\n | {\n state: 'pass' | 'fail';\n keys: string[];\n result: ZxcvbnResult;\n };\n\ntype CreateValidatePasswordStrength = (\n options: Pick<PasswordSettingsData, 'min_zxcvbn_strength'> & { onResult?: (res: ZxcvbnResult) => void },\n) => (zxcvbn: zxcvbnFN) => (password: string) => PasswordStrength;\n\nexport const createValidatePasswordStrength: CreateValidatePasswordStrength = ({ min_zxcvbn_strength, onResult }) => {\n return zxcvbn => password => {\n const result = zxcvbn(password);\n onResult?.(result);\n\n if (result.score >= min_zxcvbn_strength && result.score < 3) {\n return {\n state: 'pass',\n keys: ['unstable__errors.zxcvbn.couldBeStronger'],\n result,\n };\n }\n\n if (result.score >= min_zxcvbn_strength) {\n return {\n state: 'excellent',\n result,\n };\n }\n\n return {\n state: 'fail',\n keys: [\n 'unstable__errors.zxcvbn.notEnough',\n ...result.feedback.suggestions.map(er => `unstable__errors.zxcvbn.suggestions.${er}` as any),\n ],\n result,\n };\n };\n};\n"],"mappings":";AAmBA,MAAaA,kCAAkE,EAAE,qBAAqB,eAAe;AACnH,SAAO,YAAU,aAAY;EAC3B,MAAM,SAAS,OAAO,SAAS;AAC/B,aAAW,OAAO;AAElB,MAAI,OAAO,SAAS,uBAAuB,OAAO,QAAQ,EACxD,QAAO;GACL,OAAO;GACP,MAAM,CAAC,0CAA0C;GACjD;GACD;AAGH,MAAI,OAAO,SAAS,oBAClB,QAAO;GACL,OAAO;GACP;GACD;AAGH,SAAO;GACL,OAAO;GACP,MAAM,CACJ,qCACA,GAAG,OAAO,SAAS,YAAY,KAAI,OAAM,uCAAuC,KAAY,CAC7F;GACD;GACD"}
1
+ {"version":3,"file":"strength-CmnmefF6.mjs","names":["createValidatePasswordStrength: CreateValidatePasswordStrength"],"sources":["../../src/internal/clerk-js/passwords/strength.ts"],"sourcesContent":["import type { PasswordSettingsData, ZxcvbnResult } from '@/types';\n\ntype zxcvbnFN = (password: string, userInputs?: (string | number)[]) => ZxcvbnResult;\n\ntype PasswordStrength =\n | {\n state: 'excellent';\n result: ZxcvbnResult;\n }\n | {\n state: 'pass' | 'fail';\n keys: string[];\n result: ZxcvbnResult;\n };\n\ntype CreateValidatePasswordStrength = (\n options: Pick<PasswordSettingsData, 'min_zxcvbn_strength'> & { onResult?: (res: ZxcvbnResult) => void },\n) => (zxcvbn: zxcvbnFN) => (password: string) => PasswordStrength;\n\nexport const createValidatePasswordStrength: CreateValidatePasswordStrength = ({ min_zxcvbn_strength, onResult }) => {\n return zxcvbn => password => {\n const result = zxcvbn(password);\n onResult?.(result);\n\n if (result.score >= min_zxcvbn_strength && result.score < 3) {\n return {\n state: 'pass',\n keys: ['unstable__errors.zxcvbn.couldBeStronger'],\n result,\n };\n }\n\n if (result.score >= min_zxcvbn_strength) {\n return {\n state: 'excellent',\n result,\n };\n }\n\n return {\n state: 'fail',\n keys: [\n 'unstable__errors.zxcvbn.notEnough',\n ...result.feedback.suggestions.map(er => `unstable__errors.zxcvbn.suggestions.${er}` as any),\n ],\n result,\n };\n };\n};\n"],"mappings":";AAmBA,MAAaA,kCAAkE,EAAE,qBAAqB,eAAe;AACnH,SAAO,YAAU,aAAY;EAC3B,MAAM,SAAS,OAAO,SAAS;AAC/B,aAAW,OAAO;AAElB,MAAI,OAAO,SAAS,uBAAuB,OAAO,QAAQ,EACxD,QAAO;GACL,OAAO;GACP,MAAM,CAAC,0CAA0C;GACjD;GACD;AAGH,MAAI,OAAO,SAAS,oBAClB,QAAO;GACL,OAAO;GACP;GACD;AAGH,SAAO;GACL,OAAO;GACP,MAAM,CACJ,qCACA,GAAG,OAAO,SAAS,YAAY,KAAI,OAAM,uCAAuC,KAAY,CAC7F;GACD;GACD"}
@@ -1,5 +1,5 @@
1
- import { fn as TelemetryEventRaw, pn as TelemetryLogEntry, un as TelemetryCollector$1 } from "./index-Bb1t7kYz.mjs";
2
- import "./moduleManager-pxNnXwxv.mjs";
1
+ import { dn as TelemetryCollector$1, mn as TelemetryLogEntry, pn as TelemetryEventRaw } from "./index-C799Ulyv.mjs";
2
+ import "./moduleManager-BYIq4wgi.mjs";
3
3
 
4
4
  //#region src/telemetry/types.d.ts
5
5
  type TelemetryCollectorOptions = {
@@ -1,4 +1,4 @@
1
- import { fn as TelemetryEventRaw, pn as TelemetryLogEntry, un as TelemetryCollector$1 } from "./index-C32ntfvR.js";
1
+ import { dn as TelemetryCollector$1, mn as TelemetryLogEntry, pn as TelemetryEventRaw } from "./index-BZAgbf9u.js";
2
2
  import "./moduleManager-WB15hU3T.js";
3
3
 
4
4
  //#region src/telemetry/types.d.ts
@@ -1,3 +1,3 @@
1
- import { $ as GetAPIKeysParams, $a as UpdateUserParams, $c as CreateEmailLinkFlowReturn, $d as InitializePaymentMethodParams, $i as OrganizationMembershipResource, $l as ProtectLoader, $n as SignUpFuturePhoneCodeVerifyParams, $o as EnterpriseAccountJSONSnapshot, $r as SessionVerificationJSON, $s as SignInFactor, $t as __experimental_SubscriptionDetailsButtonProps, $u as LinearOauthProvider, A as AuthenticateWithGoogleOneTapParams, Aa as PendingSessionResource, Ac as PhoneCodeConfig, Ad as BillingPaymentStatus, Ai as SignUpAttributeField, Al as AttributeData, An as LocalizationResource, Ao as SessionVerificationLevel, Ar as ExternalAccountJSON, As as SignInFutureCreateParams, At as SignOutCallback, Au as BaseWeb3Provider, B as ClerkAuthenticateWithWeb3Params, Ba as SessionVerifyPrepareSecondFactorParams, Bc as TOTPAttempt, Bd as CancelSubscriptionParams, Bi as SignUpVerificationsResource, Bl as SignUpData, Bn as SelectId, Bo as EnterpriseProvider, Br as OrganizationMembershipRequestJSON, Bs as SignInFutureResetPasswordSubmitParams, Bt as TransferableOption, Bu as CoinbaseOauthProvider, C as SharedSignedInAuthObjectProperties, Ca as CheckAuthorizationFromSessionClaims, Cc as OauthFactor, Cd as BillingPayerMethods, Cf as ClerkPaginationRequest, Ci as HslaColor, Cl as ComplexityErrors, Cn as SignUpFields, Co as JWT, Cr as ClientTrustState, Cs as AttemptWeb3WalletVerificationParams, Ct as SetActiveParams, Cu as PasswordStrategy, D as APIKeysProps, Da as GetToken, Dc as PasswordAttempt, Dd as BillingPaymentMethodResource, Df as ClerkUiInstance, Di as TransparentColor, Dl as ZxcvbnResult, Dn as DomainOrProxyUrl, Do as ReverificationConfig, Dr as EnterpriseAccountConnectionJSON, Ds as PrepareWeb3WalletVerificationParams, Dt as SignInProps, Du as TOTPStrategy, E as APIKeysNamespace, Ea as CheckAuthorizationWithCustomPermissions, Ec as PasskeyFactor, Ed as BillingPaymentChargeType, Ef as ClerkUiConstructor, Ei as RgbaColorString, El as ValidatePasswordCallbacks, En as State, Eo as OrganizationsJWTClaim, Er as EmailAddressJSON, Es as GenerateSignatureParams, Et as SignInModalProps, Eu as ResetPasswordPhoneCodeStrategy, F as CheckoutErrors, Fa as SessionTask, Fc as ResetPasswordEmailCodeFactor, Fd as BillingStatementTotals, Fi as SignUpIdentificationField, Fl as OAuthProviderSettings, Fn as FieldId, Fo as OrganizationInvitationResource, Fr as OrganizationDomainJSON, Fs as SignInFutureMFAPhoneCodeVerifyParams, Ft as SignUpProps, Fu as Web3ProviderData, G as ClerkThemeOptions, Ga as CreatePhoneNumberParams, Gc as CredentialReturn, Gd as CreateCheckoutParams, Gi as ActClaim, Gl as VerificationStrategy, Gn as ClientResource, Go as APIKeysSettingsResource, Gr as PhoneNumberJSON, Gs as SignInFutureWeb3Params, Gt as UserProfileProps, Gu as FacebookOauthProvider, H as ClerkOptions, Ha as SignedInSessionResource, Hc as Web3Attempt, Hd as CheckoutFlowResource, Hi as LastNameAttribute, Hl as UserSettingsJSON, Hn as InstanceType, Ho as SamlIdpMap, Hr as PartialWithClerkResource, Hs as SignInFutureSSOParams, Ht as UserAvatarProps, Hu as DiscordOauthProvider, I as CheckoutSignal, Ia as SessionVerifyAttemptFirstFactorParams, Ic as ResetPasswordEmailCodeFactorConfig, Id as BillingSubscriptionItemResource, Ii as SignUpStatus, Il as OAuthProviders, In as MenuId, Io as OrganizationInvitationStatus, Ir as OrganizationDomainVerificationJSON, Is as SignInFuturePasskeyParams, It as SignUpRedirectOptions, Iu as AppleOauthProvider, J as CreateOrganizationInvitationParams, Ja as GetUserOrganizationInvitationsParams, Jc as PublicKeyCredentialRequestOptionsWithoutExtensions, Jd as GetPaymentAttemptsParams, Ji as JwtPayload, Jl as PhoneCodeProvider, Jn as SignUpFutureCreateParams, Jo as ClientJSONSnapshot, Jr as PublicOrganizationDataJSON, Js as AuthenticateWithPasskeyParams, Jt as WithoutRouting, Ju as GoogleOauthProvider, K as CreateAPIKeyParams, Ka as CreateWeb3WalletParams, Kc as PasskeyResource, Kd as FeatureResource, Ki as Jwt, Kl as PhoneCodeChannel, Kn as SignUpEnterpriseConnectionResource, Ko as APIKeysSettingsJSONSnapshot, Kr as PublicKeyCredentialCreationOptionsJSON, Ks as AttemptFirstFactorParams, Kt as WaitlistModalProps, Ku as GithubOauthProvider, L as CheckoutSignalValue, La as SessionVerifyAttemptSecondFactorParams, Lc as ResetPasswordPhoneCodeAttempt, Ld as BillingSubscriptionPlanPeriod, Li as SignUpUpdateParams, Ll as PasskeySettingsData, Ln as OrganizationPreviewId, Lo as EnterpriseAccountConnectionResource, Lr as OrganizationInvitationJSON, Ls as SignInFuturePasswordParams, Lt as TaskChooseOrganizationProps, Lu as AtlassianOauthProvider, M as AuthenticateWithOKXWalletParams, Ma as SessionActivity, Mc as PhoneCodeSecondFactorConfig, Md as BillingStatementGroup, Mi as SignUpAuthenticateWithWeb3Params, Ml as Attributes, Mn as __internal_LocalizationResource, Mo as SessionVerificationSecondFactor, Mr as IdentificationLinkJSON, Ms as SignInFutureEmailCodeVerifyParams, Mt as SignUpButtonProps, Mu as MetamaskWeb3Provider, N as BrowserClerk, Na as SessionResource, Nc as ResetPasswordCodeFactor, Nd as BillingStatementResource, Ni as SignUpCreateParams, Nl as AttributesJSON, Nn as AlertId, No as SessionVerificationStatus, Nr as ImageJSON, Ns as SignInFutureEmailLinkSendParams, Nt as SignUpInitialValues, Nu as OKXWalletWeb3Provider, O as AuthenticateWithBaseParams, Oa as GetTokenOptions, Oc as PasswordFactor, Od as BillingPaymentMethodStatus, Of as ComponentControls, Oi as AttemptVerificationParams, Ol as Actions, On as MultiDomainAndOrProxy, Oo as SessionVerificationAfterMinutes, Or as EnterpriseAccountJSON, Os as Web3WalletResource, Ot as SignInRedirectOptions, Ou as TicketStrategy, P as BrowserClerkConstructor, Pa as SessionStatus, Pc as ResetPasswordEmailCodeAttempt, Pd as BillingStatementStatus, Pi as SignUpField, Pl as EnterpriseSSOSettings, Pn as CardActionId, Po as SessionVerificationTypes, Pr as LastAuthenticationStrategy, Ps as SignInFutureFinalizeParams, Pt as SignUpModalProps, Pu as Web3Provider, Q as CustomNavigation, Qa as SetProfileImageParams, Qc as CodeVerificationAttemptParam, Qd as GetSubscriptionParams, Qi as OrganizationCustomRoleKey, Ql as ProtectConfigResource, Qn as SignUpFuturePhoneCodeSendParams, Qo as EnterpriseAccountConnectionJSONSnapshot, Qr as SessionJSON, Qs as SignInCreateParams, Qt as __experimental_PlanDetailsButtonProps, Qu as LineOauthProvider, R as Clerk, Ra as SessionVerifyCreateParams, Rc as ResetPasswordPhoneCodeFactor, Rd as BillingSubscriptionResource, Ri as SignUpVerifiableField, Rl as PasswordSettingsData, Rn as ProfilePageId, Ro as EnterpriseAccountResource, Rr as OrganizationJSON, Rs as SignInFuturePhoneCodeSendParams, Rt as TaskResetPasswordProps, Ru as BitbucketOauthProvider, S as EnableEnvironmentSettingParams, Sa as CheckAuthorizationFn, Sc as OAuthConfig, Sd as BillingNamespace, Sf as ClerkPaginationParams, Si as HexColorString, Sl as SignUpForceRedirectUrl, Sn as SignUpErrors, So as ClerkJWTClaims, Sr as ClientJSON, Ss as SignInResource, St as SetActiveNavigate, Su as PasskeyStrategy, T as APIKeyResource, Ta as CheckAuthorizationParamsWithCustomPermissions, Tc as PasskeyAttempt, Td as BillingPayerResourceType, Tf as ClerkUi, Ti as RgbaColor, Tl as PasswordValidation, Tn as SignUpSignalValue, To as JWTHeader, Tr as DisplayThemeJSON, Ts as GenerateSignature, Tt as SignInInitialValues, Tu as ResetPasswordEmailCodeStrategy, U as ClerkProp, Ua as CreateEmailAddressParams, Uc as Web3SignatureConfig, Ud as CheckoutFlowResourceNonStrict, Ui as LegalAcceptedAttribute, Ul as UserSettingsResource, Un as CustomPage, Uo as SamlIdpSlug, Ur as PasskeyJSON, Us as SignInFutureTOTPVerifyParams, Ut as UserButtonProps, Uu as DropboxOauthProvider, V as ClerkEventPayload, Va as SessionWithActivitiesResource, Vc as TOTPFactor, Vd as CheckoutFlowFinalizeParams, Vi as FirstNameAttribute, Vl as SignUpModes, Vn as UserPreviewId, Vo as SamlIdp, Vr as OrganizationSuggestionJSON, Vs as SignInFutureResource, Vt as UnsubscribeCallback, Vu as CustomOauthProvider, W as ClerkStatus, Wa as CreateExternalAccountParams, Wc as Web3SignatureFactor, Wd as ConfirmCheckoutParams, Wi as PasswordAttribute, Wl as UsernameSettingsData, Wn as CustomMenuItem, Wo as APIKeysSettingsJSON, Wr as PermissionJSON, Ws as SignInFutureTicketParams, Wt as UserProfileModalProps, Wu as EnstallOauthProvider, X as CreateOrganizationParams, Xa as GetUserOrganizationSuggestionsParams, Xc as PublicKeyCredentialWithAuthenticatorAttestationResponse, Xd as GetPlansParams, Xi as VersionedJwtPayload, Xl as PhoneCodeWhatsAppChannel, Xn as SignUpFutureFinalizeParams, Xo as DisplayConfigJSONSnapshot, Xr as RoleJSON, Xs as PrepareSecondFactorParams, Xt as __experimental_CheckoutCacheState, Xu as HuggingfaceOAuthProvider, Y as CreateOrganizationModalProps, Ya as GetUserOrganizationMembershipParams, Yc as PublicKeyCredentialWithAuthenticatorAssertionResponse, Yd as GetPaymentMethodsParams, Yi as SessionStatusClaim, Yl as PhoneCodeSMSChannel, Yn as SignUpFutureEmailCodeVerifyParams, Yo as CommerceSettingsJSONSnapshot, Yr as PublicUserDataJSON, Ys as PrepareFirstFactorParams, Yt as __experimental_CheckoutButtonProps, Yu as HubspotOauthProvider, Z as CreateOrganizationProps, Za as RemoveUserPasswordParams, Zc as UpdatePasskeyParams, Zd as GetStatementsParams, Zi as OrganizationCustomPermissionKey, Zl as ProtectConfigJSON, Zn as SignUpFuturePasswordParams, Zo as EmailAddressJSONSnapshot, Zr as SessionActivityJSON, Zs as ResetPasswordParams, Zt as __experimental_CheckoutOptions, Zu as InstagramOauthProvider, _ as UseSignInReturn, _a as RoleResource, _c as EmailCodeSecondFactorConfig, _d as AddPaymentMethodParams, _f as SnakeToCamel, _i as Color, _l as RedirectOptions, _n as NullableSignUpSignal, _o as PrepareEmailAddressVerificationParams, _r as BillingStatementJSON, _s as UserJSONSnapshot, _t as RevokeAPIKeyParams, _u as EmailCodeStrategy, a as SAML_IDPS, aa as GetDomainsParams, ac as SignInStrategy, ad as OAuthProviderData, af as DeepCamelToSnake, ai as SignUpVerificationJSON, al as VerificationAttemptParams, an as __internal_PlanDetailsProps, ao as AttemptPhoneNumberVerificationParams, ar as ApiKeyJSON, as as OrganizationSettingsJSONSnapshot, at as HeadlessBrowserClerkConstructor, au as OrganizationDomainVerificationStatus, b as EnvironmentResource, ba as ActiveSessionResource, bc as EnterpriseSSOConfig, bd as BillingInitializedPaymentMethodResource, bf as ClerkResourceReloadParams, bi as FontWeight, bl as SignInForceRedirectUrl, bn as SignInSignal, bo as TokenResource, br as BillingSubscriptionJSON, bs as Web3WalletJSONSnapshot, bt as SDKMetadata, bu as GoogleOneTapStrategy, c as getWeb3ProviderData, ca as GetMembershipRequestParams, cc as EmailAddressOrPhoneNumberIdentifier, cd as SpotifyOauthProvider, cf as DeepSnakeToCamel, ci as TokenJSON, cl as ClerkAPIError, cn as __internal_UserVerificationProps, co as PreparePhoneNumberVerificationParams, cr as BillingCheckoutJSON, cs as ProtectConfigJSONSnapshot, ct as ListenerCallback, cu as UpdateEnrollmentModeParams, d as RoutingMode, da as InviteMemberParams, dc as Web3WalletIdentifier, dd as TwitterOauthProvider, df as Override, di as UserOrganizationInvitationJSON, dl as ClerkRuntimeError, dn as TelemetryEvent, do as OrganizationSuggestionStatus, dr as BillingMoneyAmountJSON, ds as SignInJSONSnapshot, dt as OrganizationListProps, du as DisplayConfigJSON, ea as OrganizationPermissionKey, ec as SignInFirstFactor, ed as LinkedinOIDCOauthProvider, ef as MakeDefaultPaymentMethodParams, ei as SessionWithActivitiesJSON, el as CreateEnterpriseSSOLinkFlowReturn, en as __internal_AttemptToEnableEnvironmentSettingParams, eo as UpdateUserPasswordParams, er as SignUpFutureResource, es as EnvironmentJSONSnapshot, et as GoogleOneTapProps, eu as OrganizationSettingsJSON, f as ProtectProps, fa as InviteMembersParams, fc as BackupCodeAttempt, fd as VercelOauthProvider, ff as PathValue, fi as VerificationJSON, fl as AfterMultiSessionSingleSignOutUrl, fn as TelemetryEventRaw, fo as ImageResource, fr as BillingPayerJSON, fs as SignUpJSONSnapshot, ft as OrganizationProfileModalProps, fu as DisplayConfigResource, g as UseSessionReturn, ga as UpdateOrganizationParams, gc as EmailCodeFactor, gd as CommerceSettingsResource, gf as Simplify, gi as BuiltInColors, gl as NewSubscriptionRedirectUrl, gn as NullableSignInSignal, go as EmailAddressResource, gr as BillingStatementGroupJSON, gs as UserDataJSONSnapshot, gt as Resources, gu as CustomOAuthStrategy, h as UseSessionListReturn, ha as UpdateMembershipParams, hc as EmailCodeConfig, hd as CommerceSettingsJSON, hf as Serializable, hi as BoxShadow, hl as AuthenticateWithRedirectParams, hn as FieldError, ho as AttemptEmailAddressVerificationParams, hr as BillingPlanJSON, hs as TokenJSONSnapshot, ht as PricingTableProps, hu as BackupCodeStrategy, i as OAUTH_PROVIDERS, ia as AddMemberParams, ic as SignInStatus, id as OAuthProvider, if as CamelToSnake, ii as SignUpJSON, il as StartEnterpriseSSOLinkFlowParams, in as __internal_OAuthConsentProps, io as TOTPResource, ir as SignUpFutureWeb3Params, is as OrganizationMembershipJSONSnapshot, it as HeadlessBrowserClerk, iu as OrganizationDomainVerification, j as AuthenticateWithMetamaskParams, ja as PublicUserData, jc as PhoneCodeFactor, jd as BillingPlanResource, ji as SignUpAuthenticateWithMetamaskParams, jl as AttributeDataJSON, jn as LocalizationValue, jo as SessionVerificationResource, jr as FeatureJSON, js as SignInFutureEmailCodeSendParams, jt as SignOutOptions, ju as CoinbaseWalletWeb3Provider, k as AuthenticateWithCoinbaseWalletParams, ka as PendingSessionOptions, kc as PhoneCodeAttempt, kd as BillingPaymentResource, kf as UIVersion, ki as PrepareVerificationParams, kl as Attribute, kn as MultiDomainAndOrProxyPrimitives, ko as SessionVerificationFirstFactor, kr as EnvironmentJSON, ks as SignInFutureBackupCodeVerifyParams, kt as SignOut, ku as Web3Strategy, l as sortedOAuthProviders, la as GetMemberships, lc as PhoneNumberIdentifier, ld as TiktokOauthProvider, lf as ForceNull, li as UserDataJSON, ll as ClerkAPIErrorJSON, ln as WaitlistResource, lo as SetReservedForSecondFactorParams, lr as BillingCheckoutTotalsJSON, ls as PublicUserDataJSONSnapshot, lt as LoadedClerk, lu as CaptchaProvider, m as UseAuthReturn, ma as SetOrganizationLogoParams, mc as EmailCodeAttempt, md as XeroOauthProvider, mf as RemoveFunctions, mi as Web3WalletJSON, ml as AuthenticateWithPopupParams, mn as Errors, mo as ReauthorizeExternalAccountParams, mr as BillingPaymentMethodJSON, ms as SignUpVerificationsJSONSnapshot, mt as OrganizationSwitcherProps, mu as AppleIdTokenStrategy, n as ServerGetToken, na as OrganizationSystemPermissionPrefix, nc as SignInSecondFactor, nd as MicrosoftOauthProvider, nf as RemovePaymentMethodParams, ni as SignInSecondFactorJSON, nl as SignatureVerificationAttemptParam, nn as __internal_CheckoutProps, no as VerifyTOTPParams, nr as SignUpFutureTicketParams, ns as IdentificationLinkJSONSnapshot, nt as HandleOAuthCallbackParams, nu as AttemptAffiliationVerificationParams, o as WEB3_PROVIDERS, oa as GetInvitationsParams, oc as UserData, od as OAuthScope, of as DeepPartial, oi as SignUpVerificationsJSON, ol as VerificationResource, on as __internal_SubscriptionDetailsProps, oo as PhoneNumberResource, or as AuthConfigJSON, os as PasskeyJSONSnapshot, ot as IsomorphicClerkOptions, ou as OrganizationEnrollmentMode, p as PublishableKey, pa as OrganizationResource, pc as BackupCodeFactor, pd as XOauthProvider, pf as RecordToPath, pi as WaitlistJSON, pl as AfterSignOutUrl, pn as TelemetryLogEntry, po as ExternalAccountResource, pr as BillingPaymentJSON, ps as SignUpVerificationJSONSnapshot, pt as OrganizationProfileProps, pu as PreferredSignInStrategy, q as CreateBulkOrganizationInvitationParams, qa as GetOrganizationMemberships, qc as PublicKeyCredentialCreationOptionsWithoutExtensions, qd as ForPayerType, qi as JwtHeader, ql as PhoneCodeChannelData, qn as SignUpResource, qo as AuthConfigJSONSnapshot, qr as PublicKeyCredentialRequestOptionsJSON, qs as AttemptSecondFactorParams, qt as WaitlistProps, qu as GitlabOauthProvider, r as ServerGetTokenOptions, ra as UpdateOrganizationMembershipParams, rc as SignInStartEmailLinkFlowParams, rd as NotionOauthProvider, rf as Autocomplete, ri as SignUpEnterpriseConnectionJSON, rl as StartEmailLinkFlowParams, rn as __internal_EnableOrganizationsPromptProps, ro as UserOrganizationInvitationResource, rr as SignUpFutureUpdateParams, rs as OrganizationJSONSnapshot, rt as HandleSamlCallbackParams, ru as OrganizationDomainResource, s as getOAuthProviderData, sa as GetMembersParams, sc as EmailAddressIdentifier, sd as SlackOauthProvider, sf as DeepRequired, si as TOTPJSON, sl as VerificationStatus, sn as __internal_UserVerificationModalProps, so as PhoneNumberVerificationStrategy, sr as BackupCodeJSON, ss as PhoneNumberJSONSnapshot, st as JoinWaitlistParams, su as PrepareAffiliationVerificationParams, t as InitialState, ta as OrganizationSystemPermissionKey, tc as SignInIdentifier, td as LinkedinOauthProvider, tf as PaymentGateway, ti as SignInFirstFactorJSON, tl as PasskeyVerificationResource, tn as __internal_AttemptToEnableEnvironmentSettingResult, to as UserResource, tr as SignUpFutureSSOParams, ts as ExternalAccountJSONSnapshot, tt as HandleEmailLinkVerificationParams, tu as OrganizationSettingsResource, u as ClerkHostRouter, ua as GetRolesParams, uc as UsernameIdentifier, ud as TwitchOauthProvider, uf as Nullable, ui as UserJSON, ul as ClerkAPIResponseError, un as TelemetryCollector, uo as OrganizationSuggestionResource, ur as BillingInitializedPaymentMethodJSON, us as SessionJSONSnapshot, ut as NavigateOptions, uu as CaptchaWidgetType, v as UseSignUpReturn, va as PermissionResource, vc as EmailLinkConfig, vd as BillingCheckoutResource, vf as Without, vi as ColorString, vl as RedirectUrlProp, vn as SignInErrors, vo as IdentificationLinkResource, vr as BillingStatementTotalsJSON, vs as UserSettingsJSONSnapshot, vt as RoutingOptions, vu as EmailLinkStrategy, w as AuthConfigResource, wa as CheckAuthorizationParamsFromSessionClaims, wc as PassKeyConfig, wd as BillingPayerResource, wf as DeletedObjectResource, wi as HslaColorString, wl as PasswordStrength, wn as SignUpSignal, wo as JWTClaims, wr as DeletedObjectJSON, ws as AuthenticateWithWeb3Params, wt as SignInButtonProps, wu as PhoneCodeStrategy, x as DevToolsResource, xa as CheckAuthorization, xc as EnterpriseSSOFactor, xd as BillingMoneyAmount, xf as ClerkPaginatedResponse, xi as HexColor, xl as SignUpFallbackRedirectUrl, xn as SignInSignalValue, xo as ActJWTClaim, xr as ClerkResourceJSON, xs as SignInJSON, xt as SetActive, xu as OAuthStrategy, y as UseUserReturn, ya as OrganizationMembershipRequestResource, yc as EmailLinkFactor, yd as BillingCheckoutTotals, yf as ClerkResource, yi as EmUnit, yl as SignInFallbackRedirectUrl, yn as SignInFields, yo as BackupCodeResource, yr as BillingSubscriptionItemJSON, ys as VerificationJSONSnapshot, yt as RoutingStrategy, yu as EnterpriseSSOStrategy, z as ClerkAppearanceTheme, za as SessionVerifyPrepareFirstFactorParams, zc as ResetPasswordPhoneCodeFactorConfig, zd as BillingSubscriptionStatus, zi as SignUpVerificationResource, zl as SignInData, zn as ProfileSectionId, zo as EnterpriseProtocol, zr as OrganizationMembershipJSON, zs as SignInFuturePhoneCodeVerifyParams, zt as TasksRedirectOptions, zu as BoxOauthProvider } from "../index-Bb1t7kYz.mjs";
2
- import "../moduleManager-pxNnXwxv.mjs";
3
- export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
1
+ import { $ as CustomNavigation, $a as RemoveUserPasswordParams, $c as PublicKeyCredentialWithAuthenticatorAttestationResponse, $d as GetPaymentAttemptsParams, $i as OrganizationCustomPermissionKey, $l as PhoneCodeWhatsAppChannel, $n as SignUpFuturePhoneCodeSendParams, $o as EmailAddressJSONSnapshot, $r as SessionJSON, $s as ResetPasswordParams, $t as __experimental_PlanDetailsButtonProps, $u as GoogleOauthProvider, A as AuthenticateWithGoogleOneTapParams, Aa as GetTokenOptions, Ac as PasswordAttempt, Ad as BillingPayerResourceType, Af as ClerkUi, Ai as PrepareVerificationParams, Al as ZxcvbnResult, An as MultiDomainAndOrProxyPrimitives, Ao as SessionVerificationAfterMinutes, Ar as EnvironmentJSON, As as Web3WalletResource, At as SignOut, Au as TOTPStrategy, B as ClerkAppearanceTheme, Ba as SessionVerifyCreateParams, Bc as ResetPasswordPhoneCodeAttempt, Bd as BillingStatementTotals, Bi as SignUpVerifiableField, Bl as PasskeySettingsData, Bn as ProfileSectionId, Bo as EnterpriseAccountResource, Br as OrganizationMembershipJSON, Bs as SignInFuturePhoneCodeSendParams, Bt as TasksRedirectOptions, Bu as Web3ProviderData, C as SharedSignedInAuthObjectProperties, Ca as CheckAuthorization, Cc as EnterpriseSSOConfig, Cd as BillingCheckoutResource, Cf as Without, Ci as HexColorString, Cl as SignInForceRedirectUrl, Cn as SignUpErrors, Co as ActJWTClaim, Cr as ClientJSON, Cs as SignInJSON, Ct as SetActiveNavigate, Cu as GoogleOneTapStrategy, D as APIKeysProps, Da as CheckAuthorizationParamsWithCustomPermissions, Dc as PassKeyConfig, Dd as BillingNamespace, Df as ClerkPaginationParams, Di as RgbaColorString, Dl as PasswordStrength, Dn as State, Do as JWTHeader, Dr as EmailAddressJSON, Ds as GenerateSignature, Dt as SignInModalProps, Du as PhoneCodeStrategy, E as APIKeysNamespace, Ea as CheckAuthorizationParamsFromSessionClaims, Ec as OauthFactor, Ed as BillingMoneyAmount, Ef as ClerkPaginatedResponse, Ei as RgbaColor, El as ComplexityErrors, En as SignUpSignalValue, Eo as JWTClaims, Er as DisplayThemeJSON, Es as AuthenticateWithWeb3Params, Et as SignInInitialValues, Eu as PasswordStrategy, F as BrowserClerkConstructor, Fa as SessionResource, Fc as PhoneCodeSecondFactorConfig, Fd as BillingPaymentStatus, Fi as SignUpCreateParams, Fl as Attributes, Fn as CardActionId, Fo as SessionVerificationStatus, Fr as LastAuthenticationStrategy, Fs as SignInFutureEmailLinkSendParams, Ft as SignUpModalProps, Fu as EthereumWeb3Provider, G as ClerkStatus, Ga as CreateEmailAddressParams, Gc as Web3Attempt, Gd as CancelSubscriptionParams, Gi as LegalAcceptedAttribute, Gl as UserSettingsJSON, Gn as CustomMenuItem, Go as SamlIdpSlug, Gr as PermissionJSON, Gs as SignInFutureTOTPVerifyParams, Gt as UserProfileModalProps, Gu as CoinbaseOauthProvider, H as ClerkEventPayload, Ha as SessionVerifyPrepareSecondFactorParams, Hc as ResetPasswordPhoneCodeFactorConfig, Hd as BillingSubscriptionPlanPeriod, Hi as SignUpVerificationsResource, Hl as SignInData, Hn as UserPreviewId, Ho as EnterpriseProvider, Hr as OrganizationSuggestionJSON, Hs as SignInFutureResetPasswordSubmitParams, Ht as UnsubscribeCallback, Hu as AtlassianOauthProvider, I as CheckoutErrors, Ia as SessionStatus, Ic as ResetPasswordCodeFactor, Id as BillingPlanResource, Ii as SignUpField, Il as AttributesJSON, In as FieldId, Io as SessionVerificationTypes, Ir as OrganizationDomainJSON, Is as SignInFutureFinalizeParams, It as SignUpProps, Iu as MetamaskWeb3Provider, J as CreateBulkOrganizationInvitationParams, Ja as CreateWeb3WalletParams, Jc as CredentialReturn, Jd as CheckoutFlowResourceNonStrict, Ji as Jwt, Jl as VerificationStrategy, Jn as SignUpResource, Jo as APIKeysSettingsJSONSnapshot, Jr as PublicKeyCredentialRequestOptionsJSON, Js as AttemptFirstFactorParams, Jt as WaitlistProps, Ju as DropboxOauthProvider, K as ClerkThemeOptions, Ka as CreateExternalAccountParams, Kc as Web3SignatureConfig, Kd as CheckoutFlowFinalizeParams, Ki as PasswordAttribute, Kl as UserSettingsResource, Kn as ClientResource, Ko as APIKeysSettingsJSON, Kr as PhoneNumberJSON, Ks as SignInFutureTicketParams, Kt as UserProfileProps, Ku as CustomOauthProvider, L as CheckoutSignal, La as SessionTask, Lc as ResetPasswordEmailCodeAttempt, Ld as BillingStatementGroup, Li as SignUpIdentificationField, Ll as EnterpriseSSOSettings, Ln as MenuId, Lo as OrganizationInvitationResource, Lr as OrganizationDomainVerificationJSON, Ls as SignInFutureMFAPhoneCodeVerifyParams, Lt as SignUpRedirectOptions, Lu as OKXWalletWeb3Provider, M as AuthenticateWithOKXWalletParams, Ma as PendingSessionResource, Mc as PhoneCodeAttempt, Md as BillingPaymentMethodResource, Mf as ClerkUiInstance, Mi as SignUpAuthenticateWithMetamaskParams, Ml as Attribute, Mn as LocalizationValue, Mo as SessionVerificationLevel, Mr as FeatureJSON, Ms as SignInFutureCreateParams, Mt as SignOutOptions, Mu as Web3Strategy, N as AuthenticateWithSolanaParams, Na as PublicUserData, Nc as PhoneCodeConfig, Nd as BillingPaymentMethodStatus, Nf as ComponentControls, Ni as SignUpAuthenticateWithSolanaParams, Nl as AttributeData, Nn as __internal_LocalizationResource, No as SessionVerificationResource, Nr as IdentificationLinkJSON, Ns as SignInFutureEmailCodeSendParams, Nt as SignUpButtonProps, Nu as BaseWeb3Provider, O as AuthenticateWithBaseParams, Oa as CheckAuthorizationWithCustomPermissions, Oc as PasskeyAttempt, Od as BillingPayerMethods, Of as ClerkPaginationRequest, Oi as TransparentColor, Ol as PasswordValidation, On as DomainOrProxyUrl, Oo as OrganizationsJWTClaim, Or as EnterpriseAccountConnectionJSON, Os as GenerateSignatureParams, Ot as SignInProps, Ou as ResetPasswordEmailCodeStrategy, P as BrowserClerk, Pa as SessionActivity, Pc as PhoneCodeFactor, Pd as BillingPaymentResource, Pf as UIVersion, Pi as SignUpAuthenticateWithWeb3Params, Pl as AttributeDataJSON, Pn as AlertId, Po as SessionVerificationSecondFactor, Pr as ImageJSON, Ps as SignInFutureEmailCodeVerifyParams, Pt as SignUpInitialValues, Pu as CoinbaseWalletWeb3Provider, Q as CreateOrganizationProps, Qa as GetUserOrganizationSuggestionsParams, Qc as PublicKeyCredentialWithAuthenticatorAssertionResponse, Qd as ForPayerType, Qi as VersionedJwtPayload, Ql as PhoneCodeSMSChannel, Qn as SignUpFuturePasswordParams, Qo as DisplayConfigJSONSnapshot, Qr as SessionActivityJSON, Qs as PrepareSecondFactorParams, Qt as __experimental_CheckoutOptions, Qu as GitlabOauthProvider, R as CheckoutSignalValue, Ra as SessionVerifyAttemptFirstFactorParams, Rc as ResetPasswordEmailCodeFactor, Rd as BillingStatementResource, Ri as SignUpStatus, Rl as OAuthProviderSettings, Rn as OrganizationPreviewId, Ro as OrganizationInvitationStatus, Rr as OrganizationInvitationJSON, Rs as SignInFuturePasskeyParams, Rt as TaskChooseOrganizationProps, Ru as SolanaWeb3Provider, S as EnableEnvironmentSettingParams, Sa as ActiveSessionResource, Sc as EmailLinkFactor, Sd as AddPaymentMethodParams, Sf as SnakeToCamel, Si as HexColor, Sl as SignInFallbackRedirectUrl, Sn as SignInSignalValue, So as TokenResource, Sr as ClerkResourceJSON, Ss as Web3WalletJSONSnapshot, St as SetActive, Su as EnterpriseSSOStrategy, T as APIKeyResource, Ta as CheckAuthorizationFromSessionClaims, Tc as OAuthConfig, Td as BillingInitializedPaymentMethodResource, Tf as ClerkResourceReloadParams, Ti as HslaColorString, Tl as SignUpForceRedirectUrl, Tn as SignUpSignal, To as JWT, Tr as DeletedObjectJSON, Ts as AttemptWeb3WalletVerificationParams, Tt as SignInButtonProps, Tu as PasskeyStrategy, U as ClerkOptions, Ua as SessionWithActivitiesResource, Uc as TOTPAttempt, Ud as BillingSubscriptionResource, Ui as FirstNameAttribute, Ul as SignUpData, Un as InstanceType, Uo as SamlIdp, Ur as PartialWithClerkResource, Us as SignInFutureResource, Ut as UserAvatarProps, Uu as BitbucketOauthProvider, V as ClerkAuthenticateWithWeb3Params, Va as SessionVerifyPrepareFirstFactorParams, Vc as ResetPasswordPhoneCodeFactor, Vd as BillingSubscriptionItemResource, Vi as SignUpVerificationResource, Vl as PasswordSettingsData, Vn as SelectId, Vo as EnterpriseProtocol, Vr as OrganizationMembershipRequestJSON, Vs as SignInFuturePhoneCodeVerifyParams, Vt as TransferableOption, Vu as AppleOauthProvider, W as ClerkProp, Wa as SignedInSessionResource, Wc as TOTPFactor, Wd as BillingSubscriptionStatus, Wi as LastNameAttribute, Wl as SignUpModes, Wn as CustomPage, Wo as SamlIdpMap, Wr as PasskeyJSON, Ws as SignInFutureSSOParams, Wt as UserButtonProps, Wu as BoxOauthProvider, X as CreateOrganizationModalProps, Xa as GetUserOrganizationInvitationsParams, Xc as PublicKeyCredentialCreationOptionsWithoutExtensions, Xd as CreateCheckoutParams, Xi as JwtPayload, Xl as PhoneCodeChannelData, Xn as SignUpFutureEmailCodeVerifyParams, Xo as ClientJSONSnapshot, Xr as PublicUserDataJSON, Xs as AuthenticateWithPasskeyParams, Xt as __experimental_CheckoutButtonProps, Xu as FacebookOauthProvider, Y as CreateOrganizationInvitationParams, Ya as GetOrganizationMemberships, Yc as PasskeyResource, Yd as ConfirmCheckoutParams, Yi as JwtHeader, Yl as PhoneCodeChannel, Yn as SignUpFutureCreateParams, Yo as AuthConfigJSONSnapshot, Yr as PublicOrganizationDataJSON, Ys as AttemptSecondFactorParams, Yt as WithoutRouting, Yu as EnstallOauthProvider, Z as CreateOrganizationParams, Za as GetUserOrganizationMembershipParams, Zc as PublicKeyCredentialRequestOptionsWithoutExtensions, Zd as FeatureResource, Zi as SessionStatusClaim, Zl as PhoneCodeProvider, Zn as SignUpFutureFinalizeParams, Zo as CommerceSettingsJSONSnapshot, Zr as RoleJSON, Zs as PrepareFirstFactorParams, Zt as __experimental_CheckoutCacheState, Zu as GithubOauthProvider, _ as UseSignInReturn, _a as UpdateMembershipParams, _c as EmailCodeAttempt, _d as VercelOauthProvider, _f as PathValue, _i as BuiltInColors, _l as AuthenticateWithPopupParams, _n as NullableSignInSignal, _o as AttemptEmailAddressVerificationParams, _r as BillingStatementGroupJSON, _s as TokenJSONSnapshot, _t as Resources, _u as AppleIdTokenStrategy, a as SAML_IDPS, aa as UpdateOrganizationMembershipParams, ac as SignInSecondFactor, ad as LinkedinOIDCOauthProvider, af as MakeDefaultPaymentMethodParams, ai as SignUpJSON, al as SignatureVerificationAttemptParam, an as __internal_OAuthConsentProps, ao as UserOrganizationInvitationResource, ar as SignUpFutureWeb3Params, as as OrganizationJSONSnapshot, at as HeadlessBrowserClerk, au as AttemptAffiliationVerificationParams, b as EnvironmentResource, ba as PermissionResource, bc as EmailCodeSecondFactorConfig, bd as CommerceSettingsJSON, bf as Serializable, bi as EmUnit, bl as RedirectOptions, bn as SignInFields, bo as IdentificationLinkResource, br as BillingSubscriptionItemJSON, bs as UserSettingsJSONSnapshot, bt as RoutingStrategy, bu as EmailCodeStrategy, c as getWeb3ProviderData, ca as GetInvitationsParams, cc as SignInStrategy, cd as NotionOauthProvider, cf as Autocomplete, ci as TOTPJSON, cl as VerificationAttemptParams, cn as __internal_UserVerificationModalProps, co as PhoneNumberResource, cr as BackupCodeJSON, cs as PasskeyJSONSnapshot, ct as JoinWaitlistParams, cu as OrganizationDomainVerificationStatus, d as RoutingMode, da as GetMemberships, dc as EmailAddressOrPhoneNumberIdentifier, dd as OAuthScope, df as DeepPartial, di as UserJSON, dl as ClerkAPIError, dn as TelemetryCollector, do as SetReservedForSecondFactorParams, dr as BillingInitializedPaymentMethodJSON, ds as PublicUserDataJSONSnapshot, dt as NavigateOptions, du as UpdateEnrollmentModeParams, ea as OrganizationCustomRoleKey, ec as SignInAuthenticateWithSolanaParams, ed as HubspotOauthProvider, ef as GetPaymentMethodsParams, ei as SessionVerificationJSON, el as UpdatePasskeyParams, en as __experimental_SubscriptionDetailsButtonProps, eo as SetProfileImageParams, er as SignUpFuturePhoneCodeVerifyParams, es as EnterpriseAccountConnectionJSONSnapshot, et as GetAPIKeysParams, eu as ProtectConfigJSON, f as ProtectProps, fa as GetRolesParams, fc as PhoneNumberIdentifier, fd as SlackOauthProvider, ff as DeepRequired, fi as UserOrganizationInvitationJSON, fl as ClerkAPIErrorJSON, fn as TelemetryEvent, fo as OrganizationSuggestionResource, fr as BillingMoneyAmountJSON, fs as SessionJSONSnapshot, ft as OrganizationListProps, fu as CaptchaProvider, g as UseSessionReturn, ga as SetOrganizationLogoParams, gc as BackupCodeFactor, gd as TwitterOauthProvider, gf as Override, gi as BoxShadow, gl as AfterSignOutUrl, gn as FieldError, go as ReauthorizeExternalAccountParams, gr as BillingPlanJSON, gs as SignUpVerificationsJSONSnapshot, gt as PricingTableProps, gu as PreferredSignInStrategy, h as UseSessionListReturn, ha as OrganizationResource, hc as BackupCodeAttempt, hd as TwitchOauthProvider, hf as Nullable, hi as Web3WalletJSON, hl as AfterMultiSessionSingleSignOutUrl, hn as Errors, ho as ExternalAccountResource, hr as BillingPaymentMethodJSON, hs as SignUpVerificationJSONSnapshot, ht as OrganizationSwitcherProps, hu as DisplayConfigResource, i as OAUTH_PROVIDERS, ia as OrganizationSystemPermissionPrefix, ic as SignInIdentifier, id as LinearOauthProvider, if as InitializePaymentMethodParams, ii as SignUpEnterpriseConnectionJSON, il as PasskeyVerificationResource, in as __internal_EnableOrganizationsPromptProps, io as VerifyTOTPParams, ir as SignUpFutureUpdateParams, is as IdentificationLinkJSONSnapshot, it as HandleSamlCallbackParams, iu as OrganizationSettingsResource, j as AuthenticateWithMetamaskParams, ja as PendingSessionOptions, jc as PasswordFactor, jd as BillingPaymentChargeType, jf as ClerkUiConstructor, ji as SignUpAttributeField, jl as Actions, jn as LocalizationResource, jo as SessionVerificationFirstFactor, jr as ExternalAccountJSON, js as SignInFutureBackupCodeVerifyParams, jt as SignOutCallback, ju as TicketStrategy, k as AuthenticateWithCoinbaseWalletParams, ka as GetToken, kc as PasskeyFactor, kd as BillingPayerResource, kf as DeletedObjectResource, ki as AttemptVerificationParams, kl as ValidatePasswordCallbacks, kn as MultiDomainAndOrProxy, ko as ReverificationConfig, kr as EnterpriseAccountJSON, ks as PrepareWeb3WalletVerificationParams, kt as SignInRedirectOptions, ku as ResetPasswordPhoneCodeStrategy, l as sortedOAuthProviders, la as GetMembersParams, lc as UserData, ld as OAuthProvider, lf as CamelToSnake, li as TokenJSON, ll as VerificationResource, ln as __internal_UserVerificationProps, lo as PhoneNumberVerificationStrategy, lr as BillingCheckoutJSON, ls as PhoneNumberJSONSnapshot, lt as ListenerCallback, lu as OrganizationEnrollmentMode, m as UseAuthReturn, ma as InviteMembersParams, mc as Web3WalletIdentifier, md as TiktokOauthProvider, mf as ForceNull, mi as WaitlistJSON, ml as ClerkRuntimeError, mn as TelemetryLogEntry, mo as ImageResource, mr as BillingPaymentJSON, ms as SignUpJSONSnapshot, mt as OrganizationProfileProps, mu as DisplayConfigJSON, n as ServerGetToken, na as OrganizationPermissionKey, nc as SignInFactor, nd as InstagramOauthProvider, nf as GetStatementsParams, ni as SignInFirstFactorJSON, nl as CreateEmailLinkFlowReturn, nn as __internal_AttemptToEnableEnvironmentSettingResult, no as UpdateUserPasswordParams, nr as SignUpFutureSSOParams, ns as EnvironmentJSONSnapshot, nt as HandleEmailLinkVerificationParams, nu as ProtectLoader, o as WEB3_PROVIDERS, oa as AddMemberParams, oc as SignInStartEmailLinkFlowParams, od as LinkedinOauthProvider, of as PaymentGateway, oi as SignUpVerificationJSON, ol as StartEmailLinkFlowParams, on as __internal_PlanDetailsProps, oo as TOTPResource, or as ApiKeyJSON, os as OrganizationMembershipJSONSnapshot, ot as HeadlessBrowserClerkConstructor, ou as OrganizationDomainResource, p as PublishableKey, pa as InviteMemberParams, pc as UsernameIdentifier, pd as SpotifyOauthProvider, pf as DeepSnakeToCamel, pi as VerificationJSON, pl as ClerkAPIResponseError, pn as TelemetryEventRaw, po as OrganizationSuggestionStatus, pr as BillingPayerJSON, ps as SignInJSONSnapshot, pt as OrganizationProfileModalProps, pu as CaptchaWidgetType, q as CreateAPIKeyParams, qa as CreatePhoneNumberParams, qc as Web3SignatureFactor, qd as CheckoutFlowResource, qi as ActClaim, ql as UsernameSettingsData, qn as SignUpEnterpriseConnectionResource, qo as APIKeysSettingsResource, qr as PublicKeyCredentialCreationOptionsJSON, qs as SignInFutureWeb3Params, qt as WaitlistModalProps, qu as DiscordOauthProvider, r as ServerGetTokenOptions, ra as OrganizationSystemPermissionKey, rc as SignInFirstFactor, rd as LineOauthProvider, rf as GetSubscriptionParams, ri as SignInSecondFactorJSON, rl as CreateEnterpriseSSOLinkFlowReturn, rn as __internal_CheckoutProps, ro as UserResource, rr as SignUpFutureTicketParams, rs as ExternalAccountJSONSnapshot, rt as HandleOAuthCallbackParams, ru as OrganizationSettingsJSON, s as getOAuthProviderData, sa as GetDomainsParams, sc as SignInStatus, sd as MicrosoftOauthProvider, sf as RemovePaymentMethodParams, si as SignUpVerificationsJSON, sl as StartEnterpriseSSOLinkFlowParams, sn as __internal_SubscriptionDetailsProps, so as AttemptPhoneNumberVerificationParams, sr as AuthConfigJSON, ss as OrganizationSettingsJSONSnapshot, st as IsomorphicClerkOptions, su as OrganizationDomainVerification, t as InitialState, ta as OrganizationMembershipResource, tc as SignInCreateParams, td as HuggingfaceOAuthProvider, tf as GetPlansParams, ti as SessionWithActivitiesJSON, tl as CodeVerificationAttemptParam, tn as __internal_AttemptToEnableEnvironmentSettingParams, to as UpdateUserParams, tr as SignUpFutureResource, ts as EnterpriseAccountJSONSnapshot, tt as GoogleOneTapProps, tu as ProtectConfigResource, u as ClerkHostRouter, ua as GetMembershipRequestParams, uc as EmailAddressIdentifier, ud as OAuthProviderData, uf as DeepCamelToSnake, ui as UserDataJSON, ul as VerificationStatus, un as WaitlistResource, uo as PreparePhoneNumberVerificationParams, ur as BillingCheckoutTotalsJSON, us as ProtectConfigJSONSnapshot, ut as LoadedClerk, uu as PrepareAffiliationVerificationParams, v as UseSignUpReturn, va as UpdateOrganizationParams, vc as EmailCodeConfig, vd as XOauthProvider, vf as RecordToPath, vi as Color, vl as AuthenticateWithRedirectParams, vn as NullableSignUpSignal, vo as EmailAddressResource, vr as BillingStatementJSON, vs as UserDataJSONSnapshot, vt as RevokeAPIKeyParams, vu as BackupCodeStrategy, w as AuthConfigResource, wa as CheckAuthorizationFn, wc as EnterpriseSSOFactor, wd as BillingCheckoutTotals, wf as ClerkResource, wi as HslaColor, wl as SignUpFallbackRedirectUrl, wn as SignUpFields, wo as ClerkJWTClaims, wr as ClientTrustState, ws as SignInResource, wt as SetActiveParams, wu as OAuthStrategy, x as DevToolsResource, xa as OrganizationMembershipRequestResource, xc as EmailLinkConfig, xd as CommerceSettingsResource, xf as Simplify, xi as FontWeight, xl as RedirectUrlProp, xn as SignInSignal, xo as BackupCodeResource, xr as BillingSubscriptionJSON, xs as VerificationJSONSnapshot, xt as SDKMetadata, xu as EmailLinkStrategy, y as UseUserReturn, ya as RoleResource, yc as EmailCodeFactor, yd as XeroOauthProvider, yf as RemoveFunctions, yi as ColorString, yl as NewSubscriptionRedirectUrl, yn as SignInErrors, yo as PrepareEmailAddressVerificationParams, yr as BillingStatementTotalsJSON, ys as UserJSONSnapshot, yt as RoutingOptions, yu as CustomOAuthStrategy, z as Clerk, za as SessionVerifyAttemptSecondFactorParams, zc as ResetPasswordEmailCodeFactorConfig, zd as BillingStatementStatus, zi as SignUpUpdateParams, zl as OAuthProviders, zn as ProfilePageId, zo as EnterpriseAccountConnectionResource, zr as OrganizationJSON, zs as SignInFuturePasswordParams, zt as TaskResetPasswordProps, zu as Web3Provider } from "../index-C799Ulyv.mjs";
2
+ import "../moduleManager-BYIq4wgi.mjs";
3
+ export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithSolanaParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, EthereumWeb3Provider, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInAuthenticateWithSolanaParams, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithSolanaParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SolanaWeb3Provider, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
@@ -1,3 +1,3 @@
1
- import { $ as GetAPIKeysParams, $a as UpdateUserParams, $c as CreateEmailLinkFlowReturn, $d as InitializePaymentMethodParams, $i as OrganizationMembershipResource, $l as ProtectLoader, $n as SignUpFuturePhoneCodeVerifyParams, $o as EnterpriseAccountJSONSnapshot, $r as SessionVerificationJSON, $s as SignInFactor, $t as __experimental_SubscriptionDetailsButtonProps, $u as LinearOauthProvider, A as AuthenticateWithGoogleOneTapParams, Aa as PendingSessionResource, Ac as PhoneCodeConfig, Ad as BillingPaymentStatus, Ai as SignUpAttributeField, Al as AttributeData, An as LocalizationResource, Ao as SessionVerificationLevel, Ar as ExternalAccountJSON, As as SignInFutureCreateParams, At as SignOutCallback, Au as BaseWeb3Provider, B as ClerkAuthenticateWithWeb3Params, Ba as SessionVerifyPrepareSecondFactorParams, Bc as TOTPAttempt, Bd as CancelSubscriptionParams, Bi as SignUpVerificationsResource, Bl as SignUpData, Bn as SelectId, Bo as EnterpriseProvider, Br as OrganizationMembershipRequestJSON, Bs as SignInFutureResetPasswordSubmitParams, Bt as TransferableOption, Bu as CoinbaseOauthProvider, C as SharedSignedInAuthObjectProperties, Ca as CheckAuthorizationFromSessionClaims, Cc as OauthFactor, Cd as BillingPayerMethods, Cf as ClerkPaginationRequest, Ci as HslaColor, Cl as ComplexityErrors, Cn as SignUpFields, Co as JWT, Cr as ClientTrustState, Cs as AttemptWeb3WalletVerificationParams, Ct as SetActiveParams, Cu as PasswordStrategy, D as APIKeysProps, Da as GetToken, Dc as PasswordAttempt, Dd as BillingPaymentMethodResource, Df as ClerkUiInstance, Di as TransparentColor, Dl as ZxcvbnResult, Dn as DomainOrProxyUrl, Do as ReverificationConfig, Dr as EnterpriseAccountConnectionJSON, Ds as PrepareWeb3WalletVerificationParams, Dt as SignInProps, Du as TOTPStrategy, E as APIKeysNamespace, Ea as CheckAuthorizationWithCustomPermissions, Ec as PasskeyFactor, Ed as BillingPaymentChargeType, Ef as ClerkUiConstructor, Ei as RgbaColorString, El as ValidatePasswordCallbacks, En as State, Eo as OrganizationsJWTClaim, Er as EmailAddressJSON, Es as GenerateSignatureParams, Et as SignInModalProps, Eu as ResetPasswordPhoneCodeStrategy, F as CheckoutErrors, Fa as SessionTask, Fc as ResetPasswordEmailCodeFactor, Fd as BillingStatementTotals, Fi as SignUpIdentificationField, Fl as OAuthProviderSettings, Fn as FieldId, Fo as OrganizationInvitationResource, Fr as OrganizationDomainJSON, Fs as SignInFutureMFAPhoneCodeVerifyParams, Ft as SignUpProps, Fu as Web3ProviderData, G as ClerkThemeOptions, Ga as CreatePhoneNumberParams, Gc as CredentialReturn, Gd as CreateCheckoutParams, Gi as ActClaim, Gl as VerificationStrategy, Gn as ClientResource, Go as APIKeysSettingsResource, Gr as PhoneNumberJSON, Gs as SignInFutureWeb3Params, Gt as UserProfileProps, Gu as FacebookOauthProvider, H as ClerkOptions, Ha as SignedInSessionResource, Hc as Web3Attempt, Hd as CheckoutFlowResource, Hi as LastNameAttribute, Hl as UserSettingsJSON, Hn as InstanceType, Ho as SamlIdpMap, Hr as PartialWithClerkResource, Hs as SignInFutureSSOParams, Ht as UserAvatarProps, Hu as DiscordOauthProvider, I as CheckoutSignal, Ia as SessionVerifyAttemptFirstFactorParams, Ic as ResetPasswordEmailCodeFactorConfig, Id as BillingSubscriptionItemResource, Ii as SignUpStatus, Il as OAuthProviders, In as MenuId, Io as OrganizationInvitationStatus, Ir as OrganizationDomainVerificationJSON, Is as SignInFuturePasskeyParams, It as SignUpRedirectOptions, Iu as AppleOauthProvider, J as CreateOrganizationInvitationParams, Ja as GetUserOrganizationInvitationsParams, Jc as PublicKeyCredentialRequestOptionsWithoutExtensions, Jd as GetPaymentAttemptsParams, Ji as JwtPayload, Jl as PhoneCodeProvider, Jn as SignUpFutureCreateParams, Jo as ClientJSONSnapshot, Jr as PublicOrganizationDataJSON, Js as AuthenticateWithPasskeyParams, Jt as WithoutRouting, Ju as GoogleOauthProvider, K as CreateAPIKeyParams, Ka as CreateWeb3WalletParams, Kc as PasskeyResource, Kd as FeatureResource, Ki as Jwt, Kl as PhoneCodeChannel, Kn as SignUpEnterpriseConnectionResource, Ko as APIKeysSettingsJSONSnapshot, Kr as PublicKeyCredentialCreationOptionsJSON, Ks as AttemptFirstFactorParams, Kt as WaitlistModalProps, Ku as GithubOauthProvider, L as CheckoutSignalValue, La as SessionVerifyAttemptSecondFactorParams, Lc as ResetPasswordPhoneCodeAttempt, Ld as BillingSubscriptionPlanPeriod, Li as SignUpUpdateParams, Ll as PasskeySettingsData, Ln as OrganizationPreviewId, Lo as EnterpriseAccountConnectionResource, Lr as OrganizationInvitationJSON, Ls as SignInFuturePasswordParams, Lt as TaskChooseOrganizationProps, Lu as AtlassianOauthProvider, M as AuthenticateWithOKXWalletParams, Ma as SessionActivity, Mc as PhoneCodeSecondFactorConfig, Md as BillingStatementGroup, Mi as SignUpAuthenticateWithWeb3Params, Ml as Attributes, Mn as __internal_LocalizationResource, Mo as SessionVerificationSecondFactor, Mr as IdentificationLinkJSON, Ms as SignInFutureEmailCodeVerifyParams, Mt as SignUpButtonProps, Mu as MetamaskWeb3Provider, N as BrowserClerk, Na as SessionResource, Nc as ResetPasswordCodeFactor, Nd as BillingStatementResource, Ni as SignUpCreateParams, Nl as AttributesJSON, Nn as AlertId, No as SessionVerificationStatus, Nr as ImageJSON, Ns as SignInFutureEmailLinkSendParams, Nt as SignUpInitialValues, Nu as OKXWalletWeb3Provider, O as AuthenticateWithBaseParams, Oa as GetTokenOptions, Oc as PasswordFactor, Od as BillingPaymentMethodStatus, Of as ComponentControls, Oi as AttemptVerificationParams, Ol as Actions, On as MultiDomainAndOrProxy, Oo as SessionVerificationAfterMinutes, Or as EnterpriseAccountJSON, Os as Web3WalletResource, Ot as SignInRedirectOptions, Ou as TicketStrategy, P as BrowserClerkConstructor, Pa as SessionStatus, Pc as ResetPasswordEmailCodeAttempt, Pd as BillingStatementStatus, Pi as SignUpField, Pl as EnterpriseSSOSettings, Pn as CardActionId, Po as SessionVerificationTypes, Pr as LastAuthenticationStrategy, Ps as SignInFutureFinalizeParams, Pt as SignUpModalProps, Pu as Web3Provider, Q as CustomNavigation, Qa as SetProfileImageParams, Qc as CodeVerificationAttemptParam, Qd as GetSubscriptionParams, Qi as OrganizationCustomRoleKey, Ql as ProtectConfigResource, Qn as SignUpFuturePhoneCodeSendParams, Qo as EnterpriseAccountConnectionJSONSnapshot, Qr as SessionJSON, Qs as SignInCreateParams, Qt as __experimental_PlanDetailsButtonProps, Qu as LineOauthProvider, R as Clerk, Ra as SessionVerifyCreateParams, Rc as ResetPasswordPhoneCodeFactor, Rd as BillingSubscriptionResource, Ri as SignUpVerifiableField, Rl as PasswordSettingsData, Rn as ProfilePageId, Ro as EnterpriseAccountResource, Rr as OrganizationJSON, Rs as SignInFuturePhoneCodeSendParams, Rt as TaskResetPasswordProps, Ru as BitbucketOauthProvider, S as EnableEnvironmentSettingParams, Sa as CheckAuthorizationFn, Sc as OAuthConfig, Sd as BillingNamespace, Sf as ClerkPaginationParams, Si as HexColorString, Sl as SignUpForceRedirectUrl, Sn as SignUpErrors, So as ClerkJWTClaims, Sr as ClientJSON, Ss as SignInResource, St as SetActiveNavigate, Su as PasskeyStrategy, T as APIKeyResource, Ta as CheckAuthorizationParamsWithCustomPermissions, Tc as PasskeyAttempt, Td as BillingPayerResourceType, Tf as ClerkUi, Ti as RgbaColor, Tl as PasswordValidation, Tn as SignUpSignalValue, To as JWTHeader, Tr as DisplayThemeJSON, Ts as GenerateSignature, Tt as SignInInitialValues, Tu as ResetPasswordEmailCodeStrategy, U as ClerkProp, Ua as CreateEmailAddressParams, Uc as Web3SignatureConfig, Ud as CheckoutFlowResourceNonStrict, Ui as LegalAcceptedAttribute, Ul as UserSettingsResource, Un as CustomPage, Uo as SamlIdpSlug, Ur as PasskeyJSON, Us as SignInFutureTOTPVerifyParams, Ut as UserButtonProps, Uu as DropboxOauthProvider, V as ClerkEventPayload, Va as SessionWithActivitiesResource, Vc as TOTPFactor, Vd as CheckoutFlowFinalizeParams, Vi as FirstNameAttribute, Vl as SignUpModes, Vn as UserPreviewId, Vo as SamlIdp, Vr as OrganizationSuggestionJSON, Vs as SignInFutureResource, Vt as UnsubscribeCallback, Vu as CustomOauthProvider, W as ClerkStatus, Wa as CreateExternalAccountParams, Wc as Web3SignatureFactor, Wd as ConfirmCheckoutParams, Wi as PasswordAttribute, Wl as UsernameSettingsData, Wn as CustomMenuItem, Wo as APIKeysSettingsJSON, Wr as PermissionJSON, Ws as SignInFutureTicketParams, Wt as UserProfileModalProps, Wu as EnstallOauthProvider, X as CreateOrganizationParams, Xa as GetUserOrganizationSuggestionsParams, Xc as PublicKeyCredentialWithAuthenticatorAttestationResponse, Xd as GetPlansParams, Xi as VersionedJwtPayload, Xl as PhoneCodeWhatsAppChannel, Xn as SignUpFutureFinalizeParams, Xo as DisplayConfigJSONSnapshot, Xr as RoleJSON, Xs as PrepareSecondFactorParams, Xt as __experimental_CheckoutCacheState, Xu as HuggingfaceOAuthProvider, Y as CreateOrganizationModalProps, Ya as GetUserOrganizationMembershipParams, Yc as PublicKeyCredentialWithAuthenticatorAssertionResponse, Yd as GetPaymentMethodsParams, Yi as SessionStatusClaim, Yl as PhoneCodeSMSChannel, Yn as SignUpFutureEmailCodeVerifyParams, Yo as CommerceSettingsJSONSnapshot, Yr as PublicUserDataJSON, Ys as PrepareFirstFactorParams, Yt as __experimental_CheckoutButtonProps, Yu as HubspotOauthProvider, Z as CreateOrganizationProps, Za as RemoveUserPasswordParams, Zc as UpdatePasskeyParams, Zd as GetStatementsParams, Zi as OrganizationCustomPermissionKey, Zl as ProtectConfigJSON, Zn as SignUpFuturePasswordParams, Zo as EmailAddressJSONSnapshot, Zr as SessionActivityJSON, Zs as ResetPasswordParams, Zt as __experimental_CheckoutOptions, Zu as InstagramOauthProvider, _ as UseSignInReturn, _a as RoleResource, _c as EmailCodeSecondFactorConfig, _d as AddPaymentMethodParams, _f as SnakeToCamel, _i as Color, _l as RedirectOptions, _n as NullableSignUpSignal, _o as PrepareEmailAddressVerificationParams, _r as BillingStatementJSON, _s as UserJSONSnapshot, _t as RevokeAPIKeyParams, _u as EmailCodeStrategy, a as SAML_IDPS, aa as GetDomainsParams, ac as SignInStrategy, ad as OAuthProviderData, af as DeepCamelToSnake, ai as SignUpVerificationJSON, al as VerificationAttemptParams, an as __internal_PlanDetailsProps, ao as AttemptPhoneNumberVerificationParams, ar as ApiKeyJSON, as as OrganizationSettingsJSONSnapshot, at as HeadlessBrowserClerkConstructor, au as OrganizationDomainVerificationStatus, b as EnvironmentResource, ba as ActiveSessionResource, bc as EnterpriseSSOConfig, bd as BillingInitializedPaymentMethodResource, bf as ClerkResourceReloadParams, bi as FontWeight, bl as SignInForceRedirectUrl, bn as SignInSignal, bo as TokenResource, br as BillingSubscriptionJSON, bs as Web3WalletJSONSnapshot, bt as SDKMetadata, bu as GoogleOneTapStrategy, c as getWeb3ProviderData, ca as GetMembershipRequestParams, cc as EmailAddressOrPhoneNumberIdentifier, cd as SpotifyOauthProvider, cf as DeepSnakeToCamel, ci as TokenJSON, cl as ClerkAPIError, cn as __internal_UserVerificationProps, co as PreparePhoneNumberVerificationParams, cr as BillingCheckoutJSON, cs as ProtectConfigJSONSnapshot, ct as ListenerCallback, cu as UpdateEnrollmentModeParams, d as RoutingMode, da as InviteMemberParams, dc as Web3WalletIdentifier, dd as TwitterOauthProvider, df as Override, di as UserOrganizationInvitationJSON, dl as ClerkRuntimeError, dn as TelemetryEvent, do as OrganizationSuggestionStatus, dr as BillingMoneyAmountJSON, ds as SignInJSONSnapshot, dt as OrganizationListProps, du as DisplayConfigJSON, ea as OrganizationPermissionKey, ec as SignInFirstFactor, ed as LinkedinOIDCOauthProvider, ef as MakeDefaultPaymentMethodParams, ei as SessionWithActivitiesJSON, el as CreateEnterpriseSSOLinkFlowReturn, en as __internal_AttemptToEnableEnvironmentSettingParams, eo as UpdateUserPasswordParams, er as SignUpFutureResource, es as EnvironmentJSONSnapshot, et as GoogleOneTapProps, eu as OrganizationSettingsJSON, f as ProtectProps, fa as InviteMembersParams, fc as BackupCodeAttempt, fd as VercelOauthProvider, ff as PathValue, fi as VerificationJSON, fl as AfterMultiSessionSingleSignOutUrl, fn as TelemetryEventRaw, fo as ImageResource, fr as BillingPayerJSON, fs as SignUpJSONSnapshot, ft as OrganizationProfileModalProps, fu as DisplayConfigResource, g as UseSessionReturn, ga as UpdateOrganizationParams, gc as EmailCodeFactor, gd as CommerceSettingsResource, gf as Simplify, gi as BuiltInColors, gl as NewSubscriptionRedirectUrl, gn as NullableSignInSignal, go as EmailAddressResource, gr as BillingStatementGroupJSON, gs as UserDataJSONSnapshot, gt as Resources, gu as CustomOAuthStrategy, h as UseSessionListReturn, ha as UpdateMembershipParams, hc as EmailCodeConfig, hd as CommerceSettingsJSON, hf as Serializable, hi as BoxShadow, hl as AuthenticateWithRedirectParams, hn as FieldError, ho as AttemptEmailAddressVerificationParams, hr as BillingPlanJSON, hs as TokenJSONSnapshot, ht as PricingTableProps, hu as BackupCodeStrategy, i as OAUTH_PROVIDERS, ia as AddMemberParams, ic as SignInStatus, id as OAuthProvider, if as CamelToSnake, ii as SignUpJSON, il as StartEnterpriseSSOLinkFlowParams, in as __internal_OAuthConsentProps, io as TOTPResource, ir as SignUpFutureWeb3Params, is as OrganizationMembershipJSONSnapshot, it as HeadlessBrowserClerk, iu as OrganizationDomainVerification, j as AuthenticateWithMetamaskParams, ja as PublicUserData, jc as PhoneCodeFactor, jd as BillingPlanResource, ji as SignUpAuthenticateWithMetamaskParams, jl as AttributeDataJSON, jn as LocalizationValue, jo as SessionVerificationResource, jr as FeatureJSON, js as SignInFutureEmailCodeSendParams, jt as SignOutOptions, ju as CoinbaseWalletWeb3Provider, k as AuthenticateWithCoinbaseWalletParams, ka as PendingSessionOptions, kc as PhoneCodeAttempt, kd as BillingPaymentResource, kf as UIVersion, ki as PrepareVerificationParams, kl as Attribute, kn as MultiDomainAndOrProxyPrimitives, ko as SessionVerificationFirstFactor, kr as EnvironmentJSON, ks as SignInFutureBackupCodeVerifyParams, kt as SignOut, ku as Web3Strategy, l as sortedOAuthProviders, la as GetMemberships, lc as PhoneNumberIdentifier, ld as TiktokOauthProvider, lf as ForceNull, li as UserDataJSON, ll as ClerkAPIErrorJSON, ln as WaitlistResource, lo as SetReservedForSecondFactorParams, lr as BillingCheckoutTotalsJSON, ls as PublicUserDataJSONSnapshot, lt as LoadedClerk, lu as CaptchaProvider, m as UseAuthReturn, ma as SetOrganizationLogoParams, mc as EmailCodeAttempt, md as XeroOauthProvider, mf as RemoveFunctions, mi as Web3WalletJSON, ml as AuthenticateWithPopupParams, mn as Errors, mo as ReauthorizeExternalAccountParams, mr as BillingPaymentMethodJSON, ms as SignUpVerificationsJSONSnapshot, mt as OrganizationSwitcherProps, mu as AppleIdTokenStrategy, n as ServerGetToken, na as OrganizationSystemPermissionPrefix, nc as SignInSecondFactor, nd as MicrosoftOauthProvider, nf as RemovePaymentMethodParams, ni as SignInSecondFactorJSON, nl as SignatureVerificationAttemptParam, nn as __internal_CheckoutProps, no as VerifyTOTPParams, nr as SignUpFutureTicketParams, ns as IdentificationLinkJSONSnapshot, nt as HandleOAuthCallbackParams, nu as AttemptAffiliationVerificationParams, o as WEB3_PROVIDERS, oa as GetInvitationsParams, oc as UserData, od as OAuthScope, of as DeepPartial, oi as SignUpVerificationsJSON, ol as VerificationResource, on as __internal_SubscriptionDetailsProps, oo as PhoneNumberResource, or as AuthConfigJSON, os as PasskeyJSONSnapshot, ot as IsomorphicClerkOptions, ou as OrganizationEnrollmentMode, p as PublishableKey, pa as OrganizationResource, pc as BackupCodeFactor, pd as XOauthProvider, pf as RecordToPath, pi as WaitlistJSON, pl as AfterSignOutUrl, pn as TelemetryLogEntry, po as ExternalAccountResource, pr as BillingPaymentJSON, ps as SignUpVerificationJSONSnapshot, pt as OrganizationProfileProps, pu as PreferredSignInStrategy, q as CreateBulkOrganizationInvitationParams, qa as GetOrganizationMemberships, qc as PublicKeyCredentialCreationOptionsWithoutExtensions, qd as ForPayerType, qi as JwtHeader, ql as PhoneCodeChannelData, qn as SignUpResource, qo as AuthConfigJSONSnapshot, qr as PublicKeyCredentialRequestOptionsJSON, qs as AttemptSecondFactorParams, qt as WaitlistProps, qu as GitlabOauthProvider, r as ServerGetTokenOptions, ra as UpdateOrganizationMembershipParams, rc as SignInStartEmailLinkFlowParams, rd as NotionOauthProvider, rf as Autocomplete, ri as SignUpEnterpriseConnectionJSON, rl as StartEmailLinkFlowParams, rn as __internal_EnableOrganizationsPromptProps, ro as UserOrganizationInvitationResource, rr as SignUpFutureUpdateParams, rs as OrganizationJSONSnapshot, rt as HandleSamlCallbackParams, ru as OrganizationDomainResource, s as getOAuthProviderData, sa as GetMembersParams, sc as EmailAddressIdentifier, sd as SlackOauthProvider, sf as DeepRequired, si as TOTPJSON, sl as VerificationStatus, sn as __internal_UserVerificationModalProps, so as PhoneNumberVerificationStrategy, sr as BackupCodeJSON, ss as PhoneNumberJSONSnapshot, st as JoinWaitlistParams, su as PrepareAffiliationVerificationParams, t as InitialState, ta as OrganizationSystemPermissionKey, tc as SignInIdentifier, td as LinkedinOauthProvider, tf as PaymentGateway, ti as SignInFirstFactorJSON, tl as PasskeyVerificationResource, tn as __internal_AttemptToEnableEnvironmentSettingResult, to as UserResource, tr as SignUpFutureSSOParams, ts as ExternalAccountJSONSnapshot, tt as HandleEmailLinkVerificationParams, tu as OrganizationSettingsResource, u as ClerkHostRouter, ua as GetRolesParams, uc as UsernameIdentifier, ud as TwitchOauthProvider, uf as Nullable, ui as UserJSON, ul as ClerkAPIResponseError, un as TelemetryCollector, uo as OrganizationSuggestionResource, ur as BillingInitializedPaymentMethodJSON, us as SessionJSONSnapshot, ut as NavigateOptions, uu as CaptchaWidgetType, v as UseSignUpReturn, va as PermissionResource, vc as EmailLinkConfig, vd as BillingCheckoutResource, vf as Without, vi as ColorString, vl as RedirectUrlProp, vn as SignInErrors, vo as IdentificationLinkResource, vr as BillingStatementTotalsJSON, vs as UserSettingsJSONSnapshot, vt as RoutingOptions, vu as EmailLinkStrategy, w as AuthConfigResource, wa as CheckAuthorizationParamsFromSessionClaims, wc as PassKeyConfig, wd as BillingPayerResource, wf as DeletedObjectResource, wi as HslaColorString, wl as PasswordStrength, wn as SignUpSignal, wo as JWTClaims, wr as DeletedObjectJSON, ws as AuthenticateWithWeb3Params, wt as SignInButtonProps, wu as PhoneCodeStrategy, x as DevToolsResource, xa as CheckAuthorization, xc as EnterpriseSSOFactor, xd as BillingMoneyAmount, xf as ClerkPaginatedResponse, xi as HexColor, xl as SignUpFallbackRedirectUrl, xn as SignInSignalValue, xo as ActJWTClaim, xr as ClerkResourceJSON, xs as SignInJSON, xt as SetActive, xu as OAuthStrategy, y as UseUserReturn, ya as OrganizationMembershipRequestResource, yc as EmailLinkFactor, yd as BillingCheckoutTotals, yf as ClerkResource, yi as EmUnit, yl as SignInFallbackRedirectUrl, yn as SignInFields, yo as BackupCodeResource, yr as BillingSubscriptionItemJSON, ys as VerificationJSONSnapshot, yt as RoutingStrategy, yu as EnterpriseSSOStrategy, z as ClerkAppearanceTheme, za as SessionVerifyPrepareFirstFactorParams, zc as ResetPasswordPhoneCodeFactorConfig, zd as BillingSubscriptionStatus, zi as SignUpVerificationResource, zl as SignInData, zn as ProfileSectionId, zo as EnterpriseProtocol, zr as OrganizationMembershipJSON, zs as SignInFuturePhoneCodeVerifyParams, zt as TasksRedirectOptions, zu as BoxOauthProvider } from "../index-C32ntfvR.js";
1
+ import { $ as CustomNavigation, $a as RemoveUserPasswordParams, $c as PublicKeyCredentialWithAuthenticatorAttestationResponse, $d as GetPaymentAttemptsParams, $i as OrganizationCustomPermissionKey, $l as PhoneCodeWhatsAppChannel, $n as SignUpFuturePhoneCodeSendParams, $o as EmailAddressJSONSnapshot, $r as SessionJSON, $s as ResetPasswordParams, $t as __experimental_PlanDetailsButtonProps, $u as GoogleOauthProvider, A as AuthenticateWithGoogleOneTapParams, Aa as GetTokenOptions, Ac as PasswordAttempt, Ad as BillingPayerResourceType, Af as ClerkUi, Ai as PrepareVerificationParams, Al as ZxcvbnResult, An as MultiDomainAndOrProxyPrimitives, Ao as SessionVerificationAfterMinutes, Ar as EnvironmentJSON, As as Web3WalletResource, At as SignOut, Au as TOTPStrategy, B as ClerkAppearanceTheme, Ba as SessionVerifyCreateParams, Bc as ResetPasswordPhoneCodeAttempt, Bd as BillingStatementTotals, Bi as SignUpVerifiableField, Bl as PasskeySettingsData, Bn as ProfileSectionId, Bo as EnterpriseAccountResource, Br as OrganizationMembershipJSON, Bs as SignInFuturePhoneCodeSendParams, Bt as TasksRedirectOptions, Bu as Web3ProviderData, C as SharedSignedInAuthObjectProperties, Ca as CheckAuthorization, Cc as EnterpriseSSOConfig, Cd as BillingCheckoutResource, Cf as Without, Ci as HexColorString, Cl as SignInForceRedirectUrl, Cn as SignUpErrors, Co as ActJWTClaim, Cr as ClientJSON, Cs as SignInJSON, Ct as SetActiveNavigate, Cu as GoogleOneTapStrategy, D as APIKeysProps, Da as CheckAuthorizationParamsWithCustomPermissions, Dc as PassKeyConfig, Dd as BillingNamespace, Df as ClerkPaginationParams, Di as RgbaColorString, Dl as PasswordStrength, Dn as State, Do as JWTHeader, Dr as EmailAddressJSON, Ds as GenerateSignature, Dt as SignInModalProps, Du as PhoneCodeStrategy, E as APIKeysNamespace, Ea as CheckAuthorizationParamsFromSessionClaims, Ec as OauthFactor, Ed as BillingMoneyAmount, Ef as ClerkPaginatedResponse, Ei as RgbaColor, El as ComplexityErrors, En as SignUpSignalValue, Eo as JWTClaims, Er as DisplayThemeJSON, Es as AuthenticateWithWeb3Params, Et as SignInInitialValues, Eu as PasswordStrategy, F as BrowserClerkConstructor, Fa as SessionResource, Fc as PhoneCodeSecondFactorConfig, Fd as BillingPaymentStatus, Fi as SignUpCreateParams, Fl as Attributes, Fn as CardActionId, Fo as SessionVerificationStatus, Fr as LastAuthenticationStrategy, Fs as SignInFutureEmailLinkSendParams, Ft as SignUpModalProps, Fu as EthereumWeb3Provider, G as ClerkStatus, Ga as CreateEmailAddressParams, Gc as Web3Attempt, Gd as CancelSubscriptionParams, Gi as LegalAcceptedAttribute, Gl as UserSettingsJSON, Gn as CustomMenuItem, Go as SamlIdpSlug, Gr as PermissionJSON, Gs as SignInFutureTOTPVerifyParams, Gt as UserProfileModalProps, Gu as CoinbaseOauthProvider, H as ClerkEventPayload, Ha as SessionVerifyPrepareSecondFactorParams, Hc as ResetPasswordPhoneCodeFactorConfig, Hd as BillingSubscriptionPlanPeriod, Hi as SignUpVerificationsResource, Hl as SignInData, Hn as UserPreviewId, Ho as EnterpriseProvider, Hr as OrganizationSuggestionJSON, Hs as SignInFutureResetPasswordSubmitParams, Ht as UnsubscribeCallback, Hu as AtlassianOauthProvider, I as CheckoutErrors, Ia as SessionStatus, Ic as ResetPasswordCodeFactor, Id as BillingPlanResource, Ii as SignUpField, Il as AttributesJSON, In as FieldId, Io as SessionVerificationTypes, Ir as OrganizationDomainJSON, Is as SignInFutureFinalizeParams, It as SignUpProps, Iu as MetamaskWeb3Provider, J as CreateBulkOrganizationInvitationParams, Ja as CreateWeb3WalletParams, Jc as CredentialReturn, Jd as CheckoutFlowResourceNonStrict, Ji as Jwt, Jl as VerificationStrategy, Jn as SignUpResource, Jo as APIKeysSettingsJSONSnapshot, Jr as PublicKeyCredentialRequestOptionsJSON, Js as AttemptFirstFactorParams, Jt as WaitlistProps, Ju as DropboxOauthProvider, K as ClerkThemeOptions, Ka as CreateExternalAccountParams, Kc as Web3SignatureConfig, Kd as CheckoutFlowFinalizeParams, Ki as PasswordAttribute, Kl as UserSettingsResource, Kn as ClientResource, Ko as APIKeysSettingsJSON, Kr as PhoneNumberJSON, Ks as SignInFutureTicketParams, Kt as UserProfileProps, Ku as CustomOauthProvider, L as CheckoutSignal, La as SessionTask, Lc as ResetPasswordEmailCodeAttempt, Ld as BillingStatementGroup, Li as SignUpIdentificationField, Ll as EnterpriseSSOSettings, Ln as MenuId, Lo as OrganizationInvitationResource, Lr as OrganizationDomainVerificationJSON, Ls as SignInFutureMFAPhoneCodeVerifyParams, Lt as SignUpRedirectOptions, Lu as OKXWalletWeb3Provider, M as AuthenticateWithOKXWalletParams, Ma as PendingSessionResource, Mc as PhoneCodeAttempt, Md as BillingPaymentMethodResource, Mf as ClerkUiInstance, Mi as SignUpAuthenticateWithMetamaskParams, Ml as Attribute, Mn as LocalizationValue, Mo as SessionVerificationLevel, Mr as FeatureJSON, Ms as SignInFutureCreateParams, Mt as SignOutOptions, Mu as Web3Strategy, N as AuthenticateWithSolanaParams, Na as PublicUserData, Nc as PhoneCodeConfig, Nd as BillingPaymentMethodStatus, Nf as ComponentControls, Ni as SignUpAuthenticateWithSolanaParams, Nl as AttributeData, Nn as __internal_LocalizationResource, No as SessionVerificationResource, Nr as IdentificationLinkJSON, Ns as SignInFutureEmailCodeSendParams, Nt as SignUpButtonProps, Nu as BaseWeb3Provider, O as AuthenticateWithBaseParams, Oa as CheckAuthorizationWithCustomPermissions, Oc as PasskeyAttempt, Od as BillingPayerMethods, Of as ClerkPaginationRequest, Oi as TransparentColor, Ol as PasswordValidation, On as DomainOrProxyUrl, Oo as OrganizationsJWTClaim, Or as EnterpriseAccountConnectionJSON, Os as GenerateSignatureParams, Ot as SignInProps, Ou as ResetPasswordEmailCodeStrategy, P as BrowserClerk, Pa as SessionActivity, Pc as PhoneCodeFactor, Pd as BillingPaymentResource, Pf as UIVersion, Pi as SignUpAuthenticateWithWeb3Params, Pl as AttributeDataJSON, Pn as AlertId, Po as SessionVerificationSecondFactor, Pr as ImageJSON, Ps as SignInFutureEmailCodeVerifyParams, Pt as SignUpInitialValues, Pu as CoinbaseWalletWeb3Provider, Q as CreateOrganizationProps, Qa as GetUserOrganizationSuggestionsParams, Qc as PublicKeyCredentialWithAuthenticatorAssertionResponse, Qd as ForPayerType, Qi as VersionedJwtPayload, Ql as PhoneCodeSMSChannel, Qn as SignUpFuturePasswordParams, Qo as DisplayConfigJSONSnapshot, Qr as SessionActivityJSON, Qs as PrepareSecondFactorParams, Qt as __experimental_CheckoutOptions, Qu as GitlabOauthProvider, R as CheckoutSignalValue, Ra as SessionVerifyAttemptFirstFactorParams, Rc as ResetPasswordEmailCodeFactor, Rd as BillingStatementResource, Ri as SignUpStatus, Rl as OAuthProviderSettings, Rn as OrganizationPreviewId, Ro as OrganizationInvitationStatus, Rr as OrganizationInvitationJSON, Rs as SignInFuturePasskeyParams, Rt as TaskChooseOrganizationProps, Ru as SolanaWeb3Provider, S as EnableEnvironmentSettingParams, Sa as ActiveSessionResource, Sc as EmailLinkFactor, Sd as AddPaymentMethodParams, Sf as SnakeToCamel, Si as HexColor, Sl as SignInFallbackRedirectUrl, Sn as SignInSignalValue, So as TokenResource, Sr as ClerkResourceJSON, Ss as Web3WalletJSONSnapshot, St as SetActive, Su as EnterpriseSSOStrategy, T as APIKeyResource, Ta as CheckAuthorizationFromSessionClaims, Tc as OAuthConfig, Td as BillingInitializedPaymentMethodResource, Tf as ClerkResourceReloadParams, Ti as HslaColorString, Tl as SignUpForceRedirectUrl, Tn as SignUpSignal, To as JWT, Tr as DeletedObjectJSON, Ts as AttemptWeb3WalletVerificationParams, Tt as SignInButtonProps, Tu as PasskeyStrategy, U as ClerkOptions, Ua as SessionWithActivitiesResource, Uc as TOTPAttempt, Ud as BillingSubscriptionResource, Ui as FirstNameAttribute, Ul as SignUpData, Un as InstanceType, Uo as SamlIdp, Ur as PartialWithClerkResource, Us as SignInFutureResource, Ut as UserAvatarProps, Uu as BitbucketOauthProvider, V as ClerkAuthenticateWithWeb3Params, Va as SessionVerifyPrepareFirstFactorParams, Vc as ResetPasswordPhoneCodeFactor, Vd as BillingSubscriptionItemResource, Vi as SignUpVerificationResource, Vl as PasswordSettingsData, Vn as SelectId, Vo as EnterpriseProtocol, Vr as OrganizationMembershipRequestJSON, Vs as SignInFuturePhoneCodeVerifyParams, Vt as TransferableOption, Vu as AppleOauthProvider, W as ClerkProp, Wa as SignedInSessionResource, Wc as TOTPFactor, Wd as BillingSubscriptionStatus, Wi as LastNameAttribute, Wl as SignUpModes, Wn as CustomPage, Wo as SamlIdpMap, Wr as PasskeyJSON, Ws as SignInFutureSSOParams, Wt as UserButtonProps, Wu as BoxOauthProvider, X as CreateOrganizationModalProps, Xa as GetUserOrganizationInvitationsParams, Xc as PublicKeyCredentialCreationOptionsWithoutExtensions, Xd as CreateCheckoutParams, Xi as JwtPayload, Xl as PhoneCodeChannelData, Xn as SignUpFutureEmailCodeVerifyParams, Xo as ClientJSONSnapshot, Xr as PublicUserDataJSON, Xs as AuthenticateWithPasskeyParams, Xt as __experimental_CheckoutButtonProps, Xu as FacebookOauthProvider, Y as CreateOrganizationInvitationParams, Ya as GetOrganizationMemberships, Yc as PasskeyResource, Yd as ConfirmCheckoutParams, Yi as JwtHeader, Yl as PhoneCodeChannel, Yn as SignUpFutureCreateParams, Yo as AuthConfigJSONSnapshot, Yr as PublicOrganizationDataJSON, Ys as AttemptSecondFactorParams, Yt as WithoutRouting, Yu as EnstallOauthProvider, Z as CreateOrganizationParams, Za as GetUserOrganizationMembershipParams, Zc as PublicKeyCredentialRequestOptionsWithoutExtensions, Zd as FeatureResource, Zi as SessionStatusClaim, Zl as PhoneCodeProvider, Zn as SignUpFutureFinalizeParams, Zo as CommerceSettingsJSONSnapshot, Zr as RoleJSON, Zs as PrepareFirstFactorParams, Zt as __experimental_CheckoutCacheState, Zu as GithubOauthProvider, _ as UseSignInReturn, _a as UpdateMembershipParams, _c as EmailCodeAttempt, _d as VercelOauthProvider, _f as PathValue, _i as BuiltInColors, _l as AuthenticateWithPopupParams, _n as NullableSignInSignal, _o as AttemptEmailAddressVerificationParams, _r as BillingStatementGroupJSON, _s as TokenJSONSnapshot, _t as Resources, _u as AppleIdTokenStrategy, a as SAML_IDPS, aa as UpdateOrganizationMembershipParams, ac as SignInSecondFactor, ad as LinkedinOIDCOauthProvider, af as MakeDefaultPaymentMethodParams, ai as SignUpJSON, al as SignatureVerificationAttemptParam, an as __internal_OAuthConsentProps, ao as UserOrganizationInvitationResource, ar as SignUpFutureWeb3Params, as as OrganizationJSONSnapshot, at as HeadlessBrowserClerk, au as AttemptAffiliationVerificationParams, b as EnvironmentResource, ba as PermissionResource, bc as EmailCodeSecondFactorConfig, bd as CommerceSettingsJSON, bf as Serializable, bi as EmUnit, bl as RedirectOptions, bn as SignInFields, bo as IdentificationLinkResource, br as BillingSubscriptionItemJSON, bs as UserSettingsJSONSnapshot, bt as RoutingStrategy, bu as EmailCodeStrategy, c as getWeb3ProviderData, ca as GetInvitationsParams, cc as SignInStrategy, cd as NotionOauthProvider, cf as Autocomplete, ci as TOTPJSON, cl as VerificationAttemptParams, cn as __internal_UserVerificationModalProps, co as PhoneNumberResource, cr as BackupCodeJSON, cs as PasskeyJSONSnapshot, ct as JoinWaitlistParams, cu as OrganizationDomainVerificationStatus, d as RoutingMode, da as GetMemberships, dc as EmailAddressOrPhoneNumberIdentifier, dd as OAuthScope, df as DeepPartial, di as UserJSON, dl as ClerkAPIError, dn as TelemetryCollector, do as SetReservedForSecondFactorParams, dr as BillingInitializedPaymentMethodJSON, ds as PublicUserDataJSONSnapshot, dt as NavigateOptions, du as UpdateEnrollmentModeParams, ea as OrganizationCustomRoleKey, ec as SignInAuthenticateWithSolanaParams, ed as HubspotOauthProvider, ef as GetPaymentMethodsParams, ei as SessionVerificationJSON, el as UpdatePasskeyParams, en as __experimental_SubscriptionDetailsButtonProps, eo as SetProfileImageParams, er as SignUpFuturePhoneCodeVerifyParams, es as EnterpriseAccountConnectionJSONSnapshot, et as GetAPIKeysParams, eu as ProtectConfigJSON, f as ProtectProps, fa as GetRolesParams, fc as PhoneNumberIdentifier, fd as SlackOauthProvider, ff as DeepRequired, fi as UserOrganizationInvitationJSON, fl as ClerkAPIErrorJSON, fn as TelemetryEvent, fo as OrganizationSuggestionResource, fr as BillingMoneyAmountJSON, fs as SessionJSONSnapshot, ft as OrganizationListProps, fu as CaptchaProvider, g as UseSessionReturn, ga as SetOrganizationLogoParams, gc as BackupCodeFactor, gd as TwitterOauthProvider, gf as Override, gi as BoxShadow, gl as AfterSignOutUrl, gn as FieldError, go as ReauthorizeExternalAccountParams, gr as BillingPlanJSON, gs as SignUpVerificationsJSONSnapshot, gt as PricingTableProps, gu as PreferredSignInStrategy, h as UseSessionListReturn, ha as OrganizationResource, hc as BackupCodeAttempt, hd as TwitchOauthProvider, hf as Nullable, hi as Web3WalletJSON, hl as AfterMultiSessionSingleSignOutUrl, hn as Errors, ho as ExternalAccountResource, hr as BillingPaymentMethodJSON, hs as SignUpVerificationJSONSnapshot, ht as OrganizationSwitcherProps, hu as DisplayConfigResource, i as OAUTH_PROVIDERS, ia as OrganizationSystemPermissionPrefix, ic as SignInIdentifier, id as LinearOauthProvider, if as InitializePaymentMethodParams, ii as SignUpEnterpriseConnectionJSON, il as PasskeyVerificationResource, in as __internal_EnableOrganizationsPromptProps, io as VerifyTOTPParams, ir as SignUpFutureUpdateParams, is as IdentificationLinkJSONSnapshot, it as HandleSamlCallbackParams, iu as OrganizationSettingsResource, j as AuthenticateWithMetamaskParams, ja as PendingSessionOptions, jc as PasswordFactor, jd as BillingPaymentChargeType, jf as ClerkUiConstructor, ji as SignUpAttributeField, jl as Actions, jn as LocalizationResource, jo as SessionVerificationFirstFactor, jr as ExternalAccountJSON, js as SignInFutureBackupCodeVerifyParams, jt as SignOutCallback, ju as TicketStrategy, k as AuthenticateWithCoinbaseWalletParams, ka as GetToken, kc as PasskeyFactor, kd as BillingPayerResource, kf as DeletedObjectResource, ki as AttemptVerificationParams, kl as ValidatePasswordCallbacks, kn as MultiDomainAndOrProxy, ko as ReverificationConfig, kr as EnterpriseAccountJSON, ks as PrepareWeb3WalletVerificationParams, kt as SignInRedirectOptions, ku as ResetPasswordPhoneCodeStrategy, l as sortedOAuthProviders, la as GetMembersParams, lc as UserData, ld as OAuthProvider, lf as CamelToSnake, li as TokenJSON, ll as VerificationResource, ln as __internal_UserVerificationProps, lo as PhoneNumberVerificationStrategy, lr as BillingCheckoutJSON, ls as PhoneNumberJSONSnapshot, lt as ListenerCallback, lu as OrganizationEnrollmentMode, m as UseAuthReturn, ma as InviteMembersParams, mc as Web3WalletIdentifier, md as TiktokOauthProvider, mf as ForceNull, mi as WaitlistJSON, ml as ClerkRuntimeError, mn as TelemetryLogEntry, mo as ImageResource, mr as BillingPaymentJSON, ms as SignUpJSONSnapshot, mt as OrganizationProfileProps, mu as DisplayConfigJSON, n as ServerGetToken, na as OrganizationPermissionKey, nc as SignInFactor, nd as InstagramOauthProvider, nf as GetStatementsParams, ni as SignInFirstFactorJSON, nl as CreateEmailLinkFlowReturn, nn as __internal_AttemptToEnableEnvironmentSettingResult, no as UpdateUserPasswordParams, nr as SignUpFutureSSOParams, ns as EnvironmentJSONSnapshot, nt as HandleEmailLinkVerificationParams, nu as ProtectLoader, o as WEB3_PROVIDERS, oa as AddMemberParams, oc as SignInStartEmailLinkFlowParams, od as LinkedinOauthProvider, of as PaymentGateway, oi as SignUpVerificationJSON, ol as StartEmailLinkFlowParams, on as __internal_PlanDetailsProps, oo as TOTPResource, or as ApiKeyJSON, os as OrganizationMembershipJSONSnapshot, ot as HeadlessBrowserClerkConstructor, ou as OrganizationDomainResource, p as PublishableKey, pa as InviteMemberParams, pc as UsernameIdentifier, pd as SpotifyOauthProvider, pf as DeepSnakeToCamel, pi as VerificationJSON, pl as ClerkAPIResponseError, pn as TelemetryEventRaw, po as OrganizationSuggestionStatus, pr as BillingPayerJSON, ps as SignInJSONSnapshot, pt as OrganizationProfileModalProps, pu as CaptchaWidgetType, q as CreateAPIKeyParams, qa as CreatePhoneNumberParams, qc as Web3SignatureFactor, qd as CheckoutFlowResource, qi as ActClaim, ql as UsernameSettingsData, qn as SignUpEnterpriseConnectionResource, qo as APIKeysSettingsResource, qr as PublicKeyCredentialCreationOptionsJSON, qs as SignInFutureWeb3Params, qt as WaitlistModalProps, qu as DiscordOauthProvider, r as ServerGetTokenOptions, ra as OrganizationSystemPermissionKey, rc as SignInFirstFactor, rd as LineOauthProvider, rf as GetSubscriptionParams, ri as SignInSecondFactorJSON, rl as CreateEnterpriseSSOLinkFlowReturn, rn as __internal_CheckoutProps, ro as UserResource, rr as SignUpFutureTicketParams, rs as ExternalAccountJSONSnapshot, rt as HandleOAuthCallbackParams, ru as OrganizationSettingsJSON, s as getOAuthProviderData, sa as GetDomainsParams, sc as SignInStatus, sd as MicrosoftOauthProvider, sf as RemovePaymentMethodParams, si as SignUpVerificationsJSON, sl as StartEnterpriseSSOLinkFlowParams, sn as __internal_SubscriptionDetailsProps, so as AttemptPhoneNumberVerificationParams, sr as AuthConfigJSON, ss as OrganizationSettingsJSONSnapshot, st as IsomorphicClerkOptions, su as OrganizationDomainVerification, t as InitialState, ta as OrganizationMembershipResource, tc as SignInCreateParams, td as HuggingfaceOAuthProvider, tf as GetPlansParams, ti as SessionWithActivitiesJSON, tl as CodeVerificationAttemptParam, tn as __internal_AttemptToEnableEnvironmentSettingParams, to as UpdateUserParams, tr as SignUpFutureResource, ts as EnterpriseAccountJSONSnapshot, tt as GoogleOneTapProps, tu as ProtectConfigResource, u as ClerkHostRouter, ua as GetMembershipRequestParams, uc as EmailAddressIdentifier, ud as OAuthProviderData, uf as DeepCamelToSnake, ui as UserDataJSON, ul as VerificationStatus, un as WaitlistResource, uo as PreparePhoneNumberVerificationParams, ur as BillingCheckoutTotalsJSON, us as ProtectConfigJSONSnapshot, ut as LoadedClerk, uu as PrepareAffiliationVerificationParams, v as UseSignUpReturn, va as UpdateOrganizationParams, vc as EmailCodeConfig, vd as XOauthProvider, vf as RecordToPath, vi as Color, vl as AuthenticateWithRedirectParams, vn as NullableSignUpSignal, vo as EmailAddressResource, vr as BillingStatementJSON, vs as UserDataJSONSnapshot, vt as RevokeAPIKeyParams, vu as BackupCodeStrategy, w as AuthConfigResource, wa as CheckAuthorizationFn, wc as EnterpriseSSOFactor, wd as BillingCheckoutTotals, wf as ClerkResource, wi as HslaColor, wl as SignUpFallbackRedirectUrl, wn as SignUpFields, wo as ClerkJWTClaims, wr as ClientTrustState, ws as SignInResource, wt as SetActiveParams, wu as OAuthStrategy, x as DevToolsResource, xa as OrganizationMembershipRequestResource, xc as EmailLinkConfig, xd as CommerceSettingsResource, xf as Simplify, xi as FontWeight, xl as RedirectUrlProp, xn as SignInSignal, xo as BackupCodeResource, xr as BillingSubscriptionJSON, xs as VerificationJSONSnapshot, xt as SDKMetadata, xu as EmailLinkStrategy, y as UseUserReturn, ya as RoleResource, yc as EmailCodeFactor, yd as XeroOauthProvider, yf as RemoveFunctions, yi as ColorString, yl as NewSubscriptionRedirectUrl, yn as SignInErrors, yo as PrepareEmailAddressVerificationParams, yr as BillingStatementTotalsJSON, ys as UserJSONSnapshot, yt as RoutingOptions, yu as CustomOAuthStrategy, z as Clerk, za as SessionVerifyAttemptSecondFactorParams, zc as ResetPasswordEmailCodeFactorConfig, zd as BillingStatementStatus, zi as SignUpUpdateParams, zl as OAuthProviders, zn as ProfilePageId, zo as EnterpriseAccountConnectionResource, zr as OrganizationJSON, zs as SignInFuturePasswordParams, zt as TaskResetPasswordProps, zu as Web3Provider } from "../index-BZAgbf9u.js";
2
2
  import "../moduleManager-WB15hU3T.js";
3
- export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
3
+ export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithSolanaParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, EthereumWeb3Provider, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInAuthenticateWithSolanaParams, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithSolanaParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SolanaWeb3Provider, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
@@ -1,3 +1,3 @@
1
- import { Df as ClerkUiInstance, Ef as ClerkUiConstructor, Of as ComponentControls, Tf as ClerkUi, kf as UIVersion } from "../index-Bb1t7kYz.mjs";
2
- import "../moduleManager-pxNnXwxv.mjs";
1
+ import { Af as ClerkUi, Mf as ClerkUiInstance, Nf as ComponentControls, Pf as UIVersion, jf as ClerkUiConstructor } from "../index-C799Ulyv.mjs";
2
+ import "../moduleManager-BYIq4wgi.mjs";
3
3
  export { ClerkUi, ClerkUiConstructor, ClerkUiInstance, ComponentControls, UIVersion };
@@ -1,3 +1,3 @@
1
- import { Df as ClerkUiInstance, Ef as ClerkUiConstructor, Of as ComponentControls, Tf as ClerkUi, kf as UIVersion } from "../index-C32ntfvR.js";
1
+ import { Af as ClerkUi, Mf as ClerkUiInstance, Nf as ComponentControls, Pf as UIVersion, jf as ClerkUiConstructor } from "../index-BZAgbf9u.js";
2
2
  import "../moduleManager-WB15hU3T.js";
3
3
  export { ClerkUi, ClerkUiConstructor, ClerkUiInstance, ComponentControls, UIVersion };
@@ -1,4 +1,4 @@
1
- import { qn as SignUpResource } from "./index-Bb1t7kYz.mjs";
1
+ import { Jn as SignUpResource } from "./index-C799Ulyv.mjs";
2
2
 
3
3
  //#region src/internal/clerk-js/url.d.ts
4
4
  declare global {
@@ -141,4 +141,4 @@ declare const isAllowedRedirect: (allowedRedirectOrigins: Array<string | RegExp>
141
141
  declare function createAllowedRedirectOrigins(allowedRedirectOrigins: Array<string | RegExp> | undefined, frontendApi: string, instanceType?: string): (string | RegExp)[] | undefined;
142
142
  //#endregion
143
143
  export { trimLeadingSlash as C, toURL as S, pathFromFullPath as _, hasBannedHrefProtocol as a, sanitizeHref as b, hasUrlInFragment as c, isDevAccountPortalOrigin as d, isDevOrStagingUrl as f, mergeFragmentIntoUrl as g, isValidUrl as h, getSearchParameterFromHash as i, isAllowedRedirect as l, isRedirectForFAPIInitiatedFlow as m, createAllowedRedirectOrigins as n, hasBannedProtocol as o, isProblematicUrl as p, getETLDPlusOneFromFrontendApi as r, hasExternalAccountSignUpError as s, buildURL as t, isDataUri as u, relativeToAbsoluteUrl as v, trimTrailingSlash as w, stripOrigin as x, requiresUserInput as y };
144
- //# sourceMappingURL=url-B6H3YfYM.d.mts.map
144
+ //# sourceMappingURL=url-8eeYgf2A.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"url-B6H3YfYM.d.mts","names":[],"sources":["../../src/internal/clerk-js/url.ts"],"sourcesContent":[],"mappings":";;;;;IAGkD,KAAA,EAAA;MAAA,SAAA,CAAA,QAAA,EAAA,MAAA,EAAA;QAAA;MASK,CATL,EAAA;QASd,mBAAmB,EAAA,OAAA;MAAA,CAAA,CAAA,EAAA,MAAA;IAAA,CAAA;EAa/C;AAIR;AAeA,cAnBQ,iBAmBQ,EAAA,CAAA,GAA6B,EAAA,MAAA,GAnBpB,GAmBoB,EAAA,GAAA,OAAA;AAIJ,iBAnBzB,wBAAA,CAmByB,QAAA,CAAA,EAAA,MAAA,CAAA,EAAA,OAAA;AAIpB,iBARL,6BAAA,CAQK,WAAA,EAAA,MAAA,CAAA,EAAA,MAAA;UAJX,cAAA,SAAuB,OAIM,CAJE,GAIF,CAAA,CAAA;EAA+B,IAAA,CAAA,EAAA,MAAA;EAAkB,QAAA,CAAA,EAAA,MAAA;EAAxB,UAAA,CAAA,EAAA,MAAA;EAJ/B,gBAAA,CAAA,EAIZ,eAJY,GAIM,MAJN,CAAA,MAAA,EAAA,MAAA,CAAA,GAI+B,KAJ/B,CAIqC,eAJrC,GAIuD,MAJvD,CAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;AAAO,UAO9B,eAAe,CAAA,CAAA,CAAA,CAAA;EAsBT,UAAA,CAAQ,EAAA,OAAA;EACd,SAAA,CAAA,EArBI,CAqBJ;;;;;;AAgFV;AAgBA;AAqBA;AAaA;AAIA;AAKA;AAYA;AAaA;AAoBA;AAcA;AAkBA;AAeA;AAgBA;AA6Ba,iBArRG,QAuRf,CAAA,UAFyC,OAAA,CAAA,CAAA,MAAA,EApRhC,cAoRgC,EAAA,OAAA,CAAA,EAnR9B,eAmR8B,CAnRd,CAmRc,CAAA,CAAA,EAlRvC,CAkRuC,SAAA,IAAA,GAAA,MAAA,GAlRb,GAkRa;AAe7B,iBAnNG,KAAA,CA4Of,GAAA,EAAA,MAzBmD,GAnNhB,GAmNsB,CAAA,EAnNhB,GA4OzC;AAED;AAeA;AASA;AAKA;;;;;AA4BA;;;;AAImB,iBA3RH,WAAA,CA2RG,GAAA,EA3Rc,GA2Rd,GAAA,MAAA,CAAA,EAAA,MAAA;;;;;;;;;;cAtQN;;;;;;;;;;cAaA;cAIA,wCAAyC;iBAKtC,0BAAA;;;;;;;iBAYA,UAAA,eAAyB;iBAazB,qBAAA,+BAAoD,MAAM;;;;;iBAoB1D,gBAAA,MAAsB;iBActB,SAAA;;;;;;;;;;;iBAkBA,iBAAA,eAAgC;;;;;;;;iBAehC,qBAAA,eAAoC;;;;;;;;;iBAgBpC,YAAA;cA6BH,yBAA0B;;;;;;;;;;;;cAe1B,sCAAuC,QAAM;cA2B7C;iBAeG,8BAAA;iBASA,iBAAA;cAKH,4CACc,eAAe,sDAAsD;iBA2BhF,4BAAA,yBACU,eAAe,4EAG5B"}
1
+ {"version":3,"file":"url-8eeYgf2A.d.mts","names":[],"sources":["../../src/internal/clerk-js/url.ts"],"sourcesContent":[],"mappings":";;;;;IAGkD,KAAA,EAAA;MAAA,SAAA,CAAA,QAAA,EAAA,MAAA,EAAA;QAAA;MASK,CATL,EAAA;QASd,mBAAmB,EAAA,OAAA;MAAA,CAAA,CAAA,EAAA,MAAA;IAAA,CAAA;EAa/C;AAIR;AAeA,cAnBQ,iBAmBQ,EAAA,CAAA,GAA6B,EAAA,MAAA,GAnBpB,GAmBoB,EAAA,GAAA,OAAA;AAIJ,iBAnBzB,wBAAA,CAmByB,QAAA,CAAA,EAAA,MAAA,CAAA,EAAA,OAAA;AAIpB,iBARL,6BAAA,CAQK,WAAA,EAAA,MAAA,CAAA,EAAA,MAAA;UAJX,cAAA,SAAuB,OAIM,CAJE,GAIF,CAAA,CAAA;EAA+B,IAAA,CAAA,EAAA,MAAA;EAAkB,QAAA,CAAA,EAAA,MAAA;EAAxB,UAAA,CAAA,EAAA,MAAA;EAJ/B,gBAAA,CAAA,EAIZ,eAJY,GAIM,MAJN,CAAA,MAAA,EAAA,MAAA,CAAA,GAI+B,KAJ/B,CAIqC,eAJrC,GAIuD,MAJvD,CAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;AAAO,UAO9B,eAAe,CAAA,CAAA,CAAA,CAAA;EAsBT,UAAA,CAAQ,EAAA,OAAA;EACd,SAAA,CAAA,EArBI,CAqBJ;;;;;;AAgFV;AAgBA;AAqBA;AAaA;AAIA;AAKA;AAYA;AAaA;AAoBA;AAcA;AAkBA;AAeA;AAgBA;AA6Ba,iBArRG,QAuRf,CAAA,UAFyC,OAAA,CAAA,CAAA,MAAA,EApRhC,cAoRgC,EAAA,OAAA,CAAA,EAnR9B,eAmR8B,CAnRd,CAmRc,CAAA,CAAA,EAlRvC,CAkRuC,SAAA,IAAA,GAAA,MAAA,GAlRb,GAkRa;AAe7B,iBAnNG,KAAA,CA4Of,GAAA,EAAA,MAzBmD,GAnNhB,GAmNsB,CAAA,EAnNhB,GA4OzC;AAED;AAeA;AASA;AAKA;;;;;AA4BA;;;;AAImB,iBA3RH,WAAA,CA2RG,GAAA,EA3Rc,GA2Rd,GAAA,MAAA,CAAA,EAAA,MAAA;;;;;;;;;;cAtQN;;;;;;;;;;cAaA;cAIA,wCAAyC;iBAKtC,0BAAA;;;;;;;iBAYA,UAAA,eAAyB;iBAazB,qBAAA,+BAAoD,MAAM;;;;;iBAoB1D,gBAAA,MAAsB;iBActB,SAAA;;;;;;;;;;;iBAkBA,iBAAA,eAAgC;;;;;;;;iBAehC,qBAAA,eAAoC;;;;;;;;;iBAgBpC,YAAA;cA6BH,yBAA0B;;;;;;;;;;;;cAe1B,sCAAuC,QAAM;cA2B7C;iBAeG,8BAAA;iBASA,iBAAA;cAKH,4CACc,eAAe,sDAAsD;iBA2BhF,4BAAA,yBACU,eAAe,4EAG5B"}
@@ -3,8 +3,8 @@ import { t as globs } from "./globs-KeKQqMYS.mjs";
3
3
  import { c as isCurrentDevAccountPortalOrigin, l as isLegacyDevAccountPortalOrigin } from "./url-DasDWsj9.mjs";
4
4
  import { t as logger } from "./logger-M7x-JbN4.mjs";
5
5
  import { t as camelToSnake } from "./underscore-Cv_9NQ-X.mjs";
6
- import { t as joinPaths } from "./path-B3ml2KXj.mjs";
7
- import { t as getQueryParams } from "./querystring-B46ecpLW.mjs";
6
+ import { t as joinPaths } from "./path-C9ID-JSF.mjs";
7
+ import { t as getQueryParams } from "./querystring-Cw_OznaM.mjs";
8
8
 
9
9
  //#region src/internal/clerk-js/url.ts
10
10
  const DUMMY_URL_BASE = "http://clerk-dummy";
@@ -261,4 +261,4 @@ function createAllowedRedirectOrigins(allowedRedirectOrigins, frontendApi, insta
261
261
 
262
262
  //#endregion
263
263
  export { trimLeadingSlash as C, toURL as S, pathFromFullPath as _, hasBannedHrefProtocol as a, sanitizeHref as b, hasUrlInFragment as c, isDevAccountPortalOrigin as d, isDevOrStagingUrl as f, mergeFragmentIntoUrl as g, isValidUrl as h, getSearchParameterFromHash as i, isAllowedRedirect as l, isRedirectForFAPIInitiatedFlow as m, createAllowedRedirectOrigins as n, hasBannedProtocol as o, isProblematicUrl as p, getETLDPlusOneFromFrontendApi as r, hasExternalAccountSignUpError as s, buildURL as t, isDataUri as u, relativeToAbsoluteUrl as v, trimTrailingSlash as w, stripOrigin as x, requiresUserInput as y };
264
- //# sourceMappingURL=url-Cf4YiXkp.mjs.map
264
+ //# sourceMappingURL=url-BKWznjF0.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"url-Cf4YiXkp.mjs","names":["frontendApiRedirectPathsWithUserInput: string[]","frontendApiRedirectPathsNoUserInput: string[]","origins: string[]"],"sources":["../../src/internal/clerk-js/url.ts"],"sourcesContent":["import { globs } from '../../globs';\nimport { createDevOrStagingUrlCache } from '../../keys';\nimport { logger } from '../../logger';\nimport type { SignUpResource } from '../../types';\nimport { camelToSnake } from '../../underscore';\nimport { isCurrentDevAccountPortalOrigin, isLegacyDevAccountPortalOrigin } from '../../url';\nimport { joinPaths } from './path';\nimport { getQueryParams } from './querystring';\n\ndeclare global {\n export interface Window {\n tldts: {\n getDomain(hostname: string, { allowPrivateDomains }: { allowPrivateDomains: boolean }): string;\n };\n }\n}\n\n// This is used as a dummy base when we need to invoke \"new URL()\" but we don't care about the URL origin.\nconst DUMMY_URL_BASE = 'http://clerk-dummy';\n\nconst BANNED_URI_PROTOCOLS = ['javascript:'] as const;\n\n// Protocols that are dangerous specifically for href attributes in links\nconst BANNED_HREF_PROTOCOLS = ['javascript:', 'data:', 'vbscript:', 'blob:'] as const;\n\nconst { isDevOrStagingUrl } = createDevOrStagingUrlCache();\nexport { isDevOrStagingUrl };\nconst accountPortalCache = new Map<string, boolean>();\n\nexport function isDevAccountPortalOrigin(hostname: string = window.location.hostname): boolean {\n if (!hostname) {\n return false;\n }\n\n let res = accountPortalCache.get(hostname);\n\n if (res === undefined) {\n res = isLegacyDevAccountPortalOrigin(hostname) || isCurrentDevAccountPortalOrigin(hostname);\n accountPortalCache.set(hostname, res);\n }\n\n return res;\n}\n\nexport function getETLDPlusOneFromFrontendApi(frontendApi: string): string {\n return frontendApi.replace('clerk.', '');\n}\n\ninterface BuildURLParams extends Partial<URL> {\n base?: string;\n hashPath?: string;\n hashSearch?: string;\n hashSearchParams?: URLSearchParams | Record<string, string> | Array<URLSearchParams | Record<string, string>>;\n}\n\ninterface BuildURLOptions<T> {\n skipOrigin?: boolean;\n stringify?: T;\n}\n\n/**\n *\n * buildURL(params: URLParams, options: BuildURLOptions): string\n *\n * Builds a URL safely by using the native URL() constructor. It can\n * also build a secondary path and search URL that lives inside the hash\n * of the main URL. For example:\n *\n * https://foo.com/bar?qux=42#/hash-bar?hash-qux=42\n *\n * References:\n * https://developer.mozilla.org/en-US/docs/Web/API/URL\n *\n * @param params\n * @param options\n * @returns Returns the URL href\n */\nexport function buildURL<B extends boolean>(\n params: BuildURLParams,\n options?: BuildURLOptions<B>,\n): B extends true ? string : URL;\n\nexport function buildURL(params: BuildURLParams, options: BuildURLOptions<boolean> = {}): URL | string {\n const { base, hashPath, hashSearch, searchParams, hashSearchParams, ...rest } = params;\n\n let fallbackBase = '';\n // This check is necessary for React native environments where window is undefined.\n // TODO: Refactor all window and document usages in clerk-js and import them from\n // a single file that will be mocked easily in React native environments.\n if (typeof window !== 'undefined' && !!window.location) {\n fallbackBase = window.location.href;\n } else {\n fallbackBase = 'http://react-native-fake-base-url';\n }\n\n const url = new URL(base || '', fallbackBase);\n\n // Properly copy URLSearchParams\n if (searchParams instanceof URLSearchParams) {\n searchParams.forEach((value, key) => {\n if (value !== null && value !== undefined) {\n url.searchParams.set(camelToSnake(key), value);\n }\n });\n }\n\n Object.assign(url, rest);\n\n // Treat that hash part of the main URL as if it's another URL with a pathname and a search.\n // Another nested hash inside the top level hash (e.g. #my-hash#my-second-hash) is currently\n // not supported as there is no use case for it yet.\n if (hashPath || hashSearch || hashSearchParams) {\n // Parse the hash to a URL object\n const dummyUrlForHash = new URL(DUMMY_URL_BASE + url.hash.substring(1));\n\n // Join the current hash path and with the provided one\n dummyUrlForHash.pathname = joinPaths(dummyUrlForHash.pathname, hashPath || '');\n\n // Merge search params from hashSearch string\n const searchParamsFromHashSearchString = getQueryParams(hashSearch || '');\n for (const [key, val] of Object.entries(searchParamsFromHashSearchString)) {\n dummyUrlForHash.searchParams.append(key, val);\n }\n\n // Merge search params from the hashSearchParams object\n if (hashSearchParams) {\n const paramsArr = Array.isArray(hashSearchParams) ? hashSearchParams : [hashSearchParams];\n for (const _params of paramsArr) {\n if (!(_params instanceof URLSearchParams) && typeof _params !== 'object') {\n continue;\n }\n const params = new URLSearchParams(_params);\n params.forEach((value, key) => {\n if (value !== null && value !== undefined) {\n dummyUrlForHash.searchParams.set(camelToSnake(key), value);\n }\n });\n }\n }\n\n // Keep just the pathname and the search\n const newHash = dummyUrlForHash.href.replace(DUMMY_URL_BASE, '');\n\n // if the hash is `/`, it means that nothing new was added to the hash\n // so we can skip assigning it to the hash of the main url\n if (newHash !== '/') {\n // Assign them to the hash of the main url\n url.hash = newHash;\n }\n }\n\n const { stringify, skipOrigin } = options;\n if (stringify) {\n return skipOrigin ? url.href.replace(url.origin, '') : url.href;\n }\n return url;\n}\n\nexport function toURL(url: string | URL): URL {\n return new URL(url.toString(), window.location.origin);\n}\n\n/**\n *\n * stripOrigin(url: URL | string): string\n *\n * Strips the origin part of a URL and preserves path, search and hash is applicable\n *\n * References:\n * https://developer.mozilla.org/en-US/docs/Web/API/URL\n *\n * @param url\n * @returns Returns the URL href without the origin\n */\nexport function stripOrigin(url: URL | string): string {\n // In non-browser environments `window.location.origin` might not be available\n // if not polyfilled, so we can't construct a URL object with the `url` string\n // note: in that case, we can't easily strip the origin, so we return the original string\n if (typeof window.location === 'undefined' && typeof url === 'string') {\n return url;\n }\n\n url = toURL(url);\n return url.href.replace(url.origin, '');\n}\n\n/**\n * trimTrailingSlash(path: string): string\n *\n * Strips the trailing slashes from a string\n *\n * @returns Returns the string without trailing slashes\n *\n * @param path\n */\nexport const trimTrailingSlash = (path: string): string => {\n return (path || '').replace(/\\/+$/, '');\n};\n\n/**\n * trimLeadingSlash(path: string): string\n *\n * Strips the leading slashes from a string\n *\n * @returns Returns the string without leading slashes\n *\n * @param path\n */\nexport const trimLeadingSlash = (path: string): string => {\n return (path || '').replace(/^\\/+/, '');\n};\n\nexport const hasExternalAccountSignUpError = (signUp: SignUpResource): boolean => {\n const { externalAccount } = signUp.verifications;\n return !!externalAccount.error;\n};\n\nexport function getSearchParameterFromHash({\n hash = window.location.hash,\n paramName,\n}: {\n hash?: string;\n paramName: string;\n}) {\n const h = hash.startsWith('#') ? hash.substring(1) : hash;\n const dummyUrlForHash = new URL(h, DUMMY_URL_BASE);\n return dummyUrlForHash.searchParams.get(paramName);\n}\n\nexport function isValidUrl(val: string | URL | undefined | null): boolean {\n if (!val) {\n return false;\n }\n\n try {\n new URL(val as string);\n return true;\n } catch {\n return false;\n }\n}\n\nexport function relativeToAbsoluteUrl(url: string, origin: string | URL): URL {\n try {\n return new URL(url);\n } catch {\n return new URL(url, origin);\n }\n}\n\n// Regular expression to detect disallowed patterns\nconst disallowedPatterns = [\n /\\0/, // Null bytes\n /^\\/\\//, // Protocol-relative\n // eslint-disable-next-line no-control-regex\n /[\\x00-\\x1F]/, // Control characters\n];\n\n/**\n * Check for potentially problematic URLs that could have been crafted to intentionally bypass the origin check. Note that the URLs passed to this\n * function are assumed to be from an \"allowed origin\", so we are not executing origin-specific checks here.\n */\nexport function isProblematicUrl(url: URL): boolean {\n if (hasBannedProtocol(url)) {\n return true;\n }\n // Check against disallowed patterns\n for (const pattern of disallowedPatterns) {\n if (pattern.test(url.pathname)) {\n return true;\n }\n }\n\n return false;\n}\n\nexport function isDataUri(val?: string): val is string {\n if (!val || !isValidUrl(val)) {\n return false;\n }\n\n return new URL(val).protocol === 'data:';\n}\n\n/**\n * Checks if a URL uses javascript: protocol.\n * This prevents some XSS attacks through javascript: URLs.\n *\n * IMPORTANT: This does not check for `data:` or other protocols which\n * are dangerous if used for links or setting the window location.\n *\n * @param val - The URL to check\n * @returns True if the URL contains a banned protocol, false otherwise\n */\nexport function hasBannedProtocol(val: string | URL) {\n if (!isValidUrl(val)) {\n return false;\n }\n const protocol = new URL(val).protocol;\n return BANNED_URI_PROTOCOLS.some(bp => bp === protocol);\n}\n\n/**\n * Checks if a URL contains a banned protocol for href attributes in links.\n * This prevents some XSS attacks through javascript:, data:, vbscript:, and blob: URLs.\n *\n * @param val - The URL to check\n * @returns True if the URL contains a banned protocol, false otherwise\n */\nexport function hasBannedHrefProtocol(val: string | URL): boolean {\n if (!isValidUrl(val)) {\n return false;\n }\n const protocol = new URL(val).protocol;\n return BANNED_HREF_PROTOCOLS.some(bp => bp === protocol);\n}\n\n/**\n * Sanitizes an href value by checking for dangerous protocols.\n * Returns null if the href contains a dangerous protocol, otherwise returns the original href.\n * This prevents some XSS attacks through javascript:, data:, vbscript:, and blob: URLs.\n *\n * @param href - The href value to sanitize\n * @returns The sanitized href or null if dangerous\n */\nexport function sanitizeHref(href: string | undefined | null): string | null {\n if (!href || href.trim() === '') {\n return null;\n }\n\n // For relative URLs (starting with / or # or ?), allow them through\n if (href.startsWith('/') || href.startsWith('#') || href.startsWith('?')) {\n return href;\n }\n\n // For relative URLs without leading slash, allow them through\n if (!href.includes(':')) {\n return href;\n }\n\n // Check if it's a valid URL with a dangerous protocol\n try {\n const url = new URL(href);\n if (hasBannedHrefProtocol(url)) {\n return null;\n }\n return href;\n } catch {\n // If URL parsing fails, it's likely a relative URL or malformed\n // Allow relative URLs through, but be cautious with malformed ones\n return href;\n }\n}\n\nexport const hasUrlInFragment = (_url: URL | string) => {\n return new URL(_url, DUMMY_URL_BASE).hash.startsWith('#/');\n};\n\n/**\n * Creates a new URL by merging a fragment-based URL, if found.\n * The result URL has the original and the fragment pathnames appended\n * and also includes all search params from both places.\n *\n * @example\n * ```ts\n * mergeFragmentIntoUrl('https://accounts.clerk.com/sign-in?user_param=hello#/verify/factor-one?redirect_url=/protected')\n * // Returns: 'https://accounts.clerk.com/sign-in/verify/factor-one?user_param=hello&redirect_url=/protected'\n * ```\n */\nexport const mergeFragmentIntoUrl = (_url: string | URL): URL => {\n const url = new URL(_url);\n\n if (!hasUrlInFragment(url)) {\n return url;\n }\n\n const fragmentUrl = new URL(url.hash.replace('#/', '/'), url.href);\n const mergedPathname = [url.pathname, fragmentUrl.pathname]\n .map(s => s.split('/'))\n .flat()\n .filter(Boolean)\n .join('/');\n\n const mergedUrl = new URL(mergedPathname, url.origin);\n\n url.searchParams.forEach((val, key) => {\n mergedUrl.searchParams.set(key, val);\n });\n\n fragmentUrl.searchParams.forEach((val, key) => {\n mergedUrl.searchParams.set(key, val);\n });\n\n return mergedUrl;\n};\n\nexport const pathFromFullPath = (fullPath: string) => {\n return fullPath.replace(/CLERK-ROUTER\\/(.*?)\\//, '');\n};\n\nconst frontendApiRedirectPathsWithUserInput: string[] = [\n '/oauth/authorize', // OAuth2 identify provider flow\n];\n\nconst frontendApiRedirectPathsNoUserInput: string[] = [\n '/v1/verify', // magic links\n '/v1/tickets/accept', // ticket flow\n '/oauth/authorize-with-immediate-redirect', // OAuth 2 identity provider\n '/oauth/end_session', // OIDC logout\n];\n\nexport function isRedirectForFAPIInitiatedFlow(frontendApi: string, redirectUrl: string): boolean {\n const url = new URL(redirectUrl, DUMMY_URL_BASE);\n const path = url.pathname;\n\n const isValidFrontendRedirectPath =\n frontendApiRedirectPathsWithUserInput.includes(path) || frontendApiRedirectPathsNoUserInput.includes(path);\n return frontendApi === url.host && isValidFrontendRedirectPath;\n}\n\nexport function requiresUserInput(redirectUrl: string): boolean {\n const url = new URL(redirectUrl, DUMMY_URL_BASE);\n return frontendApiRedirectPathsWithUserInput.includes(url.pathname);\n}\n\nexport const isAllowedRedirect =\n (allowedRedirectOrigins: Array<string | RegExp> | undefined, currentOrigin: string) => (_url: URL | string) => {\n let url = _url;\n if (typeof url === 'string') {\n url = relativeToAbsoluteUrl(url, currentOrigin);\n }\n\n if (!allowedRedirectOrigins) {\n return true;\n }\n\n const isSameOrigin = currentOrigin === url.origin;\n\n const isAllowed =\n !isProblematicUrl(url) &&\n (isSameOrigin ||\n allowedRedirectOrigins\n .map(origin => (typeof origin === 'string' ? globs.toRegexp(trimTrailingSlash(origin)) : origin))\n .some(origin => origin.test(trimTrailingSlash(url.origin))));\n\n if (!isAllowed) {\n logger.warnOnce(\n `Clerk: Redirect URL ${url} is not on one of the allowedRedirectOrigins, falling back to the default redirect URL.`,\n );\n }\n return isAllowed;\n };\n\nexport function createAllowedRedirectOrigins(\n allowedRedirectOrigins: Array<string | RegExp> | undefined,\n frontendApi: string,\n instanceType?: string,\n): (string | RegExp)[] | undefined {\n if (Array.isArray(allowedRedirectOrigins) && !!allowedRedirectOrigins.length) {\n return allowedRedirectOrigins;\n }\n\n const origins: string[] = [];\n if (typeof window !== 'undefined' && !!window.location) {\n origins.push(window.location.origin);\n }\n\n origins.push(`https://${getETLDPlusOneFromFrontendApi(frontendApi)}`);\n origins.push(`https://*.${getETLDPlusOneFromFrontendApi(frontendApi)}`);\n\n if (instanceType === 'development') {\n origins.push(`https://${frontendApi}`);\n }\n\n return origins;\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"url-BKWznjF0.mjs","names":["frontendApiRedirectPathsWithUserInput: string[]","frontendApiRedirectPathsNoUserInput: string[]","origins: string[]"],"sources":["../../src/internal/clerk-js/url.ts"],"sourcesContent":["import { globs } from '../../globs';\nimport { createDevOrStagingUrlCache } from '../../keys';\nimport { logger } from '../../logger';\nimport type { SignUpResource } from '../../types';\nimport { camelToSnake } from '../../underscore';\nimport { isCurrentDevAccountPortalOrigin, isLegacyDevAccountPortalOrigin } from '../../url';\nimport { joinPaths } from './path';\nimport { getQueryParams } from './querystring';\n\ndeclare global {\n export interface Window {\n tldts: {\n getDomain(hostname: string, { allowPrivateDomains }: { allowPrivateDomains: boolean }): string;\n };\n }\n}\n\n// This is used as a dummy base when we need to invoke \"new URL()\" but we don't care about the URL origin.\nconst DUMMY_URL_BASE = 'http://clerk-dummy';\n\nconst BANNED_URI_PROTOCOLS = ['javascript:'] as const;\n\n// Protocols that are dangerous specifically for href attributes in links\nconst BANNED_HREF_PROTOCOLS = ['javascript:', 'data:', 'vbscript:', 'blob:'] as const;\n\nconst { isDevOrStagingUrl } = createDevOrStagingUrlCache();\nexport { isDevOrStagingUrl };\nconst accountPortalCache = new Map<string, boolean>();\n\nexport function isDevAccountPortalOrigin(hostname: string = window.location.hostname): boolean {\n if (!hostname) {\n return false;\n }\n\n let res = accountPortalCache.get(hostname);\n\n if (res === undefined) {\n res = isLegacyDevAccountPortalOrigin(hostname) || isCurrentDevAccountPortalOrigin(hostname);\n accountPortalCache.set(hostname, res);\n }\n\n return res;\n}\n\nexport function getETLDPlusOneFromFrontendApi(frontendApi: string): string {\n return frontendApi.replace('clerk.', '');\n}\n\ninterface BuildURLParams extends Partial<URL> {\n base?: string;\n hashPath?: string;\n hashSearch?: string;\n hashSearchParams?: URLSearchParams | Record<string, string> | Array<URLSearchParams | Record<string, string>>;\n}\n\ninterface BuildURLOptions<T> {\n skipOrigin?: boolean;\n stringify?: T;\n}\n\n/**\n *\n * buildURL(params: URLParams, options: BuildURLOptions): string\n *\n * Builds a URL safely by using the native URL() constructor. It can\n * also build a secondary path and search URL that lives inside the hash\n * of the main URL. For example:\n *\n * https://foo.com/bar?qux=42#/hash-bar?hash-qux=42\n *\n * References:\n * https://developer.mozilla.org/en-US/docs/Web/API/URL\n *\n * @param params\n * @param options\n * @returns Returns the URL href\n */\nexport function buildURL<B extends boolean>(\n params: BuildURLParams,\n options?: BuildURLOptions<B>,\n): B extends true ? string : URL;\n\nexport function buildURL(params: BuildURLParams, options: BuildURLOptions<boolean> = {}): URL | string {\n const { base, hashPath, hashSearch, searchParams, hashSearchParams, ...rest } = params;\n\n let fallbackBase = '';\n // This check is necessary for React native environments where window is undefined.\n // TODO: Refactor all window and document usages in clerk-js and import them from\n // a single file that will be mocked easily in React native environments.\n if (typeof window !== 'undefined' && !!window.location) {\n fallbackBase = window.location.href;\n } else {\n fallbackBase = 'http://react-native-fake-base-url';\n }\n\n const url = new URL(base || '', fallbackBase);\n\n // Properly copy URLSearchParams\n if (searchParams instanceof URLSearchParams) {\n searchParams.forEach((value, key) => {\n if (value !== null && value !== undefined) {\n url.searchParams.set(camelToSnake(key), value);\n }\n });\n }\n\n Object.assign(url, rest);\n\n // Treat that hash part of the main URL as if it's another URL with a pathname and a search.\n // Another nested hash inside the top level hash (e.g. #my-hash#my-second-hash) is currently\n // not supported as there is no use case for it yet.\n if (hashPath || hashSearch || hashSearchParams) {\n // Parse the hash to a URL object\n const dummyUrlForHash = new URL(DUMMY_URL_BASE + url.hash.substring(1));\n\n // Join the current hash path and with the provided one\n dummyUrlForHash.pathname = joinPaths(dummyUrlForHash.pathname, hashPath || '');\n\n // Merge search params from hashSearch string\n const searchParamsFromHashSearchString = getQueryParams(hashSearch || '');\n for (const [key, val] of Object.entries(searchParamsFromHashSearchString)) {\n dummyUrlForHash.searchParams.append(key, val);\n }\n\n // Merge search params from the hashSearchParams object\n if (hashSearchParams) {\n const paramsArr = Array.isArray(hashSearchParams) ? hashSearchParams : [hashSearchParams];\n for (const _params of paramsArr) {\n if (!(_params instanceof URLSearchParams) && typeof _params !== 'object') {\n continue;\n }\n const params = new URLSearchParams(_params);\n params.forEach((value, key) => {\n if (value !== null && value !== undefined) {\n dummyUrlForHash.searchParams.set(camelToSnake(key), value);\n }\n });\n }\n }\n\n // Keep just the pathname and the search\n const newHash = dummyUrlForHash.href.replace(DUMMY_URL_BASE, '');\n\n // if the hash is `/`, it means that nothing new was added to the hash\n // so we can skip assigning it to the hash of the main url\n if (newHash !== '/') {\n // Assign them to the hash of the main url\n url.hash = newHash;\n }\n }\n\n const { stringify, skipOrigin } = options;\n if (stringify) {\n return skipOrigin ? url.href.replace(url.origin, '') : url.href;\n }\n return url;\n}\n\nexport function toURL(url: string | URL): URL {\n return new URL(url.toString(), window.location.origin);\n}\n\n/**\n *\n * stripOrigin(url: URL | string): string\n *\n * Strips the origin part of a URL and preserves path, search and hash is applicable\n *\n * References:\n * https://developer.mozilla.org/en-US/docs/Web/API/URL\n *\n * @param url\n * @returns Returns the URL href without the origin\n */\nexport function stripOrigin(url: URL | string): string {\n // In non-browser environments `window.location.origin` might not be available\n // if not polyfilled, so we can't construct a URL object with the `url` string\n // note: in that case, we can't easily strip the origin, so we return the original string\n if (typeof window.location === 'undefined' && typeof url === 'string') {\n return url;\n }\n\n url = toURL(url);\n return url.href.replace(url.origin, '');\n}\n\n/**\n * trimTrailingSlash(path: string): string\n *\n * Strips the trailing slashes from a string\n *\n * @returns Returns the string without trailing slashes\n *\n * @param path\n */\nexport const trimTrailingSlash = (path: string): string => {\n return (path || '').replace(/\\/+$/, '');\n};\n\n/**\n * trimLeadingSlash(path: string): string\n *\n * Strips the leading slashes from a string\n *\n * @returns Returns the string without leading slashes\n *\n * @param path\n */\nexport const trimLeadingSlash = (path: string): string => {\n return (path || '').replace(/^\\/+/, '');\n};\n\nexport const hasExternalAccountSignUpError = (signUp: SignUpResource): boolean => {\n const { externalAccount } = signUp.verifications;\n return !!externalAccount.error;\n};\n\nexport function getSearchParameterFromHash({\n hash = window.location.hash,\n paramName,\n}: {\n hash?: string;\n paramName: string;\n}) {\n const h = hash.startsWith('#') ? hash.substring(1) : hash;\n const dummyUrlForHash = new URL(h, DUMMY_URL_BASE);\n return dummyUrlForHash.searchParams.get(paramName);\n}\n\nexport function isValidUrl(val: string | URL | undefined | null): boolean {\n if (!val) {\n return false;\n }\n\n try {\n new URL(val as string);\n return true;\n } catch {\n return false;\n }\n}\n\nexport function relativeToAbsoluteUrl(url: string, origin: string | URL): URL {\n try {\n return new URL(url);\n } catch {\n return new URL(url, origin);\n }\n}\n\n// Regular expression to detect disallowed patterns\nconst disallowedPatterns = [\n /\\0/, // Null bytes\n /^\\/\\//, // Protocol-relative\n // eslint-disable-next-line no-control-regex\n /[\\x00-\\x1F]/, // Control characters\n];\n\n/**\n * Check for potentially problematic URLs that could have been crafted to intentionally bypass the origin check. Note that the URLs passed to this\n * function are assumed to be from an \"allowed origin\", so we are not executing origin-specific checks here.\n */\nexport function isProblematicUrl(url: URL): boolean {\n if (hasBannedProtocol(url)) {\n return true;\n }\n // Check against disallowed patterns\n for (const pattern of disallowedPatterns) {\n if (pattern.test(url.pathname)) {\n return true;\n }\n }\n\n return false;\n}\n\nexport function isDataUri(val?: string): val is string {\n if (!val || !isValidUrl(val)) {\n return false;\n }\n\n return new URL(val).protocol === 'data:';\n}\n\n/**\n * Checks if a URL uses javascript: protocol.\n * This prevents some XSS attacks through javascript: URLs.\n *\n * IMPORTANT: This does not check for `data:` or other protocols which\n * are dangerous if used for links or setting the window location.\n *\n * @param val - The URL to check\n * @returns True if the URL contains a banned protocol, false otherwise\n */\nexport function hasBannedProtocol(val: string | URL) {\n if (!isValidUrl(val)) {\n return false;\n }\n const protocol = new URL(val).protocol;\n return BANNED_URI_PROTOCOLS.some(bp => bp === protocol);\n}\n\n/**\n * Checks if a URL contains a banned protocol for href attributes in links.\n * This prevents some XSS attacks through javascript:, data:, vbscript:, and blob: URLs.\n *\n * @param val - The URL to check\n * @returns True if the URL contains a banned protocol, false otherwise\n */\nexport function hasBannedHrefProtocol(val: string | URL): boolean {\n if (!isValidUrl(val)) {\n return false;\n }\n const protocol = new URL(val).protocol;\n return BANNED_HREF_PROTOCOLS.some(bp => bp === protocol);\n}\n\n/**\n * Sanitizes an href value by checking for dangerous protocols.\n * Returns null if the href contains a dangerous protocol, otherwise returns the original href.\n * This prevents some XSS attacks through javascript:, data:, vbscript:, and blob: URLs.\n *\n * @param href - The href value to sanitize\n * @returns The sanitized href or null if dangerous\n */\nexport function sanitizeHref(href: string | undefined | null): string | null {\n if (!href || href.trim() === '') {\n return null;\n }\n\n // For relative URLs (starting with / or # or ?), allow them through\n if (href.startsWith('/') || href.startsWith('#') || href.startsWith('?')) {\n return href;\n }\n\n // For relative URLs without leading slash, allow them through\n if (!href.includes(':')) {\n return href;\n }\n\n // Check if it's a valid URL with a dangerous protocol\n try {\n const url = new URL(href);\n if (hasBannedHrefProtocol(url)) {\n return null;\n }\n return href;\n } catch {\n // If URL parsing fails, it's likely a relative URL or malformed\n // Allow relative URLs through, but be cautious with malformed ones\n return href;\n }\n}\n\nexport const hasUrlInFragment = (_url: URL | string) => {\n return new URL(_url, DUMMY_URL_BASE).hash.startsWith('#/');\n};\n\n/**\n * Creates a new URL by merging a fragment-based URL, if found.\n * The result URL has the original and the fragment pathnames appended\n * and also includes all search params from both places.\n *\n * @example\n * ```ts\n * mergeFragmentIntoUrl('https://accounts.clerk.com/sign-in?user_param=hello#/verify/factor-one?redirect_url=/protected')\n * // Returns: 'https://accounts.clerk.com/sign-in/verify/factor-one?user_param=hello&redirect_url=/protected'\n * ```\n */\nexport const mergeFragmentIntoUrl = (_url: string | URL): URL => {\n const url = new URL(_url);\n\n if (!hasUrlInFragment(url)) {\n return url;\n }\n\n const fragmentUrl = new URL(url.hash.replace('#/', '/'), url.href);\n const mergedPathname = [url.pathname, fragmentUrl.pathname]\n .map(s => s.split('/'))\n .flat()\n .filter(Boolean)\n .join('/');\n\n const mergedUrl = new URL(mergedPathname, url.origin);\n\n url.searchParams.forEach((val, key) => {\n mergedUrl.searchParams.set(key, val);\n });\n\n fragmentUrl.searchParams.forEach((val, key) => {\n mergedUrl.searchParams.set(key, val);\n });\n\n return mergedUrl;\n};\n\nexport const pathFromFullPath = (fullPath: string) => {\n return fullPath.replace(/CLERK-ROUTER\\/(.*?)\\//, '');\n};\n\nconst frontendApiRedirectPathsWithUserInput: string[] = [\n '/oauth/authorize', // OAuth2 identify provider flow\n];\n\nconst frontendApiRedirectPathsNoUserInput: string[] = [\n '/v1/verify', // magic links\n '/v1/tickets/accept', // ticket flow\n '/oauth/authorize-with-immediate-redirect', // OAuth 2 identity provider\n '/oauth/end_session', // OIDC logout\n];\n\nexport function isRedirectForFAPIInitiatedFlow(frontendApi: string, redirectUrl: string): boolean {\n const url = new URL(redirectUrl, DUMMY_URL_BASE);\n const path = url.pathname;\n\n const isValidFrontendRedirectPath =\n frontendApiRedirectPathsWithUserInput.includes(path) || frontendApiRedirectPathsNoUserInput.includes(path);\n return frontendApi === url.host && isValidFrontendRedirectPath;\n}\n\nexport function requiresUserInput(redirectUrl: string): boolean {\n const url = new URL(redirectUrl, DUMMY_URL_BASE);\n return frontendApiRedirectPathsWithUserInput.includes(url.pathname);\n}\n\nexport const isAllowedRedirect =\n (allowedRedirectOrigins: Array<string | RegExp> | undefined, currentOrigin: string) => (_url: URL | string) => {\n let url = _url;\n if (typeof url === 'string') {\n url = relativeToAbsoluteUrl(url, currentOrigin);\n }\n\n if (!allowedRedirectOrigins) {\n return true;\n }\n\n const isSameOrigin = currentOrigin === url.origin;\n\n const isAllowed =\n !isProblematicUrl(url) &&\n (isSameOrigin ||\n allowedRedirectOrigins\n .map(origin => (typeof origin === 'string' ? globs.toRegexp(trimTrailingSlash(origin)) : origin))\n .some(origin => origin.test(trimTrailingSlash(url.origin))));\n\n if (!isAllowed) {\n logger.warnOnce(\n `Clerk: Redirect URL ${url} is not on one of the allowedRedirectOrigins, falling back to the default redirect URL.`,\n );\n }\n return isAllowed;\n };\n\nexport function createAllowedRedirectOrigins(\n allowedRedirectOrigins: Array<string | RegExp> | undefined,\n frontendApi: string,\n instanceType?: string,\n): (string | RegExp)[] | undefined {\n if (Array.isArray(allowedRedirectOrigins) && !!allowedRedirectOrigins.length) {\n return allowedRedirectOrigins;\n }\n\n const origins: string[] = [];\n if (typeof window !== 'undefined' && !!window.location) {\n origins.push(window.location.origin);\n }\n\n origins.push(`https://${getETLDPlusOneFromFrontendApi(frontendApi)}`);\n origins.push(`https://*.${getETLDPlusOneFromFrontendApi(frontendApi)}`);\n\n if (instanceType === 'development') {\n origins.push(`https://${frontendApi}`);\n }\n\n return origins;\n}\n"],"mappings":"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"}