@clerk/react 6.0.0-snapshot.v20251224145055 → 6.0.0-snapshot.v20260105214115
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-RG4XQAGC.mjs} +21 -35
- package/dist/chunk-RG4XQAGC.mjs.map +1 -0
- package/dist/experimental.d.mts +28 -25
- package/dist/experimental.d.ts +28 -25
- package/dist/experimental.js +4 -2
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +4 -2
- package/dist/experimental.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +22 -38
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -8
- package/dist/index.mjs.map +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/{useAuth-D_JXwEQe.d.mts → useAuth-CslfTE3X.d.mts} +27 -14
- package/dist/{useAuth-RH7cOyeT.d.ts → useAuth-EN4wLVLS.d.ts} +27 -14
- package/package.json +4 -4
- package/dist/chunk-4F7CSI4T.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -4,16 +4,14 @@ import {
|
|
|
4
4
|
ClerkFailed,
|
|
5
5
|
ClerkLoaded,
|
|
6
6
|
ClerkLoading,
|
|
7
|
-
Protect,
|
|
8
7
|
RedirectToCreateOrganization,
|
|
9
8
|
RedirectToOrganizationProfile,
|
|
10
9
|
RedirectToSignIn,
|
|
11
10
|
RedirectToSignUp,
|
|
12
11
|
RedirectToTasks,
|
|
13
12
|
RedirectToUserProfile,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} from "./chunk-4F7CSI4T.mjs";
|
|
13
|
+
Show
|
|
14
|
+
} from "./chunk-RG4XQAGC.mjs";
|
|
17
15
|
import {
|
|
18
16
|
APIKeys,
|
|
19
17
|
CreateOrganization,
|
|
@@ -586,7 +584,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
586
584
|
}
|
|
587
585
|
var SDK_METADATA = {
|
|
588
586
|
name: "@clerk/react",
|
|
589
|
-
version: "6.0.0-snapshot.
|
|
587
|
+
version: "6.0.0-snapshot.v20260105214115",
|
|
590
588
|
environment: process.env.NODE_ENV
|
|
591
589
|
};
|
|
592
590
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -2025,21 +2023,19 @@ export {
|
|
|
2025
2023
|
OrganizationProfile,
|
|
2026
2024
|
OrganizationSwitcher,
|
|
2027
2025
|
PricingTable,
|
|
2028
|
-
Protect,
|
|
2029
2026
|
RedirectToCreateOrganization,
|
|
2030
2027
|
RedirectToOrganizationProfile,
|
|
2031
2028
|
RedirectToSignIn,
|
|
2032
2029
|
RedirectToSignUp,
|
|
2033
2030
|
RedirectToTasks,
|
|
2034
2031
|
RedirectToUserProfile,
|
|
2032
|
+
Show,
|
|
2035
2033
|
SignIn,
|
|
2036
2034
|
SignInButton,
|
|
2037
2035
|
SignInWithMetamaskButton,
|
|
2038
2036
|
SignOutButton,
|
|
2039
2037
|
SignUp,
|
|
2040
2038
|
SignUpButton,
|
|
2041
|
-
SignedIn,
|
|
2042
|
-
SignedOut,
|
|
2043
2039
|
TaskChooseOrganization,
|
|
2044
2040
|
TaskResetPassword,
|
|
2045
2041
|
UserAvatar,
|