@clerk/react 6.6.3-snapshot.v20260513155808 → 6.6.3

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/internal.mjs CHANGED
@@ -2,13 +2,13 @@ import {
2
2
  ClerkProvider,
3
3
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
4
4
  MultisessionAppSupport
5
- } from "./chunk-RKNLALW6.mjs";
5
+ } from "./chunk-MMG24L52.mjs";
6
6
  import {
7
7
  OAuthConsent,
8
8
  incompatibleRoutingWithPathProvidedError,
9
9
  noPathProvidedError,
10
10
  useDerivedAuth
11
- } from "./chunk-NUYS3MFD.mjs";
11
+ } from "./chunk-D7BHL3DR.mjs";
12
12
  import {
13
13
  errorThrower,
14
14
  setErrorThrowerOptions
@@ -104,7 +104,7 @@ type UseAuthOptions = PendingSessionOptions | undefined | null;
104
104
  * </If>
105
105
  *
106
106
  * @unionReturnHeadings
107
- * ["Initialization", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
107
+ * ["Loading", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
108
108
  *
109
109
  * @param [options] - An object containing options for the `useAuth()` hook. `treatPendingAsSignedOut` is a boolean that indicates whether pending sessions are considered as signed out or not. Defaults to `true`.
110
110
  *
@@ -104,7 +104,7 @@ type UseAuthOptions = PendingSessionOptions | undefined | null;
104
104
  * </If>
105
105
  *
106
106
  * @unionReturnHeadings
107
- * ["Initialization", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
107
+ * ["Loading", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
108
108
  *
109
109
  * @param [options] - An object containing options for the `useAuth()` hook. `treatPendingAsSignedOut` is a boolean that indicates whether pending sessions are considered as signed out or not. Defaults to `true`.
110
110
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react",
3
- "version": "6.6.3-snapshot.v20260513155808",
3
+ "version": "6.6.3",
4
4
  "description": "Clerk React library",
5
5
  "keywords": [
6
6
  "clerk",
@@ -89,14 +89,14 @@
89
89
  ],
90
90
  "dependencies": {
91
91
  "tslib": "2.8.1",
92
- "@clerk/shared": "4.11.0-snapshot.v20260513155808"
92
+ "@clerk/shared": "^4.11.0"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/semver": "^7.7.1",
96
96
  "semver": "^7.7.4",
97
97
  "yaml": "^2.8.3",
98
- "@clerk/ui": "1.9.2-snapshot.v20260513155808",
99
- "@clerk/localizations": "4.6.3-snapshot.v20260513155808"
98
+ "@clerk/localizations": "4.6.3",
99
+ "@clerk/ui": "1.10.0"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",