@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/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
- SignedIn,
15
- SignedOut
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.v20251224145055",
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,