@@ -11,45 +11,45 @@ export const Colors = {
11
11
550 : 'hsl(210, 16%, 46%)' ,
12
12
350 : 'hsl(213, 14%, 66%)' ,
13
13
200 : 'hsl(210, 14%, 80%)' ,
14
- 50 : 'hsl(220, 12%, 95%)' ,
14
+ 50 : 'hsl(220, 12%, 95%)'
15
15
} ,
16
16
secondary : {
17
17
1000 : 'hsl(212, 92%, 34%)' ,
18
18
900 : 'hsl(212, 92%, 45%)' ,
19
19
350 : 'hsl(212, 75%, 78%)' ,
20
20
150 : 'hsl(213, 74%, 91%)' ,
21
21
100 : 'hsl(211, 74%, 94%)' ,
22
- 50 : 'hsl(210, 75%, 97%)' ,
22
+ 50 : 'hsl(210, 75%, 97%)'
23
23
}
24
24
} ,
25
25
red : {
26
26
1000 : 'hsl(352, 92%, 39%)' ,
27
- 900 : 'hsl(352, 100%, 52%)' ,
27
+ 900 : 'hsl(352, 100%, 52%)'
28
28
} ,
29
29
magenta : {
30
30
1000 : 'hsl(302, 100%, 37%)' ,
31
31
900 : 'hsl(302, 100%, 50%)' ,
32
32
350 : 'hsl(302, 100%, 81%)' ,
33
- 50 : 'hsl(300, 100%, 97%)' ,
33
+ 50 : 'hsl(300, 100%, 97%)'
34
34
} ,
35
35
green : {
36
36
1000 : 'hsl(149, 92%, 24%)' ,
37
37
900 : 'hsl(149, 93%, 32%)' ,
38
38
350 : 'hsl(149, 44%, 74%)' ,
39
- 50 : 'hsl(147, 47%, 96%)' ,
39
+ 50 : 'hsl(147, 47%, 96%)'
40
40
} ,
41
41
yellow : {
42
42
900 : 'hsl(48, 100%, 50%)' ,
43
43
350 : 'hsl(48, 100%, 81%)' ,
44
- 50 : 'hsl(47, 100%, 97%)' ,
44
+ 50 : 'hsl(47, 100%, 97%)'
45
45
} ,
46
46
orange : {
47
47
1000 : 'hsl(21, 96%, 38%)' ,
48
48
900 : 'hsl(21, 100%, 51%)' ,
49
49
350 : 'hsl(21, 100%, 81%)' ,
50
50
50 : 'hsl(21, 100%, 97%)'
51
51
} ,
52
- transparent : 'transparent' ,
52
+ transparent : 'transparent'
53
53
} as const ;
54
54
55
55
// AUTHENTIC = primary now
@@ -71,7 +71,7 @@ export const SemanticColors = {
71
71
linkHoverInverted : Colors . blue . secondary [ 50 ] ,
72
72
danger : Colors . orange [ 1000 ] ,
73
73
dangerInverted : Colors . orange [ 900 ] ,
74
- success : Colors . green [ 900 ] ,
74
+ success : Colors . green [ 1000 ] ,
75
75
warning : Colors . yellow [ 900 ] ,
76
76
info : Colors . blue . secondary [ 900 ]
77
77
} ,
@@ -81,15 +81,15 @@ export const SemanticColors = {
81
81
inverted : Colors . blue . primary [ 900 ] ,
82
82
emphasized : Colors . blue . primary [ 900 ] ,
83
83
hover : Colors . blue . primary [ 1100 ] ,
84
- disabled : Colors . blue . primary [ 200 ] ,
85
- } ,
84
+ disabled : Colors . blue . primary [ 200 ]
85
+ } ,
86
86
secondary : {
87
87
default : Colors . blue . primary [ 50 ] ,
88
- emphasized : Colors . blue . primary [ 550 ] ,
88
+ emphasized : Colors . blue . primary [ 550 ]
89
89
} ,
90
90
tertiary : {
91
- default :Colors . blue . primary [ 200 ] ,
92
- disabled : Colors . blue . primary [ 50 ] ,
91
+ default : Colors . blue . primary [ 200 ] ,
92
+ disabled : Colors . blue . primary [ 50 ]
93
93
} ,
94
94
danger : {
95
95
default : Colors . orange [ 50 ] ,
@@ -99,45 +99,45 @@ export const SemanticColors = {
99
99
info : {
100
100
default : Colors . blue . secondary [ 50 ] ,
101
101
emphasized : Colors . blue . secondary [ 900 ] ,
102
- hover : Colors . blue . secondary [ 350 ] ,
102
+ hover : Colors . blue . secondary [ 350 ]
103
103
} ,
104
104
success : {
105
105
default : Colors . green [ 50 ] ,
106
- emphasized : Colors . green [ 900 ] ,
106
+ emphasized : Colors . green [ 900 ]
107
107
} ,
108
108
warning : {
109
109
default : Colors . yellow [ 50 ] ,
110
- emphasized : Colors . yellow [ 900 ] ,
110
+ emphasized : Colors . yellow [ 900 ]
111
111
} ,
112
112
highlight : Colors . blue . secondary [ 900 ] ,
113
- transparent : Colors . transparent ,
113
+ transparent : Colors . transparent
114
114
} ,
115
115
icon : {
116
116
primary : {
117
117
default : Colors . blue . primary [ 900 ] ,
118
- inverted : Colors . white ,
118
+ inverted : Colors . white
119
119
} ,
120
120
secondary : {
121
121
default : Colors . blue . primary [ 550 ] ,
122
122
inverted : Colors . blue . primary [ 200 ] ,
123
123
hover : Colors . blue . primary [ 900 ] ,
124
- hoverInverted : Colors . blue . primary [ 50 ] ,
124
+ hoverInverted : Colors . blue . primary [ 50 ]
125
125
} ,
126
126
tertiary : {
127
127
default : Colors . blue . primary [ 350 ] ,
128
- inverted : Colors . blue . primary [ 350 ] ,
128
+ inverted : Colors . blue . primary [ 350 ]
129
129
} ,
130
130
disabled : {
131
131
default : Colors . blue . primary [ 200 ] ,
132
- inverted : Colors . blue . primary [ 550 ] ,
132
+ inverted : Colors . blue . primary [ 550 ]
133
133
} ,
134
134
action : {
135
135
default : Colors . blue . secondary [ 900 ] ,
136
- emphasized : Colors . blue . secondary [ 1000 ] ,
136
+ emphasized : Colors . blue . secondary [ 1000 ]
137
137
} ,
138
138
danger : {
139
139
default : Colors . orange [ 900 ] ,
140
- emphasized : Colors . orange [ 1000 ] ,
140
+ emphasized : Colors . orange [ 1000 ]
141
141
} ,
142
142
success : Colors . green [ 900 ] ,
143
143
warning : Colors . yellow [ 900 ] ,
@@ -147,26 +147,26 @@ export const SemanticColors = {
147
147
primary : {
148
148
default : Colors . blue . primary [ 200 ] ,
149
149
emphasized : Colors . blue . primary [ 1100 ] ,
150
- inverted : Colors . blue . primary [ 550 ] ,
150
+ inverted : Colors . blue . primary [ 550 ]
151
151
} ,
152
152
secondary : {
153
153
default : Colors . blue . primary [ 50 ] ,
154
- inverted : Colors . white ,
154
+ inverted : Colors . white
155
155
} ,
156
156
focus : {
157
157
default : Colors . blue . secondary [ 900 ]
158
158
} ,
159
159
disabled : {
160
160
default : Colors . blue . primary [ 200 ] ,
161
- inverted : Colors . blue . primary [ 550 ] ,
161
+ inverted : Colors . blue . primary [ 550 ]
162
162
} ,
163
163
info : {
164
164
default : Colors . blue . secondary [ 350 ] ,
165
- emphasized : Colors . blue . secondary [ 900 ] ,
165
+ emphasized : Colors . blue . secondary [ 900 ]
166
166
} ,
167
167
success : {
168
168
default : Colors . green [ 350 ] ,
169
- emphasized : Colors . green [ 900 ] ,
169
+ emphasized : Colors . green [ 900 ]
170
170
} ,
171
171
warning : {
172
172
default : Colors . yellow [ 350 ] ,
@@ -175,8 +175,23 @@ export const SemanticColors = {
175
175
danger : {
176
176
default : Colors . orange [ 350 ] ,
177
177
emphasized : Colors . orange [ 900 ] ,
178
- disabled : Colors . orange [ 350 ] ,
178
+ disabled : Colors . orange [ 350 ]
179
179
} ,
180
180
transparent : Colors . transparent
181
181
} ,
182
- } satisfies SemanticColorsSchema
182
+ overrides : {
183
+ label : {
184
+ text : {
185
+ link : Colors . blue . secondary [ 900 ]
186
+ } ,
187
+ background : {
188
+ secondary : {
189
+ emphasized : Colors . blue . primary [ 550 ]
190
+ } ,
191
+ info : {
192
+ emphasized : Colors . blue . secondary [ 900 ] ,
193
+ }
194
+ }
195
+ }
196
+ }
197
+ } satisfies SemanticColorsSchema ;
0 commit comments