-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(components): new focus style (VIV-2350) #2186
Conversation
rachelbt
commented
Mar 4, 2025
•
edited
Loading
edited
- waiting for design approval to generate new png's
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2186 +/- ##
============================================
Coverage 100.00% 100.00%
============================================
Files 123 375 +252
Lines 1562 16770 +15208
Branches 108 2942 +2834
============================================
+ Hits 1562 16770 +15208
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
View Diff5756c5756,5765
< { "name": "selectionStartChanged", "args": [], "returnType": "unknown" }
---
> {
> "name": "selectionStartChanged",
> "args": [],
> "returnType": "unknown"
> },
> {
> "name": "setTextSize",
> "args": [{ "name": "size", "type": "'title' | 'subtitle' | 'body'" }],
> "returnType": "unknown"
> } |