@enovaui/core-tokens 2.0.0 → 3.1.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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * SPDX-FileCopyrightText: Copyright 2025 LG Electronics Inc.
2
+ * SPDX-FileCopyrightText: Copyright 2026 LG Electronics Inc.
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
 
@@ -19,7 +19,9 @@ Primitive Typography Tokens
19
19
  --primitive-font-size-14: 14px;
20
20
  --primitive-font-size-15: 15px;
21
21
  --primitive-font-size-16: 16px;
22
+ --primitive-font-size-17: 17px;
22
23
  --primitive-font-size-18: 18px;
24
+ --primitive-font-size-19: 19px;
23
25
  --primitive-font-size-20: 20px;
24
26
  --primitive-font-size-22: 22px;
25
27
  --primitive-font-size-24: 24px;
@@ -41,10 +43,13 @@ Primitive Typography Tokens
41
43
  --primitive-font-size-56: 56px;
42
44
  --primitive-font-size-58: 58px;
43
45
  --primitive-font-size-60: 60px;
46
+ --primitive-font-size-62: 62px;
44
47
  --primitive-font-size-64: 64px;
45
48
  --primitive-font-size-66: 66px;
46
49
  --primitive-font-size-68: 68px;
47
50
  --primitive-font-size-72: 72px;
51
+ --primitive-font-size-74: 74px;
52
+ --primitive-font-size-76: 76px;
48
53
  --primitive-font-size-78: 78px;
49
54
  --primitive-font-size-80: 80px;
50
55
  --primitive-font-size-82: 82px;
@@ -55,11 +60,15 @@ Primitive Typography Tokens
55
60
  --primitive-font-size-96: 96px;
56
61
  --primitive-font-size-100: 100px;
57
62
  --primitive-font-size-102: 102px;
63
+ --primitive-font-size-104: 104px;
58
64
  --primitive-font-size-108: 108px;
65
+ --primitive-font-size-112: 112px;
66
+ --primitive-font-size-114: 114px;
59
67
  --primitive-font-size-116: 116px;
60
68
  --primitive-font-size-120: 120px;
61
69
  --primitive-font-size-140: 140px;
62
70
  --primitive-font-size-156: 156px;
71
+ --primitive-font-size-160: 160px;
63
72
  --primitive-font-size-180: 180px;
64
73
 
65
74
  /* Font Weights */
@@ -76,6 +85,7 @@ Primitive Typography Tokens
76
85
  /* Font Families */
77
86
  --primitive-font-family-ios: "Apple SD Gothic Neo";
78
87
  --primitive-font-family-android: "Noto Sans CJK KR";
88
+ --primitive-font-family-windows: "Malgun Gothic";
79
89
  --primitive-font-family-lg-smart-ui-default: "LG Smart UI";
80
90
  --primitive-font-family-lg-smart-ui-condensed: "LG Smart UI Condensed";
81
91
  --primitive-font-family-lg-smart-ui-dingbat: "LG Smart UI Dingbat";
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * SPDX-FileCopyrightText: Copyright 2025 LG Electronics Inc.
2
+ * SPDX-FileCopyrightText: Copyright 2026 LG Electronics Inc.
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
 
@@ -28,17 +28,17 @@
28
28
  "mist-gray-15": "#1f1f1f",
29
29
  "mist-gray-20": "#2d2d2d",
30
30
  "mist-gray-25": "#393939",
31
- "mist-gray-30": "#454749",
32
- "mist-gray-35": "#4e5255",
33
- "mist-gray-40": "#5c5f61",
31
+ "mist-gray-30": "#44484a",
32
+ "mist-gray-35": "#4e5355",
33
+ "mist-gray-40": "#5b6062",
34
34
  "mist-gray-45": "#697072",
35
- "mist-gray-50": "#757779",
35
+ "mist-gray-50": "#767c7f",
36
36
  "mist-gray-55": "#828586",
37
- "mist-gray-60": "#8f9193",
38
- "mist-gray-65": "#9a9b9e",
39
- "mist-gray-70": "#aaabae",
40
- "mist-gray-75": "#b4b5b7",
41
- "mist-gray-80": "#c5c6c9",
37
+ "mist-gray-60": "#8e9394",
38
+ "mist-gray-65": "#999d9f",
39
+ "mist-gray-70": "#a9adaf",
40
+ "mist-gray-75": "#b3b7b8",
41
+ "mist-gray-80": "#c5c8c9",
42
42
  "mist-gray-85": "#d3d4d7",
