Skip to content
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

Update carbon-website with new icons (post Carbon v11.10.0 release) #3100

Closed
1 of 4 tasks
tay1orjones opened this issue Aug 17, 2022 · 0 comments · Fixed by #3114
Closed
1 of 4 tasks

Update carbon-website with new icons (post Carbon v11.10.0 release) #3100

tay1orjones opened this issue Aug 17, 2022 · 0 comments · Fixed by #3114
Assignees

Comments

@tay1orjones
Copy link
Member

tay1orjones commented Aug 17, 2022

New icons were delivered in carbon-design-system/carbon#11942

Some deprecations were also delivered in carbon-design-system/carbon#11973

Once they're published/released we need to

  • Update the icons and pictogram packages for the carbon site
    • This should be done automatically by the automated PR github action, but should verify
  • Ensure that the following icons do not show up on the site by extending the exception list here:
    • ibm--z-and-linuxone-multi-frame
    • ibm--z-and-linuxone-single-frame

.filter((pictogram) => {
if (
pictogram.name === 'ibm--z' ||
pictogram.name === 'ibm--z--partition'
) {
return false;
}
return true;
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants