@clerk/react 6.0.0-snapshot.v20251215203425 → 6.0.0-snapshot.v20251215210631
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export { BrowserClerk, BrowserClerkConstructor, ClerkProp, HeadlessBrowserClerk,
|
|
|
5
5
|
import React, { ReactNode, PropsWithChildren } from 'react';
|
|
6
6
|
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-C7pBea4d.mjs';
|
|
7
7
|
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-CWdoLXfj.mjs';
|
|
8
|
-
export {
|
|
8
|
+
export { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
9
9
|
import '@clerk/shared/ui';
|
|
10
10
|
|
|
11
11
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { BrowserClerk, BrowserClerkConstructor, ClerkProp, HeadlessBrowserClerk,
|
|
|
5
5
|
import React, { ReactNode, PropsWithChildren } from 'react';
|
|
6
6
|
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-C7pBea4d.js';
|
|
7
7
|
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-D6F79Q4u.js';
|
|
8
|
-
export {
|
|
8
|
+
export { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useClerk, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useUser } from '@clerk/shared/react';
|
|
9
9
|
import '@clerk/shared/ui';
|
|
10
10
|
|
|
11
11
|
/**
|
package/dist/index.js
CHANGED
|
@@ -50,7 +50,6 @@ __export(src_exports, {
|
|
|
50
50
|
OrganizationList: () => OrganizationList,
|
|
51
51
|
OrganizationProfile: () => OrganizationProfile,
|
|
52
52
|
OrganizationSwitcher: () => OrganizationSwitcher,
|
|
53
|
-
PortalProvider: () => import_react29.PortalProvider,
|
|
54
53
|
PricingTable: () => PricingTable,
|
|
55
54
|
Protect: () => Protect,
|
|
56
55
|
RedirectToCreateOrganization: () => RedirectToCreateOrganization,
|
|
@@ -69,6 +68,7 @@ __export(src_exports, {
|
|
|
69
68
|
SignedOut: () => SignedOut,
|
|
70
69
|
TaskChooseOrganization: () => TaskChooseOrganization,
|
|
71
70
|
TaskResetPassword: () => TaskResetPassword,
|
|
71
|
+
UNSAFE_PortalProvider: () => import_react29.UNSAFE_PortalProvider,
|
|
72
72
|
UserAvatar: () => UserAvatar,
|
|
73
73
|
UserButton: () => UserButton,
|
|
74
74
|
UserProfile: () => UserProfile,
|
|
@@ -1972,7 +1972,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1972
1972
|
}
|
|
1973
1973
|
var SDK_METADATA = {
|
|
1974
1974
|
name: "@clerk/react",
|
|
1975
|
-
version: "6.0.0-snapshot.
|
|
1975
|
+
version: "6.0.0-snapshot.v20251215210631",
|
|
1976
1976
|
environment: process.env.NODE_ENV
|
|
1977
1977
|
};
|
|
1978
1978
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -3403,7 +3403,6 @@ setErrorThrowerOptions({ packageName: "@clerk/react" });
|
|
|
3403
3403
|
OrganizationList,
|
|
3404
3404
|
OrganizationProfile,
|
|
3405
3405
|
OrganizationSwitcher,
|
|
3406
|
-
PortalProvider,
|
|
3407
3406
|
PricingTable,
|
|
3408
3407
|
Protect,
|
|
3409
3408
|
RedirectToCreateOrganization,
|
|
@@ -3422,6 +3421,7 @@ setErrorThrowerOptions({ packageName: "@clerk/react" });
|
|
|
3422
3421
|
SignedOut,
|
|
3423
3422
|
TaskChooseOrganization,
|
|
3424
3423
|
TaskResetPassword,
|
|
3424
|
+
UNSAFE_PortalProvider,
|
|
3425
3425
|
UserAvatar,
|
|
3426
3426
|
UserButton,
|
|
3427
3427
|
UserProfile,
|