43
43
  "mist-gray-90": "#e1e2e5",
44
44
  "mist-gray-95": "#eff1f4",
@@ -90,7 +90,7 @@
90
90
  "warm-gray-25": "#4a4a49",
91
91
  "warm-gray-30": "#5c5b5a",
92
92
  "warm-gray-35": "#646464",
93
- "warm-gray-40": "#7e7c77",
93
+ "warm-gray-40": "#7d7c78",
94
94
  "warm-gray-45": "#878580",
95
95
  "warm-gray-50": "#94928d",
96
96
  "warm-gray-55": "#a19e99",
@@ -117,9 +117,9 @@
117
117
  "active-red-60": "#ff5449",
118
118
  "active-red-65": "#ff6b63",
119
119
  "active-red-70": "#ff897d",
120
- "active-red-75": "#ffa294",
121
- "active-red-80": "#ffb4ab",
122
- "active-red-85": "#ffcdbf",
120
+ "active-red-75": "#ff9f94",
121
+ "active-red-80": "#ffb2ab",
122
+ "active-red-85": "#ffc3bf",
123
123
  "active-red-90": "#ffdad6",
124
124
  "active-red-95": "#ffedea",
125
125
  "active-red-99": "#fef5f5",
@@ -133,30 +133,30 @@
133
133
  "red-orange-40": "#d11800",
134
134
  "red-orange-45": "#e92600",
135
135
  "red-orange-50": "#f93600",
136
- "red-orange-55": "#ff4448",
136
+ "red-orange-55": "#ff432b",
137
137
  "red-orange-60": "#ff5330",
138
138
  "red-orange-65": "#ff6b4d",
139
139
  "red-orange-70": "#ff8a6e",
140
140
  "red-orange-75": "#ffa58b",
141
- "red-orange-80": "#ffb4a2",
142
- "red-orange-85": "#ffcdb7",
143
- "red-orange-90": "#ffd9d2",
144
- "red-orange-95": "#ffede8",
141
+ "red-orange-80": "#ffb9a2",
142
+ "red-orange-85": "#ffc9b7",
143
+ "red-orange-90": "#ffddd2",
144
+ "red-orange-95": "#ffefea",
145
145
  "red-orange-99": "#fffcfb",
146
146
  "deep-orange-5": "#1a0b06",
147
147
  "deep-orange-10": "#33160d",
148
148
  "deep-orange-15": "#4a2114",
149
- "deep-orange-20": "#662c1a",
150
- "deep-orange-25": "#80361f",
151
- "deep-orange-30": "#b43e1a",
152
- "deep-orange-35": "#cd4b1e",
153
- "deep-orange-40": "#ea561e",
149
+ "deep-orange-20": "#76270f",
150
+ "deep-orange-25": "#a4310e",
151
+ "deep-orange-30": "#dc4509",
152
+ "deep-orange-35": "#f0570a",
153
+ "deep-orange-40": "#ff6205",
154
154
  "deep-orange-45": "#ff6224",
155
155
  "deep-orange-50": "#ff6e42",
156
- "deep-orange-55": "#ff7f54",
157
- "deep-orange-60": "#ff8b67",
158
- "deep-orange-65": "#ff9a77",
159
- "deep-orange-70": "#ffa88d",
156
+ "deep-orange-55": "#ff844f",
157
+ "deep-orange-60": "#ff8c57",
158
+ "deep-orange-65": "#ff976b",
159
+ "deep-orange-70": "#ffad8d",
160
160
  "deep-orange-75": "#ffb8a0",
161
161
  "deep-orange-80": "#ffc5b3",
162
162
  "deep-orange-85": "#ffd3c6",
@@ -173,13 +173,13 @@
173
173
  "orange-40": "#934b01",
174
174
  "orange-45": "#a55401",
175
175
  "orange-50": "#b95f01",
176
- "orange-55": "#cb6600",
177
- "orange-60": "#e07400",
178
- "orange-65": "#f97f0b",
179
- "orange-70": "#ff8b1b",
176
+ "orange-55": "#d66c00",
177
+ "orange-60": "#eb7900",
178
+ "orange-65": "#ff7f05",
179
+ "orange-70": "#ff8d1f",
180
180
  "orange-75": "#ff9d4c",
