@enovaui/core-tokens 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  The following is a curated list of changes in the core tokens module, newest changes on the top.
4
4
 
5
+ ## [0.13.1] - 2025-12-12
6
+
7
+ ### Changed
8
+
9
+ - `primitive-font-family-lg-ei-text` value to `LGEI Text`
10
+ - `primitive-font-family-lg-ei-headline` value to `LGEI Headline`
11
+
5
12
  ## [0.13.0] - 2025-12-04
6
13
 
7
14
  - No significant changes
@@ -80,7 +80,7 @@ Primitive Typography Tokens
80
80
  --primitive-font-family-lg-smart-ui-dingbat: 'LG Smart UI Dingbat';
81
81
  --primitive-font-family-lg-smart-ui-number: 'LG Smart UI Number';
82
82
 
83
- /* Font Family LG EI */
84
- --primitive-font-family-lg-ei-text: 'LG EI Text';
85
- --primitive-font-family-lg-ei-headline: 'LG EI Headline';
83
+ /* Font Family LGEI */
84
+ --primitive-font-family-lg-ei-text: 'LGEI Text';
85
+ --primitive-font-family-lg-ei-headline: 'LGEI Headline';
86
86
  }
@@ -67,8 +67,8 @@
67
67
  "number": "LG Smart UI Number"
68
68
  },
69
69
  "lg-ei": {
70
- "text": "LG EI Text",
71
- "headline": "LG EI Headline"
70
+ "text": "LGEI Text",
71
+ "headline": "LGEI Headline"
72
72
  }
73
73
  }
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enovaui/core-tokens",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Core design tokens",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
@@ -9,4 +9,4 @@
9
9
  "tokens",
10
10
  "core"
11
11
  ]
12
- }
12
+ }