@clerk/elements 0.23.89 → 0.24.0

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.
@@ -3,7 +3,7 @@ import {
3
3
  __privateAdd,
4
4
  __privateGet,
5
5
  __privateSet
6
- } from "./chunk-2NFCNVR4.mjs";
6
+ } from "./chunk-PE76OBP4.mjs";
7
7
 
8
8
  // src/react/router/virtual.ts
9
9
  import { useSyncExternalStore } from "react";
@@ -131,4 +131,4 @@ export {
131
131
  useClerkRouter,
132
132
  ClerkHostRouterContext
133
133
  };
134
- //# sourceMappingURL=chunk-VKD2WGNR.mjs.map
134
+ //# sourceMappingURL=chunk-4WOZWJNZ.mjs.map
@@ -1451,6 +1451,9 @@ var useThirdPartyProvider = (ref, provider) => {
1451
1451
  if (provider === "okx_wallet") {
1452
1452
  return ref.send({ type: "AUTHENTICATE.WEB3", strategy: "web3_okx_wallet_signature" });
1453
1453
  }
1454
+ if (provider === "solana") {
1455
+ return ref.send({ type: "AUTHENTICATE.WEB3", strategy: "web3_solana_signature" });
1456
+ }
1454
1457
  return ref.send({ type: "AUTHENTICATE.OAUTH", strategy: `oauth_${provider}` });
1455
1458
  },
1456
1459
  [provider, isProviderEnabled, isSaml, isEnterpriseSSO, ref]
@@ -4132,4 +4135,4 @@ export {
4132
4135
  Loading,
4133
4136
  Link
4134
4137
  };
4135
- //# sourceMappingURL=chunk-2NFCNVR4.mjs.map
4138
+ //# sourceMappingURL=chunk-PE76OBP4.mjs.map