@clerk/clerk-react 5.57.0 → 5.57.1-snapshot.v20251125180024
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import React, { ReactNode, PropsWithChildren } from 'react';
|
|
|
4
4
|
import { W as WithClerkProp, O as OrganizationProfilePageProps, a as OrganizationProfileLinkProps, U as UserProfilePageProps, b as UserProfileLinkProps, c as UserButtonActionProps, d as UserButtonLinkProps, S as SignInWithMetamaskButtonProps, C as ClerkProviderProps } from './types-49XoTIuK.mjs';
|
|
5
5
|
export { B as BrowserClerk, e as ClerkProp, H as HeadlessBrowserClerk } from './types-49XoTIuK.mjs';
|
|
6
6
|
export { A as AuthenticateWithRedirectCallback, C as ClerkDegraded, a as ClerkFailed, b as ClerkLoaded, c as ClerkLoading, P as Protect, j as ProtectProps, R as RedirectToCreateOrganization, d as RedirectToOrganizationProfile, e as RedirectToSignIn, f as RedirectToSignUp, g as RedirectToTasks, h as RedirectToUserProfile, S as SignedIn, i as SignedOut, k as useAuth } from './useAuth-BAhNYMIt.mjs';
|
|
7
|
-
export { __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
7
|
+
export { PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
8
8
|
|
|
9
9
|
type FallbackProp = {
|
|
10
10
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import React, { ReactNode, PropsWithChildren } from 'react';
|
|
|
4
4
|
import { W as WithClerkProp, O as OrganizationProfilePageProps, a as OrganizationProfileLinkProps, U as UserProfilePageProps, b as UserProfileLinkProps, c as UserButtonActionProps, d as UserButtonLinkProps, S as SignInWithMetamaskButtonProps, C as ClerkProviderProps } from './types-49XoTIuK.js';
|
|
5
5
|
export { B as BrowserClerk, e as ClerkProp, H as HeadlessBrowserClerk } from './types-49XoTIuK.js';
|
|
6
6
|
export { A as AuthenticateWithRedirectCallback, C as ClerkDegraded, a as ClerkFailed, b as ClerkLoaded, c as ClerkLoading, P as Protect, j as ProtectProps, R as RedirectToCreateOrganization, d as RedirectToOrganizationProfile, e as RedirectToSignIn, f as RedirectToSignUp, g as RedirectToTasks, h as RedirectToUserProfile, S as SignedIn, i as SignedOut, k as useAuth } from './useAuth-DiZqiAJL.js';
|
|
7
|
-
export { __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
7
|
+
export { PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
8
8
|
|
|
9
9
|
type FallbackProp = {
|
|
10
10
|
/**
|
package/dist/index.js
CHANGED
|
@@ -50,6 +50,7 @@ __export(src_exports, {
|
|
|
50
50
|
OrganizationList: () => OrganizationList,
|
|
51
51
|
OrganizationProfile: () => OrganizationProfile,
|
|
52
52
|
OrganizationSwitcher: () => OrganizationSwitcher,
|
|
53
|
+
PortalProvider: () => import_react29.PortalProvider,
|
|
53
54
|
PricingTable: () => PricingTable,
|
|
54
55
|
Protect: () => Protect,
|
|
55
56
|
RedirectToCreateOrganization: () => RedirectToCreateOrganization,
|
|
@@ -1859,7 +1860,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1859
1860
|
}
|
|
1860
1861
|
var SDK_METADATA = {
|
|
1861
1862
|
name: "@clerk/clerk-react",
|
|
1862
|
-
version: "5.57.
|
|
1863
|
+
version: "5.57.1-snapshot.v20251125180024",
|
|
1863
1864
|
environment: process.env.NODE_ENV
|
|
1864
1865
|
};
|
|
1865
1866
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -3253,6 +3254,9 @@ function ClerkProviderBase(props) {
|
|
|
3253
3254
|
var ClerkProvider = withMaxAllowedInstancesGuard(ClerkProviderBase, "ClerkProvider", multipleClerkProvidersError);
|
|
3254
3255
|
ClerkProvider.displayName = "ClerkProvider";
|
|
3255
3256
|
|
|
3257
|
+
// src/contexts/index.ts
|
|
3258
|
+
var import_react29 = require("@clerk/shared/react");
|
|
3259
|
+
|
|
3256
3260
|
// src/index.ts
|
|
3257
3261
|
setErrorThrowerOptions({ packageName: "@clerk/clerk-react" });
|
|
3258
3262
|
(0, import_loadClerkJsScript2.setClerkJsLoadingErrorPackageName)("@clerk/clerk-react");
|
|
@@ -3270,6 +3274,7 @@ setErrorThrowerOptions({ packageName: "@clerk/clerk-react" });
|
|
|
3270
3274
|
OrganizationList,
|
|
3271
3275
|
OrganizationProfile,
|
|
3272
3276
|
OrganizationSwitcher,
|
|
3277
|
+
PortalProvider,
|
|
3273
3278
|
PricingTable,
|
|
3274
3279
|
Protect,
|
|
3275
3280
|
RedirectToCreateOrganization,
|