@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/index.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  RedirectToUserProfile,
14
14
  SignedIn,
15
15
  SignedOut
16
- } from "./chunk-4F7CSI4T.mjs";
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-YKGYOPLG.mjs";
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-J32KHXBI.mjs";
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.v20251211120550",
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,