181
181
  "orange-80": "#ffb77f",
182
- "orange-85": "#ffcfa1",
182
+ "orange-85": "#ffcba3",
183
183
  "orange-90": "#ffdcc3",
184
184
  "orange-95": "#ffede0",
185
185
  "orange-99": "#fffdfb",
@@ -194,15 +194,15 @@
194
194
  "yellow-45": "#866500",
195
195
  "yellow-50": "#967101",
196
196
  "yellow-55": "#a87f00",
197
- "yellow-60": "#b48b00",
198
- "yellow-65": "#d09f02",
197
+ "yellow-60": "#be9004",
198
+ "yellow-65": "#d8a304",
199
199
  "yellow-70": "#eeb404",
200
- "yellow-75": "#f9bf16",
200
+ "yellow-75": "#ffc20f",
201
201
  "yellow-80": "#ffca28",
202
202
  "yellow-85": "#ffdc59",
203
- "yellow-90": "#ffdf8b",
204
- "yellow-95": "#feefca",
205
- "yellow-99": "#fffdf2",
203
+ "yellow-90": "#ffe999",
204
+ "yellow-95": "#fff4cc",
205
+ "yellow-99": "#fffbeb",
206
206
  "yellow-green-5": "#090f06",
207
207
  "yellow-green-10": "#121f0c",
208
208
  "yellow-green-15": "#1b2f11",
@@ -212,8 +212,8 @@
212
212
  "yellow-green-35": "#316d15",
213
213
  "yellow-green-40": "#287d00",
214
214
  "yellow-green-45": "#529233",
215
- "yellow-green-50": "#5b9a3a",
216
- "yellow-green-55": "#659b40",
215
+ "yellow-green-50": "#4a9726",
216
+ "yellow-green-55": "#5ca834",
217
217
  "yellow-green-60": "#6fb946",
218
218
  "yellow-green-65": "#7cc155",
219
219
  "yellow-green-70": "#86c465",
@@ -224,8 +224,8 @@
224
224
  "yellow-green-95": "#ddf6cf",
225
225
  "yellow-green-99": "#fbfff2",
226
226
  "green-5": "#03130b",
227
- "green-10": "#062516",
228
- "green-15": "#041e13",
227
+ "green-10": "#041e13",
228
+ "green-15": "#002e19",
229
229
  "green-20": "#013920",
230
230
  "green-25": "#014225",
231
231
  "green-30": "#005231",
@@ -239,17 +239,17 @@
239
239
  "green-70": "#46bf85",
240
240
  "green-75": "#51c894",
241
241
  "green-80": "#5cd59b",
242
- "green-85": "#89e6b8",
243
- "green-90": "#adf5d3",
242
+ "green-85": "#8cdeb1",
243
+ "green-90": "#bcf0d3",
244
244
  "green-95": "#d9f6e6",
245
- "green-99": "#f2fffe",
245
+ "green-99": "#f3fcf7",
246
246
  "mint-green-5": "#06130e",
247
247
  "mint-green-10": "#0c261d",
248
- "mint-green-15": "#101f18",
248
+ "mint-green-15": "#0b4233",
249
249
  "mint-green-20": "#184c3b",
250
- "mint-green-25": "#1c6148",
251
- "mint-green-30": "#247258",
252
- "mint-green-35": "#2c8470",
250
+ "mint-green-25": "#185d48",
251
+ "mint-green-30": "#216e58",
252
+ "mint-green-35": "#2c846d",
253
253
  "mint-green-40": "#309876",
254
254
  "mint-green-45": "#37ac85",
255
255
  "mint-green-50": "#3dbf94",
@@ -291,15 +291,15 @@
291
291
  "blue-green-30": "#155364",
292
292
  "blue-green-35": "#0c6e81",
293
293
  "blue-green-40": "#00829e",
294
- "blue-green-45": "#1898a6",
295
- "blue-green-50": "#3191ab",
296
- "blue-green-55": "#42a0b5",
297
- "blue-green-60": "#54aec7",
298
- "blue-green-65": "#60bbd0",
299
- "blue-green-70": "#6bbed6",
300
- "blue-green-75": "#8dd1e4",
301
- "blue-green-80": "#a8e1f4",
302
- "blue-green-85": "#c1eff8",
294
+ "blue-green-45": "#158da8",
295
+ "blue-green-50": "#1496b3",
296
+ "blue-green-55": "#13a3c3",
297
+ "blue-green-60": "#10add1",
298
+ "blue-green-65": "#21badd",
299
+ "blue-green-70": "#5acde6",
300
+ "blue-green-75": "#78d9ef",
301
+ "blue-green-80": "#93e6f8",
302
+ "blue-green-85": "#baeef9",
303
303
  "blue-green-90": "#daf5fd",
