@clerk/elements 0.23.58 → 0.23.59

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.
@@ -10,7 +10,7 @@ import {
10
10
  Link,
11
11
  Loading,
12
12
  Submit
13
- } from "../../chunk-DKCDTPFJ.mjs";
13
+ } from "../../chunk-NQPTVXBS.mjs";
14
14
  export {
15
15
  Connection,
16
16
  Field,
@@ -1325,6 +1325,9 @@ var SignInStartMachine = (0, import_xstate6.setup)({
1325
1325
  if (strategy === "web3_coinbase_wallet_signature") {
1326
1326
  return parent.getSnapshot().context.clerk.client.signIn.authenticateWithCoinbaseWallet();
1327
1327
  }
1328
+ if (strategy === "web3_base_signature") {
1329
+ return parent.getSnapshot().context.clerk.client.signIn.authenticateWithBase();
1330
+ }
1328
1331
  if (strategy === "web3_okx_wallet_signature") {
1329
1332
  return parent.getSnapshot().context.clerk.client.signIn.authenticateWithOKXWallet();
1330
1333
  }