-
Notifications
You must be signed in to change notification settings - Fork 1
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(pill): added pill component #50
feat(pill): added pill component #50
Conversation
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 3226452550
💛 - Coveralls |
Coverage report
Show new covered files 🐣
Test suite run success212 tests passing in 30 suites. Report generated by 🧪jest coverage report action from dff6c93 |
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.
- SH tests
- use typography mixin for the fonts, according the template it should be
Subheader/Sub Header 3 - Med
- provide all of the default HTML attributes to the components
- getting approve from DT
- check the link on the sigma template, I guess it's not correct.
- Could you check pls, is available multiline for this component ? Because I guess the height of the component should be constants 28px.
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
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.
Something went wrong. You updated all the sh images for all packages. it is unacceptable. Could you please check it.
Compiled a new version demo. |
Compiled a new version demo. |
added a pill component alongside tests to display information
fixed linting space issue in module.css file
# [2.1.0](v2.0.1...v2.1.0) (2022-10-10) ### Features * **icons:** added updated icons ([#89](#89)) ([5dad4af](5dad4af))
- @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected]
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.
and one more thing, could you please add the accessibility focus on the component?
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.
You added two similar screenshots.
I guess these should be different and should check different states and views as well, at least one with the default state and with the left icon.
# [2.2.0](v2.1.0...v2.2.0) (2022-10-11) ### Features * **form-control:** improve documentation part ([ae8ff57](ae8ff57))
added a pill component alongside tests to display information
fixed linting space issue in module.css file
Fix pill component screenshot test update problem
…ttps://github.com/hey-car/hey-ui into feature/HEYUI-136-implementations-of-pill-component
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
🎉 This PR is included in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
added a pill component alongside tests to display information
Pull Request
Description
### Type of change
How do I test this
import Pill from '@heycar-uikit/pill';
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:screenshots
- to run snapshot testsNew Feature / Bug Fix
Thanks for contributing!