Skip to content

Commit 150b5c8

Browse files
aelioxalexcarpenterpanteliselef
authoredMar 12, 2025··
feat(clerk-js,types,localizations): Preliminary Commerce work including PricingTable and Checkout components (#5248)
Co-authored-by: Alex Carpenter <alex.carpenter@clerk.dev> Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com> Co-authored-by: panteliselef <panteliselef@outlook.com>
1 parent 5601a15 commit 150b5c8

File tree

119 files changed

+4115
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+4115
-39
lines changed
 

‎.changeset/large-feet-hammer.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/clerk-js': patch
4+
'@clerk/clerk-react': patch
5+
'@clerk/types': patch
6+
---
7+
8+
Introduce experimental billing APIs and components
+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"files": [
3-
{ "path": "./dist/clerk.js", "maxSize": "560kB" },
4-
{ "path": "./dist/clerk.browser.js", "maxSize": "75kB" },
5-
{ "path": "./dist/clerk.headless.js", "maxSize": "48.3KB" },
6-
{ "path": "./dist/ui-common*.js", "maxSize": "89KB" },
7-
{ "path": "./dist/vendors*.js", "maxSize": "25.1KB" },
3+
{ "path": "./dist/clerk.js", "maxSize": "570kB" },
4+
{ "path": "./dist/clerk.browser.js", "maxSize": "76kB" },
5+
{ "path": "./dist/clerk.headless.js", "maxSize": "50KB" },
6+
{ "path": "./dist/ui-common*.js", "maxSize": "92KB" },
7+
{ "path": "./dist/vendors*.js", "maxSize": "26.5KB" },
88
{ "path": "./dist/coinbase*.js", "maxSize": "35.5KB" },
99
{ "path": "./dist/createorganization*.js", "maxSize": "5KB" },
1010
{ "path": "./dist/impersonationfab*.js", "maxSize": "5KB" },
@@ -18,6 +18,8 @@
1818
{ "path": "./dist/userverification*.js", "maxSize": "5KB" },
1919
{ "path": "./dist/onetap*.js", "maxSize": "1KB" },
2020
{ "path": "./dist/waitlist*.js", "maxSize": "1.3KB" },
21-
{ "path": "./dist/keylessPrompt*.js", "maxSize": "5.9KB" }
21+
{ "path": "./dist/keylessPrompt*.js", "maxSize": "5.9KB" },
22+
{ "path": "./dist/pricingTable*.js", "maxSize": "3.5KB" },
23+
{ "path": "./dist/checkout*.js", "maxSize": "8.8KB" }
2224
]
2325
}

0 commit comments

Comments
 (0)
Please sign in to comment.