@stytch/react 20.0.0-next.2 → 20.0.0-next.4

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 (190) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/StytchSSRProxy-Bz6LNYdq.js.map +1 -1
  3. package/dist/cjs/adminPortal/index.cjs +1 -1
  4. package/dist/cjs/b2b/index.cjs +28 -20
  5. package/dist/cjs/b2b/index.cjs.map +1 -1
  6. package/dist/cjs/compat.cjs +2 -0
  7. package/dist/cjs/compat.cjs.map +1 -1
  8. package/dist/cjs/{index-Ni_dyEsz.js → index-BIjXBvf_.js} +2 -2
  9. package/dist/cjs/index-BIjXBvf_.js.map +1 -0
  10. package/dist/cjs/index.cjs +521 -542
  11. package/dist/cjs/index.cjs.map +1 -1
  12. package/dist/cjs/{shadcn-B8TEzQMT.js → shadcn-aVU6Lm9q.js} +255 -235
  13. package/dist/cjs/shadcn-aVU6Lm9q.js.map +1 -0
  14. package/dist/cjs-dev/StytchSSRProxy-d553KgcY.js +438 -0
  15. package/dist/cjs-dev/StytchSSRProxy-d553KgcY.js.map +1 -0
  16. package/dist/cjs-dev/adminPortal/index.cjs +54 -53
  17. package/dist/cjs-dev/adminPortal/index.cjs.map +1 -1
  18. package/dist/cjs-dev/b2b/index.cjs +94 -75
  19. package/dist/cjs-dev/b2b/index.cjs.map +1 -1
  20. package/dist/cjs-dev/b2b/index.headless.cjs +89 -88
  21. package/dist/cjs-dev/b2b/index.headless.cjs.map +1 -1
  22. package/dist/cjs-dev/compat.cjs +15 -14
  23. package/dist/cjs-dev/compat.cjs.map +1 -1
  24. package/dist/cjs-dev/{StytchSSRProxy-CxXsyme4.js → dev-DaCGDI6V.js} +60 -426
  25. package/dist/cjs-dev/dev-DaCGDI6V.js.map +1 -0
  26. package/dist/cjs-dev/{idpHelpers-BVMUYvt1.js → idpHelpers-DOYYSxsX.js} +45 -102
  27. package/dist/cjs-dev/idpHelpers-DOYYSxsX.js.map +1 -0
  28. package/dist/cjs-dev/{index-DdK3Jt4u.js → index-rquGmIlv.js} +4 -4
  29. package/dist/cjs-dev/index-rquGmIlv.js.map +1 -0
  30. package/dist/cjs-dev/index.cjs +667 -667
  31. package/dist/cjs-dev/index.cjs.map +1 -1
  32. package/dist/cjs-dev/index.headless.cjs +70 -69
  33. package/dist/cjs-dev/index.headless.cjs.map +1 -1
  34. package/dist/cjs-dev/{passwordManagerDisableAutofillProps-D70WyvIu.js → passwordManagerDisableAutofillProps-CgiK2M_U.js} +2 -2
  35. package/dist/cjs-dev/{passwordManagerDisableAutofillProps-D70WyvIu.js.map → passwordManagerDisableAutofillProps-CgiK2M_U.js.map} +1 -1
  36. package/dist/cjs-dev/{shadcn-C9ClUju1.js → shadcn-DMk6ZSoD.js} +265 -244
  37. package/dist/cjs-dev/shadcn-DMk6ZSoD.js.map +1 -0
  38. package/dist/esm/_virtual/index3.mjs +5 -3
  39. package/dist/esm/_virtual/index3.mjs.map +1 -1
  40. package/dist/esm/_virtual/index4.mjs +3 -5
  41. package/dist/esm/_virtual/index4.mjs.map +1 -1
  42. package/dist/esm/b2b/StytchB2BContext.mjs +5 -5
  43. package/dist/esm/b2b/StytchB2BContext.mjs.map +1 -1
  44. package/dist/esm/packages/core/src/public/b2b/ui.mjs.map +1 -1
  45. package/dist/esm/packages/web/src/adminPortal/utils/theme.mjs +1 -1
  46. package/dist/esm/packages/web/src/ui/b2b/App.mjs +2 -2
  47. package/dist/esm/packages/web/src/ui/b2b/App.mjs.map +1 -1
  48. package/dist/esm/packages/web/src/ui/b2b/components/Icons.mjs +3 -1
  49. package/dist/esm/packages/web/src/ui/b2b/components/Icons.mjs.map +1 -1
  50. package/dist/esm/packages/web/src/ui/b2b/components/OAuthB2BButton.mjs +6 -3
  51. package/dist/esm/packages/web/src/ui/b2b/components/OAuthB2BButton.mjs.map +1 -1
  52. package/dist/esm/packages/web/src/ui/b2b/components/SSOButton.mjs +5 -3
  53. package/dist/esm/packages/web/src/ui/b2b/components/SSOButton.mjs.map +1 -1
  54. package/dist/esm/packages/web/src/ui/b2b/screens/SsoAndOAuthButtons.mjs +6 -3
  55. package/dist/esm/packages/web/src/ui/b2b/screens/SsoAndOAuthButtons.mjs.map +1 -1
  56. package/dist/esm/packages/web/src/ui/b2b/types/authMethodKeys.mjs +2 -2
  57. package/dist/esm/packages/web/src/ui/b2b/types/authMethodKeys.mjs.map +1 -1
  58. package/dist/esm/packages/web/src/ui/b2c/AppContainer.mjs +1 -1
  59. package/dist/esm/packages/web/src/ui/b2c/AppContainer.mjs.map +1 -1
  60. package/dist/esm/packages/web/src/ui/b2c/IDPContainer.mjs +1 -1
  61. package/dist/esm/packages/web/src/ui/b2c/IDPContainer.mjs.map +1 -1
  62. package/dist/esm/packages/web/src/ui/b2c/PasskeyRegistrationContainer.mjs +1 -1
  63. package/dist/esm/packages/web/src/ui/b2c/PasskeyRegistrationContainer.mjs.map +1 -1
  64. package/dist/esm/packages/web/src/ui/b2c/ResetPasswordContainer.mjs +1 -1
  65. package/dist/esm/packages/web/src/ui/b2c/ResetPasswordContainer.mjs.map +1 -1
  66. package/dist/esm/packages/web/src/ui/b2c/components/OAuthButton.mjs +6 -3
  67. package/dist/esm/packages/web/src/ui/b2c/components/OAuthButton.mjs.map +1 -1
  68. package/dist/esm/packages/web/src/ui/b2c/screens/Crypto/SetupNewWallet.mjs +20 -39
  69. package/dist/esm/packages/web/src/ui/b2c/screens/Crypto/SetupNewWallet.mjs.map +1 -1
  70. package/dist/esm/packages/web/src/ui/b2c/screens/Crypto/WalletButtons.mjs +15 -15
  71. package/dist/esm/packages/web/src/ui/b2c/screens/Crypto/WalletButtons.mjs.map +1 -1
  72. package/dist/esm/packages/web/src/ui/compat/styleToTheme.mjs +2 -0
  73. package/dist/esm/packages/web/src/ui/compat/styleToTheme.mjs.map +1 -1
  74. package/dist/esm/packages/web/src/ui/components/PresentationConfig.mjs +6 -1
  75. package/dist/esm/packages/web/src/ui/components/PresentationConfig.mjs.map +1 -1
  76. package/dist/esm/packages/web/src/ui/components/atoms/Button.mjs.map +1 -1
  77. package/dist/esm/packages/web/src/ui/components/atoms/Typography.module.css.mjs +2 -2
  78. package/dist/esm/packages/web/src/ui/components/molecules/EmailInput.mjs +1 -1
  79. package/dist/esm/packages/web/src/ui/components/molecules/EmailInput.mjs.map +1 -1
  80. package/dist/esm/packages/web/src/ui/components/molecules/Input.mjs +1 -1
  81. package/dist/esm/packages/web/src/ui/components/molecules/Input.mjs.map +1 -1
  82. package/dist/esm/packages/web/src/ui/react/b2b/B2BIdentityProvider.mjs +1 -1
  83. package/dist/esm/packages/web/src/ui/react/b2b/B2BIdentityProvider.mjs.map +1 -1
  84. package/dist/esm/packages/web/src/ui/react/b2b/Stytch.mjs +1 -1
  85. package/dist/esm/packages/web/src/ui/react/b2b/Stytch.mjs.map +1 -1
  86. package/dist/esm/packages/web/src/ui/react/b2b/StytchB2BContext.mjs +1 -1
  87. package/dist/esm/packages/web/src/ui/react/b2b/StytchB2BContext.mjs.map +1 -1
  88. package/dist/esm/packages/web/src/ui/react/b2c/IdentityProvider.mjs +1 -1
  89. package/dist/esm/packages/web/src/ui/react/b2c/IdentityProvider.mjs.map +1 -1
  90. package/dist/esm/packages/web/src/ui/react/b2c/StytchContext.mjs +1 -1
  91. package/dist/esm/packages/web/src/ui/react/b2c/StytchContext.mjs.map +1 -1
  92. package/dist/esm/packages/web/src/ui/react/b2c/StytchLogin.mjs +1 -1
  93. package/dist/esm/packages/web/src/ui/react/b2c/StytchLogin.mjs.map +1 -1
  94. package/dist/esm/packages/web/src/ui/react/b2c/StytchPasskeyRegistration.mjs +1 -1
  95. package/dist/esm/packages/web/src/ui/react/b2c/StytchPasskeyRegistration.mjs.map +1 -1
  96. package/dist/esm/packages/web/src/ui/react/b2c/StytchPasswordReset.mjs +1 -1
  97. package/dist/esm/packages/web/src/ui/react/b2c/StytchPasswordReset.mjs.map +1 -1
  98. package/dist/esm/packages/web/src/ui/react/utils/errors.mjs.map +1 -1
  99. package/dist/esm/packages/web/src/utils/crypto.mjs +19 -14
  100. package/dist/esm/packages/web/src/utils/crypto.mjs.map +1 -1
  101. package/dist/esm/packages/web/src/utils/oauthProviderType.mjs +1 -1
  102. package/dist/esm/packages/web/src/utils/oauthProviderType.mjs.map +1 -1
  103. package/dist/esm-dev/_virtual/index3.mjs +3 -5
  104. package/dist/esm-dev/_virtual/index3.mjs.map +1 -1
  105. package/dist/esm-dev/_virtual/index4.mjs +5 -3
  106. package/dist/esm-dev/_virtual/index4.mjs.map +1 -1
  107. package/dist/esm-dev/b2b/StytchB2BContext.mjs +5 -5
  108. package/dist/esm-dev/b2b/StytchB2BContext.mjs.map +1 -1
  109. package/dist/esm-dev/packages/core/src/public/b2b/ui.mjs.map +1 -1
  110. package/dist/esm-dev/packages/core/src/utils/dev.mjs +7 -1
  111. package/dist/esm-dev/packages/core/src/utils/dev.mjs.map +1 -1
  112. package/dist/esm-dev/packages/web/src/adminPortal/utils/theme.mjs +1 -1
  113. package/dist/esm-dev/packages/web/src/ui/b2b/App.mjs +14 -2
  114. package/dist/esm-dev/packages/web/src/ui/b2b/App.mjs.map +1 -1
  115. package/dist/esm-dev/packages/web/src/ui/b2b/components/Icons.mjs +3 -1
  116. package/dist/esm-dev/packages/web/src/ui/b2b/components/Icons.mjs.map +1 -1
  117. package/dist/esm-dev/packages/web/src/ui/b2b/components/OAuthB2BButton.mjs +6 -3
  118. package/dist/esm-dev/packages/web/src/ui/b2b/components/OAuthB2BButton.mjs.map +1 -1
  119. package/dist/esm-dev/packages/web/src/ui/b2b/components/SSOButton.mjs +5 -3
  120. package/dist/esm-dev/packages/web/src/ui/b2b/components/SSOButton.mjs.map +1 -1
  121. package/dist/esm-dev/packages/web/src/ui/b2b/screens/SsoAndOAuthButtons.mjs +6 -3
  122. package/dist/esm-dev/packages/web/src/ui/b2b/screens/SsoAndOAuthButtons.mjs.map +1 -1
  123. package/dist/esm-dev/packages/web/src/ui/b2b/types/authMethodKeys.mjs +2 -2
  124. package/dist/esm-dev/packages/web/src/ui/b2b/types/authMethodKeys.mjs.map +1 -1
  125. package/dist/esm-dev/packages/web/src/ui/b2c/AppContainer.mjs +8 -1
  126. package/dist/esm-dev/packages/web/src/ui/b2c/AppContainer.mjs.map +1 -1
  127. package/dist/esm-dev/packages/web/src/ui/b2c/IDPContainer.mjs +8 -1
  128. package/dist/esm-dev/packages/web/src/ui/b2c/IDPContainer.mjs.map +1 -1
  129. package/dist/esm-dev/packages/web/src/ui/b2c/PasskeyRegistrationContainer.mjs +8 -1
  130. package/dist/esm-dev/packages/web/src/ui/b2c/PasskeyRegistrationContainer.mjs.map +1 -1
  131. package/dist/esm-dev/packages/web/src/ui/b2c/ResetPasswordContainer.mjs +8 -1
  132. package/dist/esm-dev/packages/web/src/ui/b2c/ResetPasswordContainer.mjs.map +1 -1
  133. package/dist/esm-dev/packages/web/src/ui/b2c/components/OAuthButton.mjs +6 -3
  134. package/dist/esm-dev/packages/web/src/ui/b2c/components/OAuthButton.mjs.map +1 -1
  135. package/dist/esm-dev/packages/web/src/ui/b2c/screens/Crypto/SetupNewWallet.mjs +20 -39
  136. package/dist/esm-dev/packages/web/src/ui/b2c/screens/Crypto/SetupNewWallet.mjs.map +1 -1
  137. package/dist/esm-dev/packages/web/src/ui/b2c/screens/Crypto/WalletButtons.mjs +15 -15
  138. package/dist/esm-dev/packages/web/src/ui/b2c/screens/Crypto/WalletButtons.mjs.map +1 -1
  139. package/dist/esm-dev/packages/web/src/ui/compat/styleToTheme.mjs +15 -14
  140. package/dist/esm-dev/packages/web/src/ui/compat/styleToTheme.mjs.map +1 -1
  141. package/dist/esm-dev/packages/web/src/ui/components/PresentationConfig.mjs +9 -3
  142. package/dist/esm-dev/packages/web/src/ui/components/PresentationConfig.mjs.map +1 -1
  143. package/dist/esm-dev/packages/web/src/ui/components/atoms/Button.mjs.map +1 -1
  144. package/dist/esm-dev/packages/web/src/ui/components/atoms/Typography.module.css.mjs +2 -2
  145. package/dist/esm-dev/packages/web/src/ui/components/molecules/EmailInput.mjs +1 -1
  146. package/dist/esm-dev/packages/web/src/ui/components/molecules/EmailInput.mjs.map +1 -1
  147. package/dist/esm-dev/packages/web/src/ui/components/molecules/Input.mjs +1 -1
  148. package/dist/esm-dev/packages/web/src/ui/components/molecules/Input.mjs.map +1 -1
  149. package/dist/esm-dev/packages/web/src/ui/react/b2b/B2BIdentityProvider.mjs +1 -1
  150. package/dist/esm-dev/packages/web/src/ui/react/b2b/B2BIdentityProvider.mjs.map +1 -1
  151. package/dist/esm-dev/packages/web/src/ui/react/b2b/Stytch.mjs +1 -1
  152. package/dist/esm-dev/packages/web/src/ui/react/b2b/Stytch.mjs.map +1 -1
  153. package/dist/esm-dev/packages/web/src/ui/react/b2b/StytchB2BContext.mjs +1 -1
  154. package/dist/esm-dev/packages/web/src/ui/react/b2b/StytchB2BContext.mjs.map +1 -1
  155. package/dist/esm-dev/packages/web/src/ui/react/b2c/IdentityProvider.mjs +1 -1
  156. package/dist/esm-dev/packages/web/src/ui/react/b2c/IdentityProvider.mjs.map +1 -1
  157. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchContext.mjs +1 -1
  158. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchContext.mjs.map +1 -1
  159. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchLogin.mjs +1 -1
  160. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchLogin.mjs.map +1 -1
  161. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchPasskeyRegistration.mjs +1 -1
  162. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchPasskeyRegistration.mjs.map +1 -1
  163. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchPasswordReset.mjs +1 -1
  164. package/dist/esm-dev/packages/web/src/ui/react/b2c/StytchPasswordReset.mjs.map +1 -1
  165. package/dist/esm-dev/packages/web/src/ui/react/utils/errors.mjs +8 -4
  166. package/dist/esm-dev/packages/web/src/ui/react/utils/errors.mjs.map +1 -1
  167. package/dist/esm-dev/packages/web/src/utils/crypto.mjs +19 -14
  168. package/dist/esm-dev/packages/web/src/utils/crypto.mjs.map +1 -1
  169. package/dist/esm-dev/packages/web/src/utils/oauthProviderType.mjs +1 -1
  170. package/dist/esm-dev/packages/web/src/utils/oauthProviderType.mjs.map +1 -1
  171. package/dist/types/{PresentationConfig-Bqzf8zr3.d.ts → PresentationConfig-B2jX85oV.d.ts} +13 -2
  172. package/dist/types/{StytchB2BClient-CsY7ZNKh.d.ts → StytchB2BClient-D16e_lp1.d.ts} +2 -2
  173. package/dist/types/{StytchClient-DZRM_fM4.d.ts → StytchClient-BwQdJzdj.d.ts} +2 -2
  174. package/dist/types/adminPortal/index.d.ts +5 -5
  175. package/dist/types/b2b/index.d.ts +27 -19
  176. package/dist/types/b2b/index.headless.d.ts +5 -5
  177. package/dist/types/compat.d.ts +2 -2
  178. package/dist/types/{createAuthUrlHandler-BZoD2LDF.d.ts → createAuthUrlHandler-R1kNNQD_.d.ts} +2 -2
  179. package/dist/types/{idpHelpers-CD5sSDzA.d.ts → idpHelpers-BQP76WgZ.d.ts} +1 -1
  180. package/dist/types/index.d.ts +36 -16
  181. package/dist/types/index.headless.d.ts +5 -5
  182. package/dist/types/{shadcn-4-5byj93.d.ts → shadcn-CGdmyIUF.d.ts} +9 -6
  183. package/dist/types/{ui-DXrQ-gA8.d.ts → ui-B7IvSGQf.d.ts} +1 -1
  184. package/package.json +1 -1
  185. package/dist/cjs/index-Ni_dyEsz.js.map +0 -1
  186. package/dist/cjs/shadcn-B8TEzQMT.js.map +0 -1
  187. package/dist/cjs-dev/StytchSSRProxy-CxXsyme4.js.map +0 -1
  188. package/dist/cjs-dev/idpHelpers-BVMUYvt1.js.map +0 -1
  189. package/dist/cjs-dev/index-DdK3Jt4u.js.map +0 -1
  190. package/dist/cjs-dev/shadcn-C9ClUju1.js.map +0 -1
