@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/dark.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1749583594506,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
+
"key": "{semantic.color.background.default}",
|
|
5
6
|
"value": "#363636",
|
|
6
7
|
"type": "color",
|
|
7
8
|
"attributes": {
|
|
@@ -25,10 +26,10 @@
|
|
|
25
26
|
"filePath": "src/tokens/semantic/color/dark.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/dark.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": "#2b2b2b",
|
|
60
61
|
"type": "color",
|
|
61
62
|
"attributes": {
|
|
@@ -79,10 +80,10 @@
|
|
|
79
80
|
"filePath": "src/tokens/semantic/color/dark.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": "#212121",
|
|
87
88
|
"type": "color",
|
|
88
89
|
"attributes": {
|
|
@@ -106,10 +107,10 @@
|
|
|
106
107
|
"filePath": "src/tokens/semantic/color/dark.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": "#141414",
|
|
114
115
|
"type": "color",
|
|
115
116
|
"attributes": {
|
|
@@ -133,17 +134,25 @@
|
|
|
133
134
|
"filePath": "src/tokens/semantic/color/dark.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": "#2b465f",
|
|
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": "#2b465f",
|
|
149
|
+
"description": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
150
|
+
"filePath": "src/tokens/semantic/color/dark.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/dark.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": "#2b465f",
|
|
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/dark.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(255, 255, 255, 0)",
|
|
168
206
|
"type": "color",
|
|
169
207
|
"attributes": {
|
|
@@ -188,10 +226,10 @@
|
|
|
188
226
|
"filePath": "src/tokens/semantic/color/dark.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(255, 255, 255, 0.12)",
|
|
196
234
|
"type": "color",
|
|
197
235
|
"attributes": {
|
|
@@ -216,10 +254,10 @@
|
|
|
216
254
|
"filePath": "src/tokens/semantic/color/dark.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(255, 255, 255, 0.16)",
|
|
224
262
|
"type": "color",
|
|
225
263
|
"attributes": {
|
|
@@ -244,10 +282,10 @@
|
|
|
244
282
|
"filePath": "src/tokens/semantic/color/dark.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(0, 0, 0, 0.04)",
|
|
252
290
|
"type": "color",
|
|
253
291
|
"attributes": {
|
|
@@ -272,10 +310,10 @@
|
|
|
272
310
|
"filePath": "src/tokens/semantic/color/dark.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(0, 0, 0, 0.08)",
|
|
280
318
|
"type": "color",
|
|
281
319
|
"attributes": {
|
|
@@ -300,10 +338,10 @@
|
|
|
300
338
|
"filePath": "src/tokens/semantic/color/dark.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(0, 0, 0, 0.85)",
|
|
308
346
|
"type": "color",
|
|
309
347
|
"attributes": {
|
|
@@ -327,10 +365,10 @@
|
|
|
327
365
|
"filePath": "src/tokens/semantic/color/dark.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(43, 43, 43, 0.8)",
|
|
335
373
|
"type": "color",
|
|
336
374
|
"attributes": {
|
|
@@ -354,10 +392,10 @@
|
|
|
354
392
|
"filePath": "src/tokens/semantic/color/dark.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": "#009af2",
|
|
362
400
|
"type": "color",
|
|
363
401
|
"attributes": {
|
|
@@ -382,10 +420,10 @@
|
|
|
382
420
|
"filePath": "src/tokens/semantic/color/dark.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": "#007ac2",
|
|
390
428
|
"type": "color",
|
|
391
429
|
"attributes": {
|
|
@@ -410,10 +448,10 @@
|
|
|
410
448
|
"filePath": "src/tokens/semantic/color/dark.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": "#00619b",
|
|
418
456
|
"type": "color",
|
|
419
457
|
"attributes": {
|
|
@@ -438,10 +476,10 @@
|
|
|
438
476
|
"filePath": "src/tokens/semantic/color/dark.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, 160, 255, 0.4)",
|
|
447
485
|
"attributes": {
|
|
@@ -465,10 +503,10 @@
|
|
|
465
503
|
"filePath": "src/tokens/semantic/color/dark.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": "#00a0ff",
|
|
473
511
|
"type": "color",
|
|
474
512
|
"attributes": {
|
|
@@ -493,10 +531,10 @@
|
|
|
493
531
|
"filePath": "src/tokens/semantic/color/dark.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": "#3db8ff",
|
|
501
539
|
"type": "color",
|
|
502
540
|
"attributes": {
|
|
@@ -521,10 +559,10 @@
|
|
|
521
559
|
"filePath": "src/tokens/semantic/color/dark.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": "#009af2",
|
|
529
567
|
"type": "color",
|
|
530
568
|
"attributes": {
|
|
@@ -549,10 +587,10 @@
|
|
|
549
587
|
"filePath": "src/tokens/semantic/color/dark.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": "#36da43",
|
|
557
595
|
"type": "color",
|
|
558
596
|
"attributes": {
|
|
@@ -577,10 +615,10 @@
|
|
|
577
615
|
"filePath": "src/tokens/semantic/color/dark.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": "#3bed52",
|
|
585
623
|
"type": "color",
|
|
586
624
|
"attributes": {
|
|
@@ -605,10 +643,10 @@
|
|
|
605
643
|
"filePath": "src/tokens/semantic/color/dark.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": "#00b81b",
|
|
613
651
|
"type": "color",
|
|
614
652
|
"category": "color",
|
|
@@ -634,10 +672,10 @@
|
|
|
634
672
|
"type": "color"
|
|
635
673
|
}
|
|
636
674
|
},
|
|
637
|
-
"path": ["semantic", "color", "status", "success", "press"]
|
|
638
|
-
"key": "{semantic.color.status.success.press}"
|
|
675
|
+
"path": ["semantic", "color", "status", "success", "press"]
|
|
639
676
|
},
|
|
640
677
|
{
|
|
678
|
+
"key": "{semantic.color.status.warning.default}",
|
|
641
679
|
"value": "#f89927",
|
|
642
680
|
"type": "color",
|
|
643
681
|
"attributes": {
|
|
@@ -662,10 +700,10 @@
|
|
|
662
700
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
663
701
|
"isSource": true,
|
|
664
702
|
"name": "Color Status Warning",
|
|
665
|
-
"path": ["semantic", "color", "status", "warning", "default"]
|
|
666
|
-
"key": "{semantic.color.status.warning.default}"
|
|
703
|
+
"path": ["semantic", "color", "status", "warning", "default"]
|
|
667
704
|
},
|
|
668
705
|
{
|
|
706
|
+
"key": "{semantic.color.status.warning.hover}",
|
|
669
707
|
"value": "#ffb54d",
|
|
670
708
|
"type": "color",
|
|
671
709
|
"attributes": {
|
|
@@ -690,10 +728,10 @@
|
|
|
690
728
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
691
729
|
"isSource": true,
|
|
692
730
|
"name": "Color Status Warning Hover",
|
|
693
|
-
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
694
|
-
"key": "{semantic.color.status.warning.hover}"
|
|
731
|
+
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
695
732
|
},
|
|
696
733
|
{
|
|
734
|
+
"key": "{semantic.color.status.warning.press}",
|
|
697
735
|
"value": "#ff9500",
|
|
698
736
|
"type": "color",
|
|
699
737
|
"category": "color",
|
|
@@ -719,10 +757,10 @@
|
|
|
719
757
|
"type": "color"
|
|
720
758
|
}
|
|
721
759
|
},
|
|
722
|
-
"path": ["semantic", "color", "status", "warning", "press"]
|
|
723
|
-
"key": "{semantic.color.status.warning.press}"
|
|
760
|
+
"path": ["semantic", "color", "status", "warning", "press"]
|
|
724
761
|
},
|
|
725
762
|
{
|
|
763
|
+
"key": "{semantic.color.status.danger.default}",
|
|
726
764
|
"value": "#fe583e",
|
|
727
765
|
"type": "color",
|
|
728
766
|
"attributes": {
|
|
@@ -747,10 +785,10 @@
|
|
|
747
785
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
748
786
|
"isSource": true,
|
|
749
787
|
"name": "Color Status Danger",
|
|
750
|
-
"path": ["semantic", "color", "status", "danger", "default"]
|
|
751
|
-
"key": "{semantic.color.status.danger.default}"
|
|
788
|
+
"path": ["semantic", "color", "status", "danger", "default"]
|
|
752
789
|
},
|
|
753
790
|
{
|
|
791
|
+
"key": "{semantic.color.status.danger.hover}",
|
|
754
792
|
"value": "#ff0015",
|
|
755
793
|
"type": "color",
|
|
756
794
|
"attributes": {
|
|
@@ -775,10 +813,10 @@
|
|
|
775
813
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
776
814
|
"isSource": true,
|
|
777
815
|
"name": "Color Status Danger Hover",
|
|
778
|
-
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
779
|
-
"key": "{semantic.color.status.danger.hover}"
|
|
816
|
+
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
780
817
|
},
|
|
781
818
|
{
|
|
819
|
+
"key": "{semantic.color.status.danger.press}",
|
|
782
820
|
"value": "#d90012",
|
|
783
821
|
"type": "color",
|
|
784
822
|
"attributes": {
|
|
@@ -803,10 +841,10 @@
|
|
|
803
841
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
804
842
|
"isSource": true,
|
|
805
843
|
"name": "Color Status Danger Press",
|
|
806
|
-
"path": ["semantic", "color", "status", "danger", "press"]
|
|
807
|
-
"key": "{semantic.color.status.danger.press}"
|
|
844
|
+
"path": ["semantic", "color", "status", "danger", "press"]
|
|
808
845
|
},
|
|
809
846
|
{
|
|
847
|
+
"key": "{semantic.color.inverse.default}",
|
|
810
848
|
"value": "#f7f7f7",
|
|
811
849
|
"type": "color",
|
|
812
850
|
"attributes": {
|
|
@@ -830,10 +868,10 @@
|
|
|
830
868
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
831
869
|
"isSource": true,
|
|
832
870
|
"name": "Color Inverse",
|
|
833
|
-
"path": ["semantic", "color", "inverse", "default"]
|
|
834
|
-
"key": "{semantic.color.inverse.default}"
|
|
871
|
+
"path": ["semantic", "color", "inverse", "default"]
|
|
835
872
|
},
|
|
836
873
|
{
|
|
874
|
+
"key": "{semantic.color.inverse.hover}",
|
|
837
875
|
"value": "#ffffff",
|
|
838
876
|
"type": "color",
|
|
839
877
|
"attributes": {
|
|
@@ -857,10 +895,10 @@
|
|
|
857
895
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
858
896
|
"isSource": true,
|
|
859
897
|
"name": "Color Inverse Hover",
|
|
860
|
-
"path": ["semantic", "color", "inverse", "hover"]
|
|
861
|
-
"key": "{semantic.color.inverse.hover}"
|
|
898
|
+
"path": ["semantic", "color", "inverse", "hover"]
|
|
862
899
|
},
|
|
863
900
|
{
|
|
901
|
+
"key": "{semantic.color.inverse.press}",
|
|
864
902
|
"value": "#f2f2f2",
|
|
865
903
|
"type": "color",
|
|
866
904
|
"attributes": {
|
|
@@ -884,10 +922,10 @@
|
|
|
884
922
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
885
923
|
"isSource": true,
|
|
886
924
|
"name": "Color Inverse Press",
|
|
887
|
-
"path": ["semantic", "color", "inverse", "press"]
|
|
888
|
-
"key": "{semantic.color.inverse.press}"
|
|
925
|
+
"path": ["semantic", "color", "inverse", "press"]
|
|
889
926
|
},
|
|
890
927
|
{
|
|
928
|
+
"key": "{semantic.color.text.1}",
|
|
891
929
|
"value": "#ffffff",
|
|
892
930
|
"type": "color",
|
|
893
931
|
"attributes": {
|
|
@@ -911,10 +949,10 @@
|
|
|
911
949
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
912
950
|
"isSource": true,
|
|
913
951
|
"name": "Color Text 1",
|
|
914
|
-
"path": ["semantic", "color", "text", "1"]
|
|
915
|
-
"key": "{semantic.color.text.1}"
|
|
952
|
+
"path": ["semantic", "color", "text", "1"]
|
|
916
953
|
},
|
|
917
954
|
{
|
|
955
|
+
"key": "{semantic.color.text.2}",
|
|
918
956
|
"value": "#bfbfbf",
|
|
919
957
|
"type": "color",
|
|
920
958
|
"attributes": {
|
|
@@ -938,10 +976,10 @@
|
|
|
938
976
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
939
977
|
"isSource": true,
|
|
940
978
|
"name": "Color Text 2",
|
|
941
|
-
"path": ["semantic", "color", "text", "2"]
|
|
942
|
-
"key": "{semantic.color.text.2}"
|
|
979
|
+
"path": ["semantic", "color", "text", "2"]
|
|
943
980
|
},
|
|
944
981
|
{
|
|
982
|
+
"key": "{semantic.color.text.3}",
|
|
945
983
|
"value": "#9e9e9e",
|
|
946
984
|
"type": "color",
|
|
947
985
|
"attributes": {
|
|
@@ -965,11 +1003,11 @@
|
|
|
965
1003
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
966
1004
|
"isSource": true,
|
|
967
1005
|
"name": "Color Text 3",
|
|
968
|
-
"path": ["semantic", "color", "text", "3"]
|
|
969
|
-
"key": "{semantic.color.text.3}"
|
|
1006
|
+
"path": ["semantic", "color", "text", "3"]
|
|
970
1007
|
},
|
|
971
1008
|
{
|
|
972
|
-
"
|
|
1009
|
+
"key": "{semantic.color.text.highlight}",
|
|
1010
|
+
"value": "#d6efff",
|
|
973
1011
|
"type": "color",
|
|
974
1012
|
"attributes": {
|
|
975
1013
|
"category": "color",
|
|
@@ -992,10 +1030,10 @@
|
|
|
992
1030
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
993
1031
|
"isSource": true,
|
|
994
1032
|
"name": "Color Text Highlight",
|
|
995
|
-
"path": ["semantic", "color", "text", "highlight"]
|
|
996
|
-
"key": "{semantic.color.text.highlight}"
|
|
1033
|
+
"path": ["semantic", "color", "text", "highlight"]
|
|
997
1034
|
},
|
|
998
1035
|
{
|
|
1036
|
+
"key": "{semantic.color.text.inverse}",
|
|
999
1037
|
"value": "#141414",
|
|
1000
1038
|
"type": "color",
|
|
1001
1039
|
"attributes": {
|
|
@@ -1019,10 +1057,10 @@
|
|
|
1019
1057
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1020
1058
|
"isSource": true,
|
|
1021
1059
|
"name": "Color Text Inverse",
|
|
1022
|
-
"path": ["semantic", "color", "text", "inverse"]
|
|
1023
|
-
"key": "{semantic.color.text.inverse}"
|
|
1060
|
+
"path": ["semantic", "color", "text", "inverse"]
|
|
1024
1061
|
},
|
|
1025
1062
|
{
|
|
1063
|
+
"key": "{semantic.color.text.link}",
|
|
1026
1064
|
"value": "#00a0ff",
|
|
1027
1065
|
"type": "color",
|
|
1028
1066
|
"attributes": {
|
|
@@ -1046,10 +1084,10 @@
|
|
|
1046
1084
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1047
1085
|
"isSource": true,
|
|
1048
1086
|
"name": "Color Text Link",
|
|
1049
|
-
"path": ["semantic", "color", "text", "link"]
|
|
1050
|
-
"key": "{semantic.color.text.link}"
|
|
1087
|
+
"path": ["semantic", "color", "text", "link"]
|
|
1051
1088
|
},
|
|
1052
1089
|
{
|
|
1090
|
+
"key": "{semantic.color.border.1}",
|
|
1053
1091
|
"value": "#545454",
|
|
1054
1092
|
"type": "color",
|
|
1055
1093
|
"attributes": {
|
|
@@ -1073,10 +1111,10 @@
|
|
|
1073
1111
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1074
1112
|
"isSource": true,
|
|
1075
1113
|
"name": "Color Border 1",
|
|
1076
|
-
"path": ["semantic", "color", "border", "1"]
|
|
1077
|
-
"key": "{semantic.color.border.1}"
|
|
1114
|
+
"path": ["semantic", "color", "border", "1"]
|
|
1078
1115
|
},
|
|
1079
1116
|
{
|
|
1117
|
+
"key": "{semantic.color.border.2}",
|
|
1080
1118
|
"value": "#4a4a4a",
|
|
1081
1119
|
"type": "color",
|
|
1082
1120
|
"attributes": {
|
|
@@ -1100,10 +1138,10 @@
|
|
|
1100
1138
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1101
1139
|
"isSource": true,
|
|
1102
1140
|
"name": "Color Border 2",
|
|
1103
|
-
"path": ["semantic", "color", "border", "2"]
|
|
1104
|
-
"key": "{semantic.color.border.2}"
|
|
1141
|
+
"path": ["semantic", "color", "border", "2"]
|
|
1105
1142
|
},
|
|
1106
1143
|
{
|
|
1144
|
+
"key": "{semantic.color.border.3}",
|
|
1107
1145
|
"value": "#404040",
|
|
1108
1146
|
"type": "color",
|
|
1109
1147
|
"attributes": {
|
|
@@ -1127,10 +1165,10 @@
|
|
|
1127
1165
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1128
1166
|
"isSource": true,
|
|
1129
1167
|
"name": "Color Border 3",
|
|
1130
|
-
"path": ["semantic", "color", "border", "3"]
|
|
1131
|
-
"key": "{semantic.color.border.3}"
|
|
1168
|
+
"path": ["semantic", "color", "border", "3"]
|
|
1132
1169
|
},
|
|
1133
1170
|
{
|
|
1171
|
+
"key": "{semantic.color.border.input}",
|
|
1134
1172
|
"value": "#757575",
|
|
1135
1173
|
"type": "color",
|
|
1136
1174
|
"attributes": {
|
|
@@ -1154,10 +1192,10 @@
|
|
|
1154
1192
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1155
1193
|
"isSource": true,
|
|
1156
1194
|
"name": "Color Border Input",
|
|
1157
|
-
"path": ["semantic", "color", "border", "input"]
|
|
1158
|
-
"key": "{semantic.color.border.input}"
|
|
1195
|
+
"path": ["semantic", "color", "border", "input"]
|
|
1159
1196
|
},
|
|
1160
1197
|
{
|
|
1198
|
+
"key": "{semantic.color.border.ghost}",
|
|
1161
1199
|
"value": "rgba(117, 117, 117, 0.3)",
|
|
1162
1200
|
"type": "color",
|
|
1163
1201
|
"attributes": {
|
|
@@ -1181,10 +1219,10 @@
|
|
|
1181
1219
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1182
1220
|
"isSource": true,
|
|
1183
1221
|
"name": "Color Border Ghost",
|
|
1184
|
-
"path": ["semantic", "color", "border", "ghost"]
|
|
1185
|
-
"key": "{semantic.color.border.ghost}"
|
|
1222
|
+
"path": ["semantic", "color", "border", "ghost"]
|
|
1186
1223
|
},
|
|
1187
1224
|
{
|
|
1225
|
+
"key": "{semantic.color.border.white}",
|
|
1188
1226
|
"value": "#f7f7f7",
|
|
1189
1227
|
"type": "color",
|
|
1190
1228
|
"attributes": {
|
|
@@ -1208,8 +1246,7 @@
|
|
|
1208
1246
|
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1209
1247
|
"isSource": true,
|
|
1210
1248
|
"name": "Color Border White",
|
|
1211
|
-
"path": ["semantic", "color", "border", "white"]
|
|
1212
|
-
"key": "{semantic.color.border.white}"
|
|
1249
|
+
"path": ["semantic", "color", "border", "white"]
|
|
1213
1250
|
}
|
|
1214
1251
|
]
|
|
1215
1252
|
}
|