@covalent/tokens 7.1.0 → 7.2.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/_index.scss +29 -11
- package/index.css +19 -10
- package/index.d.ts +10 -1
- package/index.js +19 -10
- package/index.json +285 -114
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"background": {
|
|
441
441
|
"value": "#f5f5f5",
|
|
442
442
|
"type": "color",
|
|
443
|
-
"filePath": "libs/tokens/src/color/
|
|
443
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
444
444
|
"isSource": true,
|
|
445
445
|
"original": {
|
|
446
446
|
"value": "{material.grey-100}",
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"surface": {
|
|
460
460
|
"value": "white",
|
|
461
461
|
"type": "color",
|
|
462
|
-
"filePath": "libs/tokens/src/color/
|
|
462
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
463
463
|
"isSource": true,
|
|
464
464
|
"original": {
|
|
465
465
|
"value": "white",
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"surface-canvas": {
|
|
479
479
|
"value": "#eee",
|
|
480
480
|
"type": "color",
|
|
481
|
-
"filePath": "libs/tokens/src/color/
|
|
481
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
482
482
|
"isSource": true,
|
|
483
483
|
"original": {
|
|
484
484
|
"value": "{material.grey-200}",
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"surface-primary": {
|
|
498
498
|
"value": "#85dddc",
|
|
499
499
|
"type": "color",
|
|
500
|
-
"filePath": "libs/tokens/src/color/
|
|
500
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
501
501
|
"isSource": true,
|
|
502
502
|
"original": {
|
|
503
503
|
"value": "{teradata.teal-200}",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"surface-primary-highlight": {
|
|
517
517
|
"value": "rgba(#85dddc, 0.1)",
|
|
518
518
|
"type": "color",
|
|
519
|
-
"filePath": "libs/tokens/src/color/
|
|
519
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
520
520
|
"isSource": true,
|
|
521
521
|
"original": {
|
|
522
522
|
"value": "rgba({teradata.teal-200}, 0.1)",
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
"surface-primary-highlight-hover": {
|
|
536
536
|
"value": "rgba(#85dddc, 0.2)",
|
|
537
537
|
"type": "color",
|
|
538
|
-
"filePath": "libs/tokens/src/color/
|
|
538
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
539
539
|
"isSource": true,
|
|
540
540
|
"original": {
|
|
541
541
|
"value": "rgba({teradata.teal-200}, 0.2)",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"surface-accent": {
|
|
555
555
|
"value": "#85dddc",
|
|
556
556
|
"type": "color",
|
|
557
|
-
"filePath": "libs/tokens/src/color/
|
|
557
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
558
558
|
"isSource": true,
|
|
559
559
|
"original": {
|
|
560
560
|
"value": "{teradata.teal-200}",
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"surface-accent-highlight": {
|
|
574
574
|
"value": "rgba(#85dddc, 0.1)",
|
|
575
575
|
"type": "color",
|
|
576
|
-
"filePath": "libs/tokens/src/color/
|
|
576
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
577
577
|
"isSource": true,
|
|
578
578
|
"original": {
|
|
579
579
|
"value": "rgba({teradata.teal-200}, 0.1)",
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"surface-accent-highlight-hover": {
|
|
593
593
|
"value": "rgba(#85dddc, 0.2)",
|
|
594
594
|
"type": "color",
|
|
595
|
-
"filePath": "libs/tokens/src/color/
|
|
595
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
596
596
|
"isSource": true,
|
|
597
597
|
"original": {
|
|
598
598
|
"value": "rgba({teradata.teal-200}, 0.2)",
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"surface-secondary": {
|
|
612
612
|
"value": "#85dddc",
|
|
613
613
|
"type": "color",
|
|
614
|
-
"filePath": "libs/tokens/src/color/
|
|
614
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
615
615
|
"isSource": true,
|
|
616
616
|
"original": {
|
|
617
617
|
"value": "{teradata.teal-200}",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"surface-secondary-highlight": {
|
|
631
631
|
"value": "rgba(#85dddc, 0.1)",
|
|
632
632
|
"type": "color",
|
|
633
|
-
"filePath": "libs/tokens/src/color/
|
|
633
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
634
634
|
"isSource": true,
|
|
635
635
|
"original": {
|
|
636
636
|
"value": "rgba({teradata.teal-200}, 0.1)",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"surface-secondary-highlight-hover": {
|
|
650
650
|
"value": "rgba(#85dddc, 0.2)",
|
|
651
651
|
"type": "color",
|
|
652
|
-
"filePath": "libs/tokens/src/color/
|
|
652
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
653
653
|
"isSource": true,
|
|
654
654
|
"original": {
|
|
655
655
|
"value": "rgba({teradata.teal-200}, 0.2)",
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
"surface-positive": {
|
|
669
669
|
"value": "#a5d6a7",
|
|
670
670
|
"type": "color",
|
|
671
|
-
"filePath": "libs/tokens/src/color/
|
|
671
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
672
672
|
"isSource": true,
|
|
673
673
|
"original": {
|
|
674
674
|
"value": "{material.green-200}",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"surface-positive-highlight": {
|
|
688
688
|
"value": "rgba(#a5d6a7, 0.1)",
|
|
689
689
|
"type": "color",
|
|
690
|
-
"filePath": "libs/tokens/src/color/
|
|
690
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
691
691
|
"isSource": true,
|
|
692
692
|
"original": {
|
|
693
693
|
"value": "rgba({material.green-200}, 0.1)",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"surface-positive-highlight-hover": {
|
|
707
707
|
"value": "rgba(#a5d6a7, 0.2)",
|
|
708
708
|
"type": "color",
|
|
709
|
-
"filePath": "libs/tokens/src/color/
|
|
709
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
710
710
|
"isSource": true,
|
|
711
711
|
"original": {
|
|
712
712
|
"value": "rgba({material.green-200}, 0.2)",
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
"surface-caution": {
|
|
726
726
|
"value": "#ffb74d",
|
|
727
727
|
"type": "color",
|
|
728
|
-
"filePath": "libs/tokens/src/color/
|
|
728
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
729
729
|
"isSource": true,
|
|
730
730
|
"original": {
|
|
731
731
|
"value": "{material.orange-300}",
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"surface-caution-highlight": {
|
|
745
745
|
"value": "rgba(#ffb74d, 0.1)",
|
|
746
746
|
"type": "color",
|
|
747
|
-
"filePath": "libs/tokens/src/color/
|
|
747
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
748
748
|
"isSource": true,
|
|
749
749
|
"original": {
|
|
750
750
|
"value": "rgba({material.orange-300}, 0.1)",
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
"surface-caution-highlight-hover": {
|
|
764
764
|
"value": "rgba(#ffb74d, 0.2)",
|
|
765
765
|
"type": "color",
|
|
766
|
-
"filePath": "libs/tokens/src/color/
|
|
766
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
767
767
|
"isSource": true,
|
|
768
768
|
"original": {
|
|
769
769
|
"value": "rgba({material.orange-300}, 0.2)",
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"surface-negative": {
|
|
783
783
|
"value": "#e57373",
|
|
784
784
|
"type": "color",
|
|
785
|
-
"filePath": "libs/tokens/src/color/
|
|
785
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
786
786
|
"isSource": true,
|
|
787
787
|
"original": {
|
|
788
788
|
"value": "{material.red-300}",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"surface-negative-highlight": {
|
|
802
802
|
"value": "rgba(#e57373, 0.1)",
|
|
803
803
|
"type": "color",
|
|
804
|
-
"filePath": "libs/tokens/src/color/
|
|
804
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
805
805
|
"isSource": true,
|
|
806
806
|
"original": {
|
|
807
807
|
"value": "rgba({material.red-300}, 0.1)",
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
"surface-negative-highlight-hover": {
|
|
821
821
|
"value": "rgba(#e57373, 0.2)",
|
|
822
822
|
"type": "color",
|
|
823
|
-
"filePath": "libs/tokens/src/color/
|
|
823
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
824
824
|
"isSource": true,
|
|
825
825
|
"original": {
|
|
826
826
|
"value": "rgba({material.red-300}, 0.2)",
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"surface-neutral": {
|
|
840
840
|
"value": "#bdbdbd",
|
|
841
841
|
"type": "color",
|
|
842
|
-
"filePath": "libs/tokens/src/color/
|
|
842
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
843
843
|
"isSource": true,
|
|
844
844
|
"original": {
|
|
845
845
|
"value": "{material.grey-400}",
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
"surface-neutral-highlight": {
|
|
859
859
|
"value": "rgba(#bdbdbd, 0.04)",
|
|
860
860
|
"type": "color",
|
|
861
|
-
"filePath": "libs/tokens/src/color/
|
|
861
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
862
862
|
"isSource": true,
|
|
863
863
|
"original": {
|
|
864
864
|
"value": "rgba({material.grey-400}, 0.04)",
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
"surface-neutral-highlight-hover": {
|
|
878
878
|
"value": "rgba(#bdbdbd, 0.08)",
|
|
879
879
|
"type": "color",
|
|
880
|
-
"filePath": "libs/tokens/src/color/
|
|
880
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
881
881
|
"isSource": true,
|
|
882
882
|
"original": {
|
|
883
883
|
"value": "rgba({material.grey-400}, 0.08)",
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
"surface-emphasis": {
|
|
897
897
|
"value": "#afb6b9",
|
|
898
898
|
"type": "color",
|
|
899
|
-
"filePath": "libs/tokens/src/color/
|
|
899
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
900
900
|
"isSource": true,
|
|
901
901
|
"original": {
|
|
902
902
|
"value": "{teradata.slate-200}",
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
"surface-emphasis-highlight": {
|
|
916
916
|
"value": "rgba(#afb6b9, 0.1)",
|
|
917
917
|
"type": "color",
|
|
918
|
-
"filePath": "libs/tokens/src/color/
|
|
918
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
919
919
|
"isSource": true,
|
|
920
920
|
"original": {
|
|
921
921
|
"value": "rgba({teradata.slate-200}, 0.1)",
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
"surface-emphasis-highlight-hover": {
|
|
935
935
|
"value": "rgba(#afb6b9, 0.2)",
|
|
936
936
|
"type": "color",
|
|
937
|
-
"filePath": "libs/tokens/src/color/
|
|
937
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
938
938
|
"isSource": true,
|
|
939
939
|
"original": {
|
|
940
940
|
"value": "rgba({teradata.slate-200}, 0.2)",
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"background": {
|
|
1697
1697
|
"value": "#161c1f",
|
|
1698
1698
|
"type": "color",
|
|
1699
|
-
"filePath": "libs/tokens/src/color/
|
|
1699
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1700
1700
|
"isSource": true,
|
|
1701
1701
|
"original": {
|
|
1702
1702
|
"value": "{teradata.slate-1500}",
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
"surface": {
|
|
1716
1716
|
"value": "#28353b",
|
|
1717
1717
|
"type": "color",
|
|
1718
|
-
"filePath": "libs/tokens/src/color/
|
|
1718
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1719
1719
|
"isSource": true,
|
|
1720
1720
|
"original": {
|
|
1721
1721
|
"value": "{teradata.slate-1100}",
|
|
@@ -1734,7 +1734,7 @@
|
|
|
1734
1734
|
"surface-canvas": {
|
|
1735
1735
|
"value": "#101314",
|
|
1736
1736
|
"type": "color",
|
|
1737
|
-
"filePath": "libs/tokens/src/color/
|
|
1737
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1738
1738
|
"isSource": true,
|
|
1739
1739
|
"original": {
|
|
1740
1740
|
"value": "{teradata.slate-1700}",
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"surface-primary": {
|
|
1754
1754
|
"value": "#045c5c",
|
|
1755
1755
|
"type": "color",
|
|
1756
|
-
"filePath": "libs/tokens/src/color/
|
|
1756
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1757
1757
|
"isSource": true,
|
|
1758
1758
|
"original": {
|
|
1759
1759
|
"value": "{teradata.teal-1200}",
|
|
@@ -1772,7 +1772,7 @@
|
|
|
1772
1772
|
"surface-primary-highlight": {
|
|
1773
1773
|
"value": "rgba(#045c5c, 0.4)",
|
|
1774
1774
|
"type": "color",
|
|
1775
|
-
"filePath": "libs/tokens/src/color/
|
|
1775
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1776
1776
|
"isSource": true,
|
|
1777
1777
|
"original": {
|
|
1778
1778
|
"value": "rgba({teradata.teal-1200}, 0.4)",
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"surface-primary-highlight-hover": {
|
|
1792
1792
|
"value": "rgba(#045c5c, 0.6)",
|
|
1793
1793
|
"type": "color",
|
|
1794
|
-
"filePath": "libs/tokens/src/color/
|
|
1794
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1795
1795
|
"isSource": true,
|
|
1796
1796
|
"original": {
|
|
1797
1797
|
"value": "rgba({teradata.teal-1200}, 0.6)",
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
"surface-accent": {
|
|
1811
1811
|
"value": "#045c5c",
|
|
1812
1812
|
"type": "color",
|
|
1813
|
-
"filePath": "libs/tokens/src/color/
|
|
1813
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1814
1814
|
"isSource": true,
|
|
1815
1815
|
"original": {
|
|
1816
1816
|
"value": "{teradata.teal-1200}",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"surface-accent-highlight": {
|
|
1830
1830
|
"value": "rgba(#045c5c, 0.4)",
|
|
1831
1831
|
"type": "color",
|
|
1832
|
-
"filePath": "libs/tokens/src/color/
|
|
1832
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1833
1833
|
"isSource": true,
|
|
1834
1834
|
"original": {
|
|
1835
1835
|
"value": "rgba({teradata.teal-1200}, 0.4)",
|
|
@@ -1848,7 +1848,7 @@
|
|
|
1848
1848
|
"surface-accent-highlight-hover": {
|
|
1849
1849
|
"value": "rgba(#045c5c, 0.6)",
|
|
1850
1850
|
"type": "color",
|
|
1851
|
-
"filePath": "libs/tokens/src/color/
|
|
1851
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1852
1852
|
"isSource": true,
|
|
1853
1853
|
"original": {
|
|
1854
1854
|
"value": "rgba({teradata.teal-1200}, 0.6)",
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
"surface-secondary": {
|
|
1868
1868
|
"value": "#045c5c",
|
|
1869
1869
|
"type": "color",
|
|
1870
|
-
"filePath": "libs/tokens/src/color/
|
|
1870
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1871
1871
|
"isSource": true,
|
|
1872
1872
|
"original": {
|
|
1873
1873
|
"value": "{teradata.teal-1200}",
|
|
@@ -1886,7 +1886,7 @@
|
|
|
1886
1886
|
"surface-secondary-highlight": {
|
|
1887
1887
|
"value": "rgba(#045c5c, 0.4)",
|
|
1888
1888
|
"type": "color",
|
|
1889
|
-
"filePath": "libs/tokens/src/color/
|
|
1889
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1890
1890
|
"isSource": true,
|
|
1891
1891
|
"original": {
|
|
1892
1892
|
"value": "rgba({teradata.teal-1200}, 0.4)",
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
"surface-secondary-highlight-hover": {
|
|
1906
1906
|
"value": "rgba(#045c5c, 0.6)",
|
|
1907
1907
|
"type": "color",
|
|
1908
|
-
"filePath": "libs/tokens/src/color/
|
|
1908
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1909
1909
|
"isSource": true,
|
|
1910
1910
|
"original": {
|
|
1911
1911
|
"value": "rgba({teradata.teal-1200}, 0.6)",
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
"surface-positive": {
|
|
1925
1925
|
"value": "#336033",
|
|
1926
1926
|
"type": "color",
|
|
1927
|
-
"filePath": "libs/tokens/src/color/
|
|
1927
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1928
1928
|
"isSource": true,
|
|
1929
1929
|
"original": {
|
|
1930
1930
|
"value": "#336033",
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
"surface-positive-highlight": {
|
|
1944
1944
|
"value": "rgba(#336033, 0.4)",
|
|
1945
1945
|
"type": "color",
|
|
1946
|
-
"filePath": "libs/tokens/src/color/
|
|
1946
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1947
1947
|
"isSource": true,
|
|
1948
1948
|
"original": {
|
|
1949
1949
|
"value": "rgba(#336033, 0.4)",
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"surface-positive-highlight-hover": {
|
|
1963
1963
|
"value": "rgba(#336033, 0.6)",
|
|
1964
1964
|
"type": "color",
|
|
1965
|
-
"filePath": "libs/tokens/src/color/
|
|
1965
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1966
1966
|
"isSource": true,
|
|
1967
1967
|
"original": {
|
|
1968
1968
|
"value": "rgba(#336033, 0.6)",
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
"surface-caution": {
|
|
1982
1982
|
"value": "#704C16",
|
|
1983
1983
|
"type": "color",
|
|
1984
|
-
"filePath": "libs/tokens/src/color/
|
|
1984
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
1985
1985
|
"isSource": true,
|
|
1986
1986
|
"original": {
|
|
1987
1987
|
"value": "#704C16",
|
|
@@ -2000,7 +2000,7 @@
|
|
|
2000
2000
|
"surface-caution-highlight": {
|
|
2001
2001
|
"value": "rgba(#704C16, 0.4)",
|
|
2002
2002
|
"type": "color",
|
|
2003
|
-
"filePath": "libs/tokens/src/color/
|
|
2003
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2004
2004
|
"isSource": true,
|
|
2005
2005
|
"original": {
|
|
2006
2006
|
"value": "rgba(#704C16, 0.4)",
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
"surface-caution-highlight-hover": {
|
|
2020
2020
|
"value": "rgba(#704C16, 0.6)",
|
|
2021
2021
|
"type": "color",
|
|
2022
|
-
"filePath": "libs/tokens/src/color/
|
|
2022
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2023
2023
|
"isSource": true,
|
|
2024
2024
|
"original": {
|
|
2025
2025
|
"value": "rgba(#704C16, 0.6)",
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
"surface-negative": {
|
|
2039
2039
|
"value": "#883E32",
|
|
2040
2040
|
"type": "color",
|
|
2041
|
-
"filePath": "libs/tokens/src/color/
|
|
2041
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2042
2042
|
"isSource": true,
|
|
2043
2043
|
"original": {
|
|
2044
2044
|
"value": "#883E32",
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
"surface-negative-highlight": {
|
|
2058
2058
|
"value": "rgba(#883E32, 0.4)",
|
|
2059
2059
|
"type": "color",
|
|
2060
|
-
"filePath": "libs/tokens/src/color/
|
|
2060
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2061
2061
|
"isSource": true,
|
|
2062
2062
|
"original": {
|
|
2063
2063
|
"value": "rgba(#883E32, 0.4)",
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
"surface-negative-highlight-hover": {
|
|
2077
2077
|
"value": "rgba(#883E32, 0.6)",
|
|
2078
2078
|
"type": "color",
|
|
2079
|
-
"filePath": "libs/tokens/src/color/
|
|
2079
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2080
2080
|
"isSource": true,
|
|
2081
2081
|
"original": {
|
|
2082
2082
|
"value": "rgba(#883E32, 0.6)",
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"surface-neutral": {
|
|
2096
2096
|
"value": "#43515a",
|
|
2097
2097
|
"type": "color",
|
|
2098
|
-
"filePath": "libs/tokens/src/color/
|
|
2098
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2099
2099
|
"isSource": true,
|
|
2100
2100
|
"original": {
|
|
2101
2101
|
"value": "{teradata.slate-800}",
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
"surface-neutral-highlight": {
|
|
2115
2115
|
"value": "rgba(#43515a, 0.4)",
|
|
2116
2116
|
"type": "color",
|
|
2117
|
-
"filePath": "libs/tokens/src/color/
|
|
2117
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2118
2118
|
"isSource": true,
|
|
2119
2119
|
"original": {
|
|
2120
2120
|
"value": "rgba({teradata.slate-800}, 0.4)",
|
|
@@ -2133,7 +2133,7 @@
|
|
|
2133
2133
|
"surface-neutral-highlight-hover": {
|
|
2134
2134
|
"value": "rgba(#43515a, 0.6)",
|
|
2135
2135
|
"type": "color",
|
|
2136
|
-
"filePath": "libs/tokens/src/color/
|
|
2136
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2137
2137
|
"isSource": true,
|
|
2138
2138
|
"original": {
|
|
2139
2139
|
"value": "rgba({teradata.slate-800}, 0.6)",
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"surface-emphasis": {
|
|
2153
2153
|
"value": "#43515a",
|
|
2154
2154
|
"type": "color",
|
|
2155
|
-
"filePath": "libs/tokens/src/color/
|
|
2155
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2156
2156
|
"isSource": true,
|
|
2157
2157
|
"original": {
|
|
2158
2158
|
"value": "{teradata.slate-800}",
|
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
"surface-emphasis-highlight": {
|
|
2172
2172
|
"value": "rgba(#43515a, 0.4)",
|
|
2173
2173
|
"type": "color",
|
|
2174
|
-
"filePath": "libs/tokens/src/color/
|
|
2174
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2175
2175
|
"isSource": true,
|
|
2176
2176
|
"original": {
|
|
2177
2177
|
"value": "rgba({teradata.slate-800}, 0.4)",
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
"surface-emphasis-highlight-hover": {
|
|
2191
2191
|
"value": "rgba(#43515a, 0.6)",
|
|
2192
2192
|
"type": "color",
|
|
2193
|
-
"filePath": "libs/tokens/src/color/
|
|
2193
|
+
"filePath": "libs/tokens/src/color/surface.json",
|
|
2194
2194
|
"isSource": true,
|
|
2195
2195
|
"original": {
|
|
2196
2196
|
"value": "rgba({teradata.slate-800}, 0.6)",
|
|
@@ -7343,7 +7343,7 @@
|
|
|
7343
7343
|
"teal-50": {
|
|
7344
7344
|
"value": "#def9f8",
|
|
7345
7345
|
"type": "color",
|
|
7346
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7346
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7347
7347
|
"isSource": true,
|
|
7348
7348
|
"original": {
|
|
7349
7349
|
"value": "#def9f8",
|
|
@@ -7362,7 +7362,7 @@
|
|
|
7362
7362
|
"teal-100": {
|
|
7363
7363
|
"value": "#b2ebea",
|
|
7364
7364
|
"type": "color",
|
|
7365
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7365
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7366
7366
|
"isSource": true,
|
|
7367
7367
|
"original": {
|
|
7368
7368
|
"value": "#b2ebea",
|
|
@@ -7381,7 +7381,7 @@
|
|
|
7381
7381
|
"teal-200": {
|
|
7382
7382
|
"value": "#85dddc",
|
|
7383
7383
|
"type": "color",
|
|
7384
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7384
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7385
7385
|
"isSource": true,
|
|
7386
7386
|
"original": {
|
|
7387
7387
|
"value": "#85dddc",
|
|
@@ -7400,7 +7400,7 @@
|
|
|
7400
7400
|
"teal-300": {
|
|
7401
7401
|
"value": "#59cecd",
|
|
7402
7402
|
"type": "color",
|
|
7403
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7403
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7404
7404
|
"isSource": true,
|
|
7405
7405
|
"original": {
|
|
7406
7406
|
"value": "#59cecd",
|
|
@@ -7419,7 +7419,7 @@
|
|
|
7419
7419
|
"teal-400": {
|
|
7420
7420
|
"value": "#2cc0bf",
|
|
7421
7421
|
"type": "color",
|
|
7422
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7422
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7423
7423
|
"isSource": true,
|
|
7424
7424
|
"original": {
|
|
7425
7425
|
"value": "#2cc0bf",
|
|
@@ -7438,7 +7438,7 @@
|
|
|
7438
7438
|
"teal-500": {
|
|
7439
7439
|
"value": "#00b2b1",
|
|
7440
7440
|
"type": "color",
|
|
7441
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7441
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7442
7442
|
"isSource": true,
|
|
7443
7443
|
"original": {
|
|
7444
7444
|
"value": "#00b2b1",
|
|
@@ -7457,7 +7457,7 @@
|
|
|
7457
7457
|
"teal-600": {
|
|
7458
7458
|
"value": "#00a2a2",
|
|
7459
7459
|
"type": "color",
|
|
7460
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7460
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7461
7461
|
"isSource": true,
|
|
7462
7462
|
"original": {
|
|
7463
7463
|
"value": "#00a2a2",
|
|
@@ -7476,7 +7476,7 @@
|
|
|
7476
7476
|
"teal-700": {
|
|
7477
7477
|
"value": "#009392",
|
|
7478
7478
|
"type": "color",
|
|
7479
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7479
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7480
7480
|
"isSource": true,
|
|
7481
7481
|
"original": {
|
|
7482
7482
|
"value": "#009392",
|
|
@@ -7495,7 +7495,7 @@
|
|
|
7495
7495
|
"teal-800": {
|
|
7496
7496
|
"value": "#008383",
|
|
7497
7497
|
"type": "color",
|
|
7498
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7498
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7499
7499
|
"isSource": true,
|
|
7500
7500
|
"original": {
|
|
7501
7501
|
"value": "#008383",
|
|
@@ -7514,7 +7514,7 @@
|
|
|
7514
7514
|
"teal-900": {
|
|
7515
7515
|
"value": "#007373",
|
|
7516
7516
|
"type": "color",
|
|
7517
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7517
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7518
7518
|
"isSource": true,
|
|
7519
7519
|
"original": {
|
|
7520
7520
|
"value": "#007373",
|
|
@@ -7533,7 +7533,7 @@
|
|
|
7533
7533
|
"teal-1000": {
|
|
7534
7534
|
"value": "#016b6b",
|
|
7535
7535
|
"type": "color",
|
|
7536
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7536
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7537
7537
|
"isSource": true,
|
|
7538
7538
|
"original": {
|
|
7539
7539
|
"value": "#016b6b",
|
|
@@ -7552,7 +7552,7 @@
|
|
|
7552
7552
|
"teal-1100": {
|
|
7553
7553
|
"value": "#036464",
|
|
7554
7554
|
"type": "color",
|
|
7555
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7555
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7556
7556
|
"isSource": true,
|
|
7557
7557
|
"original": {
|
|
7558
7558
|
"value": "#036464",
|
|
@@ -7571,7 +7571,7 @@
|
|
|
7571
7571
|
"teal-1200": {
|
|
7572
7572
|
"value": "#045c5c",
|
|
7573
7573
|
"type": "color",
|
|
7574
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7574
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7575
7575
|
"isSource": true,
|
|
7576
7576
|
"original": {
|
|
7577
7577
|
"value": "#045c5c",
|
|
@@ -7590,7 +7590,7 @@
|
|
|
7590
7590
|
"teal-1300": {
|
|
7591
7591
|
"value": "#055454",
|
|
7592
7592
|
"type": "color",
|
|
7593
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7593
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7594
7594
|
"isSource": true,
|
|
7595
7595
|
"original": {
|
|
7596
7596
|
"value": "#055454",
|
|
@@ -7609,7 +7609,7 @@
|
|
|
7609
7609
|
"teal-1400": {
|
|
7610
7610
|
"value": "#074d4d",
|
|
7611
7611
|
"type": "color",
|
|
7612
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7612
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7613
7613
|
"isSource": true,
|
|
7614
7614
|
"original": {
|
|
7615
7615
|
"value": "#074d4d",
|
|
@@ -7628,7 +7628,7 @@
|
|
|
7628
7628
|
"teal-1500": {
|
|
7629
7629
|
"value": "#084545",
|
|
7630
7630
|
"type": "color",
|
|
7631
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7631
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7632
7632
|
"isSource": true,
|
|
7633
7633
|
"original": {
|
|
7634
7634
|
"value": "#084545",
|
|
@@ -7647,7 +7647,7 @@
|
|
|
7647
7647
|
"teal-1600": {
|
|
7648
7648
|
"value": "#0a3e3e",
|
|
7649
7649
|
"type": "color",
|
|
7650
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7650
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7651
7651
|
"isSource": true,
|
|
7652
7652
|
"original": {
|
|
7653
7653
|
"value": "#0a3e3e",
|
|
@@ -7666,7 +7666,7 @@
|
|
|
7666
7666
|
"teal-1700": {
|
|
7667
7667
|
"value": "#0b3636",
|
|
7668
7668
|
"type": "color",
|
|
7669
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7669
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7670
7670
|
"isSource": true,
|
|
7671
7671
|
"original": {
|
|
7672
7672
|
"value": "#0b3636",
|
|
@@ -7685,7 +7685,7 @@
|
|
|
7685
7685
|
"teal-1800": {
|
|
7686
7686
|
"value": "#0c2e2e",
|
|
7687
7687
|
"type": "color",
|
|
7688
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7688
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7689
7689
|
"isSource": true,
|
|
7690
7690
|
"original": {
|
|
7691
7691
|
"value": "#0c2e2e",
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
"teal-1900": {
|
|
7705
7705
|
"value": "#0e2727",
|
|
7706
7706
|
"type": "color",
|
|
7707
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7707
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7708
7708
|
"isSource": true,
|
|
7709
7709
|
"original": {
|
|
7710
7710
|
"value": "#0e2727",
|
|
@@ -7723,7 +7723,7 @@
|
|
|
7723
7723
|
"teal-2000": {
|
|
7724
7724
|
"value": "#0f1f1f",
|
|
7725
7725
|
"type": "color",
|
|
7726
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7726
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7727
7727
|
"isSource": true,
|
|
7728
7728
|
"original": {
|
|
7729
7729
|
"value": "#0f1f1f",
|
|
@@ -7742,7 +7742,7 @@
|
|
|
7742
7742
|
"slate-50": {
|
|
7743
7743
|
"value": "#e3e7e8",
|
|
7744
7744
|
"type": "color",
|
|
7745
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7745
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7746
7746
|
"isSource": true,
|
|
7747
7747
|
"original": {
|
|
7748
7748
|
"value": "#e3e7e8",
|
|
@@ -7761,7 +7761,7 @@
|
|
|
7761
7761
|
"slate-100": {
|
|
7762
7762
|
"value": "#c9cfd1",
|
|
7763
7763
|
"type": "color",
|
|
7764
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7764
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7765
7765
|
"isSource": true,
|
|
7766
7766
|
"original": {
|
|
7767
7767
|
"value": "#c9cfd1",
|
|
@@ -7780,7 +7780,7 @@
|
|
|
7780
7780
|
"slate-200": {
|
|
7781
7781
|
"value": "#afb6b9",
|
|
7782
7782
|
"type": "color",
|
|
7783
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7783
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7784
7784
|
"isSource": true,
|
|
7785
7785
|
"original": {
|
|
7786
7786
|
"value": "#afb6b9",
|
|
@@ -7799,7 +7799,7 @@
|
|
|
7799
7799
|
"slate-300": {
|
|
7800
7800
|
"value": "#959ea2",
|
|
7801
7801
|
"type": "color",
|
|
7802
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7802
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7803
7803
|
"isSource": true,
|
|
7804
7804
|
"original": {
|
|
7805
7805
|
"value": "#959ea2",
|
|
@@ -7818,7 +7818,7 @@
|
|
|
7818
7818
|
"slate-400": {
|
|
7819
7819
|
"value": "#7b858a",
|
|
7820
7820
|
"type": "color",
|
|
7821
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7821
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7822
7822
|
"isSource": true,
|
|
7823
7823
|
"original": {
|
|
7824
7824
|
"value": "#7b858a",
|
|
@@ -7837,7 +7837,7 @@
|
|
|
7837
7837
|
"slate-500": {
|
|
7838
7838
|
"value": "#616d73",
|
|
7839
7839
|
"type": "color",
|
|
7840
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7840
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7841
7841
|
"isSource": true,
|
|
7842
7842
|
"original": {
|
|
7843
7843
|
"value": "#616d73",
|
|
@@ -7856,7 +7856,7 @@
|
|
|
7856
7856
|
"slate-600": {
|
|
7857
7857
|
"value": "#57646b",
|
|
7858
7858
|
"type": "color",
|
|
7859
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7859
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7860
7860
|
"isSource": true,
|
|
7861
7861
|
"original": {
|
|
7862
7862
|
"value": "#57646b",
|
|
@@ -7875,7 +7875,7 @@
|
|
|
7875
7875
|
"slate-700": {
|
|
7876
7876
|
"value": "#4d5b62",
|
|
7877
7877
|
"type": "color",
|
|
7878
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7878
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7879
7879
|
"isSource": true,
|
|
7880
7880
|
"original": {
|
|
7881
7881
|
"value": "#4d5b62",
|
|
@@ -7894,7 +7894,7 @@
|
|
|
7894
7894
|
"slate-800": {
|
|
7895
7895
|
"value": "#43515a",
|
|
7896
7896
|
"type": "color",
|
|
7897
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7897
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7898
7898
|
"isSource": true,
|
|
7899
7899
|
"original": {
|
|
7900
7900
|
"value": "#43515a",
|
|
@@ -7913,7 +7913,7 @@
|
|
|
7913
7913
|
"slate-900": {
|
|
7914
7914
|
"value": "#394851",
|
|
7915
7915
|
"type": "color",
|
|
7916
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7916
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7917
7917
|
"isSource": true,
|
|
7918
7918
|
"original": {
|
|
7919
7919
|
"value": "#394851",
|
|
@@ -7932,7 +7932,7 @@
|
|
|
7932
7932
|
"slate-1000": {
|
|
7933
7933
|
"value": "#2e3d42",
|
|
7934
7934
|
"type": "color",
|
|
7935
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7935
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7936
7936
|
"isSource": true,
|
|
7937
7937
|
"original": {
|
|
7938
7938
|
"value": "#2e3d42",
|
|
@@ -7951,7 +7951,7 @@
|
|
|
7951
7951
|
"slate-1100": {
|
|
7952
7952
|
"value": "#28353b",
|
|
7953
7953
|
"type": "color",
|
|
7954
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7954
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7955
7955
|
"isSource": true,
|
|
7956
7956
|
"original": {
|
|
7957
7957
|
"value": "#28353b",
|
|
@@ -7970,7 +7970,7 @@
|
|
|
7970
7970
|
"slate-1200": {
|
|
7971
7971
|
"value": "#222e33",
|
|
7972
7972
|
"type": "color",
|
|
7973
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7973
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7974
7974
|
"isSource": true,
|
|
7975
7975
|
"original": {
|
|
7976
7976
|
"value": "#222e33",
|
|
@@ -7989,7 +7989,7 @@
|
|
|
7989
7989
|
"slate-1300": {
|
|
7990
7990
|
"value": "#1f282e",
|
|
7991
7991
|
"type": "color",
|
|
7992
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
7992
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
7993
7993
|
"isSource": true,
|
|
7994
7994
|
"original": {
|
|
7995
7995
|
"value": "#1f282e",
|
|
@@ -8008,7 +8008,7 @@
|
|
|
8008
8008
|
"slate-1400": {
|
|
8009
8009
|
"value": "#1a2126",
|
|
8010
8010
|
"type": "color",
|
|
8011
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8011
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8012
8012
|
"isSource": true,
|
|
8013
8013
|
"original": {
|
|
8014
8014
|
"value": "#1a2126",
|
|
@@ -8027,7 +8027,7 @@
|
|
|
8027
8027
|
"slate-1500": {
|
|
8028
8028
|
"value": "#161c1f",
|
|
8029
8029
|
"type": "color",
|
|
8030
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8030
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8031
8031
|
"isSource": true,
|
|
8032
8032
|
"original": {
|
|
8033
8033
|
"value": "#161c1f",
|
|
@@ -8046,7 +8046,7 @@
|
|
|
8046
8046
|
"slate-1600": {
|
|
8047
8047
|
"value": "#14171a",
|
|
8048
8048
|
"type": "color",
|
|
8049
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8049
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8050
8050
|
"isSource": true,
|
|
8051
8051
|
"original": {
|
|
8052
8052
|
"value": "#14171a",
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
"slate-1700": {
|
|
8066
8066
|
"value": "#101314",
|
|
8067
8067
|
"type": "color",
|
|
8068
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8068
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8069
8069
|
"isSource": true,
|
|
8070
8070
|
"original": {
|
|
8071
8071
|
"value": "#101314",
|
|
@@ -8084,7 +8084,7 @@
|
|
|
8084
8084
|
"slate-1800": {
|
|
8085
8085
|
"value": "#0c0e0f",
|
|
8086
8086
|
"type": "color",
|
|
8087
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8087
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8088
8088
|
"isSource": true,
|
|
8089
8089
|
"original": {
|
|
8090
8090
|
"value": "#0c0e0f",
|
|
@@ -8103,7 +8103,7 @@
|
|
|
8103
8103
|
"slate-1900": {
|
|
8104
8104
|
"value": "#060708",
|
|
8105
8105
|
"type": "color",
|
|
8106
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8106
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8107
8107
|
"isSource": true,
|
|
8108
8108
|
"original": {
|
|
8109
8109
|
"value": "#060708",
|
|
@@ -8122,7 +8122,7 @@
|
|
|
8122
8122
|
"slate-2000": {
|
|
8123
8123
|
"value": "#020203",
|
|
8124
8124
|
"type": "color",
|
|
8125
|
-
"filePath": "libs/tokens/src/color/teradata.json",
|
|
8125
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8126
8126
|
"isSource": true,
|
|
8127
8127
|
"original": {
|
|
8128
8128
|
"value": "#020203",
|
|
@@ -8137,6 +8137,177 @@
|
|
|
8137
8137
|
"teradata",
|
|
8138
8138
|
"slate-2000"
|
|
8139
8139
|
]
|
|
8140
|
+
},
|
|
8141
|
+
"orange-100": {
|
|
8142
|
+
"value": "#FFCFB3",
|
|
8143
|
+
"type": "color",
|
|
8144
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8145
|
+
"isSource": true,
|
|
8146
|
+
"original": {
|
|
8147
|
+
"value": "#FFCFB3",
|
|
8148
|
+
"type": "color"
|
|
8149
|
+
},
|
|
8150
|
+
"name": "orange-100",
|
|
8151
|
+
"attributes": {
|
|
8152
|
+
"category": "teradata",
|
|
8153
|
+
"type": "orange-100"
|
|
8154
|
+
},
|
|
8155
|
+
"path": [
|
|
8156
|
+
"teradata",
|
|
8157
|
+
"orange-100"
|
|
8158
|
+
]
|
|
8159
|
+
},
|
|
8160
|
+
"orange-200": {
|
|
8161
|
+
"value": "#FFAF81",
|
|
8162
|
+
"type": "color",
|
|
8163
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8164
|
+
"isSource": true,
|
|
8165
|
+
"original": {
|
|
8166
|
+
"value": "#FFAF81",
|
|
8167
|
+
"type": "color"
|
|
8168
|
+
},
|
|
8169
|
+
"name": "orange-200",
|
|
8170
|
+
"attributes": {
|
|
8171
|
+
"category": "teradata",
|
|
8172
|
+
"type": "orange-200"
|
|
8173
|
+
},
|
|
8174
|
+
"path": [
|
|
8175
|
+
"teradata",
|
|
8176
|
+
"orange-200"
|
|
8177
|
+
]
|
|
8178
|
+
},
|
|
8179
|
+
"orange-300": {
|
|
8180
|
+
"value": "#FF8F4E",
|
|
8181
|
+
"type": "color",
|
|
8182
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8183
|
+
"isSource": true,
|
|
8184
|
+
"original": {
|
|
8185
|
+
"value": "#FF8F4E",
|
|
8186
|
+
"type": "color"
|
|
8187
|
+
},
|
|
8188
|
+
"name": "orange-300",
|
|
8189
|
+
"attributes": {
|
|
8190
|
+
"category": "teradata",
|
|
8191
|
+
"type": "orange-300"
|
|
8192
|
+
},
|
|
8193
|
+
"path": [
|
|
8194
|
+
"teradata",
|
|
8195
|
+
"orange-300"
|
|
8196
|
+
]
|
|
8197
|
+
},
|
|
8198
|
+
"orange-400": {
|
|
8199
|
+
"value": "#FF7728",
|
|
8200
|
+
"type": "color",
|
|
8201
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8202
|
+
"isSource": true,
|
|
8203
|
+
"original": {
|
|
8204
|
+
"value": "#FF7728",
|
|
8205
|
+
"type": "color"
|
|
8206
|
+
},
|
|
8207
|
+
"name": "orange-400",
|
|
8208
|
+
"attributes": {
|
|
8209
|
+
"category": "teradata",
|
|
8210
|
+
"type": "orange-400"
|
|
8211
|
+
},
|
|
8212
|
+
"path": [
|
|
8213
|
+
"teradata",
|
|
8214
|
+
"orange-400"
|
|
8215
|
+
]
|
|
8216
|
+
},
|
|
8217
|
+
"orange-500": {
|
|
8218
|
+
"value": "#FF5F02",
|
|
8219
|
+
"type": "color",
|
|
8220
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8221
|
+
"isSource": true,
|
|
8222
|
+
"original": {
|
|
8223
|
+
"value": "#FF5F02",
|
|
8224
|
+
"type": "color"
|
|
8225
|
+
},
|
|
8226
|
+
"name": "orange-500",
|
|
8227
|
+
"attributes": {
|
|
8228
|
+
"category": "teradata",
|
|
8229
|
+
"type": "orange-500"
|
|
8230
|
+
},
|
|
8231
|
+
"path": [
|
|
8232
|
+
"teradata",
|
|
8233
|
+
"orange-500"
|
|
8234
|
+
]
|
|
8235
|
+
},
|
|
8236
|
+
"orange-600": {
|
|
8237
|
+
"value": "#F05800",
|
|
8238
|
+
"type": "color",
|
|
8239
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8240
|
+
"isSource": true,
|
|
8241
|
+
"original": {
|
|
8242
|
+
"value": "#F05800",
|
|
8243
|
+
"type": "color"
|
|
8244
|
+
},
|
|
8245
|
+
"name": "orange-600",
|
|
8246
|
+
"attributes": {
|
|
8247
|
+
"category": "teradata",
|
|
8248
|
+
"type": "orange-600"
|
|
8249
|
+
},
|
|
8250
|
+
"path": [
|
|
8251
|
+
"teradata",
|
|
8252
|
+
"orange-600"
|
|
8253
|
+
]
|
|
8254
|
+
},
|
|
8255
|
+
"orange-700": {
|
|
8256
|
+
"value": "#E54900",
|
|
8257
|
+
"type": "color",
|
|
8258
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8259
|
+
"isSource": true,
|
|
8260
|
+
"original": {
|
|
8261
|
+
"value": "#E54900",
|
|
8262
|
+
"type": "color"
|
|
8263
|
+
},
|
|
8264
|
+
"name": "orange-700",
|
|
8265
|
+
"attributes": {
|
|
8266
|
+
"category": "teradata",
|
|
8267
|
+
"type": "orange-700"
|
|
8268
|
+
},
|
|
8269
|
+
"path": [
|
|
8270
|
+
"teradata",
|
|
8271
|
+
"orange-700"
|
|
8272
|
+
]
|
|
8273
|
+
},
|
|
8274
|
+
"orange-800": {
|
|
8275
|
+
"value": "#D83B03",
|
|
8276
|
+
"type": "color",
|
|
8277
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8278
|
+
"isSource": true,
|
|
8279
|
+
"original": {
|
|
8280
|
+
"value": "#D83B03",
|
|
8281
|
+
"type": "color"
|
|
8282
|
+
},
|
|
8283
|
+
"name": "orange-800",
|
|
8284
|
+
"attributes": {
|
|
8285
|
+
"category": "teradata",
|
|
8286
|
+
"type": "orange-800"
|
|
8287
|
+
},
|
|
8288
|
+
"path": [
|
|
8289
|
+
"teradata",
|
|
8290
|
+
"orange-800"
|
|
8291
|
+
]
|
|
8292
|
+
},
|
|
8293
|
+
"orange-900": {
|
|
8294
|
+
"value": "#C23200",
|
|
8295
|
+
"type": "color",
|
|
8296
|
+
"filePath": "libs/tokens/src/color/palettes/teradata.json",
|
|
8297
|
+
"isSource": true,
|
|
8298
|
+
"original": {
|
|
8299
|
+
"value": "#C23200",
|
|
8300
|
+
"type": "color"
|
|
8301
|
+
},
|
|
8302
|
+
"name": "orange-900",
|
|
8303
|
+
"attributes": {
|
|
8304
|
+
"category": "teradata",
|
|
8305
|
+
"type": "orange-900"
|
|
8306
|
+
},
|
|
8307
|
+
"path": [
|
|
8308
|
+
"teradata",
|
|
8309
|
+
"orange-900"
|
|
8310
|
+
]
|
|
8140
8311
|
}
|
|
8141
8312
|
},
|
|
8142
8313
|
"typography": {
|
|
@@ -8160,12 +8331,12 @@
|
|
|
8160
8331
|
]
|
|
8161
8332
|
},
|
|
8162
8333
|
"headline1-font-family": {
|
|
8163
|
-
"value": "'
|
|
8334
|
+
"value": "'Inter', sans-serif",
|
|
8164
8335
|
"type": "fontFamilies",
|
|
8165
8336
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8166
8337
|
"isSource": true,
|
|
8167
8338
|
"original": {
|
|
8168
|
-
"value": "'
|
|
8339
|
+
"value": "'Inter', sans-serif",
|
|
8169
8340
|
"type": "fontFamilies"
|
|
8170
8341
|
},
|
|
8171
8342
|
"name": "headline1-font-family",
|
|
@@ -8236,12 +8407,12 @@
|
|
|
8236
8407
|
]
|
|
8237
8408
|
},
|
|
8238
8409
|
"headline2-font-family": {
|
|
8239
|
-
"value": "'
|
|
8410
|
+
"value": "'Inter', sans-serif",
|
|
8240
8411
|
"type": "fontFamilies",
|
|
8241
8412
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8242
8413
|
"isSource": true,
|
|
8243
8414
|
"original": {
|
|
8244
|
-
"value": "'
|
|
8415
|
+
"value": "'Inter', sans-serif",
|
|
8245
8416
|
"type": "fontFamilies"
|
|
8246
8417
|
},
|
|
8247
8418
|
"name": "headline2-font-family",
|
|
@@ -8312,12 +8483,12 @@
|
|
|
8312
8483
|
]
|
|
8313
8484
|
},
|
|
8314
8485
|
"headline3-font-family": {
|
|
8315
|
-
"value": "'
|
|
8486
|
+
"value": "'Inter', sans-serif",
|
|
8316
8487
|
"type": "fontFamilies",
|
|
8317
8488
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8318
8489
|
"isSource": true,
|
|
8319
8490
|
"original": {
|
|
8320
|
-
"value": "'
|
|
8491
|
+
"value": "'Inter', sans-serif",
|
|
8321
8492
|
"type": "fontFamilies"
|
|
8322
8493
|
},
|
|
8323
8494
|
"name": "headline3-font-family",
|
|
@@ -8388,12 +8559,12 @@
|
|
|
8388
8559
|
]
|
|
8389
8560
|
},
|
|
8390
8561
|
"headline4-font-family": {
|
|
8391
|
-
"value": "'
|
|
8562
|
+
"value": "'Inter', sans-serif",
|
|
8392
8563
|
"type": "fontFamilies",
|
|
8393
8564
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8394
8565
|
"isSource": true,
|
|
8395
8566
|
"original": {
|
|
8396
|
-
"value": "'
|
|
8567
|
+
"value": "'Inter', sans-serif",
|
|
8397
8568
|
"type": "fontFamilies"
|
|
8398
8569
|
},
|
|
8399
8570
|
"name": "headline4-font-family",
|
|
@@ -8464,12 +8635,12 @@
|
|
|
8464
8635
|
]
|
|
8465
8636
|
},
|
|
8466
8637
|
"headline5-font-family": {
|
|
8467
|
-
"value": "'
|
|
8638
|
+
"value": "'Inter', sans-serif",
|
|
8468
8639
|
"type": "fontFamilies",
|
|
8469
8640
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8470
8641
|
"isSource": true,
|
|
8471
8642
|
"original": {
|
|
8472
|
-
"value": "'
|
|
8643
|
+
"value": "'Inter', sans-serif",
|
|
8473
8644
|
"type": "fontFamilies"
|
|
8474
8645
|
},
|
|
8475
8646
|
"name": "headline5-font-family",
|
|
@@ -8540,12 +8711,12 @@
|
|
|
8540
8711
|
]
|
|
8541
8712
|
},
|
|
8542
8713
|
"headline6-font-family": {
|
|
8543
|
-
"value": "'
|
|
8714
|
+
"value": "'Inter', sans-serif",
|
|
8544
8715
|
"type": "fontFamilies",
|
|
8545
8716
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8546
8717
|
"isSource": true,
|
|
8547
8718
|
"original": {
|
|
8548
|
-
"value": "'
|
|
8719
|
+
"value": "'Inter', sans-serif",
|
|
8549
8720
|
"type": "fontFamilies"
|
|
8550
8721
|
},
|
|
8551
8722
|
"name": "headline6-font-family",
|
|
@@ -8616,12 +8787,12 @@
|
|
|
8616
8787
|
]
|
|
8617
8788
|
},
|
|
8618
8789
|
"subtitle1-font-family": {
|
|
8619
|
-
"value": "'
|
|
8790
|
+
"value": "'Inter', sans-serif",
|
|
8620
8791
|
"type": "fontFamilies",
|
|
8621
8792
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8622
8793
|
"isSource": true,
|
|
8623
8794
|
"original": {
|
|
8624
|
-
"value": "'
|
|
8795
|
+
"value": "'Inter', sans-serif",
|
|
8625
8796
|
"type": "fontFamilies"
|
|
8626
8797
|
},
|
|
8627
8798
|
"name": "subtitle1-font-family",
|
|
@@ -8692,12 +8863,12 @@
|
|
|
8692
8863
|
]
|
|
8693
8864
|
},
|
|
8694
8865
|
"subtitle2-font-family": {
|
|
8695
|
-
"value": "'
|
|
8866
|
+
"value": "'Inter', sans-serif",
|
|
8696
8867
|
"type": "fontFamilies",
|
|
8697
8868
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8698
8869
|
"isSource": true,
|
|
8699
8870
|
"original": {
|
|
8700
|
-
"value": "'
|
|
8871
|
+
"value": "'Inter', sans-serif",
|
|
8701
8872
|
"type": "fontFamilies"
|
|
8702
8873
|
},
|
|
8703
8874
|
"name": "subtitle2-font-family",
|
|
@@ -8920,12 +9091,12 @@
|
|
|
8920
9091
|
]
|
|
8921
9092
|
},
|
|
8922
9093
|
"button-font-family": {
|
|
8923
|
-
"value": "'
|
|
9094
|
+
"value": "'Inter', sans-serif",
|
|
8924
9095
|
"type": "fontFamilies",
|
|
8925
9096
|
"filePath": "libs/tokens/src/typography/typography.json",
|
|
8926
9097
|
"isSource": true,
|
|
8927
9098
|
"original": {
|
|
8928
|
-
"value": "'
|
|
9099
|
+
"value": "'Inter', sans-serif",
|
|
8929
9100
|
"type": "fontFamilies"
|
|
8930
9101
|
},
|
|
8931
9102
|
"name": "button-font-family",
|