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

docs-bug(COMPONENT): Legacy token, and removed Tokens #30174

Open
smilThakur opened this issue Dec 12, 2024 · 1 comment
Open

docs-bug(COMPONENT): Legacy token, and removed Tokens #30174

smilThakur opened this issue Dec 12, 2024 · 1 comment
Labels
area: many Area label for issues related to many components docs This issue is related to documentation P4 A relatively minor issue that is not relevant to core functions

Comments

@smilThakur
Copy link

Documentation Feedback

While migrating from material 18 to 19, it was a great help from the styling tab but we were not able to get tokens like for eg: pseudo-checkbox, ripple-color, some fab tokens, can you please address mappings of removed tokens or how can we handle them

some tokens have legacy keyword as we constantly upgrade our system is it possible that these legacy tokens can be depreciated if yes, then what should be the flow, will you provide replacement?

Affected documentation page

https://material.angular.io/components/checkbox/styling

@smilThakur smilThakur added docs This issue is related to documentation needs triage This issue needs to be triaged by the team labels Dec 12, 2024
@smilThakur
Copy link
Author

--mat-full-pseudo-checkbox-selected-icon-color: #343dff;
--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
--mat-full-pseudo-checkbox-unselected-icon-color: #46464f;
--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fffbff;
--mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(27, 27, 31, 0.38);
--mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(27, 27, 31, 0.38);
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #343dff;
--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(27, 27, 31, 0.38);

tokens like these are missing and we were not able to map them into new tokens, so what is the correct way to map them, also while inspecting the dom structure we still get these tokens, so how to tell which new token is responsible for which design

@amysorto amysorto added P4 A relatively minor issue that is not relevant to core functions area: many Area label for issues related to many components and removed needs triage This issue needs to be triaged by the team labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: many Area label for issues related to many components docs This issue is related to documentation P4 A relatively minor issue that is not relevant to core functions
Projects
None yet
Development

No branches or pull requests

2 participants