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

Reinstate the ibm--z pictogram in design-language-website #1402

Open
tay1orjones opened this issue Jan 23, 2025 · 0 comments
Open

Reinstate the ibm--z pictogram in design-language-website #1402

tay1orjones opened this issue Jan 23, 2025 · 0 comments

Comments

@tay1orjones
Copy link
Member

tay1orjones commented Jan 23, 2025

In carbon-design-system/carbon#18391 the ibm--z pictogram artwork was updated and removed from the deprecated list. This pictogram needs to be reinstated on design-language-website by editing the areas where it's been hidden.

const essentialPictogramData = pictogramData
.map(removeUnusedData)
.filter((pictogram) => {
if (
pictogram.name === 'ibm--z' ||
pictogram.name === 'ibm--z--partition' ||
pictogram.name === 'tokyo--volcano'
) {
return false;
}
return true;
});

{pictograms
.filter((pictogram) => {
if (
pictogram.name === 'ibm--z' ||
pictogram.name === 'ibm--z--partition' ||
pictogram.name === 'ibm--z-and-linuxone-multi-frame' ||
pictogram.name === 'ibm--z-and-linuxone-single-frame' ||
pictogram.name === 'tokyo--volcano'
) {
return false;
}
return true;
})

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

No branches or pull requests

1 participant