@esri/calcite-design-tokens 4.0.0-next.16 → 4.0.0-next.18
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 +1 -0
- package/dist/css/dark.css +22 -22
- package/dist/css/global.css +1 -1
- package/dist/css/index.css +110 -110
- package/dist/css/light.css +22 -22
- package/dist/css/semantic.css +1 -1
- package/dist/docs/core.json +27 -1
- package/dist/docs/dark.json +427 -433
- package/dist/docs/global.json +458 -464
- package/dist/docs/light.json +427 -433
- package/dist/docs/semantic.json +2 -2
- package/dist/es6/core.d.ts +1 -0
- package/dist/es6/core.js +1 -0
- package/dist/es6/dark.d.ts +22 -22
- package/dist/es6/dark.js +22 -22
- package/dist/es6/global.d.ts +28 -28
- package/dist/es6/global.js +45 -45
- package/dist/es6/light.d.ts +22 -22
- package/dist/es6/light.js +22 -22
- package/dist/es6/semantic.js +1 -1
- package/dist/scss/core.scss +1 -0
- package/dist/scss/dark.scss +22 -22
- package/dist/scss/global.scss +1 -1
- package/dist/scss/index.scss +44 -44
- package/dist/scss/light.scss +22 -22
- package/dist/scss/semantic.scss +1 -1
- package/package.json +2 -2
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769461873741,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.surface.1}",
|
|
@@ -349,21 +349,20 @@
|
|
|
349
349
|
"comment": "deprecated, use --calcite-color-surface-highlight instead"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"key": "{semantic.color.
|
|
353
|
-
"value": "{\"light\":\"
|
|
352
|
+
"key": "{semantic.color.text.1}",
|
|
353
|
+
"value": "{\"light\":\"#141414\",\"dark\":\"#ffffff\"}",
|
|
354
354
|
"type": "color",
|
|
355
355
|
"attributes": {
|
|
356
356
|
"category": "color",
|
|
357
|
-
"group": "
|
|
357
|
+
"group": "text",
|
|
358
358
|
"type": "color",
|
|
359
|
-
"item": "
|
|
360
|
-
"subitem": "
|
|
361
|
-
"state": "default",
|
|
359
|
+
"item": "text",
|
|
360
|
+
"subitem": "1",
|
|
362
361
|
"names": {
|
|
363
|
-
"scss": "$calcite-color-
|
|
364
|
-
"css": "var(--calcite-color-
|
|
365
|
-
"docs": "semantic.color.
|
|
366
|
-
"es6": "
|
|
362
|
+
"scss": "$calcite-color-text-1",
|
|
363
|
+
"css": "var(--calcite-color-text-1)",
|
|
364
|
+
"docs": "semantic.color.text.1",
|
|
365
|
+
"es6": "calciteColorText1"
|
|
367
366
|
},
|
|
368
367
|
"calcite-schema": {
|
|
369
368
|
"system": "calcite",
|
|
@@ -373,25 +372,24 @@
|
|
|
373
372
|
},
|
|
374
373
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
375
374
|
"isSource": false,
|
|
376
|
-
"name": "Color
|
|
377
|
-
"path": ["semantic", "color", "
|
|
375
|
+
"name": "Color Text 1",
|
|
376
|
+
"path": ["semantic", "color", "text", "1"]
|
|
378
377
|
},
|
|
379
378
|
{
|
|
380
|
-
"key": "{semantic.color.
|
|
381
|
-
"value": "{\"light\":\"
|
|
379
|
+
"key": "{semantic.color.text.2}",
|
|
380
|
+
"value": "{\"light\":\"#4a4a4a\",\"dark\":\"#bfbfbf\"}",
|
|
382
381
|
"type": "color",
|
|
383
382
|
"attributes": {
|
|
384
383
|
"category": "color",
|
|
385
|
-
"group": "
|
|
384
|
+
"group": "text",
|
|
386
385
|
"type": "color",
|
|
387
|
-
"item": "
|
|
388
|
-
"subitem": "
|
|
389
|
-
"state": "hover",
|
|
386
|
+
"item": "text",
|
|
387
|
+
"subitem": "2",
|
|
390
388
|
"names": {
|
|
391
|
-
"scss": "$calcite-color-
|
|
392
|
-
"css": "var(--calcite-color-
|
|
393
|
-
"docs": "semantic.color.
|
|
394
|
-
"es6": "
|
|
389
|
+
"scss": "$calcite-color-text-2",
|
|
390
|
+
"css": "var(--calcite-color-text-2)",
|
|
391
|
+
"docs": "semantic.color.text.2",
|
|
392
|
+
"es6": "calciteColorText2"
|
|
395
393
|
},
|
|
396
394
|
"calcite-schema": {
|
|
397
395
|
"system": "calcite",
|
|
@@ -401,25 +399,24 @@
|
|
|
401
399
|
},
|
|
402
400
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
403
401
|
"isSource": false,
|
|
404
|
-
"name": "Color
|
|
405
|
-
"path": ["semantic", "color", "
|
|
402
|
+
"name": "Color Text 2",
|
|
403
|
+
"path": ["semantic", "color", "text", "2"]
|
|
406
404
|
},
|
|
407
405
|
{
|
|
408
|
-
"key": "{semantic.color.
|
|
409
|
-
"value": "{\"light\":\"
|
|
406
|
+
"key": "{semantic.color.text.3}",
|
|
407
|
+
"value": "{\"light\":\"#6b6b6b\",\"dark\":\"#9e9e9e\"}",
|
|
410
408
|
"type": "color",
|
|
411
409
|
"attributes": {
|
|
412
410
|
"category": "color",
|
|
413
|
-
"group": "
|
|
411
|
+
"group": "text",
|
|
414
412
|
"type": "color",
|
|
415
|
-
"item": "
|
|
416
|
-
"subitem": "
|
|
417
|
-
"state": "press",
|
|
413
|
+
"item": "text",
|
|
414
|
+
"subitem": "3",
|
|
418
415
|
"names": {
|
|
419
|
-
"scss": "$calcite-color-
|
|
420
|
-
"css": "var(--calcite-color-
|
|
421
|
-
"docs": "semantic.color.
|
|
422
|
-
"es6": "
|
|
416
|
+
"scss": "$calcite-color-text-3",
|
|
417
|
+
"css": "var(--calcite-color-text-3)",
|
|
418
|
+
"docs": "semantic.color.text.3",
|
|
419
|
+
"es6": "calciteColorText3"
|
|
423
420
|
},
|
|
424
421
|
"calcite-schema": {
|
|
425
422
|
"system": "calcite",
|
|
@@ -429,26 +426,24 @@
|
|
|
429
426
|
},
|
|
430
427
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
431
428
|
"isSource": false,
|
|
432
|
-
"name": "Color
|
|
433
|
-
"path": ["semantic", "color", "
|
|
429
|
+
"name": "Color Text 3",
|
|
430
|
+
"path": ["semantic", "color", "text", "3"]
|
|
434
431
|
},
|
|
435
432
|
{
|
|
436
|
-
"key": "{semantic.color.
|
|
437
|
-
"value": "{\"light\":\"
|
|
433
|
+
"key": "{semantic.color.text.inverse}",
|
|
434
|
+
"value": "{\"light\":\"#ffffff\",\"dark\":\"#141414\"}",
|
|
438
435
|
"type": "color",
|
|
439
436
|
"attributes": {
|
|
440
437
|
"category": "color",
|
|
441
|
-
"group": "
|
|
442
|
-
"kind": "inverse",
|
|
438
|
+
"group": "text",
|
|
443
439
|
"type": "color",
|
|
444
|
-
"item": "
|
|
440
|
+
"item": "text",
|
|
445
441
|
"subitem": "inverse",
|
|
446
|
-
"state": "hover",
|
|
447
442
|
"names": {
|
|
448
|
-
"scss": "$calcite-color-
|
|
449
|
-
"css": "var(--calcite-color-
|
|
450
|
-
"docs": "semantic.color.
|
|
451
|
-
"es6": "
|
|
443
|
+
"scss": "$calcite-color-text-inverse",
|
|
444
|
+
"css": "var(--calcite-color-text-inverse)",
|
|
445
|
+
"docs": "semantic.color.text.inverse",
|
|
446
|
+
"es6": "calciteColorTextInverse"
|
|
452
447
|
},
|
|
453
448
|
"calcite-schema": {
|
|
454
449
|
"system": "calcite",
|
|
@@ -458,26 +453,24 @@
|
|
|
458
453
|
},
|
|
459
454
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
460
455
|
"isSource": false,
|
|
461
|
-
"name": "Color
|
|
462
|
-
"path": ["semantic", "color", "
|
|
456
|
+
"name": "Color Text Inverse",
|
|
457
|
+
"path": ["semantic", "color", "text", "inverse"]
|
|
463
458
|
},
|
|
464
459
|
{
|
|
465
|
-
"key": "{semantic.color.
|
|
466
|
-
"value": "{\"light\":\"
|
|
460
|
+
"key": "{semantic.color.text.link}",
|
|
461
|
+
"value": "{\"light\":\"#00619b\",\"dark\":\"#00a0ff\"}",
|
|
467
462
|
"type": "color",
|
|
468
463
|
"attributes": {
|
|
469
464
|
"category": "color",
|
|
470
|
-
"group": "
|
|
471
|
-
"kind": "inverse",
|
|
465
|
+
"group": "text",
|
|
472
466
|
"type": "color",
|
|
473
|
-
"item": "
|
|
474
|
-
"subitem": "
|
|
475
|
-
"state": "press",
|
|
467
|
+
"item": "text",
|
|
468
|
+
"subitem": "link",
|
|
476
469
|
"names": {
|
|
477
|
-
"scss": "$calcite-color-
|
|
478
|
-
"css": "var(--calcite-color-
|
|
479
|
-
"docs": "semantic.color.
|
|
480
|
-
"es6": "
|
|
470
|
+
"scss": "$calcite-color-text-link",
|
|
471
|
+
"css": "var(--calcite-color-text-link)",
|
|
472
|
+
"docs": "semantic.color.text.link",
|
|
473
|
+
"es6": "calciteColorTextLink"
|
|
481
474
|
},
|
|
482
475
|
"calcite-schema": {
|
|
483
476
|
"system": "calcite",
|
|
@@ -487,24 +480,24 @@
|
|
|
487
480
|
},
|
|
488
481
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
489
482
|
"isSource": false,
|
|
490
|
-
"name": "Color
|
|
491
|
-
"path": ["semantic", "color", "
|
|
483
|
+
"name": "Color Text Link",
|
|
484
|
+
"path": ["semantic", "color", "text", "link"]
|
|
492
485
|
},
|
|
493
486
|
{
|
|
494
|
-
"key": "{semantic.color.
|
|
495
|
-
"value": "{\"light\":\"
|
|
487
|
+
"key": "{semantic.color.text.highlight}",
|
|
488
|
+
"value": "{\"light\":\"#004874\",\"dark\":\"#d6efff\"}",
|
|
496
489
|
"type": "color",
|
|
497
490
|
"attributes": {
|
|
498
491
|
"category": "color",
|
|
499
|
-
"group": "
|
|
492
|
+
"group": "text",
|
|
500
493
|
"type": "color",
|
|
501
|
-
"item": "
|
|
502
|
-
"subitem": "
|
|
494
|
+
"item": "text",
|
|
495
|
+
"subitem": "highlight",
|
|
503
496
|
"names": {
|
|
504
|
-
"scss": "$calcite-color-
|
|
505
|
-
"css": "var(--calcite-color-
|
|
506
|
-
"docs": "semantic.color.
|
|
507
|
-
"es6": "
|
|
497
|
+
"scss": "$calcite-color-text-highlight",
|
|
498
|
+
"css": "var(--calcite-color-text-highlight)",
|
|
499
|
+
"docs": "semantic.color.text.highlight",
|
|
500
|
+
"es6": "calciteColorTextHighlight"
|
|
508
501
|
},
|
|
509
502
|
"calcite-schema": {
|
|
510
503
|
"system": "calcite",
|
|
@@ -514,24 +507,24 @@
|
|
|
514
507
|
},
|
|
515
508
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
516
509
|
"isSource": false,
|
|
517
|
-
"name": "Color
|
|
518
|
-
"path": ["semantic", "color", "
|
|
510
|
+
"name": "Color Text Highlight",
|
|
511
|
+
"path": ["semantic", "color", "text", "highlight"]
|
|
519
512
|
},
|
|
520
513
|
{
|
|
521
|
-
"key": "{semantic.color.
|
|
522
|
-
"value": "{\"light\":\"
|
|
514
|
+
"key": "{semantic.color.border.1}",
|
|
515
|
+
"value": "{\"light\":\"#d4d4d4\",\"dark\":\"#545454\"}",
|
|
523
516
|
"type": "color",
|
|
524
517
|
"attributes": {
|
|
525
518
|
"category": "color",
|
|
526
|
-
"group": "
|
|
519
|
+
"group": "border",
|
|
527
520
|
"type": "color",
|
|
528
|
-
"item": "
|
|
529
|
-
"subitem": "
|
|
521
|
+
"item": "border",
|
|
522
|
+
"subitem": "1",
|
|
530
523
|
"names": {
|
|
531
|
-
"scss": "$calcite-color-
|
|
532
|
-
"css": "var(--calcite-color-
|
|
533
|
-
"docs": "semantic.color.
|
|
534
|
-
"es6": "
|
|
524
|
+
"scss": "$calcite-color-border-1",
|
|
525
|
+
"css": "var(--calcite-color-border-1)",
|
|
526
|
+
"docs": "semantic.color.border.1",
|
|
527
|
+
"es6": "calciteColorBorder1"
|
|
535
528
|
},
|
|
536
529
|
"calcite-schema": {
|
|
537
530
|
"system": "calcite",
|
|
@@ -541,11 +534,146 @@
|
|
|
541
534
|
},
|
|
542
535
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
543
536
|
"isSource": false,
|
|
544
|
-
"name": "Color
|
|
545
|
-
"path": ["semantic", "color", "
|
|
537
|
+
"name": "Color Border 1",
|
|
538
|
+
"path": ["semantic", "color", "border", "1"]
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"key": "{semantic.color.border.2}",
|
|
542
|
+
"value": "{\"light\":\"#dedede\",\"dark\":\"#4a4a4a\"}",
|
|
543
|
+
"type": "color",
|
|
544
|
+
"attributes": {
|
|
545
|
+
"category": "color",
|
|
546
|
+
"group": "border",
|
|
547
|
+
"type": "color",
|
|
548
|
+
"item": "border",
|
|
549
|
+
"subitem": "2",
|
|
550
|
+
"names": {
|
|
551
|
+
"scss": "$calcite-color-border-2",
|
|
552
|
+
"css": "var(--calcite-color-border-2)",
|
|
553
|
+
"docs": "semantic.color.border.2",
|
|
554
|
+
"es6": "calciteColorBorder2"
|
|
555
|
+
},
|
|
556
|
+
"calcite-schema": {
|
|
557
|
+
"system": "calcite",
|
|
558
|
+
"tier": "color",
|
|
559
|
+
"type": "color"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
563
|
+
"isSource": false,
|
|
564
|
+
"name": "Color Border 2",
|
|
565
|
+
"path": ["semantic", "color", "border", "2"]
|
|
546
566
|
},
|
|
547
567
|
{
|
|
548
|
-
"key": "{semantic.color.
|
|
568
|
+
"key": "{semantic.color.border.3}",
|
|
569
|
+
"value": "{\"light\":\"#ebebeb\",\"dark\":\"#404040\"}",
|
|
570
|
+
"type": "color",
|
|
571
|
+
"attributes": {
|
|
572
|
+
"category": "color",
|
|
573
|
+
"group": "border",
|
|
574
|
+
"type": "color",
|
|
575
|
+
"item": "border",
|
|
576
|
+
"subitem": "3",
|
|
577
|
+
"names": {
|
|
578
|
+
"scss": "$calcite-color-border-3",
|
|
579
|
+
"css": "var(--calcite-color-border-3)",
|
|
580
|
+
"docs": "semantic.color.border.3",
|
|
581
|
+
"es6": "calciteColorBorder3"
|
|
582
|
+
},
|
|
583
|
+
"calcite-schema": {
|
|
584
|
+
"system": "calcite",
|
|
585
|
+
"tier": "color",
|
|
586
|
+
"type": "color"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
590
|
+
"isSource": false,
|
|
591
|
+
"name": "Color Border 3",
|
|
592
|
+
"path": ["semantic", "color", "border", "3"]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"key": "{semantic.color.border.input}",
|
|
596
|
+
"value": "{\"light\":\"#949494\",\"dark\":\"#757575\"}",
|
|
597
|
+
"type": "color",
|
|
598
|
+
"attributes": {
|
|
599
|
+
"category": "color",
|
|
600
|
+
"group": "border",
|
|
601
|
+
"type": "color",
|
|
602
|
+
"item": "border",
|
|
603
|
+
"subitem": "input",
|
|
604
|
+
"names": {
|
|
605
|
+
"scss": "$calcite-color-border-input",
|
|
606
|
+
"css": "var(--calcite-color-border-input)",
|
|
607
|
+
"docs": "semantic.color.border.input",
|
|
608
|
+
"es6": "calciteColorBorderInput"
|
|
609
|
+
},
|
|
610
|
+
"calcite-schema": {
|
|
611
|
+
"system": "calcite",
|
|
612
|
+
"tier": "color",
|
|
613
|
+
"type": "color"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
617
|
+
"isSource": false,
|
|
618
|
+
"name": "Color Border Input",
|
|
619
|
+
"path": ["semantic", "color", "border", "input"]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"key": "{semantic.color.border.ghost}",
|
|
623
|
+
"value": "{\"light\":\"rgba(0, 0, 0, 0.3)\",\"dark\":\"rgba(117, 117, 117, 0.3)\"}",
|
|
624
|
+
"type": "color",
|
|
625
|
+
"attributes": {
|
|
626
|
+
"category": "color",
|
|
627
|
+
"group": "border",
|
|
628
|
+
"type": "color",
|
|
629
|
+
"item": "border",
|
|
630
|
+
"subitem": "ghost",
|
|
631
|
+
"names": {
|
|
632
|
+
"scss": "$calcite-color-border-ghost",
|
|
633
|
+
"css": "var(--calcite-color-border-ghost)",
|
|
634
|
+
"docs": "semantic.color.border.ghost",
|
|
635
|
+
"es6": "calciteColorBorderGhost"
|
|
636
|
+
},
|
|
637
|
+
"calcite-schema": {
|
|
638
|
+
"system": "calcite",
|
|
639
|
+
"tier": "color",
|
|
640
|
+
"type": "color"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
644
|
+
"isSource": false,
|
|
645
|
+
"name": "Color Border Ghost",
|
|
646
|
+
"path": ["semantic", "color", "border", "ghost"]
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"key": "{semantic.color.border.white}",
|
|
650
|
+
"value": "{\"light\":\"#ffffff\",\"dark\":\"#f7f7f7\"}",
|
|
651
|
+
"type": "color",
|
|
652
|
+
"attributes": {
|
|
653
|
+
"category": "color",
|
|
654
|
+
"group": "border",
|
|
655
|
+
"type": "color",
|
|
656
|
+
"item": "border",
|
|
657
|
+
"subitem": "white",
|
|
658
|
+
"names": {
|
|
659
|
+
"scss": "$calcite-color-border-white",
|
|
660
|
+
"css": "var(--calcite-color-border-white)",
|
|
661
|
+
"docs": "semantic.color.border.white",
|
|
662
|
+
"es6": "calciteColorBorderWhite"
|
|
663
|
+
},
|
|
664
|
+
"calcite-schema": {
|
|
665
|
+
"system": "calcite",
|
|
666
|
+
"tier": "color",
|
|
667
|
+
"type": "color"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
671
|
+
"isSource": false,
|
|
672
|
+
"name": "Color Border White",
|
|
673
|
+
"path": ["semantic", "color", "border", "white"]
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"key": "{semantic.color.brand.default}",
|
|
549
677
|
"value": "{\"light\":\"#007ac2\",\"dark\":\"#009af2\"}",
|
|
550
678
|
"type": "color",
|
|
551
679
|
"attributes": {
|
|
@@ -554,11 +682,10 @@
|
|
|
554
682
|
"type": "color",
|
|
555
683
|
"item": "brand",
|
|
556
684
|
"subitem": "default",
|
|
557
|
-
"state": "default",
|
|
558
685
|
"names": {
|
|
559
686
|
"scss": "$calcite-color-brand",
|
|
560
687
|
"css": "var(--calcite-color-brand)",
|
|
561
|
-
"docs": "semantic.color.brand.default
|
|
688
|
+
"docs": "semantic.color.brand.default",
|
|
562
689
|
"es6": "calciteColorBrand"
|
|
563
690
|
},
|
|
564
691
|
"calcite-schema": {
|
|
@@ -570,10 +697,10 @@
|
|
|
570
697
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
571
698
|
"isSource": false,
|
|
572
699
|
"name": "Color Brand",
|
|
573
|
-
"path": ["semantic", "color", "brand", "default"
|
|
700
|
+
"path": ["semantic", "color", "brand", "default"]
|
|
574
701
|
},
|
|
575
702
|
{
|
|
576
|
-
"key": "{semantic.color.brand.
|
|
703
|
+
"key": "{semantic.color.brand.hover}",
|
|
577
704
|
"value": "{\"light\":\"#00619b\",\"dark\":\"#007ac2\"}",
|
|
578
705
|
"type": "color",
|
|
579
706
|
"attributes": {
|
|
@@ -581,12 +708,11 @@
|
|
|
581
708
|
"group": "brand",
|
|
582
709
|
"type": "color",
|
|
583
710
|
"item": "brand",
|
|
584
|
-
"subitem": "
|
|
585
|
-
"state": "hover",
|
|
711
|
+
"subitem": "hover",
|
|
586
712
|
"names": {
|
|
587
713
|
"scss": "$calcite-color-brand-hover",
|
|
588
714
|
"css": "var(--calcite-color-brand-hover)",
|
|
589
|
-
"docs": "semantic.color.brand.
|
|
715
|
+
"docs": "semantic.color.brand.hover",
|
|
590
716
|
"es6": "calciteColorBrandHover"
|
|
591
717
|
},
|
|
592
718
|
"calcite-schema": {
|
|
@@ -598,10 +724,10 @@
|
|
|
598
724
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
599
725
|
"isSource": false,
|
|
600
726
|
"name": "Color Brand Hover",
|
|
601
|
-
"path": ["semantic", "color", "brand", "
|
|
727
|
+
"path": ["semantic", "color", "brand", "hover"]
|
|
602
728
|
},
|
|
603
729
|
{
|
|
604
|
-
"key": "{semantic.color.brand.
|
|
730
|
+
"key": "{semantic.color.brand.press}",
|
|
605
731
|
"value": "{\"light\":\"#004874\",\"dark\":\"#00619b\"}",
|
|
606
732
|
"type": "color",
|
|
607
733
|
"attributes": {
|
|
@@ -609,12 +735,11 @@
|
|
|
609
735
|
"group": "brand",
|
|
610
736
|
"type": "color",
|
|
611
737
|
"item": "brand",
|
|
612
|
-
"subitem": "
|
|
613
|
-
"state": "press",
|
|
738
|
+
"subitem": "press",
|
|
614
739
|
"names": {
|
|
615
740
|
"scss": "$calcite-color-brand-press",
|
|
616
741
|
"css": "var(--calcite-color-brand-press)",
|
|
617
|
-
"docs": "semantic.color.brand.
|
|
742
|
+
"docs": "semantic.color.brand.press",
|
|
618
743
|
"es6": "calciteColorBrandPress"
|
|
619
744
|
},
|
|
620
745
|
"calcite-schema": {
|
|
@@ -625,24 +750,105 @@
|
|
|
625
750
|
},
|
|
626
751
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
627
752
|
"isSource": false,
|
|
628
|
-
"name": "Color Brand Press",
|
|
629
|
-
"path": ["semantic", "color", "brand", "
|
|
753
|
+
"name": "Color Brand Press",
|
|
754
|
+
"path": ["semantic", "color", "brand", "press"]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"key": "{semantic.color.brand.underline}",
|
|
758
|
+
"type": "color",
|
|
759
|
+
"value": "{\"light\":\"rgba(0, 97, 155, 0.4)\",\"dark\":\"rgba(0, 160, 255, 0.4)\"}",
|
|
760
|
+
"attributes": {
|
|
761
|
+
"category": "color",
|
|
762
|
+
"group": "brand",
|
|
763
|
+
"type": "color",
|
|
764
|
+
"item": "brand",
|
|
765
|
+
"subitem": "underline",
|
|
766
|
+
"names": {
|
|
767
|
+
"scss": "$calcite-color-brand-underline",
|
|
768
|
+
"css": "var(--calcite-color-brand-underline)",
|
|
769
|
+
"docs": "semantic.color.brand.underline",
|
|
770
|
+
"es6": "calciteColorBrandUnderline"
|
|
771
|
+
},
|
|
772
|
+
"calcite-schema": {
|
|
773
|
+
"system": "calcite",
|
|
774
|
+
"tier": "color",
|
|
775
|
+
"type": "color"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
779
|
+
"isSource": false,
|
|
780
|
+
"name": "Color Brand Underline",
|
|
781
|
+
"path": ["semantic", "color", "brand", "underline"]
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"key": "{semantic.color.inverse.default}",
|
|
785
|
+
"value": "{\"light\":\"#363636\",\"dark\":\"#f7f7f7\"}",
|
|
786
|
+
"type": "color",
|
|
787
|
+
"attributes": {
|
|
788
|
+
"category": "color",
|
|
789
|
+
"group": "inverse",
|
|
790
|
+
"type": "color",
|
|
791
|
+
"item": "inverse",
|
|
792
|
+
"subitem": "default",
|
|
793
|
+
"names": {
|
|
794
|
+
"scss": "$calcite-color-inverse",
|
|
795
|
+
"css": "var(--calcite-color-inverse)",
|
|
796
|
+
"docs": "semantic.color.inverse.default",
|
|
797
|
+
"es6": "calciteColorInverse"
|
|
798
|
+
},
|
|
799
|
+
"calcite-schema": {
|
|
800
|
+
"system": "calcite",
|
|
801
|
+
"tier": "color",
|
|
802
|
+
"type": "color"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
806
|
+
"isSource": false,
|
|
807
|
+
"name": "Color Inverse",
|
|
808
|
+
"path": ["semantic", "color", "inverse", "default"]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"key": "{semantic.color.inverse.hover}",
|
|
812
|
+
"value": "{\"light\":\"#2b2b2b\",\"dark\":\"#f2f2f2\"}",
|
|
813
|
+
"type": "color",
|
|
814
|
+
"attributes": {
|
|
815
|
+
"category": "color",
|
|
816
|
+
"group": "inverse",
|
|
817
|
+
"type": "color",
|
|
818
|
+
"item": "inverse",
|
|
819
|
+
"subitem": "hover",
|
|
820
|
+
"names": {
|
|
821
|
+
"scss": "$calcite-color-inverse-hover",
|
|
822
|
+
"css": "var(--calcite-color-inverse-hover)",
|
|
823
|
+
"docs": "semantic.color.inverse.hover",
|
|
824
|
+
"es6": "calciteColorInverseHover"
|
|
825
|
+
},
|
|
826
|
+
"calcite-schema": {
|
|
827
|
+
"system": "calcite",
|
|
828
|
+
"tier": "color",
|
|
829
|
+
"type": "color"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
833
|
+
"isSource": false,
|
|
834
|
+
"name": "Color Inverse Hover",
|
|
835
|
+
"path": ["semantic", "color", "inverse", "hover"]
|
|
630
836
|
},
|
|
631
837
|
{
|
|
632
|
-
"key": "{semantic.color.
|
|
838
|
+
"key": "{semantic.color.inverse.press}",
|
|
839
|
+
"value": "{\"light\":\"#212121\",\"dark\":\"#ebebeb\"}",
|
|
633
840
|
"type": "color",
|
|
634
|
-
"value": "{\"light\":\"rgba(0, 97, 155, 0.4)\",\"dark\":\"rgba(0, 160, 255, 0.4)\"}",
|
|
635
841
|
"attributes": {
|
|
636
842
|
"category": "color",
|
|
637
|
-
"group": "
|
|
843
|
+
"group": "inverse",
|
|
638
844
|
"type": "color",
|
|
639
|
-
"item": "
|
|
640
|
-
"subitem": "
|
|
845
|
+
"item": "inverse",
|
|
846
|
+
"subitem": "press",
|
|
641
847
|
"names": {
|
|
642
|
-
"scss": "$calcite-color-
|
|
643
|
-
"css": "var(--calcite-color-
|
|
644
|
-
"docs": "semantic.color.
|
|
645
|
-
"es6": "
|
|
848
|
+
"scss": "$calcite-color-inverse-press",
|
|
849
|
+
"css": "var(--calcite-color-inverse-press)",
|
|
850
|
+
"docs": "semantic.color.inverse.press",
|
|
851
|
+
"es6": "calciteColorInversePress"
|
|
646
852
|
},
|
|
647
853
|
"calcite-schema": {
|
|
648
854
|
"system": "calcite",
|
|
@@ -652,8 +858,8 @@
|
|
|
652
858
|
},
|
|
653
859
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
654
860
|
"isSource": false,
|
|
655
|
-
"name": "Color
|
|
656
|
-
"path": ["semantic", "color", "
|
|
861
|
+
"name": "Color Inverse Press",
|
|
862
|
+
"path": ["semantic", "color", "inverse", "press"]
|
|
657
863
|
},
|
|
658
864
|
{
|
|
659
865
|
"key": "{semantic.color.status.info.default}",
|
|
@@ -869,236 +1075,12 @@
|
|
|
869
1075
|
"type": "color",
|
|
870
1076
|
"item": "status",
|
|
871
1077
|
"subitem": "warning",
|
|
872
|
-
"state": "hover",
|
|
873
|
-
"names": {
|
|
874
|
-
"scss": "$calcite-color-status-warning-hover",
|
|
875
|
-
"css": "var(--calcite-color-status-warning-hover)",
|
|
876
|
-
"docs": "semantic.color.status.warning.hover",
|
|
877
|
-
"es6": "calciteColorStatusWarningHover"
|
|
878
|
-
},
|
|
879
|
-
"calcite-schema": {
|
|
880
|
-
"system": "calcite",
|
|
881
|
-
"tier": "color",
|
|
882
|
-
"type": "color"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
886
|
-
"isSource": false,
|
|
887
|
-
"name": "Color Status Warning Hover",
|
|
888
|
-
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"key": "{semantic.color.status.warning.press}",
|
|
892
|
-
"value": "{\"light\":\"#9a5b10\",\"dark\":\"#ff9500\"}",
|
|
893
|
-
"type": "color",
|
|
894
|
-
"attributes": {
|
|
895
|
-
"category": "color",
|
|
896
|
-
"group": "status",
|
|
897
|
-
"kind": "warning",
|
|
898
|
-
"type": "color",
|
|
899
|
-
"item": "status",
|
|
900
|
-
"subitem": "warning",
|
|
901
|
-
"state": "press",
|
|
902
|
-
"names": {
|
|
903
|
-
"scss": "$calcite-color-status-warning-press",
|
|
904
|
-
"css": "var(--calcite-color-status-warning-press)",
|
|
905
|
-
"docs": "semantic.color.status.warning.press",
|
|
906
|
-
"es6": "calciteColorStatusWarningPress"
|
|
907
|
-
},
|
|
908
|
-
"calcite-schema": {
|
|
909
|
-
"system": "calcite",
|
|
910
|
-
"tier": "color",
|
|
911
|
-
"type": "color"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
915
|
-
"isSource": false,
|
|
916
|
-
"name": "Color Status Warning Press",
|
|
917
|
-
"path": ["semantic", "color", "status", "warning", "press"]
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"key": "{semantic.color.status.danger.default}",
|
|
921
|
-
"value": "{\"light\":\"#d83020\",\"dark\":\"#fe583e\"}",
|
|
922
|
-
"type": "color",
|
|
923
|
-
"attributes": {
|
|
924
|
-
"category": "color",
|
|
925
|
-
"group": "status",
|
|
926
|
-
"kind": "danger",
|
|
927
|
-
"type": "color",
|
|
928
|
-
"item": "status",
|
|
929
|
-
"subitem": "danger",
|
|
930
|
-
"state": "default",
|
|
931
|
-
"names": {
|
|
932
|
-
"scss": "$calcite-color-status-danger",
|
|
933
|
-
"css": "var(--calcite-color-status-danger)",
|
|
934
|
-
"docs": "semantic.color.status.danger.default",
|
|
935
|
-
"es6": "calciteColorStatusDanger"
|
|
936
|
-
},
|
|
937
|
-
"calcite-schema": {
|
|
938
|
-
"system": "calcite",
|
|
939
|
-
"tier": "color",
|
|
940
|
-
"type": "color"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
944
|
-
"isSource": false,
|
|
945
|
-
"name": "Color Status Danger",
|
|
946
|
-
"path": ["semantic", "color", "status", "danger", "default"]
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"key": "{semantic.color.status.danger.hover}",
|
|
950
|
-
"value": "{\"light\":\"#a82b1e\",\"dark\":\"#ff0015\"}",
|
|
951
|
-
"type": "color",
|
|
952
|
-
"attributes": {
|
|
953
|
-
"category": "color",
|
|
954
|
-
"group": "status",
|
|
955
|
-
"kind": "danger",
|
|
956
|
-
"type": "color",
|
|
957
|
-
"item": "status",
|
|
958
|
-
"subitem": "danger",
|
|
959
|
-
"state": "hover",
|
|
960
|
-
"names": {
|
|
961
|
-
"scss": "$calcite-color-status-danger-hover",
|
|
962
|
-
"css": "var(--calcite-color-status-danger-hover)",
|
|
963
|
-
"docs": "semantic.color.status.danger.hover",
|
|
964
|
-
"es6": "calciteColorStatusDangerHover"
|
|
965
|
-
},
|
|
966
|
-
"calcite-schema": {
|
|
967
|
-
"system": "calcite",
|
|
968
|
-
"tier": "color",
|
|
969
|
-
"type": "color"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
973
|
-
"isSource": false,
|
|
974
|
-
"name": "Color Status Danger Hover",
|
|
975
|
-
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"key": "{semantic.color.status.danger.press}",
|
|
979
|
-
"value": "{\"light\":\"#7c1d13\",\"dark\":\"#d90012\"}",
|
|
980
|
-
"type": "color",
|
|
981
|
-
"attributes": {
|
|
982
|
-
"category": "color",
|
|
983
|
-
"group": "status",
|
|
984
|
-
"kind": "danger",
|
|
985
|
-
"type": "color",
|
|
986
|
-
"item": "status",
|
|
987
|
-
"subitem": "danger",
|
|
988
|
-
"state": "press",
|
|
989
|
-
"names": {
|
|
990
|
-
"scss": "$calcite-color-status-danger-press",
|
|
991
|
-
"css": "var(--calcite-color-status-danger-press)",
|
|
992
|
-
"docs": "semantic.color.status.danger.press",
|
|
993
|
-
"es6": "calciteColorStatusDangerPress"
|
|
994
|
-
},
|
|
995
|
-
"calcite-schema": {
|
|
996
|
-
"system": "calcite",
|
|
997
|
-
"tier": "color",
|
|
998
|
-
"type": "color"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
1002
|
-
"isSource": false,
|
|
1003
|
-
"name": "Color Status Danger Press",
|
|
1004
|
-
"path": ["semantic", "color", "status", "danger", "press"]
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"key": "{semantic.color.inverse.default}",
|
|
1008
|
-
"value": "{\"light\":\"#363636\",\"dark\":\"#f7f7f7\"}",
|
|
1009
|
-
"type": "color",
|
|
1010
|
-
"attributes": {
|
|
1011
|
-
"category": "color",
|
|
1012
|
-
"group": "inverse",
|
|
1013
|
-
"type": "color",
|
|
1014
|
-
"item": "inverse",
|
|
1015
|
-
"subitem": "default",
|
|
1016
|
-
"names": {
|
|
1017
|
-
"scss": "$calcite-color-inverse",
|
|
1018
|
-
"css": "var(--calcite-color-inverse)",
|
|
1019
|
-
"docs": "semantic.color.inverse.default",
|
|
1020
|
-
"es6": "calciteColorInverse"
|
|
1021
|
-
},
|
|
1022
|
-
"calcite-schema": {
|
|
1023
|
-
"system": "calcite",
|
|
1024
|
-
"tier": "color",
|
|
1025
|
-
"type": "color"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
1029
|
-
"isSource": false,
|
|
1030
|
-
"name": "Color Inverse",
|
|
1031
|
-
"path": ["semantic", "color", "inverse", "default"]
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"key": "{semantic.color.inverse.hover}",
|
|
1035
|
-
"value": "{\"light\":\"#2b2b2b\",\"dark\":\"#f2f2f2\"}",
|
|
1036
|
-
"type": "color",
|
|
1037
|
-
"attributes": {
|
|
1038
|
-
"category": "color",
|
|
1039
|
-
"group": "inverse",
|
|
1040
|
-
"type": "color",
|
|
1041
|
-
"item": "inverse",
|
|
1042
|
-
"subitem": "hover",
|
|
1043
|
-
"names": {
|
|
1044
|
-
"scss": "$calcite-color-inverse-hover",
|
|
1045
|
-
"css": "var(--calcite-color-inverse-hover)",
|
|
1046
|
-
"docs": "semantic.color.inverse.hover",
|
|
1047
|
-
"es6": "calciteColorInverseHover"
|
|
1048
|
-
},
|
|
1049
|
-
"calcite-schema": {
|
|
1050
|
-
"system": "calcite",
|
|
1051
|
-
"tier": "color",
|
|
1052
|
-
"type": "color"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
1056
|
-
"isSource": false,
|
|
1057
|
-
"name": "Color Inverse Hover",
|
|
1058
|
-
"path": ["semantic", "color", "inverse", "hover"]
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"key": "{semantic.color.inverse.press}",
|
|
1062
|
-
"value": "{\"light\":\"#212121\",\"dark\":\"#ebebeb\"}",
|
|
1063
|
-
"type": "color",
|
|
1064
|
-
"attributes": {
|
|
1065
|
-
"category": "color",
|
|
1066
|
-
"group": "inverse",
|
|
1067
|
-
"type": "color",
|
|
1068
|
-
"item": "inverse",
|
|
1069
|
-
"subitem": "press",
|
|
1070
|
-
"names": {
|
|
1071
|
-
"scss": "$calcite-color-inverse-press",
|
|
1072
|
-
"css": "var(--calcite-color-inverse-press)",
|
|
1073
|
-
"docs": "semantic.color.inverse.press",
|
|
1074
|
-
"es6": "calciteColorInversePress"
|
|
1075
|
-
},
|
|
1076
|
-
"calcite-schema": {
|
|
1077
|
-
"system": "calcite",
|
|
1078
|
-
"tier": "color",
|
|
1079
|
-
"type": "color"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
"filePath": "src/tokens/semantic/color/light.json",
|
|
1083
|
-
"isSource": false,
|
|
1084
|
-
"name": "Color Inverse Press",
|
|
1085
|
-
"path": ["semantic", "color", "inverse", "press"]
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"key": "{semantic.color.text.1}",
|
|
1089
|
-
"value": "{\"light\":\"#141414\",\"dark\":\"#ffffff\"}",
|
|
1090
|
-
"type": "color",
|
|
1091
|
-
"attributes": {
|
|
1092
|
-
"category": "color",
|
|
1093
|
-
"group": "text",
|
|
1094
|
-
"type": "color",
|
|
1095
|
-
"item": "text",
|
|
1096
|
-
"subitem": "1",
|
|
1097
|
-
"names": {
|
|
1098
|
-
"scss": "$calcite-color-text-1",
|
|
1099
|
-
"css": "var(--calcite-color-text-1)",
|
|
1100
|
-
"docs": "semantic.color.text.1",
|
|
1101
|
-
"es6": "calciteColorText1"
|
|
1078
|
+
"state": "hover",
|
|
1079
|
+
"names": {
|
|
1080
|
+
"scss": "$calcite-color-status-warning-hover",
|
|
1081
|
+
"css": "var(--calcite-color-status-warning-hover)",
|
|
1082
|
+
"docs": "semantic.color.status.warning.hover",
|
|
1083
|
+
"es6": "calciteColorStatusWarningHover"
|
|
1102
1084
|
},
|
|
1103
1085
|
"calcite-schema": {
|
|
1104
1086
|
"system": "calcite",
|
|
@@ -1108,24 +1090,26 @@
|
|
|
1108
1090
|
},
|
|
1109
1091
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1110
1092
|
"isSource": false,
|
|
1111
|
-
"name": "Color
|
|
1112
|
-
"path": ["semantic", "color", "
|
|
1093
|
+
"name": "Color Status Warning Hover",
|
|
1094
|
+
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
1113
1095
|
},
|
|
1114
1096
|
{
|
|
1115
|
-
"key": "{semantic.color.
|
|
1116
|
-
"value": "{\"light\":\"#
|
|
1097
|
+
"key": "{semantic.color.status.warning.press}",
|
|
1098
|
+
"value": "{\"light\":\"#9a5b10\",\"dark\":\"#ff9500\"}",
|
|
1117
1099
|
"type": "color",
|
|
1118
1100
|
"attributes": {
|
|
1119
1101
|
"category": "color",
|
|
1120
|
-
"group": "
|
|
1102
|
+
"group": "status",
|
|
1103
|
+
"kind": "warning",
|
|
1121
1104
|
"type": "color",
|
|
1122
|
-
"item": "
|
|
1123
|
-
"subitem": "
|
|
1105
|
+
"item": "status",
|
|
1106
|
+
"subitem": "warning",
|
|
1107
|
+
"state": "press",
|
|
1124
1108
|
"names": {
|
|
1125
|
-
"scss": "$calcite-color-
|
|
1126
|
-
"css": "var(--calcite-color-
|
|
1127
|
-
"docs": "semantic.color.
|
|
1128
|
-
"es6": "
|
|
1109
|
+
"scss": "$calcite-color-status-warning-press",
|
|
1110
|
+
"css": "var(--calcite-color-status-warning-press)",
|
|
1111
|
+
"docs": "semantic.color.status.warning.press",
|
|
1112
|
+
"es6": "calciteColorStatusWarningPress"
|
|
1129
1113
|
},
|
|
1130
1114
|
"calcite-schema": {
|
|
1131
1115
|
"system": "calcite",
|
|
@@ -1135,24 +1119,26 @@
|
|
|
1135
1119
|
},
|
|
1136
1120
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1137
1121
|
"isSource": false,
|
|
1138
|
-
"name": "Color
|
|
1139
|
-
"path": ["semantic", "color", "
|
|
1122
|
+
"name": "Color Status Warning Press",
|
|
1123
|
+
"path": ["semantic", "color", "status", "warning", "press"]
|
|
1140
1124
|
},
|
|
1141
1125
|
{
|
|
1142
|
-
"key": "{semantic.color.
|
|
1143
|
-
"value": "{\"light\":\"#
|
|
1126
|
+
"key": "{semantic.color.status.danger.default}",
|
|
1127
|
+
"value": "{\"light\":\"#d83020\",\"dark\":\"#fe583e\"}",
|
|
1144
1128
|
"type": "color",
|
|
1145
1129
|
"attributes": {
|
|
1146
1130
|
"category": "color",
|
|
1147
|
-
"group": "
|
|
1131
|
+
"group": "status",
|
|
1132
|
+
"kind": "danger",
|
|
1148
1133
|
"type": "color",
|
|
1149
|
-
"item": "
|
|
1150
|
-
"subitem": "
|
|
1134
|
+
"item": "status",
|
|
1135
|
+
"subitem": "danger",
|
|
1136
|
+
"state": "default",
|
|
1151
1137
|
"names": {
|
|
1152
|
-
"scss": "$calcite-color-
|
|
1153
|
-
"css": "var(--calcite-color-
|
|
1154
|
-
"docs": "semantic.color.
|
|
1155
|
-
"es6": "
|
|
1138
|
+
"scss": "$calcite-color-status-danger",
|
|
1139
|
+
"css": "var(--calcite-color-status-danger)",
|
|
1140
|
+
"docs": "semantic.color.status.danger.default",
|
|
1141
|
+
"es6": "calciteColorStatusDanger"
|
|
1156
1142
|
},
|
|
1157
1143
|
"calcite-schema": {
|
|
1158
1144
|
"system": "calcite",
|
|
@@ -1162,24 +1148,26 @@
|
|
|
1162
1148
|
},
|
|
1163
1149
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1164
1150
|
"isSource": false,
|
|
1165
|
-
"name": "Color
|
|
1166
|
-
"path": ["semantic", "color", "
|
|
1151
|
+
"name": "Color Status Danger",
|
|
1152
|
+
"path": ["semantic", "color", "status", "danger", "default"]
|
|
1167
1153
|
},
|
|
1168
1154
|
{
|
|
1169
|
-
"key": "{semantic.color.
|
|
1170
|
-
"value": "{\"light\":\"#
|
|
1155
|
+
"key": "{semantic.color.status.danger.hover}",
|
|
1156
|
+
"value": "{\"light\":\"#a82b1e\",\"dark\":\"#ff0015\"}",
|
|
1171
1157
|
"type": "color",
|
|
1172
1158
|
"attributes": {
|
|
1173
1159
|
"category": "color",
|
|
1174
|
-
"group": "
|
|
1160
|
+
"group": "status",
|
|
1161
|
+
"kind": "danger",
|
|
1175
1162
|
"type": "color",
|
|
1176
|
-
"item": "
|
|
1177
|
-
"subitem": "
|
|
1163
|
+
"item": "status",
|
|
1164
|
+
"subitem": "danger",
|
|
1165
|
+
"state": "hover",
|
|
1178
1166
|
"names": {
|
|
1179
|
-
"scss": "$calcite-color-
|
|
1180
|
-
"css": "var(--calcite-color-
|
|
1181
|
-
"docs": "semantic.color.
|
|
1182
|
-
"es6": "
|
|
1167
|
+
"scss": "$calcite-color-status-danger-hover",
|
|
1168
|
+
"css": "var(--calcite-color-status-danger-hover)",
|
|
1169
|
+
"docs": "semantic.color.status.danger.hover",
|
|
1170
|
+
"es6": "calciteColorStatusDangerHover"
|
|
1183
1171
|
},
|
|
1184
1172
|
"calcite-schema": {
|
|
1185
1173
|
"system": "calcite",
|
|
@@ -1189,24 +1177,26 @@
|
|
|
1189
1177
|
},
|
|
1190
1178
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1191
1179
|
"isSource": false,
|
|
1192
|
-
"name": "Color
|
|
1193
|
-
"path": ["semantic", "color", "
|
|
1180
|
+
"name": "Color Status Danger Hover",
|
|
1181
|
+
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
1194
1182
|
},
|
|
1195
1183
|
{
|
|
1196
|
-
"key": "{semantic.color.
|
|
1197
|
-
"value": "{\"light\":\"#
|
|
1184
|
+
"key": "{semantic.color.status.danger.press}",
|
|
1185
|
+
"value": "{\"light\":\"#7c1d13\",\"dark\":\"#d90012\"}",
|
|
1198
1186
|
"type": "color",
|
|
1199
1187
|
"attributes": {
|
|
1200
1188
|
"category": "color",
|
|
1201
|
-
"group": "
|
|
1189
|
+
"group": "status",
|
|
1190
|
+
"kind": "danger",
|
|
1202
1191
|
"type": "color",
|
|
1203
|
-
"item": "
|
|
1204
|
-
"subitem": "
|
|
1192
|
+
"item": "status",
|
|
1193
|
+
"subitem": "danger",
|
|
1194
|
+
"state": "press",
|
|
1205
1195
|
"names": {
|
|
1206
|
-
"scss": "$calcite-color-
|
|
1207
|
-
"css": "var(--calcite-color-
|
|
1208
|
-
"docs": "semantic.color.
|
|
1209
|
-
"es6": "
|
|
1196
|
+
"scss": "$calcite-color-status-danger-press",
|
|
1197
|
+
"css": "var(--calcite-color-status-danger-press)",
|
|
1198
|
+
"docs": "semantic.color.status.danger.press",
|
|
1199
|
+
"es6": "calciteColorStatusDangerPress"
|
|
1210
1200
|
},
|
|
1211
1201
|
"calcite-schema": {
|
|
1212
1202
|
"system": "calcite",
|
|
@@ -1216,24 +1206,24 @@
|
|
|
1216
1206
|
},
|
|
1217
1207
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1218
1208
|
"isSource": false,
|
|
1219
|
-
"name": "Color
|
|
1220
|
-
"path": ["semantic", "color", "
|
|
1209
|
+
"name": "Color Status Danger Press",
|
|
1210
|
+
"path": ["semantic", "color", "status", "danger", "press"]
|
|
1221
1211
|
},
|
|
1222
1212
|
{
|
|
1223
|
-
"key": "{semantic.color.
|
|
1224
|
-
"value": "{\"light\":\"
|
|
1213
|
+
"key": "{semantic.color.transparent.default}",
|
|
1214
|
+
"value": "{\"light\":\"rgba(0, 0, 0, 0)\",\"dark\":\"rgba(255, 255, 255, 0)\"}",
|
|
1225
1215
|
"type": "color",
|
|
1226
1216
|
"attributes": {
|
|
1227
1217
|
"category": "color",
|
|
1228
|
-
"group": "
|
|
1218
|
+
"group": "transparent",
|
|
1229
1219
|
"type": "color",
|
|
1230
|
-
"item": "
|
|
1231
|
-
"subitem": "
|
|
1220
|
+
"item": "transparent",
|
|
1221
|
+
"subitem": "default",
|
|
1232
1222
|
"names": {
|
|
1233
|
-
"scss": "$calcite-color-
|
|
1234
|
-
"css": "var(--calcite-color-
|
|
1235
|
-
"docs": "semantic.color.
|
|
1236
|
-
"es6": "
|
|
1223
|
+
"scss": "$calcite-color-transparent",
|
|
1224
|
+
"css": "var(--calcite-color-transparent)",
|
|
1225
|
+
"docs": "semantic.color.transparent.default",
|
|
1226
|
+
"es6": "calciteColorTransparent"
|
|
1237
1227
|
},
|
|
1238
1228
|
"calcite-schema": {
|
|
1239
1229
|
"system": "calcite",
|
|
@@ -1243,24 +1233,24 @@
|
|
|
1243
1233
|
},
|
|
1244
1234
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1245
1235
|
"isSource": false,
|
|
1246
|
-
"name": "Color
|
|
1247
|
-
"path": ["semantic", "color", "
|
|
1236
|
+
"name": "Color Transparent",
|
|
1237
|
+
"path": ["semantic", "color", "transparent", "default"]
|
|
1248
1238
|
},
|
|
1249
1239
|
{
|
|
1250
|
-
"key": "{semantic.color.
|
|
1251
|
-
"value": "{\"light\":\"
|
|
1240
|
+
"key": "{semantic.color.transparent.hover}",
|
|
1241
|
+
"value": "{\"light\":\"rgba(0, 0, 0, 0.04)\",\"dark\":\"rgba(255, 255, 255, 0.12)\"}",
|
|
1252
1242
|
"type": "color",
|
|
1253
1243
|
"attributes": {
|
|
1254
1244
|
"category": "color",
|
|
1255
|
-
"group": "
|
|
1245
|
+
"group": "transparent",
|
|
1256
1246
|
"type": "color",
|
|
1257
|
-
"item": "
|
|
1258
|
-
"subitem": "
|
|
1247
|
+
"item": "transparent",
|
|
1248
|
+
"subitem": "hover",
|
|
1259
1249
|
"names": {
|
|
1260
|
-
"scss": "$calcite-color-
|
|
1261
|
-
"css": "var(--calcite-color-
|
|
1262
|
-
"docs": "semantic.color.
|
|
1263
|
-
"es6": "
|
|
1250
|
+
"scss": "$calcite-color-transparent-hover",
|
|
1251
|
+
"css": "var(--calcite-color-transparent-hover)",
|
|
1252
|
+
"docs": "semantic.color.transparent.hover",
|
|
1253
|
+
"es6": "calciteColorTransparentHover"
|
|
1264
1254
|
},
|
|
1265
1255
|
"calcite-schema": {
|
|
1266
1256
|
"system": "calcite",
|
|
@@ -1270,24 +1260,24 @@
|
|
|
1270
1260
|
},
|
|
1271
1261
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1272
1262
|
"isSource": false,
|
|
1273
|
-
"name": "Color
|
|
1274
|
-
"path": ["semantic", "color", "
|
|
1263
|
+
"name": "Color Transparent Hover",
|
|
1264
|
+
"path": ["semantic", "color", "transparent", "hover"]
|
|
1275
1265
|
},
|
|
1276
1266
|
{
|
|
1277
|
-
"key": "{semantic.color.
|
|
1278
|
-
"value": "{\"light\":\"
|
|
1267
|
+
"key": "{semantic.color.transparent.press}",
|
|
1268
|
+
"value": "{\"light\":\"rgba(0, 0, 0, 0.08)\",\"dark\":\"rgba(255, 255, 255, 0.16)\"}",
|
|
1279
1269
|
"type": "color",
|
|
1280
1270
|
"attributes": {
|
|
1281
1271
|
"category": "color",
|
|
1282
|
-
"group": "
|
|
1272
|
+
"group": "transparent",
|
|
1283
1273
|
"type": "color",
|
|
1284
|
-
"item": "
|
|
1285
|
-
"subitem": "
|
|
1274
|
+
"item": "transparent",
|
|
1275
|
+
"subitem": "press",
|
|
1286
1276
|
"names": {
|
|
1287
|
-
"scss": "$calcite-color-
|
|
1288
|
-
"css": "var(--calcite-color-
|
|
1289
|
-
"docs": "semantic.color.
|
|
1290
|
-
"es6": "
|
|
1277
|
+
"scss": "$calcite-color-transparent-press",
|
|
1278
|
+
"css": "var(--calcite-color-transparent-press)",
|
|
1279
|
+
"docs": "semantic.color.transparent.press",
|
|
1280
|
+
"es6": "calciteColorTransparentPress"
|
|
1291
1281
|
},
|
|
1292
1282
|
"calcite-schema": {
|
|
1293
1283
|
"system": "calcite",
|
|
@@ -1297,24 +1287,24 @@
|
|
|
1297
1287
|
},
|
|
1298
1288
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1299
1289
|
"isSource": false,
|
|
1300
|
-
"name": "Color
|
|
1301
|
-
"path": ["semantic", "color", "
|
|
1290
|
+
"name": "Color Transparent Press",
|
|
1291
|
+
"path": ["semantic", "color", "transparent", "press"]
|
|
1302
1292
|
},
|
|
1303
1293
|
{
|
|
1304
|
-
"key": "{semantic.color.
|
|
1305
|
-
"value": "{\"light\":\"
|
|
1294
|
+
"key": "{semantic.color.transparent.scrim}",
|
|
1295
|
+
"value": "{\"light\":\"rgba(255, 255, 255, 0.85)\",\"dark\":\"rgba(0, 0, 0, 0.85)\"}",
|
|
1306
1296
|
"type": "color",
|
|
1307
1297
|
"attributes": {
|
|
1308
1298
|
"category": "color",
|
|
1309
|
-
"group": "
|
|
1299
|
+
"group": "transparent",
|
|
1310
1300
|
"type": "color",
|
|
1311
|
-
"item": "
|
|
1312
|
-
"subitem": "
|
|
1301
|
+
"item": "transparent",
|
|
1302
|
+
"subitem": "scrim",
|
|
1313
1303
|
"names": {
|
|
1314
|
-
"scss": "$calcite-color-
|
|
1315
|
-
"css": "var(--calcite-color-
|
|
1316
|
-
"docs": "semantic.color.
|
|
1317
|
-
"es6": "
|
|
1304
|
+
"scss": "$calcite-color-transparent-scrim",
|
|
1305
|
+
"css": "var(--calcite-color-transparent-scrim)",
|
|
1306
|
+
"docs": "semantic.color.transparent.scrim",
|
|
1307
|
+
"es6": "calciteColorTransparentScrim"
|
|
1318
1308
|
},
|
|
1319
1309
|
"calcite-schema": {
|
|
1320
1310
|
"system": "calcite",
|
|
@@ -1324,24 +1314,24 @@
|
|
|
1324
1314
|
},
|
|
1325
1315
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1326
1316
|
"isSource": false,
|
|
1327
|
-
"name": "Color
|
|
1328
|
-
"path": ["semantic", "color", "
|
|
1317
|
+
"name": "Color Transparent Scrim",
|
|
1318
|
+
"path": ["semantic", "color", "transparent", "scrim"]
|
|
1329
1319
|
},
|
|
1330
1320
|
{
|
|
1331
|
-
"key": "{semantic.color.
|
|
1332
|
-
"value": "{\"light\":\"
|
|
1321
|
+
"key": "{semantic.color.transparent.tint}",
|
|
1322
|
+
"value": "{\"light\":\"rgba(255, 255, 255, 0.8)\",\"dark\":\"rgba(43, 43, 43, 0.8)\"}",
|
|
1333
1323
|
"type": "color",
|
|
1334
1324
|
"attributes": {
|
|
1335
1325
|
"category": "color",
|
|
1336
|
-
"group": "
|
|
1326
|
+
"group": "transparent",
|
|
1337
1327
|
"type": "color",
|
|
1338
|
-
"item": "
|
|
1339
|
-
"subitem": "
|
|
1328
|
+
"item": "transparent",
|
|
1329
|
+
"subitem": "tint",
|
|
1340
1330
|
"names": {
|
|
1341
|
-
"scss": "$calcite-color-
|
|
1342
|
-
"css": "var(--calcite-color-
|
|
1343
|
-
"docs": "semantic.color.
|
|
1344
|
-
"es6": "
|
|
1331
|
+
"scss": "$calcite-color-transparent-tint",
|
|
1332
|
+
"css": "var(--calcite-color-transparent-tint)",
|
|
1333
|
+
"docs": "semantic.color.transparent.tint",
|
|
1334
|
+
"es6": "calciteColorTransparentTint"
|
|
1345
1335
|
},
|
|
1346
1336
|
"calcite-schema": {
|
|
1347
1337
|
"system": "calcite",
|
|
@@ -1351,24 +1341,26 @@
|
|
|
1351
1341
|
},
|
|
1352
1342
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1353
1343
|
"isSource": false,
|
|
1354
|
-
"name": "Color
|
|
1355
|
-
"path": ["semantic", "color", "
|
|
1344
|
+
"name": "Color Transparent Tint",
|
|
1345
|
+
"path": ["semantic", "color", "transparent", "tint"]
|
|
1356
1346
|
},
|
|
1357
1347
|
{
|
|
1358
|
-
"key": "{semantic.color.
|
|
1359
|
-
"value": "{\"light\":\"rgba(
|
|
1348
|
+
"key": "{semantic.color.transparent.inverse.hover}",
|
|
1349
|
+
"value": "{\"light\":\"rgba(255, 255, 255, 0.12)\",\"dark\":\"rgba(0, 0, 0, 0.04)\"}",
|
|
1360
1350
|
"type": "color",
|
|
1361
1351
|
"attributes": {
|
|
1362
1352
|
"category": "color",
|
|
1363
|
-
"group": "
|
|
1353
|
+
"group": "transparent",
|
|
1354
|
+
"kind": "inverse",
|
|
1364
1355
|
"type": "color",
|
|
1365
|
-
"item": "
|
|
1366
|
-
"subitem": "
|
|
1356
|
+
"item": "transparent",
|
|
1357
|
+
"subitem": "inverse",
|
|
1358
|
+
"state": "hover",
|
|
1367
1359
|
"names": {
|
|
1368
|
-
"scss": "$calcite-color-
|
|
1369
|
-
"css": "var(--calcite-color-
|
|
1370
|
-
"docs": "semantic.color.
|
|
1371
|
-
"es6": "
|
|
1360
|
+
"scss": "$calcite-color-transparent-inverse-hover",
|
|
1361
|
+
"css": "var(--calcite-color-transparent-inverse-hover)",
|
|
1362
|
+
"docs": "semantic.color.transparent.inverse.hover",
|
|
1363
|
+
"es6": "calciteColorTransparentInverseHover"
|
|
1372
1364
|
},
|
|
1373
1365
|
"calcite-schema": {
|
|
1374
1366
|
"system": "calcite",
|
|
@@ -1378,24 +1370,26 @@
|
|
|
1378
1370
|
},
|
|
1379
1371
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1380
1372
|
"isSource": false,
|
|
1381
|
-
"name": "Color
|
|
1382
|
-
"path": ["semantic", "color", "
|
|
1373
|
+
"name": "Color Transparent Inverse Hover",
|
|
1374
|
+
"path": ["semantic", "color", "transparent", "inverse", "hover"]
|
|
1383
1375
|
},
|
|
1384
1376
|
{
|
|
1385
|
-
"key": "{semantic.color.
|
|
1386
|
-
"value": "{\"light\":\"
|
|
1377
|
+
"key": "{semantic.color.transparent.inverse.press}",
|
|
1378
|
+
"value": "{\"light\":\"rgba(255, 255, 255, 0.16)\",\"dark\":\"rgba(0, 0, 0, 0.08)\"}",
|
|
1387
1379
|
"type": "color",
|
|
1388
1380
|
"attributes": {
|
|
1389
1381
|
"category": "color",
|
|
1390
|
-
"group": "
|
|
1382
|
+
"group": "transparent",
|
|
1383
|
+
"kind": "inverse",
|
|
1391
1384
|
"type": "color",
|
|
1392
|
-
"item": "
|
|
1393
|
-
"subitem": "
|
|
1385
|
+
"item": "transparent",
|
|
1386
|
+
"subitem": "inverse",
|
|
1387
|
+
"state": "press",
|
|
1394
1388
|
"names": {
|
|
1395
|
-
"scss": "$calcite-color-
|
|
1396
|
-
"css": "var(--calcite-color-
|
|
1397
|
-
"docs": "semantic.color.
|
|
1398
|
-
"es6": "
|
|
1389
|
+
"scss": "$calcite-color-transparent-inverse-press",
|
|
1390
|
+
"css": "var(--calcite-color-transparent-inverse-press)",
|
|
1391
|
+
"docs": "semantic.color.transparent.inverse.press",
|
|
1392
|
+
"es6": "calciteColorTransparentInversePress"
|
|
1399
1393
|
},
|
|
1400
1394
|
"calcite-schema": {
|
|
1401
1395
|
"system": "calcite",
|
|
@@ -1405,8 +1399,8 @@
|
|
|
1405
1399
|
},
|
|
1406
1400
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1407
1401
|
"isSource": false,
|
|
1408
|
-
"name": "Color
|
|
1409
|
-
"path": ["semantic", "color", "
|
|
1402
|
+
"name": "Color Transparent Inverse Press",
|
|
1403
|
+
"path": ["semantic", "color", "transparent", "inverse", "press"]
|
|
1410
1404
|
},
|
|
1411
1405
|
{
|
|
1412
1406
|
"key": "{semantic.color.focus.default}",
|
|
@@ -2381,7 +2375,7 @@
|
|
|
2381
2375
|
},
|
|
2382
2376
|
{
|
|
2383
2377
|
"key": "{semantic.corner-radius.pill}",
|
|
2384
|
-
"value": "
|
|
2378
|
+
"value": "9999px",
|
|
2385
2379
|
"type": "dimension",
|
|
2386
2380
|
"attributes": {
|
|
2387
2381
|
"category": "corner-radius",
|