@@ -1,10 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var passwordManagerDisableAutofillProps = require('./passwordManagerDisableAutofillProps-D70WyvIu.js');
4
+ var passwordManagerDisableAutofillProps = require('./passwordManagerDisableAutofillProps-CgiK2M_U.js');
5
+ var dev = require('./dev-DaCGDI6V.js');
5
6
  var logger = require('./logger-CvOATP4R.js');
6
- var idpHelpers = require('./idpHelpers-BVMUYvt1.js');
7
- var StytchSSRProxy = require('./StytchSSRProxy-CxXsyme4.js');
7
+ var idpHelpers = require('./idpHelpers-DOYYSxsX.js');
8
+ var StytchSSRProxy = require('./StytchSSRProxy-d553KgcY.js');
8
9
 
9
10
  function _interopNamespace(e) {
10
11
  if (e && e.__esModule) return e;
@@ -305,13 +306,13 @@ const defaultOptions = {
305
306
  };
306
307
  function usePresentationWithDefault(maybeConfig, displayWatermark, products, productsName) {
307
308
  const { theme, options } = maybeConfig ?? {};
308
- {
309
+ dev.RUN_IN_DEV(()=>{
309
310
  const stringProducts = products.filter((p)=>typeof p === 'string');
310
311
  if (stringProducts.length > 0) {
311
312
  logger.logger.error(`Please add an import for ${productsName} and update config.products to\n` + 'products: [' + products.map((p)=>`${productsName}.${typeof p === 'string' ? p : p.id}`).join(', ') + ']');
312
313
  throw new Error("'config.products' should not include strings anymore");
313
314
  }
314
- }
315
+ });
315
316
  // Switch theme automatically depending on color scheme
316
317
  const isDynamic = isDynamicTheme(theme);
317
318
  const darkMode = useMediaQuery(isDynamic ? '(prefers-color-scheme: dark)' : undefined);
@@ -351,6 +352,11 @@ function isDynamicTheme(theme) {
351
352
  }
352
353
  const PresentationContext = React.createContext(undefined);
353
354
  const usePresentation = ()=>React.useContext(PresentationContext);
355
+ function getButtonId(base, options) {
356
+ if (options.buttonId == null || options.buttonId === false) return undefined;
357
+ if (typeof options.buttonId === 'string') return base + options.buttonId;
358
+ return base;
359
+ }
354
360
 
355
361
  var classnames = {exports: {}};
356
362
 
@@ -733,9 +739,9 @@ const Logo = ({ orgLogo, appLogo })=>{
733
739
  }));