304
304
  "blue-green-95": "#eafaff",
305
305
  "blue-green-99": "#f9fdff",
@@ -316,23 +316,23 @@
316
316
  "sky-blue-55": "#018bd6",
317
317
  "sky-blue-60": "#0397e9",
318
318
  "sky-blue-65": "#26a5f2",
319
- "sky-blue-70": "#4eb2ff",
320
- "sky-blue-75": "#72c1ff",
321
- "sky-blue-80": "#96cbff",
322
- "sky-blue-85": "#b2d8ff",
323
- "sky-blue-90": "#cee5fe",
324
- "sky-blue-95": "#e8f2ff",
325
- "sky-blue-99": "#f2faff",
319
+ "sky-blue-70": "#25b6ff",
320
+ "sky-blue-75": "#5cc0ff",
321
+ "sky-blue-80": "#80d0ff",
322
+ "sky-blue-85": "#b2dfff",
323
+ "sky-blue-90": "#cdeafe",
324
+ "sky-blue-95": "#e0f3ff",
325
+ "sky-blue-99": "#f0f9ff",
326
326
  "cobalt-blue-5": "#11142c",
327
327
  "cobalt-blue-10": "#232959",
328
- "cobalt-blue-15": "#2c328c",
329
- "cobalt-blue-20": "#343d85",
328
+ "cobalt-blue-15": "#282c66",
329
+ "cobalt-blue-20": "#353485",
330
330
  "cobalt-blue-25": "#3f489f",
331
331
  "cobalt-blue-30": "#4a57bf",
332
332
  "cobalt-blue-35": "#4e61d8",
333
333
  "cobalt-blue-40": "#5266f8",
334
- "cobalt-blue-45": "#5c73f7",
335
- "cobalt-blue-50": "#6c7dfc",
334
+ "cobalt-blue-45": "#5d70ff",
335
+ "cobalt-blue-50": "#6679ff",
336
336
  "cobalt-blue-55": "#768aff",
337
337
  "cobalt-blue-60": "#8593ff",
338
338
  "cobalt-blue-65": "#9eaaff",
@@ -343,66 +343,66 @@
343
343
  "cobalt-blue-90": "#e0e4ff",
344
344
  "cobalt-blue-95": "#eaedff",
345
345
  "cobalt-blue-99": "#f7f8ff",
346
- "navy-5": "#030d19",
347
- "navy-10": "#051a32",
348
- "navy-15": "#101f3c",
349
- "navy-20": "#192b46",
350
- "navy-25": "#21354f",
351
- "navy-30": "#2b3e5b",
352
- "navy-35": "#374a68",
353
- "navy-40": "#405474",
354
- "navy-45": "#4d6182",
355
- "navy-50": "#576d8f",
356
- "navy-55": "#647e9f",
357
- "navy-60": "#7187ac",
358
- "navy-65": "#7e95b9",
359
- "navy-70": "#8ba2ca",
360
- "navy-75": "#9db4d6",
361
- "navy-80": "#a8c0e9",
362
- "navy-85": "#c3d3f4",
363
- "navy-90": "#d8e6fe",
364
- "navy-95": "#e8effe",
365
- "navy-99": "#fcfcff",
346
+ "navy-5": "#000d1b",
347
+ "navy-10": "#001a34",
348
+ "navy-15": "#001e3d",
349
+ "navy-20": "#102947",
350
+ "navy-25": "#18324f",
351
+ "navy-30": "#223b5b",
352
+ "navy-35": "#2e4668",
353
+ "navy-40": "#375075",
354
+ "navy-45": "#455e85",
355
+ "navy-50": "#506c94",
356
+ "navy-55": "#5f7da7",
357
+ "navy-60": "#6d8ab7",
358
+ "navy-65": "#7b99c6",
359
+ "navy-70": "#8aaad6",
360
+ "navy-75": "#99b8e5",
361
+ "navy-80": "#aac8f2",
362
+ "navy-85": "#c6daf6",
363
+ "navy-90": "#d4e3f7",
364
+ "navy-95": "#e4eefc",
365
+ "navy-99": "#f5f9ff",
366
366
  "violet-5": "#0e0031",
367
- "violet-10": "#1b0063",
368
- "violet-15": "#260082",
369
- "violet-20": "#30009b",
370
- "violet-25": "#3a12ad",
371
- "violet-30": "#4925b9",
372
- "violet-35": "#5437c5",
373
- "violet-40": "#6243d2",
374
- "violet-45": "#6f51df",
375
- "violet-50": "#7a5eed",
376
- "violet-55": "#8b6eff",
377
- "violet-60": "#967cff",
378
- "violet-65": "#a89afe",
379
- "violet-70": "#b19efe",
367
+ "violet-10": "#300054",
368
+ "violet-15": "#3d0072",
369
+ "violet-20": "#48008a",
370
+ "violet-25": "#51009b",
371
+ "violet-30": "#5e20a7",
372
+ "violet-35": "#7c09e1",
373
+ "violet-40": "#8b00f5",
374
+ "violet-45": "#8227ff",
375
+ "violet-50": "#9a00ff",
376
+ "violet-55": "#964aff",
377
+ "violet-60": "#7a5eed",
378
+ "violet-65": "#957aff",
379
+ "violet-70": "#a89afe",
380
380
  "violet-75": "#c4b8ff",
381
- "violet-80": "#ccbdff",
382
- "violet-85": "#d7d3ff",
383
- "violet-90": "#e7ddff",
384
- "violet-95": "#f5edff",
385
- "violet-99": "#fdfbff",
381
+ "violet-80": "#ccc2ff",
382
+ "violet-85": "#d7ccff",
383
+ "violet-90": "#dfd6ff",
384
+ "violet-95": "#ece5ff",
385
+ "violet-99": "#f7f5ff",
386
386
  "purple-5": "#1b0021",
387
387
  "purple-10": "#350042",
388
- "purple-15": "#450055",
389
- "purple-20": "#560069",
390
- "purple-25": "#67007b",
391
- "purple-30": "#790093",
392
- "purple-35": "#8b0da2",
393
- "purple-40": "#9a22b2",
394
- "purple-45": "#a932c0",
395
- "purple-50": "#b642cd",
396
- "purple-55": "#c84eda",
397
- "purple-60": "#d35eea",
398
- "purple-65": "#e26efa",
399
- "purple-70": "#ef7eff",
400
- "purple-75": "#f494ff",
401
- "purple-80": "#f9aaff",
402
- "purple-85": "#fdcfff",
403
- "purple-90": "#ffd5ff",
404
- "purple-95": "#feeafe",
405
- "purple-99": "#fefbff",
388
+ "purple-15": "#4d005f",
389
+ "purple-20": "#63017a",
390
+ "purple-25": "#6f0186",
391
+ "purple-30": "#8003a0",
392
+ "purple-35": "#9417b0",
393
+ "purple-40": "#aa27ca",
394
+ "purple-45": "#b132db",
395
+ "purple-50": "#b432f5",
396
+ "purple-55": "#c146f1",
397
+ "purple-60": "#cd55f1",
398
+ "purple-65": "#e370fb",
399
+ "purple-70": "#ec7eff",
400
+ "purple-75": "#f194ff",
401
+ "purple-80": "#f8aaff",
402
+ "purple-85": "#fac7ff",
403
+ "purple-90": "#f5e3ff",
404
+ "purple-95": "#f9edff",
405
+ "purple-99": "#fdf8ff",
406
406
  "heritage-red-5": "#20000c",
407
407
  "heritage-red-10": "#400017",
408
408
  "heritage-red-15": "#530021",
@@ -412,8 +412,8 @@
412
412
  "heritage-red-35": "#a50034",
413
413
  "heritage-red-40": "#c00045",
414
414
  "heritage-red-45": "#d91757",
415
- "heritage-red-50": "#db3265",
416
- "heritage-red-55": "#ed3f76",
415
+ "heritage-red-50": "#e82c64",
416
+ "heritage-red-55": "#f03d72",
417
417
  "heritage-red-60": "#fe4e87",
418
418
  "heritage-red-65": "#ff6997",
419
419
  "heritage-red-70": "#ff84a6",
@@ -435,7 +435,7 @@
435
435
  "red-brown-50": "#bb5a50",
