@clerk/react 6.0.0-canary.v20251218145200 → 6.0.0-canary.v20251218155029
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/experimental.d.mts +1 -1
- package/dist/experimental.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/{types-C7pBea4d.d.mts → types-BLjriGSN.d.mts} +1 -1
- package/dist/{types-C7pBea4d.d.ts → types-BLjriGSN.d.ts} +1 -1
- package/dist/{useAuth-CWdoLXfj.d.mts → useAuth-D_JXwEQe.d.mts} +1 -1
- package/dist/{useAuth-D6F79Q4u.d.ts → useAuth-RH7cOyeT.d.ts} +1 -1
- package/package.json +4 -4
package/dist/experimental.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _clerk_shared_types from '@clerk/shared/types';
|
|
|
2
2
|
import { __experimental_CheckoutButtonProps, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps } from '@clerk/shared/types';
|
|
3
3
|
export { __experimental_CheckoutButtonProps as CheckoutButtonProps, __experimental_PlanDetailsButtonProps as PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps as SubscriptionDetailsButtonProps } from '@clerk/shared/types';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { W as WithClerkProp } from './types-
|
|
5
|
+
import { W as WithClerkProp } from './types-BLjriGSN.mjs';
|
|
6
6
|
export { __experimental_CheckoutProvider as CheckoutProvider, __experimental_PaymentElement as PaymentElement, __experimental_PaymentElementProvider as PaymentElementProvider, __experimental_useAPIKeys as useAPIKeys, __experimental_useCheckout as useCheckout, __experimental_usePaymentAttempts as usePaymentAttempts, __experimental_usePaymentElement as usePaymentElement, __experimental_usePaymentMethods as usePaymentMethods, __experimental_usePlans as usePlans, __experimental_useStatements as useStatements, __experimental_useSubscription as useSubscription } from '@clerk/shared/react';
|
|
7
7
|
import '@clerk/shared/ui';
|
|
8
8
|
import '@clerk/ui/internal';
|
package/dist/experimental.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _clerk_shared_types from '@clerk/shared/types';
|
|
|
2
2
|
import { __experimental_CheckoutButtonProps, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps } from '@clerk/shared/types';
|
|
3
3
|
export { __experimental_CheckoutButtonProps as CheckoutButtonProps, __experimental_PlanDetailsButtonProps as PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps as SubscriptionDetailsButtonProps } from '@clerk/shared/types';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { W as WithClerkProp } from './types-
|
|
5
|
+
import { W as WithClerkProp } from './types-BLjriGSN.js';
|
|
6
6
|
export { __experimental_CheckoutProvider as CheckoutProvider, __experimental_PaymentElement as PaymentElement, __experimental_PaymentElementProvider as PaymentElementProvider, __experimental_useAPIKeys as useAPIKeys, __experimental_useCheckout as useCheckout, __experimental_usePaymentAttempts as usePaymentAttempts, __experimental_usePaymentElement as usePaymentElement, __experimental_usePaymentMethods as usePaymentMethods, __experimental_usePlans as usePlans, __experimental_useStatements as useStatements, __experimental_useSubscription as useSubscription } from '@clerk/shared/react';
|
|
7
7
|
import '@clerk/shared/ui';
|
|
8
8
|
import '@clerk/ui/internal';
|
package/dist/index.d.mts
CHANGED
|
@@ -3,8 +3,8 @@ import * as _clerk_shared_types from '@clerk/shared/types';
|
|
|
3
3
|
import { Without, APIKeysProps, CreateOrganizationProps, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, SignInProps, SignUpProps, TaskChooseOrganizationProps, TaskResetPasswordProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps, SignInButtonProps, SignOutOptions, SignUpButtonProps, SignInResource, CreateEmailLinkFlowReturn, SignInStartEmailLinkFlowParams, SignUpResource, StartEmailLinkFlowParams, EmailAddressResource, SignInSignalValue, SignUpSignalValue } from '@clerk/shared/types';
|
|
4
4
|
export { BrowserClerk, BrowserClerkConstructor, ClerkProp, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, IsomorphicClerkOptions } from '@clerk/shared/types';
|
|
5
5
|
import React, { ReactNode, PropsWithChildren } from 'react';
|
|
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-
|
|
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-
|
|
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-BLjriGSN.mjs';
|
|
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-D_JXwEQe.mjs';
|
|
8
8
|
export { __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
|
|
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import * as _clerk_shared_types from '@clerk/shared/types';
|
|
|
3
3
|
import { Without, APIKeysProps, CreateOrganizationProps, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, SignInProps, SignUpProps, TaskChooseOrganizationProps, TaskResetPasswordProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps, SignInButtonProps, SignOutOptions, SignUpButtonProps, SignInResource, CreateEmailLinkFlowReturn, SignInStartEmailLinkFlowParams, SignUpResource, StartEmailLinkFlowParams, EmailAddressResource, SignInSignalValue, SignUpSignalValue } from '@clerk/shared/types';
|
|
4
4
|
export { BrowserClerk, BrowserClerkConstructor, ClerkProp, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, IsomorphicClerkOptions } from '@clerk/shared/types';
|
|
5
5
|
import React, { ReactNode, PropsWithChildren } from 'react';
|
|
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-
|
|
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-
|
|
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-BLjriGSN.js';
|
|
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-RH7cOyeT.js';
|
|
8
8
|
export { __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
|
|
package/dist/index.js
CHANGED
|
@@ -1968,7 +1968,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1968
1968
|
}
|
|
1969
1969
|
var SDK_METADATA = {
|
|
1970
1970
|
name: "@clerk/react",
|
|
1971
|
-
version: "6.0.0-canary.
|
|
1971
|
+
version: "6.0.0-canary.v20251218155029",
|
|
1972
1972
|
environment: process.env.NODE_ENV
|
|
1973
1973
|
};
|
|
1974
1974
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -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-canary.
|
|
589
|
+
version: "6.0.0-canary.v20251218155029",
|
|
590
590
|
environment: process.env.NODE_ENV
|
|
591
591
|
};
|
|
592
592
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ErrorThrowerOptions } from '@clerk/shared/error';
|
|
2
|
-
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-
|
|
2
|
+
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-D_JXwEQe.mjs';
|
|
3
3
|
import { RoutingOptions } from '@clerk/shared/types';
|
|
4
4
|
export { buildClerkJsScriptAttributes, buildClerkUiScriptAttributes, clerkJsScriptUrl, clerkUiScriptUrl, setClerkJsLoadingErrorPackageName } from '@clerk/shared/loadClerkJsScript';
|
|
5
5
|
export { Ui } from '@clerk/ui/internal';
|
|
6
6
|
import 'react';
|
|
7
|
-
import './types-
|
|
7
|
+
import './types-BLjriGSN.mjs';
|
|
8
8
|
import '@clerk/shared/ui';
|
|
9
9
|
|
|
10
10
|
/**
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ErrorThrowerOptions } from '@clerk/shared/error';
|
|
2
|
-
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-
|
|
2
|
+
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-RH7cOyeT.js';
|
|
3
3
|
import { RoutingOptions } from '@clerk/shared/types';
|
|
4
4
|
export { buildClerkJsScriptAttributes, buildClerkUiScriptAttributes, clerkJsScriptUrl, clerkUiScriptUrl, setClerkJsLoadingErrorPackageName } from '@clerk/shared/loadClerkJsScript';
|
|
5
5
|
export { Ui } from '@clerk/ui/internal';
|
|
6
6
|
import 'react';
|
|
7
|
-
import './types-
|
|
7
|
+
import './types-BLjriGSN.js';
|
|
8
8
|
import '@clerk/shared/ui';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -27,7 +27,7 @@ type ClerkProviderProps<TUi extends Ui = Ui> = Omit<IsomorphicClerkOptions, 'app
|
|
|
27
27
|
*/
|
|
28
28
|
__internal_bypassMissingPublishableKey?: boolean;
|
|
29
29
|
/**
|
|
30
|
-
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/
|
|
30
|
+
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
|
|
31
31
|
*/
|
|
32
32
|
appearance?: ExtractAppearanceType<TUi, Appearance>;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ type ClerkProviderProps<TUi extends Ui = Ui> = Omit<IsomorphicClerkOptions, 'app
|
|
|
27
27
|
*/
|
|
28
28
|
__internal_bypassMissingPublishableKey?: boolean;
|
|
29
29
|
/**
|
|
30
|
-
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/
|
|
30
|
+
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
|
|
31
31
|
*/
|
|
32
32
|
appearance?: ExtractAppearanceType<TUi, Appearance>;
|
|
33
33
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _clerk_shared_types from '@clerk/shared/types';
|
|
2
2
|
import { HandleOAuthCallbackParams, ProtectProps as ProtectProps$1, PendingSessionOptions, UseAuthReturn } from '@clerk/shared/types';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { W as WithClerkProp } from './types-
|
|
4
|
+
import { W as WithClerkProp } from './types-BLjriGSN.mjs';
|
|
5
5
|
|
|
6
6
|
declare const SignedIn: ({ children, treatPendingAsSignedOut }: React.PropsWithChildren<PendingSessionOptions>) => React.ReactNode;
|
|
7
7
|
declare const SignedOut: ({ children, treatPendingAsSignedOut }: React.PropsWithChildren<PendingSessionOptions>) => React.ReactNode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _clerk_shared_types from '@clerk/shared/types';
|
|
2
2
|
import { HandleOAuthCallbackParams, ProtectProps as ProtectProps$1, PendingSessionOptions, UseAuthReturn } from '@clerk/shared/types';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { W as WithClerkProp } from './types-
|
|
4
|
+
import { W as WithClerkProp } from './types-BLjriGSN.js';
|
|
5
5
|
|
|
6
6
|
declare const SignedIn: ({ children, treatPendingAsSignedOut }: React.PropsWithChildren<PendingSessionOptions>) => React.ReactNode;
|
|
7
7
|
declare const SignedOut: ({ children, treatPendingAsSignedOut }: React.PropsWithChildren<PendingSessionOptions>) => React.ReactNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.v20251218155029",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
],
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"tslib": "2.8.1",
|
|
84
|
-
"@clerk/shared": "4.0.0-canary.
|
|
84
|
+
"@clerk/shared": "4.0.0-canary.v20251218155029"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/semver": "^7.7.1",
|
|
88
|
-
"@clerk/localizations": "4.0.0-canary.
|
|
89
|
-
"@clerk/ui": "1.0.0-canary.
|
|
88
|
+
"@clerk/localizations": "4.0.0-canary.v20251218155029",
|
|
89
|
+
"@clerk/ui": "1.0.0-canary.v20251218155029"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "^18.0.0 || ^19.0.3 || ^19.1.4 || ^19.2.3 || ^19.3.0-0",
|