-
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/HEYUI-80 Accordion component #51
Conversation
- @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected]
added basic implementation of chip component with choice and filter options
added tsconfig
added icon.module.css to put icon styles in a seperate file
updated component.stories with text and removed redundent prop
added snapshot and unit tests for chip component
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 2971426610
💛 - Coveralls |
Coverage report❌ An unexpected error occurred. For more details, check console
Test suite run success155 tests passing in 24 suites. Report generated by 🧪jest coverage report action from 9e49033 |
Compiled a new version demo. |
Replace the font sets regular, bold, and extra bold. Added extra bold font for the individual import /600 BREAKING CHANGE: Can be changed the width of the font for some of the packages which use the font setting
Compiled a new version demo. |
…hey-ui into feature/HEYUI-130-implementation-of-the-chips-component
resolved css lint issues in icon.module.css in chip component
Compiled a new version demo. |
Compiled a new version demo. |
…/HEYUI-130-implementation-of-the-chips-component
Compiled a new version demo. |
…' into feat/HEYUI-80-accordion
Compiled a new version demo. |
- @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected]
Compiled a new version demo. |
Compiled a new version demo. |
# [1.14.0](v1.13.0...v1.14.0) (2022-09-01) ### Features * **collapse:** the first version of the collapse component ([#51](#51)) ([b8d3f3f](b8d3f3f))
🎉 This PR is included in version 1.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pull Request
Description
Describe your changes (or add ticket description) and add relevant screenshots
Type of change
How do I test this
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!