Skip to content
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

Merged
merged 2 commits into from
Nov 18, 2024
Merged

feat(InputChip): add 1.0 component #2097

merged 2 commits into from
Nov 18, 2024

Conversation

booc0mtaco
Copy link
Contributor

@booc0mtaco booc0mtaco commented Nov 15, 2024

  • add styles and structure
  • add in relevant stories
  • add tests/snapshots to test
  • focus-state handling with render tokens

TODO:

  • add in focus state handling
  • finish up any TODO-AH comments
Screen.Recording.2024-11-15.at.11.04.17.mov

Test Plan:

  • Wrote/updated automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, and here are the details:

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.05%. Comparing base (497d4a9) to head (de04eb5).
Report is 5 commits behind head on next.

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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link

github-actions bot commented Nov 15, 2024

size-limit report 📦

Path Size
components 93.74 KB (+0.74% 🔺)
styles 29.35 KB (+0.62% 🔺)

- add styles and structure
- add in relevant stories
- add tests/snapshots to test
- focus-state handling with render tokens
@booc0mtaco booc0mtaco marked this pull request as ready for review November 15, 2024 17:31
@booc0mtaco booc0mtaco requested a review from a team November 15, 2024 17:31
@@ -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",
Copy link
Contributor Author

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 👎

@booc0mtaco booc0mtaco merged commit 2f68041 into next Nov 18, 2024
12 checks passed
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1419 branch November 18, 2024 17:42
@booc0mtaco booc0mtaco mentioned this pull request Nov 18, 2024
booc0mtaco added a commit that referenced this pull request Nov 19, 2024
## [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants