@aurodesignsystem/design-tokens 5.0.1 → 5.0.2
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/CHANGELOG.md +7 -0
- package/README.md +62 -86
- package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
- package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
- package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
- package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
- package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
- package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
- package/dist/tokens/JSObject--deprecated.js +3157 -0
- package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
- package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
- package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
- package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
- package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
- package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/base/SCSSVariables.scss +1372 -0
- package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
- package/dist/tokens/darkmode/JSDataColor.js +528 -0
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
- package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
- package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
- package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
- package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
- package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
- package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
- package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
- package/package.json +3 -5
- package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
- package/src/{themes/auro-classic → asset}/font.json +5 -10
- package/src/{themes/auro-classic/color → color}/alert.json +0 -7
- package/src/{themes/auro-classic/color → color}/background.json +25 -53
- package/src/{themes/auro-classic/color → color}/base.json +147 -303
- package/src/{themes/auro-classic/color → color}/border.json +32 -68
- package/src/{themes/auro-classic/color → color}/brand.json +158 -289
- package/src/{themes/auro-classic/color → color}/container.json +50 -101
- package/src/{themes/auro-classic/color → color}/icon.json +64 -129
- package/src/{themes/auro-classic/color → color}/text.json +28 -58
- package/src/{themes/auro-classic/color → color}/tier.json +22 -43
- package/src/{themes/auro-classic/color → color}/ui.json +1 -12
- package/src/{themes/auro-classic/color → color}/utility.json +30 -60
- package/src/color-darkmode/base.json +24 -0
- package/src/color-darkmode/border.json +32 -0
- package/src/color-darkmode/icon.json +32 -0
- package/src/color-darkmode/text.json +71 -0
- package/src/color-darkmode/tier.json +34 -0
- package/src/comments.json +34 -0
- package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
- package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
- package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
- package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
- package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
- package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
- package/src/{themes/auro-classic/size → size}/radius.json +1 -2
- package/src/size/scale.json +240 -0
- package/src/size/unitless-scale.json +82 -0
- package/src/{themes/auro-classic/text.json → text.json} +97 -192
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +280 -0
- package/src/themes/excursion/color/base.json +1303 -0
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1549 -0
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
- package/src/themes/hawaiian/color/background.json +15 -0
- package/src/themes/hawaiian/color/border.json +18 -0
- package/src/themes/hawaiian/color/container.json +56 -0
- package/src/themes/hawaiian/color/icon.json +24 -0
- package/src/themes/hawaiian/color/text.json +44 -0
- package/src/themes/transparent/color/alert.json +0 -7
- package/src/themes/transparent/color/background.json +2 -30
- package/src/themes/transparent/color/base.json +0 -156
- package/src/themes/transparent/color/border.json +0 -36
- package/src/themes/transparent/color/brand.json +36 -167
- package/src/themes/transparent/color/container.json +0 -50
- package/src/themes/transparent/color/icon.json +0 -65
- package/src/themes/transparent/color/text.json +0 -30
- package/src/themes/transparent/color/tier.json +1 -22
- package/src/themes/transparent/color/ui.json +1 -12
- package/src/themes/transparent/color/utility.json +0 -30
- package/src/themes/transparent/elevation.json +0 -3
- package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
- package/dist/alaska/SCSSVariables--alaska.scss +0 -63
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
- package/dist/alaska/primitives--alaska.scss +0 -215
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
- package/dist/hawaiian/primitives--hawaiian.scss +0 -175
- package/src/primitives/alaska/color.json +0 -796
- package/src/primitives/alaska/typography.json +0 -27
- package/src/primitives/base/color.json +0 -489
- package/src/primitives/base/transparency.json +0 -183
- package/src/primitives/base/typography.json +0 -210
- package/src/primitives/hawaiian/color.json +0 -508
- package/src/primitives/hawaiian/typography.json +0 -28
- package/src/themes/alaska/color.json +0 -394
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/auro-classic/comments.json +0 -50
- package/src/themes/auro-classic/size/scale.json +0 -347
- package/src/themes/auro-classic/size/unitless-scale.json +0 -126
- package/src/themes/hawaiian/color.json +0 -394
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -4,201 +4,181 @@
|
|
|
4
4
|
"primary": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": "{color.base.gray.700.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
7
|
"public": true,
|
|
9
8
|
"default": true,
|
|
10
9
|
"usage": "Primary color for icons on light backgrounds",
|
|
11
10
|
"wcag": "n/a",
|
|
12
|
-
"deprecated":
|
|
11
|
+
"deprecated": false
|
|
13
12
|
},
|
|
14
13
|
"inverse": {
|
|
15
14
|
"value": "{color.brand.gray.100.value}",
|
|
16
|
-
"type": "semantic",
|
|
17
15
|
"public": true,
|
|
18
16
|
"inverse": true,
|
|
19
17
|
"usage": "Primary color for icons on dark backgrounds",
|
|
20
18
|
"wcag": "n/a",
|
|
21
|
-
"deprecated":
|
|
19
|
+
"deprecated": false
|
|
22
20
|
}
|
|
23
21
|
},
|
|
24
22
|
"secondary": {
|
|
25
23
|
"default": {
|
|
26
24
|
"value": "{color.brand.neutral.600.value}",
|
|
27
|
-
"type": "semantic",
|
|
28
25
|
"public": true,
|
|
29
26
|
"default": true,
|
|
30
27
|
"usage": "Secondary color for icons on light backgrounds",
|
|
31
28
|
"wcag": "n/a",
|
|
32
|
-
"deprecated":
|
|
29
|
+
"deprecated": false
|
|
33
30
|
},
|
|
34
31
|
"inverse": {
|
|
35
32
|
"value": "{color.brand.neutral.300.value}",
|
|
36
|
-
"type": "semantic",
|
|
37
33
|
"public": true,
|
|
38
34
|
"inverse": true,
|
|
39
35
|
"usage": "Secondary color for icons on dark backgrounds",
|
|
40
36
|
"wcag": "n/a",
|
|
41
|
-
"deprecated":
|
|
37
|
+
"deprecated": false
|
|
42
38
|
}
|
|
43
39
|
},
|
|
44
40
|
"tertiary": {
|
|
45
41
|
"default": {
|
|
46
42
|
"value": "{color.brand.neutral.400.value}",
|
|
47
|
-
"type": "semantic",
|
|
48
43
|
"public": true,
|
|
49
44
|
"default": true,
|
|
50
45
|
"usage": "Tertiary color for icons on light backgrounds",
|
|
51
46
|
"wcag": "n/a",
|
|
52
|
-
"deprecated":
|
|
47
|
+
"deprecated": false
|
|
53
48
|
},
|
|
54
49
|
"inverse": {
|
|
55
50
|
"value": "{color.brand.neutral.500.value}",
|
|
56
|
-
"type": "semantic",
|
|
57
51
|
"public": true,
|
|
58
52
|
"inverse": true,
|
|
59
53
|
"usage": "Tertiary color for icons on dark backgrounds",
|
|
60
54
|
"wcag": "n/a",
|
|
61
|
-
"deprecated":
|
|
55
|
+
"deprecated": false
|
|
62
56
|
}
|
|
63
57
|
},
|
|
64
58
|
"emphasis": {
|
|
65
59
|
"default": {
|
|
66
60
|
"value": "{color.base.gray.1000.value}",
|
|
67
|
-
"type": "semantic",
|
|
68
61
|
"public": true,
|
|
69
62
|
"default": true,
|
|
70
63
|
"usage": "Emphasis or darkest icon color on light backgrounds",
|
|
71
64
|
"wcag": "n/a",
|
|
72
|
-
"deprecated":
|
|
65
|
+
"deprecated": false
|
|
73
66
|
},
|
|
74
67
|
"inverse": {
|
|
75
68
|
"value": "{color.base.white.value}",
|
|
76
|
-
"type": "semantic",
|
|
77
69
|
"public": true,
|
|
78
70
|
"inverse": true,
|
|
79
71
|
"usage": "Emphasis or lightest icon color on dark backgrounds",
|
|
80
72
|
"wcag": "AAA",
|
|
81
|
-
"deprecated":
|
|
73
|
+
"deprecated": false
|
|
82
74
|
}
|
|
83
75
|
},
|
|
84
76
|
"accent": {
|
|
85
77
|
"default": {
|
|
86
78
|
"value": "{color.brand.lime.400.value}",
|
|
87
|
-
"type": "semantic",
|
|
88
79
|
"public": true,
|
|
89
80
|
"default": true,
|
|
90
81
|
"usage": "Accent color for icon color on light backgrounds",
|
|
91
82
|
"wcag": "n/a",
|
|
92
|
-
"deprecated":
|
|
83
|
+
"deprecated": false
|
|
93
84
|
},
|
|
94
85
|
"inverse": {
|
|
95
86
|
"value": "{color.brand.lime.300.value}",
|
|
96
|
-
"type": "semantic",
|
|
97
87
|
"public": true,
|
|
98
88
|
"inverse": true,
|
|
99
89
|
"usage": "Accent color for icon color on dark backgrounds",
|
|
100
90
|
"wcag": "n/a",
|
|
101
|
-
"deprecated":
|
|
91
|
+
"deprecated": false
|
|
102
92
|
}
|
|
103
93
|
},
|
|
104
94
|
"info": {
|
|
105
95
|
"default": {
|
|
106
96
|
"value": "{color.brand.navy.700.value}",
|
|
107
|
-
"type": "semantic",
|
|
108
97
|
"public": true,
|
|
109
98
|
"default": true,
|
|
110
99
|
"usage": "Info icon color on light backgrounds",
|
|
111
100
|
"wcag": "n/a",
|
|
112
|
-
"deprecated":
|
|
101
|
+
"deprecated": false
|
|
113
102
|
},
|
|
114
103
|
"inverse": {
|
|
115
104
|
"value": "{color.brand.navy.400.value}",
|
|
116
|
-
"type": "semantic",
|
|
117
105
|
"public": true,
|
|
118
106
|
"inverse": true,
|
|
119
107
|
"usage": "Info icon color on dark backgrounds",
|
|
120
108
|
"wcag": "AAA",
|
|
121
|
-
"deprecated":
|
|
109
|
+
"deprecated": false
|
|
122
110
|
}
|
|
123
111
|
},
|
|
124
112
|
"error": {
|
|
125
113
|
"default": {
|
|
126
114
|
"value": "{color.base.error.400.value}",
|
|
127
|
-
"type": "semantic",
|
|
128
115
|
"public": true,
|
|
129
116
|
"default": true,
|
|
130
117
|
"usage": "Error icon color on light backgrounds",
|
|
131
118
|
"wcag": "n/a",
|
|
132
|
-
"deprecated":
|
|
119
|
+
"deprecated": false
|
|
133
120
|
},
|
|
134
121
|
"inverse": {
|
|
135
122
|
"value": "{color.base.error.200.value}",
|
|
136
|
-
"type": "semantic",
|
|
137
123
|
"public": true,
|
|
138
124
|
"inverse": true,
|
|
139
125
|
"usage": "Error icon color on dark backgrounds",
|
|
140
126
|
"wcag": "n/a",
|
|
141
|
-
"deprecated":
|
|
127
|
+
"deprecated": false
|
|
142
128
|
}
|
|
143
129
|
},
|
|
144
130
|
"warning": {
|
|
145
131
|
"default": {
|
|
146
132
|
"value": "{color.base.warning.300.value}",
|
|
147
|
-
"type": "semantic",
|
|
148
133
|
"public": true,
|
|
149
134
|
"default": true,
|
|
150
135
|
"usage": "Warning icon color on light backgrounds",
|
|
151
136
|
"wcag": "n/a",
|
|
152
|
-
"deprecated":
|
|
137
|
+
"deprecated": false
|
|
153
138
|
},
|
|
154
139
|
"inverse": {
|
|
155
140
|
"value": "{color.base.warning.200.value}",
|
|
156
|
-
"type": "semantic",
|
|
157
141
|
"public": true,
|
|
158
142
|
"inverse": true,
|
|
159
143
|
"usage": "Warning icon color on dark backgrounds",
|
|
160
144
|
"wcag": "n/a",
|
|
161
|
-
"deprecated":
|
|
145
|
+
"deprecated": false
|
|
162
146
|
}
|
|
163
147
|
},
|
|
164
148
|
"success": {
|
|
165
149
|
"default": {
|
|
166
150
|
"value": "{color.base.success.300.value}",
|
|
167
|
-
"type": "semantic",
|
|
168
151
|
"public": true,
|
|
169
152
|
"default": true,
|
|
170
153
|
"usage": "Success icon color on light backgrounds",
|
|
171
154
|
"wcag": "n/a",
|
|
172
|
-
"deprecated":
|
|
155
|
+
"deprecated": false
|
|
173
156
|
},
|
|
174
157
|
"inverse": {
|
|
175
158
|
"value": "{color.base.success.200.value}",
|
|
176
|
-
"type": "semantic",
|
|
177
159
|
"public": true,
|
|
178
160
|
"inverse": true,
|
|
179
161
|
"usage": "Success icon color on dark backgrounds",
|
|
180
162
|
"wcag": "n/a",
|
|
181
|
-
"deprecated":
|
|
163
|
+
"deprecated": false
|
|
182
164
|
}
|
|
183
165
|
},
|
|
184
166
|
"subtle": {
|
|
185
167
|
"default": {
|
|
186
168
|
"value": "{color.brand.blue.300.value}",
|
|
187
|
-
"type": "semantic",
|
|
188
169
|
"public": true,
|
|
189
170
|
"default": true,
|
|
190
171
|
"usage": "Subtle icon color on light backgrounds",
|
|
191
172
|
"wcag": "n/a",
|
|
192
|
-
"deprecated":
|
|
173
|
+
"deprecated": false
|
|
193
174
|
},
|
|
194
175
|
"inverse": {
|
|
195
176
|
"value": "{color.brand.navy.700.value}",
|
|
196
|
-
"type": "semantic",
|
|
197
177
|
"public": true,
|
|
198
178
|
"inverse": true,
|
|
199
179
|
"usage": "Subtle icon color on dark backgrounds",
|
|
200
180
|
"wcag": "n/a",
|
|
201
|
-
"deprecated":
|
|
181
|
+
"deprecated": false
|
|
202
182
|
}
|
|
203
183
|
},
|
|
204
184
|
"ui": {
|
|
@@ -206,101 +186,91 @@
|
|
|
206
186
|
"default": {
|
|
207
187
|
"default": {
|
|
208
188
|
"value": "{color.brand.blue.700.value}",
|
|
209
|
-
"type": "semantic",
|
|
210
189
|
"public": true,
|
|
211
190
|
"default": true,
|
|
212
191
|
"usage": "Default color for UI icons on light backgrounds",
|
|
213
192
|
"wcag": "n/a",
|
|
214
|
-
"deprecated":
|
|
193
|
+
"deprecated": false
|
|
215
194
|
},
|
|
216
195
|
"inverse": {
|
|
217
196
|
"value": "{color.brand.cyan.400.value}",
|
|
218
|
-
"type": "semantic",
|
|
219
197
|
"public": true,
|
|
220
198
|
"inverse": true,
|
|
221
199
|
"usage": "Default color for UI icons on dark backgrounds",
|
|
222
200
|
"wcag": "n/a",
|
|
223
|
-
"deprecated":
|
|
201
|
+
"deprecated": false
|
|
224
202
|
}
|
|
225
203
|
},
|
|
226
204
|
"hover": {
|
|
227
205
|
"default": {
|
|
228
206
|
"value": "{color.brand.blue.900.value}",
|
|
229
|
-
"type": "semantic",
|
|
230
207
|
"public": true,
|
|
231
208
|
"default": true,
|
|
232
209
|
"usage": "Hover color for UI icons on light backgrounds",
|
|
233
210
|
"wcag": "n/a",
|
|
234
|
-
"deprecated":
|
|
211
|
+
"deprecated": false
|
|
235
212
|
},
|
|
236
213
|
"inverse": {
|
|
237
214
|
"value": "{color.brand.cyan.200.value}",
|
|
238
|
-
"type": "semantic",
|
|
239
215
|
"public": true,
|
|
240
216
|
"inverse": true,
|
|
241
217
|
"usage": "Hover color for UI icons on dark backgrounds",
|
|
242
218
|
"wcag": "n/a",
|
|
243
|
-
"deprecated":
|
|
219
|
+
"deprecated": false
|
|
244
220
|
}
|
|
245
221
|
},
|
|
246
222
|
"active": {
|
|
247
223
|
"default": {
|
|
248
224
|
"value": "{color.brand.blue.800.value}",
|
|
249
|
-
"type": "semantic",
|
|
250
225
|
"public": true,
|
|
251
226
|
"default": true,
|
|
252
227
|
"usage": "Active color for UI icons on light backgrounds",
|
|
253
228
|
"wcag": "n/a",
|
|
254
|
-
"deprecated":
|
|
229
|
+
"deprecated": false
|
|
255
230
|
},
|
|
256
231
|
"inverse": {
|
|
257
232
|
"value": "{color.brand.cyan.300.value}",
|
|
258
|
-
"type": "semantic",
|
|
259
233
|
"public": true,
|
|
260
234
|
"inverse": true,
|
|
261
235
|
"usage": "Active color for UI icons on dark backgrounds",
|
|
262
236
|
"wcag": "n/a",
|
|
263
|
-
"deprecated":
|
|
237
|
+
"deprecated": false
|
|
264
238
|
}
|
|
265
239
|
},
|
|
266
240
|
"disabled": {
|
|
267
241
|
"default": {
|
|
268
242
|
"value": "{color.brand.gray.400.value}",
|
|
269
|
-
"type": "semantic",
|
|
270
243
|
"public": true,
|
|
271
244
|
"default": true,
|
|
272
245
|
"usage": "Disabled color for UI icons on light backgrounds",
|
|
273
246
|
"wcag": "n/a",
|
|
274
|
-
"deprecated":
|
|
247
|
+
"deprecated": false
|
|
275
248
|
},
|
|
276
249
|
"inverse": {
|
|
277
250
|
"value": "{color.brand.gray.600.value}",
|
|
278
|
-
"type": "semantic",
|
|
279
251
|
"public": true,
|
|
280
252
|
"inverse": true,
|
|
281
253
|
"usage": "Disabled color for UI icons on dark backgrounds",
|
|
282
254
|
"wcag": "n/a",
|
|
283
|
-
"deprecated":
|
|
255
|
+
"deprecated": false
|
|
284
256
|
}
|
|
285
257
|
},
|
|
286
258
|
"focus": {
|
|
287
259
|
"default": {
|
|
288
260
|
"value": "{color.brand.blue.700.value}",
|
|
289
|
-
"type": "semantic",
|
|
290
261
|
"public": true,
|
|
291
262
|
"default": true,
|
|
292
263
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
293
264
|
"wcag": "n/a",
|
|
294
|
-
"deprecated":
|
|
265
|
+
"deprecated": false
|
|
295
266
|
},
|
|
296
267
|
"inverse": {
|
|
297
268
|
"value": "{color.brand.cyan.400.value}",
|
|
298
|
-
"type": "semantic",
|
|
299
269
|
"public": true,
|
|
300
270
|
"inverse": true,
|
|
301
271
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
302
272
|
"wcag": "n/a",
|
|
303
|
-
"deprecated":
|
|
273
|
+
"deprecated": false
|
|
304
274
|
}
|
|
305
275
|
}
|
|
306
276
|
},
|
|
@@ -308,101 +278,91 @@
|
|
|
308
278
|
"active": {
|
|
309
279
|
"default": {
|
|
310
280
|
"value": "{color.brand.gray.700.value}",
|
|
311
|
-
"type": "semantic",
|
|
312
281
|
"public": true,
|
|
313
282
|
"default": true,
|
|
314
283
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
315
284
|
"wcag": "n/a",
|
|
316
|
-
"deprecated":
|
|
285
|
+
"deprecated": false
|
|
317
286
|
},
|
|
318
287
|
"inverse": {
|
|
319
288
|
"value": "{color.brand.gray.300.value}",
|
|
320
|
-
"type": "semantic",
|
|
321
289
|
"public": true,
|
|
322
290
|
"inverse": true,
|
|
323
291
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
324
292
|
"wcag": "n/a",
|
|
325
|
-
"deprecated":
|
|
293
|
+
"deprecated": false
|
|
326
294
|
}
|
|
327
295
|
},
|
|
328
296
|
"default": {
|
|
329
297
|
"default": {
|
|
330
298
|
"value": "{color.brand.gray.600.value}",
|
|
331
|
-
"type": "semantic",
|
|
332
299
|
"public": true,
|
|
333
300
|
"default": true,
|
|
334
301
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
335
302
|
"wcag": "n/a",
|
|
336
|
-
"deprecated":
|
|
303
|
+
"deprecated": false
|
|
337
304
|
},
|
|
338
305
|
"inverse": {
|
|
339
306
|
"value": "{color.brand.gray.400.value}",
|
|
340
|
-
"type": "semantic",
|
|
341
307
|
"public": true,
|
|
342
308
|
"inverse": true,
|
|
343
309
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
344
310
|
"wcag": "n/a",
|
|
345
|
-
"deprecated":
|
|
311
|
+
"deprecated": false
|
|
346
312
|
}
|
|
347
313
|
},
|
|
348
314
|
"disabled": {
|
|
349
315
|
"default": {
|
|
350
316
|
"value": "{color.brand.gray.400.value}",
|
|
351
|
-
"type": "semantic",
|
|
352
317
|
"public": true,
|
|
353
318
|
"default": true,
|
|
354
319
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
355
320
|
"wcag": "n/a",
|
|
356
|
-
"deprecated":
|
|
321
|
+
"deprecated": false
|
|
357
322
|
},
|
|
358
323
|
"inverse": {
|
|
359
324
|
"value": "{color.brand.gray.600.value}",
|
|
360
|
-
"type": "semantic",
|
|
361
325
|
"public": true,
|
|
362
326
|
"inverse": true,
|
|
363
327
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
364
328
|
"wcag": "n/a",
|
|
365
|
-
"deprecated":
|
|
329
|
+
"deprecated": false
|
|
366
330
|
}
|
|
367
331
|
},
|
|
368
332
|
"focus": {
|
|
369
333
|
"default": {
|
|
370
334
|
"value": "{color.brand.gray.600.value}",
|
|
371
|
-
"type": "semantic",
|
|
372
335
|
"public": true,
|
|
373
336
|
"default": true,
|
|
374
337
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
375
338
|
"wcag": "n/a",
|
|
376
|
-
"deprecated":
|
|
339
|
+
"deprecated": false
|
|
377
340
|
},
|
|
378
341
|
"inverse": {
|
|
379
342
|
"value": "{color.brand.gray.400.value}",
|
|
380
|
-
"type": "semantic",
|
|
381
343
|
"public": true,
|
|
382
344
|
"inverse": true,
|
|
383
345
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
384
346
|
"wcag": "n/a",
|
|
385
|
-
"deprecated":
|
|
347
|
+
"deprecated": false
|
|
386
348
|
}
|
|
387
349
|
},
|
|
388
350
|
"hover": {
|
|
389
351
|
"default": {
|
|
390
352
|
"value": "{color.brand.gray.800.value}",
|
|
391
|
-
"type": "semantic",
|
|
392
353
|
"public": true,
|
|
393
354
|
"default": true,
|
|
394
355
|
"usage": "Focus color for UI icons on light backgrounds",
|
|
395
356
|
"wcag": "n/a",
|
|
396
|
-
"deprecated":
|
|
357
|
+
"deprecated": false
|
|
397
358
|
},
|
|
398
359
|
"inverse": {
|
|
399
360
|
"value": "{color.brand.gray.200.value}",
|
|
400
|
-
"type": "semantic",
|
|
401
361
|
"public": true,
|
|
402
362
|
"inverse": true,
|
|
403
363
|
"usage": "Focus color for UI icons on dark backgrounds",
|
|
404
364
|
"wcag": "n/a",
|
|
405
|
-
"deprecated":
|
|
365
|
+
"deprecated": false
|
|
406
366
|
}
|
|
407
367
|
}
|
|
408
368
|
}
|
|
@@ -411,248 +371,223 @@
|
|
|
411
371
|
"red": {
|
|
412
372
|
"default": {
|
|
413
373
|
"value": "{color.brand.red.700.value}",
|
|
414
|
-
"type": "semantic",
|
|
415
374
|
"public": true,
|
|
416
375
|
"default": true,
|
|
417
376
|
"usage": "Brand color for red icons on light backgrounds",
|
|
418
377
|
"wcag": "n/a",
|
|
419
|
-
"deprecated":
|
|
378
|
+
"deprecated": false
|
|
420
379
|
},
|
|
421
380
|
"inverse": {
|
|
422
381
|
"value": "{color.brand.red.500.value}",
|
|
423
|
-
"type": "semantic",
|
|
424
382
|
"public": true,
|
|
425
383
|
"inverse": true,
|
|
426
384
|
"usage": "Brand color for red icons on dark backgrounds",
|
|
427
385
|
"wcag": "n/a",
|
|
428
|
-
"deprecated":
|
|
386
|
+
"deprecated": false
|
|
429
387
|
}
|
|
430
388
|
},
|
|
431
389
|
"yellow": {
|
|
432
390
|
"default": {
|
|
433
391
|
"value": "{color.brand.yellow.700.value}",
|
|
434
|
-
"type": "semantic",
|
|
435
392
|
"public": true,
|
|
436
393
|
"default": true,
|
|
437
394
|
"usage": "Brand color for yellow icons on light backgrounds",
|
|
438
395
|
"wcag": "n/a",
|
|
439
|
-
"deprecated":
|
|
396
|
+
"deprecated": false
|
|
440
397
|
},
|
|
441
398
|
"inverse": {
|
|
442
399
|
"value": "{color.brand.yellow.300.value}",
|
|
443
|
-
"type": "semantic",
|
|
444
400
|
"public": true,
|
|
445
401
|
"inverse": true,
|
|
446
402
|
"usage": "Brand color for yellow icons on dark backgrounds",
|
|
447
403
|
"wcag": "n/a",
|
|
448
|
-
"deprecated":
|
|
404
|
+
"deprecated": false
|
|
449
405
|
}
|
|
450
406
|
},
|
|
451
407
|
"pink": {
|
|
452
408
|
"default": {
|
|
453
409
|
"value": "{color.brand.pink.700.value}",
|
|
454
|
-
"type": "semantic",
|
|
455
410
|
"public": true,
|
|
456
411
|
"default": true,
|
|
457
412
|
"usage": "Brand color for pink icons on light backgrounds",
|
|
458
413
|
"wcag": "n/a",
|
|
459
|
-
"deprecated":
|
|
414
|
+
"deprecated": false
|
|
460
415
|
},
|
|
461
416
|
"inverse": {
|
|
462
417
|
"value": "{color.brand.pink.500.value}",
|
|
463
|
-
"type": "semantic",
|
|
464
418
|
"public": true,
|
|
465
419
|
"inverse": true,
|
|
466
420
|
"usage": "Brand color for pink icons on dark backgrounds",
|
|
467
421
|
"wcag": "n/a",
|
|
468
|
-
"deprecated":
|
|
422
|
+
"deprecated": false
|
|
469
423
|
}
|
|
470
424
|
},
|
|
471
425
|
"purple": {
|
|
472
426
|
"default": {
|
|
473
427
|
"value": "{color.brand.purple.700.value}",
|
|
474
|
-
"type": "semantic",
|
|
475
428
|
"public": true,
|
|
476
429
|
"default": true,
|
|
477
430
|
"usage": "Brand color for purple icons on light backgrounds",
|
|
478
431
|
"wcag": "n/a",
|
|
479
|
-
"deprecated":
|
|
432
|
+
"deprecated": false
|
|
480
433
|
},
|
|
481
434
|
"inverse": {
|
|
482
435
|
"value": "{color.brand.purple.500.value}",
|
|
483
|
-
"type": "semantic",
|
|
484
436
|
"public": true,
|
|
485
437
|
"inverse": true,
|
|
486
438
|
"usage": "Brand color for purple icons on dark backgrounds",
|
|
487
439
|
"wcag": "n/a",
|
|
488
|
-
"deprecated":
|
|
440
|
+
"deprecated": false
|
|
489
441
|
}
|
|
490
442
|
},
|
|
491
443
|
"lime": {
|
|
492
444
|
"default": {
|
|
493
445
|
"value": "{color.brand.lime.700.value}",
|
|
494
|
-
"type": "semantic",
|
|
495
446
|
"public": true,
|
|
496
447
|
"default": true,
|
|
497
448
|
"usage": "Brand color for lime icons on light backgrounds",
|
|
498
449
|
"wcag": "n/a",
|
|
499
|
-
"deprecated":
|
|
450
|
+
"deprecated": false
|
|
500
451
|
},
|
|
501
452
|
"inverse": {
|
|
502
453
|
"value": "{color.brand.lime.300.value}",
|
|
503
|
-
"type": "semantic",
|
|
504
454
|
"public": true,
|
|
505
455
|
"inverse": true,
|
|
506
456
|
"usage": "Brand color for lime icons on dark backgrounds",
|
|
507
457
|
"wcag": "n/a",
|
|
508
|
-
"deprecated":
|
|
458
|
+
"deprecated": false
|
|
509
459
|
}
|
|
510
460
|
},
|
|
511
461
|
"green": {
|
|
512
462
|
"default": {
|
|
513
463
|
"value": "{color.brand.green.700.value}",
|
|
514
|
-
"type": "semantic",
|
|
515
464
|
"public": true,
|
|
516
465
|
"default": true,
|
|
517
466
|
"usage": "Brand color for green icons on light backgrounds",
|
|
518
467
|
"wcag": "n/a",
|
|
519
|
-
"deprecated":
|
|
468
|
+
"deprecated": false
|
|
520
469
|
},
|
|
521
470
|
"inverse": {
|
|
522
471
|
"value": "{color.brand.green.500.value}",
|
|
523
|
-
"type": "semantic",
|
|
524
472
|
"public": true,
|
|
525
473
|
"inverse": true,
|
|
526
474
|
"usage": "Brand color for green icons on dark backgrounds",
|
|
527
475
|
"wcag": "n/a",
|
|
528
|
-
"deprecated":
|
|
476
|
+
"deprecated": false
|
|
529
477
|
}
|
|
530
478
|
},
|
|
531
479
|
"turquoise": {
|
|
532
480
|
"default": {
|
|
533
481
|
"value": "{color.brand.turquoise.700.value}",
|
|
534
|
-
"type": "semantic",
|
|
535
482
|
"public": true,
|
|
536
483
|
"default": true,
|
|
537
484
|
"usage": "Brand color for turquoise icons on light backgrounds",
|
|
538
485
|
"wcag": "n/a",
|
|
539
|
-
"deprecated":
|
|
486
|
+
"deprecated": false
|
|
540
487
|
},
|
|
541
488
|
"inverse": {
|
|
542
489
|
"value": "{color.brand.turquoise.500.value}",
|
|
543
|
-
"type": "semantic",
|
|
544
490
|
"public": true,
|
|
545
491
|
"inverse": true,
|
|
546
492
|
"usage": "Brand color for turquoise icons on dark backgrounds",
|
|
547
493
|
"wcag": "n/a",
|
|
548
|
-
"deprecated":
|
|
494
|
+
"deprecated": false
|
|
549
495
|
}
|
|
550
496
|
},
|
|
551
497
|
"navy": {
|
|
552
498
|
"default": {
|
|
553
499
|
"value": "{color.brand.navy.800.value}",
|
|
554
|
-
"type": "semantic",
|
|
555
500
|
"public": true,
|
|
556
501
|
"default": true,
|
|
557
502
|
"usage": "Brand color for navy icons on light backgrounds",
|
|
558
503
|
"wcag": "n/a",
|
|
559
|
-
"deprecated":
|
|
504
|
+
"deprecated": false
|
|
560
505
|
},
|
|
561
506
|
"inverse": {
|
|
562
507
|
"value": "{color.brand.navy.500.value}",
|
|
563
|
-
"type": "semantic",
|
|
564
508
|
"public": true,
|
|
565
509
|
"inverse": true,
|
|
566
510
|
"usage": "Brand color for navy icons on dark backgrounds",
|
|
567
511
|
"wcag": "n/a",
|
|
568
|
-
"deprecated":
|
|
512
|
+
"deprecated": false
|
|
569
513
|
}
|
|
570
514
|
},
|
|
571
515
|
"blue": {
|
|
572
516
|
"default": {
|
|
573
517
|
"value": "{color.brand.blue.700.value}",
|
|
574
|
-
"type": "semantic",
|
|
575
518
|
"public": true,
|
|
576
519
|
"default": true,
|
|
577
520
|
"usage": "Brand color for blue icons on light backgrounds",
|
|
578
521
|
"wcag": "n/a",
|
|
579
|
-
"deprecated":
|
|
522
|
+
"deprecated": false
|
|
580
523
|
},
|
|
581
524
|
"inverse": {
|
|
582
525
|
"value": "{color.brand.blue.500.value}",
|
|
583
|
-
"type": "semantic",
|
|
584
526
|
"public": true,
|
|
585
527
|
"inverse": true,
|
|
586
528
|
"usage": "Brand color for blue icons on dark backgrounds",
|
|
587
529
|
"wcag": "n/a",
|
|
588
|
-
"deprecated":
|
|
530
|
+
"deprecated": false
|
|
589
531
|
}
|
|
590
532
|
},
|
|
591
533
|
"cyan": {
|
|
592
534
|
"default": {
|
|
593
535
|
"value": "{color.brand.cyan.700.value}",
|
|
594
|
-
"type": "semantic",
|
|
595
536
|
"public": true,
|
|
596
537
|
"default": true,
|
|
597
538
|
"usage": "Brand color for cyan icons on light backgrounds",
|
|
598
539
|
"wcag": "n/a",
|
|
599
|
-
"deprecated":
|
|
540
|
+
"deprecated": false
|
|
600
541
|
},
|
|
601
542
|
"inverse": {
|
|
602
543
|
"value": "{color.brand.cyan.300.value}",
|
|
603
|
-
"type": "semantic",
|
|
604
544
|
"public": true,
|
|
605
545
|
"inverse": true,
|
|
606
546
|
"usage": "Brand color for cyan icons on dark backgrounds",
|
|
607
547
|
"wcag": "n/a",
|
|
608
|
-
"deprecated":
|
|
548
|
+
"deprecated": false
|
|
609
549
|
}
|
|
610
550
|
},
|
|
611
551
|
"gray": {
|
|
612
552
|
"default": {
|
|
613
553
|
"value": "{color.brand.gray.700.value}",
|
|
614
|
-
"type": "semantic",
|
|
615
554
|
"public": true,
|
|
616
555
|
"default": true,
|
|
617
556
|
"usage": "Brand color for gray icons on light backgrounds",
|
|
618
557
|
"wcag": "n/a",
|
|
619
|
-
"deprecated":
|
|
558
|
+
"deprecated": false
|
|
620
559
|
},
|
|
621
560
|
"inverse": {
|
|
622
561
|
"value": "{color.brand.gray.300.value}",
|
|
623
|
-
"type": "semantic",
|
|
624
562
|
"public": true,
|
|
625
563
|
"inverse": true,
|
|
626
564
|
"usage": "Brand color for gray icons on dark backgrounds",
|
|
627
565
|
"wcag": "n/a",
|
|
628
|
-
"deprecated":
|
|
566
|
+
"deprecated": false
|
|
629
567
|
}
|
|
630
568
|
},
|
|
631
569
|
"neutral": {
|
|
632
570
|
"default": {
|
|
633
571
|
"value": "{color.brand.neutral.700.value}",
|
|
634
|
-
"type": "semantic",
|
|
635
572
|
"public": true,
|
|
636
573
|
"default": true,
|
|
637
574
|
"usage": "Brand color for neutral icons on light backgrounds",
|
|
638
575
|
"wcag": "n/a",
|
|
639
|
-
"deprecated":
|
|
576
|
+
"deprecated": false
|
|
640
577
|
},
|
|
641
578
|
"inverse": {
|
|
642
579
|
"value": "{color.brand.neutral.400.value}",
|
|
643
|
-
"type": "semantic",
|
|
644
580
|
"public": true,
|
|
645
581
|
"inverse": true,
|
|
646
582
|
"usage": "Brand color for neutral icons on dark backgrounds",
|
|
647
583
|
"wcag": "n/a",
|
|
648
|
-
"deprecated":
|
|
584
|
+
"deprecated": false
|
|
649
585
|
}
|
|
650
586
|
}
|
|
651
587
|
},
|
|
652
588
|
"disabled": {
|
|
653
589
|
"default": {
|
|
654
590
|
"value": "{color.base.black-opacity-15.value}",
|
|
655
|
-
"type": "semantic",
|
|
656
591
|
"public": true,
|
|
657
592
|
"default": true,
|
|
658
593
|
"usage": "Disabled icon color on light backgrounds",
|