@enovaui/core-tokens 2.0.0 → 3.0.0

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.
@@ -3,6 +3,7 @@
3
3
  "font-family": {
4
4
  "ios": "Apple SD Gothic Neo",
5
5
  "android": "Noto Sans CJK KR",
6
+ "windows": "Malgun Gothic",
6
7
  "lg-smart-ui": {
7
8
  "default": "LG Smart UI",
8
9
  "condensed": "LG Smart UI Condensed",
@@ -26,7 +27,9 @@
26
27
  "font-size-14": "14px",
27
28
  "font-size-15": "15px",
28
29
  "font-size-16": "16px",
30
+ "font-size-17": "17px",
29
31
  "font-size-18": "18px",
32
+ "font-size-19": "19px",
30
33
  "font-size-20": "20px",
31
34
  "font-size-22": "22px",
32
35
  "font-size-24": "24px",
@@ -48,10 +51,13 @@
48
51
  "font-size-56": "56px",
49
52
  "font-size-58": "58px",
50
53
  "font-size-60": "60px",
54
+ "font-size-62": "62px",
51
55
  "font-size-64": "64px",
52
56
  "font-size-66": "66px",
53
57
  "font-size-68": "68px",
54
58
  "font-size-72": "72px",
59
+ "font-size-74": "74px",
60
+ "font-size-76": "76px",
55
61
  "font-size-78": "78px",
56
62
  "font-size-80": "80px",
57
63
  "font-size-82": "82px",
@@ -62,11 +68,15 @@
62
68
  "font-size-96": "96px",
63
69
  "font-size-100": "100px",
64
70
  "font-size-102": "102px",
71
+ "font-size-104": "104px",
65
72
  "font-size-108": "108px",
73
+ "font-size-112": "112px",
74
+ "font-size-114": "114px",
66
75
  "font-size-116": "116px",
67
76
  "font-size-120": "120px",
68
77
  "font-size-140": "140px",
69
78
  "font-size-156": "156px",
79
+ "font-size-160": "160px",
70
80
  "font-size-180": "180px",
71
81
  "font-weight": {
72
82
  "thin": "100",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enovaui/core-tokens",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Core design tokens",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",