-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(sketch): update icon command with new metadata structure #5566
fix(sketch): update icon command with new metadata structure #5566
Conversation
FYI @emyarod |
Deploy preview for carbon-components-react ready! Built with commit f86dd20 https://deploy-preview-5566--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit f86dd20 |
Deploy preview for carbon-components-react ready! Built with commit 3be39bb https://deploy-preview-5566--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 3be39bb |
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.
…design-system#5566) * chore: check-in work * fix(sketch): update icon command with new metadata structure Co-authored-by: Alessandra Davila <[email protected]>
This PR updates our icon command in our Sketch plugin. It seems like there were some updates between sketch versions that caused breaking changes (namely
Rectangle
and how it's used). In addition, this PR uses our new metadata structure which simplifies some of the logic for generating our icons page.Changelog
New
Changed
Removed
Testing / Reviewing