@pantheon-systems/pds-design-tokens 1.0.0-dev.1 → 1.0.0-dev.11
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 +22 -6
- package/build/css/pds-design-tokens-light-mode.css +24 -8
- package/build/css/pds-design-tokens.css +4 -3
- package/build/figma/pds-design-tokens-figma.json +2163 -1049
- package/build/json/pds-design-tokens-dark-mode.json +726 -287
- package/build/json/pds-design-tokens-light-mode.json +729 -290
- package/build/json/pds-design-tokens.json +132 -36
- package/build/scss/_pds-design-tokens-dark-mode.scss +22 -6
- package/build/scss/_pds-design-tokens-light-mode.scss +24 -8
- package/build/scss/_pds-design-tokens.scss +4 -3
- package/package.json +1 -1
|
@@ -1,76 +1,180 @@
|
|
|
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
|
-
"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"input": {
|
|
28
|
+
"transition": {
|
|
29
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
30
|
+
"filePath": "tokens/animation/alias.json",
|
|
32
31
|
"isSource": true,
|
|
33
32
|
"original": {
|
|
34
|
-
"value": "
|
|
35
|
-
"public": true,
|
|
33
|
+
"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}",
|
|
36
34
|
"filePath": "build/json/pds-design-tokens.json",
|
|
37
35
|
"isSource": false
|
|
38
36
|
},
|
|
39
|
-
"name": "animation-transition
|
|
37
|
+
"name": "animation-input-transition",
|
|
40
38
|
"attributes": {
|
|
41
39
|
"category": "animation",
|
|
42
|
-
"type": "
|
|
43
|
-
"item": "
|
|
40
|
+
"type": "input",
|
|
41
|
+
"item": "transition"
|
|
44
42
|
},
|
|
45
43
|
"path": [
|
|
46
44
|
"animation",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
45
|
+
"input",
|
|
46
|
+
"transition"
|
|
49
47
|
]
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"input-label": {
|
|
51
|
+
"transition": {
|
|
52
|
+
"value": "color: 200ms ease-in-out 0s",
|
|
53
|
+
"filePath": "tokens/animation/alias.json",
|
|
55
54
|
"isSource": true,
|
|
56
55
|
"original": {
|
|
57
|
-
"value": "
|
|
58
|
-
"public": true,
|
|
56
|
+
"value": "color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
59
57
|
"filePath": "build/json/pds-design-tokens.json",
|
|
60
58
|
"isSource": false
|
|
61
59
|
},
|
|
62
|
-
"name": "animation-
|
|
60
|
+
"name": "animation-input-label-transition",
|
|
63
61
|
"attributes": {
|
|
64
62
|
"category": "animation",
|
|
65
|
-
"type": "
|
|
66
|
-
"item": "
|
|
63
|
+
"type": "input-label",
|
|
64
|
+
"item": "transition"
|
|
67
65
|
},
|
|
68
66
|
"path": [
|
|
69
67
|
"animation",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
68
|
+
"input-label",
|
|
69
|
+
"transition"
|
|
72
70
|
]
|
|
73
71
|
}
|
|
72
|
+
},
|
|
73
|
+
"transition": {
|
|
74
|
+
"default": {
|
|
75
|
+
"delay": {
|
|
76
|
+
"value": "0s",
|
|
77
|
+
"public": true,
|
|
78
|
+
"filePath": "tokens/animation/base.json",
|
|
79
|
+
"isSource": true,
|
|
80
|
+
"original": {
|
|
81
|
+
"value": "0s",
|
|
82
|
+
"public": true,
|
|
83
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
84
|
+
"isSource": false
|
|
85
|
+
},
|
|
86
|
+
"name": "animation-transition-default-delay",
|
|
87
|
+
"attributes": {
|
|
88
|
+
"category": "animation",
|
|
89
|
+
"type": "transition",
|
|
90
|
+
"item": "default",
|
|
91
|
+
"subitem": "delay"
|
|
92
|
+
},
|
|
93
|
+
"path": [
|
|
94
|
+
"animation",
|
|
95
|
+
"transition",
|
|
96
|
+
"default",
|
|
97
|
+
"delay"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"duration": {
|
|
101
|
+
"value": "200ms",
|
|
102
|
+
"public": true,
|
|
103
|
+
"filePath": "tokens/animation/base.json",
|
|
104
|
+
"isSource": true,
|
|
105
|
+
"original": {
|
|
106
|
+
"value": "200ms",
|
|
107
|
+
"public": true,
|
|
108
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
109
|
+
"isSource": false
|
|
110
|
+
},
|
|
111
|
+
"name": "animation-transition-default-duration",
|
|
112
|
+
"attributes": {
|
|
113
|
+
"category": "animation",
|
|
114
|
+
"type": "transition",
|
|
115
|
+
"item": "default",
|
|
116
|
+
"subitem": "duration"
|
|
117
|
+
},
|
|
118
|
+
"path": [
|
|
119
|
+
"animation",
|
|
120
|
+
"transition",
|
|
121
|
+
"default",
|
|
122
|
+
"duration"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"timing-function": {
|
|
126
|
+
"value": "ease-in-out",
|
|
127
|
+
"public": true,
|
|
128
|
+
"filePath": "tokens/animation/base.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "ease-in-out",
|
|
132
|
+
"public": true,
|
|
133
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
134
|
+
"isSource": false
|
|
135
|
+
},
|
|
136
|
+
"name": "animation-transition-default-timing-function",
|
|
137
|
+
"attributes": {
|
|
138
|
+
"category": "animation",
|
|
139
|
+
"type": "transition",
|
|
140
|
+
"item": "default",
|
|
141
|
+
"subitem": "timing-function"
|
|
142
|
+
},
|
|
143
|
+
"path": [
|
|
144
|
+
"animation",
|
|
145
|
+
"transition",
|
|
146
|
+
"default",
|
|
147
|
+
"timing-function"
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"dropdown": {
|
|
152
|
+
"duration": {
|
|
153
|
+
"value": "300ms",
|
|
154
|
+
"public": true,
|
|
155
|
+
"filePath": "tokens/animation/base.json",
|
|
156
|
+
"isSource": true,
|
|
157
|
+
"original": {
|
|
158
|
+
"value": "300ms",
|
|
159
|
+
"public": true,
|
|
160
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
161
|
+
"isSource": false
|
|
162
|
+
},
|
|
163
|
+
"name": "animation-transition-dropdown-duration",
|
|
164
|
+
"attributes": {
|
|
165
|
+
"category": "animation",
|
|
166
|
+
"type": "transition",
|
|
167
|
+
"item": "dropdown",
|
|
168
|
+
"subitem": "duration"
|
|
169
|
+
},
|
|
170
|
+
"path": [
|
|
171
|
+
"animation",
|
|
172
|
+
"transition",
|
|
173
|
+
"dropdown",
|
|
174
|
+
"duration"
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
}
|
|
74
178
|
}
|
|
75
179
|
},
|
|
76
180
|
"border": {
|
|
@@ -551,6 +655,138 @@
|
|
|
551
655
|
]
|
|
552
656
|
}
|
|
553
657
|
},
|
|
658
|
+
"form": {
|
|
659
|
+
"label": {
|
|
660
|
+
"value": {
|
|
661
|
+
"fontSize": "1 * 16",
|
|
662
|
+
"fontFamily": "Poppins",
|
|
663
|
+
"fontWeight": 500,
|
|
664
|
+
"lineHeight": "125%"
|
|
665
|
+
},
|
|
666
|
+
"type": "typography",
|
|
667
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
668
|
+
"isSource": true,
|
|
669
|
+
"original": {
|
|
670
|
+
"value": {
|
|
671
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
672
|
+
"fontFamily": "Poppins",
|
|
673
|
+
"fontWeight": "{typography.font-weight.medium}",
|
|
674
|
+
"lineHeight": "{typography.line-height.S}"
|
|
675
|
+
},
|
|
676
|
+
"type": "typography"
|
|
677
|
+
},
|
|
678
|
+
"name": "text-form-label",
|
|
679
|
+
"attributes": {
|
|
680
|
+
"category": "text",
|
|
681
|
+
"type": "form",
|
|
682
|
+
"item": "label"
|
|
683
|
+
},
|
|
684
|
+
"path": [
|
|
685
|
+
"text",
|
|
686
|
+
"form",
|
|
687
|
+
"label"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
"input": {
|
|
691
|
+
"value": {
|
|
692
|
+
"fontSize": "1 * 16",
|
|
693
|
+
"fontFamily": "Poppins",
|
|
694
|
+
"fontWeight": 400,
|
|
695
|
+
"lineHeight": "1"
|
|
696
|
+
},
|
|
697
|
+
"type": "typography",
|
|
698
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
699
|
+
"isSource": true,
|
|
700
|
+
"original": {
|
|
701
|
+
"value": {
|
|
702
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
703
|
+
"fontFamily": "Poppins",
|
|
704
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
705
|
+
"lineHeight": "1"
|
|
706
|
+
},
|
|
707
|
+
"type": "typography"
|
|
708
|
+
},
|
|
709
|
+
"name": "text-form-input",
|
|
710
|
+
"attributes": {
|
|
711
|
+
"category": "text",
|
|
712
|
+
"type": "form",
|
|
713
|
+
"item": "input"
|
|
714
|
+
},
|
|
715
|
+
"path": [
|
|
716
|
+
"text",
|
|
717
|
+
"form",
|
|
718
|
+
"input"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
"description": {
|
|
722
|
+
"value": {
|
|
723
|
+
"fontSize": "0.875 * 16",
|
|
724
|
+
"fontFamily": "Poppins",
|
|
725
|
+
"fontWeight": 400,
|
|
726
|
+
"lineHeight": "125%"
|
|
727
|
+
},
|
|
728
|
+
"type": "typography",
|
|
729
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
730
|
+
"isSource": true,
|
|
731
|
+
"original": {
|
|
732
|
+
"value": {
|
|
733
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
734
|
+
"fontFamily": "Poppins",
|
|
735
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
736
|
+
"lineHeight": "{typography.line-height.S}"
|
|
737
|
+
},
|
|
738
|
+
"type": "typography"
|
|
739
|
+
},
|
|
740
|
+
"name": "text-form-description",
|
|
741
|
+
"attributes": {
|
|
742
|
+
"category": "text",
|
|
743
|
+
"type": "form",
|
|
744
|
+
"item": "description"
|
|
745
|
+
},
|
|
746
|
+
"path": [
|
|
747
|
+
"text",
|
|
748
|
+
"form",
|
|
749
|
+
"description"
|
|
750
|
+
]
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"menu": {
|
|
754
|
+
"item-heading": {
|
|
755
|
+
"value": {
|
|
756
|
+
"fontSize": "0.875 * 16",
|
|
757
|
+
"fontFamily": "Poppins",
|
|
758
|
+
"fontWeight": 700,
|
|
759
|
+
"letterSpacing": "0.04 * 100%",
|
|
760
|
+
"textCase": "uppercase",
|
|
761
|
+
"lineHeight": "125%"
|
|
762
|
+
},
|
|
763
|
+
"type": "typography",
|
|
764
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
765
|
+
"isSource": true,
|
|
766
|
+
"original": {
|
|
767
|
+
"value": {
|
|
768
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
769
|
+
"fontFamily": "Poppins",
|
|
770
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
771
|
+
"letterSpacing": "{typography.letter-spacing.L} * 100%",
|
|
772
|
+
"textCase": "uppercase",
|
|
773
|
+
"lineHeight": "{typography.line-height.S}"
|
|
774
|
+
},
|
|
775
|
+
"type": "typography"
|
|
776
|
+
},
|
|
777
|
+
"name": "text-menu-item-heading",
|
|
778
|
+
"attributes": {
|
|
779
|
+
"category": "text",
|
|
780
|
+
"type": "menu",
|
|
781
|
+
"item": "item-heading"
|
|
782
|
+
},
|
|
783
|
+
"path": [
|
|
784
|
+
"text",
|
|
785
|
+
"menu",
|
|
786
|
+
"item-heading"
|
|
787
|
+
]
|
|
788
|
+
}
|
|
789
|
+
},
|
|
554
790
|
"type-scale": {
|
|
555
791
|
"regular": {
|
|
556
792
|
"4XL": {
|
|
@@ -1564,199 +1800,6 @@
|
|
|
1564
1800
|
},
|
|
1565
1801
|
"color": {
|
|
1566
1802
|
"dark-mode": {
|
|
1567
|
-
"background": {
|
|
1568
|
-
"default": {
|
|
1569
|
-
"value": "#1d1d29",
|
|
1570
|
-
"public": true,
|
|
1571
|
-
"isReferenceToInternal": true,
|
|
1572
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1573
|
-
"isSource": true,
|
|
1574
|
-
"original": {
|
|
1575
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
1576
|
-
"public": true,
|
|
1577
|
-
"isReferenceToInternal": true
|
|
1578
|
-
},
|
|
1579
|
-
"name": "color-dark-mode-background-default",
|
|
1580
|
-
"attributes": {
|
|
1581
|
-
"category": "color",
|
|
1582
|
-
"type": "dark-mode",
|
|
1583
|
-
"item": "background",
|
|
1584
|
-
"subitem": "default"
|
|
1585
|
-
},
|
|
1586
|
-
"path": [
|
|
1587
|
-
"color",
|
|
1588
|
-
"dark-mode",
|
|
1589
|
-
"background",
|
|
1590
|
-
"default"
|
|
1591
|
-
]
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
"border": {
|
|
1595
|
-
"default": {
|
|
1596
|
-
"value": "#504e62",
|
|
1597
|
-
"public": true,
|
|
1598
|
-
"isReferenceToInternal": true,
|
|
1599
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1600
|
-
"isSource": true,
|
|
1601
|
-
"original": {
|
|
1602
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
1603
|
-
"public": true,
|
|
1604
|
-
"isReferenceToInternal": true
|
|
1605
|
-
},
|
|
1606
|
-
"name": "color-dark-mode-border-default",
|
|
1607
|
-
"attributes": {
|
|
1608
|
-
"category": "color",
|
|
1609
|
-
"type": "dark-mode",
|
|
1610
|
-
"item": "border",
|
|
1611
|
-
"subitem": "default"
|
|
1612
|
-
},
|
|
1613
|
-
"path": [
|
|
1614
|
-
"color",
|
|
1615
|
-
"dark-mode",
|
|
1616
|
-
"border",
|
|
1617
|
-
"default"
|
|
1618
|
-
]
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
"foreground": {
|
|
1622
|
-
"default": {
|
|
1623
|
-
"value": "#ffffff",
|
|
1624
|
-
"public": true,
|
|
1625
|
-
"isReferenceToInternal": true,
|
|
1626
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1627
|
-
"isSource": true,
|
|
1628
|
-
"original": {
|
|
1629
|
-
"value": "{color.dark-mode.neutral.000.value}",
|
|
1630
|
-
"public": true,
|
|
1631
|
-
"isReferenceToInternal": true
|
|
1632
|
-
},
|
|
1633
|
-
"name": "color-dark-mode-foreground-default",
|
|
1634
|
-
"attributes": {
|
|
1635
|
-
"category": "color",
|
|
1636
|
-
"type": "dark-mode",
|
|
1637
|
-
"item": "foreground",
|
|
1638
|
-
"subitem": "default"
|
|
1639
|
-
},
|
|
1640
|
-
"path": [
|
|
1641
|
-
"color",
|
|
1642
|
-
"dark-mode",
|
|
1643
|
-
"foreground",
|
|
1644
|
-
"default"
|
|
1645
|
-
]
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
"input": {
|
|
1649
|
-
"background": {
|
|
1650
|
-
"default": {
|
|
1651
|
-
"value": "#1d1d29",
|
|
1652
|
-
"public": true,
|
|
1653
|
-
"isReferenceToInternal": true,
|
|
1654
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
1655
|
-
"isSource": true,
|
|
1656
|
-
"original": {
|
|
1657
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
1658
|
-
"public": true,
|
|
1659
|
-
"isReferenceToInternal": true
|
|
1660
|
-
},
|
|
1661
|
-
"name": "color-dark-mode-input-background-default",
|
|
1662
|
-
"attributes": {
|
|
1663
|
-
"category": "color",
|
|
1664
|
-
"type": "dark-mode",
|
|
1665
|
-
"item": "input",
|
|
1666
|
-
"subitem": "background",
|
|
1667
|
-
"state": "default"
|
|
1668
|
-
},
|
|
1669
|
-
"path": [
|
|
1670
|
-
"color",
|
|
1671
|
-
"dark-mode",
|
|
1672
|
-
"input",
|
|
1673
|
-
"background",
|
|
1674
|
-
"default"
|
|
1675
|
-
]
|
|
1676
|
-
},
|
|
1677
|
-
"disabled": {
|
|
1678
|
-
"value": "#504e62",
|
|
1679
|
-
"public": true,
|
|
1680
|
-
"isReferenceToInternal": true,
|
|
1681
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
1682
|
-
"isSource": true,
|
|
1683
|
-
"original": {
|
|
1684
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
1685
|
-
"public": true,
|
|
1686
|
-
"isReferenceToInternal": true
|
|
1687
|
-
},
|
|
1688
|
-
"name": "color-dark-mode-input-background-disabled",
|
|
1689
|
-
"attributes": {
|
|
1690
|
-
"category": "color",
|
|
1691
|
-
"type": "dark-mode",
|
|
1692
|
-
"item": "input",
|
|
1693
|
-
"subitem": "background",
|
|
1694
|
-
"state": "disabled"
|
|
1695
|
-
},
|
|
1696
|
-
"path": [
|
|
1697
|
-
"color",
|
|
1698
|
-
"dark-mode",
|
|
1699
|
-
"input",
|
|
1700
|
-
"background",
|
|
1701
|
-
"disabled"
|
|
1702
|
-
]
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
"border": {
|
|
1706
|
-
"default": {
|
|
1707
|
-
"value": "#504e62",
|
|
1708
|
-
"public": true,
|
|
1709
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
1710
|
-
"isSource": true,
|
|
1711
|
-
"original": {
|
|
1712
|
-
"value": "{color.dark-mode.border.default}",
|
|
1713
|
-
"public": true
|
|
1714
|
-
},
|
|
1715
|
-
"name": "color-dark-mode-input-border-default",
|
|
1716
|
-
"attributes": {
|
|
1717
|
-
"category": "color",
|
|
1718
|
-
"type": "dark-mode",
|
|
1719
|
-
"item": "input",
|
|
1720
|
-
"subitem": "border",
|
|
1721
|
-
"state": "default"
|
|
1722
|
-
},
|
|
1723
|
-
"path": [
|
|
1724
|
-
"color",
|
|
1725
|
-
"dark-mode",
|
|
1726
|
-
"input",
|
|
1727
|
-
"border",
|
|
1728
|
-
"default"
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
"disabled": {
|
|
1732
|
-
"value": "#858299",
|
|
1733
|
-
"public": true,
|
|
1734
|
-
"isReferenceToInternal": true,
|
|
1735
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
1736
|
-
"isSource": true,
|
|
1737
|
-
"original": {
|
|
1738
|
-
"value": "{color.dark-mode.neutral.300.value}",
|
|
1739
|
-
"public": true,
|
|
1740
|
-
"isReferenceToInternal": true
|
|
1741
|
-
},
|
|
1742
|
-
"name": "color-dark-mode-input-border-disabled",
|
|
1743
|
-
"attributes": {
|
|
1744
|
-
"category": "color",
|
|
1745
|
-
"type": "dark-mode",
|
|
1746
|
-
"item": "input",
|
|
1747
|
-
"subitem": "border",
|
|
1748
|
-
"state": "disabled"
|
|
1749
|
-
},
|
|
1750
|
-
"path": [
|
|
1751
|
-
"color",
|
|
1752
|
-
"dark-mode",
|
|
1753
|
-
"input",
|
|
1754
|
-
"border",
|
|
1755
|
-
"disabled"
|
|
1756
|
-
]
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
1803
|
"button": {
|
|
1761
1804
|
"primary": {
|
|
1762
1805
|
"background": {
|
|
@@ -1764,7 +1807,7 @@
|
|
|
1764
1807
|
"value": "#6947ff",
|
|
1765
1808
|
"public": true,
|
|
1766
1809
|
"isReferenceToInternal": true,
|
|
1767
|
-
"filePath": "tokens/color/alias/
|
|
1810
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1768
1811
|
"isSource": true,
|
|
1769
1812
|
"original": {
|
|
1770
1813
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
@@ -1792,7 +1835,7 @@
|
|
|
1792
1835
|
"value": "#7657ff",
|
|
1793
1836
|
"public": true,
|
|
1794
1837
|
"isReferenceToInternal": true,
|
|
1795
|
-
"filePath": "tokens/color/alias/
|
|
1838
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1796
1839
|
"isSource": true,
|
|
1797
1840
|
"original": {
|
|
1798
1841
|
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
@@ -1820,7 +1863,7 @@
|
|
|
1820
1863
|
"value": "#4b32bb",
|
|
1821
1864
|
"public": true,
|
|
1822
1865
|
"isReferenceToInternal": true,
|
|
1823
|
-
"filePath": "tokens/color/alias/
|
|
1866
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1824
1867
|
"isSource": true,
|
|
1825
1868
|
"original": {
|
|
1826
1869
|
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
@@ -1850,7 +1893,7 @@
|
|
|
1850
1893
|
"value": "#6947ff",
|
|
1851
1894
|
"public": true,
|
|
1852
1895
|
"isReferenceToInternal": true,
|
|
1853
|
-
"filePath": "tokens/color/alias/
|
|
1896
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1854
1897
|
"isSource": true,
|
|
1855
1898
|
"original": {
|
|
1856
1899
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
@@ -1878,7 +1921,7 @@
|
|
|
1878
1921
|
"value": "#7657ff",
|
|
1879
1922
|
"public": true,
|
|
1880
1923
|
"isReferenceToInternal": true,
|
|
1881
|
-
"filePath": "tokens/color/alias/
|
|
1924
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1882
1925
|
"isSource": true,
|
|
1883
1926
|
"original": {
|
|
1884
1927
|
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
@@ -1906,7 +1949,7 @@
|
|
|
1906
1949
|
"value": "#4b32bb",
|
|
1907
1950
|
"public": true,
|
|
1908
1951
|
"isReferenceToInternal": true,
|
|
1909
|
-
"filePath": "tokens/color/alias/
|
|
1952
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1910
1953
|
"isSource": true,
|
|
1911
1954
|
"original": {
|
|
1912
1955
|
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
@@ -1936,7 +1979,7 @@
|
|
|
1936
1979
|
"value": "#ffffff",
|
|
1937
1980
|
"public": true,
|
|
1938
1981
|
"isReferenceToInternal": true,
|
|
1939
|
-
"filePath": "tokens/color/alias/
|
|
1982
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1940
1983
|
"isSource": true,
|
|
1941
1984
|
"original": {
|
|
1942
1985
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -1964,7 +2007,7 @@
|
|
|
1964
2007
|
"value": "#ffffff",
|
|
1965
2008
|
"public": true,
|
|
1966
2009
|
"isReferenceToInternal": true,
|
|
1967
|
-
"filePath": "tokens/color/alias/
|
|
2010
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1968
2011
|
"isSource": true,
|
|
1969
2012
|
"original": {
|
|
1970
2013
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -1992,7 +2035,7 @@
|
|
|
1992
2035
|
"value": "#ffffff",
|
|
1993
2036
|
"public": true,
|
|
1994
2037
|
"isReferenceToInternal": true,
|
|
1995
|
-
"filePath": "tokens/color/alias/
|
|
2038
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1996
2039
|
"isSource": true,
|
|
1997
2040
|
"original": {
|
|
1998
2041
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2023,7 +2066,7 @@
|
|
|
2023
2066
|
"default": {
|
|
2024
2067
|
"value": "rgba(0, 0, 0, 0)",
|
|
2025
2068
|
"public": true,
|
|
2026
|
-
"filePath": "tokens/color/alias/
|
|
2069
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2027
2070
|
"isSource": true,
|
|
2028
2071
|
"original": {
|
|
2029
2072
|
"value": "transparent",
|
|
@@ -2050,7 +2093,7 @@
|
|
|
2050
2093
|
"value": "#504e62",
|
|
2051
2094
|
"public": true,
|
|
2052
2095
|
"isReferenceToInternal": true,
|
|
2053
|
-
"filePath": "tokens/color/alias/
|
|
2096
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2054
2097
|
"isSource": true,
|
|
2055
2098
|
"original": {
|
|
2056
2099
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -2078,7 +2121,7 @@
|
|
|
2078
2121
|
"value": "#282839",
|
|
2079
2122
|
"public": true,
|
|
2080
2123
|
"isReferenceToInternal": true,
|
|
2081
|
-
"filePath": "tokens/color/alias/
|
|
2124
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2082
2125
|
"isSource": true,
|
|
2083
2126
|
"original": {
|
|
2084
2127
|
"value": "{color.dark-mode.neutral.500.value}",
|
|
@@ -2108,7 +2151,7 @@
|
|
|
2108
2151
|
"value": "#a6a3b4",
|
|
2109
2152
|
"public": true,
|
|
2110
2153
|
"isReferenceToInternal": true,
|
|
2111
|
-
"filePath": "tokens/color/alias/
|
|
2154
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2112
2155
|
"isSource": true,
|
|
2113
2156
|
"original": {
|
|
2114
2157
|
"value": "{color.dark-mode.neutral.200.value}",
|
|
@@ -2136,7 +2179,7 @@
|
|
|
2136
2179
|
"value": "#ffffff",
|
|
2137
2180
|
"public": true,
|
|
2138
2181
|
"isReferenceToInternal": true,
|
|
2139
|
-
"filePath": "tokens/color/alias/
|
|
2182
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2140
2183
|
"isSource": true,
|
|
2141
2184
|
"original": {
|
|
2142
2185
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2164,7 +2207,7 @@
|
|
|
2164
2207
|
"value": "#504e62",
|
|
2165
2208
|
"public": true,
|
|
2166
2209
|
"isReferenceToInternal": true,
|
|
2167
|
-
"filePath": "tokens/color/alias/
|
|
2210
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2168
2211
|
"isSource": true,
|
|
2169
2212
|
"original": {
|
|
2170
2213
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -2194,7 +2237,7 @@
|
|
|
2194
2237
|
"value": "#e7e7eb",
|
|
2195
2238
|
"public": true,
|
|
2196
2239
|
"isReferenceToInternal": true,
|
|
2197
|
-
"filePath": "tokens/color/alias/
|
|
2240
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2198
2241
|
"isSource": true,
|
|
2199
2242
|
"original": {
|
|
2200
2243
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -2222,7 +2265,7 @@
|
|
|
2222
2265
|
"value": "#ffffff",
|
|
2223
2266
|
"public": true,
|
|
2224
2267
|
"isReferenceToInternal": true,
|
|
2225
|
-
"filePath": "tokens/color/alias/
|
|
2268
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2226
2269
|
"isSource": true,
|
|
2227
2270
|
"original": {
|
|
2228
2271
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2250,7 +2293,7 @@
|
|
|
2250
2293
|
"value": "#e7e7eb",
|
|
2251
2294
|
"public": true,
|
|
2252
2295
|
"isReferenceToInternal": true,
|
|
2253
|
-
"filePath": "tokens/color/alias/
|
|
2296
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2254
2297
|
"isSource": true,
|
|
2255
2298
|
"original": {
|
|
2256
2299
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -2281,7 +2324,7 @@
|
|
|
2281
2324
|
"default": {
|
|
2282
2325
|
"value": "rgba(0, 0, 0, 0)",
|
|
2283
2326
|
"public": true,
|
|
2284
|
-
"filePath": "tokens/color/alias/
|
|
2327
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2285
2328
|
"isSource": true,
|
|
2286
2329
|
"original": {
|
|
2287
2330
|
"value": "transparent",
|
|
@@ -2308,7 +2351,7 @@
|
|
|
2308
2351
|
"value": "#504e62",
|
|
2309
2352
|
"public": true,
|
|
2310
2353
|
"isReferenceToInternal": true,
|
|
2311
|
-
"filePath": "tokens/color/alias/
|
|
2354
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2312
2355
|
"isSource": true,
|
|
2313
2356
|
"original": {
|
|
2314
2357
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -2336,7 +2379,7 @@
|
|
|
2336
2379
|
"value": "#282839",
|
|
2337
2380
|
"public": true,
|
|
2338
2381
|
"isReferenceToInternal": true,
|
|
2339
|
-
"filePath": "tokens/color/alias/
|
|
2382
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2340
2383
|
"isSource": true,
|
|
2341
2384
|
"original": {
|
|
2342
2385
|
"value": "{color.dark-mode.neutral.500.value}",
|
|
@@ -2365,7 +2408,7 @@
|
|
|
2365
2408
|
"default": {
|
|
2366
2409
|
"value": "rgba(0, 0, 0, 0)",
|
|
2367
2410
|
"public": true,
|
|
2368
|
-
"filePath": "tokens/color/alias/
|
|
2411
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2369
2412
|
"isSource": true,
|
|
2370
2413
|
"original": {
|
|
2371
2414
|
"value": "transparent",
|
|
@@ -2394,7 +2437,7 @@
|
|
|
2394
2437
|
"value": "#e7e7eb",
|
|
2395
2438
|
"public": true,
|
|
2396
2439
|
"isReferenceToInternal": true,
|
|
2397
|
-
"filePath": "tokens/color/alias/
|
|
2440
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2398
2441
|
"isSource": true,
|
|
2399
2442
|
"original": {
|
|
2400
2443
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -2422,7 +2465,7 @@
|
|
|
2422
2465
|
"value": "#ffffff",
|
|
2423
2466
|
"public": true,
|
|
2424
2467
|
"isReferenceToInternal": true,
|
|
2425
|
-
"filePath": "tokens/color/alias/
|
|
2468
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2426
2469
|
"isSource": true,
|
|
2427
2470
|
"original": {
|
|
2428
2471
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2450,7 +2493,7 @@
|
|
|
2450
2493
|
"value": "#e7e7eb",
|
|
2451
2494
|
"public": true,
|
|
2452
2495
|
"isReferenceToInternal": true,
|
|
2453
|
-
"filePath": "tokens/color/alias/
|
|
2496
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2454
2497
|
"isSource": true,
|
|
2455
2498
|
"original": {
|
|
2456
2499
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -2482,7 +2525,7 @@
|
|
|
2482
2525
|
"value": "#ffdc28",
|
|
2483
2526
|
"public": true,
|
|
2484
2527
|
"isReferenceToInternal": true,
|
|
2485
|
-
"filePath": "tokens/color/alias/
|
|
2528
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2486
2529
|
"isSource": true,
|
|
2487
2530
|
"original": {
|
|
2488
2531
|
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
@@ -2510,7 +2553,7 @@
|
|
|
2510
2553
|
"value": "#ffe668",
|
|
2511
2554
|
"public": true,
|
|
2512
2555
|
"isReferenceToInternal": true,
|
|
2513
|
-
"filePath": "tokens/color/alias/
|
|
2556
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2514
2557
|
"isSource": true,
|
|
2515
2558
|
"original": {
|
|
2516
2559
|
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
@@ -2538,7 +2581,7 @@
|
|
|
2538
2581
|
"value": "#ddbd16",
|
|
2539
2582
|
"public": true,
|
|
2540
2583
|
"isReferenceToInternal": true,
|
|
2541
|
-
"filePath": "tokens/color/alias/
|
|
2584
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2542
2585
|
"isSource": true,
|
|
2543
2586
|
"original": {
|
|
2544
2587
|
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
@@ -2568,7 +2611,7 @@
|
|
|
2568
2611
|
"value": "#ffdc28",
|
|
2569
2612
|
"public": true,
|
|
2570
2613
|
"isReferenceToInternal": true,
|
|
2571
|
-
"filePath": "tokens/color/alias/
|
|
2614
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2572
2615
|
"isSource": true,
|
|
2573
2616
|
"original": {
|
|
2574
2617
|
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
@@ -2596,7 +2639,7 @@
|
|
|
2596
2639
|
"value": "#ffe668",
|
|
2597
2640
|
"public": true,
|
|
2598
2641
|
"isReferenceToInternal": true,
|
|
2599
|
-
"filePath": "tokens/color/alias/
|
|
2642
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2600
2643
|
"isSource": true,
|
|
2601
2644
|
"original": {
|
|
2602
2645
|
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
@@ -2624,7 +2667,7 @@
|
|
|
2624
2667
|
"value": "#ddbd16",
|
|
2625
2668
|
"public": true,
|
|
2626
2669
|
"isReferenceToInternal": true,
|
|
2627
|
-
"filePath": "tokens/color/alias/
|
|
2670
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2628
2671
|
"isSource": true,
|
|
2629
2672
|
"original": {
|
|
2630
2673
|
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
@@ -2654,7 +2697,7 @@
|
|
|
2654
2697
|
"value": "#121219",
|
|
2655
2698
|
"public": true,
|
|
2656
2699
|
"isReferenceToInternal": true,
|
|
2657
|
-
"filePath": "tokens/color/alias/
|
|
2700
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2658
2701
|
"isSource": true,
|
|
2659
2702
|
"original": {
|
|
2660
2703
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -2682,7 +2725,7 @@
|
|
|
2682
2725
|
"value": "#121219",
|
|
2683
2726
|
"public": true,
|
|
2684
2727
|
"isReferenceToInternal": true,
|
|
2685
|
-
"filePath": "tokens/color/alias/
|
|
2728
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2686
2729
|
"isSource": true,
|
|
2687
2730
|
"original": {
|
|
2688
2731
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -2710,7 +2753,7 @@
|
|
|
2710
2753
|
"value": "#121219",
|
|
2711
2754
|
"public": true,
|
|
2712
2755
|
"isReferenceToInternal": true,
|
|
2713
|
-
"filePath": "tokens/color/alias/
|
|
2756
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2714
2757
|
"isSource": true,
|
|
2715
2758
|
"original": {
|
|
2716
2759
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -2742,7 +2785,7 @@
|
|
|
2742
2785
|
"value": "#e05757",
|
|
2743
2786
|
"public": true,
|
|
2744
2787
|
"isReferenceToInternal": true,
|
|
2745
|
-
"filePath": "tokens/color/alias/
|
|
2788
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2746
2789
|
"isSource": true,
|
|
2747
2790
|
"original": {
|
|
2748
2791
|
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
@@ -2770,7 +2813,7 @@
|
|
|
2770
2813
|
"value": "#be4242",
|
|
2771
2814
|
"public": true,
|
|
2772
2815
|
"isReferenceToInternal": true,
|
|
2773
|
-
"filePath": "tokens/color/alias/
|
|
2816
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2774
2817
|
"isSource": true,
|
|
2775
2818
|
"original": {
|
|
2776
2819
|
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
@@ -2798,7 +2841,7 @@
|
|
|
2798
2841
|
"value": "#9c2f2f",
|
|
2799
2842
|
"public": true,
|
|
2800
2843
|
"isReferenceToInternal": true,
|
|
2801
|
-
"filePath": "tokens/color/alias/
|
|
2844
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2802
2845
|
"isSource": true,
|
|
2803
2846
|
"original": {
|
|
2804
2847
|
"value": "{color.dark-mode.semantic.error.500.value}",
|
|
@@ -2828,7 +2871,7 @@
|
|
|
2828
2871
|
"value": "#e05757",
|
|
2829
2872
|
"public": true,
|
|
2830
2873
|
"isReferenceToInternal": true,
|
|
2831
|
-
"filePath": "tokens/color/alias/
|
|
2874
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2832
2875
|
"isSource": true,
|
|
2833
2876
|
"original": {
|
|
2834
2877
|
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
@@ -2856,7 +2899,7 @@
|
|
|
2856
2899
|
"value": "#be4242",
|
|
2857
2900
|
"public": true,
|
|
2858
2901
|
"isReferenceToInternal": true,
|
|
2859
|
-
"filePath": "tokens/color/alias/
|
|
2902
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2860
2903
|
"isSource": true,
|
|
2861
2904
|
"original": {
|
|
2862
2905
|
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
@@ -2884,7 +2927,7 @@
|
|
|
2884
2927
|
"value": "#9c2f2f",
|
|
2885
2928
|
"public": true,
|
|
2886
2929
|
"isReferenceToInternal": true,
|
|
2887
|
-
"filePath": "tokens/color/alias/
|
|
2930
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2888
2931
|
"isSource": true,
|
|
2889
2932
|
"original": {
|
|
2890
2933
|
"value": "{color.dark-mode.semantic.error.500.value}",
|
|
@@ -2914,7 +2957,7 @@
|
|
|
2914
2957
|
"value": "#ffffff",
|
|
2915
2958
|
"public": true,
|
|
2916
2959
|
"isReferenceToInternal": true,
|
|
2917
|
-
"filePath": "tokens/color/alias/
|
|
2960
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2918
2961
|
"isSource": true,
|
|
2919
2962
|
"original": {
|
|
2920
2963
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2942,7 +2985,7 @@
|
|
|
2942
2985
|
"value": "#ffffff",
|
|
2943
2986
|
"public": true,
|
|
2944
2987
|
"isReferenceToInternal": true,
|
|
2945
|
-
"filePath": "tokens/color/alias/
|
|
2988
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2946
2989
|
"isSource": true,
|
|
2947
2990
|
"original": {
|
|
2948
2991
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2970,7 +3013,7 @@
|
|
|
2970
3013
|
"value": "#ffffff",
|
|
2971
3014
|
"public": true,
|
|
2972
3015
|
"isReferenceToInternal": true,
|
|
2973
|
-
"filePath": "tokens/color/alias/
|
|
3016
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
2974
3017
|
"isSource": true,
|
|
2975
3018
|
"original": {
|
|
2976
3019
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -2997,1024 +3040,1656 @@
|
|
|
2997
3040
|
}
|
|
2998
3041
|
}
|
|
2999
3042
|
},
|
|
3000
|
-
"
|
|
3043
|
+
"background": {
|
|
3001
3044
|
"default": {
|
|
3002
|
-
"value": "#
|
|
3045
|
+
"value": "#1d1d29",
|
|
3003
3046
|
"public": true,
|
|
3004
3047
|
"isReferenceToInternal": true,
|
|
3005
|
-
"filePath": "tokens/color/alias/
|
|
3048
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
3006
3049
|
"isSource": true,
|
|
3007
3050
|
"original": {
|
|
3008
|
-
"value": "{color.dark-mode.
|
|
3051
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
3009
3052
|
"public": true,
|
|
3010
3053
|
"isReferenceToInternal": true
|
|
3011
3054
|
},
|
|
3012
|
-
"name": "color-dark-mode-
|
|
3055
|
+
"name": "color-dark-mode-background-default",
|
|
3013
3056
|
"attributes": {
|
|
3014
3057
|
"category": "color",
|
|
3015
3058
|
"type": "dark-mode",
|
|
3016
|
-
"item": "
|
|
3059
|
+
"item": "background",
|
|
3017
3060
|
"subitem": "default"
|
|
3018
3061
|
},
|
|
3019
3062
|
"path": [
|
|
3020
3063
|
"color",
|
|
3021
3064
|
"dark-mode",
|
|
3022
|
-
"
|
|
3065
|
+
"background",
|
|
3023
3066
|
"default"
|
|
3024
3067
|
]
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
"
|
|
3030
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3031
|
-
"isSource": true,
|
|
3032
|
-
"original": {
|
|
3033
|
-
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
3034
|
-
"public": true,
|
|
3035
|
-
"isReferenceToInternal": true
|
|
3036
|
-
},
|
|
3037
|
-
"name": "color-dark-mode-link-hover",
|
|
3038
|
-
"attributes": {
|
|
3039
|
-
"category": "color",
|
|
3040
|
-
"type": "dark-mode",
|
|
3041
|
-
"item": "link",
|
|
3042
|
-
"subitem": "hover"
|
|
3043
|
-
},
|
|
3044
|
-
"path": [
|
|
3045
|
-
"color",
|
|
3046
|
-
"dark-mode",
|
|
3047
|
-
"link",
|
|
3048
|
-
"hover"
|
|
3049
|
-
]
|
|
3050
|
-
},
|
|
3051
|
-
"active": {
|
|
3052
|
-
"value": "#2776b9",
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"border": {
|
|
3071
|
+
"default": {
|
|
3072
|
+
"value": "#504e62",
|
|
3053
3073
|
"public": true,
|
|
3054
3074
|
"isReferenceToInternal": true,
|
|
3055
|
-
"filePath": "tokens/color/alias/
|
|
3075
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
3056
3076
|
"isSource": true,
|
|
3057
3077
|
"original": {
|
|
3058
|
-
"value": "{color.dark-mode.
|
|
3078
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3059
3079
|
"public": true,
|
|
3060
3080
|
"isReferenceToInternal": true
|
|
3061
3081
|
},
|
|
3062
|
-
"name": "color-dark-mode-
|
|
3082
|
+
"name": "color-dark-mode-border-default",
|
|
3063
3083
|
"attributes": {
|
|
3064
3084
|
"category": "color",
|
|
3065
3085
|
"type": "dark-mode",
|
|
3066
|
-
"item": "
|
|
3067
|
-
"subitem": "
|
|
3086
|
+
"item": "border",
|
|
3087
|
+
"subitem": "default"
|
|
3068
3088
|
},
|
|
3069
3089
|
"path": [
|
|
3070
3090
|
"color",
|
|
3071
3091
|
"dark-mode",
|
|
3072
|
-
"
|
|
3073
|
-
"
|
|
3092
|
+
"border",
|
|
3093
|
+
"default"
|
|
3074
3094
|
]
|
|
3075
|
-
}
|
|
3076
|
-
|
|
3077
|
-
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
"foreground": {
|
|
3098
|
+
"default": {
|
|
3099
|
+
"value": "#ffffff",
|
|
3078
3100
|
"public": true,
|
|
3079
3101
|
"isReferenceToInternal": true,
|
|
3080
|
-
"filePath": "tokens/color/alias/
|
|
3102
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
3081
3103
|
"isSource": true,
|
|
3082
3104
|
"original": {
|
|
3083
|
-
"value": "{color.dark-mode.
|
|
3105
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3084
3106
|
"public": true,
|
|
3085
3107
|
"isReferenceToInternal": true
|
|
3086
3108
|
},
|
|
3087
|
-
"name": "color-dark-mode-
|
|
3109
|
+
"name": "color-dark-mode-foreground-default",
|
|
3088
3110
|
"attributes": {
|
|
3089
3111
|
"category": "color",
|
|
3090
3112
|
"type": "dark-mode",
|
|
3091
|
-
"item": "
|
|
3092
|
-
"subitem": "
|
|
3113
|
+
"item": "foreground",
|
|
3114
|
+
"subitem": "default"
|
|
3093
3115
|
},
|
|
3094
3116
|
"path": [
|
|
3095
3117
|
"color",
|
|
3096
3118
|
"dark-mode",
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3119
|
+
"foreground",
|
|
3120
|
+
"default"
|
|
3099
3121
|
]
|
|
3100
3122
|
}
|
|
3101
3123
|
},
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3124
|
+
"input": {
|
|
3125
|
+
"background": {
|
|
3126
|
+
"default": {
|
|
3105
3127
|
"value": "#1d1d29",
|
|
3106
3128
|
"public": true,
|
|
3107
|
-
"
|
|
3129
|
+
"isReferenceToInternal": true,
|
|
3130
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3108
3131
|
"isSource": true,
|
|
3109
3132
|
"original": {
|
|
3110
|
-
"value": "{color.dark-mode.
|
|
3111
|
-
"public": true
|
|
3133
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
3134
|
+
"public": true,
|
|
3135
|
+
"isReferenceToInternal": true
|
|
3112
3136
|
},
|
|
3113
|
-
"name": "color-dark-mode-
|
|
3137
|
+
"name": "color-dark-mode-input-background-default",
|
|
3114
3138
|
"attributes": {
|
|
3115
3139
|
"category": "color",
|
|
3116
3140
|
"type": "dark-mode",
|
|
3117
|
-
"item": "
|
|
3118
|
-
"subitem": "
|
|
3119
|
-
"state": "
|
|
3141
|
+
"item": "input",
|
|
3142
|
+
"subitem": "background",
|
|
3143
|
+
"state": "default"
|
|
3120
3144
|
},
|
|
3121
3145
|
"path": [
|
|
3122
3146
|
"color",
|
|
3123
3147
|
"dark-mode",
|
|
3124
|
-
"
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
3148
|
+
"input",
|
|
3149
|
+
"background",
|
|
3150
|
+
"default"
|
|
3127
3151
|
]
|
|
3128
3152
|
},
|
|
3129
|
-
"
|
|
3130
|
-
"value": "#
|
|
3153
|
+
"hover": {
|
|
3154
|
+
"value": "#282839",
|
|
3131
3155
|
"public": true,
|
|
3132
|
-
"
|
|
3156
|
+
"isReferenceToInternal": true,
|
|
3157
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3133
3158
|
"isSource": true,
|
|
3134
3159
|
"original": {
|
|
3135
|
-
"value": "{color.dark-mode.
|
|
3136
|
-
"public": true
|
|
3160
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3161
|
+
"public": true,
|
|
3162
|
+
"isReferenceToInternal": true
|
|
3137
3163
|
},
|
|
3138
|
-
"name": "color-dark-mode-
|
|
3164
|
+
"name": "color-dark-mode-input-background-hover",
|
|
3139
3165
|
"attributes": {
|
|
3140
3166
|
"category": "color",
|
|
3141
3167
|
"type": "dark-mode",
|
|
3142
|
-
"item": "
|
|
3143
|
-
"subitem": "
|
|
3144
|
-
"state": "
|
|
3168
|
+
"item": "input",
|
|
3169
|
+
"subitem": "background",
|
|
3170
|
+
"state": "hover"
|
|
3145
3171
|
},
|
|
3146
3172
|
"path": [
|
|
3147
3173
|
"color",
|
|
3148
3174
|
"dark-mode",
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3175
|
+
"input",
|
|
3176
|
+
"background",
|
|
3177
|
+
"hover"
|
|
3152
3178
|
]
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
"background": {
|
|
3157
|
-
"value": "#121219",
|
|
3179
|
+
},
|
|
3180
|
+
"critical": {
|
|
3181
|
+
"value": "#1d1d29",
|
|
3158
3182
|
"public": true,
|
|
3159
3183
|
"isReferenceToInternal": true,
|
|
3160
|
-
"filePath": "tokens/color/alias/
|
|
3184
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3161
3185
|
"isSource": true,
|
|
3162
3186
|
"original": {
|
|
3163
|
-
"value": "{color.dark-mode.neutral.
|
|
3187
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
3164
3188
|
"public": true,
|
|
3165
3189
|
"isReferenceToInternal": true
|
|
3166
3190
|
},
|
|
3167
|
-
"name": "color-dark-mode-
|
|
3191
|
+
"name": "color-dark-mode-input-background-critical",
|
|
3168
3192
|
"attributes": {
|
|
3169
3193
|
"category": "color",
|
|
3170
3194
|
"type": "dark-mode",
|
|
3171
|
-
"item": "
|
|
3172
|
-
"subitem": "
|
|
3173
|
-
"state": "
|
|
3195
|
+
"item": "input",
|
|
3196
|
+
"subitem": "background",
|
|
3197
|
+
"state": "critical"
|
|
3174
3198
|
},
|
|
3175
3199
|
"path": [
|
|
3176
3200
|
"color",
|
|
3177
3201
|
"dark-mode",
|
|
3178
|
-
"
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3202
|
+
"input",
|
|
3203
|
+
"background",
|
|
3204
|
+
"critical"
|
|
3181
3205
|
]
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
"border": {
|
|
3209
|
+
"default": {
|
|
3210
|
+
"value": "#a6a3b4",
|
|
3185
3211
|
"public": true,
|
|
3186
3212
|
"isReferenceToInternal": true,
|
|
3187
|
-
"filePath": "tokens/color/alias/
|
|
3213
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3188
3214
|
"isSource": true,
|
|
3189
3215
|
"original": {
|
|
3190
|
-
"value": "{color.dark-mode.neutral.
|
|
3216
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3191
3217
|
"public": true,
|
|
3192
3218
|
"isReferenceToInternal": true
|
|
3193
3219
|
},
|
|
3194
|
-
"name": "color-dark-mode-
|
|
3220
|
+
"name": "color-dark-mode-input-border-default",
|
|
3195
3221
|
"attributes": {
|
|
3196
3222
|
"category": "color",
|
|
3197
3223
|
"type": "dark-mode",
|
|
3198
|
-
"item": "
|
|
3199
|
-
"subitem": "
|
|
3200
|
-
"state": "
|
|
3201
|
-
},
|
|
3202
|
-
"path": [
|
|
3224
|
+
"item": "input",
|
|
3225
|
+
"subitem": "border",
|
|
3226
|
+
"state": "default"
|
|
3227
|
+
},
|
|
3228
|
+
"path": [
|
|
3203
3229
|
"color",
|
|
3204
3230
|
"dark-mode",
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3231
|
+
"input",
|
|
3232
|
+
"border",
|
|
3233
|
+
"default"
|
|
3208
3234
|
]
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
"
|
|
3235
|
+
},
|
|
3236
|
+
"hover": {
|
|
3237
|
+
"value": "#36a3ff",
|
|
3238
|
+
"public": true,
|
|
3239
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3240
|
+
"isSource": true,
|
|
3241
|
+
"original": {
|
|
3242
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
3243
|
+
"public": true
|
|
3244
|
+
},
|
|
3245
|
+
"name": "color-dark-mode-input-border-hover",
|
|
3246
|
+
"attributes": {
|
|
3247
|
+
"category": "color",
|
|
3248
|
+
"type": "dark-mode",
|
|
3249
|
+
"item": "input",
|
|
3250
|
+
"subitem": "border",
|
|
3251
|
+
"state": "hover"
|
|
3252
|
+
},
|
|
3253
|
+
"path": [
|
|
3254
|
+
"color",
|
|
3255
|
+
"dark-mode",
|
|
3256
|
+
"input",
|
|
3257
|
+
"border",
|
|
3258
|
+
"hover"
|
|
3259
|
+
]
|
|
3260
|
+
},
|
|
3261
|
+
"success": {
|
|
3262
|
+
"value": "#22a06b",
|
|
3214
3263
|
"public": true,
|
|
3215
3264
|
"isReferenceToInternal": true,
|
|
3216
|
-
"filePath": "tokens/color/alias/
|
|
3265
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3217
3266
|
"isSource": true,
|
|
3218
3267
|
"original": {
|
|
3219
|
-
"value": "{color.dark-mode.
|
|
3268
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
3220
3269
|
"public": true,
|
|
3221
3270
|
"isReferenceToInternal": true
|
|
3222
3271
|
},
|
|
3223
|
-
"name": "color-dark-mode-
|
|
3272
|
+
"name": "color-dark-mode-input-border-success",
|
|
3224
3273
|
"attributes": {
|
|
3225
3274
|
"category": "color",
|
|
3226
3275
|
"type": "dark-mode",
|
|
3227
|
-
"item": "
|
|
3228
|
-
"subitem": "
|
|
3229
|
-
"state": "
|
|
3276
|
+
"item": "input",
|
|
3277
|
+
"subitem": "border",
|
|
3278
|
+
"state": "success"
|
|
3230
3279
|
},
|
|
3231
3280
|
"path": [
|
|
3232
3281
|
"color",
|
|
3233
3282
|
"dark-mode",
|
|
3234
|
-
"
|
|
3235
|
-
"
|
|
3236
|
-
"
|
|
3283
|
+
"input",
|
|
3284
|
+
"border",
|
|
3285
|
+
"success"
|
|
3237
3286
|
]
|
|
3238
3287
|
},
|
|
3239
|
-
"
|
|
3240
|
-
"value": "#
|
|
3288
|
+
"critical": {
|
|
3289
|
+
"value": "#e05757",
|
|
3241
3290
|
"public": true,
|
|
3242
|
-
"
|
|
3291
|
+
"isReferenceToInternal": true,
|
|
3292
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3243
3293
|
"isSource": true,
|
|
3244
3294
|
"original": {
|
|
3245
|
-
"value": "{color.dark-mode.
|
|
3246
|
-
"public": true
|
|
3295
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
3296
|
+
"public": true,
|
|
3297
|
+
"isReferenceToInternal": true
|
|
3247
3298
|
},
|
|
3248
|
-
"name": "color-dark-mode-
|
|
3299
|
+
"name": "color-dark-mode-input-border-critical",
|
|
3249
3300
|
"attributes": {
|
|
3250
3301
|
"category": "color",
|
|
3251
3302
|
"type": "dark-mode",
|
|
3252
|
-
"item": "
|
|
3253
|
-
"subitem": "
|
|
3254
|
-
"state": "
|
|
3303
|
+
"item": "input",
|
|
3304
|
+
"subitem": "border",
|
|
3305
|
+
"state": "critical"
|
|
3255
3306
|
},
|
|
3256
3307
|
"path": [
|
|
3257
3308
|
"color",
|
|
3258
3309
|
"dark-mode",
|
|
3259
|
-
"
|
|
3260
|
-
"
|
|
3261
|
-
"
|
|
3310
|
+
"input",
|
|
3311
|
+
"border",
|
|
3312
|
+
"critical"
|
|
3262
3313
|
]
|
|
3263
3314
|
}
|
|
3264
3315
|
},
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3267
|
-
"value": "#
|
|
3316
|
+
"foreground": {
|
|
3317
|
+
"default": {
|
|
3318
|
+
"value": "#ffffff",
|
|
3268
3319
|
"public": true,
|
|
3269
3320
|
"isReferenceToInternal": true,
|
|
3270
|
-
"filePath": "tokens/color/alias/
|
|
3321
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3271
3322
|
"isSource": true,
|
|
3272
3323
|
"original": {
|
|
3273
|
-
"value": "{color.dark-mode.neutral.
|
|
3324
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3274
3325
|
"public": true,
|
|
3275
3326
|
"isReferenceToInternal": true
|
|
3276
3327
|
},
|
|
3277
|
-
"name": "color-dark-mode-
|
|
3328
|
+
"name": "color-dark-mode-input-foreground-default",
|
|
3278
3329
|
"attributes": {
|
|
3279
3330
|
"category": "color",
|
|
3280
3331
|
"type": "dark-mode",
|
|
3281
|
-
"item": "
|
|
3282
|
-
"subitem": "
|
|
3332
|
+
"item": "input",
|
|
3333
|
+
"subitem": "foreground",
|
|
3334
|
+
"state": "default"
|
|
3335
|
+
},
|
|
3336
|
+
"path": [
|
|
3337
|
+
"color",
|
|
3338
|
+
"dark-mode",
|
|
3339
|
+
"input",
|
|
3340
|
+
"foreground",
|
|
3341
|
+
"default"
|
|
3342
|
+
]
|
|
3343
|
+
},
|
|
3344
|
+
"success": {
|
|
3345
|
+
"value": "#22a06b",
|
|
3346
|
+
"public": true,
|
|
3347
|
+
"isReferenceToInternal": true,
|
|
3348
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3349
|
+
"isSource": true,
|
|
3350
|
+
"original": {
|
|
3351
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
3352
|
+
"public": true,
|
|
3353
|
+
"isReferenceToInternal": true
|
|
3354
|
+
},
|
|
3355
|
+
"name": "color-dark-mode-input-foreground-success",
|
|
3356
|
+
"attributes": {
|
|
3357
|
+
"category": "color",
|
|
3358
|
+
"type": "dark-mode",
|
|
3359
|
+
"item": "input",
|
|
3360
|
+
"subitem": "foreground",
|
|
3361
|
+
"state": "success"
|
|
3362
|
+
},
|
|
3363
|
+
"path": [
|
|
3364
|
+
"color",
|
|
3365
|
+
"dark-mode",
|
|
3366
|
+
"input",
|
|
3367
|
+
"foreground",
|
|
3368
|
+
"success"
|
|
3369
|
+
]
|
|
3370
|
+
},
|
|
3371
|
+
"critical": {
|
|
3372
|
+
"value": "#e05757",
|
|
3373
|
+
"public": true,
|
|
3374
|
+
"isReferenceToInternal": true,
|
|
3375
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3376
|
+
"isSource": true,
|
|
3377
|
+
"original": {
|
|
3378
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
3379
|
+
"public": true,
|
|
3380
|
+
"isReferenceToInternal": true
|
|
3381
|
+
},
|
|
3382
|
+
"name": "color-dark-mode-input-foreground-critical",
|
|
3383
|
+
"attributes": {
|
|
3384
|
+
"category": "color",
|
|
3385
|
+
"type": "dark-mode",
|
|
3386
|
+
"item": "input",
|
|
3387
|
+
"subitem": "foreground",
|
|
3388
|
+
"state": "critical"
|
|
3389
|
+
},
|
|
3390
|
+
"path": [
|
|
3391
|
+
"color",
|
|
3392
|
+
"dark-mode",
|
|
3393
|
+
"input",
|
|
3394
|
+
"foreground",
|
|
3395
|
+
"critical"
|
|
3396
|
+
]
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
"placeholder-text": {
|
|
3400
|
+
"value": "#a6a3b4",
|
|
3401
|
+
"public": true,
|
|
3402
|
+
"isReferenceToInternal": true,
|
|
3403
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3404
|
+
"isSource": true,
|
|
3405
|
+
"original": {
|
|
3406
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3407
|
+
"public": true,
|
|
3408
|
+
"isReferenceToInternal": true
|
|
3409
|
+
},
|
|
3410
|
+
"name": "color-dark-mode-input-placeholder-text",
|
|
3411
|
+
"attributes": {
|
|
3412
|
+
"category": "color",
|
|
3413
|
+
"type": "dark-mode",
|
|
3414
|
+
"item": "input",
|
|
3415
|
+
"subitem": "placeholder-text"
|
|
3416
|
+
},
|
|
3417
|
+
"path": [
|
|
3418
|
+
"color",
|
|
3419
|
+
"dark-mode",
|
|
3420
|
+
"input",
|
|
3421
|
+
"placeholder-text"
|
|
3422
|
+
]
|
|
3423
|
+
},
|
|
3424
|
+
"checked": {
|
|
3425
|
+
"background": {
|
|
3426
|
+
"value": "#36a3ff",
|
|
3427
|
+
"public": true,
|
|
3428
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3429
|
+
"isSource": true,
|
|
3430
|
+
"original": {
|
|
3431
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
3432
|
+
"public": true
|
|
3433
|
+
},
|
|
3434
|
+
"name": "color-dark-mode-input-checked-background",
|
|
3435
|
+
"attributes": {
|
|
3436
|
+
"category": "color",
|
|
3437
|
+
"type": "dark-mode",
|
|
3438
|
+
"item": "input",
|
|
3439
|
+
"subitem": "checked",
|
|
3283
3440
|
"state": "background"
|
|
3284
3441
|
},
|
|
3285
3442
|
"path": [
|
|
3286
3443
|
"color",
|
|
3287
3444
|
"dark-mode",
|
|
3288
|
-
"
|
|
3289
|
-
"
|
|
3445
|
+
"input",
|
|
3446
|
+
"checked",
|
|
3290
3447
|
"background"
|
|
3291
3448
|
]
|
|
3292
3449
|
},
|
|
3293
|
-
"
|
|
3294
|
-
"value": "#
|
|
3450
|
+
"foreground": {
|
|
3451
|
+
"value": "#ffffff",
|
|
3295
3452
|
"public": true,
|
|
3296
3453
|
"isReferenceToInternal": true,
|
|
3297
|
-
"filePath": "tokens/color/alias/
|
|
3454
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3298
3455
|
"isSource": true,
|
|
3299
3456
|
"original": {
|
|
3300
|
-
"value": "{color.dark-mode.neutral.
|
|
3457
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3301
3458
|
"public": true,
|
|
3302
3459
|
"isReferenceToInternal": true
|
|
3303
3460
|
},
|
|
3304
|
-
"name": "color-dark-mode-
|
|
3461
|
+
"name": "color-dark-mode-input-checked-foreground",
|
|
3305
3462
|
"attributes": {
|
|
3306
3463
|
"category": "color",
|
|
3307
3464
|
"type": "dark-mode",
|
|
3308
|
-
"item": "
|
|
3309
|
-
"subitem": "
|
|
3310
|
-
"state": "
|
|
3465
|
+
"item": "input",
|
|
3466
|
+
"subitem": "checked",
|
|
3467
|
+
"state": "foreground"
|
|
3311
3468
|
},
|
|
3312
3469
|
"path": [
|
|
3313
3470
|
"color",
|
|
3314
3471
|
"dark-mode",
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3317
|
-
"
|
|
3472
|
+
"input",
|
|
3473
|
+
"checked",
|
|
3474
|
+
"foreground"
|
|
3318
3475
|
]
|
|
3319
3476
|
}
|
|
3320
3477
|
}
|
|
3321
3478
|
},
|
|
3322
|
-
"
|
|
3479
|
+
"link": {
|
|
3323
3480
|
"default": {
|
|
3324
|
-
"value": "#
|
|
3481
|
+
"value": "#36a3ff",
|
|
3325
3482
|
"public": true,
|
|
3326
3483
|
"isReferenceToInternal": true,
|
|
3327
|
-
"filePath": "tokens/color/alias/
|
|
3484
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
3328
3485
|
"isSource": true,
|
|
3329
3486
|
"original": {
|
|
3330
|
-
"value": "{color.dark-mode.
|
|
3487
|
+
"value": "{color.dark-mode.interactive.link.400.value}",
|
|
3331
3488
|
"public": true,
|
|
3332
3489
|
"isReferenceToInternal": true
|
|
3333
3490
|
},
|
|
3334
|
-
"name": "color-dark-mode-
|
|
3491
|
+
"name": "color-dark-mode-link-default",
|
|
3335
3492
|
"attributes": {
|
|
3336
3493
|
"category": "color",
|
|
3337
3494
|
"type": "dark-mode",
|
|
3338
|
-
"item": "
|
|
3495
|
+
"item": "link",
|
|
3339
3496
|
"subitem": "default"
|
|
3340
3497
|
},
|
|
3341
3498
|
"path": [
|
|
3342
3499
|
"color",
|
|
3343
3500
|
"dark-mode",
|
|
3344
|
-
"
|
|
3501
|
+
"link",
|
|
3345
3502
|
"default"
|
|
3346
3503
|
]
|
|
3347
3504
|
},
|
|
3348
|
-
"
|
|
3349
|
-
"value": "#
|
|
3505
|
+
"hover": {
|
|
3506
|
+
"value": "#2776b9",
|
|
3350
3507
|
"public": true,
|
|
3351
|
-
"
|
|
3508
|
+
"isReferenceToInternal": true,
|
|
3509
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
3352
3510
|
"isSource": true,
|
|
3353
3511
|
"original": {
|
|
3354
|
-
"value": "{color.dark-mode.
|
|
3355
|
-
"public": true
|
|
3512
|
+
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
3513
|
+
"public": true,
|
|
3514
|
+
"isReferenceToInternal": true
|
|
3356
3515
|
},
|
|
3357
|
-
"name": "color-dark-mode-
|
|
3516
|
+
"name": "color-dark-mode-link-hover",
|
|
3358
3517
|
"attributes": {
|
|
3359
3518
|
"category": "color",
|
|
3360
3519
|
"type": "dark-mode",
|
|
3361
|
-
"item": "
|
|
3362
|
-
"subitem": "
|
|
3520
|
+
"item": "link",
|
|
3521
|
+
"subitem": "hover"
|
|
3363
3522
|
},
|
|
3364
3523
|
"path": [
|
|
3365
3524
|
"color",
|
|
3366
3525
|
"dark-mode",
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3526
|
+
"link",
|
|
3527
|
+
"hover"
|
|
3369
3528
|
]
|
|
3370
3529
|
},
|
|
3371
|
-
"
|
|
3372
|
-
"value": "#
|
|
3530
|
+
"active": {
|
|
3531
|
+
"value": "#2776b9",
|
|
3373
3532
|
"public": true,
|
|
3374
|
-
"
|
|
3533
|
+
"isReferenceToInternal": true,
|
|
3534
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
3375
3535
|
"isSource": true,
|
|
3376
3536
|
"original": {
|
|
3377
|
-
"value": "{color.dark-mode.
|
|
3378
|
-
"public": true
|
|
3537
|
+
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
3538
|
+
"public": true,
|
|
3539
|
+
"isReferenceToInternal": true
|
|
3379
3540
|
},
|
|
3380
|
-
"name": "color-dark-mode-
|
|
3541
|
+
"name": "color-dark-mode-link-active",
|
|
3381
3542
|
"attributes": {
|
|
3382
3543
|
"category": "color",
|
|
3383
3544
|
"type": "dark-mode",
|
|
3384
|
-
"item": "
|
|
3385
|
-
"subitem": "
|
|
3545
|
+
"item": "link",
|
|
3546
|
+
"subitem": "active"
|
|
3386
3547
|
},
|
|
3387
3548
|
"path": [
|
|
3388
3549
|
"color",
|
|
3389
3550
|
"dark-mode",
|
|
3390
|
-
"
|
|
3391
|
-
"
|
|
3551
|
+
"link",
|
|
3552
|
+
"active"
|
|
3392
3553
|
]
|
|
3393
3554
|
},
|
|
3394
|
-
"
|
|
3395
|
-
"value": "#
|
|
3555
|
+
"visited": {
|
|
3556
|
+
"value": "#967fff",
|
|
3396
3557
|
"public": true,
|
|
3397
3558
|
"isReferenceToInternal": true,
|
|
3398
|
-
"filePath": "tokens/color/alias/
|
|
3559
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
3399
3560
|
"isSource": true,
|
|
3400
3561
|
"original": {
|
|
3401
|
-
"value": "{color.dark-mode.
|
|
3562
|
+
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
3402
3563
|
"public": true,
|
|
3403
3564
|
"isReferenceToInternal": true
|
|
3404
3565
|
},
|
|
3405
|
-
"name": "color-dark-mode-
|
|
3566
|
+
"name": "color-dark-mode-link-visited",
|
|
3406
3567
|
"attributes": {
|
|
3407
3568
|
"category": "color",
|
|
3408
3569
|
"type": "dark-mode",
|
|
3409
|
-
"item": "
|
|
3410
|
-
"subitem": "
|
|
3570
|
+
"item": "link",
|
|
3571
|
+
"subitem": "visited"
|
|
3411
3572
|
},
|
|
3412
3573
|
"path": [
|
|
3413
3574
|
"color",
|
|
3414
3575
|
"dark-mode",
|
|
3415
|
-
"
|
|
3416
|
-
"
|
|
3576
|
+
"link",
|
|
3577
|
+
"visited"
|
|
3417
3578
|
]
|
|
3418
|
-
}
|
|
3419
|
-
|
|
3420
|
-
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
"menu": {
|
|
3582
|
+
"background": {
|
|
3583
|
+
"value": "#282839",
|
|
3421
3584
|
"public": true,
|
|
3422
3585
|
"isReferenceToInternal": true,
|
|
3423
|
-
"filePath": "tokens/color/alias/
|
|
3586
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3424
3587
|
"isSource": true,
|
|
3425
3588
|
"original": {
|
|
3426
|
-
"value": "{color.dark-mode.neutral.
|
|
3589
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3427
3590
|
"public": true,
|
|
3428
3591
|
"isReferenceToInternal": true
|
|
3429
3592
|
},
|
|
3430
|
-
"name": "color-dark-mode-
|
|
3593
|
+
"name": "color-dark-mode-menu-background",
|
|
3431
3594
|
"attributes": {
|
|
3432
3595
|
"category": "color",
|
|
3433
3596
|
"type": "dark-mode",
|
|
3434
|
-
"item": "
|
|
3435
|
-
"subitem": "
|
|
3597
|
+
"item": "menu",
|
|
3598
|
+
"subitem": "background"
|
|
3436
3599
|
},
|
|
3437
3600
|
"path": [
|
|
3438
3601
|
"color",
|
|
3439
3602
|
"dark-mode",
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3603
|
+
"menu",
|
|
3604
|
+
"background"
|
|
3442
3605
|
]
|
|
3443
3606
|
},
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3607
|
+
"item": {
|
|
3608
|
+
"background": {
|
|
3609
|
+
"default": {
|
|
3610
|
+
"value": "#282839",
|
|
3611
|
+
"public": true,
|
|
3612
|
+
"isReferenceToInternal": true,
|
|
3613
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3614
|
+
"isSource": true,
|
|
3615
|
+
"original": {
|
|
3616
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3617
|
+
"public": true,
|
|
3618
|
+
"isReferenceToInternal": true
|
|
3619
|
+
},
|
|
3620
|
+
"name": "color-dark-mode-menu-item-background-default",
|
|
3621
|
+
"attributes": {
|
|
3622
|
+
"category": "color",
|
|
3623
|
+
"type": "dark-mode",
|
|
3624
|
+
"item": "menu",
|
|
3625
|
+
"subitem": "item",
|
|
3626
|
+
"state": "background"
|
|
3627
|
+
},
|
|
3628
|
+
"path": [
|
|
3629
|
+
"color",
|
|
3630
|
+
"dark-mode",
|
|
3631
|
+
"menu",
|
|
3632
|
+
"item",
|
|
3633
|
+
"background",
|
|
3634
|
+
"default"
|
|
3635
|
+
]
|
|
3636
|
+
},
|
|
3637
|
+
"hover": {
|
|
3638
|
+
"value": "#504e62",
|
|
3639
|
+
"public": true,
|
|
3640
|
+
"isReferenceToInternal": true,
|
|
3641
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3642
|
+
"isSource": true,
|
|
3643
|
+
"original": {
|
|
3644
|
+
"value": "{color.dark-mode.neutral.400}",
|
|
3645
|
+
"public": true,
|
|
3646
|
+
"isReferenceToInternal": true
|
|
3647
|
+
},
|
|
3648
|
+
"name": "color-dark-mode-menu-item-background-hover",
|
|
3649
|
+
"attributes": {
|
|
3650
|
+
"category": "color",
|
|
3651
|
+
"type": "dark-mode",
|
|
3652
|
+
"item": "menu",
|
|
3653
|
+
"subitem": "item",
|
|
3654
|
+
"state": "background"
|
|
3655
|
+
},
|
|
3656
|
+
"path": [
|
|
3657
|
+
"color",
|
|
3658
|
+
"dark-mode",
|
|
3659
|
+
"menu",
|
|
3660
|
+
"item",
|
|
3661
|
+
"background",
|
|
3662
|
+
"hover"
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
|
+
"active": {
|
|
3666
|
+
"value": "#858299",
|
|
3667
|
+
"public": true,
|
|
3668
|
+
"isReferenceToInternal": true,
|
|
3669
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3670
|
+
"isSource": true,
|
|
3671
|
+
"original": {
|
|
3672
|
+
"value": "{color.dark-mode.neutral.300}",
|
|
3673
|
+
"public": true,
|
|
3674
|
+
"isReferenceToInternal": true
|
|
3675
|
+
},
|
|
3676
|
+
"name": "color-dark-mode-menu-item-background-active",
|
|
3677
|
+
"attributes": {
|
|
3678
|
+
"category": "color",
|
|
3679
|
+
"type": "dark-mode",
|
|
3680
|
+
"item": "menu",
|
|
3681
|
+
"subitem": "item",
|
|
3682
|
+
"state": "background"
|
|
3683
|
+
},
|
|
3684
|
+
"path": [
|
|
3685
|
+
"color",
|
|
3686
|
+
"dark-mode",
|
|
3687
|
+
"menu",
|
|
3688
|
+
"item",
|
|
3689
|
+
"background",
|
|
3690
|
+
"active"
|
|
3691
|
+
]
|
|
3692
|
+
}
|
|
3461
3693
|
},
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3466
|
-
"
|
|
3467
|
-
]
|
|
3468
|
-
}
|
|
3469
|
-
},
|
|
3470
|
-
"brand": {
|
|
3471
|
-
"primary": {
|
|
3472
|
-
"100": {
|
|
3473
|
-
"value": "#fffbe9",
|
|
3474
|
-
"filePath": "tokens/color/base/brand.dark.json",
|
|
3694
|
+
"foreground": {
|
|
3695
|
+
"value": "#ffffff",
|
|
3696
|
+
"public": true,
|
|
3697
|
+
"isReferenceToInternal": true,
|
|
3698
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3475
3699
|
"isSource": true,
|
|
3476
3700
|
"original": {
|
|
3477
|
-
"value": "
|
|
3701
|
+
"value": "{color.dark-mode.foreground.default}",
|
|
3702
|
+
"public": true,
|
|
3703
|
+
"isReferenceToInternal": true
|
|
3478
3704
|
},
|
|
3479
|
-
"name": "color-dark-mode-
|
|
3705
|
+
"name": "color-dark-mode-menu-item-foreground",
|
|
3480
3706
|
"attributes": {
|
|
3481
3707
|
"category": "color",
|
|
3482
3708
|
"type": "dark-mode",
|
|
3483
|
-
"item": "
|
|
3484
|
-
"subitem": "
|
|
3485
|
-
"state": "
|
|
3709
|
+
"item": "menu",
|
|
3710
|
+
"subitem": "item",
|
|
3711
|
+
"state": "foreground"
|
|
3486
3712
|
},
|
|
3487
3713
|
"path": [
|
|
3488
3714
|
"color",
|
|
3489
3715
|
"dark-mode",
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3492
|
-
"
|
|
3716
|
+
"menu",
|
|
3717
|
+
"item",
|
|
3718
|
+
"foreground"
|
|
3493
3719
|
]
|
|
3494
3720
|
},
|
|
3495
|
-
"
|
|
3496
|
-
"value": "#
|
|
3497
|
-
"
|
|
3721
|
+
"heading-text": {
|
|
3722
|
+
"value": "#a6a3b4",
|
|
3723
|
+
"public": true,
|
|
3724
|
+
"isReferenceToInternal": true,
|
|
3725
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3498
3726
|
"isSource": true,
|
|
3499
3727
|
"original": {
|
|
3500
|
-
"value": "
|
|
3728
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3729
|
+
"public": true,
|
|
3730
|
+
"isReferenceToInternal": true
|
|
3501
3731
|
},
|
|
3502
|
-
"name": "color-dark-mode-
|
|
3732
|
+
"name": "color-dark-mode-menu-item-heading-text",
|
|
3503
3733
|
"attributes": {
|
|
3504
3734
|
"category": "color",
|
|
3505
3735
|
"type": "dark-mode",
|
|
3506
|
-
"item": "
|
|
3507
|
-
"subitem": "
|
|
3508
|
-
"state": "
|
|
3736
|
+
"item": "menu",
|
|
3737
|
+
"subitem": "item",
|
|
3738
|
+
"state": "heading-text"
|
|
3509
3739
|
},
|
|
3510
3740
|
"path": [
|
|
3511
3741
|
"color",
|
|
3512
3742
|
"dark-mode",
|
|
3513
|
-
"
|
|
3514
|
-
"
|
|
3515
|
-
"
|
|
3743
|
+
"menu",
|
|
3744
|
+
"item",
|
|
3745
|
+
"heading-text"
|
|
3516
3746
|
]
|
|
3517
3747
|
},
|
|
3518
|
-
"
|
|
3519
|
-
"value": "#
|
|
3520
|
-
"
|
|
3748
|
+
"description-text": {
|
|
3749
|
+
"value": "#a6a3b4",
|
|
3750
|
+
"public": true,
|
|
3751
|
+
"isReferenceToInternal": true,
|
|
3752
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3521
3753
|
"isSource": true,
|
|
3522
3754
|
"original": {
|
|
3523
|
-
"value": "
|
|
3755
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3756
|
+
"public": true,
|
|
3757
|
+
"isReferenceToInternal": true
|
|
3524
3758
|
},
|
|
3525
|
-
"name": "color-dark-mode-
|
|
3759
|
+
"name": "color-dark-mode-menu-item-description-text",
|
|
3526
3760
|
"attributes": {
|
|
3527
3761
|
"category": "color",
|
|
3528
3762
|
"type": "dark-mode",
|
|
3529
|
-
"item": "
|
|
3530
|
-
"subitem": "
|
|
3531
|
-
"state": "
|
|
3763
|
+
"item": "menu",
|
|
3764
|
+
"subitem": "item",
|
|
3765
|
+
"state": "description-text"
|
|
3532
3766
|
},
|
|
3533
3767
|
"path": [
|
|
3534
3768
|
"color",
|
|
3535
3769
|
"dark-mode",
|
|
3536
|
-
"
|
|
3537
|
-
"
|
|
3538
|
-
"
|
|
3770
|
+
"menu",
|
|
3771
|
+
"item",
|
|
3772
|
+
"description-text"
|
|
3539
3773
|
]
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
},
|
|
3777
|
+
"panel": {
|
|
3778
|
+
"default": {
|
|
3779
|
+
"background": {
|
|
3780
|
+
"value": "#1d1d29",
|
|
3781
|
+
"public": true,
|
|
3782
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3544
3783
|
"isSource": true,
|
|
3545
3784
|
"original": {
|
|
3546
|
-
"value": "
|
|
3785
|
+
"value": "{color.dark-mode.background.default}",
|
|
3786
|
+
"public": true
|
|
3547
3787
|
},
|
|
3548
|
-
"name": "color-dark-mode-
|
|
3788
|
+
"name": "color-dark-mode-panel-default-background",
|
|
3549
3789
|
"attributes": {
|
|
3550
3790
|
"category": "color",
|
|
3551
3791
|
"type": "dark-mode",
|
|
3552
|
-
"item": "
|
|
3553
|
-
"subitem": "
|
|
3554
|
-
"state": "
|
|
3792
|
+
"item": "panel",
|
|
3793
|
+
"subitem": "default",
|
|
3794
|
+
"state": "background"
|
|
3555
3795
|
},
|
|
3556
3796
|
"path": [
|
|
3557
3797
|
"color",
|
|
3558
3798
|
"dark-mode",
|
|
3559
|
-
"
|
|
3560
|
-
"
|
|
3561
|
-
"
|
|
3799
|
+
"panel",
|
|
3800
|
+
"default",
|
|
3801
|
+
"background"
|
|
3562
3802
|
]
|
|
3563
3803
|
},
|
|
3564
|
-
"
|
|
3565
|
-
"value": "#
|
|
3566
|
-
"
|
|
3804
|
+
"border": {
|
|
3805
|
+
"value": "#504e62",
|
|
3806
|
+
"public": true,
|
|
3807
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3567
3808
|
"isSource": true,
|
|
3568
3809
|
"original": {
|
|
3569
|
-
"value": "
|
|
3810
|
+
"value": "{color.dark-mode.border.default}",
|
|
3811
|
+
"public": true
|
|
3570
3812
|
},
|
|
3571
|
-
"name": "color-dark-mode-
|
|
3813
|
+
"name": "color-dark-mode-panel-default-border",
|
|
3572
3814
|
"attributes": {
|
|
3573
3815
|
"category": "color",
|
|
3574
3816
|
"type": "dark-mode",
|
|
3575
|
-
"item": "
|
|
3576
|
-
"subitem": "
|
|
3577
|
-
"state": "
|
|
3817
|
+
"item": "panel",
|
|
3818
|
+
"subitem": "default",
|
|
3819
|
+
"state": "border"
|
|
3578
3820
|
},
|
|
3579
3821
|
"path": [
|
|
3580
3822
|
"color",
|
|
3581
3823
|
"dark-mode",
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3584
|
-
"
|
|
3824
|
+
"panel",
|
|
3825
|
+
"default",
|
|
3826
|
+
"border"
|
|
3585
3827
|
]
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
"sunken": {
|
|
3831
|
+
"background": {
|
|
3832
|
+
"value": "#121219",
|
|
3833
|
+
"public": true,
|
|
3834
|
+
"isReferenceToInternal": true,
|
|
3835
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3590
3836
|
"isSource": true,
|
|
3591
3837
|
"original": {
|
|
3592
|
-
"value": "
|
|
3838
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
3839
|
+
"public": true,
|
|
3840
|
+
"isReferenceToInternal": true
|
|
3593
3841
|
},
|
|
3594
|
-
"name": "color-dark-mode-
|
|
3842
|
+
"name": "color-dark-mode-panel-sunken-background",
|
|
3595
3843
|
"attributes": {
|
|
3596
3844
|
"category": "color",
|
|
3597
3845
|
"type": "dark-mode",
|
|
3598
|
-
"item": "
|
|
3599
|
-
"subitem": "
|
|
3600
|
-
"state": "
|
|
3846
|
+
"item": "panel",
|
|
3847
|
+
"subitem": "sunken",
|
|
3848
|
+
"state": "background"
|
|
3601
3849
|
},
|
|
3602
3850
|
"path": [
|
|
3603
3851
|
"color",
|
|
3604
3852
|
"dark-mode",
|
|
3605
|
-
"
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
3853
|
+
"panel",
|
|
3854
|
+
"sunken",
|
|
3855
|
+
"background"
|
|
3608
3856
|
]
|
|
3609
3857
|
},
|
|
3610
|
-
"
|
|
3611
|
-
"value": "#
|
|
3858
|
+
"border": {
|
|
3859
|
+
"value": "#121219",
|
|
3612
3860
|
"public": true,
|
|
3613
3861
|
"isReferenceToInternal": true,
|
|
3614
|
-
"filePath": "tokens/color/
|
|
3862
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3615
3863
|
"isSource": true,
|
|
3616
3864
|
"original": {
|
|
3617
|
-
"value": "{color.dark-mode.
|
|
3865
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
3618
3866
|
"public": true,
|
|
3619
3867
|
"isReferenceToInternal": true
|
|
3620
3868
|
},
|
|
3621
|
-
"name": "color-dark-mode-
|
|
3869
|
+
"name": "color-dark-mode-panel-sunken-border",
|
|
3622
3870
|
"attributes": {
|
|
3623
3871
|
"category": "color",
|
|
3624
3872
|
"type": "dark-mode",
|
|
3625
|
-
"item": "
|
|
3626
|
-
"subitem": "
|
|
3627
|
-
"state": "
|
|
3873
|
+
"item": "panel",
|
|
3874
|
+
"subitem": "sunken",
|
|
3875
|
+
"state": "border"
|
|
3628
3876
|
},
|
|
3629
3877
|
"path": [
|
|
3630
3878
|
"color",
|
|
3631
3879
|
"dark-mode",
|
|
3632
|
-
"
|
|
3633
|
-
"
|
|
3634
|
-
"
|
|
3880
|
+
"panel",
|
|
3881
|
+
"sunken",
|
|
3882
|
+
"border"
|
|
3635
3883
|
]
|
|
3636
3884
|
}
|
|
3637
3885
|
},
|
|
3638
|
-
"
|
|
3639
|
-
"
|
|
3640
|
-
"value": "#
|
|
3641
|
-
"
|
|
3886
|
+
"raised": {
|
|
3887
|
+
"background": {
|
|
3888
|
+
"value": "#282839",
|
|
3889
|
+
"public": true,
|
|
3890
|
+
"isReferenceToInternal": true,
|
|
3891
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3642
3892
|
"isSource": true,
|
|
3643
3893
|
"original": {
|
|
3644
|
-
"value": "
|
|
3894
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3895
|
+
"public": true,
|
|
3896
|
+
"isReferenceToInternal": true
|
|
3645
3897
|
},
|
|
3646
|
-
"name": "color-dark-mode-
|
|
3898
|
+
"name": "color-dark-mode-panel-raised-background",
|
|
3647
3899
|
"attributes": {
|
|
3648
3900
|
"category": "color",
|
|
3649
3901
|
"type": "dark-mode",
|
|
3650
|
-
"item": "
|
|
3651
|
-
"subitem": "
|
|
3652
|
-
"state": "
|
|
3902
|
+
"item": "panel",
|
|
3903
|
+
"subitem": "raised",
|
|
3904
|
+
"state": "background"
|
|
3653
3905
|
},
|
|
3654
3906
|
"path": [
|
|
3655
3907
|
"color",
|
|
3656
3908
|
"dark-mode",
|
|
3657
|
-
"
|
|
3658
|
-
"
|
|
3659
|
-
"
|
|
3909
|
+
"panel",
|
|
3910
|
+
"raised",
|
|
3911
|
+
"background"
|
|
3660
3912
|
]
|
|
3661
3913
|
},
|
|
3662
|
-
"
|
|
3663
|
-
"value": "#
|
|
3664
|
-
"
|
|
3914
|
+
"border": {
|
|
3915
|
+
"value": "#504e62",
|
|
3916
|
+
"public": true,
|
|
3917
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3665
3918
|
"isSource": true,
|
|
3666
3919
|
"original": {
|
|
3667
|
-
"value": "
|
|
3920
|
+
"value": "{color.dark-mode.border.default}",
|
|
3921
|
+
"public": true
|
|
3668
3922
|
},
|
|
3669
|
-
"name": "color-dark-mode-
|
|
3923
|
+
"name": "color-dark-mode-panel-raised-border",
|
|
3670
3924
|
"attributes": {
|
|
3671
3925
|
"category": "color",
|
|
3672
3926
|
"type": "dark-mode",
|
|
3673
|
-
"item": "
|
|
3674
|
-
"subitem": "
|
|
3675
|
-
"state": "
|
|
3927
|
+
"item": "panel",
|
|
3928
|
+
"subitem": "raised",
|
|
3929
|
+
"state": "border"
|
|
3676
3930
|
},
|
|
3677
3931
|
"path": [
|
|
3678
3932
|
"color",
|
|
3679
3933
|
"dark-mode",
|
|
3680
|
-
"
|
|
3681
|
-
"
|
|
3682
|
-
"
|
|
3934
|
+
"panel",
|
|
3935
|
+
"raised",
|
|
3936
|
+
"border"
|
|
3683
3937
|
]
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
"overlay": {
|
|
3941
|
+
"background": {
|
|
3942
|
+
"value": "#282839",
|
|
3943
|
+
"public": true,
|
|
3944
|
+
"isReferenceToInternal": true,
|
|
3945
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3688
3946
|
"isSource": true,
|
|
3689
3947
|
"original": {
|
|
3690
|
-
"value": "
|
|
3948
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3949
|
+
"public": true,
|
|
3950
|
+
"isReferenceToInternal": true
|
|
3691
3951
|
},
|
|
3692
|
-
"name": "color-dark-mode-
|
|
3952
|
+
"name": "color-dark-mode-panel-overlay-background",
|
|
3693
3953
|
"attributes": {
|
|
3694
3954
|
"category": "color",
|
|
3695
3955
|
"type": "dark-mode",
|
|
3696
|
-
"item": "
|
|
3697
|
-
"subitem": "
|
|
3698
|
-
"state": "
|
|
3956
|
+
"item": "panel",
|
|
3957
|
+
"subitem": "overlay",
|
|
3958
|
+
"state": "background"
|
|
3699
3959
|
},
|
|
3700
3960
|
"path": [
|
|
3701
3961
|
"color",
|
|
3702
3962
|
"dark-mode",
|
|
3703
|
-
"
|
|
3704
|
-
"
|
|
3705
|
-
"
|
|
3963
|
+
"panel",
|
|
3964
|
+
"overlay",
|
|
3965
|
+
"background"
|
|
3706
3966
|
]
|
|
3707
3967
|
},
|
|
3708
|
-
"
|
|
3709
|
-
"value": "#
|
|
3710
|
-
"
|
|
3968
|
+
"border": {
|
|
3969
|
+
"value": "#282839",
|
|
3970
|
+
"public": true,
|
|
3971
|
+
"isReferenceToInternal": true,
|
|
3972
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3711
3973
|
"isSource": true,
|
|
3712
3974
|
"original": {
|
|
3713
|
-
"value": "
|
|
3975
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3976
|
+
"public": true,
|
|
3977
|
+
"isReferenceToInternal": true
|
|
3714
3978
|
},
|
|
3715
|
-
"name": "color-dark-mode-
|
|
3979
|
+
"name": "color-dark-mode-panel-overlay-border",
|
|
3716
3980
|
"attributes": {
|
|
3717
3981
|
"category": "color",
|
|
3718
3982
|
"type": "dark-mode",
|
|
3719
|
-
"item": "
|
|
3720
|
-
"subitem": "
|
|
3721
|
-
"state": "
|
|
3983
|
+
"item": "panel",
|
|
3984
|
+
"subitem": "overlay",
|
|
3985
|
+
"state": "border"
|
|
3722
3986
|
},
|
|
3723
3987
|
"path": [
|
|
3724
3988
|
"color",
|
|
3725
3989
|
"dark-mode",
|
|
3726
|
-
"
|
|
3727
|
-
"
|
|
3728
|
-
"
|
|
3990
|
+
"panel",
|
|
3991
|
+
"overlay",
|
|
3992
|
+
"border"
|
|
3729
3993
|
]
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
},
|
|
3997
|
+
"text": {
|
|
3998
|
+
"default": {
|
|
3999
|
+
"value": "#ffffff",
|
|
4000
|
+
"public": true,
|
|
4001
|
+
"isReferenceToInternal": true,
|
|
4002
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4003
|
+
"isSource": true,
|
|
4004
|
+
"original": {
|
|
4005
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
4006
|
+
"public": true,
|
|
4007
|
+
"isReferenceToInternal": true
|
|
3730
4008
|
},
|
|
3731
|
-
"
|
|
3732
|
-
|
|
4009
|
+
"name": "color-dark-mode-text-default",
|
|
4010
|
+
"attributes": {
|
|
4011
|
+
"category": "color",
|
|
4012
|
+
"type": "dark-mode",
|
|
4013
|
+
"item": "text",
|
|
4014
|
+
"subitem": "default"
|
|
4015
|
+
},
|
|
4016
|
+
"path": [
|
|
4017
|
+
"color",
|
|
4018
|
+
"dark-mode",
|
|
4019
|
+
"text",
|
|
4020
|
+
"default"
|
|
4021
|
+
]
|
|
4022
|
+
},
|
|
4023
|
+
"paragraph": {
|
|
4024
|
+
"value": "#ffffff",
|
|
4025
|
+
"public": true,
|
|
4026
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4027
|
+
"isSource": true,
|
|
4028
|
+
"original": {
|
|
4029
|
+
"value": "{color.dark-mode.text.default}",
|
|
4030
|
+
"public": true
|
|
4031
|
+
},
|
|
4032
|
+
"name": "color-dark-mode-text-paragraph",
|
|
4033
|
+
"attributes": {
|
|
4034
|
+
"category": "color",
|
|
4035
|
+
"type": "dark-mode",
|
|
4036
|
+
"item": "text",
|
|
4037
|
+
"subitem": "paragraph"
|
|
4038
|
+
},
|
|
4039
|
+
"path": [
|
|
4040
|
+
"color",
|
|
4041
|
+
"dark-mode",
|
|
4042
|
+
"text",
|
|
4043
|
+
"paragraph"
|
|
4044
|
+
]
|
|
4045
|
+
},
|
|
4046
|
+
"headings": {
|
|
4047
|
+
"value": "#ffffff",
|
|
4048
|
+
"public": true,
|
|
4049
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4050
|
+
"isSource": true,
|
|
4051
|
+
"original": {
|
|
4052
|
+
"value": "{color.dark-mode.text.default}",
|
|
4053
|
+
"public": true
|
|
4054
|
+
},
|
|
4055
|
+
"name": "color-dark-mode-text-headings",
|
|
4056
|
+
"attributes": {
|
|
4057
|
+
"category": "color",
|
|
4058
|
+
"type": "dark-mode",
|
|
4059
|
+
"item": "text",
|
|
4060
|
+
"subitem": "headings"
|
|
4061
|
+
},
|
|
4062
|
+
"path": [
|
|
4063
|
+
"color",
|
|
4064
|
+
"dark-mode",
|
|
4065
|
+
"text",
|
|
4066
|
+
"headings"
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
"lead": {
|
|
4070
|
+
"value": "#a6a3b4",
|
|
4071
|
+
"public": true,
|
|
4072
|
+
"isReferenceToInternal": true,
|
|
4073
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4074
|
+
"isSource": true,
|
|
4075
|
+
"original": {
|
|
4076
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4077
|
+
"public": true,
|
|
4078
|
+
"isReferenceToInternal": true
|
|
4079
|
+
},
|
|
4080
|
+
"name": "color-dark-mode-text-lead",
|
|
4081
|
+
"attributes": {
|
|
4082
|
+
"category": "color",
|
|
4083
|
+
"type": "dark-mode",
|
|
4084
|
+
"item": "text",
|
|
4085
|
+
"subitem": "lead"
|
|
4086
|
+
},
|
|
4087
|
+
"path": [
|
|
4088
|
+
"color",
|
|
4089
|
+
"dark-mode",
|
|
4090
|
+
"text",
|
|
4091
|
+
"lead"
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"overline": {
|
|
4095
|
+
"value": "#a6a3b4",
|
|
4096
|
+
"public": true,
|
|
4097
|
+
"isReferenceToInternal": true,
|
|
4098
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4099
|
+
"isSource": true,
|
|
4100
|
+
"original": {
|
|
4101
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4102
|
+
"public": true,
|
|
4103
|
+
"isReferenceToInternal": true
|
|
4104
|
+
},
|
|
4105
|
+
"name": "color-dark-mode-text-overline",
|
|
4106
|
+
"attributes": {
|
|
4107
|
+
"category": "color",
|
|
4108
|
+
"type": "dark-mode",
|
|
4109
|
+
"item": "text",
|
|
4110
|
+
"subitem": "overline"
|
|
4111
|
+
},
|
|
4112
|
+
"path": [
|
|
4113
|
+
"color",
|
|
4114
|
+
"dark-mode",
|
|
4115
|
+
"text",
|
|
4116
|
+
"overline"
|
|
4117
|
+
]
|
|
4118
|
+
},
|
|
4119
|
+
"quote": {
|
|
4120
|
+
"value": "#a6a3b4",
|
|
4121
|
+
"public": true,
|
|
4122
|
+
"isReferenceToInternal": true,
|
|
4123
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
4124
|
+
"isSource": true,
|
|
4125
|
+
"original": {
|
|
4126
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4127
|
+
"public": true,
|
|
4128
|
+
"isReferenceToInternal": true
|
|
4129
|
+
},
|
|
4130
|
+
"name": "color-dark-mode-text-quote",
|
|
4131
|
+
"attributes": {
|
|
4132
|
+
"category": "color",
|
|
4133
|
+
"type": "dark-mode",
|
|
4134
|
+
"item": "text",
|
|
4135
|
+
"subitem": "quote"
|
|
4136
|
+
},
|
|
4137
|
+
"path": [
|
|
4138
|
+
"color",
|
|
4139
|
+
"dark-mode",
|
|
4140
|
+
"text",
|
|
4141
|
+
"quote"
|
|
4142
|
+
]
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
"brand": {
|
|
4146
|
+
"primary": {
|
|
4147
|
+
"100": {
|
|
4148
|
+
"value": "#fffbe9",
|
|
3733
4149
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3734
4150
|
"isSource": true,
|
|
3735
4151
|
"original": {
|
|
3736
|
-
"value": "#
|
|
4152
|
+
"value": "#FFFBE9"
|
|
3737
4153
|
},
|
|
3738
|
-
"name": "color-dark-mode-brand-
|
|
4154
|
+
"name": "color-dark-mode-brand-primary-100",
|
|
3739
4155
|
"attributes": {
|
|
3740
4156
|
"category": "color",
|
|
3741
4157
|
"type": "dark-mode",
|
|
3742
4158
|
"item": "brand",
|
|
3743
|
-
"subitem": "
|
|
3744
|
-
"state": "
|
|
4159
|
+
"subitem": "primary",
|
|
4160
|
+
"state": "100"
|
|
3745
4161
|
},
|
|
3746
4162
|
"path": [
|
|
3747
4163
|
"color",
|
|
3748
4164
|
"dark-mode",
|
|
3749
4165
|
"brand",
|
|
3750
|
-
"
|
|
4166
|
+
"primary",
|
|
4167
|
+
"100"
|
|
4168
|
+
]
|
|
4169
|
+
},
|
|
4170
|
+
"200": {
|
|
4171
|
+
"value": "#fff1a9",
|
|
4172
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4173
|
+
"isSource": true,
|
|
4174
|
+
"original": {
|
|
4175
|
+
"value": "#FFF1A9"
|
|
4176
|
+
},
|
|
4177
|
+
"name": "color-dark-mode-brand-primary-200",
|
|
4178
|
+
"attributes": {
|
|
4179
|
+
"category": "color",
|
|
4180
|
+
"type": "dark-mode",
|
|
4181
|
+
"item": "brand",
|
|
4182
|
+
"subitem": "primary",
|
|
4183
|
+
"state": "200"
|
|
4184
|
+
},
|
|
4185
|
+
"path": [
|
|
4186
|
+
"color",
|
|
4187
|
+
"dark-mode",
|
|
4188
|
+
"brand",
|
|
4189
|
+
"primary",
|
|
4190
|
+
"200"
|
|
4191
|
+
]
|
|
4192
|
+
},
|
|
4193
|
+
"300": {
|
|
4194
|
+
"value": "#ffe668",
|
|
4195
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4196
|
+
"isSource": true,
|
|
4197
|
+
"original": {
|
|
4198
|
+
"value": "#FFE668"
|
|
4199
|
+
},
|
|
4200
|
+
"name": "color-dark-mode-brand-primary-300",
|
|
4201
|
+
"attributes": {
|
|
4202
|
+
"category": "color",
|
|
4203
|
+
"type": "dark-mode",
|
|
4204
|
+
"item": "brand",
|
|
4205
|
+
"subitem": "primary",
|
|
4206
|
+
"state": "300"
|
|
4207
|
+
},
|
|
4208
|
+
"path": [
|
|
4209
|
+
"color",
|
|
4210
|
+
"dark-mode",
|
|
4211
|
+
"brand",
|
|
4212
|
+
"primary",
|
|
4213
|
+
"300"
|
|
4214
|
+
]
|
|
4215
|
+
},
|
|
4216
|
+
"400": {
|
|
4217
|
+
"value": "#ffdc28",
|
|
4218
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4219
|
+
"isSource": true,
|
|
4220
|
+
"original": {
|
|
4221
|
+
"value": "#FFDC28"
|
|
4222
|
+
},
|
|
4223
|
+
"name": "color-dark-mode-brand-primary-400",
|
|
4224
|
+
"attributes": {
|
|
4225
|
+
"category": "color",
|
|
4226
|
+
"type": "dark-mode",
|
|
4227
|
+
"item": "brand",
|
|
4228
|
+
"subitem": "primary",
|
|
4229
|
+
"state": "400"
|
|
4230
|
+
},
|
|
4231
|
+
"path": [
|
|
4232
|
+
"color",
|
|
4233
|
+
"dark-mode",
|
|
4234
|
+
"brand",
|
|
4235
|
+
"primary",
|
|
4236
|
+
"400"
|
|
4237
|
+
]
|
|
4238
|
+
},
|
|
4239
|
+
"500": {
|
|
4240
|
+
"value": "#ddbd16",
|
|
4241
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4242
|
+
"isSource": true,
|
|
4243
|
+
"original": {
|
|
4244
|
+
"value": "#DDBD16"
|
|
4245
|
+
},
|
|
4246
|
+
"name": "color-dark-mode-brand-primary-500",
|
|
4247
|
+
"attributes": {
|
|
4248
|
+
"category": "color",
|
|
4249
|
+
"type": "dark-mode",
|
|
4250
|
+
"item": "brand",
|
|
4251
|
+
"subitem": "primary",
|
|
4252
|
+
"state": "500"
|
|
4253
|
+
},
|
|
4254
|
+
"path": [
|
|
4255
|
+
"color",
|
|
4256
|
+
"dark-mode",
|
|
4257
|
+
"brand",
|
|
4258
|
+
"primary",
|
|
3751
4259
|
"500"
|
|
3752
4260
|
]
|
|
3753
4261
|
},
|
|
3754
4262
|
"600": {
|
|
3755
|
-
"value": "#
|
|
4263
|
+
"value": "#705e00",
|
|
3756
4264
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3757
4265
|
"isSource": true,
|
|
3758
4266
|
"original": {
|
|
3759
|
-
"value": "#
|
|
4267
|
+
"value": "#705E00"
|
|
3760
4268
|
},
|
|
3761
|
-
"name": "color-dark-mode-brand-
|
|
4269
|
+
"name": "color-dark-mode-brand-primary-600",
|
|
3762
4270
|
"attributes": {
|
|
3763
4271
|
"category": "color",
|
|
3764
4272
|
"type": "dark-mode",
|
|
3765
4273
|
"item": "brand",
|
|
3766
|
-
"subitem": "
|
|
4274
|
+
"subitem": "primary",
|
|
3767
4275
|
"state": "600"
|
|
3768
4276
|
},
|
|
3769
4277
|
"path": [
|
|
3770
4278
|
"color",
|
|
3771
4279
|
"dark-mode",
|
|
3772
4280
|
"brand",
|
|
3773
|
-
"
|
|
4281
|
+
"primary",
|
|
3774
4282
|
"600"
|
|
3775
4283
|
]
|
|
3776
4284
|
},
|
|
3777
4285
|
"default": {
|
|
3778
|
-
"value": "#
|
|
4286
|
+
"value": "#ffdc28",
|
|
3779
4287
|
"public": true,
|
|
3780
4288
|
"isReferenceToInternal": true,
|
|
3781
4289
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3782
4290
|
"isSource": true,
|
|
3783
4291
|
"original": {
|
|
3784
|
-
"value": "{color.dark-mode.brand.
|
|
4292
|
+
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
3785
4293
|
"public": true,
|
|
3786
4294
|
"isReferenceToInternal": true
|
|
3787
4295
|
},
|
|
3788
|
-
"name": "color-dark-mode-brand-
|
|
4296
|
+
"name": "color-dark-mode-brand-primary-default",
|
|
3789
4297
|
"attributes": {
|
|
3790
4298
|
"category": "color",
|
|
3791
4299
|
"type": "dark-mode",
|
|
3792
4300
|
"item": "brand",
|
|
3793
|
-
"subitem": "
|
|
4301
|
+
"subitem": "primary",
|
|
3794
4302
|
"state": "default"
|
|
3795
4303
|
},
|
|
3796
4304
|
"path": [
|
|
3797
4305
|
"color",
|
|
3798
4306
|
"dark-mode",
|
|
3799
4307
|
"brand",
|
|
3800
|
-
"
|
|
4308
|
+
"primary",
|
|
3801
4309
|
"default"
|
|
3802
4310
|
]
|
|
3803
4311
|
}
|
|
3804
4312
|
},
|
|
3805
|
-
"
|
|
4313
|
+
"secondary": {
|
|
3806
4314
|
"100": {
|
|
3807
|
-
"value": "#
|
|
4315
|
+
"value": "#f1eeff",
|
|
3808
4316
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3809
4317
|
"isSource": true,
|
|
3810
4318
|
"original": {
|
|
3811
|
-
"value": "#
|
|
4319
|
+
"value": "#F1EEFF"
|
|
3812
4320
|
},
|
|
3813
|
-
"name": "color-dark-mode-brand-
|
|
4321
|
+
"name": "color-dark-mode-brand-secondary-100",
|
|
3814
4322
|
"attributes": {
|
|
3815
4323
|
"category": "color",
|
|
3816
4324
|
"type": "dark-mode",
|
|
3817
4325
|
"item": "brand",
|
|
3818
|
-
"subitem": "
|
|
4326
|
+
"subitem": "secondary",
|
|
3819
4327
|
"state": "100"
|
|
3820
4328
|
},
|
|
3821
4329
|
"path": [
|
|
3822
4330
|
"color",
|
|
3823
4331
|
"dark-mode",
|
|
3824
4332
|
"brand",
|
|
3825
|
-
"
|
|
4333
|
+
"secondary",
|
|
3826
4334
|
"100"
|
|
3827
4335
|
]
|
|
3828
4336
|
},
|
|
3829
4337
|
"200": {
|
|
3830
|
-
"value": "#
|
|
4338
|
+
"value": "#b5a4ff",
|
|
3831
4339
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3832
4340
|
"isSource": true,
|
|
3833
4341
|
"original": {
|
|
3834
|
-
"value": "#
|
|
4342
|
+
"value": "#B5A4FF"
|
|
3835
4343
|
},
|
|
3836
|
-
"name": "color-dark-mode-brand-
|
|
4344
|
+
"name": "color-dark-mode-brand-secondary-200",
|
|
3837
4345
|
"attributes": {
|
|
3838
4346
|
"category": "color",
|
|
3839
4347
|
"type": "dark-mode",
|
|
3840
4348
|
"item": "brand",
|
|
3841
|
-
"subitem": "
|
|
4349
|
+
"subitem": "secondary",
|
|
3842
4350
|
"state": "200"
|
|
3843
4351
|
},
|
|
3844
4352
|
"path": [
|
|
3845
4353
|
"color",
|
|
3846
4354
|
"dark-mode",
|
|
3847
4355
|
"brand",
|
|
3848
|
-
"
|
|
4356
|
+
"secondary",
|
|
3849
4357
|
"200"
|
|
3850
4358
|
]
|
|
3851
4359
|
},
|
|
3852
4360
|
"300": {
|
|
3853
|
-
"value": "#
|
|
4361
|
+
"value": "#7657ff",
|
|
3854
4362
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3855
4363
|
"isSource": true,
|
|
3856
4364
|
"original": {
|
|
3857
|
-
"value": "#
|
|
4365
|
+
"value": "#7657FF"
|
|
3858
4366
|
},
|
|
3859
|
-
"name": "color-dark-mode-brand-
|
|
4367
|
+
"name": "color-dark-mode-brand-secondary-300",
|
|
3860
4368
|
"attributes": {
|
|
3861
4369
|
"category": "color",
|
|
3862
4370
|
"type": "dark-mode",
|
|
3863
4371
|
"item": "brand",
|
|
3864
|
-
"subitem": "
|
|
4372
|
+
"subitem": "secondary",
|
|
3865
4373
|
"state": "300"
|
|
3866
4374
|
},
|
|
3867
4375
|
"path": [
|
|
3868
4376
|
"color",
|
|
3869
4377
|
"dark-mode",
|
|
3870
4378
|
"brand",
|
|
3871
|
-
"
|
|
4379
|
+
"secondary",
|
|
3872
4380
|
"300"
|
|
3873
4381
|
]
|
|
3874
4382
|
},
|
|
3875
4383
|
"400": {
|
|
3876
|
-
"value": "#
|
|
4384
|
+
"value": "#6947ff",
|
|
3877
4385
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3878
4386
|
"isSource": true,
|
|
3879
4387
|
"original": {
|
|
3880
|
-
"value": "#
|
|
4388
|
+
"value": "#6947FF"
|
|
3881
4389
|
},
|
|
3882
|
-
"name": "color-dark-mode-brand-
|
|
4390
|
+
"name": "color-dark-mode-brand-secondary-400",
|
|
3883
4391
|
"attributes": {
|
|
3884
4392
|
"category": "color",
|
|
3885
4393
|
"type": "dark-mode",
|
|
3886
4394
|
"item": "brand",
|
|
3887
|
-
"subitem": "
|
|
4395
|
+
"subitem": "secondary",
|
|
3888
4396
|
"state": "400"
|
|
3889
4397
|
},
|
|
3890
4398
|
"path": [
|
|
3891
4399
|
"color",
|
|
3892
4400
|
"dark-mode",
|
|
3893
4401
|
"brand",
|
|
3894
|
-
"
|
|
4402
|
+
"secondary",
|
|
3895
4403
|
"400"
|
|
3896
4404
|
]
|
|
3897
4405
|
},
|
|
3898
4406
|
"500": {
|
|
3899
|
-
"value": "#
|
|
4407
|
+
"value": "#4b32bb",
|
|
3900
4408
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3901
4409
|
"isSource": true,
|
|
3902
4410
|
"original": {
|
|
3903
|
-
"value": "#
|
|
4411
|
+
"value": "#4B32BB"
|
|
3904
4412
|
},
|
|
3905
|
-
"name": "color-dark-mode-brand-
|
|
4413
|
+
"name": "color-dark-mode-brand-secondary-500",
|
|
3906
4414
|
"attributes": {
|
|
3907
4415
|
"category": "color",
|
|
3908
4416
|
"type": "dark-mode",
|
|
3909
4417
|
"item": "brand",
|
|
3910
|
-
"subitem": "
|
|
4418
|
+
"subitem": "secondary",
|
|
3911
4419
|
"state": "500"
|
|
3912
4420
|
},
|
|
3913
4421
|
"path": [
|
|
3914
4422
|
"color",
|
|
3915
4423
|
"dark-mode",
|
|
3916
4424
|
"brand",
|
|
3917
|
-
"
|
|
4425
|
+
"secondary",
|
|
3918
4426
|
"500"
|
|
3919
4427
|
]
|
|
3920
4428
|
},
|
|
3921
4429
|
"600": {
|
|
3922
|
-
"value": "#
|
|
4430
|
+
"value": "#271577",
|
|
3923
4431
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3924
4432
|
"isSource": true,
|
|
3925
4433
|
"original": {
|
|
3926
|
-
"value": "#
|
|
4434
|
+
"value": "#271577"
|
|
3927
4435
|
},
|
|
3928
|
-
"name": "color-dark-mode-brand-
|
|
4436
|
+
"name": "color-dark-mode-brand-secondary-600",
|
|
3929
4437
|
"attributes": {
|
|
3930
4438
|
"category": "color",
|
|
3931
4439
|
"type": "dark-mode",
|
|
3932
4440
|
"item": "brand",
|
|
3933
|
-
"subitem": "
|
|
4441
|
+
"subitem": "secondary",
|
|
3934
4442
|
"state": "600"
|
|
3935
4443
|
},
|
|
3936
4444
|
"path": [
|
|
3937
4445
|
"color",
|
|
3938
4446
|
"dark-mode",
|
|
3939
4447
|
"brand",
|
|
3940
|
-
"
|
|
4448
|
+
"secondary",
|
|
3941
4449
|
"600"
|
|
3942
4450
|
]
|
|
3943
4451
|
},
|
|
3944
4452
|
"default": {
|
|
3945
|
-
"value": "#
|
|
4453
|
+
"value": "#6947ff",
|
|
3946
4454
|
"public": true,
|
|
3947
4455
|
"isReferenceToInternal": true,
|
|
3948
4456
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3949
4457
|
"isSource": true,
|
|
3950
4458
|
"original": {
|
|
3951
|
-
"value": "{color.dark-mode.brand.
|
|
4459
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
3952
4460
|
"public": true,
|
|
3953
4461
|
"isReferenceToInternal": true
|
|
3954
4462
|
},
|
|
3955
|
-
"name": "color-dark-mode-brand-
|
|
4463
|
+
"name": "color-dark-mode-brand-secondary-default",
|
|
3956
4464
|
"attributes": {
|
|
3957
4465
|
"category": "color",
|
|
3958
4466
|
"type": "dark-mode",
|
|
3959
4467
|
"item": "brand",
|
|
3960
|
-
"subitem": "
|
|
4468
|
+
"subitem": "secondary",
|
|
3961
4469
|
"state": "default"
|
|
3962
4470
|
},
|
|
3963
4471
|
"path": [
|
|
3964
4472
|
"color",
|
|
3965
4473
|
"dark-mode",
|
|
3966
4474
|
"brand",
|
|
3967
|
-
"
|
|
4475
|
+
"secondary",
|
|
3968
4476
|
"default"
|
|
3969
4477
|
]
|
|
3970
4478
|
}
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
"admin": {
|
|
3974
|
-
"100": {
|
|
3975
|
-
"value": "#f7f1ff",
|
|
3976
|
-
"filePath": "tokens/color/base/brand.dark.json",
|
|
3977
|
-
"isSource": true,
|
|
3978
|
-
"original": {
|
|
3979
|
-
"value": "#F7F1FF"
|
|
3980
|
-
},
|
|
3981
|
-
"name": "color-dark-mode-admin-100",
|
|
3982
|
-
"attributes": {
|
|
3983
|
-
"category": "color",
|
|
3984
|
-
"type": "dark-mode",
|
|
3985
|
-
"item": "admin",
|
|
3986
|
-
"subitem": "100"
|
|
3987
|
-
},
|
|
3988
|
-
"path": [
|
|
3989
|
-
"color",
|
|
3990
|
-
"dark-mode",
|
|
3991
|
-
"admin",
|
|
3992
|
-
"100"
|
|
3993
|
-
]
|
|
3994
4479
|
},
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
"
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
"
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4480
|
+
"accent": {
|
|
4481
|
+
"100": {
|
|
4482
|
+
"value": "#ffe5f6",
|
|
4483
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4484
|
+
"isSource": true,
|
|
4485
|
+
"original": {
|
|
4486
|
+
"value": "#FFE5F6"
|
|
4487
|
+
},
|
|
4488
|
+
"name": "color-dark-mode-brand-accent-100",
|
|
4489
|
+
"attributes": {
|
|
4490
|
+
"category": "color",
|
|
4491
|
+
"type": "dark-mode",
|
|
4492
|
+
"item": "brand",
|
|
4493
|
+
"subitem": "accent",
|
|
4494
|
+
"state": "100"
|
|
4495
|
+
},
|
|
4496
|
+
"path": [
|
|
4497
|
+
"color",
|
|
4498
|
+
"dark-mode",
|
|
4499
|
+
"brand",
|
|
4500
|
+
"accent",
|
|
4501
|
+
"100"
|
|
4502
|
+
]
|
|
4008
4503
|
},
|
|
4009
|
-
"
|
|
4010
|
-
"
|
|
4011
|
-
"dark
|
|
4012
|
-
"
|
|
4013
|
-
"
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4504
|
+
"200": {
|
|
4505
|
+
"value": "#ff99dc",
|
|
4506
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4507
|
+
"isSource": true,
|
|
4508
|
+
"original": {
|
|
4509
|
+
"value": "#FF99DC"
|
|
4510
|
+
},
|
|
4511
|
+
"name": "color-dark-mode-brand-accent-200",
|
|
4512
|
+
"attributes": {
|
|
4513
|
+
"category": "color",
|
|
4514
|
+
"type": "dark-mode",
|
|
4515
|
+
"item": "brand",
|
|
4516
|
+
"subitem": "accent",
|
|
4517
|
+
"state": "200"
|
|
4518
|
+
},
|
|
4519
|
+
"path": [
|
|
4520
|
+
"color",
|
|
4521
|
+
"dark-mode",
|
|
4522
|
+
"brand",
|
|
4523
|
+
"accent",
|
|
4524
|
+
"200"
|
|
4525
|
+
]
|
|
4526
|
+
},
|
|
4527
|
+
"300": {
|
|
4528
|
+
"value": "#ff4cc3",
|
|
4529
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4530
|
+
"isSource": true,
|
|
4531
|
+
"original": {
|
|
4532
|
+
"value": "#FF4CC3"
|
|
4533
|
+
},
|
|
4534
|
+
"name": "color-dark-mode-brand-accent-300",
|
|
4535
|
+
"attributes": {
|
|
4536
|
+
"category": "color",
|
|
4537
|
+
"type": "dark-mode",
|
|
4538
|
+
"item": "brand",
|
|
4539
|
+
"subitem": "accent",
|
|
4540
|
+
"state": "300"
|
|
4541
|
+
},
|
|
4542
|
+
"path": [
|
|
4543
|
+
"color",
|
|
4544
|
+
"dark-mode",
|
|
4545
|
+
"brand",
|
|
4546
|
+
"accent",
|
|
4547
|
+
"300"
|
|
4548
|
+
]
|
|
4549
|
+
},
|
|
4550
|
+
"400": {
|
|
4551
|
+
"value": "#de0093",
|
|
4552
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4553
|
+
"isSource": true,
|
|
4554
|
+
"original": {
|
|
4555
|
+
"value": "#DE0093"
|
|
4556
|
+
},
|
|
4557
|
+
"name": "color-dark-mode-brand-accent-400",
|
|
4558
|
+
"attributes": {
|
|
4559
|
+
"category": "color",
|
|
4560
|
+
"type": "dark-mode",
|
|
4561
|
+
"item": "brand",
|
|
4562
|
+
"subitem": "accent",
|
|
4563
|
+
"state": "400"
|
|
4564
|
+
},
|
|
4565
|
+
"path": [
|
|
4566
|
+
"color",
|
|
4567
|
+
"dark-mode",
|
|
4568
|
+
"brand",
|
|
4569
|
+
"accent",
|
|
4570
|
+
"400"
|
|
4571
|
+
]
|
|
4572
|
+
},
|
|
4573
|
+
"500": {
|
|
4574
|
+
"value": "#9a0066",
|
|
4575
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4576
|
+
"isSource": true,
|
|
4577
|
+
"original": {
|
|
4578
|
+
"value": "#9A0066"
|
|
4579
|
+
},
|
|
4580
|
+
"name": "color-dark-mode-brand-accent-500",
|
|
4581
|
+
"attributes": {
|
|
4582
|
+
"category": "color",
|
|
4583
|
+
"type": "dark-mode",
|
|
4584
|
+
"item": "brand",
|
|
4585
|
+
"subitem": "accent",
|
|
4586
|
+
"state": "500"
|
|
4587
|
+
},
|
|
4588
|
+
"path": [
|
|
4589
|
+
"color",
|
|
4590
|
+
"dark-mode",
|
|
4591
|
+
"brand",
|
|
4592
|
+
"accent",
|
|
4593
|
+
"500"
|
|
4594
|
+
]
|
|
4595
|
+
},
|
|
4596
|
+
"600": {
|
|
4597
|
+
"value": "#560039",
|
|
4598
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4599
|
+
"isSource": true,
|
|
4600
|
+
"original": {
|
|
4601
|
+
"value": "#560039"
|
|
4602
|
+
},
|
|
4603
|
+
"name": "color-dark-mode-brand-accent-600",
|
|
4604
|
+
"attributes": {
|
|
4605
|
+
"category": "color",
|
|
4606
|
+
"type": "dark-mode",
|
|
4607
|
+
"item": "brand",
|
|
4608
|
+
"subitem": "accent",
|
|
4609
|
+
"state": "600"
|
|
4610
|
+
},
|
|
4611
|
+
"path": [
|
|
4612
|
+
"color",
|
|
4613
|
+
"dark-mode",
|
|
4614
|
+
"brand",
|
|
4615
|
+
"accent",
|
|
4616
|
+
"600"
|
|
4617
|
+
]
|
|
4618
|
+
},
|
|
4619
|
+
"default": {
|
|
4620
|
+
"value": "#de0093",
|
|
4621
|
+
"public": true,
|
|
4622
|
+
"isReferenceToInternal": true,
|
|
4623
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4624
|
+
"isSource": true,
|
|
4625
|
+
"original": {
|
|
4626
|
+
"value": "{color.dark-mode.brand.accent.400.value}",
|
|
4627
|
+
"public": true,
|
|
4628
|
+
"isReferenceToInternal": true
|
|
4629
|
+
},
|
|
4630
|
+
"name": "color-dark-mode-brand-accent-default",
|
|
4631
|
+
"attributes": {
|
|
4632
|
+
"category": "color",
|
|
4633
|
+
"type": "dark-mode",
|
|
4634
|
+
"item": "brand",
|
|
4635
|
+
"subitem": "accent",
|
|
4636
|
+
"state": "default"
|
|
4637
|
+
},
|
|
4638
|
+
"path": [
|
|
4639
|
+
"color",
|
|
4640
|
+
"dark-mode",
|
|
4641
|
+
"brand",
|
|
4642
|
+
"accent",
|
|
4643
|
+
"default"
|
|
4644
|
+
]
|
|
4645
|
+
}
|
|
4646
|
+
}
|
|
4647
|
+
},
|
|
4648
|
+
"admin": {
|
|
4649
|
+
"100": {
|
|
4650
|
+
"value": "#f7f1ff",
|
|
4651
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4652
|
+
"isSource": true,
|
|
4653
|
+
"original": {
|
|
4654
|
+
"value": "#F7F1FF"
|
|
4655
|
+
},
|
|
4656
|
+
"name": "color-dark-mode-admin-100",
|
|
4657
|
+
"attributes": {
|
|
4658
|
+
"category": "color",
|
|
4659
|
+
"type": "dark-mode",
|
|
4660
|
+
"item": "admin",
|
|
4661
|
+
"subitem": "100"
|
|
4662
|
+
},
|
|
4663
|
+
"path": [
|
|
4664
|
+
"color",
|
|
4665
|
+
"dark-mode",
|
|
4666
|
+
"admin",
|
|
4667
|
+
"100"
|
|
4668
|
+
]
|
|
4669
|
+
},
|
|
4670
|
+
"200": {
|
|
4671
|
+
"value": "#6a1d85",
|
|
4672
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
4673
|
+
"isSource": true,
|
|
4674
|
+
"original": {
|
|
4675
|
+
"value": "#6A1D85"
|
|
4676
|
+
},
|
|
4677
|
+
"name": "color-dark-mode-admin-200",
|
|
4678
|
+
"attributes": {
|
|
4679
|
+
"category": "color",
|
|
4680
|
+
"type": "dark-mode",
|
|
4681
|
+
"item": "admin",
|
|
4682
|
+
"subitem": "200"
|
|
4683
|
+
},
|
|
4684
|
+
"path": [
|
|
4685
|
+
"color",
|
|
4686
|
+
"dark-mode",
|
|
4687
|
+
"admin",
|
|
4688
|
+
"200"
|
|
4689
|
+
]
|
|
4690
|
+
},
|
|
4691
|
+
"300": {
|
|
4692
|
+
"value": "#451157",
|
|
4018
4693
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
4019
4694
|
"isSource": true,
|
|
4020
4695
|
"original": {
|
|
@@ -5106,199 +5781,6 @@
|
|
|
5106
5781
|
}
|
|
5107
5782
|
},
|
|
5108
5783
|
"light-mode": {
|
|
5109
|
-
"background": {
|
|
5110
|
-
"default": {
|
|
5111
|
-
"value": "#ffffff",
|
|
5112
|
-
"public": true,
|
|
5113
|
-
"isReferenceToInternal": true,
|
|
5114
|
-
"filePath": "tokens/color/alias/defaults.light.json",
|
|
5115
|
-
"isSource": true,
|
|
5116
|
-
"original": {
|
|
5117
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
5118
|
-
"public": true,
|
|
5119
|
-
"isReferenceToInternal": true
|
|
5120
|
-
},
|
|
5121
|
-
"name": "color-light-mode-background-default",
|
|
5122
|
-
"attributes": {
|
|
5123
|
-
"category": "color",
|
|
5124
|
-
"type": "light-mode",
|
|
5125
|
-
"item": "background",
|
|
5126
|
-
"subitem": "default"
|
|
5127
|
-
},
|
|
5128
|
-
"path": [
|
|
5129
|
-
"color",
|
|
5130
|
-
"light-mode",
|
|
5131
|
-
"background",
|
|
5132
|
-
"default"
|
|
5133
|
-
]
|
|
5134
|
-
}
|
|
5135
|
-
},
|
|
5136
|
-
"border": {
|
|
5137
|
-
"default": {
|
|
5138
|
-
"value": "#cfcfd3",
|
|
5139
|
-
"public": true,
|
|
5140
|
-
"isReferenceToInternal": true,
|
|
5141
|
-
"filePath": "tokens/color/alias/defaults.light.json",
|
|
5142
|
-
"isSource": true,
|
|
5143
|
-
"original": {
|
|
5144
|
-
"value": "{color.light-mode.neutral.100.value}",
|
|
5145
|
-
"public": true,
|
|
5146
|
-
"isReferenceToInternal": true
|
|
5147
|
-
},
|
|
5148
|
-
"name": "color-light-mode-border-default",
|
|
5149
|
-
"attributes": {
|
|
5150
|
-
"category": "color",
|
|
5151
|
-
"type": "light-mode",
|
|
5152
|
-
"item": "border",
|
|
5153
|
-
"subitem": "default"
|
|
5154
|
-
},
|
|
5155
|
-
"path": [
|
|
5156
|
-
"color",
|
|
5157
|
-
"light-mode",
|
|
5158
|
-
"border",
|
|
5159
|
-
"default"
|
|
5160
|
-
]
|
|
5161
|
-
}
|
|
5162
|
-
},
|
|
5163
|
-
"foreground": {
|
|
5164
|
-
"default": {
|
|
5165
|
-
"value": "#23232d",
|
|
5166
|
-
"public": true,
|
|
5167
|
-
"isReferenceToInternal": true,
|
|
5168
|
-
"filePath": "tokens/color/alias/defaults.light.json",
|
|
5169
|
-
"isSource": true,
|
|
5170
|
-
"original": {
|
|
5171
|
-
"value": "{color.light-mode.neutral.700.value}",
|
|
5172
|
-
"public": true,
|
|
5173
|
-
"isReferenceToInternal": true
|
|
5174
|
-
},
|
|
5175
|
-
"name": "color-light-mode-foreground-default",
|
|
5176
|
-
"attributes": {
|
|
5177
|
-
"category": "color",
|
|
5178
|
-
"type": "light-mode",
|
|
5179
|
-
"item": "foreground",
|
|
5180
|
-
"subitem": "default"
|
|
5181
|
-
},
|
|
5182
|
-
"path": [
|
|
5183
|
-
"color",
|
|
5184
|
-
"light-mode",
|
|
5185
|
-
"foreground",
|
|
5186
|
-
"default"
|
|
5187
|
-
]
|
|
5188
|
-
}
|
|
5189
|
-
},
|
|
5190
|
-
"input": {
|
|
5191
|
-
"background": {
|
|
5192
|
-
"default": {
|
|
5193
|
-
"value": "#ffffff",
|
|
5194
|
-
"public": true,
|
|
5195
|
-
"isReferenceToInternal": true,
|
|
5196
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5197
|
-
"isSource": true,
|
|
5198
|
-
"original": {
|
|
5199
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
5200
|
-
"public": true,
|
|
5201
|
-
"isReferenceToInternal": true
|
|
5202
|
-
},
|
|
5203
|
-
"name": "color-light-mode-input-background-default",
|
|
5204
|
-
"attributes": {
|
|
5205
|
-
"category": "color",
|
|
5206
|
-
"type": "light-mode",
|
|
5207
|
-
"item": "input",
|
|
5208
|
-
"subitem": "background",
|
|
5209
|
-
"state": "default"
|
|
5210
|
-
},
|
|
5211
|
-
"path": [
|
|
5212
|
-
"color",
|
|
5213
|
-
"light-mode",
|
|
5214
|
-
"input",
|
|
5215
|
-
"background",
|
|
5216
|
-
"default"
|
|
5217
|
-
]
|
|
5218
|
-
},
|
|
5219
|
-
"disabled": {
|
|
5220
|
-
"value": "#cfcfd3",
|
|
5221
|
-
"public": true,
|
|
5222
|
-
"isReferenceToInternal": true,
|
|
5223
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5224
|
-
"isSource": true,
|
|
5225
|
-
"original": {
|
|
5226
|
-
"value": "{color.light-mode.neutral.100.value}",
|
|
5227
|
-
"public": true,
|
|
5228
|
-
"isReferenceToInternal": true
|
|
5229
|
-
},
|
|
5230
|
-
"name": "color-light-mode-input-background-disabled",
|
|
5231
|
-
"attributes": {
|
|
5232
|
-
"category": "color",
|
|
5233
|
-
"type": "light-mode",
|
|
5234
|
-
"item": "input",
|
|
5235
|
-
"subitem": "background",
|
|
5236
|
-
"state": "disabled"
|
|
5237
|
-
},
|
|
5238
|
-
"path": [
|
|
5239
|
-
"color",
|
|
5240
|
-
"light-mode",
|
|
5241
|
-
"input",
|
|
5242
|
-
"background",
|
|
5243
|
-
"disabled"
|
|
5244
|
-
]
|
|
5245
|
-
}
|
|
5246
|
-
},
|
|
5247
|
-
"border": {
|
|
5248
|
-
"default": {
|
|
5249
|
-
"value": "#cfcfd3",
|
|
5250
|
-
"public": true,
|
|
5251
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5252
|
-
"isSource": true,
|
|
5253
|
-
"original": {
|
|
5254
|
-
"value": "{color.light-mode.border.default}",
|
|
5255
|
-
"public": true
|
|
5256
|
-
},
|
|
5257
|
-
"name": "color-light-mode-input-border-default",
|
|
5258
|
-
"attributes": {
|
|
5259
|
-
"category": "color",
|
|
5260
|
-
"type": "light-mode",
|
|
5261
|
-
"item": "input",
|
|
5262
|
-
"subitem": "border",
|
|
5263
|
-
"state": "default"
|
|
5264
|
-
},
|
|
5265
|
-
"path": [
|
|
5266
|
-
"color",
|
|
5267
|
-
"light-mode",
|
|
5268
|
-
"input",
|
|
5269
|
-
"border",
|
|
5270
|
-
"default"
|
|
5271
|
-
]
|
|
5272
|
-
},
|
|
5273
|
-
"disabled": {
|
|
5274
|
-
"value": "#aeaeb6",
|
|
5275
|
-
"public": true,
|
|
5276
|
-
"isReferenceToInternal": true,
|
|
5277
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5278
|
-
"isSource": true,
|
|
5279
|
-
"original": {
|
|
5280
|
-
"value": "{color.light-mode.neutral.200.value}",
|
|
5281
|
-
"public": true,
|
|
5282
|
-
"isReferenceToInternal": true
|
|
5283
|
-
},
|
|
5284
|
-
"name": "color-light-mode-input-border-disabled",
|
|
5285
|
-
"attributes": {
|
|
5286
|
-
"category": "color",
|
|
5287
|
-
"type": "light-mode",
|
|
5288
|
-
"item": "input",
|
|
5289
|
-
"subitem": "border",
|
|
5290
|
-
"state": "disabled"
|
|
5291
|
-
},
|
|
5292
|
-
"path": [
|
|
5293
|
-
"color",
|
|
5294
|
-
"light-mode",
|
|
5295
|
-
"input",
|
|
5296
|
-
"border",
|
|
5297
|
-
"disabled"
|
|
5298
|
-
]
|
|
5299
|
-
}
|
|
5300
|
-
}
|
|
5301
|
-
},
|
|
5302
5784
|
"button": {
|
|
5303
5785
|
"primary": {
|
|
5304
5786
|
"background": {
|
|
@@ -5306,7 +5788,7 @@
|
|
|
5306
5788
|
"value": "#3017a1",
|
|
5307
5789
|
"public": true,
|
|
5308
5790
|
"isReferenceToInternal": true,
|
|
5309
|
-
"filePath": "tokens/color/alias/
|
|
5791
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5310
5792
|
"isSource": true,
|
|
5311
5793
|
"original": {
|
|
5312
5794
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5331,10 +5813,10 @@
|
|
|
5331
5813
|
]
|
|
5332
5814
|
},
|
|
5333
5815
|
"hover": {
|
|
5334
|
-
"value": "#
|
|
5816
|
+
"value": "#5f41e5",
|
|
5335
5817
|
"public": true,
|
|
5336
5818
|
"isReferenceToInternal": true,
|
|
5337
|
-
"filePath": "tokens/color/alias/
|
|
5819
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5338
5820
|
"isSource": true,
|
|
5339
5821
|
"original": {
|
|
5340
5822
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
@@ -5362,7 +5844,7 @@
|
|
|
5362
5844
|
"value": "#11005d",
|
|
5363
5845
|
"public": true,
|
|
5364
5846
|
"isReferenceToInternal": true,
|
|
5365
|
-
"filePath": "tokens/color/alias/
|
|
5847
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5366
5848
|
"isSource": true,
|
|
5367
5849
|
"original": {
|
|
5368
5850
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
@@ -5392,7 +5874,7 @@
|
|
|
5392
5874
|
"value": "#3017a1",
|
|
5393
5875
|
"public": true,
|
|
5394
5876
|
"isReferenceToInternal": true,
|
|
5395
|
-
"filePath": "tokens/color/alias/
|
|
5877
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5396
5878
|
"isSource": true,
|
|
5397
5879
|
"original": {
|
|
5398
5880
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5417,10 +5899,10 @@
|
|
|
5417
5899
|
]
|
|
5418
5900
|
},
|
|
5419
5901
|
"hover": {
|
|
5420
|
-
"value": "#
|
|
5902
|
+
"value": "#5f41e5",
|
|
5421
5903
|
"public": true,
|
|
5422
5904
|
"isReferenceToInternal": true,
|
|
5423
|
-
"filePath": "tokens/color/alias/
|
|
5905
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5424
5906
|
"isSource": true,
|
|
5425
5907
|
"original": {
|
|
5426
5908
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
@@ -5448,7 +5930,7 @@
|
|
|
5448
5930
|
"value": "#11005d",
|
|
5449
5931
|
"public": true,
|
|
5450
5932
|
"isReferenceToInternal": true,
|
|
5451
|
-
"filePath": "tokens/color/alias/
|
|
5933
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5452
5934
|
"isSource": true,
|
|
5453
5935
|
"original": {
|
|
5454
5936
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
@@ -5478,7 +5960,7 @@
|
|
|
5478
5960
|
"value": "#ffffff",
|
|
5479
5961
|
"public": true,
|
|
5480
5962
|
"isReferenceToInternal": true,
|
|
5481
|
-
"filePath": "tokens/color/alias/
|
|
5963
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5482
5964
|
"isSource": true,
|
|
5483
5965
|
"original": {
|
|
5484
5966
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -5506,7 +5988,7 @@
|
|
|
5506
5988
|
"value": "#ffffff",
|
|
5507
5989
|
"public": true,
|
|
5508
5990
|
"isReferenceToInternal": true,
|
|
5509
|
-
"filePath": "tokens/color/alias/
|
|
5991
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5510
5992
|
"isSource": true,
|
|
5511
5993
|
"original": {
|
|
5512
5994
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -5534,7 +6016,7 @@
|
|
|
5534
6016
|
"value": "#ffffff",
|
|
5535
6017
|
"public": true,
|
|
5536
6018
|
"isReferenceToInternal": true,
|
|
5537
|
-
"filePath": "tokens/color/alias/
|
|
6019
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5538
6020
|
"isSource": true,
|
|
5539
6021
|
"original": {
|
|
5540
6022
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -5565,7 +6047,7 @@
|
|
|
5565
6047
|
"default": {
|
|
5566
6048
|
"value": "rgba(0, 0, 0, 0)",
|
|
5567
6049
|
"public": true,
|
|
5568
|
-
"filePath": "tokens/color/alias/
|
|
6050
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5569
6051
|
"isSource": true,
|
|
5570
6052
|
"original": {
|
|
5571
6053
|
"value": "transparent",
|
|
@@ -5592,7 +6074,7 @@
|
|
|
5592
6074
|
"value": "#f0ecff",
|
|
5593
6075
|
"public": true,
|
|
5594
6076
|
"isReferenceToInternal": true,
|
|
5595
|
-
"filePath": "tokens/color/alias/
|
|
6077
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5596
6078
|
"isSource": true,
|
|
5597
6079
|
"original": {
|
|
5598
6080
|
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
@@ -5617,13 +6099,13 @@
|
|
|
5617
6099
|
]
|
|
5618
6100
|
},
|
|
5619
6101
|
"active": {
|
|
5620
|
-
"value": "#
|
|
6102
|
+
"value": "#e5dbff",
|
|
5621
6103
|
"public": true,
|
|
5622
6104
|
"isReferenceToInternal": true,
|
|
5623
|
-
"filePath": "tokens/color/alias/
|
|
6105
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5624
6106
|
"isSource": true,
|
|
5625
6107
|
"original": {
|
|
5626
|
-
"value": "{color.light-mode.
|
|
6108
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
5627
6109
|
"public": true,
|
|
5628
6110
|
"isReferenceToInternal": true
|
|
5629
6111
|
},
|
|
@@ -5650,7 +6132,7 @@
|
|
|
5650
6132
|
"value": "#3017a1",
|
|
5651
6133
|
"public": true,
|
|
5652
6134
|
"isReferenceToInternal": true,
|
|
5653
|
-
"filePath": "tokens/color/alias/
|
|
6135
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5654
6136
|
"isSource": true,
|
|
5655
6137
|
"original": {
|
|
5656
6138
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5675,10 +6157,10 @@
|
|
|
5675
6157
|
]
|
|
5676
6158
|
},
|
|
5677
6159
|
"hover": {
|
|
5678
|
-
"value": "#
|
|
6160
|
+
"value": "#5f41e5",
|
|
5679
6161
|
"public": true,
|
|
5680
6162
|
"isReferenceToInternal": true,
|
|
5681
|
-
"filePath": "tokens/color/alias/
|
|
6163
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5682
6164
|
"isSource": true,
|
|
5683
6165
|
"original": {
|
|
5684
6166
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
@@ -5706,7 +6188,7 @@
|
|
|
5706
6188
|
"value": "#11005d",
|
|
5707
6189
|
"public": true,
|
|
5708
6190
|
"isReferenceToInternal": true,
|
|
5709
|
-
"filePath": "tokens/color/alias/
|
|
6191
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5710
6192
|
"isSource": true,
|
|
5711
6193
|
"original": {
|
|
5712
6194
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
@@ -5736,7 +6218,7 @@
|
|
|
5736
6218
|
"value": "#3017a1",
|
|
5737
6219
|
"public": true,
|
|
5738
6220
|
"isReferenceToInternal": true,
|
|
5739
|
-
"filePath": "tokens/color/alias/
|
|
6221
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5740
6222
|
"isSource": true,
|
|
5741
6223
|
"original": {
|
|
5742
6224
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5764,7 +6246,7 @@
|
|
|
5764
6246
|
"value": "#3017a1",
|
|
5765
6247
|
"public": true,
|
|
5766
6248
|
"isReferenceToInternal": true,
|
|
5767
|
-
"filePath": "tokens/color/alias/
|
|
6249
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5768
6250
|
"isSource": true,
|
|
5769
6251
|
"original": {
|
|
5770
6252
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5792,7 +6274,7 @@
|
|
|
5792
6274
|
"value": "#11005d",
|
|
5793
6275
|
"public": true,
|
|
5794
6276
|
"isReferenceToInternal": true,
|
|
5795
|
-
"filePath": "tokens/color/alias/
|
|
6277
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5796
6278
|
"isSource": true,
|
|
5797
6279
|
"original": {
|
|
5798
6280
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
@@ -5823,7 +6305,7 @@
|
|
|
5823
6305
|
"default": {
|
|
5824
6306
|
"value": "rgba(0, 0, 0, 0)",
|
|
5825
6307
|
"public": true,
|
|
5826
|
-
"filePath": "tokens/color/alias/
|
|
6308
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5827
6309
|
"isSource": true,
|
|
5828
6310
|
"original": {
|
|
5829
6311
|
"value": "transparent",
|
|
@@ -5850,7 +6332,7 @@
|
|
|
5850
6332
|
"value": "#f0ecff",
|
|
5851
6333
|
"public": true,
|
|
5852
6334
|
"isReferenceToInternal": true,
|
|
5853
|
-
"filePath": "tokens/color/alias/
|
|
6335
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5854
6336
|
"isSource": true,
|
|
5855
6337
|
"original": {
|
|
5856
6338
|
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
@@ -5875,13 +6357,13 @@
|
|
|
5875
6357
|
]
|
|
5876
6358
|
},
|
|
5877
6359
|
"active": {
|
|
5878
|
-
"value": "#
|
|
6360
|
+
"value": "#e5dbff",
|
|
5879
6361
|
"public": true,
|
|
5880
6362
|
"isReferenceToInternal": true,
|
|
5881
|
-
"filePath": "tokens/color/alias/
|
|
6363
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5882
6364
|
"isSource": true,
|
|
5883
6365
|
"original": {
|
|
5884
|
-
"value": "{color.light-mode.
|
|
6366
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
5885
6367
|
"public": true,
|
|
5886
6368
|
"isReferenceToInternal": true
|
|
5887
6369
|
},
|
|
@@ -5907,7 +6389,7 @@
|
|
|
5907
6389
|
"default": {
|
|
5908
6390
|
"value": "rgba(0, 0, 0, 0)",
|
|
5909
6391
|
"public": true,
|
|
5910
|
-
"filePath": "tokens/color/alias/
|
|
6392
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5911
6393
|
"isSource": true,
|
|
5912
6394
|
"original": {
|
|
5913
6395
|
"value": "transparent",
|
|
@@ -5936,7 +6418,7 @@
|
|
|
5936
6418
|
"value": "#3017a1",
|
|
5937
6419
|
"public": true,
|
|
5938
6420
|
"isReferenceToInternal": true,
|
|
5939
|
-
"filePath": "tokens/color/alias/
|
|
6421
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5940
6422
|
"isSource": true,
|
|
5941
6423
|
"original": {
|
|
5942
6424
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5964,7 +6446,7 @@
|
|
|
5964
6446
|
"value": "#3017a1",
|
|
5965
6447
|
"public": true,
|
|
5966
6448
|
"isReferenceToInternal": true,
|
|
5967
|
-
"filePath": "tokens/color/alias/
|
|
6449
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5968
6450
|
"isSource": true,
|
|
5969
6451
|
"original": {
|
|
5970
6452
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
@@ -5992,7 +6474,7 @@
|
|
|
5992
6474
|
"value": "#11005d",
|
|
5993
6475
|
"public": true,
|
|
5994
6476
|
"isReferenceToInternal": true,
|
|
5995
|
-
"filePath": "tokens/color/alias/
|
|
6477
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
5996
6478
|
"isSource": true,
|
|
5997
6479
|
"original": {
|
|
5998
6480
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
@@ -6024,7 +6506,7 @@
|
|
|
6024
6506
|
"value": "#ffdc28",
|
|
6025
6507
|
"public": true,
|
|
6026
6508
|
"isReferenceToInternal": true,
|
|
6027
|
-
"filePath": "tokens/color/alias/
|
|
6509
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6028
6510
|
"isSource": true,
|
|
6029
6511
|
"original": {
|
|
6030
6512
|
"value": "{color.light-mode.brand.primary.400.value}",
|
|
@@ -6052,7 +6534,7 @@
|
|
|
6052
6534
|
"value": "#ffe668",
|
|
6053
6535
|
"public": true,
|
|
6054
6536
|
"isReferenceToInternal": true,
|
|
6055
|
-
"filePath": "tokens/color/alias/
|
|
6537
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6056
6538
|
"isSource": true,
|
|
6057
6539
|
"original": {
|
|
6058
6540
|
"value": "{color.light-mode.brand.primary.300.value}",
|
|
@@ -6080,7 +6562,7 @@
|
|
|
6080
6562
|
"value": "#ddbd16",
|
|
6081
6563
|
"public": true,
|
|
6082
6564
|
"isReferenceToInternal": true,
|
|
6083
|
-
"filePath": "tokens/color/alias/
|
|
6565
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6084
6566
|
"isSource": true,
|
|
6085
6567
|
"original": {
|
|
6086
6568
|
"value": "{color.light-mode.brand.primary.500.value}",
|
|
@@ -6110,7 +6592,7 @@
|
|
|
6110
6592
|
"value": "#ffdc28",
|
|
6111
6593
|
"public": true,
|
|
6112
6594
|
"isReferenceToInternal": true,
|
|
6113
|
-
"filePath": "tokens/color/alias/
|
|
6595
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6114
6596
|
"isSource": true,
|
|
6115
6597
|
"original": {
|
|
6116
6598
|
"value": "{color.light-mode.brand.primary.400.value}",
|
|
@@ -6138,7 +6620,7 @@
|
|
|
6138
6620
|
"value": "#ffe668",
|
|
6139
6621
|
"public": true,
|
|
6140
6622
|
"isReferenceToInternal": true,
|
|
6141
|
-
"filePath": "tokens/color/alias/
|
|
6623
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6142
6624
|
"isSource": true,
|
|
6143
6625
|
"original": {
|
|
6144
6626
|
"value": "{color.light-mode.brand.primary.300.value}",
|
|
@@ -6166,7 +6648,7 @@
|
|
|
6166
6648
|
"value": "#ddbd16",
|
|
6167
6649
|
"public": true,
|
|
6168
6650
|
"isReferenceToInternal": true,
|
|
6169
|
-
"filePath": "tokens/color/alias/
|
|
6651
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6170
6652
|
"isSource": true,
|
|
6171
6653
|
"original": {
|
|
6172
6654
|
"value": "{color.light-mode.brand.primary.500.value}",
|
|
@@ -6196,7 +6678,7 @@
|
|
|
6196
6678
|
"value": "#23232d",
|
|
6197
6679
|
"public": true,
|
|
6198
6680
|
"isReferenceToInternal": true,
|
|
6199
|
-
"filePath": "tokens/color/alias/
|
|
6681
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6200
6682
|
"isSource": true,
|
|
6201
6683
|
"original": {
|
|
6202
6684
|
"value": "{color.light-mode.neutral.700.value}",
|
|
@@ -6224,7 +6706,7 @@
|
|
|
6224
6706
|
"value": "#23232d",
|
|
6225
6707
|
"public": true,
|
|
6226
6708
|
"isReferenceToInternal": true,
|
|
6227
|
-
"filePath": "tokens/color/alias/
|
|
6709
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6228
6710
|
"isSource": true,
|
|
6229
6711
|
"original": {
|
|
6230
6712
|
"value": "{color.light-mode.neutral.700.value}",
|
|
@@ -6252,7 +6734,7 @@
|
|
|
6252
6734
|
"value": "#23232d",
|
|
6253
6735
|
"public": true,
|
|
6254
6736
|
"isReferenceToInternal": true,
|
|
6255
|
-
"filePath": "tokens/color/alias/
|
|
6737
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6256
6738
|
"isSource": true,
|
|
6257
6739
|
"original": {
|
|
6258
6740
|
"value": "{color.light-mode.neutral.700.value}",
|
|
@@ -6284,7 +6766,7 @@
|
|
|
6284
6766
|
"value": "#d61f1f",
|
|
6285
6767
|
"public": true,
|
|
6286
6768
|
"isReferenceToInternal": true,
|
|
6287
|
-
"filePath": "tokens/color/alias/
|
|
6769
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6288
6770
|
"isSource": true,
|
|
6289
6771
|
"original": {
|
|
6290
6772
|
"value": "{color.light-mode.semantic.error.400.value}",
|
|
@@ -6312,7 +6794,7 @@
|
|
|
6312
6794
|
"value": "#f83333",
|
|
6313
6795
|
"public": true,
|
|
6314
6796
|
"isReferenceToInternal": true,
|
|
6315
|
-
"filePath": "tokens/color/alias/
|
|
6797
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6316
6798
|
"isSource": true,
|
|
6317
6799
|
"original": {
|
|
6318
6800
|
"value": "{color.light-mode.semantic.error.300.value}",
|
|
@@ -6340,7 +6822,7 @@
|
|
|
6340
6822
|
"value": "#700000",
|
|
6341
6823
|
"public": true,
|
|
6342
6824
|
"isReferenceToInternal": true,
|
|
6343
|
-
"filePath": "tokens/color/alias/
|
|
6825
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6344
6826
|
"isSource": true,
|
|
6345
6827
|
"original": {
|
|
6346
6828
|
"value": "{color.light-mode.semantic.error.500.value}",
|
|
@@ -6370,7 +6852,7 @@
|
|
|
6370
6852
|
"value": "#d61f1f",
|
|
6371
6853
|
"public": true,
|
|
6372
6854
|
"isReferenceToInternal": true,
|
|
6373
|
-
"filePath": "tokens/color/alias/
|
|
6855
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6374
6856
|
"isSource": true,
|
|
6375
6857
|
"original": {
|
|
6376
6858
|
"value": "{color.light-mode.semantic.error.400.value}",
|
|
@@ -6398,7 +6880,7 @@
|
|
|
6398
6880
|
"value": "#f83333",
|
|
6399
6881
|
"public": true,
|
|
6400
6882
|
"isReferenceToInternal": true,
|
|
6401
|
-
"filePath": "tokens/color/alias/
|
|
6883
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6402
6884
|
"isSource": true,
|
|
6403
6885
|
"original": {
|
|
6404
6886
|
"value": "{color.light-mode.semantic.error.300.value}",
|
|
@@ -6426,7 +6908,7 @@
|
|
|
6426
6908
|
"value": "#700000",
|
|
6427
6909
|
"public": true,
|
|
6428
6910
|
"isReferenceToInternal": true,
|
|
6429
|
-
"filePath": "tokens/color/alias/
|
|
6911
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6430
6912
|
"isSource": true,
|
|
6431
6913
|
"original": {
|
|
6432
6914
|
"value": "{color.light-mode.semantic.error.500.value}",
|
|
@@ -6452,90 +6934,526 @@
|
|
|
6452
6934
|
}
|
|
6453
6935
|
},
|
|
6454
6936
|
"foreground": {
|
|
6455
|
-
"default": {
|
|
6456
|
-
"value": "#ffffff",
|
|
6937
|
+
"default": {
|
|
6938
|
+
"value": "#ffffff",
|
|
6939
|
+
"public": true,
|
|
6940
|
+
"isReferenceToInternal": true,
|
|
6941
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6942
|
+
"isSource": true,
|
|
6943
|
+
"original": {
|
|
6944
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
6945
|
+
"public": true,
|
|
6946
|
+
"isReferenceToInternal": true
|
|
6947
|
+
},
|
|
6948
|
+
"name": "color-light-mode-button-critical-foreground-default",
|
|
6949
|
+
"attributes": {
|
|
6950
|
+
"category": "color",
|
|
6951
|
+
"type": "light-mode",
|
|
6952
|
+
"item": "button",
|
|
6953
|
+
"subitem": "critical",
|
|
6954
|
+
"state": "foreground"
|
|
6955
|
+
},
|
|
6956
|
+
"path": [
|
|
6957
|
+
"color",
|
|
6958
|
+
"light-mode",
|
|
6959
|
+
"button",
|
|
6960
|
+
"critical",
|
|
6961
|
+
"foreground",
|
|
6962
|
+
"default"
|
|
6963
|
+
]
|
|
6964
|
+
},
|
|
6965
|
+
"hover": {
|
|
6966
|
+
"value": "#ffffff",
|
|
6967
|
+
"public": true,
|
|
6968
|
+
"isReferenceToInternal": true,
|
|
6969
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6970
|
+
"isSource": true,
|
|
6971
|
+
"original": {
|
|
6972
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
6973
|
+
"public": true,
|
|
6974
|
+
"isReferenceToInternal": true
|
|
6975
|
+
},
|
|
6976
|
+
"name": "color-light-mode-button-critical-foreground-hover",
|
|
6977
|
+
"attributes": {
|
|
6978
|
+
"category": "color",
|
|
6979
|
+
"type": "light-mode",
|
|
6980
|
+
"item": "button",
|
|
6981
|
+
"subitem": "critical",
|
|
6982
|
+
"state": "foreground"
|
|
6983
|
+
},
|
|
6984
|
+
"path": [
|
|
6985
|
+
"color",
|
|
6986
|
+
"light-mode",
|
|
6987
|
+
"button",
|
|
6988
|
+
"critical",
|
|
6989
|
+
"foreground",
|
|
6990
|
+
"hover"
|
|
6991
|
+
]
|
|
6992
|
+
},
|
|
6993
|
+
"active": {
|
|
6994
|
+
"value": "#ffffff",
|
|
6995
|
+
"public": true,
|
|
6996
|
+
"isReferenceToInternal": true,
|
|
6997
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
6998
|
+
"isSource": true,
|
|
6999
|
+
"original": {
|
|
7000
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
7001
|
+
"public": true,
|
|
7002
|
+
"isReferenceToInternal": true
|
|
7003
|
+
},
|
|
7004
|
+
"name": "color-light-mode-button-critical-foreground-active",
|
|
7005
|
+
"attributes": {
|
|
7006
|
+
"category": "color",
|
|
7007
|
+
"type": "light-mode",
|
|
7008
|
+
"item": "button",
|
|
7009
|
+
"subitem": "critical",
|
|
7010
|
+
"state": "foreground"
|
|
7011
|
+
},
|
|
7012
|
+
"path": [
|
|
7013
|
+
"color",
|
|
7014
|
+
"light-mode",
|
|
7015
|
+
"button",
|
|
7016
|
+
"critical",
|
|
7017
|
+
"foreground",
|
|
7018
|
+
"active"
|
|
7019
|
+
]
|
|
7020
|
+
}
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
},
|
|
7024
|
+
"background": {
|
|
7025
|
+
"default": {
|
|
7026
|
+
"value": "#ffffff",
|
|
7027
|
+
"public": true,
|
|
7028
|
+
"isReferenceToInternal": true,
|
|
7029
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7030
|
+
"isSource": true,
|
|
7031
|
+
"original": {
|
|
7032
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
7033
|
+
"public": true,
|
|
7034
|
+
"isReferenceToInternal": true
|
|
7035
|
+
},
|
|
7036
|
+
"name": "color-light-mode-background-default",
|
|
7037
|
+
"attributes": {
|
|
7038
|
+
"category": "color",
|
|
7039
|
+
"type": "light-mode",
|
|
7040
|
+
"item": "background",
|
|
7041
|
+
"subitem": "default"
|
|
7042
|
+
},
|
|
7043
|
+
"path": [
|
|
7044
|
+
"color",
|
|
7045
|
+
"light-mode",
|
|
7046
|
+
"background",
|
|
7047
|
+
"default"
|
|
7048
|
+
]
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
"border": {
|
|
7052
|
+
"default": {
|
|
7053
|
+
"value": "#cfcfd3",
|
|
7054
|
+
"public": true,
|
|
7055
|
+
"isReferenceToInternal": true,
|
|
7056
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7057
|
+
"isSource": true,
|
|
7058
|
+
"original": {
|
|
7059
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
7060
|
+
"public": true,
|
|
7061
|
+
"isReferenceToInternal": true
|
|
7062
|
+
},
|
|
7063
|
+
"name": "color-light-mode-border-default",
|
|
7064
|
+
"attributes": {
|
|
7065
|
+
"category": "color",
|
|
7066
|
+
"type": "light-mode",
|
|
7067
|
+
"item": "border",
|
|
7068
|
+
"subitem": "default"
|
|
7069
|
+
},
|
|
7070
|
+
"path": [
|
|
7071
|
+
"color",
|
|
7072
|
+
"light-mode",
|
|
7073
|
+
"border",
|
|
7074
|
+
"default"
|
|
7075
|
+
]
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"foreground": {
|
|
7079
|
+
"default": {
|
|
7080
|
+
"value": "#23232d",
|
|
7081
|
+
"public": true,
|
|
7082
|
+
"isReferenceToInternal": true,
|
|
7083
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7084
|
+
"isSource": true,
|
|
7085
|
+
"original": {
|
|
7086
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
7087
|
+
"public": true,
|
|
7088
|
+
"isReferenceToInternal": true
|
|
7089
|
+
},
|
|
7090
|
+
"name": "color-light-mode-foreground-default",
|
|
7091
|
+
"attributes": {
|
|
7092
|
+
"category": "color",
|
|
7093
|
+
"type": "light-mode",
|
|
7094
|
+
"item": "foreground",
|
|
7095
|
+
"subitem": "default"
|
|
7096
|
+
},
|
|
7097
|
+
"path": [
|
|
7098
|
+
"color",
|
|
7099
|
+
"light-mode",
|
|
7100
|
+
"foreground",
|
|
7101
|
+
"default"
|
|
7102
|
+
]
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7105
|
+
"input": {
|
|
7106
|
+
"background": {
|
|
7107
|
+
"default": {
|
|
7108
|
+
"value": "#ffffff",
|
|
7109
|
+
"public": true,
|
|
7110
|
+
"isReferenceToInternal": true,
|
|
7111
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7112
|
+
"isSource": true,
|
|
7113
|
+
"original": {
|
|
7114
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
7115
|
+
"public": true,
|
|
7116
|
+
"isReferenceToInternal": true
|
|
7117
|
+
},
|
|
7118
|
+
"name": "color-light-mode-input-background-default",
|
|
7119
|
+
"attributes": {
|
|
7120
|
+
"category": "color",
|
|
7121
|
+
"type": "light-mode",
|
|
7122
|
+
"item": "input",
|
|
7123
|
+
"subitem": "background",
|
|
7124
|
+
"state": "default"
|
|
7125
|
+
},
|
|
7126
|
+
"path": [
|
|
7127
|
+
"color",
|
|
7128
|
+
"light-mode",
|
|
7129
|
+
"input",
|
|
7130
|
+
"background",
|
|
7131
|
+
"default"
|
|
7132
|
+
]
|
|
7133
|
+
},
|
|
7134
|
+
"hover": {
|
|
7135
|
+
"value": "#f0ecff",
|
|
7136
|
+
"public": true,
|
|
7137
|
+
"isReferenceToInternal": true,
|
|
7138
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7139
|
+
"isSource": true,
|
|
7140
|
+
"original": {
|
|
7141
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
7142
|
+
"public": true,
|
|
7143
|
+
"isReferenceToInternal": true
|
|
7144
|
+
},
|
|
7145
|
+
"name": "color-light-mode-input-background-hover",
|
|
7146
|
+
"attributes": {
|
|
7147
|
+
"category": "color",
|
|
7148
|
+
"type": "light-mode",
|
|
7149
|
+
"item": "input",
|
|
7150
|
+
"subitem": "background",
|
|
7151
|
+
"state": "hover"
|
|
7152
|
+
},
|
|
7153
|
+
"path": [
|
|
7154
|
+
"color",
|
|
7155
|
+
"light-mode",
|
|
7156
|
+
"input",
|
|
7157
|
+
"background",
|
|
7158
|
+
"hover"
|
|
7159
|
+
]
|
|
7160
|
+
},
|
|
7161
|
+
"critical": {
|
|
7162
|
+
"value": "#ffebeb",
|
|
7163
|
+
"public": true,
|
|
7164
|
+
"isReferenceToInternal": true,
|
|
7165
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7166
|
+
"isSource": true,
|
|
7167
|
+
"original": {
|
|
7168
|
+
"value": "{color.light-mode.semantic.error.100.value}",
|
|
7169
|
+
"public": true,
|
|
7170
|
+
"isReferenceToInternal": true
|
|
7171
|
+
},
|
|
7172
|
+
"name": "color-light-mode-input-background-critical",
|
|
7173
|
+
"attributes": {
|
|
7174
|
+
"category": "color",
|
|
7175
|
+
"type": "light-mode",
|
|
7176
|
+
"item": "input",
|
|
7177
|
+
"subitem": "background",
|
|
7178
|
+
"state": "critical"
|
|
7179
|
+
},
|
|
7180
|
+
"path": [
|
|
7181
|
+
"color",
|
|
7182
|
+
"light-mode",
|
|
7183
|
+
"input",
|
|
7184
|
+
"background",
|
|
7185
|
+
"critical"
|
|
7186
|
+
]
|
|
7187
|
+
}
|
|
7188
|
+
},
|
|
7189
|
+
"border": {
|
|
7190
|
+
"default": {
|
|
7191
|
+
"value": "#8f8f99",
|
|
7192
|
+
"public": true,
|
|
7193
|
+
"isReferenceToInternal": true,
|
|
7194
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7195
|
+
"isSource": true,
|
|
7196
|
+
"original": {
|
|
7197
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
7198
|
+
"public": true,
|
|
7199
|
+
"isReferenceToInternal": true
|
|
7200
|
+
},
|
|
7201
|
+
"name": "color-light-mode-input-border-default",
|
|
7202
|
+
"attributes": {
|
|
7203
|
+
"category": "color",
|
|
7204
|
+
"type": "light-mode",
|
|
7205
|
+
"item": "input",
|
|
7206
|
+
"subitem": "border",
|
|
7207
|
+
"state": "default"
|
|
7208
|
+
},
|
|
7209
|
+
"path": [
|
|
7210
|
+
"color",
|
|
7211
|
+
"light-mode",
|
|
7212
|
+
"input",
|
|
7213
|
+
"border",
|
|
7214
|
+
"default"
|
|
7215
|
+
]
|
|
7216
|
+
},
|
|
7217
|
+
"hover": {
|
|
7218
|
+
"value": "#0f62fe",
|
|
7219
|
+
"public": true,
|
|
7220
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7221
|
+
"isSource": true,
|
|
7222
|
+
"original": {
|
|
7223
|
+
"value": "{color.light-mode.interactive.focus.value}",
|
|
7224
|
+
"public": true
|
|
7225
|
+
},
|
|
7226
|
+
"name": "color-light-mode-input-border-hover",
|
|
7227
|
+
"attributes": {
|
|
7228
|
+
"category": "color",
|
|
7229
|
+
"type": "light-mode",
|
|
7230
|
+
"item": "input",
|
|
7231
|
+
"subitem": "border",
|
|
7232
|
+
"state": "hover"
|
|
7233
|
+
},
|
|
7234
|
+
"path": [
|
|
7235
|
+
"color",
|
|
7236
|
+
"light-mode",
|
|
7237
|
+
"input",
|
|
7238
|
+
"border",
|
|
7239
|
+
"hover"
|
|
7240
|
+
]
|
|
7241
|
+
},
|
|
7242
|
+
"success": {
|
|
7243
|
+
"value": "#1f845a",
|
|
7244
|
+
"public": true,
|
|
7245
|
+
"isReferenceToInternal": true,
|
|
7246
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7247
|
+
"isSource": true,
|
|
7248
|
+
"original": {
|
|
7249
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
7250
|
+
"public": true,
|
|
7251
|
+
"isReferenceToInternal": true
|
|
7252
|
+
},
|
|
7253
|
+
"name": "color-light-mode-input-border-success",
|
|
7254
|
+
"attributes": {
|
|
7255
|
+
"category": "color",
|
|
7256
|
+
"type": "light-mode",
|
|
7257
|
+
"item": "input",
|
|
7258
|
+
"subitem": "border",
|
|
7259
|
+
"state": "success"
|
|
7260
|
+
},
|
|
7261
|
+
"path": [
|
|
7262
|
+
"color",
|
|
7263
|
+
"light-mode",
|
|
7264
|
+
"input",
|
|
7265
|
+
"border",
|
|
7266
|
+
"success"
|
|
7267
|
+
]
|
|
7268
|
+
},
|
|
7269
|
+
"critical": {
|
|
7270
|
+
"value": "#d61f1f",
|
|
7271
|
+
"public": true,
|
|
7272
|
+
"isReferenceToInternal": true,
|
|
7273
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7274
|
+
"isSource": true,
|
|
7275
|
+
"original": {
|
|
7276
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
7277
|
+
"public": true,
|
|
7278
|
+
"isReferenceToInternal": true
|
|
7279
|
+
},
|
|
7280
|
+
"name": "color-light-mode-input-border-critical",
|
|
7281
|
+
"attributes": {
|
|
7282
|
+
"category": "color",
|
|
7283
|
+
"type": "light-mode",
|
|
7284
|
+
"item": "input",
|
|
7285
|
+
"subitem": "border",
|
|
7286
|
+
"state": "critical"
|
|
7287
|
+
},
|
|
7288
|
+
"path": [
|
|
7289
|
+
"color",
|
|
7290
|
+
"light-mode",
|
|
7291
|
+
"input",
|
|
7292
|
+
"border",
|
|
7293
|
+
"critical"
|
|
7294
|
+
]
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
7297
|
+
"foreground": {
|
|
7298
|
+
"default": {
|
|
7299
|
+
"value": "#23232d",
|
|
7300
|
+
"public": true,
|
|
7301
|
+
"isReferenceToInternal": true,
|
|
7302
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7303
|
+
"isSource": true,
|
|
7304
|
+
"original": {
|
|
7305
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
7306
|
+
"public": true,
|
|
7307
|
+
"isReferenceToInternal": true
|
|
7308
|
+
},
|
|
7309
|
+
"name": "color-light-mode-input-foreground-default",
|
|
7310
|
+
"attributes": {
|
|
7311
|
+
"category": "color",
|
|
7312
|
+
"type": "light-mode",
|
|
7313
|
+
"item": "input",
|
|
7314
|
+
"subitem": "foreground",
|
|
7315
|
+
"state": "default"
|
|
7316
|
+
},
|
|
7317
|
+
"path": [
|
|
7318
|
+
"color",
|
|
7319
|
+
"light-mode",
|
|
7320
|
+
"input",
|
|
7321
|
+
"foreground",
|
|
7322
|
+
"default"
|
|
7323
|
+
]
|
|
7324
|
+
},
|
|
7325
|
+
"success": {
|
|
7326
|
+
"value": "#1f845a",
|
|
7327
|
+
"public": true,
|
|
7328
|
+
"isReferenceToInternal": true,
|
|
7329
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7330
|
+
"isSource": true,
|
|
7331
|
+
"original": {
|
|
7332
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
7333
|
+
"public": true,
|
|
7334
|
+
"isReferenceToInternal": true
|
|
7335
|
+
},
|
|
7336
|
+
"name": "color-light-mode-input-foreground-success",
|
|
7337
|
+
"attributes": {
|
|
7338
|
+
"category": "color",
|
|
7339
|
+
"type": "light-mode",
|
|
7340
|
+
"item": "input",
|
|
7341
|
+
"subitem": "foreground",
|
|
7342
|
+
"state": "success"
|
|
7343
|
+
},
|
|
7344
|
+
"path": [
|
|
7345
|
+
"color",
|
|
7346
|
+
"light-mode",
|
|
7347
|
+
"input",
|
|
7348
|
+
"foreground",
|
|
7349
|
+
"success"
|
|
7350
|
+
]
|
|
7351
|
+
},
|
|
7352
|
+
"critical": {
|
|
7353
|
+
"value": "#d61f1f",
|
|
7354
|
+
"public": true,
|
|
7355
|
+
"isReferenceToInternal": true,
|
|
7356
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7357
|
+
"isSource": true,
|
|
7358
|
+
"original": {
|
|
7359
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
7360
|
+
"public": true,
|
|
7361
|
+
"isReferenceToInternal": true
|
|
7362
|
+
},
|
|
7363
|
+
"name": "color-light-mode-input-foreground-critical",
|
|
7364
|
+
"attributes": {
|
|
7365
|
+
"category": "color",
|
|
7366
|
+
"type": "light-mode",
|
|
7367
|
+
"item": "input",
|
|
7368
|
+
"subitem": "foreground",
|
|
7369
|
+
"state": "critical"
|
|
7370
|
+
},
|
|
7371
|
+
"path": [
|
|
7372
|
+
"color",
|
|
7373
|
+
"light-mode",
|
|
7374
|
+
"input",
|
|
7375
|
+
"foreground",
|
|
7376
|
+
"critical"
|
|
7377
|
+
]
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
7380
|
+
"placeholder-text": {
|
|
7381
|
+
"value": "#71717c",
|
|
7382
|
+
"public": true,
|
|
7383
|
+
"isReferenceToInternal": true,
|
|
7384
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7385
|
+
"isSource": true,
|
|
7386
|
+
"original": {
|
|
7387
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
7388
|
+
"public": true,
|
|
7389
|
+
"isReferenceToInternal": true
|
|
7390
|
+
},
|
|
7391
|
+
"name": "color-light-mode-input-placeholder-text",
|
|
7392
|
+
"attributes": {
|
|
7393
|
+
"category": "color",
|
|
7394
|
+
"type": "light-mode",
|
|
7395
|
+
"item": "input",
|
|
7396
|
+
"subitem": "placeholder-text"
|
|
7397
|
+
},
|
|
7398
|
+
"path": [
|
|
7399
|
+
"color",
|
|
7400
|
+
"light-mode",
|
|
7401
|
+
"input",
|
|
7402
|
+
"placeholder-text"
|
|
7403
|
+
]
|
|
7404
|
+
},
|
|
7405
|
+
"checked": {
|
|
7406
|
+
"background": {
|
|
7407
|
+
"value": "#0f62fe",
|
|
7408
|
+
"public": true,
|
|
7409
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7410
|
+
"isSource": true,
|
|
7411
|
+
"original": {
|
|
7412
|
+
"value": "{color.light-mode.interactive.focus.value}",
|
|
7413
|
+
"public": true
|
|
7414
|
+
},
|
|
7415
|
+
"name": "color-light-mode-input-checked-background",
|
|
7416
|
+
"attributes": {
|
|
7417
|
+
"category": "color",
|
|
7418
|
+
"type": "light-mode",
|
|
7419
|
+
"item": "input",
|
|
7420
|
+
"subitem": "checked",
|
|
7421
|
+
"state": "background"
|
|
7422
|
+
},
|
|
7423
|
+
"path": [
|
|
7424
|
+
"color",
|
|
7425
|
+
"light-mode",
|
|
7426
|
+
"input",
|
|
7427
|
+
"checked",
|
|
7428
|
+
"background"
|
|
7429
|
+
]
|
|
7430
|
+
},
|
|
7431
|
+
"foreground": {
|
|
7432
|
+
"value": "#ffffff",
|
|
7433
|
+
"public": true,
|
|
7434
|
+
"isReferenceToInternal": true,
|
|
7435
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7436
|
+
"isSource": true,
|
|
7437
|
+
"original": {
|
|
7438
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
6457
7439
|
"public": true,
|
|
6458
|
-
"isReferenceToInternal": true
|
|
6459
|
-
"filePath": "tokens/color/alias/interactive.light.json",
|
|
6460
|
-
"isSource": true,
|
|
6461
|
-
"original": {
|
|
6462
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
6463
|
-
"public": true,
|
|
6464
|
-
"isReferenceToInternal": true
|
|
6465
|
-
},
|
|
6466
|
-
"name": "color-light-mode-button-critical-foreground-default",
|
|
6467
|
-
"attributes": {
|
|
6468
|
-
"category": "color",
|
|
6469
|
-
"type": "light-mode",
|
|
6470
|
-
"item": "button",
|
|
6471
|
-
"subitem": "critical",
|
|
6472
|
-
"state": "foreground"
|
|
6473
|
-
},
|
|
6474
|
-
"path": [
|
|
6475
|
-
"color",
|
|
6476
|
-
"light-mode",
|
|
6477
|
-
"button",
|
|
6478
|
-
"critical",
|
|
6479
|
-
"foreground",
|
|
6480
|
-
"default"
|
|
6481
|
-
]
|
|
7440
|
+
"isReferenceToInternal": true
|
|
6482
7441
|
},
|
|
6483
|
-
"
|
|
6484
|
-
|
|
6485
|
-
"
|
|
6486
|
-
"
|
|
6487
|
-
"
|
|
6488
|
-
"
|
|
6489
|
-
"
|
|
6490
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
6491
|
-
"public": true,
|
|
6492
|
-
"isReferenceToInternal": true
|
|
6493
|
-
},
|
|
6494
|
-
"name": "color-light-mode-button-critical-foreground-hover",
|
|
6495
|
-
"attributes": {
|
|
6496
|
-
"category": "color",
|
|
6497
|
-
"type": "light-mode",
|
|
6498
|
-
"item": "button",
|
|
6499
|
-
"subitem": "critical",
|
|
6500
|
-
"state": "foreground"
|
|
6501
|
-
},
|
|
6502
|
-
"path": [
|
|
6503
|
-
"color",
|
|
6504
|
-
"light-mode",
|
|
6505
|
-
"button",
|
|
6506
|
-
"critical",
|
|
6507
|
-
"foreground",
|
|
6508
|
-
"hover"
|
|
6509
|
-
]
|
|
7442
|
+
"name": "color-light-mode-input-checked-foreground",
|
|
7443
|
+
"attributes": {
|
|
7444
|
+
"category": "color",
|
|
7445
|
+
"type": "light-mode",
|
|
7446
|
+
"item": "input",
|
|
7447
|
+
"subitem": "checked",
|
|
7448
|
+
"state": "foreground"
|
|
6510
7449
|
},
|
|
6511
|
-
"
|
|
6512
|
-
"
|
|
6513
|
-
"
|
|
6514
|
-
"
|
|
6515
|
-
"
|
|
6516
|
-
"
|
|
6517
|
-
|
|
6518
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
6519
|
-
"public": true,
|
|
6520
|
-
"isReferenceToInternal": true
|
|
6521
|
-
},
|
|
6522
|
-
"name": "color-light-mode-button-critical-foreground-active",
|
|
6523
|
-
"attributes": {
|
|
6524
|
-
"category": "color",
|
|
6525
|
-
"type": "light-mode",
|
|
6526
|
-
"item": "button",
|
|
6527
|
-
"subitem": "critical",
|
|
6528
|
-
"state": "foreground"
|
|
6529
|
-
},
|
|
6530
|
-
"path": [
|
|
6531
|
-
"color",
|
|
6532
|
-
"light-mode",
|
|
6533
|
-
"button",
|
|
6534
|
-
"critical",
|
|
6535
|
-
"foreground",
|
|
6536
|
-
"active"
|
|
6537
|
-
]
|
|
6538
|
-
}
|
|
7450
|
+
"path": [
|
|
7451
|
+
"color",
|
|
7452
|
+
"light-mode",
|
|
7453
|
+
"input",
|
|
7454
|
+
"checked",
|
|
7455
|
+
"foreground"
|
|
7456
|
+
]
|
|
6539
7457
|
}
|
|
6540
7458
|
}
|
|
6541
7459
|
},
|
|
@@ -6544,7 +7462,7 @@
|
|
|
6544
7462
|
"value": "#0f62fe",
|
|
6545
7463
|
"public": true,
|
|
6546
7464
|
"isReferenceToInternal": true,
|
|
6547
|
-
"filePath": "tokens/color/alias/
|
|
7465
|
+
"filePath": "tokens/color/alias/link.light.json",
|
|
6548
7466
|
"isSource": true,
|
|
6549
7467
|
"original": {
|
|
6550
7468
|
"value": "{color.light-mode.interactive.link.400.value}",
|
|
@@ -6569,7 +7487,7 @@
|
|
|
6569
7487
|
"value": "#003cac",
|
|
6570
7488
|
"public": true,
|
|
6571
7489
|
"isReferenceToInternal": true,
|
|
6572
|
-
"filePath": "tokens/color/alias/
|
|
7490
|
+
"filePath": "tokens/color/alias/link.light.json",
|
|
6573
7491
|
"isSource": true,
|
|
6574
7492
|
"original": {
|
|
6575
7493
|
"value": "{color.light-mode.interactive.link.500.value}",
|
|
@@ -6594,7 +7512,7 @@
|
|
|
6594
7512
|
"value": "#003cac",
|
|
6595
7513
|
"public": true,
|
|
6596
7514
|
"isReferenceToInternal": true,
|
|
6597
|
-
"filePath": "tokens/color/alias/
|
|
7515
|
+
"filePath": "tokens/color/alias/link.light.json",
|
|
6598
7516
|
"isSource": true,
|
|
6599
7517
|
"original": {
|
|
6600
7518
|
"value": "{color.light-mode.interactive.link.500.value}",
|
|
@@ -6619,7 +7537,7 @@
|
|
|
6619
7537
|
"value": "#967fff",
|
|
6620
7538
|
"public": true,
|
|
6621
7539
|
"isReferenceToInternal": true,
|
|
6622
|
-
"filePath": "tokens/color/alias/
|
|
7540
|
+
"filePath": "tokens/color/alias/link.light.json",
|
|
6623
7541
|
"isSource": true,
|
|
6624
7542
|
"original": {
|
|
6625
7543
|
"value": "{color.light-mode.interactive.visited.400.value}",
|
|
@@ -6641,6 +7559,202 @@
|
|
|
6641
7559
|
]
|
|
6642
7560
|
}
|
|
6643
7561
|
},
|
|
7562
|
+
"menu": {
|
|
7563
|
+
"background": {
|
|
7564
|
+
"value": "#ffffff",
|
|
7565
|
+
"public": true,
|
|
7566
|
+
"isReferenceToInternal": true,
|
|
7567
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7568
|
+
"isSource": true,
|
|
7569
|
+
"original": {
|
|
7570
|
+
"value": "{color.light-mode.background.default}",
|
|
7571
|
+
"public": true,
|
|
7572
|
+
"isReferenceToInternal": true
|
|
7573
|
+
},
|
|
7574
|
+
"name": "color-light-mode-menu-background",
|
|
7575
|
+
"attributes": {
|
|
7576
|
+
"category": "color",
|
|
7577
|
+
"type": "light-mode",
|
|
7578
|
+
"item": "menu",
|
|
7579
|
+
"subitem": "background"
|
|
7580
|
+
},
|
|
7581
|
+
"path": [
|
|
7582
|
+
"color",
|
|
7583
|
+
"light-mode",
|
|
7584
|
+
"menu",
|
|
7585
|
+
"background"
|
|
7586
|
+
]
|
|
7587
|
+
},
|
|
7588
|
+
"item": {
|
|
7589
|
+
"background": {
|
|
7590
|
+
"default": {
|
|
7591
|
+
"value": "#ffffff",
|
|
7592
|
+
"public": true,
|
|
7593
|
+
"isReferenceToInternal": true,
|
|
7594
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7595
|
+
"isSource": true,
|
|
7596
|
+
"original": {
|
|
7597
|
+
"value": "{color.light-mode.background.default}",
|
|
7598
|
+
"public": true,
|
|
7599
|
+
"isReferenceToInternal": true
|
|
7600
|
+
},
|
|
7601
|
+
"name": "color-light-mode-menu-item-background-default",
|
|
7602
|
+
"attributes": {
|
|
7603
|
+
"category": "color",
|
|
7604
|
+
"type": "light-mode",
|
|
7605
|
+
"item": "menu",
|
|
7606
|
+
"subitem": "item",
|
|
7607
|
+
"state": "background"
|
|
7608
|
+
},
|
|
7609
|
+
"path": [
|
|
7610
|
+
"color",
|
|
7611
|
+
"light-mode",
|
|
7612
|
+
"menu",
|
|
7613
|
+
"item",
|
|
7614
|
+
"background",
|
|
7615
|
+
"default"
|
|
7616
|
+
]
|
|
7617
|
+
},
|
|
7618
|
+
"hover": {
|
|
7619
|
+
"value": "#f1f1f1",
|
|
7620
|
+
"public": true,
|
|
7621
|
+
"isReferenceToInternal": true,
|
|
7622
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7623
|
+
"isSource": true,
|
|
7624
|
+
"original": {
|
|
7625
|
+
"value": "{color.light-mode.neutral.050}",
|
|
7626
|
+
"public": true,
|
|
7627
|
+
"isReferenceToInternal": true
|
|
7628
|
+
},
|
|
7629
|
+
"name": "color-light-mode-menu-item-background-hover",
|
|
7630
|
+
"attributes": {
|
|
7631
|
+
"category": "color",
|
|
7632
|
+
"type": "light-mode",
|
|
7633
|
+
"item": "menu",
|
|
7634
|
+
"subitem": "item",
|
|
7635
|
+
"state": "background"
|
|
7636
|
+
},
|
|
7637
|
+
"path": [
|
|
7638
|
+
"color",
|
|
7639
|
+
"light-mode",
|
|
7640
|
+
"menu",
|
|
7641
|
+
"item",
|
|
7642
|
+
"background",
|
|
7643
|
+
"hover"
|
|
7644
|
+
]
|
|
7645
|
+
},
|
|
7646
|
+
"active": {
|
|
7647
|
+
"value": "#cfcfd3",
|
|
7648
|
+
"public": true,
|
|
7649
|
+
"isReferenceToInternal": true,
|
|
7650
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7651
|
+
"isSource": true,
|
|
7652
|
+
"original": {
|
|
7653
|
+
"value": "{color.light-mode.neutral.100}",
|
|
7654
|
+
"public": true,
|
|
7655
|
+
"isReferenceToInternal": true
|
|
7656
|
+
},
|
|
7657
|
+
"name": "color-light-mode-menu-item-background-active",
|
|
7658
|
+
"attributes": {
|
|
7659
|
+
"category": "color",
|
|
7660
|
+
"type": "light-mode",
|
|
7661
|
+
"item": "menu",
|
|
7662
|
+
"subitem": "item",
|
|
7663
|
+
"state": "background"
|
|
7664
|
+
},
|
|
7665
|
+
"path": [
|
|
7666
|
+
"color",
|
|
7667
|
+
"light-mode",
|
|
7668
|
+
"menu",
|
|
7669
|
+
"item",
|
|
7670
|
+
"background",
|
|
7671
|
+
"active"
|
|
7672
|
+
]
|
|
7673
|
+
}
|
|
7674
|
+
},
|
|
7675
|
+
"foreground": {
|
|
7676
|
+
"value": "#23232d",
|
|
7677
|
+
"public": true,
|
|
7678
|
+
"isReferenceToInternal": true,
|
|
7679
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7680
|
+
"isSource": true,
|
|
7681
|
+
"original": {
|
|
7682
|
+
"value": "{color.light-mode.foreground.default}",
|
|
7683
|
+
"public": true,
|
|
7684
|
+
"isReferenceToInternal": true
|
|
7685
|
+
},
|
|
7686
|
+
"name": "color-light-mode-menu-item-foreground",
|
|
7687
|
+
"attributes": {
|
|
7688
|
+
"category": "color",
|
|
7689
|
+
"type": "light-mode",
|
|
7690
|
+
"item": "menu",
|
|
7691
|
+
"subitem": "item",
|
|
7692
|
+
"state": "foreground"
|
|
7693
|
+
},
|
|
7694
|
+
"path": [
|
|
7695
|
+
"color",
|
|
7696
|
+
"light-mode",
|
|
7697
|
+
"menu",
|
|
7698
|
+
"item",
|
|
7699
|
+
"foreground"
|
|
7700
|
+
]
|
|
7701
|
+
},
|
|
7702
|
+
"heading-text": {
|
|
7703
|
+
"value": "#71717c",
|
|
7704
|
+
"public": true,
|
|
7705
|
+
"isReferenceToInternal": true,
|
|
7706
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7707
|
+
"isSource": true,
|
|
7708
|
+
"original": {
|
|
7709
|
+
"value": "{color.light-mode.neutral.400}",
|
|
7710
|
+
"public": true,
|
|
7711
|
+
"isReferenceToInternal": true
|
|
7712
|
+
},
|
|
7713
|
+
"name": "color-light-mode-menu-item-heading-text",
|
|
7714
|
+
"attributes": {
|
|
7715
|
+
"category": "color",
|
|
7716
|
+
"type": "light-mode",
|
|
7717
|
+
"item": "menu",
|
|
7718
|
+
"subitem": "item",
|
|
7719
|
+
"state": "heading-text"
|
|
7720
|
+
},
|
|
7721
|
+
"path": [
|
|
7722
|
+
"color",
|
|
7723
|
+
"light-mode",
|
|
7724
|
+
"menu",
|
|
7725
|
+
"item",
|
|
7726
|
+
"heading-text"
|
|
7727
|
+
]
|
|
7728
|
+
},
|
|
7729
|
+
"description-text": {
|
|
7730
|
+
"value": "#71717c",
|
|
7731
|
+
"public": true,
|
|
7732
|
+
"isReferenceToInternal": true,
|
|
7733
|
+
"filePath": "tokens/color/alias/menu.light.json",
|
|
7734
|
+
"isSource": true,
|
|
7735
|
+
"original": {
|
|
7736
|
+
"value": "{color.light-mode.neutral.400}",
|
|
7737
|
+
"public": true,
|
|
7738
|
+
"isReferenceToInternal": true
|
|
7739
|
+
},
|
|
7740
|
+
"name": "color-light-mode-menu-item-description-text",
|
|
7741
|
+
"attributes": {
|
|
7742
|
+
"category": "color",
|
|
7743
|
+
"type": "light-mode",
|
|
7744
|
+
"item": "menu",
|
|
7745
|
+
"subitem": "item",
|
|
7746
|
+
"state": "description-text"
|
|
7747
|
+
},
|
|
7748
|
+
"path": [
|
|
7749
|
+
"color",
|
|
7750
|
+
"light-mode",
|
|
7751
|
+
"menu",
|
|
7752
|
+
"item",
|
|
7753
|
+
"description-text"
|
|
7754
|
+
]
|
|
7755
|
+
}
|
|
7756
|
+
}
|
|
7757
|
+
},
|
|
6644
7758
|
"panel": {
|
|
6645
7759
|
"default": {
|
|
6646
7760
|
"background": {
|
|
@@ -7198,11 +8312,11 @@
|
|
|
7198
8312
|
]
|
|
7199
8313
|
},
|
|
7200
8314
|
"200": {
|
|
7201
|
-
"value": "#
|
|
8315
|
+
"value": "#e5dbff",
|
|
7202
8316
|
"filePath": "tokens/color/base/brand.light.json",
|
|
7203
8317
|
"isSource": true,
|
|
7204
8318
|
"original": {
|
|
7205
|
-
"value": "#
|
|
8319
|
+
"value": "#E5DBFF"
|
|
7206
8320
|
},
|
|
7207
8321
|
"name": "color-light-mode-brand-secondary-200",
|
|
7208
8322
|
"attributes": {
|
|
@@ -7221,11 +8335,11 @@
|
|
|
7221
8335
|
]
|
|
7222
8336
|
},
|
|
7223
8337
|
"300": {
|
|
7224
|
-
"value": "#
|
|
8338
|
+
"value": "#5f41e5",
|
|
7225
8339
|
"filePath": "tokens/color/base/brand.light.json",
|
|
7226
8340
|
"isSource": true,
|
|
7227
8341
|
"original": {
|
|
7228
|
-
"value": "#
|
|
8342
|
+
"value": "#5F41E5"
|
|
7229
8343
|
},
|
|
7230
8344
|
"name": "color-light-mode-brand-secondary-300",
|
|
7231
8345
|
"attributes": {
|