You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step to closing #8149 is to add the new tokens to the theme packages.
Until we create an alpha branch, we will add the new tokens to the theme package as references to the current tokens. That way, components can be updated to use the new tokens, but the old tokens will still be available.
For instance:
// current token references IDL colorexportconstinteractive01=blue60;// new token, references old token until we create an alpha branchexportconstbackgroundBrand=interactive01;
Once we have an alpha branch, we can remove the old tokens, and have them reference the IDL colors directly
exportconstbackgroundBrand=blue60;
The text was updated successfully, but these errors were encountered:
The first step to closing #8149 is to add the new tokens to the theme packages.
Until we create an alpha branch, we will add the new tokens to the theme package as references to the current tokens. That way, components can be updated to use the new tokens, but the old tokens will still be available.
For instance:
Once we have an alpha branch, we can remove the old tokens, and have them reference the IDL colors directly
The text was updated successfully, but these errors were encountered: