Skip to content

Commit e748b07

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.16.1...v3.0.0) (2025-11-18) * feat(tokens)!: change token naming convention ([#692](#692)) ([3be2ef6](3be2ef6)) ### BREAKING CHANGES * Token names are now lowercase and follow W3C format.Convert to W3C DTCG format, read more at https://docs.tokens.studio/convert-to-dtcg-format changed to lowercase + other changes: 2xsmall -> 2x-small etc header -> heading ingress -> lead color.neutrals etc (in theme) color-shades.brand etc (in brand) error in brand colors (name color-shades) color adjustments NVE brand (red) color adjustments color adjustments brand * adjustments brand colors and added colors Ready to merge Renamed colors in brand and theme (background/foreground categories) one color changed in color-shades * changed spacing names in brand and redirected spacing in device * updated css files * updated typography in docs * config for FigmaStylesRef updated * FigmaStylesRef should work now
1 parent 3be2ef6 commit e748b07

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# [3.0.0](https://github.com/NVE/Designsystem/compare/v2.16.1...v3.0.0) (2025-11-18)
2+
3+
4+
* feat(tokens)!: change token naming convention ([#692](https://github.com/NVE/Designsystem/issues/692)) ([3be2ef6](https://github.com/NVE/Designsystem/commit/3be2ef643a6eb752d8ae1868305e0553e9158bbe))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Token names are now lowercase and follow W3C format.Convert to W3C DTCG format, read more at https://docs.tokens.studio/convert-to-dtcg-format
10+
11+
changed to lowercase + other changes:
12+
2xsmall -> 2x-small etc
13+
header -> heading
14+
ingress -> lead
15+
color.neutrals etc (in theme)
16+
color-shades.brand etc (in brand)
17+
18+
error in brand colors (name color-shades)
19+
20+
color adjustments NVE brand (red)
21+
22+
color adjustments
23+
24+
color adjustments brand
25+
26+
* adjustments brand colors and added colors
27+
28+
Ready to merge
29+
Renamed colors in brand and theme (background/foreground categories)
30+
31+
one color changed in color-shades
32+
33+
* changed spacing names in brand and redirected spacing in device
34+
35+
* updated css files
36+
37+
* updated typography in docs
38+
39+
* config for FigmaStylesRef updated
40+
41+
* FigmaStylesRef should work now
42+
143
## [2.16.1](https://github.com/NVE/Designsystem/compare/v2.16.0...v2.16.1) (2025-11-12)
244

345

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"license": "MIT",
99
"homepage": "https://github.com/NVE/Designsystem/",
10-
"version": "2.16.1",
10+
"version": "3.0.0",
1111
"customElements": "custom-elements.json",
1212
"exports": {
1313
".": {

0 commit comments

Comments
 (0)