Skip to content

v1.5.0

Latest

Choose a tag to compare

@adamlobler adamlobler released this 17 Jul 12:22
ae8f600

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 fontSize token from textSm to textXs for a more compact appearance.
  • Reduced the size token from 1.25rem to 1rem.
  • Applied these changes to both the canvas and rebrand themes.
  • Added a new primaryTextColor token 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. ‼️

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 lineHeight token.

Sidenavbar

  • Updated the globalNavLinkHover semantic color to use a navy shade instead of grey.
  • This fixes the menu item hover color in the light theme.