-
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
feat(icons): Update icons.yml 0916 #9595
Conversation
0903
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 25fc1c5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/615c7507d1e23e000781c499 😎 Browse the preview: https://deploy-preview-9595--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 25fc1c5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/615c750758ec0e0008ec0220 😎 Browse the preview: https://deploy-preview-9595--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 25fc1c5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/615c75075689a20007c89ffc 😎 Browse the preview: https://deploy-preview-9595--carbon-components-react.netlify.app |
updated metadata
Looks like some tests are failing for this. |
@jnm2377 I don't know how to fix these errors. |
@joshblack I don't know how to fix indentation. It looked visually okay to me in VS Code. |
This reverts commit 1b369e5.
@mjabbink I added all the metadata content for all the UI icons into the .yml. Why it's not displaying by now is unclear to me. |
Hey @LMapes sorry if I didn't make it clear in the past comments. I brought up tests failing a while back, which need to be addressed before this PR can get merged. Typically, contributors are responsible for updating their PRs accordingly when we give feedback or leave reviews. I tried to help out by updating all of the indentation errors your code had, but looks like the snapshots still need to be updated since you've added new metadata. |
@mjabbink I don't know how to correct this. Please assign a Carbon dev. |
@joshblack @jnm2377 @tay1orjones |
@LMapes I'm happy to fix it, but don't know what the proper values should be. This is what it is currently: - name: map--identify
- map
- travel
- point
- identify
- ID
- center
- locate
- location
- graph
sizes:
- 32 There's no - name: map--identify
friendly_name: map--identify
aliases:
- map
- travel
- point
- identify
- ID
- center
- locate
- location
- graph
sizes:
- 32 |
@tay1orjones Thanks for clarifying what you need. This should work
|
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.
I've corrected the map--identify
metadata as well as another piece of indentation I found. There were also a few entries that had the .svg
suffix added, which isn't needed and caused the build to fail.
@LMapes I’m not sure if this issue covers all of these naming issues (below list) but these all need attention. The below names were copied directly from the library as they appear. The friendly names are missing for all of the below. continue |
@mjabbink All of these were in the metadata yml file for this issue and should be appearing on screen whenever the IDL update happens |
@LMapes ok great, I was not sure all of these were included. thanks for the update. |
Updated icons.yml with
aliases
friendly names
approved by BXD
Changelog
Changed
changes made correspond to issue #9473