What's Changed
This release includes updates to design tokens for the Badge and BaseButton components, along with minor improvements to TruncateText and semantic color tokens.
Badge
- Reduced the
fontSizetoken fromtextSmtotextXsfor a more compact appearance. - Reduced the
sizetoken from1.25remto1rem. - Applied these changes to both the canvas and rebrand themes.
- Added a new
primaryTextColortoken that references the inverse text color. - Included the new token in both the theme and component files.
- Note: The Badge component still needs to be updated to consume this token.
‼️
- Note: The Badge component still needs to be updated to consume this token.
BaseButton
- Updated all ghost background tokens to use the
"color"token type instead of"text"for improved accuracy and consistency. - Adjusted alpha values for improved visual appearance in new themes.
TruncateText
- Removed the
lineHeighttoken.
Sidenavbar
- Updated the
globalNavLinkHoversemantic color to use a navy shade instead of grey. - This fixes the menu item hover color in the light theme.