@clerk/react 6.0.0-snapshot.v20251217165918 → 6.0.0-snapshot.v20251218165926
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 +12 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +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/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-snapshot.
|
|
3
|
+
"version": "6.0.0-snapshot.v20251218165926",
|
|
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-snapshot.
|
|
84
|
+
"@clerk/shared": "4.0.0-snapshot.v20251218165926"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/semver": "^7.7.1",
|
|
88
|
-
"@clerk/
|
|
89
|
-
"@clerk/
|
|
88
|
+
"@clerk/ui": "1.0.0-snapshot.v20251218165926",
|
|
89
|
+
"@clerk/localizations": "4.0.0-snapshot.v20251218165926"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "^18.0.0 || ^19.0.3 || ^19.1.4 || ^19.2.3 || ^19.3.0-0",
|