734
740
  };
735
741
 
736
- var css$i = ".Typography_module_typography__d307cb57{font-family:var(--st-font-family)}.Typography_module_header__d307cb57{color:var(--st-foreground);font-size:var(--st-text-2xl);font-weight:var(--st-font-weight-semibold);line-height:var(--st-line-height-2xl)}.Typography_module_body__d307cb57{color:var(--st-foreground);font-size:var(--st-text-base)}.Typography_module_body__d307cb57,.Typography_module_helper__d307cb57{font-weight:var(--st-font-weight-normal);line-height:var(--st-line-height-base)}.Typography_module_helper__d307cb57{color:var(--st-muted-foreground);font-size:var(--st-text-xs)}.Typography_module_start__d307cb57{text-align:start}.Typography_module_center__d307cb57{text-align:center}.Typography_module_end__d307cb57{text-align:end}.Typography_module_foreground__d307cb57{color:var(--st-foreground)}.Typography_module_muted__d307cb57{color:var(--st-muted-foreground)}.Typography_module_destructive__d307cb57{color:var(--st-destructive)}.Typography_module_warning__d307cb57{color:var(--st-warning)}.Typography_module_success__d307cb57{color:var(--st-success)}.Typography_module_regular__d307cb57{font-weight:var(--st-font-weight-normal)}.Typography_module_medium__d307cb57{font-weight:var(--st-font-weight-medium)}.Typography_module_semibold__d307cb57{font-weight:var(--st-font-weight-semibold)}.Typography_module_bold__d307cb57{font-weight:var(--st-font-weight-bold)}.Typography_module_defaultFont__d307cb57{font-family:var(--st-font-family)}.Typography_module_monoFont__d307cb57{font-family:var(--st-font-family-mono)}";
742
+ var css$i = ".Typography_module_typography__74817c74{font-family:var(--st-font-family)}.Typography_module_header__74817c74{color:var(--st-foreground);font-family:var(--st-header-font);font-size:var(--st-text-2xl);font-weight:var(--st-font-weight-semibold);line-height:var(--st-line-height-2xl)}.Typography_module_body__74817c74{color:var(--st-foreground);font-size:var(--st-text-base)}.Typography_module_body__74817c74,.Typography_module_helper__74817c74{font-weight:var(--st-font-weight-normal);line-height:var(--st-line-height-base)}.Typography_module_helper__74817c74{color:var(--st-muted-foreground);font-size:var(--st-text-xs)}.Typography_module_start__74817c74{text-align:start}.Typography_module_center__74817c74{text-align:center}.Typography_module_end__74817c74{text-align:end}.Typography_module_foreground__74817c74{color:var(--st-foreground)}.Typography_module_muted__74817c74{color:var(--st-muted-foreground)}.Typography_module_destructive__74817c74{color:var(--st-destructive)}.Typography_module_warning__74817c74{color:var(--st-warning)}.Typography_module_success__74817c74{color:var(--st-success)}.Typography_module_regular__74817c74{font-weight:var(--st-font-weight-normal)}.Typography_module_medium__74817c74{font-weight:var(--st-font-weight-medium)}.Typography_module_semibold__74817c74{font-weight:var(--st-font-weight-semibold)}.Typography_module_bold__74817c74{font-weight:var(--st-font-weight-bold)}.Typography_module_defaultFont__74817c74{font-family:var(--st-font-family)}.Typography_module_monoFont__74817c74{font-family:var(--st-font-family-mono)}";
737
743
  collectCss(css$i);
738
- var modules_1d7499fc = {"typography":"Typography_module_typography__d307cb57","header":"Typography_module_header__d307cb57","body":"Typography_module_body__d307cb57","helper":"Typography_module_helper__d307cb57","start":"Typography_module_start__d307cb57","center":"Typography_module_center__d307cb57","end":"Typography_module_end__d307cb57","foreground":"Typography_module_foreground__d307cb57","muted":"Typography_module_muted__d307cb57","destructive":"Typography_module_destructive__d307cb57","warning":"Typography_module_warning__d307cb57","success":"Typography_module_success__d307cb57","regular":"Typography_module_regular__d307cb57","medium":"Typography_module_medium__d307cb57","semibold":"Typography_module_semibold__d307cb57","bold":"Typography_module_bold__d307cb57","defaultFont":"Typography_module_defaultFont__d307cb57","monoFont":"Typography_module_monoFont__d307cb57"};
744
+ var modules_1d7499fc = {"typography":"Typography_module_typography__74817c74","header":"Typography_module_header__74817c74","body":"Typography_module_body__74817c74","helper":"Typography_module_helper__74817c74","start":"Typography_module_start__74817c74","center":"Typography_module_center__74817c74","end":"Typography_module_end__74817c74","foreground":"Typography_module_foreground__74817c74","muted":"Typography_module_muted__74817c74","destructive":"Typography_module_destructive__74817c74","warning":"Typography_module_warning__74817c74","success":"Typography_module_success__74817c74","regular":"Typography_module_regular__74817c74","medium":"Typography_module_medium__74817c74","semibold":"Typography_module_semibold__74817c74","bold":"Typography_module_bold__74817c74","defaultFont":"Typography_module_defaultFont__74817c74","monoFont":"Typography_module_monoFont__74817c74"};
739
745
 
