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 IDL site with new icons (post Carbon v11.10.0 release) #1131

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

Update IDL site with new icons (post Carbon v11.10.0 release) #1131

tay1orjones opened this issue Aug 17, 2022 · 0 comments · Fixed by #1136
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 IDL site
  • Ensure that the following icons do not show up on the IDL site by extending the exception list here:
    • ibm--z-and-linuxone-multi-frame
    • ibm--z-and-linuxone-single-frame

const essentialPictogramData = pictogramData
.map(removeUnusedData)
.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