@clerk/types 4.63.0 → 4.64.0-canary.v20250704112255

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/index.d.mts CHANGED
@@ -6020,6 +6020,11 @@ interface Clerk {
6020
6020
  * @param targetNode Target node to unmount the OAuth consent component from.
6021
6021
  */
6022
6022
  __internal_unmountOAuthConsent: (targetNode: HTMLDivElement) => void;
6023
+ /**
6024
+ * @internal
6025
+ * Loads Stripe libraries for commerce functionality
6026
+ */
6027
+ __internal_loadStripeJs: () => Promise<any>;
6023
6028
  /**
6024
6029
  * Register a listener that triggers a callback each time important Clerk resources are changed.
6025
6030
  * Allows to hook up at different steps in the sign up, sign in processes.
package/dist/index.d.ts CHANGED
@@ -6020,6 +6020,11 @@ interface Clerk {
6020
6020
  * @param targetNode Target node to unmount the OAuth consent component from.
6021
6021
  */
6022
6022
  __internal_unmountOAuthConsent: (targetNode: HTMLDivElement) => void;
6023
+ /**
6024
+ * @internal
6025
+ * Loads Stripe libraries for commerce functionality
6026
+ */
6027
+ __internal_loadStripeJs: () => Promise<any>;
6023
6028
  /**
6024
6029
  * Register a listener that triggers a callback each time important Clerk resources are changed.
6025
6030
  * Allows to hook up at different steps in the sign up, sign in processes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/types",
3
- "version": "4.63.0",
3
+ "version": "4.64.0-canary.v20250704112255",
4
4
  "description": "Typings for Clerk libraries.",
5
5
  "keywords": [
6
6
  "clerk",