436
436
  "red-brown-55": "#cb685a",
437
437
  "red-brown-60": "#d97167",
438
- "red-brown-65": "#e98973",
438
+ "red-brown-65": "#eb7a70",
439
439
  "red-brown-70": "#fa8b80",
440
440
  "red-brown-75": "#ff9d92",
441
441
  "red-brown-80": "#ffb4a9",
@@ -462,7 +462,67 @@
462
462
  "brown-85": "#f1cabc",
463
463
  "brown-90": "#ffdbcd",
464
464
  "brown-95": "#ffede6",
465
- "brown-99": "#fcfcfc"
465
+ "brown-99": "#fffbfa",
466
+ "sand-gray-5": "#1b1b1b",
467
+ "sand-gray-10": "#212121",
468
+ "sand-gray-15": "#202020",
469
+ "sand-gray-20": "#232323",
470
+ "sand-gray-25": "#282828",
471
+ "sand-gray-30": "#3c3c3c",
472
+ "sand-gray-35": "#3e3d3c",
473
+ "sand-gray-40": "#575757",
474
+ "sand-gray-45": "#5b5a58",
475
+ "sand-gray-50": "#706e6b",
476
+ "sand-gray-55": "#858585",
477
+ "sand-gray-60": "#949393",
478
+ "sand-gray-65": "#a7a7a7",
479
+ "sand-gray-70": "#a8a6a2",
480
+ "sand-gray-75": "#c0bdb7",
481
+ "sand-gray-80": "#d5d2cd",
482
+ "sand-gray-85": "#e9e6e1",
483
+ "sand-gray-90": "#e8e6e2",
484
+ "sand-gray-95": "#f3f1ee",
485
+ "sand-gray-99": "#fbfbfb",
486
+ "mid-blue-5": "#030a1c",
487
+ "mid-blue-10": "#071536",
488
+ "mid-blue-15": "#0b1f4c",
489
+ "mid-blue-20": "#102960",
490
+ "mid-blue-25": "#153575",
491
+ "mid-blue-30": "#1a3f89",
492
+ "mid-blue-35": "#1f4b9e",
493
+ "mid-blue-40": "#1e54b8",
494
+ "mid-blue-45": "#1a5fd5",
495
+ "mid-blue-50": "#1d69ed",
496
+ "mid-blue-55": "#317af6",
497
+ "mid-blue-60": "#4a8bfb",
498
+ "mid-blue-65": "#629dff",
499
+ "mid-blue-70": "#84b5ff",
500
+ "mid-blue-75": "#99c3ff",
501
+ "mid-blue-80": "#adcfff",
502
+ "mid-blue-85": "#c2dbff",
503
+ "mid-blue-90": "#d4e7ff",
504
+ "mid-blue-95": "#e4effd",
505
+ "mid-blue-99": "#f7fafd",
506
+ "magenta-pink-5": "#220425",
507
+ "magenta-pink-10": "#3d0542",
508
+ "magenta-pink-15": "#59075f",
509
+ "magenta-pink-20": "#74097b",
510
+ "magenta-pink-25": "#8e0b98",
511
+ "magenta-pink-30": "#ac0eb4",
512
+ "magenta-pink-35": "#cc10d5",
513
+ "magenta-pink-40": "#e51dee",
514
+ "magenta-pink-45": "#f914eb",
515
+ "magenta-pink-50": "#ff21d3",
516
+ "magenta-pink-55": "#ff3dd8",
517
+ "magenta-pink-60": "#fc59dc",
518
+ "magenta-pink-65": "#fb74e0",
519
+ "magenta-pink-70": "#f98ae3",
520
+ "magenta-pink-75": "#f99fe7",
521
+ "magenta-pink-80": "#f9b4eb",
522
+ "magenta-pink-85": "#f9c7ef",
523
+ "magenta-pink-90": "#fbdbf4",
524
+ "magenta-pink-95": "#fce9f8",
525
+ "magenta-pink-99": "#fdf4fb"
466
526
  }
467
527
  }
