@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.
- package/dist/{chunk-VKD2WGNR.mjs → chunk-4WOZWJNZ.mjs} +2 -2
- package/dist/{chunk-2NFCNVR4.mjs → chunk-PE76OBP4.mjs} +4 -1
- package/dist/chunk-PE76OBP4.mjs.map +1 -0
- package/dist/react/common/index.js +3 -0
- package/dist/react/common/index.js.map +1 -1
- package/dist/react/common/index.mjs +1 -1
- package/dist/react/sign-in/index.mjs +2 -2
- package/dist/react/sign-up/index.mjs +2 -2
- package/package.json +4 -4
- package/dist/chunk-2NFCNVR4.mjs.map +0 -1
- /package/dist/{chunk-VKD2WGNR.mjs.map → chunk-4WOZWJNZ.mjs.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__privateAdd,
|
|
4
4
|
__privateGet,
|
|
5
5
|
__privateSet
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
4138
|
+
//# sourceMappingURL=chunk-PE76OBP4.mjs.map
|