-
Notifications
You must be signed in to change notification settings - Fork 4
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(InputChip): add 1.0 component #2097
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2097 +/- ##
==========================================
+ Coverage 97.03% 97.05% +0.01%
==========================================
Files 108 110 +2
Lines 2765 2780 +15
Branches 751 755 +4
==========================================
+ Hits 2683 2698 +15
Misses 78 78
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
size-limit report 📦
|
5ae5e49
to
8972376
Compare
- add styles and structure - add in relevant stories - add tests/snapshots to test - focus-state handling with render tokens
8972376
to
579d76d
Compare
@@ -12,5 +12,8 @@ | |||
"typescript.validate.enable": true, | |||
"javascript.validate.enable": true, | |||
"editor.formatOnSave": true, | |||
"editor.defaultFormatter": "esbenp.prettier-vscode" | |||
"editor.defaultFormatter": "esbenp.prettier-vscode", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this tells VSCode to treat the *.css files as css language files. Somehow, it was thinking they were "tailwind" files 👎
## [15.7.0](v15.6.0...v15.7.0) (2024-11-18) [Storybook](https://61313967cde49b003ae2a860-cpbnunloqv.chromatic.com/) ### Features * **InputChip:** add 1.0 component ([#2097](#2097)) ([2f68041](2f68041)) * **Tag:** update to 2.0 styles ([#2087](#2087)) ([a344222](a344222)) ### Bug Fixes * **deps:** update dependency ts-morph to v24 ([#2102](#2102)) ([350c72b](350c72b))
TODO:
TODO-AH
commentsScreen.Recording.2024-11-15.at.11.04.17.mov
Test Plan: