-
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(icons): added updated car icons #52
feat(icons): added updated car icons #52
Conversation
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 2932938779
💛 - Coveralls |
Coverage report❌ An unexpected error occurred. For more details, check console
Test suite run success122 tests passing in 20 suites. Report generated by 🧪jest coverage report action from 83af439 |
@derek-heycar I can't see updated icons right now but Icons start showing up if view-box is updated in svg viewBox="0 0 84 50" |
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.
Do you check the console log when you developing?
react-dom.development.js:67 Warning: Invalid DOM property `clip-rule`. Did you mean `clipRule`?
react-dom.development.js:67 Warning: Invalid DOM property `fill-rule`. Did you mean `fillRule`?
resolved |
Compiled a new version demo. |
Compiled a new version demo. |
…in-icons-component
- @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected]
- @heycar-uikit/[email protected]
# [1.13.0](v1.12.0...v1.13.0) (2022-08-26) ### Features * **icons:** added extra icons ([#52](#52)) ([59d3693](59d3693))
🎉 This PR is included in version 1.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pull Request
https://heycar.atlassian.net/jira/software/projects/HEYUI/boards/312?selectedIssue=HEYUI-141
Description
Updated car icons from design: https://www.figma.com/file/rrvkvQEoVTOHa7MzyKSaoz/OTP-Global-Design-System?node-id=1364%3A40607
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!