@clerk/react 6.1.5-canary.v20260402184113 → 6.2.0
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-3LASTQTL.mjs → chunk-A7DRZKIX.mjs} +3 -1
- package/dist/{chunk-3LASTQTL.mjs.map → chunk-A7DRZKIX.mjs.map} +1 -1
- package/dist/{chunk-5U5A7CL7.mjs → chunk-NWFMLBPF.mjs} +3 -3
- package/dist/experimental.d.mts +1 -1
- package/dist/experimental.d.ts +1 -1
- package/dist/experimental.js +0 -2
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +1 -3
- package/dist/experimental.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-5U5A7CL7.mjs.map → chunk-NWFMLBPF.mjs.map} +0 -0
package/dist/experimental.js
CHANGED
|
@@ -36,7 +36,6 @@ __export(experimental_exports, {
|
|
|
36
36
|
PaymentElementProvider: () => import_react24.__experimental_PaymentElementProvider,
|
|
37
37
|
PlanDetailsButton: () => PlanDetailsButton,
|
|
38
38
|
SubscriptionDetailsButton: () => SubscriptionDetailsButton,
|
|
39
|
-
useAPIKeys: () => import_react24.__experimental_useAPIKeys,
|
|
40
39
|
useCheckout: () => import_react24.__experimental_useCheckout,
|
|
41
40
|
usePaymentAttempts: () => import_react24.__experimental_usePaymentAttempts,
|
|
42
41
|
usePaymentElement: () => import_react24.__experimental_usePaymentElement,
|
|
@@ -1401,7 +1400,6 @@ var import_react24 = require("@clerk/shared/react");
|
|
|
1401
1400
|
PaymentElementProvider,
|
|
1402
1401
|
PlanDetailsButton,
|
|
1403
1402
|
SubscriptionDetailsButton,
|
|
1404
|
-
useAPIKeys,
|
|
1405
1403
|
useCheckout,
|
|
1406
1404
|
usePaymentAttempts,
|
|
1407
1405
|
usePaymentElement,
|