@clerk/react 6.0.0-snapshot.v20251215212157 → 6.0.0-snapshot.v20251216175437
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-EMTY23UX.mjs → chunk-4F7CSI4T.mjs} +2 -2
- package/dist/{chunk-FDDR7URL.mjs → chunk-J32KHXBI.mjs} +1 -4
- package/dist/{chunk-FDDR7URL.mjs.map → chunk-J32KHXBI.mjs.map} +1 -1
- package/dist/{chunk-JPHCBAWH.mjs → chunk-YKGYOPLG.mjs} +2 -2
- package/dist/experimental.js +62 -65
- 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 +99 -107
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -8
- package/dist/index.mjs.map +1 -1
- package/dist/internal.js +11 -14
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-EMTY23UX.mjs.map → chunk-4F7CSI4T.mjs.map} +0 -0
- /package/dist/{chunk-JPHCBAWH.mjs.map → chunk-YKGYOPLG.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-4F7CSI4T.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-YKGYOPLG.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-J32KHXBI.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.v20251216175437",
|
|
590
590
|
environment: process.env.NODE_ENV
|
|
591
591
|
};
|
|
592
592
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -1997,9 +1997,6 @@ 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 { UNSAFE_PortalProvider } from "@clerk/shared/react";
|
|
2002
|
-
|
|
2003
2000
|
// src/index.ts
|
|
2004
2001
|
setErrorThrowerOptions({ packageName: "@clerk/react" });
|
|
2005
2002
|
setClerkJsLoadingErrorPackageName("@clerk/react");
|
|
@@ -2034,7 +2031,6 @@ export {
|
|
|
2034
2031
|
SignedOut,
|
|
2035
2032
|
TaskChooseOrganization,
|
|
2036
2033
|
TaskResetPassword,
|
|
2037
|
-
UNSAFE_PortalProvider,
|
|
2038
2034
|
UserAvatar,
|
|
2039
2035
|
UserButton,
|
|
2040
2036
|
UserProfile,
|