Skip to content

Releases: nulogy/nds-tokens

v6.0.0

07 Mar 17:54
Compare
Choose a tag to compare

6.0.0 (2025-03-07)

Features

  • generate tokens using base units per device (#60) (608e793)

BREAKING CHANGES

  • this change overhauls the tokens package and changes
    the way the tokens are generated, as well as the final output of both
    the JavaScript constants and the CSS variables.

  • CSS variables now use this format:

      nds-tablet-border-radius-medium
      \_/ \____/ \___________/ \____/
       |    |         |          |
  Prefix  Device    Token       Type
  • JavaScript constants use this format:
    tablet_border_radius_large
    \____/ \___________/ \___/
      |          |         |
    Device     Token      Type

v5.4.0

01 Dec 21:44
Compare
Choose a tag to compare

5.4.0 (2022-12-01)

Features

  • change the size and height of heading1 (#53) (a9feb96)

v5.3.0

06 Jun 21:26
Compare
Choose a tag to compare

5.3.0 (2022-06-06)

Features

v5.2.0

01 Feb 18:28
Compare
Choose a tag to compare

5.2.0 (2022-02-01)

Features

v5.1.0

10 Nov 22:44
Compare
Choose a tag to compare

5.1.0 (2021-11-10)

Features

v5.0.0

16 Apr 20:04
Compare
Choose a tag to compare

5.0.0 (2021-04-16)

Bug Fixes

  • removes zIndex object, it is replaced with zIndices (#25) (eeb9336)

BREAKING CHANGES

  • the zIndex object in the theme has been replaced with zIndices. Please replace references to theme.zIndex to theme.zIndices

v4.14.1

26 Jan 19:45
Compare
Choose a tag to compare

4.14.1 (2021-01-26)

Bug Fixes

v4.14.0

08 Jan 19:12
Compare
Choose a tag to compare

4.14.0 (2021-01-08)

Features

  • add navBar z-index token (83b85d4)

v4.13.1

08 Jan 17:47
Compare
Choose a tag to compare

4.13.1 (2021-01-08)

Bug Fixes

  • add zIndices so that zIndex styled props work (6772986)

v4.13.0

08 Jan 17:25
Compare
Choose a tag to compare

4.13.0 (2021-01-08)

Features