@esri/calcite-design-tokens 3.1.1-next.0 → 3.2.0-next.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.
- package/dist/css/core.css +2 -2
- package/dist/css/dark.css +3 -2
- package/dist/css/global.css +2 -2
- package/dist/css/index.css +12 -7
- package/dist/css/light.css +2 -1
- package/dist/css/semantic.css +22 -22
- package/dist/docs/core.json +1278 -1319
- package/dist/docs/dark.json +127 -90
- package/dist/docs/global.json +571 -484
- package/dist/docs/light.json +126 -89
- package/dist/docs/semantic.json +333 -283
- package/dist/es6/core.js +2 -2
- package/dist/es6/dark.d.ts +2 -0
- package/dist/es6/dark.js +3 -2
- package/dist/es6/global.d.ts +3 -1
- package/dist/es6/global.js +8 -4
- package/dist/es6/light.d.ts +2 -0
- package/dist/es6/light.js +2 -1
- package/dist/es6/semantic.d.ts +1 -1
- package/dist/es6/semantic.js +1 -1
- package/dist/js/core.js +1480 -806
- package/dist/js/dark.d.ts +2 -0
- package/dist/js/dark.js +141 -46
- package/dist/js/global.d.ts +1 -0
- package/dist/js/global.js +634 -372
- package/dist/js/light.d.ts +2 -0
- package/dist/js/light.js +140 -45
- package/dist/js/semantic.js +366 -208
- package/dist/scss/core.scss +2 -2
- package/dist/scss/dark.scss +3 -2
- package/dist/scss/global.scss +2 -2
- package/dist/scss/index.scss +5 -3
- package/dist/scss/light.scss +2 -1
- package/dist/scss/semantic.scss +22 -22
- package/package.json +3 -3
package/dist/docs/light.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1749583595312,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
+
"key": "{semantic.color.background.default}",
|
|
5
6
|
"value": "#f7f7f7",
|
|
6
7
|
"type": "color",
|
|
7
8
|
"attributes": {
|
|
@@ -25,10 +26,10 @@
|
|
|
25
26
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
26
27
|
"isSource": true,
|
|
27
28
|
"name": "Color Background",
|
|
28
|
-
"path": ["semantic", "color", "background", "default"]
|
|
29
|
-
"key": "{semantic.color.background.default}"
|
|
29
|
+
"path": ["semantic", "color", "background", "default"]
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
+
"key": "{semantic.color.background.none}",
|
|
32
33
|
"value": "rgba(255, 255, 255, 0)",
|
|
33
34
|
"type": "color",
|
|
34
35
|
"attributes": {
|
|
@@ -52,10 +53,10 @@
|
|
|
52
53
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
53
54
|
"isSource": true,
|
|
54
55
|
"name": "Color Background None",
|
|
55
|
-
"path": ["semantic", "color", "background", "none"]
|
|
56
|
-
"key": "{semantic.color.background.none}"
|
|
56
|
+
"path": ["semantic", "color", "background", "none"]
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
+
"key": "{semantic.color.foreground.1}",
|
|
59
60
|
"value": "#ffffff",
|
|
60
61
|
"type": "color",
|
|
61
62
|
"attributes": {
|
|
@@ -79,10 +80,10 @@
|
|
|
79
80
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
80
81
|
"isSource": true,
|
|
81
82
|
"name": "Color Foreground 1",
|
|
82
|
-
"path": ["semantic", "color", "foreground", "1"]
|
|
83
|
-
"key": "{semantic.color.foreground.1}"
|
|
83
|
+
"path": ["semantic", "color", "foreground", "1"]
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
+
"key": "{semantic.color.foreground.2}",
|
|
86
87
|
"value": "#f2f2f2",
|
|
87
88
|
"type": "color",
|
|
88
89
|
"attributes": {
|
|
@@ -106,10 +107,10 @@
|
|
|
106
107
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
107
108
|
"isSource": true,
|
|
108
109
|
"name": "Color Foreground 2",
|
|
109
|
-
"path": ["semantic", "color", "foreground", "2"]
|
|
110
|
-
"key": "{semantic.color.foreground.2}"
|
|
110
|
+
"path": ["semantic", "color", "foreground", "2"]
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
+
"key": "{semantic.color.foreground.3}",
|
|
113
114
|
"value": "#ebebeb",
|
|
114
115
|
"type": "color",
|
|
115
116
|
"attributes": {
|
|
@@ -133,17 +134,25 @@
|
|
|
133
134
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
134
135
|
"isSource": true,
|
|
135
136
|
"name": "Color Foreground 3",
|
|
136
|
-
"path": ["semantic", "color", "foreground", "3"]
|
|
137
|
-
"key": "{semantic.color.foreground.3}"
|
|
137
|
+
"path": ["semantic", "color", "foreground", "3"]
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"
|
|
140
|
+
"key": "{semantic.color.foreground.current}",
|
|
141
|
+
"value": "#d6efff",
|
|
141
142
|
"type": "color",
|
|
142
143
|
"attributes": {
|
|
143
144
|
"category": "color",
|
|
144
145
|
"type": "color",
|
|
145
146
|
"item": "foreground",
|
|
146
147
|
"subitem": "current",
|
|
148
|
+
"value": "#d6efff",
|
|
149
|
+
"description": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
150
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
151
|
+
"isSource": true,
|
|
152
|
+
"key": "{semantic.color.foreground.current}",
|
|
153
|
+
"name": "calcite-semantic-color-foreground-current",
|
|
154
|
+
"path": ["semantic", "color", "foreground", "current"],
|
|
155
|
+
"comment": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
147
156
|
"names": {
|
|
148
157
|
"scss": "$calcite-color-foreground-current",
|
|
149
158
|
"css": "var(--calcite-color-foreground-current)",
|
|
@@ -157,13 +166,42 @@
|
|
|
157
166
|
"type": "color"
|
|
158
167
|
}
|
|
159
168
|
},
|
|
169
|
+
"description": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
160
170
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
161
171
|
"isSource": true,
|
|
162
172
|
"name": "Color Foreground Current",
|
|
163
173
|
"path": ["semantic", "color", "foreground", "current"],
|
|
164
|
-
"
|
|
174
|
+
"comment": "deprecated, use --calcite-color-foreground-highlight instead"
|
|
165
175
|
},
|
|
166
176
|
{
|
|
177
|
+
"key": "{semantic.color.foreground.highlight}",
|
|
178
|
+
"value": "#d6efff",
|
|
179
|
+
"type": "color",
|
|
180
|
+
"attributes": {
|
|
181
|
+
"category": "color",
|
|
182
|
+
"type": "color",
|
|
183
|
+
"item": "foreground",
|
|
184
|
+
"subitem": "highlight",
|
|
185
|
+
"names": {
|
|
186
|
+
"scss": "$calcite-color-foreground-highlight",
|
|
187
|
+
"css": "var(--calcite-color-foreground-highlight)",
|
|
188
|
+
"js": "semantic.color.foreground.highlight",
|
|
189
|
+
"docs": "semantic.color.foreground.highlight",
|
|
190
|
+
"es6": "calciteColorForegroundHighlight"
|
|
191
|
+
},
|
|
192
|
+
"calcite-schema": {
|
|
193
|
+
"system": "calcite",
|
|
194
|
+
"tier": "color",
|
|
195
|
+
"type": "color"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
199
|
+
"isSource": true,
|
|
200
|
+
"name": "Color Foreground Highlight",
|
|
201
|
+
"path": ["semantic", "color", "foreground", "highlight"]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"key": "{semantic.color.transparent.default.default}",
|
|
167
205
|
"value": "rgba(0, 0, 0, 0)",
|
|
168
206
|
"type": "color",
|
|
169
207
|
"attributes": {
|
|
@@ -188,10 +226,10 @@
|
|
|
188
226
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
189
227
|
"isSource": true,
|
|
190
228
|
"name": "Color Transparent",
|
|
191
|
-
"path": ["semantic", "color", "transparent", "default", "default"]
|
|
192
|
-
"key": "{semantic.color.transparent.default.default}"
|
|
229
|
+
"path": ["semantic", "color", "transparent", "default", "default"]
|
|
193
230
|
},
|
|
194
231
|
{
|
|
232
|
+
"key": "{semantic.color.transparent.default.hover}",
|
|
195
233
|
"value": "rgba(0, 0, 0, 0.04)",
|
|
196
234
|
"type": "color",
|
|
197
235
|
"attributes": {
|
|
@@ -216,10 +254,10 @@
|
|
|
216
254
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
217
255
|
"isSource": true,
|
|
218
256
|
"name": "Color Transparent Hover",
|
|
219
|
-
"path": ["semantic", "color", "transparent", "default", "hover"]
|
|
220
|
-
"key": "{semantic.color.transparent.default.hover}"
|
|
257
|
+
"path": ["semantic", "color", "transparent", "default", "hover"]
|
|
221
258
|
},
|
|
222
259
|
{
|
|
260
|
+
"key": "{semantic.color.transparent.default.press}",
|
|
223
261
|
"value": "rgba(0, 0, 0, 0.08)",
|
|
224
262
|
"type": "color",
|
|
225
263
|
"attributes": {
|
|
@@ -244,10 +282,10 @@
|
|
|
244
282
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
245
283
|
"isSource": true,
|
|
246
284
|
"name": "Color Transparent Press",
|
|
247
|
-
"path": ["semantic", "color", "transparent", "default", "press"]
|
|
248
|
-
"key": "{semantic.color.transparent.default.press}"
|
|
285
|
+
"path": ["semantic", "color", "transparent", "default", "press"]
|
|
249
286
|
},
|
|
250
287
|
{
|
|
288
|
+
"key": "{semantic.color.transparent.inverse.hover}",
|
|
251
289
|
"value": "rgba(255, 255, 255, 0.12)",
|
|
252
290
|
"type": "color",
|
|
253
291
|
"attributes": {
|
|
@@ -272,10 +310,10 @@
|
|
|
272
310
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
273
311
|
"isSource": true,
|
|
274
312
|
"name": "Color Transparent Inverse Hover",
|
|
275
|
-
"path": ["semantic", "color", "transparent", "inverse", "hover"]
|
|
276
|
-
"key": "{semantic.color.transparent.inverse.hover}"
|
|
313
|
+
"path": ["semantic", "color", "transparent", "inverse", "hover"]
|
|
277
314
|
},
|
|
278
315
|
{
|
|
316
|
+
"key": "{semantic.color.transparent.inverse.press}",
|
|
279
317
|
"value": "rgba(255, 255, 255, 0.16)",
|
|
280
318
|
"type": "color",
|
|
281
319
|
"attributes": {
|
|
@@ -300,10 +338,10 @@
|
|
|
300
338
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
301
339
|
"isSource": true,
|
|
302
340
|
"name": "Color Transparent Inverse Press",
|
|
303
|
-
"path": ["semantic", "color", "transparent", "inverse", "press"]
|
|
304
|
-
"key": "{semantic.color.transparent.inverse.press}"
|
|
341
|
+
"path": ["semantic", "color", "transparent", "inverse", "press"]
|
|
305
342
|
},
|
|
306
343
|
{
|
|
344
|
+
"key": "{semantic.color.transparent.scrim}",
|
|
307
345
|
"value": "rgba(255, 255, 255, 0.85)",
|
|
308
346
|
"type": "color",
|
|
309
347
|
"attributes": {
|
|
@@ -327,10 +365,10 @@
|
|
|
327
365
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
328
366
|
"isSource": true,
|
|
329
367
|
"name": "Color Transparent Scrim",
|
|
330
|
-
"path": ["semantic", "color", "transparent", "scrim"]
|
|
331
|
-
"key": "{semantic.color.transparent.scrim}"
|
|
368
|
+
"path": ["semantic", "color", "transparent", "scrim"]
|
|
332
369
|
},
|
|
333
370
|
{
|
|
371
|
+
"key": "{semantic.color.transparent.tint}",
|
|
334
372
|
"value": "rgba(255, 255, 255, 0.8)",
|
|
335
373
|
"type": "color",
|
|
336
374
|
"attributes": {
|
|
@@ -354,10 +392,10 @@
|
|
|
354
392
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
355
393
|
"isSource": true,
|
|
356
394
|
"name": "Color Transparent Tint",
|
|
357
|
-
"path": ["semantic", "color", "transparent", "tint"]
|
|
358
|
-
"key": "{semantic.color.transparent.tint}"
|
|
395
|
+
"path": ["semantic", "color", "transparent", "tint"]
|
|
359
396
|
},
|
|
360
397
|
{
|
|
398
|
+
"key": "{semantic.color.brand.default.default}",
|
|
361
399
|
"value": "#007ac2",
|
|
362
400
|
"type": "color",
|
|
363
401
|
"attributes": {
|
|
@@ -382,10 +420,10 @@
|
|
|
382
420
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
383
421
|
"isSource": true,
|
|
384
422
|
"name": "Color Brand",
|
|
385
|
-
"path": ["semantic", "color", "brand", "default", "default"]
|
|
386
|
-
"key": "{semantic.color.brand.default.default}"
|
|
423
|
+
"path": ["semantic", "color", "brand", "default", "default"]
|
|
387
424
|
},
|
|
388
425
|
{
|
|
426
|
+
"key": "{semantic.color.brand.default.hover}",
|
|
389
427
|
"value": "#00619b",
|
|
390
428
|
"type": "color",
|
|
391
429
|
"attributes": {
|
|
@@ -410,10 +448,10 @@
|
|
|
410
448
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
411
449
|
"isSource": true,
|
|
412
450
|
"name": "Color Brand Hover",
|
|
413
|
-
"path": ["semantic", "color", "brand", "default", "hover"]
|
|
414
|
-
"key": "{semantic.color.brand.default.hover}"
|
|
451
|
+
"path": ["semantic", "color", "brand", "default", "hover"]
|
|
415
452
|
},
|
|
416
453
|
{
|
|
454
|
+
"key": "{semantic.color.brand.default.press}",
|
|
417
455
|
"value": "#004874",
|
|
418
456
|
"type": "color",
|
|
419
457
|
"attributes": {
|
|
@@ -438,10 +476,10 @@
|
|
|
438
476
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
439
477
|
"isSource": true,
|
|
440
478
|
"name": "Color Brand Press",
|
|
441
|
-
"path": ["semantic", "color", "brand", "default", "press"]
|
|
442
|
-
"key": "{semantic.color.brand.default.press}"
|
|
479
|
+
"path": ["semantic", "color", "brand", "default", "press"]
|
|
443
480
|
},
|
|
444
481
|
{
|
|
482
|
+
"key": "{semantic.color.brand.underline}",
|
|
445
483
|
"type": "color",
|
|
446
484
|
"value": "rgba(0, 97, 155, 0.4)",
|
|
447
485
|
"attributes": {
|
|
@@ -465,10 +503,10 @@
|
|
|
465
503
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
466
504
|
"isSource": true,
|
|
467
505
|
"name": "Color Brand Underline",
|
|
468
|
-
"path": ["semantic", "color", "brand", "underline"]
|
|
469
|
-
"key": "{semantic.color.brand.underline}"
|
|
506
|
+
"path": ["semantic", "color", "brand", "underline"]
|
|
470
507
|
},
|
|
471
508
|
{
|
|
509
|
+
"key": "{semantic.color.status.info.default}",
|
|
472
510
|
"value": "#00619b",
|
|
473
511
|
"type": "color",
|
|
474
512
|
"attributes": {
|
|
@@ -493,10 +531,10 @@
|
|
|
493
531
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
494
532
|
"isSource": true,
|
|
495
533
|
"name": "Color Status Info",
|
|
496
|
-
"path": ["semantic", "color", "status", "info", "default"]
|
|
497
|
-
"key": "{semantic.color.status.info.default}"
|
|
534
|
+
"path": ["semantic", "color", "status", "info", "default"]
|
|
498
535
|
},
|
|
499
536
|
{
|
|
537
|
+
"key": "{semantic.color.status.info.hover}",
|
|
500
538
|
"value": "#004874",
|
|
501
539
|
"type": "color",
|
|
502
540
|
"attributes": {
|
|
@@ -521,10 +559,10 @@
|
|
|
521
559
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
522
560
|
"isSource": true,
|
|
523
561
|
"name": "Color Status Info Hover",
|
|
524
|
-
"path": ["semantic", "color", "status", "info", "hover"]
|
|
525
|
-
"key": "{semantic.color.status.info.hover}"
|
|
562
|
+
"path": ["semantic", "color", "status", "info", "hover"]
|
|
526
563
|
},
|
|
527
564
|
{
|
|
565
|
+
"key": "{semantic.color.status.info.press}",
|
|
528
566
|
"value": "#00304d",
|
|
529
567
|
"type": "color",
|
|
530
568
|
"attributes": {
|
|
@@ -549,10 +587,10 @@
|
|
|
549
587
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
550
588
|
"isSource": true,
|
|
551
589
|
"name": "Color Status Info Press",
|
|
552
|
-
"path": ["semantic", "color", "status", "info", "press"]
|
|
553
|
-
"key": "{semantic.color.status.info.press}"
|
|
590
|
+
"path": ["semantic", "color", "status", "info", "press"]
|
|
554
591
|
},
|
|
555
592
|
{
|
|
593
|
+
"key": "{semantic.color.status.success.default}",
|
|
556
594
|
"value": "#35ac46",
|
|
557
595
|
"type": "color",
|
|
558
596
|
"attributes": {
|
|
@@ -577,10 +615,10 @@
|
|
|
577
615
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
578
616
|
"isSource": true,
|
|
579
617
|
"name": "Color Status Success",
|
|
580
|
-
"path": ["semantic", "color", "status", "success", "default"]
|
|
581
|
-
"key": "{semantic.color.status.success.default}"
|
|
618
|
+
"path": ["semantic", "color", "status", "success", "default"]
|
|
582
619
|
},
|
|
583
620
|
{
|
|
621
|
+
"key": "{semantic.color.status.success.hover}",
|
|
584
622
|
"value": "#288835",
|
|
585
623
|
"type": "color",
|
|
586
624
|
"attributes": {
|
|
@@ -605,10 +643,10 @@
|
|
|
605
643
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
606
644
|
"isSource": true,
|
|
607
645
|
"name": "Color Status Success Hover",
|
|
608
|
-
"path": ["semantic", "color", "status", "success", "hover"]
|
|
609
|
-
"key": "{semantic.color.status.success.hover}"
|
|
646
|
+
"path": ["semantic", "color", "status", "success", "hover"]
|
|
610
647
|
},
|
|
611
648
|
{
|
|
649
|
+
"key": "{semantic.color.status.success.press}",
|
|
612
650
|
"value": "#1a6324",
|
|
613
651
|
"type": "color",
|
|
614
652
|
"attributes": {
|
|
@@ -633,10 +671,10 @@
|
|
|
633
671
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
634
672
|
"isSource": true,
|
|
635
673
|
"name": "Color Status Success Press",
|
|
636
|
-
"path": ["semantic", "color", "status", "success", "press"]
|
|
637
|
-
"key": "{semantic.color.status.success.press}"
|
|
674
|
+
"path": ["semantic", "color", "status", "success", "press"]
|
|
638
675
|
},
|
|
639
676
|
{
|
|
677
|
+
"key": "{semantic.color.status.warning.default}",
|
|
640
678
|
"value": "#f89927",
|
|
641
679
|
"type": "color",
|
|
642
680
|
"attributes": {
|
|
@@ -661,10 +699,10 @@
|
|
|
661
699
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
662
700
|
"isSource": true,
|
|
663
701
|
"name": "Color Status Warning",
|
|
664
|
-
"path": ["semantic", "color", "status", "warning", "default"]
|
|
665
|
-
"key": "{semantic.color.status.warning.default}"
|
|
702
|
+
"path": ["semantic", "color", "status", "warning", "default"]
|
|
666
703
|
},
|
|
667
704
|
{
|
|
705
|
+
"key": "{semantic.color.status.warning.hover}",
|
|
668
706
|
"value": "#d17300",
|
|
669
707
|
"type": "color",
|
|
670
708
|
"attributes": {
|
|
@@ -689,10 +727,10 @@
|
|
|
689
727
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
690
728
|
"isSource": true,
|
|
691
729
|
"name": "Color Status Warning Hover",
|
|
692
|
-
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
693
|
-
"key": "{semantic.color.status.warning.hover}"
|
|
730
|
+
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
694
731
|
},
|
|
695
732
|
{
|
|
733
|
+
"key": "{semantic.color.status.warning.press}",
|
|
696
734
|
"value": "#9a5b10",
|
|
697
735
|
"type": "color",
|
|
698
736
|
"attributes": {
|
|
@@ -717,10 +755,10 @@
|
|
|
717
755
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
718
756
|
"isSource": true,
|
|
719
757
|
"name": "Color Status Warning Press",
|
|
720
|
-
"path": ["semantic", "color", "status", "warning", "press"]
|
|
721
|
-
"key": "{semantic.color.status.warning.press}"
|
|
758
|
+
"path": ["semantic", "color", "status", "warning", "press"]
|
|
722
759
|
},
|
|
723
760
|
{
|
|
761
|
+
"key": "{semantic.color.status.danger.default}",
|
|
724
762
|
"value": "#d83020",
|
|
725
763
|
"type": "color",
|
|
726
764
|
"attributes": {
|
|
@@ -745,10 +783,10 @@
|
|
|
745
783
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
746
784
|
"isSource": true,
|
|
747
785
|
"name": "Color Status Danger",
|
|
748
|
-
"path": ["semantic", "color", "status", "danger", "default"]
|
|
749
|
-
"key": "{semantic.color.status.danger.default}"
|
|
786
|
+
"path": ["semantic", "color", "status", "danger", "default"]
|
|
750
787
|
},
|
|
751
788
|
{
|
|
789
|
+
"key": "{semantic.color.status.danger.hover}",
|
|
752
790
|
"value": "#a82b1e",
|
|
753
791
|
"type": "color",
|
|
754
792
|
"attributes": {
|
|
@@ -773,10 +811,10 @@
|
|
|
773
811
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
774
812
|
"isSource": true,
|
|
775
813
|
"name": "Color Status Danger Hover",
|
|
776
|
-
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
777
|
-
"key": "{semantic.color.status.danger.hover}"
|
|
814
|
+
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
778
815
|
},
|
|
779
816
|
{
|
|
817
|
+
"key": "{semantic.color.status.danger.press}",
|
|
780
818
|
"value": "#7c1d13",
|
|
781
819
|
"type": "color",
|
|
782
820
|
"attributes": {
|
|
@@ -801,10 +839,10 @@
|
|
|
801
839
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
802
840
|
"isSource": true,
|
|
803
841
|
"name": "Color Status Danger Press",
|
|
804
|
-
"path": ["semantic", "color", "status", "danger", "press"]
|
|
805
|
-
"key": "{semantic.color.status.danger.press}"
|
|
842
|
+
"path": ["semantic", "color", "status", "danger", "press"]
|
|
806
843
|
},
|
|
807
844
|
{
|
|
845
|
+
"key": "{semantic.color.inverse.default}",
|
|
808
846
|
"value": "#363636",
|
|
809
847
|
"type": "color",
|
|
810
848
|
"attributes": {
|
|
@@ -828,10 +866,10 @@
|
|
|
828
866
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
829
867
|
"isSource": true,
|
|
830
868
|
"name": "Color Inverse",
|
|
831
|
-
"path": ["semantic", "color", "inverse", "default"]
|
|
832
|
-
"key": "{semantic.color.inverse.default}"
|
|
869
|
+
"path": ["semantic", "color", "inverse", "default"]
|
|
833
870
|
},
|
|
834
871
|
{
|
|
872
|
+
"key": "{semantic.color.inverse.hover}",
|
|
835
873
|
"value": "#2b2b2b",
|
|
836
874
|
"type": "color",
|
|
837
875
|
"attributes": {
|
|
@@ -855,10 +893,10 @@
|
|
|
855
893
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
856
894
|
"isSource": true,
|
|
857
895
|
"name": "Color Inverse Hover",
|
|
858
|
-
"path": ["semantic", "color", "inverse", "hover"]
|
|
859
|
-
"key": "{semantic.color.inverse.hover}"
|
|
896
|
+
"path": ["semantic", "color", "inverse", "hover"]
|
|
860
897
|
},
|
|
861
898
|
{
|
|
899
|
+
"key": "{semantic.color.inverse.press}",
|
|
862
900
|
"value": "#212121",
|
|
863
901
|
"type": "color",
|
|
864
902
|
"attributes": {
|
|
@@ -882,10 +920,10 @@
|
|
|
882
920
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
883
921
|
"isSource": true,
|
|
884
922
|
"name": "Color Inverse Press",
|
|
885
|
-
"path": ["semantic", "color", "inverse", "press"]
|
|
886
|
-
"key": "{semantic.color.inverse.press}"
|
|
923
|
+
"path": ["semantic", "color", "inverse", "press"]
|
|
887
924
|
},
|
|
888
925
|
{
|
|
926
|
+
"key": "{semantic.color.text.1}",
|
|
889
927
|
"value": "#141414",
|
|
890
928
|
"type": "color",
|
|
891
929
|
"attributes": {
|
|
@@ -909,10 +947,10 @@
|
|
|
909
947
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
910
948
|
"isSource": true,
|
|
911
949
|
"name": "Color Text 1",
|
|
912
|
-
"path": ["semantic", "color", "text", "1"]
|
|
913
|
-
"key": "{semantic.color.text.1}"
|
|
950
|
+
"path": ["semantic", "color", "text", "1"]
|
|
914
951
|
},
|
|
915
952
|
{
|
|
953
|
+
"key": "{semantic.color.text.2}",
|
|
916
954
|
"value": "#4a4a4a",
|
|
917
955
|
"type": "color",
|
|
918
956
|
"attributes": {
|
|
@@ -936,10 +974,10 @@
|
|
|
936
974
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
937
975
|
"isSource": true,
|
|
938
976
|
"name": "Color Text 2",
|
|
939
|
-
"path": ["semantic", "color", "text", "2"]
|
|
940
|
-
"key": "{semantic.color.text.2}"
|
|
977
|
+
"path": ["semantic", "color", "text", "2"]
|
|
941
978
|
},
|
|
942
979
|
{
|
|
980
|
+
"key": "{semantic.color.text.3}",
|
|
943
981
|
"value": "#6b6b6b",
|
|
944
982
|
"type": "color",
|
|
945
983
|
"attributes": {
|
|
@@ -963,10 +1001,10 @@
|
|
|
963
1001
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
964
1002
|
"isSource": true,
|
|
965
1003
|
"name": "Color Text 3",
|
|
966
|
-
"path": ["semantic", "color", "text", "3"]
|
|
967
|
-
"key": "{semantic.color.text.3}"
|
|
1004
|
+
"path": ["semantic", "color", "text", "3"]
|
|
968
1005
|
},
|
|
969
1006
|
{
|
|
1007
|
+
"key": "{semantic.color.text.highlight}",
|
|
970
1008
|
"value": "#004874",
|
|
971
1009
|
"type": "color",
|
|
972
1010
|
"attributes": {
|
|
@@ -990,10 +1028,10 @@
|
|
|
990
1028
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
991
1029
|
"isSource": true,
|
|
992
1030
|
"name": "Color Text Highlight",
|
|
993
|
-
"path": ["semantic", "color", "text", "highlight"]
|
|
994
|
-
"key": "{semantic.color.text.highlight}"
|
|
1031
|
+
"path": ["semantic", "color", "text", "highlight"]
|
|
995
1032
|
},
|
|
996
1033
|
{
|
|
1034
|
+
"key": "{semantic.color.text.inverse}",
|
|
997
1035
|
"value": "#ffffff",
|
|
998
1036
|
"type": "color",
|
|
999
1037
|
"attributes": {
|
|
@@ -1017,10 +1055,10 @@
|
|
|
1017
1055
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1018
1056
|
"isSource": true,
|
|
1019
1057
|
"name": "Color Text Inverse",
|
|
1020
|
-
"path": ["semantic", "color", "text", "inverse"]
|
|
1021
|
-
"key": "{semantic.color.text.inverse}"
|
|
1058
|
+
"path": ["semantic", "color", "text", "inverse"]
|
|
1022
1059
|
},
|
|
1023
1060
|
{
|
|
1061
|
+
"key": "{semantic.color.text.link}",
|
|
1024
1062
|
"value": "#00619b",
|
|
1025
1063
|
"type": "color",
|
|
1026
1064
|
"attributes": {
|
|
@@ -1044,10 +1082,10 @@
|
|
|
1044
1082
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1045
1083
|
"isSource": true,
|
|
1046
1084
|
"name": "Color Text Link",
|
|
1047
|
-
"path": ["semantic", "color", "text", "link"]
|
|
1048
|
-
"key": "{semantic.color.text.link}"
|
|
1085
|
+
"path": ["semantic", "color", "text", "link"]
|
|
1049
1086
|
},
|
|
1050
1087
|
{
|
|
1088
|
+
"key": "{semantic.color.border.1}",
|
|
1051
1089
|
"value": "#c9c9c9",
|
|
1052
1090
|
"type": "color",
|
|
1053
1091
|
"attributes": {
|
|
@@ -1071,10 +1109,10 @@
|
|
|
1071
1109
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1072
1110
|
"isSource": true,
|
|
1073
1111
|
"name": "Color Border 1",
|
|
1074
|
-
"path": ["semantic", "color", "border", "1"]
|
|
1075
|
-
"key": "{semantic.color.border.1}"
|
|
1112
|
+
"path": ["semantic", "color", "border", "1"]
|
|
1076
1113
|
},
|
|
1077
1114
|
{
|
|
1115
|
+
"key": "{semantic.color.border.2}",
|
|
1078
1116
|
"value": "#d4d4d4",
|
|
1079
1117
|
"type": "color",
|
|
1080
1118
|
"attributes": {
|
|
@@ -1098,10 +1136,10 @@
|
|
|
1098
1136
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1099
1137
|
"isSource": true,
|
|
1100
1138
|
"name": "Color Border 2",
|
|
1101
|
-
"path": ["semantic", "color", "border", "2"]
|
|
1102
|
-
"key": "{semantic.color.border.2}"
|
|
1139
|
+
"path": ["semantic", "color", "border", "2"]
|
|
1103
1140
|
},
|
|
1104
1141
|
{
|
|
1142
|
+
"key": "{semantic.color.border.3}",
|
|
1105
1143
|
"value": "#dedede",
|
|
1106
1144
|
"type": "color",
|
|
1107
1145
|
"attributes": {
|
|
@@ -1125,10 +1163,10 @@
|
|
|
1125
1163
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1126
1164
|
"isSource": true,
|
|
1127
1165
|
"name": "Color Border 3",
|
|
1128
|
-
"path": ["semantic", "color", "border", "3"]
|
|
1129
|
-
"key": "{semantic.color.border.3}"
|
|
1166
|
+
"path": ["semantic", "color", "border", "3"]
|
|
1130
1167
|
},
|
|
1131
1168
|
{
|
|
1169
|
+
"key": "{semantic.color.border.input}",
|
|
1132
1170
|
"value": "#949494",
|
|
1133
1171
|
"type": "color",
|
|
1134
1172
|
"attributes": {
|
|
@@ -1152,10 +1190,10 @@
|
|
|
1152
1190
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1153
1191
|
"isSource": true,
|
|
1154
1192
|
"name": "Color Border Input",
|
|
1155
|
-
"path": ["semantic", "color", "border", "input"]
|
|
1156
|
-
"key": "{semantic.color.border.input}"
|
|
1193
|
+
"path": ["semantic", "color", "border", "input"]
|
|
1157
1194
|
},
|
|
1158
1195
|
{
|
|
1196
|
+
"key": "{semantic.color.border.ghost}",
|
|
1159
1197
|
"value": "rgba(0, 0, 0, 0.3)",
|
|
1160
1198
|
"type": "color",
|
|
1161
1199
|
"attributes": {
|
|
@@ -1179,10 +1217,10 @@
|
|
|
1179
1217
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1180
1218
|
"isSource": true,
|
|
1181
1219
|
"name": "Color Border Ghost",
|
|
1182
|
-
"path": ["semantic", "color", "border", "ghost"]
|
|
1183
|
-
"key": "{semantic.color.border.ghost}"
|
|
1220
|
+
"path": ["semantic", "color", "border", "ghost"]
|
|
1184
1221
|
},
|
|
1185
1222
|
{
|
|
1223
|
+
"key": "{semantic.color.border.white}",
|
|
1186
1224
|
"value": "#ffffff",
|
|
1187
1225
|
"type": "color",
|
|
1188
1226
|
"attributes": {
|
|
@@ -1206,8 +1244,7 @@
|
|
|
1206
1244
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1207
1245
|
"isSource": true,
|
|
1208
1246
|
"name": "Color Border White",
|
|
1209
|
-
"path": ["semantic", "color", "border", "white"]
|
|
1210
|
-
"key": "{semantic.color.border.white}"
|
|
1247
|
+
"path": ["semantic", "color", "border", "white"]
|
|
1211
1248
|
}
|
|
1212
1249
|
]
|
|
1213
1250
|
}
|