-
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(typography): Extend Typography component by allowing restProps #135
feat(typography): Extend Typography component by allowing restProps #135
Conversation
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.
Hey, thanks for creating this PR. Just one thing I see the screenshots being failed due to not installing deps, can you try re-running those? other than that the PR looks good
Pull Request Test Coverage Report for Build 4103467411
💛 - Coveralls |
Coverage report
Test suite run success250 tests passing in 37 suites. Report generated by 🧪jest coverage report action from ace825a |
Thanks @hcafaq. Just pushed an update. |
2fd1dd8
to
ace825a
Compare
Compiled a new version demo. |
# [4.1.0](v4.0.1...v4.1.0) (2023-02-06) ### Features * **typography:** extend component by allowing restProps ([#135](#135)) ([2d34947](2d34947))
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Extend the Typography component by allowing restProps. This would enable styling fonts beyond using classNames.
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:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!