468
528
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "primitive": {
3
+ "effect-0": "0px",
4
+ "effect-1": "1px",
5
+ "effect-2": "2px",
6
+ "effect-3": "3px",
7
+ "effect-4": "4px",
8
+ "effect-5": "5px",
9
+ "effect-6": "6px",
10
+ "effect-7": "7px",
11
+ "effect-8": "8px",
12
+ "effect-9": "9px",
13
+ "effect-10": "10px",
14
+ "effect-12": "12px",
15
+ "effect-14": "14px",
16
+ "effect-16": "16px",
17
+ "effect-18": "18px",
18
+ "effect-20": "20px",
19
+ "effect-40": "40px",
20
+ "effect-60": "60px",
21
+ "effect-80": "80px",
22
+ "effect-100": "100px"
23
+ }
24
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "primitive": {
3
+ "opacity-a0": 0,
4
+ "opacity-a10": 0.1,
5
+ "opacity-a20": 0.2,
6
+ "opacity-a30": 0.3,
7
+ "opacity-a40": 0.4,
8
+ "opacity-a50": 0.5,
9
+ "opacity-a60": 0.6,
10
+ "opacity-a70": 0.7,
11
+ "opacity-a80": 0.8,
12
+ "opacity-a90": 0.9
13
+ }
14
+ }
@@ -6,7 +6,9 @@
6
6
  "radius-8": "8px",
7
7
  "radius-10": "10px",
8
8
  "radius-12": "12px",
9
+ "radius-14": "14px",
9
10
  "radius-16": "16px",
11
+ "radius-18": "18px",
10
12
  "radius-20": "20px",
11
13
  "radius-24": "24px",
12
14
  "radius-28": "28px",
@@ -14,11 +16,23 @@
14
16
  "radius-32": "32px",
15
17
  "radius-36": "36px",
16
18
  "radius-40": "40px",
19
+ "radius-42": "42px",
17
20
  "radius-44": "44px",
18
21
  "radius-48": "48px",
22
+ "radius-52": "52px",
19
23
  "radius-54": "54px",
24
+ "radius-56": "56px",
20
25
  "radius-60": "60px",
26
+ "radius-66": "66px",
27
+ "radius-72": "72px",
28
+ "radius-78": "78px",
29
+ "radius-84": "84px",
30
+ "radius-90": "90px",
31
+ "radius-96": "96px",
32
+ "radius-102": "102px",
21
33
  "radius-108": "108px",
34
+ "radius-114": "114px",
35
+ "radius-120": "120px",
22
36
  "radius-999": "999px"
23
37
  }
24
38
  }
@@ -19,33 +19,47 @@
19
19
  "spacing-42": "42px",
20
20
  "spacing-44": "44px",
21
21
  "spacing-48": "48px",
22
- "spacing-50": "50px",
22
+ "spacing-52": "52px",
23
23
  "spacing-54": "54px",
24
24
  "spacing-56": "56px",
25
25
  "spacing-60": "60px",
26
26
  "spacing-64": "64px",
27
27
  "spacing-66": "66px",
28
+ "spacing-68": "68px",
28
29
  "spacing-72": "72px",
30
+ "spacing-76": "76px",
31
+ "spacing-78": "78px",
29
32
  "spacing-80": "80px",
30
33
  "spacing-84": "84px",
34
+ "spacing-88": "88px",
31
35
  "spacing-90": "90px",
32
36
  "spacing-92": "92px",
33
37
  "spacing-96": "96px",
34
38
  "spacing-100": "100px",
35
39
  "spacing-102": "102px",
40
+ "spacing-104": "104px",
36
41
  "spacing-108": "108px",
42
+ "spacing-112": "112px",
43
+ "spacing-114": "114px",
44
+ "spacing-116": "116px",
37
45
  "spacing-120": "120px",
38
46
  "spacing-132": "132px",
39
47
  "spacing-144": "144px",
40
48
  "spacing-156": "156px",
41
- "spacing-160": "160px",
42
49
  "spacing-168": "168px",
50
+ "spacing-178": "178px",
43
51
  "spacing-180": "180px",
52
+ "spacing-192": "192px",
53
+ "spacing-194": "194px",
54
+ "spacing-198": "198px",
44
55
  "spacing-204": "204px",
56
+ "spacing-216": "216px",
45
57
  "spacing-228": "228px",
46
58
  "spacing-240": "240px",
47
59
  "spacing-252": "252px",
60
+ "spacing-264": "264px",
48
61
  "spacing-276": "276px",
62
+ "spacing-288": "288px",
49
63
  "spacing-300": "300px",
50
64
  "spacing-324": "324px",
51
65
  "spacing-348": "348px",