@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.
@@ -2,13 +2,13 @@ import {
2
2
  assertSingleChild,
3
3
  normalizeWithDefaultValue,
4
4
  safeExecute
5
- } from "./chunk-36EXAXVP.mjs";
5
+ } from "./chunk-Z4HQK7I2.mjs";
6
6
  import {
7
7
  useAssertWrappedByClerkProvider,
8
8
  useAuth,
9
9
  useIsomorphicClerkContext,
10
10
  withClerk
11
- } from "./chunk-4QQOMF5H.mjs";
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](https://clerk.com/docs/guides/development/custom-flows/overview#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](https://clerk.com/docs/guides/development/custom-flows/overview#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](https://clerk.com/docs/guides/development/custom-flows/overview#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](https://clerk.com/docs/guides/development/custom-flows/overview#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.1",
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;