Skip to content

Commit

Permalink
fix(clerk-js): Improve keyless prompt accessibility (#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaftarmery authored Jan 7, 2025
1 parent 632bde1 commit 5d7c701
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 97 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-news-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Improve accessibility of the Keyless prompt.
2 changes: 1 addition & 1 deletion packages/clerk-js/bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
{ "path": "./dist/userverification*.js", "maxSize": "5KB" },
{ "path": "./dist/onetap*.js", "maxSize": "1KB" },
{ "path": "./dist/waitlist*.js", "maxSize": "1.3KB" },
{ "path": "./dist/keylessPrompt*.js", "maxSize": "4.5KB" }
{ "path": "./dist/keylessPrompt*.js", "maxSize": "4.9KB" }
]
}
Loading

0 comments on commit 5d7c701

Please sign in to comment.