740
746
  const Typography = /*#__PURE__*/ React.forwardRef(({ variant = 'body', as = 'div', weight, font, color, align, className, ...props }, ref)=>{
741
747
  // Without this cast, TS thinks Element might not even be an HTML element and so does not have className
@@ -841,7 +847,7 @@ var modules_d963aab3 = {"container":"Input_module_container__a0aad2f4","label":"
841
847
  * You may want to use a more specific component in /molecules instead like {@link EmailInput}, {@link PasswordInput}
842
848
  */ const Input = /*#__PURE__*/ React.forwardRef(({ className, label: labelText, hideLabel, action, id: idProp, containerClassName, error, ...props }, ref)=>{
843
849
  const presentation = usePresentation();
844
- const id = idProp + (presentation.options?.inputIdSuffix || '');
850
+ const id = idProp + (presentation.options?.inputIdSuffix ?? '');
845
851
  const errorId = passwordManagerDisableAutofillProps.useUniqueId();
846
852
  // Calculate the width of the action element and add it to the input padding so the input content
847
853
  // cannot go behind the action
@@ -1078,7 +1084,7 @@ error, ...additionalProps })=>{
1078
1084
  const EmailInput = ({ email, setEmail, hasPasskeys = false, ...additionalProps })=>{
1079
1085
  const { i18n: $__i18n, _: $__ } = passwordManagerDisableAutofillProps.useLingui();
1080
1086
  return /*#__PURE__*/ React__namespace.default.createElement(Input, {
1081
- id: "email",
1087
+ id: "email-input",
1082
1088
  label: $__i18n._({
1083
1089
  id: "formField.email.label",
1084
1090
  message: "Email"
@@ -1277,216 +1283,6 @@ const errorMessages = {
1277
1283
  return error.error_message;
1278
1284
  };
1279
1285
 
1280
- var css$b = ".logo_module_darkInvert__4ffe6ba9{filter:invert(var(--st-dark-mode,0))}";
1281
- collectCss(css$b);
1282
- var modules_73af8a26 = {"darkInvert":"logo_module_darkInvert__4ffe6ba9"};
1283
-
1284
- const GithubIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1285
- xmlns: "http://www.w3.org/2000/svg",
1286
- width: 20,
1287
- height: 20,
1288
- fill: "none",
1289
- ...props
1290
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1291
- fill: "#24292F",
1292
- fillRule: "evenodd",
1293
- d: "M9.97 1A9.1 9.1 0 0 0 1 10.23a9.2 9.2 0 0 0 6.14 8.75c.44.1.6-.2.6-.44l-.01-1.71c-2.5.55-3.02-1.1-3.02-1.1-.4-1.07-1-1.35-1-1.35-.8-.56.07-.56.07-.56.9.06 1.38.95 1.38.95.8 1.4 2.1 1 2.61.76.08-.6.32-1 .57-1.24-2-.21-4.09-1-4.09-4.55 0-1 .36-1.83.92-2.48-.08-.22-.4-1.17.1-2.44 0 0 .75-.24 2.46.95a8.5 8.5 0 0 1 4.49 0c1.7-1.2 2.46-.95 2.46-.95.5 1.27.18 2.22.1 2.44.57.65.91 1.47.91 2.48 0 3.54-2.1 4.32-4.1 4.55.33.3.61.84.61 1.71l-.01 2.54c0 .24.16.53.6.44a9.2 9.2 0 0 0 6.14-8.75A9.1 9.1 0 0 0 9.97 1",
1294
- clipRule: "evenodd",
1295
- className: modules_73af8a26.darkInvert
1296
- }));
1297
-
1298
- const GmailIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1299
- xmlns: "http://www.w3.org/2000/svg",
1300
- width: 20,
1301
- height: 20,
1302
- fill: "none",
1303
- ...props
1304
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1305
- fill: "#C5221F",
1306
- d: "M1 5.1v1.63l1.88 1.82L5.09 9.8l.41-2.76-.4-2.56-1.15-.86A1.84 1.84 0 0 0 1 5.09"
1307
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1308
- fill: "#FBBC04",
1309
- d: "m14.9 4.48-.4 2.6.4 2.72 2.02-1L19 6.73V5.09a1.84 1.84 0 0 0-2.95-1.47z"
1310
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1311
- fill: "#4285F4",
1312
- d: "M2.23 16.75h2.86V9.8L1 6.73v8.8c0 .67.55 1.22 1.23 1.22"
1313
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1314
- fill: "#34A853",
1315
- d: "M14.9 16.75h2.87c.68 0 1.23-.55 1.23-1.23v-8.8L14.9 9.8z"
1316
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1317
- fill: "#EA4335",
1318
- d: "M10 8.16 5.1 4.48V9.8l4.9 3.68 4.9-3.68V4.48z"
1319
- }));
1320
-
1321
- const GoogleIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1322
- xmlns: "http://www.w3.org/2000/svg",
1323
- width: 20,
1324
- height: 20,
1325
- fill: "none",
1326
- ...props
1327
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1328
- fill: "#4285F4",
1329
- d: "M18.82 10.2q0-.95-.16-1.84h-8.48v3.49h4.84a4.2 4.2 0 0 1-1.8 2.7v2.27h2.92a8.8 8.8 0 0 0 2.68-6.62"
1330
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1331
- fill: "#34A853",
1332
- d: "M10.18 19c2.43 0 4.47-.8 5.96-2.18l-2.92-2.26c-.8.54-1.83.86-3.04.86a5.4 5.4 0 0 1-5.04-3.7h-3v2.32A9 9 0 0 0 10.19 19"
1333
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1334
- fill: "#FBBC05",
1335
- d: "M5.14 11.71a5.4 5.4 0 0 1 0-3.42V5.97h-3a8.9 8.9 0 0 0 0 8.06l2.34-1.81z"
1336
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1337
- fill: "#EA4335",
1338
- d: "M10.18 4.58q2.01 0 3.44 1.35l2.58-2.58A8.98 8.98 0 0 0 2.14 5.97l3 2.32a5.4 5.4 0 0 1 5.04-3.7"
1339
- }));
1340
-
1341
- const MicrosoftIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1342
- xmlns: "http://www.w3.org/2000/svg",
1343
- width: 20,
1344
- height: 20,
1345
- fill: "none",
1346
- ...props
1347
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1348
- fill: "#F35325",
1349
- d: "M1 1h8.57v8.57H1z"
1350
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1351
- fill: "#81BC06",
1352
- d: "M10.43 1H19v8.57h-8.57z"
1353
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1354
- fill: "#05A6F0",
1355
- d: "M1 10.43h8.57V19H1z"
1356
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1357
- fill: "#FFBA08",
1358
- d: "M10.43 10.43H19V19h-8.57z"
1359
- }));
1360
-
1361
- const OutlookIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1362
- xmlns: "http://www.w3.org/2000/svg",
1363
- width: 20,
1364
- height: 20,
1365
- fill: "none",
1366
- ...props
1367
- }, /*#__PURE__*/ React__namespace.createElement("g", {
1368
- clipPath: "url(#a)"
1369
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1370
- fill: "#158FDA",
1371
- d: "M6.58 17.2h10.25c1.2 0 2.17-.97 2.17-2.17V7.7c0-.64-.32-1.22-.87-1.54L12.77 3.1c-.72-.4-1.6-.4-2.3 0L4.39 6.6V15c0 1.21.98 2.2 2.2 2.2"
1372
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1373
- fill: "url(#b)",
1374
- d: "M8.61 15.82c.06-.66.48-1.24 1.09-1.5 0 0 5.55-3.11 8.3-4.73.85-.5 1-1.5 1-1.5V15a2.2 2.2 0 0 1-2.2 2.2h-6.65c-.8 0-1.46-.6-1.54-1.4"
1375
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1376
- fill: "#01459B",
1377
- d: "m17.83 5.96-9.55 5.27 1.9 1.16c.71.42 1.74.66 2.46.25l5.08-2.85A2.3 2.3 0 0 0 19 7.69c0-1.1-.76-1.47-1.17-1.73"
1378
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1379
- fill: "#26AEE9",
1380
- d: "M11.67 2.81q-.63 0-1.21.32L2.4 7.68l3.06 1.85 9.37-5.28-1.95-1.11q-.57-.33-1.2-.33"
1381
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1382
- fill: "#0078D3",
1383
- d: "M14.83 4.25 5.46 9.53l3.06 1.86 9.56-5.27-.25-.16z"
1384
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1385
- fill: "url(#c)",
1386
- d: "M1.88 5.42h7.5a.74.74 0 0 1 .75.74l-.03 7.32a.76.76 0 0 1-.76.76H1.9a.8.8 0 0 1-.78-.78l.03-7.33a.7.7 0 0 1 .72-.71"
1387
- }), /*#__PURE__*/ React__namespace.createElement("g", {
1388
- filter: "url(#d)"
1389
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1390
- fill: "url(#e)",
1391
- d: "M1.88 5.42h7.5a.74.74 0 0 1 .75.74l-.03 7.32a.76.76 0 0 1-.76.76H1.9a.8.8 0 0 1-.78-.78l.03-7.33a.7.7 0 0 1 .72-.71"
1392
- })), /*#__PURE__*/ React__namespace.createElement("path", {
1393
- fill: "#fff",
1394
- d: "M3.46 8.58q.28-.6.84-.94.64-.36 1.36-.36.69-.02 1.27.3.56.3.85.87.32.6.32 1.3.02.7-.28 1.36a2.2 2.2 0 0 1-1.1 1.06q-.52.21-1.05.21-.7.03-1.3-.3-.57-.3-.86-.87-.32-.6-.32-1.28-.02-.7.27-1.35m.95 2.15q.16.37.5.6t.75.21q.45 0 .8-.24.33-.24.47-.62.15-.41.13-.85 0-.44-.15-.85a1.4 1.4 0 0 0-.47-.63 1.3 1.3 0 0 0-.8-.23 1.3 1.3 0 0 0-1.25.86c-.22.57-.2 1.2.02 1.75"
1395
- })), /*#__PURE__*/ React__namespace.createElement("defs", null, /*#__PURE__*/ React__namespace.createElement("linearGradient", {
1396
- id: "b",
1397
- x1: 12.02,
1398
- x2: 19,
1399
- y1: 15.58,
1400
- y2: 12.64,
1401
- gradientUnits: "userSpaceOnUse"
1402
- }, /*#__PURE__*/ React__namespace.createElement("stop", {
1403
- stopColor: "#4DE2FB"
1404
- }), /*#__PURE__*/ React__namespace.createElement("stop", {
1405
- offset: 1,
1406
- stopColor: "#28AEE8"
1407
- })), /*#__PURE__*/ React__namespace.createElement("linearGradient", {
1408
- id: "c",
1409
- x1: 5.63,
1410
- x2: 5.62,
1411
- y1: 5.42,
1412
- y2: 14.24,
1413
- gradientUnits: "userSpaceOnUse"
1414
- }, /*#__PURE__*/ React__namespace.createElement("stop", {
1415
- stopColor: "#1582D8"
1416
- }), /*#__PURE__*/ React__namespace.createElement("stop", {
1417
- offset: 1,
1418
- stopColor: "#0A64CC"
1419
- })), /*#__PURE__*/ React__namespace.createElement("linearGradient", {
1420
- id: "e",
1421
- x1: 5.63,
1422
- x2: 5.62,
1423
- y1: 5.42,
1424
- y2: 14.24,
1425
- gradientUnits: "userSpaceOnUse"
1426
- }, /*#__PURE__*/ React__namespace.createElement("stop", {
1427
- stopColor: "#1582D8"
1428
- }), /*#__PURE__*/ React__namespace.createElement("stop", {
1429
- offset: 1,
1430
- stopColor: "#0A64CC"
1431
- })), /*#__PURE__*/ React__namespace.createElement("clipPath", {
1432
- id: "a"
1433
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1434
- fill: "#fff",
1435
- d: "M0 0h20v20H0z"
1436
- })), /*#__PURE__*/ React__namespace.createElement("filter", {
1437
- id: "d",
1438
- width: 53.58,
1439
- height: 53.4,
1440
- x: -15.16,
1441
- y: -10.87,
1442
- colorInterpolationFilters: "sRGB",
1443
- filterUnits: "userSpaceOnUse"
1444
- }, /*#__PURE__*/ React__namespace.createElement("feFlood", {
1445
- floodOpacity: 0,
1446
- result: "BackgroundImageFix"
1447
- }), /*#__PURE__*/ React__namespace.createElement("feColorMatrix", {
1448
- in: "SourceAlpha",
1449
- result: "hardAlpha",
1450
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
1451
- }), /*#__PURE__*/ React__namespace.createElement("feOffset", {
1452
- dx: 6,
1453
- dy: 6
1454
- }), /*#__PURE__*/ React__namespace.createElement("feGaussianBlur", {
1455
- stdDeviation: 11.14
1456
- }), /*#__PURE__*/ React__namespace.createElement("feComposite", {
1457
- in2: "hardAlpha",
1458
- operator: "out"
1459
- }), /*#__PURE__*/ React__namespace.createElement("feColorMatrix", {
1460
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.38 0"
1461
- }), /*#__PURE__*/ React__namespace.createElement("feBlend", {
1462
- in2: "BackgroundImageFix",
1463
- result: "effect1_dropShadow_893_1954"
1464
- }), /*#__PURE__*/ React__namespace.createElement("feBlend", {
1465
- in: "SourceGraphic",
1466
- in2: "effect1_dropShadow_893_1954",
1467
- result: "shape"
1468
- }))));
1469
-
1470
- const SlackIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
1471
- xmlns: "http://www.w3.org/2000/svg",
1472
- width: 20,
1473
- height: 20,
1474
- fill: "none",
1475
- ...props
1476
- }, /*#__PURE__*/ React__namespace.createElement("path", {
1477
- fill: "#E01E5A",
1478
- d: "M4.8 12.38a1.89 1.89 0 1 1-1.9-1.9h1.9zm.94 0a1.89 1.89 0 1 1 3.78 0v4.73a1.89 1.89 0 1 1-3.78 0z"
1479
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1480
- fill: "#36C5F0",
1481
- d: "M7.63 4.78A1.89 1.89 0 1 1 9.52 2.9v1.9zm0 .96a1.89 1.89 0 1 1 0 3.79H2.89a1.89 1.89 0 1 1 0-3.79z"
1482
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1483
- fill: "#2EB67D",
1484
- d: "M15.2 7.64a1.89 1.89 0 1 1 1.9 1.89h-1.9zm-.94 0a1.89 1.89 0 1 1-3.78 0V2.89a1.89 1.89 0 1 1 3.78 0z"
1485
- }), /*#__PURE__*/ React__namespace.createElement("path", {
1486
- fill: "#ECB22E",
1487
- d: "M12.37 15.22a1.89 1.89 0 1 1-1.89 1.89v-1.9zm0-.95a1.89 1.89 0 1 1 0-3.78h4.74a1.89 1.89 0 1 1 0 3.78z"
1488
- }));
1489
-
1490
1286
  /**
1491
1287
  * Codifies simple button layout patterns
1492
1288
  * - For a single set of buttons, use children
@@ -1503,8 +1299,8 @@ const SlackIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg",
1503
1299
  /*#__PURE__*/ React__namespace.default.createElement(ButtonColumn, null, props.top), /*#__PURE__*/ React__namespace.default.createElement(Divider, null), /*#__PURE__*/ React__namespace.default.createElement(ButtonColumn, null, props.bottom));
