@clerk/react 6.0.0-snapshot.v20251211120550 → 6.0.0-snapshot.v20251215203425
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-4F7CSI4T.mjs → chunk-EMTY23UX.mjs} +2 -2
- package/dist/{chunk-J32KHXBI.mjs → chunk-FDDR7URL.mjs} +4 -1
- package/dist/{chunk-J32KHXBI.mjs.map → chunk-FDDR7URL.mjs.map} +1 -1
- package/dist/{chunk-YKGYOPLG.mjs → chunk-JPHCBAWH.mjs} +2 -2
- package/dist/experimental.js +65 -62
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +107 -99
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/dist/internal.js +14 -11
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-4F7CSI4T.mjs.map → chunk-EMTY23UX.mjs.map} +0 -0
- /package/dist/{chunk-YKGYOPLG.mjs.map → chunk-JPHCBAWH.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
RedirectToUserProfile,
|
|
14
14
|
SignedIn,
|
|
15
15
|
SignedOut
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-EMTY23UX.mjs";
|
|
17
17
|
import {
|
|
18
18
|
APIKeys,
|
|
19
19
|
CreateOrganization,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
normalizeWithDefaultValue,
|
|
36
36
|
safeExecute,
|
|
37
37
|
withMaxAllowedInstancesGuard
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-JPHCBAWH.mjs";
|
|
39
39
|
import {
|
|
40
40
|
AuthContext,
|
|
41
41
|
__experimental_CheckoutProvider,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
useSignUp,
|
|
58
58
|
useUser,
|
|
59
59
|
withClerk
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-FDDR7URL.mjs";
|
|
61
61
|
import {
|
|
62
62
|
IsomorphicClerkContext,
|
|
63
63
|
errorThrower,
|
|
@@ -586,7 +586,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
586
586
|
}
|
|
587
587
|
var SDK_METADATA = {
|
|
588
588
|
name: "@clerk/react",
|
|
589
|
-
version: "6.0.0-snapshot.
|
|
589
|
+
version: "6.0.0-snapshot.v20251215203425",
|
|
590
590
|
environment: process.env.NODE_ENV
|
|
591
591
|
};
|
|
592
592
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -1997,6 +1997,9 @@ function ClerkProviderBase(props) {
|
|
|
1997
1997
|
var ClerkProvider = withMaxAllowedInstancesGuard(ClerkProviderBase, "ClerkProvider", multipleClerkProvidersError);
|
|
1998
1998
|
ClerkProvider.displayName = "ClerkProvider";
|
|
1999
1999
|
|
|
2000
|
+
// src/contexts/index.ts
|
|
2001
|
+
import { PortalProvider } from "@clerk/shared/react";
|
|
2002
|
+
|
|
2000
2003
|
// src/index.ts
|
|
2001
2004
|
setErrorThrowerOptions({ packageName: "@clerk/react" });
|
|
2002
2005
|
setClerkJsLoadingErrorPackageName("@clerk/react");
|
|
@@ -2013,6 +2016,7 @@ export {
|
|
|
2013
2016
|
OrganizationList,
|
|
2014
2017
|
OrganizationProfile,
|
|
2015
2018
|
OrganizationSwitcher,
|
|
2019
|
+
PortalProvider,
|
|
2016
2020
|
PricingTable,
|
|
2017
2021
|
Protect,
|
|
2018
2022
|
RedirectToCreateOrganization,
|