@clerk/clerk-react 5.60.1 → 5.60.2
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/{chunk-4QQOMF5H.mjs → chunk-3EQWAEPK.mjs} +1 -1
- package/dist/{chunk-4QQOMF5H.mjs.map → chunk-3EQWAEPK.mjs.map} +1 -1
- package/dist/{chunk-GT2SDNBC.mjs → chunk-BUI34B34.mjs} +2 -2
- package/dist/{chunk-36EXAXVP.mjs → chunk-Z4HQK7I2.mjs} +2 -2
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-GT2SDNBC.mjs.map → chunk-BUI34B34.mjs.map} +0 -0
- /package/dist/{chunk-36EXAXVP.mjs.map → chunk-Z4HQK7I2.mjs.map} +0 -0
package/dist/experimental.mjs
CHANGED
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
assertSingleChild,
|
|
3
3
|
normalizeWithDefaultValue,
|
|
4
4
|
safeExecute
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-Z4HQK7I2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
useAssertWrappedByClerkProvider,
|
|
8
8
|
useAuth,
|
|
9
9
|
useIsomorphicClerkContext,
|
|
10
10
|
withClerk
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-3EQWAEPK.mjs";
|
|
12
12
|
import "./chunk-OANWQR3B.mjs";
|
|
13
13
|
|
|
14
14
|
// src/components/CheckoutButton.tsx
|
package/dist/index.d.mts
CHANGED
|
@@ -189,7 +189,7 @@ declare function useEmailLink(resource: SignUpResource): UseEmailLinkSignUpRetur
|
|
|
189
189
|
declare function useEmailLink(resource: EmailAddressResource): UseEmailLinkEmailAddressReturn;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* The `useSignIn()` hook provides access to the [`SignIn`](https://clerk.com/docs/reference/javascript/sign-in) object, which allows you to check the current state of a sign-in attempt and manage the sign-in flow. You can use this to create a [custom sign-in flow](
|
|
192
|
+
* The `useSignIn()` hook provides access to the [`SignIn`](https://clerk.com/docs/reference/javascript/sign-in) object, which allows you to check the current state of a sign-in attempt and manage the sign-in flow. You can use this to create a [custom sign-in flow](!custom-flow).
|
|
193
193
|
*
|
|
194
194
|
* @unionReturnHeadings
|
|
195
195
|
* ["Initialization", "Loaded"]
|
|
@@ -235,7 +235,7 @@ declare function useEmailLink(resource: EmailAddressResource): UseEmailLinkEmail
|
|
|
235
235
|
declare const useSignIn: () => UseSignInReturn;
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](
|
|
238
|
+
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](!custom-flow).
|
|
239
239
|
*
|
|
240
240
|
* @unionReturnHeadings
|
|
241
241
|
* ["Initialization", "Loaded"]
|
package/dist/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ declare function useEmailLink(resource: SignUpResource): UseEmailLinkSignUpRetur
|
|
|
189
189
|
declare function useEmailLink(resource: EmailAddressResource): UseEmailLinkEmailAddressReturn;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* The `useSignIn()` hook provides access to the [`SignIn`](https://clerk.com/docs/reference/javascript/sign-in) object, which allows you to check the current state of a sign-in attempt and manage the sign-in flow. You can use this to create a [custom sign-in flow](
|
|
192
|
+
* The `useSignIn()` hook provides access to the [`SignIn`](https://clerk.com/docs/reference/javascript/sign-in) object, which allows you to check the current state of a sign-in attempt and manage the sign-in flow. You can use this to create a [custom sign-in flow](!custom-flow).
|
|
193
193
|
*
|
|
194
194
|
* @unionReturnHeadings
|
|
195
195
|
* ["Initialization", "Loaded"]
|
|
@@ -235,7 +235,7 @@ declare function useEmailLink(resource: EmailAddressResource): UseEmailLinkEmail
|
|
|
235
235
|
declare const useSignIn: () => UseSignInReturn;
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](
|
|
238
|
+
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](!custom-flow).
|
|
239
239
|
*
|
|
240
240
|
* @unionReturnHeadings
|
|
241
241
|
* ["Initialization", "Loaded"]
|
package/dist/index.js
CHANGED
|
@@ -1888,7 +1888,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
var SDK_METADATA = {
|
|
1890
1890
|
name: "@clerk/clerk-react",
|
|
1891
|
-
version: "5.60.
|
|
1891
|
+
version: "5.60.2",
|
|
1892
1892
|
environment: process.env.NODE_ENV
|
|
1893
1893
|
};
|
|
1894
1894
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|