1504
1300
  };
1505
1301
 
1506
- var css$a = ".VerticalTransition_module_container__9366f503{display:grid;overflow:clip;width:fit-content}.VerticalTransition_module_primary__9366f503,.VerticalTransition_module_secondary__9366f503{grid-area:1/1/2/2;transition:translate var(--st-transition-duration) ease-in-out}.VerticalTransition_module_secondary__9366f503{translate:0 100%}.VerticalTransition_module_container__9366f503.VerticalTransition_module_triggered__9366f503 .VerticalTransition_module_primary__9366f503,.VerticalTransition_module_hoverTrigger__9366f503:is(:hover,:focus) .VerticalTransition_module_canTriggerByHover__9366f503 .VerticalTransition_module_primary__9366f503{translate:0 -100%}.VerticalTransition_module_container__9366f503.VerticalTransition_module_triggered__9366f503 .VerticalTransition_module_secondary__9366f503,.VerticalTransition_module_hoverTrigger__9366f503:is(:hover,:focus) .VerticalTransition_module_canTriggerByHover__9366f503 .VerticalTransition_module_secondary__9366f503{translate:0 0}";
1507
- collectCss(css$a);
1302
+ var css$b = ".VerticalTransition_module_container__9366f503{display:grid;overflow:clip;width:fit-content}.VerticalTransition_module_primary__9366f503,.VerticalTransition_module_secondary__9366f503{grid-area:1/1/2/2;transition:translate var(--st-transition-duration) ease-in-out}.VerticalTransition_module_secondary__9366f503{translate:0 100%}.VerticalTransition_module_container__9366f503.VerticalTransition_module_triggered__9366f503 .VerticalTransition_module_primary__9366f503,.VerticalTransition_module_hoverTrigger__9366f503:is(:hover,:focus) .VerticalTransition_module_canTriggerByHover__9366f503 .VerticalTransition_module_primary__9366f503{translate:0 -100%}.VerticalTransition_module_container__9366f503.VerticalTransition_module_triggered__9366f503 .VerticalTransition_module_secondary__9366f503,.VerticalTransition_module_hoverTrigger__9366f503:is(:hover,:focus) .VerticalTransition_module_canTriggerByHover__9366f503 .VerticalTransition_module_secondary__9366f503{translate:0 0}";
1303
+ collectCss(css$b);
1508
1304
  var modules_654ad754 = {"container":"VerticalTransition_module_container__9366f503","primary":"VerticalTransition_module_primary__9366f503","secondary":"VerticalTransition_module_secondary__9366f503","hoverTrigger":"VerticalTransition_module_hoverTrigger__9366f503","canTriggerByHover":"VerticalTransition_module_canTriggerByHover__9366f503","triggered":"VerticalTransition_module_triggered__9366f503"};
1509
1305
 
1510
1306
  /**
@@ -1834,8 +1630,8 @@ const ErrorMessages = ({ error })=>{
1834
1630
  }
1835
1631
  };
1836
1632
 
1837
- var css$9 = ".Badge_module_badge__c44e2b28{background-color:var(--st-background);border:1px solid var(--st-border);border-radius:var(--st-rounded-base);cursor:default;padding:var(--st-spacing-0_5) var(--st-spacing);width:fit-content}";
1838
- collectCss(css$9);
1633
+ var css$a = ".Badge_module_badge__c44e2b28{background-color:var(--st-background);border:1px solid var(--st-border);border-radius:var(--st-rounded-base);cursor:default;padding:var(--st-spacing-0_5) var(--st-spacing);width:fit-content}";
1634
+ collectCss(css$a);
1839
1635
  var modules_35eb8564 = {"badge":"Badge_module_badge__c44e2b28"};
1840
1636
 
1841
1637
  const Badge = ({ className, children })=>/*#__PURE__*/ React__namespace.default.createElement("div", {
@@ -1844,8 +1640,8 @@ const Badge = ({ className, children })=>/*#__PURE__*/ React__namespace.default.
1844
1640
  variant: "helper"
1845
1641
  }, children));
1846
1642
 
1847
- var css$8 = ".LastUsed_module_container__4e54ed99{position:relative}.LastUsed_module_badge__4e54ed99{position:absolute;right:var(--st-spacing-3);top:0;translate:0 -60%}[dir=rtl] .LastUsed_module_badge__4e54ed99{left:var(--st-spacing-3);right:auto}.LastUsed_module_badge__4e54ed99:dir(rtl){left:var(--st-spacing-3);right:auto}";
1848
- collectCss(css$8);
1643
+ var css$9 = ".LastUsed_module_container__4e54ed99{position:relative}.LastUsed_module_badge__4e54ed99{position:absolute;right:var(--st-spacing-3);top:0;translate:0 -60%}[dir=rtl] .LastUsed_module_badge__4e54ed99{left:var(--st-spacing-3);right:auto}.LastUsed_module_badge__4e54ed99:dir(rtl){left:var(--st-spacing-3);right:auto}";
1644
+ collectCss(css$9);
1849
1645
  var modules_9331f432 = {"container":"LastUsed_module_container__4e54ed99","badge":"LastUsed_module_badge__4e54ed99"};
1850
1646
 
1851
1647
  const LastUsed = ({ children })=>{
@@ -1895,8 +1691,8 @@ var Bt=Object.defineProperty,At=Object.defineProperties;var kt=Object.getOwnProp
1895
1691
  }
