@pantheon-systems/pds-design-tokens 1.0.0-dev.1 → 1.0.0-dev.10
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/build/css/pds-design-tokens-dark-mode.css +24 -6
- package/build/css/pds-design-tokens-light-mode.css +26 -8
- package/build/css/pds-design-tokens.css +4 -3
- package/build/figma/pds-design-tokens-figma.json +1347 -163
- package/build/json/pds-design-tokens-dark-mode.json +520 -23
- package/build/json/pds-design-tokens-light-mode.json +527 -30
- package/build/json/pds-design-tokens.json +106 -52
- package/build/scss/_pds-design-tokens-dark-mode.scss +24 -6
- package/build/scss/_pds-design-tokens-light-mode.scss +26 -8
- package/build/scss/_pds-design-tokens.scss +4 -3
- package/package.json +1 -1
|
@@ -1,75 +1,133 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pds-design-tokens": {
|
|
3
3
|
"animation": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"value": "0s",
|
|
7
|
-
"
|
|
8
|
-
"filePath": "tokens/animation/base.json",
|
|
4
|
+
"button": {
|
|
5
|
+
"transition": {
|
|
6
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
7
|
+
"filePath": "tokens/animation/alias.json",
|
|
9
8
|
"isSource": true,
|
|
10
9
|
"original": {
|
|
11
|
-
"value": "
|
|
12
|
-
"public": true,
|
|
10
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
13
11
|
"filePath": "build/json/pds-design-tokens.json",
|
|
14
12
|
"isSource": false
|
|
15
13
|
},
|
|
16
|
-
"name": "animation-transition
|
|
14
|
+
"name": "animation-button-transition",
|
|
17
15
|
"attributes": {
|
|
18
16
|
"category": "animation",
|
|
19
|
-
"type": "
|
|
20
|
-
"item": "
|
|
17
|
+
"type": "button",
|
|
18
|
+
"item": "transition"
|
|
21
19
|
},
|
|
22
20
|
"path": [
|
|
23
21
|
"animation",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
22
|
+
"button",
|
|
23
|
+
"transition"
|
|
26
24
|
]
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
"original": {
|
|
34
|
-
"value": "200ms",
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"transition": {
|
|
28
|
+
"default": {
|
|
29
|
+
"delay": {
|
|
30
|
+
"value": "0s",
|
|
35
31
|
"public": true,
|
|
36
|
-
"filePath": "
|
|
37
|
-
"isSource":
|
|
32
|
+
"filePath": "tokens/animation/base.json",
|
|
33
|
+
"isSource": true,
|
|
34
|
+
"original": {
|
|
35
|
+
"value": "0s",
|
|
36
|
+
"public": true,
|
|
37
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
38
|
+
"isSource": false
|
|
39
|
+
},
|
|
40
|
+
"name": "animation-transition-default-delay",
|
|
41
|
+
"attributes": {
|
|
42
|
+
"category": "animation",
|
|
43
|
+
"type": "transition",
|
|
44
|
+
"item": "default",
|
|
45
|
+
"subitem": "delay"
|
|
46
|
+
},
|
|
47
|
+
"path": [
|
|
48
|
+
"animation",
|
|
49
|
+
"transition",
|
|
50
|
+
"default",
|
|
51
|
+
"delay"
|
|
52
|
+
]
|
|
38
53
|
},
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
54
|
+
"duration": {
|
|
55
|
+
"value": "200ms",
|
|
56
|
+
"public": true,
|
|
57
|
+
"filePath": "tokens/animation/base.json",
|
|
58
|
+
"isSource": true,
|
|
59
|
+
"original": {
|
|
60
|
+
"value": "200ms",
|
|
61
|
+
"public": true,
|
|
62
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
63
|
+
"isSource": false
|
|
64
|
+
},
|
|
65
|
+
"name": "animation-transition-default-duration",
|
|
66
|
+
"attributes": {
|
|
67
|
+
"category": "animation",
|
|
68
|
+
"type": "transition",
|
|
69
|
+
"item": "default",
|
|
70
|
+
"subitem": "duration"
|
|
71
|
+
},
|
|
72
|
+
"path": [
|
|
73
|
+
"animation",
|
|
74
|
+
"transition",
|
|
75
|
+
"default",
|
|
76
|
+
"duration"
|
|
77
|
+
]
|
|
44
78
|
},
|
|
45
|
-
"
|
|
46
|
-
"animation",
|
|
47
|
-
"transition",
|
|
48
|
-
"duration"
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
"timing-function": {
|
|
52
|
-
"value": "ease-in-out",
|
|
53
|
-
"public": true,
|
|
54
|
-
"filePath": "tokens/animation/base.json",
|
|
55
|
-
"isSource": true,
|
|
56
|
-
"original": {
|
|
79
|
+
"timing-function": {
|
|
57
80
|
"value": "ease-in-out",
|
|
58
81
|
"public": true,
|
|
59
|
-
"filePath": "
|
|
60
|
-
"isSource":
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
82
|
+
"filePath": "tokens/animation/base.json",
|
|
83
|
+
"isSource": true,
|
|
84
|
+
"original": {
|
|
85
|
+
"value": "ease-in-out",
|
|
86
|
+
"public": true,
|
|
87
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
88
|
+
"isSource": false
|
|
89
|
+
},
|
|
90
|
+
"name": "animation-transition-default-timing-function",
|
|
91
|
+
"attributes": {
|
|
92
|
+
"category": "animation",
|
|
93
|
+
"type": "transition",
|
|
94
|
+
"item": "default",
|
|
95
|
+
"subitem": "timing-function"
|
|
96
|
+
},
|
|
97
|
+
"path": [
|
|
98
|
+
"animation",
|
|
99
|
+
"transition",
|
|
100
|
+
"default",
|
|
101
|
+
"timing-function"
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"dropdown": {
|
|
106
|
+
"duration": {
|
|
107
|
+
"value": "300ms",
|
|
108
|
+
"public": true,
|
|
109
|
+
"filePath": "tokens/animation/base.json",
|
|
110
|
+
"isSource": true,
|
|
111
|
+
"original": {
|
|
112
|
+
"value": "300ms",
|
|
113
|
+
"public": true,
|
|
114
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
115
|
+
"isSource": false
|
|
116
|
+
},
|
|
117
|
+
"name": "animation-transition-dropdown-duration",
|
|
118
|
+
"attributes": {
|
|
119
|
+
"category": "animation",
|
|
120
|
+
"type": "transition",
|
|
121
|
+
"item": "dropdown",
|
|
122
|
+
"subitem": "duration"
|
|
123
|
+
},
|
|
124
|
+
"path": [
|
|
125
|
+
"animation",
|
|
126
|
+
"transition",
|
|
127
|
+
"dropdown",
|
|
128
|
+
"duration"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
73
131
|
}
|
|
74
132
|
}
|
|
75
133
|
},
|
|
@@ -551,6 +609,138 @@
|
|
|
551
609
|
]
|
|
552
610
|
}
|
|
553
611
|
},
|
|
612
|
+
"form": {
|
|
613
|
+
"label": {
|
|
614
|
+
"value": {
|
|
615
|
+
"fontSize": "1 * 16",
|
|
616
|
+
"fontFamily": "Poppins",
|
|
617
|
+
"fontWeight": 500,
|
|
618
|
+
"lineHeight": "125%"
|
|
619
|
+
},
|
|
620
|
+
"type": "typography",
|
|
621
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
622
|
+
"isSource": true,
|
|
623
|
+
"original": {
|
|
624
|
+
"value": {
|
|
625
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
626
|
+
"fontFamily": "Poppins",
|
|
627
|
+
"fontWeight": "{typography.font-weight.medium}",
|
|
628
|
+
"lineHeight": "{typography.line-height.S}"
|
|
629
|
+
},
|
|
630
|
+
"type": "typography"
|
|
631
|
+
},
|
|
632
|
+
"name": "text-form-label",
|
|
633
|
+
"attributes": {
|
|
634
|
+
"category": "text",
|
|
635
|
+
"type": "form",
|
|
636
|
+
"item": "label"
|
|
637
|
+
},
|
|
638
|
+
"path": [
|
|
639
|
+
"text",
|
|
640
|
+
"form",
|
|
641
|
+
"label"
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
"input": {
|
|
645
|
+
"value": {
|
|
646
|
+
"fontSize": "1 * 16",
|
|
647
|
+
"fontFamily": "Poppins",
|
|
648
|
+
"fontWeight": 400,
|
|
649
|
+
"lineHeight": "1"
|
|
650
|
+
},
|
|
651
|
+
"type": "typography",
|
|
652
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
653
|
+
"isSource": true,
|
|
654
|
+
"original": {
|
|
655
|
+
"value": {
|
|
656
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
657
|
+
"fontFamily": "Poppins",
|
|
658
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
659
|
+
"lineHeight": "1"
|
|
660
|
+
},
|
|
661
|
+
"type": "typography"
|
|
662
|
+
},
|
|
663
|
+
"name": "text-form-input",
|
|
664
|
+
"attributes": {
|
|
665
|
+
"category": "text",
|
|
666
|
+
"type": "form",
|
|
667
|
+
"item": "input"
|
|
668
|
+
},
|
|
669
|
+
"path": [
|
|
670
|
+
"text",
|
|
671
|
+
"form",
|
|
672
|
+
"input"
|
|
673
|
+
]
|
|
674
|
+
},
|
|
675
|
+
"description": {
|
|
676
|
+
"value": {
|
|
677
|
+
"fontSize": "0.875 * 16",
|
|
678
|
+
"fontFamily": "Poppins",
|
|
679
|
+
"fontWeight": 400,
|
|
680
|
+
"lineHeight": "125%"
|
|
681
|
+
},
|
|
682
|
+
"type": "typography",
|
|
683
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
684
|
+
"isSource": true,
|
|
685
|
+
"original": {
|
|
686
|
+
"value": {
|
|
687
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
688
|
+
"fontFamily": "Poppins",
|
|
689
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
690
|
+
"lineHeight": "{typography.line-height.S}"
|
|
691
|
+
},
|
|
692
|
+
"type": "typography"
|
|
693
|
+
},
|
|
694
|
+
"name": "text-form-description",
|
|
695
|
+
"attributes": {
|
|
696
|
+
"category": "text",
|
|
697
|
+
"type": "form",
|
|
698
|
+
"item": "description"
|
|
699
|
+
},
|
|
700
|
+
"path": [
|
|
701
|
+
"text",
|
|
702
|
+
"form",
|
|
703
|
+
"description"
|
|
704
|
+
]
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"menu": {
|
|
708
|
+
"item-heading": {
|
|
709
|
+
"value": {
|
|
710
|
+
"fontSize": "0.875 * 16",
|
|
711
|
+
"fontFamily": "Poppins",
|
|
712
|
+
"fontWeight": 700,
|
|
713
|
+
"letterSpacing": "0.04 * 100%",
|
|
714
|
+
"textCase": "uppercase",
|
|
715
|
+
"lineHeight": "125%"
|
|
716
|
+
},
|
|
717
|
+
"type": "typography",
|
|
718
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
719
|
+
"isSource": true,
|
|
720
|
+
"original": {
|
|
721
|
+
"value": {
|
|
722
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
723
|
+
"fontFamily": "Poppins",
|
|
724
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
725
|
+
"letterSpacing": "{typography.letter-spacing.L} * 100%",
|
|
726
|
+
"textCase": "uppercase",
|
|
727
|
+
"lineHeight": "{typography.line-height.S}"
|
|
728
|
+
},
|
|
729
|
+
"type": "typography"
|
|
730
|
+
},
|
|
731
|
+
"name": "text-menu-item-heading",
|
|
732
|
+
"attributes": {
|
|
733
|
+
"category": "text",
|
|
734
|
+
"type": "menu",
|
|
735
|
+
"item": "item-heading"
|
|
736
|
+
},
|
|
737
|
+
"path": [
|
|
738
|
+
"text",
|
|
739
|
+
"menu",
|
|
740
|
+
"item-heading"
|
|
741
|
+
]
|
|
742
|
+
}
|
|
743
|
+
},
|
|
554
744
|
"type-scale": {
|
|
555
745
|
"regular": {
|
|
556
746
|
"4XL": {
|
|
@@ -1651,7 +1841,7 @@
|
|
|
1651
1841
|
"value": "#1d1d29",
|
|
1652
1842
|
"public": true,
|
|
1653
1843
|
"isReferenceToInternal": true,
|
|
1654
|
-
"filePath": "tokens/color/alias/
|
|
1844
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1655
1845
|
"isSource": true,
|
|
1656
1846
|
"original": {
|
|
1657
1847
|
"value": "{color.dark-mode.neutral.600.value}",
|
|
@@ -1674,43 +1864,126 @@
|
|
|
1674
1864
|
"default"
|
|
1675
1865
|
]
|
|
1676
1866
|
},
|
|
1677
|
-
"
|
|
1678
|
-
"value": "#
|
|
1867
|
+
"hover": {
|
|
1868
|
+
"value": "#282839",
|
|
1869
|
+
"public": true,
|
|
1870
|
+
"isReferenceToInternal": true,
|
|
1871
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1872
|
+
"isSource": true,
|
|
1873
|
+
"original": {
|
|
1874
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1875
|
+
"public": true,
|
|
1876
|
+
"isReferenceToInternal": true
|
|
1877
|
+
},
|
|
1878
|
+
"name": "color-dark-mode-input-background-hover",
|
|
1879
|
+
"attributes": {
|
|
1880
|
+
"category": "color",
|
|
1881
|
+
"type": "dark-mode",
|
|
1882
|
+
"item": "input",
|
|
1883
|
+
"subitem": "background",
|
|
1884
|
+
"state": "hover"
|
|
1885
|
+
},
|
|
1886
|
+
"path": [
|
|
1887
|
+
"color",
|
|
1888
|
+
"dark-mode",
|
|
1889
|
+
"input",
|
|
1890
|
+
"background",
|
|
1891
|
+
"hover"
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
"active": {
|
|
1895
|
+
"value": "#1d1d29",
|
|
1896
|
+
"public": true,
|
|
1897
|
+
"isReferenceToInternal": true,
|
|
1898
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1899
|
+
"isSource": true,
|
|
1900
|
+
"original": {
|
|
1901
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1902
|
+
"public": true,
|
|
1903
|
+
"isReferenceToInternal": true
|
|
1904
|
+
},
|
|
1905
|
+
"name": "color-dark-mode-input-background-active",
|
|
1906
|
+
"attributes": {
|
|
1907
|
+
"category": "color",
|
|
1908
|
+
"type": "dark-mode",
|
|
1909
|
+
"item": "input",
|
|
1910
|
+
"subitem": "background",
|
|
1911
|
+
"state": "active"
|
|
1912
|
+
},
|
|
1913
|
+
"path": [
|
|
1914
|
+
"color",
|
|
1915
|
+
"dark-mode",
|
|
1916
|
+
"input",
|
|
1917
|
+
"background",
|
|
1918
|
+
"active"
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"success": {
|
|
1922
|
+
"value": "#1d1d29",
|
|
1679
1923
|
"public": true,
|
|
1680
1924
|
"isReferenceToInternal": true,
|
|
1681
|
-
"filePath": "tokens/color/alias/
|
|
1925
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1682
1926
|
"isSource": true,
|
|
1683
1927
|
"original": {
|
|
1684
|
-
"value": "{color.dark-mode.neutral.
|
|
1928
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1929
|
+
"public": true,
|
|
1930
|
+
"isReferenceToInternal": true
|
|
1931
|
+
},
|
|
1932
|
+
"name": "color-dark-mode-input-background-success",
|
|
1933
|
+
"attributes": {
|
|
1934
|
+
"category": "color",
|
|
1935
|
+
"type": "dark-mode",
|
|
1936
|
+
"item": "input",
|
|
1937
|
+
"subitem": "background",
|
|
1938
|
+
"state": "success"
|
|
1939
|
+
},
|
|
1940
|
+
"path": [
|
|
1941
|
+
"color",
|
|
1942
|
+
"dark-mode",
|
|
1943
|
+
"input",
|
|
1944
|
+
"background",
|
|
1945
|
+
"success"
|
|
1946
|
+
]
|
|
1947
|
+
},
|
|
1948
|
+
"critical": {
|
|
1949
|
+
"value": "#1d1d29",
|
|
1950
|
+
"public": true,
|
|
1951
|
+
"isReferenceToInternal": true,
|
|
1952
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1953
|
+
"isSource": true,
|
|
1954
|
+
"original": {
|
|
1955
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1685
1956
|
"public": true,
|
|
1686
1957
|
"isReferenceToInternal": true
|
|
1687
1958
|
},
|
|
1688
|
-
"name": "color-dark-mode-input-background-
|
|
1959
|
+
"name": "color-dark-mode-input-background-critical",
|
|
1689
1960
|
"attributes": {
|
|
1690
1961
|
"category": "color",
|
|
1691
1962
|
"type": "dark-mode",
|
|
1692
1963
|
"item": "input",
|
|
1693
1964
|
"subitem": "background",
|
|
1694
|
-
"state": "
|
|
1965
|
+
"state": "critical"
|
|
1695
1966
|
},
|
|
1696
1967
|
"path": [
|
|
1697
1968
|
"color",
|
|
1698
1969
|
"dark-mode",
|
|
1699
1970
|
"input",
|
|
1700
1971
|
"background",
|
|
1701
|
-
"
|
|
1972
|
+
"critical"
|
|
1702
1973
|
]
|
|
1703
1974
|
}
|
|
1704
1975
|
},
|
|
1705
1976
|
"border": {
|
|
1706
1977
|
"default": {
|
|
1707
|
-
"value": "#
|
|
1978
|
+
"value": "#a6a3b4",
|
|
1708
1979
|
"public": true,
|
|
1709
|
-
"
|
|
1980
|
+
"isReferenceToInternal": true,
|
|
1981
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1710
1982
|
"isSource": true,
|
|
1711
1983
|
"original": {
|
|
1712
|
-
"value": "{color.dark-mode.
|
|
1713
|
-
"public": true
|
|
1984
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1985
|
+
"public": true,
|
|
1986
|
+
"isReferenceToInternal": true
|
|
1714
1987
|
},
|
|
1715
1988
|
"name": "color-dark-mode-input-border-default",
|
|
1716
1989
|
"attributes": {
|
|
@@ -1728,35 +2001,253 @@
|
|
|
1728
2001
|
"default"
|
|
1729
2002
|
]
|
|
1730
2003
|
},
|
|
1731
|
-
"
|
|
2004
|
+
"hover": {
|
|
1732
2005
|
"value": "#858299",
|
|
1733
2006
|
"public": true,
|
|
1734
2007
|
"isReferenceToInternal": true,
|
|
1735
|
-
"filePath": "tokens/color/alias/
|
|
2008
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1736
2009
|
"isSource": true,
|
|
1737
2010
|
"original": {
|
|
1738
2011
|
"value": "{color.dark-mode.neutral.300.value}",
|
|
1739
2012
|
"public": true,
|
|
1740
2013
|
"isReferenceToInternal": true
|
|
1741
2014
|
},
|
|
1742
|
-
"name": "color-dark-mode-input-border-
|
|
2015
|
+
"name": "color-dark-mode-input-border-hover",
|
|
1743
2016
|
"attributes": {
|
|
1744
2017
|
"category": "color",
|
|
1745
2018
|
"type": "dark-mode",
|
|
1746
2019
|
"item": "input",
|
|
1747
2020
|
"subitem": "border",
|
|
1748
|
-
"state": "
|
|
2021
|
+
"state": "hover"
|
|
1749
2022
|
},
|
|
1750
2023
|
"path": [
|
|
1751
2024
|
"color",
|
|
1752
2025
|
"dark-mode",
|
|
1753
2026
|
"input",
|
|
1754
2027
|
"border",
|
|
1755
|
-
"
|
|
2028
|
+
"hover"
|
|
1756
2029
|
]
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
|
|
2030
|
+
},
|
|
2031
|
+
"active": {
|
|
2032
|
+
"value": "#858299",
|
|
2033
|
+
"public": true,
|
|
2034
|
+
"isReferenceToInternal": true,
|
|
2035
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2036
|
+
"isSource": true,
|
|
2037
|
+
"original": {
|
|
2038
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
2039
|
+
"public": true,
|
|
2040
|
+
"isReferenceToInternal": true
|
|
2041
|
+
},
|
|
2042
|
+
"name": "color-dark-mode-input-border-active",
|
|
2043
|
+
"attributes": {
|
|
2044
|
+
"category": "color",
|
|
2045
|
+
"type": "dark-mode",
|
|
2046
|
+
"item": "input",
|
|
2047
|
+
"subitem": "border",
|
|
2048
|
+
"state": "active"
|
|
2049
|
+
},
|
|
2050
|
+
"path": [
|
|
2051
|
+
"color",
|
|
2052
|
+
"dark-mode",
|
|
2053
|
+
"input",
|
|
2054
|
+
"border",
|
|
2055
|
+
"active"
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
"success": {
|
|
2059
|
+
"value": "#22a06b",
|
|
2060
|
+
"public": true,
|
|
2061
|
+
"isReferenceToInternal": true,
|
|
2062
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2063
|
+
"isSource": true,
|
|
2064
|
+
"original": {
|
|
2065
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
2066
|
+
"public": true,
|
|
2067
|
+
"isReferenceToInternal": true
|
|
2068
|
+
},
|
|
2069
|
+
"name": "color-dark-mode-input-border-success",
|
|
2070
|
+
"attributes": {
|
|
2071
|
+
"category": "color",
|
|
2072
|
+
"type": "dark-mode",
|
|
2073
|
+
"item": "input",
|
|
2074
|
+
"subitem": "border",
|
|
2075
|
+
"state": "success"
|
|
2076
|
+
},
|
|
2077
|
+
"path": [
|
|
2078
|
+
"color",
|
|
2079
|
+
"dark-mode",
|
|
2080
|
+
"input",
|
|
2081
|
+
"border",
|
|
2082
|
+
"success"
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
"critical": {
|
|
2086
|
+
"value": "#e05757",
|
|
2087
|
+
"public": true,
|
|
2088
|
+
"isReferenceToInternal": true,
|
|
2089
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2090
|
+
"isSource": true,
|
|
2091
|
+
"original": {
|
|
2092
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2093
|
+
"public": true,
|
|
2094
|
+
"isReferenceToInternal": true
|
|
2095
|
+
},
|
|
2096
|
+
"name": "color-dark-mode-input-border-critical",
|
|
2097
|
+
"attributes": {
|
|
2098
|
+
"category": "color",
|
|
2099
|
+
"type": "dark-mode",
|
|
2100
|
+
"item": "input",
|
|
2101
|
+
"subitem": "border",
|
|
2102
|
+
"state": "critical"
|
|
2103
|
+
},
|
|
2104
|
+
"path": [
|
|
2105
|
+
"color",
|
|
2106
|
+
"dark-mode",
|
|
2107
|
+
"input",
|
|
2108
|
+
"border",
|
|
2109
|
+
"critical"
|
|
2110
|
+
]
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"foreground": {
|
|
2114
|
+
"default": {
|
|
2115
|
+
"value": "#ffffff",
|
|
2116
|
+
"public": true,
|
|
2117
|
+
"isReferenceToInternal": true,
|
|
2118
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2119
|
+
"isSource": true,
|
|
2120
|
+
"original": {
|
|
2121
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2122
|
+
"public": true,
|
|
2123
|
+
"isReferenceToInternal": true
|
|
2124
|
+
},
|
|
2125
|
+
"name": "color-dark-mode-input-foreground-default",
|
|
2126
|
+
"attributes": {
|
|
2127
|
+
"category": "color",
|
|
2128
|
+
"type": "dark-mode",
|
|
2129
|
+
"item": "input",
|
|
2130
|
+
"subitem": "foreground",
|
|
2131
|
+
"state": "default"
|
|
2132
|
+
},
|
|
2133
|
+
"path": [
|
|
2134
|
+
"color",
|
|
2135
|
+
"dark-mode",
|
|
2136
|
+
"input",
|
|
2137
|
+
"foreground",
|
|
2138
|
+
"default"
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
"hover": {
|
|
2142
|
+
"value": "#ffffff",
|
|
2143
|
+
"public": true,
|
|
2144
|
+
"isReferenceToInternal": true,
|
|
2145
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2146
|
+
"isSource": true,
|
|
2147
|
+
"original": {
|
|
2148
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2149
|
+
"public": true,
|
|
2150
|
+
"isReferenceToInternal": true
|
|
2151
|
+
},
|
|
2152
|
+
"name": "color-dark-mode-input-foreground-hover",
|
|
2153
|
+
"attributes": {
|
|
2154
|
+
"category": "color",
|
|
2155
|
+
"type": "dark-mode",
|
|
2156
|
+
"item": "input",
|
|
2157
|
+
"subitem": "foreground",
|
|
2158
|
+
"state": "hover"
|
|
2159
|
+
},
|
|
2160
|
+
"path": [
|
|
2161
|
+
"color",
|
|
2162
|
+
"dark-mode",
|
|
2163
|
+
"input",
|
|
2164
|
+
"foreground",
|
|
2165
|
+
"hover"
|
|
2166
|
+
]
|
|
2167
|
+
},
|
|
2168
|
+
"active": {
|
|
2169
|
+
"value": "#ffffff",
|
|
2170
|
+
"public": true,
|
|
2171
|
+
"isReferenceToInternal": true,
|
|
2172
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2173
|
+
"isSource": true,
|
|
2174
|
+
"original": {
|
|
2175
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2176
|
+
"public": true,
|
|
2177
|
+
"isReferenceToInternal": true
|
|
2178
|
+
},
|
|
2179
|
+
"name": "color-dark-mode-input-foreground-active",
|
|
2180
|
+
"attributes": {
|
|
2181
|
+
"category": "color",
|
|
2182
|
+
"type": "dark-mode",
|
|
2183
|
+
"item": "input",
|
|
2184
|
+
"subitem": "foreground",
|
|
2185
|
+
"state": "active"
|
|
2186
|
+
},
|
|
2187
|
+
"path": [
|
|
2188
|
+
"color",
|
|
2189
|
+
"dark-mode",
|
|
2190
|
+
"input",
|
|
2191
|
+
"foreground",
|
|
2192
|
+
"active"
|
|
2193
|
+
]
|
|
2194
|
+
},
|
|
2195
|
+
"success": {
|
|
2196
|
+
"value": "#22a06b",
|
|
2197
|
+
"public": true,
|
|
2198
|
+
"isReferenceToInternal": true,
|
|
2199
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2200
|
+
"isSource": true,
|
|
2201
|
+
"original": {
|
|
2202
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
2203
|
+
"public": true,
|
|
2204
|
+
"isReferenceToInternal": true
|
|
2205
|
+
},
|
|
2206
|
+
"name": "color-dark-mode-input-foreground-success",
|
|
2207
|
+
"attributes": {
|
|
2208
|
+
"category": "color",
|
|
2209
|
+
"type": "dark-mode",
|
|
2210
|
+
"item": "input",
|
|
2211
|
+
"subitem": "foreground",
|
|
2212
|
+
"state": "success"
|
|
2213
|
+
},
|
|
2214
|
+
"path": [
|
|
2215
|
+
"color",
|
|
2216
|
+
"dark-mode",
|
|
2217
|
+
"input",
|
|
2218
|
+
"foreground",
|
|
2219
|
+
"success"
|
|
2220
|
+
]
|
|
2221
|
+
},
|
|
2222
|
+
"critical": {
|
|
2223
|
+
"value": "#e05757",
|
|
2224
|
+
"public": true,
|
|
2225
|
+
"isReferenceToInternal": true,
|
|
2226
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2227
|
+
"isSource": true,
|
|
2228
|
+
"original": {
|
|
2229
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2230
|
+
"public": true,
|
|
2231
|
+
"isReferenceToInternal": true
|
|
2232
|
+
},
|
|
2233
|
+
"name": "color-dark-mode-input-foreground-critical",
|
|
2234
|
+
"attributes": {
|
|
2235
|
+
"category": "color",
|
|
2236
|
+
"type": "dark-mode",
|
|
2237
|
+
"item": "input",
|
|
2238
|
+
"subitem": "foreground",
|
|
2239
|
+
"state": "critical"
|
|
2240
|
+
},
|
|
2241
|
+
"path": [
|
|
2242
|
+
"color",
|
|
2243
|
+
"dark-mode",
|
|
2244
|
+
"input",
|
|
2245
|
+
"foreground",
|
|
2246
|
+
"critical"
|
|
2247
|
+
]
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
1760
2251
|
"button": {
|
|
1761
2252
|
"primary": {
|
|
1762
2253
|
"background": {
|
|
@@ -3066,37 +3557,233 @@
|
|
|
3066
3557
|
"item": "link",
|
|
3067
3558
|
"subitem": "active"
|
|
3068
3559
|
},
|
|
3069
|
-
"path": [
|
|
3070
|
-
"color",
|
|
3071
|
-
"dark-mode",
|
|
3072
|
-
"link",
|
|
3073
|
-
"active"
|
|
3074
|
-
]
|
|
3075
|
-
},
|
|
3076
|
-
"visited": {
|
|
3077
|
-
"value": "#967fff",
|
|
3078
|
-
"public": true,
|
|
3079
|
-
"isReferenceToInternal": true,
|
|
3080
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3081
|
-
"isSource": true,
|
|
3082
|
-
"original": {
|
|
3083
|
-
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
3560
|
+
"path": [
|
|
3561
|
+
"color",
|
|
3562
|
+
"dark-mode",
|
|
3563
|
+
"link",
|
|
3564
|
+
"active"
|
|
3565
|
+
]
|
|
3566
|
+
},
|
|
3567
|
+
"visited": {
|
|
3568
|
+
"value": "#967fff",
|
|
3569
|
+
"public": true,
|
|
3570
|
+
"isReferenceToInternal": true,
|
|
3571
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3572
|
+
"isSource": true,
|
|
3573
|
+
"original": {
|
|
3574
|
+
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
3575
|
+
"public": true,
|
|
3576
|
+
"isReferenceToInternal": true
|
|
3577
|
+
},
|
|
3578
|
+
"name": "color-dark-mode-link-visited",
|
|
3579
|
+
"attributes": {
|
|
3580
|
+
"category": "color",
|
|
3581
|
+
"type": "dark-mode",
|
|
3582
|
+
"item": "link",
|
|
3583
|
+
"subitem": "visited"
|
|
3584
|
+
},
|
|
3585
|
+
"path": [
|
|
3586
|
+
"color",
|
|
3587
|
+
"dark-mode",
|
|
3588
|
+
"link",
|
|
3589
|
+
"visited"
|
|
3590
|
+
]
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
"menu": {
|
|
3594
|
+
"background": {
|
|
3595
|
+
"value": "#282839",
|
|
3596
|
+
"public": true,
|
|
3597
|
+
"isReferenceToInternal": true,
|
|
3598
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3599
|
+
"isSource": true,
|
|
3600
|
+
"original": {
|
|
3601
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3602
|
+
"public": true,
|
|
3603
|
+
"isReferenceToInternal": true
|
|
3604
|
+
},
|
|
3605
|
+
"name": "color-dark-mode-menu-background",
|
|
3606
|
+
"attributes": {
|
|
3607
|
+
"category": "color",
|
|
3608
|
+
"type": "dark-mode",
|
|
3609
|
+
"item": "menu",
|
|
3610
|
+
"subitem": "background"
|
|
3611
|
+
},
|
|
3612
|
+
"path": [
|
|
3613
|
+
"color",
|
|
3614
|
+
"dark-mode",
|
|
3615
|
+
"menu",
|
|
3616
|
+
"background"
|
|
3617
|
+
]
|
|
3618
|
+
},
|
|
3619
|
+
"item": {
|
|
3620
|
+
"background": {
|
|
3621
|
+
"default": {
|
|
3622
|
+
"value": "#282839",
|
|
3623
|
+
"public": true,
|
|
3624
|
+
"isReferenceToInternal": true,
|
|
3625
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3626
|
+
"isSource": true,
|
|
3627
|
+
"original": {
|
|
3628
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3629
|
+
"public": true,
|
|
3630
|
+
"isReferenceToInternal": true
|
|
3631
|
+
},
|
|
3632
|
+
"name": "color-dark-mode-menu-item-background-default",
|
|
3633
|
+
"attributes": {
|
|
3634
|
+
"category": "color",
|
|
3635
|
+
"type": "dark-mode",
|
|
3636
|
+
"item": "menu",
|
|
3637
|
+
"subitem": "item",
|
|
3638
|
+
"state": "background"
|
|
3639
|
+
},
|
|
3640
|
+
"path": [
|
|
3641
|
+
"color",
|
|
3642
|
+
"dark-mode",
|
|
3643
|
+
"menu",
|
|
3644
|
+
"item",
|
|
3645
|
+
"background",
|
|
3646
|
+
"default"
|
|
3647
|
+
]
|
|
3648
|
+
},
|
|
3649
|
+
"hover": {
|
|
3650
|
+
"value": "#504e62",
|
|
3651
|
+
"public": true,
|
|
3652
|
+
"isReferenceToInternal": true,
|
|
3653
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3654
|
+
"isSource": true,
|
|
3655
|
+
"original": {
|
|
3656
|
+
"value": "{color.dark-mode.neutral.400}",
|
|
3657
|
+
"public": true,
|
|
3658
|
+
"isReferenceToInternal": true
|
|
3659
|
+
},
|
|
3660
|
+
"name": "color-dark-mode-menu-item-background-hover",
|
|
3661
|
+
"attributes": {
|
|
3662
|
+
"category": "color",
|
|
3663
|
+
"type": "dark-mode",
|
|
3664
|
+
"item": "menu",
|
|
3665
|
+
"subitem": "item",
|
|
3666
|
+
"state": "background"
|
|
3667
|
+
},
|
|
3668
|
+
"path": [
|
|
3669
|
+
"color",
|
|
3670
|
+
"dark-mode",
|
|
3671
|
+
"menu",
|
|
3672
|
+
"item",
|
|
3673
|
+
"background",
|
|
3674
|
+
"hover"
|
|
3675
|
+
]
|
|
3676
|
+
},
|
|
3677
|
+
"active": {
|
|
3678
|
+
"value": "#858299",
|
|
3679
|
+
"public": true,
|
|
3680
|
+
"isReferenceToInternal": true,
|
|
3681
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3682
|
+
"isSource": true,
|
|
3683
|
+
"original": {
|
|
3684
|
+
"value": "{color.dark-mode.neutral.300}",
|
|
3685
|
+
"public": true,
|
|
3686
|
+
"isReferenceToInternal": true
|
|
3687
|
+
},
|
|
3688
|
+
"name": "color-dark-mode-menu-item-background-active",
|
|
3689
|
+
"attributes": {
|
|
3690
|
+
"category": "color",
|
|
3691
|
+
"type": "dark-mode",
|
|
3692
|
+
"item": "menu",
|
|
3693
|
+
"subitem": "item",
|
|
3694
|
+
"state": "background"
|
|
3695
|
+
},
|
|
3696
|
+
"path": [
|
|
3697
|
+
"color",
|
|
3698
|
+
"dark-mode",
|
|
3699
|
+
"menu",
|
|
3700
|
+
"item",
|
|
3701
|
+
"background",
|
|
3702
|
+
"active"
|
|
3703
|
+
]
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
"foreground": {
|
|
3707
|
+
"value": "#ffffff",
|
|
3084
3708
|
"public": true,
|
|
3085
|
-
"isReferenceToInternal": true
|
|
3709
|
+
"isReferenceToInternal": true,
|
|
3710
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3711
|
+
"isSource": true,
|
|
3712
|
+
"original": {
|
|
3713
|
+
"value": "{color.dark-mode.foreground.default}",
|
|
3714
|
+
"public": true,
|
|
3715
|
+
"isReferenceToInternal": true
|
|
3716
|
+
},
|
|
3717
|
+
"name": "color-dark-mode-menu-item-foreground",
|
|
3718
|
+
"attributes": {
|
|
3719
|
+
"category": "color",
|
|
3720
|
+
"type": "dark-mode",
|
|
3721
|
+
"item": "menu",
|
|
3722
|
+
"subitem": "item",
|
|
3723
|
+
"state": "foreground"
|
|
3724
|
+
},
|
|
3725
|
+
"path": [
|
|
3726
|
+
"color",
|
|
3727
|
+
"dark-mode",
|
|
3728
|
+
"menu",
|
|
3729
|
+
"item",
|
|
3730
|
+
"foreground"
|
|
3731
|
+
]
|
|
3086
3732
|
},
|
|
3087
|
-
"
|
|
3088
|
-
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
3733
|
+
"heading-text": {
|
|
3734
|
+
"value": "#a6a3b4",
|
|
3735
|
+
"public": true,
|
|
3736
|
+
"isReferenceToInternal": true,
|
|
3737
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3738
|
+
"isSource": true,
|
|
3739
|
+
"original": {
|
|
3740
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3741
|
+
"public": true,
|
|
3742
|
+
"isReferenceToInternal": true
|
|
3743
|
+
},
|
|
3744
|
+
"name": "color-dark-mode-menu-item-heading-text",
|
|
3745
|
+
"attributes": {
|
|
3746
|
+
"category": "color",
|
|
3747
|
+
"type": "dark-mode",
|
|
3748
|
+
"item": "menu",
|
|
3749
|
+
"subitem": "item",
|
|
3750
|
+
"state": "heading-text"
|
|
3751
|
+
},
|
|
3752
|
+
"path": [
|
|
3753
|
+
"color",
|
|
3754
|
+
"dark-mode",
|
|
3755
|
+
"menu",
|
|
3756
|
+
"item",
|
|
3757
|
+
"heading-text"
|
|
3758
|
+
]
|
|
3093
3759
|
},
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3099
|
-
|
|
3760
|
+
"description-text": {
|
|
3761
|
+
"value": "#a6a3b4",
|
|
3762
|
+
"public": true,
|
|
3763
|
+
"isReferenceToInternal": true,
|
|
3764
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3765
|
+
"isSource": true,
|
|
3766
|
+
"original": {
|
|
3767
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3768
|
+
"public": true,
|
|
3769
|
+
"isReferenceToInternal": true
|
|
3770
|
+
},
|
|
3771
|
+
"name": "color-dark-mode-menu-item-description-text",
|
|
3772
|
+
"attributes": {
|
|
3773
|
+
"category": "color",
|
|
3774
|
+
"type": "dark-mode",
|
|
3775
|
+
"item": "menu",
|
|
3776
|
+
"subitem": "item",
|
|
3777
|
+
"state": "description-text"
|
|
3778
|
+
},
|
|
3779
|
+
"path": [
|
|
3780
|
+
"color",
|
|
3781
|
+
"dark-mode",
|
|
3782
|
+
"menu",
|
|
3783
|
+
"item",
|
|
3784
|
+
"description-text"
|
|
3785
|
+
]
|
|
3786
|
+
}
|
|
3100
3787
|
}
|
|
3101
3788
|
},
|
|
3102
3789
|
"panel": {
|
|
@@ -3392,13 +4079,13 @@
|
|
|
3392
4079
|
]
|
|
3393
4080
|
},
|
|
3394
4081
|
"lead": {
|
|
3395
|
-
"value": "#
|
|
4082
|
+
"value": "#a6a3b4",
|
|
3396
4083
|
"public": true,
|
|
3397
4084
|
"isReferenceToInternal": true,
|
|
3398
4085
|
"filePath": "tokens/color/alias/typography.dark.json",
|
|
3399
4086
|
"isSource": true,
|
|
3400
4087
|
"original": {
|
|
3401
|
-
"value": "{color.dark-mode.neutral.
|
|
4088
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3402
4089
|
"public": true,
|
|
3403
4090
|
"isReferenceToInternal": true
|
|
3404
4091
|
},
|
|
@@ -3417,13 +4104,13 @@
|
|
|
3417
4104
|
]
|
|
3418
4105
|
},
|
|
3419
4106
|
"overline": {
|
|
3420
|
-
"value": "#
|
|
4107
|
+
"value": "#a6a3b4",
|
|
3421
4108
|
"public": true,
|
|
3422
4109
|
"isReferenceToInternal": true,
|
|
3423
4110
|
"filePath": "tokens/color/alias/typography.dark.json",
|
|
3424
4111
|
"isSource": true,
|
|
3425
4112
|
"original": {
|
|
3426
|
-
"value": "{color.dark-mode.neutral.
|
|
4113
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3427
4114
|
"public": true,
|
|
3428
4115
|
"isReferenceToInternal": true
|
|
3429
4116
|
},
|
|
@@ -3442,13 +4129,13 @@
|
|
|
3442
4129
|
]
|
|
3443
4130
|
},
|
|
3444
4131
|
"quote": {
|
|
3445
|
-
"value": "#
|
|
4132
|
+
"value": "#a6a3b4",
|
|
3446
4133
|
"public": true,
|
|
3447
4134
|
"isReferenceToInternal": true,
|
|
3448
4135
|
"filePath": "tokens/color/alias/typography.dark.json",
|
|
3449
4136
|
"isSource": true,
|
|
3450
4137
|
"original": {
|
|
3451
|
-
"value": "{color.dark-mode.neutral.
|
|
4138
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3452
4139
|
"public": true,
|
|
3453
4140
|
"isReferenceToInternal": true
|
|
3454
4141
|
},
|
|
@@ -5179,122 +5866,423 @@
|
|
|
5179
5866
|
"item": "foreground",
|
|
5180
5867
|
"subitem": "default"
|
|
5181
5868
|
},
|
|
5182
|
-
"path": [
|
|
5183
|
-
"color",
|
|
5184
|
-
"light-mode",
|
|
5185
|
-
"foreground",
|
|
5186
|
-
"default"
|
|
5187
|
-
]
|
|
5188
|
-
}
|
|
5189
|
-
},
|
|
5190
|
-
"input": {
|
|
5191
|
-
"background": {
|
|
5192
|
-
"default": {
|
|
5193
|
-
"value": "#ffffff",
|
|
5869
|
+
"path": [
|
|
5870
|
+
"color",
|
|
5871
|
+
"light-mode",
|
|
5872
|
+
"foreground",
|
|
5873
|
+
"default"
|
|
5874
|
+
]
|
|
5875
|
+
}
|
|
5876
|
+
},
|
|
5877
|
+
"input": {
|
|
5878
|
+
"background": {
|
|
5879
|
+
"default": {
|
|
5880
|
+
"value": "#ffffff",
|
|
5881
|
+
"public": true,
|
|
5882
|
+
"isReferenceToInternal": true,
|
|
5883
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5884
|
+
"isSource": true,
|
|
5885
|
+
"original": {
|
|
5886
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5887
|
+
"public": true,
|
|
5888
|
+
"isReferenceToInternal": true
|
|
5889
|
+
},
|
|
5890
|
+
"name": "color-light-mode-input-background-default",
|
|
5891
|
+
"attributes": {
|
|
5892
|
+
"category": "color",
|
|
5893
|
+
"type": "light-mode",
|
|
5894
|
+
"item": "input",
|
|
5895
|
+
"subitem": "background",
|
|
5896
|
+
"state": "default"
|
|
5897
|
+
},
|
|
5898
|
+
"path": [
|
|
5899
|
+
"color",
|
|
5900
|
+
"light-mode",
|
|
5901
|
+
"input",
|
|
5902
|
+
"background",
|
|
5903
|
+
"default"
|
|
5904
|
+
]
|
|
5905
|
+
},
|
|
5906
|
+
"hover": {
|
|
5907
|
+
"value": "#f0ecff",
|
|
5908
|
+
"public": true,
|
|
5909
|
+
"isReferenceToInternal": true,
|
|
5910
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5911
|
+
"isSource": true,
|
|
5912
|
+
"original": {
|
|
5913
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
5914
|
+
"public": true,
|
|
5915
|
+
"isReferenceToInternal": true
|
|
5916
|
+
},
|
|
5917
|
+
"name": "color-light-mode-input-background-hover",
|
|
5918
|
+
"attributes": {
|
|
5919
|
+
"category": "color",
|
|
5920
|
+
"type": "light-mode",
|
|
5921
|
+
"item": "input",
|
|
5922
|
+
"subitem": "background",
|
|
5923
|
+
"state": "hover"
|
|
5924
|
+
},
|
|
5925
|
+
"path": [
|
|
5926
|
+
"color",
|
|
5927
|
+
"light-mode",
|
|
5928
|
+
"input",
|
|
5929
|
+
"background",
|
|
5930
|
+
"hover"
|
|
5931
|
+
]
|
|
5932
|
+
},
|
|
5933
|
+
"active": {
|
|
5934
|
+
"value": "#ffffff",
|
|
5935
|
+
"public": true,
|
|
5936
|
+
"isReferenceToInternal": true,
|
|
5937
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5938
|
+
"isSource": true,
|
|
5939
|
+
"original": {
|
|
5940
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5941
|
+
"public": true,
|
|
5942
|
+
"isReferenceToInternal": true
|
|
5943
|
+
},
|
|
5944
|
+
"name": "color-light-mode-input-background-active",
|
|
5945
|
+
"attributes": {
|
|
5946
|
+
"category": "color",
|
|
5947
|
+
"type": "light-mode",
|
|
5948
|
+
"item": "input",
|
|
5949
|
+
"subitem": "background",
|
|
5950
|
+
"state": "active"
|
|
5951
|
+
},
|
|
5952
|
+
"path": [
|
|
5953
|
+
"color",
|
|
5954
|
+
"light-mode",
|
|
5955
|
+
"input",
|
|
5956
|
+
"background",
|
|
5957
|
+
"active"
|
|
5958
|
+
]
|
|
5959
|
+
},
|
|
5960
|
+
"success": {
|
|
5961
|
+
"value": "#ffffff",
|
|
5962
|
+
"public": true,
|
|
5963
|
+
"isReferenceToInternal": true,
|
|
5964
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5965
|
+
"isSource": true,
|
|
5966
|
+
"original": {
|
|
5967
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5968
|
+
"public": true,
|
|
5969
|
+
"isReferenceToInternal": true
|
|
5970
|
+
},
|
|
5971
|
+
"name": "color-light-mode-input-background-success",
|
|
5972
|
+
"attributes": {
|
|
5973
|
+
"category": "color",
|
|
5974
|
+
"type": "light-mode",
|
|
5975
|
+
"item": "input",
|
|
5976
|
+
"subitem": "background",
|
|
5977
|
+
"state": "success"
|
|
5978
|
+
},
|
|
5979
|
+
"path": [
|
|
5980
|
+
"color",
|
|
5981
|
+
"light-mode",
|
|
5982
|
+
"input",
|
|
5983
|
+
"background",
|
|
5984
|
+
"success"
|
|
5985
|
+
]
|
|
5986
|
+
},
|
|
5987
|
+
"critical": {
|
|
5988
|
+
"value": "#ffebeb",
|
|
5989
|
+
"public": true,
|
|
5990
|
+
"isReferenceToInternal": true,
|
|
5991
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5992
|
+
"isSource": true,
|
|
5993
|
+
"original": {
|
|
5994
|
+
"value": "{color.light-mode.semantic.error.100.value}",
|
|
5995
|
+
"public": true,
|
|
5996
|
+
"isReferenceToInternal": true
|
|
5997
|
+
},
|
|
5998
|
+
"name": "color-light-mode-input-background-critical",
|
|
5999
|
+
"attributes": {
|
|
6000
|
+
"category": "color",
|
|
6001
|
+
"type": "light-mode",
|
|
6002
|
+
"item": "input",
|
|
6003
|
+
"subitem": "background",
|
|
6004
|
+
"state": "critical"
|
|
6005
|
+
},
|
|
6006
|
+
"path": [
|
|
6007
|
+
"color",
|
|
6008
|
+
"light-mode",
|
|
6009
|
+
"input",
|
|
6010
|
+
"background",
|
|
6011
|
+
"critical"
|
|
6012
|
+
]
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
"border": {
|
|
6016
|
+
"default": {
|
|
6017
|
+
"value": "#8f8f99",
|
|
6018
|
+
"public": true,
|
|
6019
|
+
"isReferenceToInternal": true,
|
|
6020
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6021
|
+
"isSource": true,
|
|
6022
|
+
"original": {
|
|
6023
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
6024
|
+
"public": true,
|
|
6025
|
+
"isReferenceToInternal": true
|
|
6026
|
+
},
|
|
6027
|
+
"name": "color-light-mode-input-border-default",
|
|
6028
|
+
"attributes": {
|
|
6029
|
+
"category": "color",
|
|
6030
|
+
"type": "light-mode",
|
|
6031
|
+
"item": "input",
|
|
6032
|
+
"subitem": "border",
|
|
6033
|
+
"state": "default"
|
|
6034
|
+
},
|
|
6035
|
+
"path": [
|
|
6036
|
+
"color",
|
|
6037
|
+
"light-mode",
|
|
6038
|
+
"input",
|
|
6039
|
+
"border",
|
|
6040
|
+
"default"
|
|
6041
|
+
]
|
|
6042
|
+
},
|
|
6043
|
+
"hover": {
|
|
6044
|
+
"value": "#5f41e5",
|
|
6045
|
+
"public": true,
|
|
6046
|
+
"isReferenceToInternal": true,
|
|
6047
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6048
|
+
"isSource": true,
|
|
6049
|
+
"original": {
|
|
6050
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
6051
|
+
"public": true,
|
|
6052
|
+
"isReferenceToInternal": true
|
|
6053
|
+
},
|
|
6054
|
+
"name": "color-light-mode-input-border-hover",
|
|
6055
|
+
"attributes": {
|
|
6056
|
+
"category": "color",
|
|
6057
|
+
"type": "light-mode",
|
|
6058
|
+
"item": "input",
|
|
6059
|
+
"subitem": "border",
|
|
6060
|
+
"state": "hover"
|
|
6061
|
+
},
|
|
6062
|
+
"path": [
|
|
6063
|
+
"color",
|
|
6064
|
+
"light-mode",
|
|
6065
|
+
"input",
|
|
6066
|
+
"border",
|
|
6067
|
+
"hover"
|
|
6068
|
+
]
|
|
6069
|
+
},
|
|
6070
|
+
"active": {
|
|
6071
|
+
"value": "#5f41e5",
|
|
5194
6072
|
"public": true,
|
|
5195
6073
|
"isReferenceToInternal": true,
|
|
5196
|
-
"filePath": "tokens/color/alias/
|
|
6074
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5197
6075
|
"isSource": true,
|
|
5198
6076
|
"original": {
|
|
5199
|
-
"value": "{color.light-mode.
|
|
6077
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
5200
6078
|
"public": true,
|
|
5201
6079
|
"isReferenceToInternal": true
|
|
5202
6080
|
},
|
|
5203
|
-
"name": "color-light-mode-input-
|
|
6081
|
+
"name": "color-light-mode-input-border-active",
|
|
5204
6082
|
"attributes": {
|
|
5205
6083
|
"category": "color",
|
|
5206
6084
|
"type": "light-mode",
|
|
5207
6085
|
"item": "input",
|
|
5208
|
-
"subitem": "
|
|
5209
|
-
"state": "
|
|
6086
|
+
"subitem": "border",
|
|
6087
|
+
"state": "active"
|
|
5210
6088
|
},
|
|
5211
6089
|
"path": [
|
|
5212
6090
|
"color",
|
|
5213
6091
|
"light-mode",
|
|
5214
6092
|
"input",
|
|
5215
|
-
"
|
|
5216
|
-
"
|
|
6093
|
+
"border",
|
|
6094
|
+
"active"
|
|
5217
6095
|
]
|
|
5218
6096
|
},
|
|
5219
|
-
"
|
|
5220
|
-
"value": "#
|
|
6097
|
+
"success": {
|
|
6098
|
+
"value": "#1f845a",
|
|
5221
6099
|
"public": true,
|
|
5222
6100
|
"isReferenceToInternal": true,
|
|
5223
|
-
"filePath": "tokens/color/alias/
|
|
6101
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5224
6102
|
"isSource": true,
|
|
5225
6103
|
"original": {
|
|
5226
|
-
"value": "{color.light-mode.
|
|
6104
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
5227
6105
|
"public": true,
|
|
5228
6106
|
"isReferenceToInternal": true
|
|
5229
6107
|
},
|
|
5230
|
-
"name": "color-light-mode-input-
|
|
6108
|
+
"name": "color-light-mode-input-border-success",
|
|
5231
6109
|
"attributes": {
|
|
5232
6110
|
"category": "color",
|
|
5233
6111
|
"type": "light-mode",
|
|
5234
6112
|
"item": "input",
|
|
5235
|
-
"subitem": "
|
|
5236
|
-
"state": "
|
|
6113
|
+
"subitem": "border",
|
|
6114
|
+
"state": "success"
|
|
5237
6115
|
},
|
|
5238
6116
|
"path": [
|
|
5239
6117
|
"color",
|
|
5240
6118
|
"light-mode",
|
|
5241
6119
|
"input",
|
|
5242
|
-
"
|
|
5243
|
-
"
|
|
6120
|
+
"border",
|
|
6121
|
+
"success"
|
|
6122
|
+
]
|
|
6123
|
+
},
|
|
6124
|
+
"critical": {
|
|
6125
|
+
"value": "#d61f1f",
|
|
6126
|
+
"public": true,
|
|
6127
|
+
"isReferenceToInternal": true,
|
|
6128
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6129
|
+
"isSource": true,
|
|
6130
|
+
"original": {
|
|
6131
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
6132
|
+
"public": true,
|
|
6133
|
+
"isReferenceToInternal": true
|
|
6134
|
+
},
|
|
6135
|
+
"name": "color-light-mode-input-border-critical",
|
|
6136
|
+
"attributes": {
|
|
6137
|
+
"category": "color",
|
|
6138
|
+
"type": "light-mode",
|
|
6139
|
+
"item": "input",
|
|
6140
|
+
"subitem": "border",
|
|
6141
|
+
"state": "critical"
|
|
6142
|
+
},
|
|
6143
|
+
"path": [
|
|
6144
|
+
"color",
|
|
6145
|
+
"light-mode",
|
|
6146
|
+
"input",
|
|
6147
|
+
"border",
|
|
6148
|
+
"critical"
|
|
5244
6149
|
]
|
|
5245
6150
|
}
|
|
5246
6151
|
},
|
|
5247
|
-
"
|
|
6152
|
+
"foreground": {
|
|
5248
6153
|
"default": {
|
|
5249
|
-
"value": "#
|
|
6154
|
+
"value": "#23232d",
|
|
5250
6155
|
"public": true,
|
|
5251
|
-
"
|
|
6156
|
+
"isReferenceToInternal": true,
|
|
6157
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5252
6158
|
"isSource": true,
|
|
5253
6159
|
"original": {
|
|
5254
|
-
"value": "{color.light-mode.
|
|
5255
|
-
"public": true
|
|
6160
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
6161
|
+
"public": true,
|
|
6162
|
+
"isReferenceToInternal": true
|
|
5256
6163
|
},
|
|
5257
|
-
"name": "color-light-mode-input-
|
|
6164
|
+
"name": "color-light-mode-input-foreground-default",
|
|
5258
6165
|
"attributes": {
|
|
5259
6166
|
"category": "color",
|
|
5260
6167
|
"type": "light-mode",
|
|
5261
6168
|
"item": "input",
|
|
5262
|
-
"subitem": "
|
|
6169
|
+
"subitem": "foreground",
|
|
5263
6170
|
"state": "default"
|
|
5264
6171
|
},
|
|
5265
6172
|
"path": [
|
|
5266
6173
|
"color",
|
|
5267
6174
|
"light-mode",
|
|
5268
6175
|
"input",
|
|
5269
|
-
"
|
|
6176
|
+
"foreground",
|
|
5270
6177
|
"default"
|
|
5271
6178
|
]
|
|
5272
6179
|
},
|
|
5273
|
-
"
|
|
5274
|
-
"value": "#
|
|
6180
|
+
"hover": {
|
|
6181
|
+
"value": "#23232d",
|
|
5275
6182
|
"public": true,
|
|
5276
6183
|
"isReferenceToInternal": true,
|
|
5277
|
-
"filePath": "tokens/color/alias/
|
|
6184
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5278
6185
|
"isSource": true,
|
|
5279
6186
|
"original": {
|
|
5280
|
-
"value": "{color.light-mode.neutral.
|
|
6187
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5281
6188
|
"public": true,
|
|
5282
6189
|
"isReferenceToInternal": true
|
|
5283
6190
|
},
|
|
5284
|
-
"name": "color-light-mode-input-
|
|
6191
|
+
"name": "color-light-mode-input-foreground-hover",
|
|
5285
6192
|
"attributes": {
|
|
5286
6193
|
"category": "color",
|
|
5287
6194
|
"type": "light-mode",
|
|
5288
6195
|
"item": "input",
|
|
5289
|
-
"subitem": "
|
|
5290
|
-
"state": "
|
|
6196
|
+
"subitem": "foreground",
|
|
6197
|
+
"state": "hover"
|
|
5291
6198
|
},
|
|
5292
6199
|
"path": [
|
|
5293
6200
|
"color",
|
|
5294
6201
|
"light-mode",
|
|
5295
6202
|
"input",
|
|
5296
|
-
"
|
|
5297
|
-
"
|
|
6203
|
+
"foreground",
|
|
6204
|
+
"hover"
|
|
6205
|
+
]
|
|
6206
|
+
},
|
|
6207
|
+
"active": {
|
|
6208
|
+
"value": "#23232d",
|
|
6209
|
+
"public": true,
|
|
6210
|
+
"isReferenceToInternal": true,
|
|
6211
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6212
|
+
"isSource": true,
|
|
6213
|
+
"original": {
|
|
6214
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
6215
|
+
"public": true,
|
|
6216
|
+
"isReferenceToInternal": true
|
|
6217
|
+
},
|
|
6218
|
+
"name": "color-light-mode-input-foreground-active",
|
|
6219
|
+
"attributes": {
|
|
6220
|
+
"category": "color",
|
|
6221
|
+
"type": "light-mode",
|
|
6222
|
+
"item": "input",
|
|
6223
|
+
"subitem": "foreground",
|
|
6224
|
+
"state": "active"
|
|
6225
|
+
},
|
|
6226
|
+
"path": [
|
|
6227
|
+
"color",
|
|
6228
|
+
"light-mode",
|
|
6229
|
+
"input",
|
|
6230
|
+
"foreground",
|
|
6231
|
+
"active"
|
|
6232
|
+
]
|
|
6233
|
+
},
|
|
6234
|
+
"success": {
|
|
6235
|
+
"value": "#1f845a",
|
|
6236
|
+
"public": true,
|
|
6237
|
+
"isReferenceToInternal": true,
|
|
6238
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6239
|
+
"isSource": true,
|
|
6240
|
+
"original": {
|
|
6241
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
6242
|
+
"public": true,
|
|
6243
|
+
"isReferenceToInternal": true
|
|
6244
|
+
},
|
|
6245
|
+
"name": "color-light-mode-input-foreground-success",
|
|
6246
|
+
"attributes": {
|
|
6247
|
+
"category": "color",
|
|
6248
|
+
"type": "light-mode",
|
|
6249
|
+
"item": "input",
|
|
6250
|
+
"subitem": "foreground",
|
|
6251
|
+
"state": "success"
|
|
6252
|
+
},
|
|
6253
|
+
"path": [
|
|
6254
|
+
"color",
|
|
6255
|
+
"light-mode",
|
|
6256
|
+
"input",
|
|
6257
|
+
"foreground",
|
|
6258
|
+
"success"
|
|
6259
|
+
]
|
|
6260
|
+
},
|
|
6261
|
+
"critical": {
|
|
6262
|
+
"value": "#d61f1f",
|
|
6263
|
+
"public": true,
|
|
6264
|
+
"isReferenceToInternal": true,
|
|
6265
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6266
|
+
"isSource": true,
|
|
6267
|
+
"original": {
|
|
6268
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
6269
|
+
"public": true,
|
|
6270
|
+
"isReferenceToInternal": true
|
|
6271
|
+
},
|
|
6272
|
+
"name": "color-light-mode-input-foreground-critical",
|
|
6273
|
+
"attributes": {
|
|
6274
|
+
"category": "color",
|
|
6275
|
+
"type": "light-mode",
|
|
6276
|
+
"item": "input",
|
|
6277
|
+
"subitem": "foreground",
|
|
6278
|
+
"state": "critical"
|
|
6279
|
+
},
|
|
6280
|
+
"path": [
|
|
6281
|
+
"color",
|
|
6282
|
+
"light-mode",
|
|
6283
|
+
"input",
|
|
6284
|
+
"foreground",
|
|
6285
|
+
"critical"
|
|
5298
6286
|
]
|
|
5299
6287
|
}
|
|
5300
6288
|
}
|
|
@@ -5331,7 +6319,7 @@
|
|
|
5331
6319
|
]
|
|
5332
6320
|
},
|
|
5333
6321
|
"hover": {
|
|
5334
|
-
"value": "#
|
|
6322
|
+
"value": "#5f41e5",
|
|
5335
6323
|
"public": true,
|
|
5336
6324
|
"isReferenceToInternal": true,
|
|
5337
6325
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -5417,7 +6405,7 @@
|
|
|
5417
6405
|
]
|
|
5418
6406
|
},
|
|
5419
6407
|
"hover": {
|
|
5420
|
-
"value": "#
|
|
6408
|
+
"value": "#5f41e5",
|
|
5421
6409
|
"public": true,
|
|
5422
6410
|
"isReferenceToInternal": true,
|
|
5423
6411
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -5617,13 +6605,13 @@
|
|
|
5617
6605
|
]
|
|
5618
6606
|
},
|
|
5619
6607
|
"active": {
|
|
5620
|
-
"value": "#
|
|
6608
|
+
"value": "#e5dbff",
|
|
5621
6609
|
"public": true,
|
|
5622
6610
|
"isReferenceToInternal": true,
|
|
5623
6611
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5624
6612
|
"isSource": true,
|
|
5625
6613
|
"original": {
|
|
5626
|
-
"value": "{color.light-mode.
|
|
6614
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
5627
6615
|
"public": true,
|
|
5628
6616
|
"isReferenceToInternal": true
|
|
5629
6617
|
},
|
|
@@ -5675,7 +6663,7 @@
|
|
|
5675
6663
|
]
|
|
5676
6664
|
},
|
|
5677
6665
|
"hover": {
|
|
5678
|
-
"value": "#
|
|
6666
|
+
"value": "#5f41e5",
|
|
5679
6667
|
"public": true,
|
|
5680
6668
|
"isReferenceToInternal": true,
|
|
5681
6669
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -5875,13 +6863,13 @@
|
|
|
5875
6863
|
]
|
|
5876
6864
|
},
|
|
5877
6865
|
"active": {
|
|
5878
|
-
"value": "#
|
|
6866
|
+
"value": "#e5dbff",
|
|
5879
6867
|
"public": true,
|
|
5880
6868
|
"isReferenceToInternal": true,
|
|
5881
6869
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5882
6870
|
"isSource": true,
|
|
5883
6871
|
"original": {
|
|
5884
|
-
"value": "{color.light-mode.
|
|
6872
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
5885
6873
|
"public": true,
|
|
5886
6874
|
"isReferenceToInternal": true
|
|
5887
6875
|
},
|
|
@@ -6641,6 +7629,202 @@
|
|
|
6641
7629
|
]
|
|
6642
7630
|
}
|
|
6643
7631
|
},
|
|
7632
|
+
"menu": {
|
|
7633
|
+
"background": {
|
|
7634
|
+
"value": "#ffffff",
|
|
7635
|
+
"public": true,
|
|
7636
|
+
"isReferenceToInternal": true,
|
|
7637
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7638
|
+
"isSource": true,
|
|
7639
|
+
"original": {
|
|
7640
|
+
"value": "{color.light-mode.background.default}",
|
|
7641
|
+
"public": true,
|
|
7642
|
+
"isReferenceToInternal": true
|
|
7643
|
+
},
|
|
7644
|
+
"name": "color-light-mode-menu-background",
|
|
7645
|
+
"attributes": {
|
|
7646
|
+
"category": "color",
|
|
7647
|
+
"type": "light-mode",
|
|
7648
|
+
"item": "menu",
|
|
7649
|
+
"subitem": "background"
|
|
7650
|
+
},
|
|
7651
|
+
"path": [
|
|
7652
|
+
"color",
|
|
7653
|
+
"light-mode",
|
|
7654
|
+
"menu",
|
|
7655
|
+
"background"
|
|
7656
|
+
]
|
|
7657
|
+
},
|
|
7658
|
+
"item": {
|
|
7659
|
+
"background": {
|
|
7660
|
+
"default": {
|
|
7661
|
+
"value": "#ffffff",
|
|
7662
|
+
"public": true,
|
|
7663
|
+
"isReferenceToInternal": true,
|
|
7664
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7665
|
+
"isSource": true,
|
|
7666
|
+
"original": {
|
|
7667
|
+
"value": "{color.light-mode.background.default}",
|
|
7668
|
+
"public": true,
|
|
7669
|
+
"isReferenceToInternal": true
|
|
7670
|
+
},
|
|
7671
|
+
"name": "color-light-mode-menu-item-background-default",
|
|
7672
|
+
"attributes": {
|
|
7673
|
+
"category": "color",
|
|
7674
|
+
"type": "light-mode",
|
|
7675
|
+
"item": "menu",
|
|
7676
|
+
"subitem": "item",
|
|
7677
|
+
"state": "background"
|
|
7678
|
+
},
|
|
7679
|
+
"path": [
|
|
7680
|
+
"color",
|
|
7681
|
+
"light-mode",
|
|
7682
|
+
"menu",
|
|
7683
|
+
"item",
|
|
7684
|
+
"background",
|
|
7685
|
+
"default"
|
|
7686
|
+
]
|
|
7687
|
+
},
|
|
7688
|
+
"hover": {
|
|
7689
|
+
"value": "#f1f1f1",
|
|
7690
|
+
"public": true,
|
|
7691
|
+
"isReferenceToInternal": true,
|
|
7692
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7693
|
+
"isSource": true,
|
|
7694
|
+
"original": {
|
|
7695
|
+
"value": "{color.light-mode.neutral.050}",
|
|
7696
|
+
"public": true,
|
|
7697
|
+
"isReferenceToInternal": true
|
|
7698
|
+
},
|
|
7699
|
+
"name": "color-light-mode-menu-item-background-hover",
|
|
7700
|
+
"attributes": {
|
|
7701
|
+
"category": "color",
|
|
7702
|
+
"type": "light-mode",
|
|
7703
|
+
"item": "menu",
|
|
7704
|
+
"subitem": "item",
|
|
7705
|
+
"state": "background"
|
|
7706
|
+
},
|
|
7707
|
+
"path": [
|
|
7708
|
+
"color",
|
|
7709
|
+
"light-mode",
|
|
7710
|
+
"menu",
|
|
7711
|
+
"item",
|
|
7712
|
+
"background",
|
|
7713
|
+
"hover"
|
|
7714
|
+
]
|
|
7715
|
+
},
|
|
7716
|
+
"active": {
|
|
7717
|
+
"value": "#cfcfd3",
|
|
7718
|
+
"public": true,
|
|
7719
|
+
"isReferenceToInternal": true,
|
|
7720
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7721
|
+
"isSource": true,
|
|
7722
|
+
"original": {
|
|
7723
|
+
"value": "{color.light-mode.neutral.100}",
|
|
7724
|
+
"public": true,
|
|
7725
|
+
"isReferenceToInternal": true
|
|
7726
|
+
},
|
|
7727
|
+
"name": "color-light-mode-menu-item-background-active",
|
|
7728
|
+
"attributes": {
|
|
7729
|
+
"category": "color",
|
|
7730
|
+
"type": "light-mode",
|
|
7731
|
+
"item": "menu",
|
|
7732
|
+
"subitem": "item",
|
|
7733
|
+
"state": "background"
|
|
7734
|
+
},
|
|
7735
|
+
"path": [
|
|
7736
|
+
"color",
|
|
7737
|
+
"light-mode",
|
|
7738
|
+
"menu",
|
|
7739
|
+
"item",
|
|
7740
|
+
"background",
|
|
7741
|
+
"active"
|
|
7742
|
+
]
|
|
7743
|
+
}
|
|
7744
|
+
},
|
|
7745
|
+
"foreground": {
|
|
7746
|
+
"value": "#23232d",
|
|
7747
|
+
"public": true,
|
|
7748
|
+
"isReferenceToInternal": true,
|
|
7749
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7750
|
+
"isSource": true,
|
|
7751
|
+
"original": {
|
|
7752
|
+
"value": "{color.light-mode.foreground.default}",
|
|
7753
|
+
"public": true,
|
|
7754
|
+
"isReferenceToInternal": true
|
|
7755
|
+
},
|
|
7756
|
+
"name": "color-light-mode-menu-item-foreground",
|
|
7757
|
+
"attributes": {
|
|
7758
|
+
"category": "color",
|
|
7759
|
+
"type": "light-mode",
|
|
7760
|
+
"item": "menu",
|
|
7761
|
+
"subitem": "item",
|
|
7762
|
+
"state": "foreground"
|
|
7763
|
+
},
|
|
7764
|
+
"path": [
|
|
7765
|
+
"color",
|
|
7766
|
+
"light-mode",
|
|
7767
|
+
"menu",
|
|
7768
|
+
"item",
|
|
7769
|
+
"foreground"
|
|
7770
|
+
]
|
|
7771
|
+
},
|
|
7772
|
+
"heading-text": {
|
|
7773
|
+
"value": "#71717c",
|
|
7774
|
+
"public": true,
|
|
7775
|
+
"isReferenceToInternal": true,
|
|
7776
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7777
|
+
"isSource": true,
|
|
7778
|
+
"original": {
|
|
7779
|
+
"value": "{color.light-mode.neutral.400}",
|
|
7780
|
+
"public": true,
|
|
7781
|
+
"isReferenceToInternal": true
|
|
7782
|
+
},
|
|
7783
|
+
"name": "color-light-mode-menu-item-heading-text",
|
|
7784
|
+
"attributes": {
|
|
7785
|
+
"category": "color",
|
|
7786
|
+
"type": "light-mode",
|
|
7787
|
+
"item": "menu",
|
|
7788
|
+
"subitem": "item",
|
|
7789
|
+
"state": "heading-text"
|
|
7790
|
+
},
|
|
7791
|
+
"path": [
|
|
7792
|
+
"color",
|
|
7793
|
+
"light-mode",
|
|
7794
|
+
"menu",
|
|
7795
|
+
"item",
|
|
7796
|
+
"heading-text"
|
|
7797
|
+
]
|
|
7798
|
+
},
|
|
7799
|
+
"description-text": {
|
|
7800
|
+
"value": "#71717c",
|
|
7801
|
+
"public": true,
|
|
7802
|
+
"isReferenceToInternal": true,
|
|
7803
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7804
|
+
"isSource": true,
|
|
7805
|
+
"original": {
|
|
7806
|
+
"value": "{color.light-mode.neutral.400}",
|
|
7807
|
+
"public": true,
|
|
7808
|
+
"isReferenceToInternal": true
|
|
7809
|
+
},
|
|
7810
|
+
"name": "color-light-mode-menu-item-description-text",
|
|
7811
|
+
"attributes": {
|
|
7812
|
+
"category": "color",
|
|
7813
|
+
"type": "light-mode",
|
|
7814
|
+
"item": "menu",
|
|
7815
|
+
"subitem": "item",
|
|
7816
|
+
"state": "description-text"
|
|
7817
|
+
},
|
|
7818
|
+
"path": [
|
|
7819
|
+
"color",
|
|
7820
|
+
"light-mode",
|
|
7821
|
+
"menu",
|
|
7822
|
+
"item",
|
|
7823
|
+
"description-text"
|
|
7824
|
+
]
|
|
7825
|
+
}
|
|
7826
|
+
}
|
|
7827
|
+
},
|
|
6644
7828
|
"panel": {
|
|
6645
7829
|
"default": {
|
|
6646
7830
|
"background": {
|
|
@@ -7198,11 +8382,11 @@
|
|
|
7198
8382
|
]
|
|
7199
8383
|
},
|
|
7200
8384
|
"200": {
|
|
7201
|
-
"value": "#
|
|
8385
|
+
"value": "#e5dbff",
|
|
7202
8386
|
"filePath": "tokens/color/base/brand.light.json",
|
|
7203
8387
|
"isSource": true,
|
|
7204
8388
|
"original": {
|
|
7205
|
-
"value": "#
|
|
8389
|
+
"value": "#E5DBFF"
|
|
7206
8390
|
},
|
|
7207
8391
|
"name": "color-light-mode-brand-secondary-200",
|
|
7208
8392
|
"attributes": {
|
|
@@ -7221,11 +8405,11 @@
|
|
|
7221
8405
|
]
|
|
7222
8406
|
},
|
|
7223
8407
|
"300": {
|
|
7224
|
-
"value": "#
|
|
8408
|
+
"value": "#5f41e5",
|
|
7225
8409
|
"filePath": "tokens/color/base/brand.light.json",
|
|
7226
8410
|
"isSource": true,
|
|
7227
8411
|
"original": {
|
|
7228
|
-
"value": "#
|
|
8412
|
+
"value": "#5F41E5"
|
|
7229
8413
|
},
|
|
7230
8414
|
"name": "color-light-mode-brand-secondary-300",
|
|
7231
8415
|
"attributes": {
|