Skip to content

design-language-system@v2.7.1

Latest
Compare
Choose a tag to compare
@jaalah-akamai jaalah-akamai released this 18 Sep 12:22
· 1 commit to main since this release

Breaking Changes

  • Restructured calendar background tokens for improved consistency and flexibility
    • New updated token name: token-component-calendar-selected-item-background-default
    • New updated token name: token-component-calendar-selected-item-background-hover

New Features

  • Introduced inProgress token for ProgressBar component
  • Added topGradient token for Appbar component
  • Implemented new background tokens:
    • rangeHover for date range selection
    • activeDateHover for active date hover states
  • Created borderRadius alias token for unified styling
  • Introduced launch button tokens (experimental)
    • Note: These tokens are connected to global styles and may be subject to change as we evaluate their inclusion in CDS 2.0. Dark mode styles are pending.
  • add contribution md file

Changes:

  • move PR template to docs package

Enhancements

  • Refined elevation token blur for improved visual depth

Fixes

  • updated packages to latest version, including react, eslint and eslint related packages
  • updated node version to v18.18.0, so that we could upgrade to @typescript/eslint/-- to v7+ (v8.5.0)

PRs: #61, #63, #64