1896
1692
  }`;
1897
1693
 
1898
- var css$7 = ".OtpInput_module_inputContainer__1e43b599{width:calc(var(--st-spacing)*64)}.-st-mobile .OtpInput_module_inputContainer__1e43b599{width:calc(var(--st-spacing)*70)}.OtpInput_module_slotsContainer__1e43b599{display:flex;gap:var(--st-spacing-2);justify-content:start;width:fit-content}.OtpInput_module_otpSlot__1e43b599{align-items:center;display:flex;height:calc(var(--st-spacing)*9);justify-content:center;width:calc(var(--st-spacing)*9)}.-st-mobile .OtpInput_module_otpSlot__1e43b599{height:calc(var(--st-spacing)*10);width:calc(var(--st-spacing)*10)}.OtpInput_module_disabled__1e43b599 .OtpInput_module_otpSlot__1e43b599{color:var(--st-muted-foreground)}.OtpInput_module_caret__1e43b599{animation:OtpInput_module_caretBlink__1e43b599 1.5s step-start infinite;border-right:1px solid var(--st-foreground);display:inline-block;height:calc(var(--st-text-sm)*1.25);width:0}.OtpInput_module_safari__1e43b599 .OtpInput_module_caret__1e43b599{animation:OtpInput_module_caretBlink__1e43b599 1s ease-in-out infinite;border-right-width:2px}@keyframes OtpInput_module_caretBlink__1e43b599{0%,to{opacity:0}50%{opacity:1}}";
1899
- collectCss(css$7);
1694
+ var css$8 = ".OtpInput_module_inputContainer__1e43b599{width:calc(var(--st-spacing)*64)}.-st-mobile .OtpInput_module_inputContainer__1e43b599{width:calc(var(--st-spacing)*70)}.OtpInput_module_slotsContainer__1e43b599{display:flex;gap:var(--st-spacing-2);justify-content:start;width:fit-content}.OtpInput_module_otpSlot__1e43b599{align-items:center;display:flex;height:calc(var(--st-spacing)*9);justify-content:center;width:calc(var(--st-spacing)*9)}.-st-mobile .OtpInput_module_otpSlot__1e43b599{height:calc(var(--st-spacing)*10);width:calc(var(--st-spacing)*10)}.OtpInput_module_disabled__1e43b599 .OtpInput_module_otpSlot__1e43b599{color:var(--st-muted-foreground)}.OtpInput_module_caret__1e43b599{animation:OtpInput_module_caretBlink__1e43b599 1.5s step-start infinite;border-right:1px solid var(--st-foreground);display:inline-block;height:calc(var(--st-text-sm)*1.25);width:0}.OtpInput_module_safari__1e43b599 .OtpInput_module_caret__1e43b599{animation:OtpInput_module_caretBlink__1e43b599 1s ease-in-out infinite;border-right-width:2px}@keyframes OtpInput_module_caretBlink__1e43b599{0%,to{opacity:0}50%{opacity:1}}";
1695
+ collectCss(css$8);
1900
1696
  var modules_6ff17004 = {"inputContainer":"OtpInput_module_inputContainer__1e43b599","slotsContainer":"OtpInput_module_slotsContainer__1e43b599","otpSlot":"OtpInput_module_otpSlot__1e43b599 inputBase_module_inputBase__06c14ae4","disabled":"OtpInput_module_disabled__1e43b599","active":"OtpInput_module_active__1e43b599 inputBase_module_forceFocusRing__06c14ae4","caret":"OtpInput_module_caret__1e43b599","safari":"OtpInput_module_safari__1e43b599"};
1901
1697
 
1902
1698
  const OTP_LENGTH = 6;
@@ -1940,8 +1736,8 @@ const OtpInput = ({ defaultOtp, onSubmit, disabled, ...additionalProps })=>{
1940
1736
  });
1941
1737
  };
1942
1738
 
1943
- var css$6 = ".LoadingBar_module_container__3a991498{background-color:var(--st-muted);border-radius:var(--st-rounded-full);height:var(--st-spacing);overflow:clip}.LoadingBar_module_progress__3a991498{animation:LoadingBar_module_loading__3a991498 10s cubic-bezier(.22,1,.36,1);background-color:var(--st-primary);height:100%;width:100%}@keyframes LoadingBar_module_loading__3a991498{0%{transform:translateX(-100%)}to{transform:translateX(-1%)}}";
1944
- collectCss(css$6);
1739
+ var css$7 = ".LoadingBar_module_container__3a991498{background-color:var(--st-muted);border-radius:var(--st-rounded-full);height:var(--st-spacing);overflow:clip}.LoadingBar_module_progress__3a991498{animation:LoadingBar_module_loading__3a991498 10s cubic-bezier(.22,1,.36,1);background-color:var(--st-primary);height:100%;width:100%}@keyframes LoadingBar_module_loading__3a991498{0%{transform:translateX(-100%)}to{transform:translateX(-1%)}}";
1740
+ collectCss(css$7);
1945
1741
  var modules_2f9e3bf6 = {"container":"LoadingBar_module_container__3a991498","progress":"LoadingBar_module_progress__3a991498"};
1946
1742
 
1947
1743
  /**
@@ -1953,8 +1749,8 @@ var modules_2f9e3bf6 = {"container":"LoadingBar_module_container__3a991498","pro
1953
1749
  className: modules_2f9e3bf6.progress
1954
1750
  }));
1955
1751
 
1956
- var css$5 = ".AnimatedContainer_module_container__fb438508{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--st-transition-duration) ease-out}.AnimatedContainer_module_open__fb438508{grid-template-rows:1fr}.AnimatedContainer_module_inner__fb438508{min-height:0;overflow:clip}";
1957
- collectCss(css$5);
1752
+ var css$6 = ".AnimatedContainer_module_container__fb438508{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--st-transition-duration) ease-out}.AnimatedContainer_module_open__fb438508{grid-template-rows:1fr}.AnimatedContainer_module_inner__fb438508{min-height:0;overflow:clip}";
1753
+ collectCss(css$6);
1958
1754
  var modules_d098bf60 = {"container":"AnimatedContainer_module_container__fb438508","open":"AnimatedContainer_module_open__fb438508","inner":"AnimatedContainer_module_inner__fb438508"};
1959
1755
 
1960
1756
  const AnimatedContainer = ({ isOpen, children })=>/*#__PURE__*/ React__namespace.default.createElement("div", {
@@ -1967,8 +1763,8 @@ const AnimatedContainer = ({ isOpen, children })=>/*#__PURE__*/ React__namespace
1967
1763
  "aria-hidden": !isOpen
1968
1764
  }, children));
1969
1765
 
1970
- var css$4 = ".OTPEntry_module_progressInner__6b10f31d{padding-top:var(--st-spacing-2)}";
1971
- collectCss(css$4);
1766
+ var css$5 = ".OTPEntry_module_progressInner__6b10f31d{padding-top:var(--st-spacing-2)}";
1767
+ collectCss(css$5);
1972
1768
  var modules_929e05ad = {"progressInner":"OTPEntry_module_progressInner__6b10f31d"};
1973
1769
 
1974
1770
  const OTPEntry = ({ header, helperContent, instruction, isSubmitting, onSubmit, errorMessage })=>{
@@ -2126,8 +1922,8 @@ const PasswordInput = ({ password, setPassword, type, ...additionalProps })=>{
2126
1922
  });
2127
1923
  };
2128
1924
 
2129
- var css$3 = ".PasswordStrengthCheck_module_container__75d2aaf0{border-radius:var(--st-rounded-full);display:flex;gap:var(--st-spacing-0_5);height:0;overflow:clip;transition:height var(--st-transition-duration)}.PasswordStrengthCheck_module_container__75d2aaf0:is(.PasswordStrengthCheck_module_weak__75d2aaf0,.PasswordStrengthCheck_module_strong__75d2aaf0){height:var(--st-spacing)}.PasswordStrengthCheck_module_block__75d2aaf0{background:var(--st-muted);flex:1 1 auto;height:var(--st-spacing)}.PasswordStrengthCheck_module_weak__75d2aaf0 .PasswordStrengthCheck_module_block__75d2aaf0.PasswordStrengthCheck_module_filled__75d2aaf0{background:var(--st-destructive)}.PasswordStrengthCheck_module_strong__75d2aaf0 .PasswordStrengthCheck_module_block__75d2aaf0.PasswordStrengthCheck_module_filled__75d2aaf0{background:var(--st-success)}";
2130
- collectCss(css$3);
1925
+ var css$4 = ".PasswordStrengthCheck_module_container__75d2aaf0{border-radius:var(--st-rounded-full);display:flex;gap:var(--st-spacing-0_5);height:0;overflow:clip;transition:height var(--st-transition-duration)}.PasswordStrengthCheck_module_container__75d2aaf0:is(.PasswordStrengthCheck_module_weak__75d2aaf0,.PasswordStrengthCheck_module_strong__75d2aaf0){height:var(--st-spacing)}.PasswordStrengthCheck_module_block__75d2aaf0{background:var(--st-muted);flex:1 1 auto;height:var(--st-spacing)}.PasswordStrengthCheck_module_weak__75d2aaf0 .PasswordStrengthCheck_module_block__75d2aaf0.PasswordStrengthCheck_module_filled__75d2aaf0{background:var(--st-destructive)}.PasswordStrengthCheck_module_strong__75d2aaf0 .PasswordStrengthCheck_module_block__75d2aaf0.PasswordStrengthCheck_module_filled__75d2aaf0{background:var(--st-success)}";
1926
+ collectCss(css$4);
2131
1927
  var modules_8479f250 = {"container":"PasswordStrengthCheck_module_container__75d2aaf0","weak":"PasswordStrengthCheck_module_weak__75d2aaf0","strong":"PasswordStrengthCheck_module_strong__75d2aaf0","block":"PasswordStrengthCheck_module_block__75d2aaf0","filled":"PasswordStrengthCheck_module_filled__75d2aaf0"};
2132
1928
 
2133
1929
  const PasswordStrengthCheck = ({ score })=>{
@@ -2154,8 +1950,8 @@ const PasswordStrengthCheck = ({ score })=>{
2154
1950
  }))));
2155
1951
  };
2156
1952
 
2157
- var css$2 = ".PasswordError_module_item__c070e7fb{margin-left:var(--st-spacing-6);text-indent:calc(var(--st-spacing-6)*-1)}.PasswordError_module_item__c070e7fb svg{display:inline-block;height:var(--st-spacing-4);margin-right:var(--st-spacing-2);vertical-align:middle;width:var(--st-spacing-4)}.PasswordError_module_bullet__c070e7fb{display:inline-block;margin-right:var(--st-spacing-2);text-align:center;text-indent:0;width:var(--st-spacing-4)}.PasswordError_module_bullet__c070e7fb:before{content:\"•\"}";
2158
- collectCss(css$2);
1953
+ var css$3 = ".PasswordError_module_item__c070e7fb{margin-left:var(--st-spacing-6);text-indent:calc(var(--st-spacing-6)*-1)}.PasswordError_module_item__c070e7fb svg{display:inline-block;height:var(--st-spacing-4);margin-right:var(--st-spacing-2);vertical-align:middle;width:var(--st-spacing-4)}.PasswordError_module_bullet__c070e7fb{display:inline-block;margin-right:var(--st-spacing-2);text-align:center;text-indent:0;width:var(--st-spacing-4)}.PasswordError_module_bullet__c070e7fb:before{content:\"•\"}";
1954
+ collectCss(css$3);
2159
1955
  var modules_c0befac8 = {"item":"PasswordError_module_item__c070e7fb","bullet":"PasswordError_module_bullet__c070e7fb"};
2160
1956
 
2161
1957
  // This list of warnings and suggestions should be exhaustive, and is pulled from https://github.com/stytchauth/zxcvbn/blob/main/feedback/feedback.go
@@ -2412,8 +2208,8 @@ function getNewPasswordProps(bootstrap, passwordPolicy) {
2412
2208
  };
2413
2209
  }
2414
2210
 
2415
- var css$1 = ".Loading_module_loadingScreen__1c53715a{display:flex;justify-content:center}";
2416
- collectCss(css$1);
2211
+ var css$2 = ".Loading_module_loadingScreen__1c53715a{display:flex;justify-content:center}";
2212
+ collectCss(css$2);
2417
2213
  var modules_47ae913e = {"loadingScreen":"Loading_module_loadingScreen__1c53715a"};
2418
2214
 
2419
2215
  const LoggingInScreen = ()=>{
@@ -2432,6 +2228,229 @@ const LoadingScreen = ()=>/*#__PURE__*/ React__namespace.createElement("div", {
2432
2228
  size: 32
2433
2229
  }));
2434
2230
 
2231
+ var css$1 = ".logo_module_darkInvert__4ffe6ba9{filter:invert(var(--st-dark-mode,0))}";
2232
+ collectCss(css$1);
2233
+ var modules_73af8a26 = {"darkInvert":"logo_module_darkInvert__4ffe6ba9"};
2234
+
2235
+ const GithubIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2236
+ xmlns: "http://www.w3.org/2000/svg",
2237
+ width: 20,
2238
+ height: 20,
2239
+ fill: "none",
2240
+ ...props
2241
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2242
+ fill: "#24292F",
2243
+ fillRule: "evenodd",
2244
+ d: "M9.97 1A9.1 9.1 0 0 0 1 10.23a9.2 9.2 0 0 0 6.14 8.75c.44.1.6-.2.6-.44l-.01-1.71c-2.5.55-3.02-1.1-3.02-1.1-.4-1.07-1-1.35-1-1.35-.8-.56.07-.56.07-.56.9.06 1.38.95 1.38.95.8 1.4 2.1 1 2.61.76.08-.6.32-1 .57-1.24-2-.21-4.09-1-4.09-4.55 0-1 .36-1.83.92-2.48-.08-.22-.4-1.17.1-2.44 0 0 .75-.24 2.46.95a8.5 8.5 0 0 1 4.49 0c1.7-1.2 2.46-.95 2.46-.95.5 1.27.18 2.22.1 2.44.57.65.91 1.47.91 2.48 0 3.54-2.1 4.32-4.1 4.55.33.3.61.84.61 1.71l-.01 2.54c0 .24.16.53.6.44a9.2 9.2 0 0 0 6.14-8.75A9.1 9.1 0 0 0 9.97 1",
2245
+ clipRule: "evenodd",
2246
+ className: modules_73af8a26.darkInvert
2247
+ }));
2248
+
2249
+ const GmailIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2250
+ xmlns: "http://www.w3.org/2000/svg",
2251
+ width: 20,
2252
+ height: 20,
2253
+ fill: "none",
2254
+ ...props
2255
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2256
+ fill: "#C5221F",
2257
+ d: "M1 5.1v1.63l1.88 1.82L5.09 9.8l.41-2.76-.4-2.56-1.15-.86A1.84 1.84 0 0 0 1 5.09"
2258
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2259
+ fill: "#FBBC04",
2260
+ d: "m14.9 4.48-.4 2.6.4 2.72 2.02-1L19 6.73V5.09a1.84 1.84 0 0 0-2.95-1.47z"
2261
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2262
+ fill: "#4285F4",
2263
+ d: "M2.23 16.75h2.86V9.8L1 6.73v8.8c0 .67.55 1.22 1.23 1.22"
2264
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2265
+ fill: "#34A853",
2266
+ d: "M14.9 16.75h2.87c.68 0 1.23-.55 1.23-1.23v-8.8L14.9 9.8z"
2267
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2268
+ fill: "#EA4335",
2269
+ d: "M10 8.16 5.1 4.48V9.8l4.9 3.68 4.9-3.68V4.48z"
2270
+ }));
2271
+
2272
+ const GoogleIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2273
+ xmlns: "http://www.w3.org/2000/svg",
2274
+ width: 20,
2275
+ height: 20,
2276
+ fill: "none",
2277
+ ...props
2278
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2279
+ fill: "#4285F4",
2280
+ d: "M18.82 10.2q0-.95-.16-1.84h-8.48v3.49h4.84a4.2 4.2 0 0 1-1.8 2.7v2.27h2.92a8.8 8.8 0 0 0 2.68-6.62"
2281
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2282
+ fill: "#34A853",
2283
+ d: "M10.18 19c2.43 0 4.47-.8 5.96-2.18l-2.92-2.26c-.8.54-1.83.86-3.04.86a5.4 5.4 0 0 1-5.04-3.7h-3v2.32A9 9 0 0 0 10.19 19"
2284
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2285
+ fill: "#FBBC05",
2286
+ d: "M5.14 11.71a5.4 5.4 0 0 1 0-3.42V5.97h-3a8.9 8.9 0 0 0 0 8.06l2.34-1.81z"
2287
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2288
+ fill: "#EA4335",
2289
+ d: "M10.18 4.58q2.01 0 3.44 1.35l2.58-2.58A8.98 8.98 0 0 0 2.14 5.97l3 2.32a5.4 5.4 0 0 1 5.04-3.7"
2290
+ }));
2291
+
2292
+ const MicrosoftIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2293
+ xmlns: "http://www.w3.org/2000/svg",
2294
+ width: 20,
2295
+ height: 20,
2296
+ fill: "none",
2297
+ ...props
2298
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2299
+ fill: "#F35325",
2300
+ d: "M1 1h8.57v8.57H1z"
2301
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2302
+ fill: "#81BC06",
2303
+ d: "M10.43 1H19v8.57h-8.57z"
2304
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2305
+ fill: "#05A6F0",
2306
+ d: "M1 10.43h8.57V19H1z"
2307
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2308
+ fill: "#FFBA08",
2309
+ d: "M10.43 10.43H19V19h-8.57z"
2310
+ }));
2311
+
2312
+ const OutlookIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2313
+ xmlns: "http://www.w3.org/2000/svg",
2314
+ width: 20,
2315
+ height: 20,
2316
+ fill: "none",
2317
+ ...props
2318
+ }, /*#__PURE__*/ React__namespace.createElement("g", {
2319
+ clipPath: "url(#a)"
2320
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2321
+ fill: "#158FDA",
2322
+ d: "M6.58 17.2h10.25c1.2 0 2.17-.97 2.17-2.17V7.7c0-.64-.32-1.22-.87-1.54L12.77 3.1c-.72-.4-1.6-.4-2.3 0L4.39 6.6V15c0 1.21.98 2.2 2.2 2.2"
2323
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2324
+ fill: "url(#b)",
2325
+ d: "M8.61 15.82c.06-.66.48-1.24 1.09-1.5 0 0 5.55-3.11 8.3-4.73.85-.5 1-1.5 1-1.5V15a2.2 2.2 0 0 1-2.2 2.2h-6.65c-.8 0-1.46-.6-1.54-1.4"
2326
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2327
+ fill: "#01459B",
2328
+ d: "m17.83 5.96-9.55 5.27 1.9 1.16c.71.42 1.74.66 2.46.25l5.08-2.85A2.3 2.3 0 0 0 19 7.69c0-1.1-.76-1.47-1.17-1.73"
2329
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2330
+ fill: "#26AEE9",
2331
+ d: "M11.67 2.81q-.63 0-1.21.32L2.4 7.68l3.06 1.85 9.37-5.28-1.95-1.11q-.57-.33-1.2-.33"
2332
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2333
+ fill: "#0078D3",
2334
+ d: "M14.83 4.25 5.46 9.53l3.06 1.86 9.56-5.27-.25-.16z"
2335
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2336
+ fill: "url(#c)",
2337
+ d: "M1.88 5.42h7.5a.74.74 0 0 1 .75.74l-.03 7.32a.76.76 0 0 1-.76.76H1.9a.8.8 0 0 1-.78-.78l.03-7.33a.7.7 0 0 1 .72-.71"
2338
+ }), /*#__PURE__*/ React__namespace.createElement("g", {
2339
+ filter: "url(#d)"
2340
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2341
+ fill: "url(#e)",
2342
+ d: "M1.88 5.42h7.5a.74.74 0 0 1 .75.74l-.03 7.32a.76.76 0 0 1-.76.76H1.9a.8.8 0 0 1-.78-.78l.03-7.33a.7.7 0 0 1 .72-.71"
2343
+ })), /*#__PURE__*/ React__namespace.createElement("path", {
2344
+ fill: "#fff",
2345
+ d: "M3.46 8.58q.28-.6.84-.94.64-.36 1.36-.36.69-.02 1.27.3.56.3.85.87.32.6.32 1.3.02.7-.28 1.36a2.2 2.2 0 0 1-1.1 1.06q-.52.21-1.05.21-.7.03-1.3-.3-.57-.3-.86-.87-.32-.6-.32-1.28-.02-.7.27-1.35m.95 2.15q.16.37.5.6t.75.21q.45 0 .8-.24.33-.24.47-.62.15-.41.13-.85 0-.44-.15-.85a1.4 1.4 0 0 0-.47-.63 1.3 1.3 0 0 0-.8-.23 1.3 1.3 0 0 0-1.25.86c-.22.57-.2 1.2.02 1.75"
2346
+ })), /*#__PURE__*/ React__namespace.createElement("defs", null, /*#__PURE__*/ React__namespace.createElement("linearGradient", {
2347
+ id: "b",
2348
+ x1: 12.02,
2349
+ x2: 19,
2350
+ y1: 15.58,
2351
+ y2: 12.64,
2352
+ gradientUnits: "userSpaceOnUse"
2353
+ }, /*#__PURE__*/ React__namespace.createElement("stop", {
2354
+ stopColor: "#4DE2FB"
2355
+ }), /*#__PURE__*/ React__namespace.createElement("stop", {
2356
+ offset: 1,
2357
+ stopColor: "#28AEE8"
2358
+ })), /*#__PURE__*/ React__namespace.createElement("linearGradient", {
2359
+ id: "c",
2360
+ x1: 5.63,
2361
+ x2: 5.62,
2362
+ y1: 5.42,
2363
+ y2: 14.24,
2364
+ gradientUnits: "userSpaceOnUse"
2365
+ }, /*#__PURE__*/ React__namespace.createElement("stop", {
2366
+ stopColor: "#1582D8"
2367
+ }), /*#__PURE__*/ React__namespace.createElement("stop", {
2368
+ offset: 1,
2369
+ stopColor: "#0A64CC"
2370
+ })), /*#__PURE__*/ React__namespace.createElement("linearGradient", {
2371
+ id: "e",
2372
+ x1: 5.63,
2373
+ x2: 5.62,
2374
+ y1: 5.42,
2375
+ y2: 14.24,
2376
+ gradientUnits: "userSpaceOnUse"
2377
+ }, /*#__PURE__*/ React__namespace.createElement("stop", {
2378
+ stopColor: "#1582D8"
2379
+ }), /*#__PURE__*/ React__namespace.createElement("stop", {
2380
+ offset: 1,
2381
+ stopColor: "#0A64CC"
2382
+ })), /*#__PURE__*/ React__namespace.createElement("clipPath", {
2383
+ id: "a"
2384
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2385
+ fill: "#fff",
2386
+ d: "M0 0h20v20H0z"
2387
+ })), /*#__PURE__*/ React__namespace.createElement("filter", {
2388
+ id: "d",
2389
+ width: 53.58,
2390
+ height: 53.4,
2391
+ x: -15.16,
2392
+ y: -10.87,
2393
+ colorInterpolationFilters: "sRGB",
2394
+ filterUnits: "userSpaceOnUse"
2395
+ }, /*#__PURE__*/ React__namespace.createElement("feFlood", {
2396
+ floodOpacity: 0,
2397
+ result: "BackgroundImageFix"
2398
+ }), /*#__PURE__*/ React__namespace.createElement("feColorMatrix", {
2399
+ in: "SourceAlpha",
2400
+ result: "hardAlpha",
2401
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
2402
+ }), /*#__PURE__*/ React__namespace.createElement("feOffset", {
2403
+ dx: 6,
2404
+ dy: 6
2405
+ }), /*#__PURE__*/ React__namespace.createElement("feGaussianBlur", {
2406
+ stdDeviation: 11.14
2407
+ }), /*#__PURE__*/ React__namespace.createElement("feComposite", {
2408
+ in2: "hardAlpha",
2409
+ operator: "out"
2410
+ }), /*#__PURE__*/ React__namespace.createElement("feColorMatrix", {
2411
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.38 0"
2412
+ }), /*#__PURE__*/ React__namespace.createElement("feBlend", {
2413
+ in2: "BackgroundImageFix",
2414
+ result: "effect1_dropShadow_893_1954"
2415
+ }), /*#__PURE__*/ React__namespace.createElement("feBlend", {
2416
+ in: "SourceGraphic",
2417
+ in2: "effect1_dropShadow_893_1954",
2418
+ result: "shape"
2419
+ }))));
2420
+
2421
+ const SlackIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2422
+ xmlns: "http://www.w3.org/2000/svg",
2423
+ width: 20,
2424
+ height: 20,
2425
+ fill: "none",
2426
+ ...props
2427
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2428
+ fill: "#E01E5A",
2429
+ d: "M4.8 12.38a1.89 1.89 0 1 1-1.9-1.9h1.9zm.94 0a1.89 1.89 0 1 1 3.78 0v4.73a1.89 1.89 0 1 1-3.78 0z"
2430
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2431
+ fill: "#36C5F0",
2432
+ d: "M7.63 4.78A1.89 1.89 0 1 1 9.52 2.9v1.9zm0 .96a1.89 1.89 0 1 1 0 3.79H2.89a1.89 1.89 0 1 1 0-3.79z"
2433
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2434
+ fill: "#2EB67D",
2435
+ d: "M15.2 7.64a1.89 1.89 0 1 1 1.9 1.89h-1.9zm-.94 0a1.89 1.89 0 1 1-3.78 0V2.89a1.89 1.89 0 1 1 3.78 0z"
2436
+ }), /*#__PURE__*/ React__namespace.createElement("path", {
2437
+ fill: "#ECB22E",
2438
+ d: "M12.37 15.22a1.89 1.89 0 1 1-1.89 1.89v-1.9zm0-.95a1.89 1.89 0 1 1 0-3.78h4.74a1.89 1.89 0 1 1 0 3.78z"
2439
+ }));
2440
+
2441
+ const YahooIcon$2 = (props)=>/*#__PURE__*/ React__namespace.createElement("svg", {
2442
+ xmlns: "http://www.w3.org/2000/svg",
2443
+ width: 20,
2444
+ height: 20,
2445
+ fill: "none",
2446
+ ...props
2447
+ }, /*#__PURE__*/ React__namespace.createElement("path", {
2448
+ fill: "#5F01D2",
2449
+ fillRule: "evenodd",
2450
+ d: "M1 5.74 4.92 15l-1.4 3.33h3.44l5.23-12.6H8.76l-2.13 5.4-2.1-5.4zm9.47 7.24c0 1.16.9 2.1 2.1 2.1 1.25 0 2.19-.98 2.19-2.17 0-1.18-.9-2.11-2.11-2.11-1.25 0-2.18 1-2.18 2.18m4.68-11.31L11.7 9.99h3.85L19 1.67z",
2451
+ clipRule: "evenodd"
2452
+ }));
2453
+
2435
2454
  const ConsentManifestGeneratorContext = /*#__PURE__*/ React.createContext(undefined);
2436
2455
  const TrustedAuthTokenParamsContext = /*#__PURE__*/ React.createContext(undefined);
2437
2456
  const IDPContextProvider = ({ children, consentManifestGenerator, authTokenParams })=>{
@@ -3336,7 +3355,7 @@ const useIDPState = ({ initialError, initialParams, oauthAuthorizeStart, oauthAu
3336
3355
  const [state, dispatch] = React.useReducer(idpStateReducer, initialState$1(initialError, initialParams));
3337
3356
  React.useEffect(()=>{
3338
3357
  if (!initialError) return;
3339
- onError(new StytchSSRProxy.IDPOAuthFlowMissingParamError(initialError));
3358
+ onError(new dev.IDPOAuthFlowMissingParamError(initialError));
3340
3359
  }, [
3341
3360
  initialError,
3342
3361
  onError
@@ -3396,7 +3415,7 @@ const useIDPState = ({ initialError, initialParams, oauthAuthorizeStart, oauthAu
3396
3415
  try {
3397
3416
  startResponse = await oauthAuthorizeStart(initialParams);
3398
3417
  } catch (e) {
3399
- const err = StytchSSRProxy.StytchAPIError.from(e);
3418
+ const err = dev.StytchAPIError.from(e);
3400
3419
  const message = err.error_message;
3401
3420
  dispatch({
3402
3421
  type: 'PREFLIGHT_ERROR',
@@ -3621,7 +3640,7 @@ const useLogoutState = ({ initialError, initialParams, oauthLogoutStart, revokeS
3621
3640
  const [state, dispatch] = React.useReducer(logoutStateReducer, initialState(initialError));
3622
3641
  React.useEffect(()=>{
3623
3642
  if (!initialError) return;
3624
- onError(new StytchSSRProxy.IDPOAuthFlowMissingParamError(initialError));
3643
+ onError(new dev.IDPOAuthFlowMissingParamError(initialError));
3625
3644
  }, [
3626
3645
  initialError,
3627
3646
  onError
@@ -3646,7 +3665,7 @@ const useLogoutState = ({ initialError, initialParams, oauthLogoutStart, revokeS
3646
3665
  try {
3647
3666
  startResponse = await oauthLogoutStart(initialParams);
3648
3667
  } catch (e) {
3649
- const err = StytchSSRProxy.StytchAPIError.from(e);
3668
+ const err = dev.StytchAPIError.from(e);
3650
3669
  const message = err.error_message;
3651
3670
  dispatch({
3652
3671
  type: 'PREFLIGHT_ERROR',
@@ -4526,6 +4545,7 @@ exports.SlackIcon = SlackIcon$2;
4526
4545
  exports.TextColumn = TextColumn;
4527
4546
  exports.Typography = Typography;
4528
4547
  exports.VerticalTransition = VerticalTransition;
4548
+ exports.YahooIcon = YahooIcon$2;
4529
4549
  exports.arrayUtils = arrayUtils;
4530
4550
  exports.buttonClassNames = buttonClassNames;
4531
4551
  exports.canGoBack = canGoBack;
@@ -4538,6 +4558,7 @@ exports.errorToast = errorToast;
4538
4558
  exports.extractErrorType = extractErrorType;
4539
4559
  exports.formatNumber = formatNumber;
4540
4560
  exports.formatNumberToIncludeCountryCode = formatNumberToIncludeCountryCode;
4561
+ exports.getButtonId = getButtonId;
4541
4562
  exports.getEnabledMethods = getEnabledMethods;
4542
4563
  exports.getNewPasswordProps = getNewPasswordProps;
4543
4564
  exports.getPhoneNumberProps = getPhoneNumberProps;
@@ -4564,4 +4585,4 @@ exports.usePresentationWithDefault = usePresentationWithDefault;
4564
4585
  exports.useStytch = useStytch;
4565
4586
  exports.useTimedBoolean = useTimedBoolean;
4566
4587
  exports.useTrustedAuthTokenParams = useTrustedAuthTokenParams;
4567
- //# sourceMappingURL=shadcn-C9ClUju1.js.map
4588
+ //# sourceMappingURL=shadcn-DMk6ZSoD.js.map