@aurodesignsystem/design-tokens 5.0.0 → 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 +14 -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 +4 -6
- 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
|
"accent": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": "{color.brand.lime.100.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
7
|
"public": true,
|
|
9
8
|
"default": true,
|
|
10
9
|
"usage": "Accent color for containers on light backgrounds",
|
|
11
10
|
"wcag": "n/a",
|
|
12
|
-
"deprecated":
|
|
11
|
+
"deprecated": false
|
|
13
12
|
},
|
|
14
13
|
"inverse": {
|
|
15
14
|
"value": "{color.brand.lime.300.value}",
|
|
16
|
-
"type": "semantic",
|
|
17
15
|
"public": true,
|
|
18
16
|
"inverse": true,
|
|
19
17
|
"usage": "Accent color for containers on dark backgrounds",
|
|
20
18
|
"wcag": "n/a",
|
|
21
|
-
"deprecated":
|
|
19
|
+
"deprecated": false
|
|
22
20
|
}
|
|
23
21
|
},
|
|
24
22
|
"emphasis": {
|
|
25
23
|
"default": {
|
|
26
24
|
"value": "{color.brand.cyan.100.value}",
|
|
27
|
-
"type": "semantic",
|
|
28
25
|
"public": true,
|
|
29
26
|
"default": true,
|
|
30
27
|
"usage": "Emphasis color for containers on light backgrounds",
|
|
31
28
|
"wcag": "n/a",
|
|
32
|
-
"deprecated":
|
|
29
|
+
"deprecated": false
|
|
33
30
|
},
|
|
34
31
|
"inverse": {
|
|
35
32
|
"value": "{color.brand.cyan.300.value}",
|
|
36
|
-
"type": "semantic",
|
|
37
33
|
"public": true,
|
|
38
34
|
"inverse": true,
|
|
39
35
|
"usage": "Emphasis color for containers on dark backgrounds",
|
|
40
36
|
"wcag": "n/a",
|
|
41
|
-
"deprecated":
|
|
37
|
+
"deprecated": false
|
|
42
38
|
}
|
|
43
39
|
},
|
|
44
40
|
"error": {
|
|
45
41
|
"default": {
|
|
46
42
|
"value": "{color.base.error.100.value}",
|
|
47
|
-
"type": "semantic",
|
|
48
43
|
"public": true,
|
|
49
44
|
"default": true,
|
|
50
45
|
"usage": "Error color for containers on light backgrounds",
|
|
51
46
|
"wcag": "n/a",
|
|
52
|
-
"deprecated":
|
|
47
|
+
"deprecated": false
|
|
53
48
|
},
|
|
54
49
|
"inverse": {
|
|
55
50
|
"value": "{color.base.error.500.value}",
|
|
56
|
-
"type": "semantic",
|
|
57
51
|
"public": true,
|
|
58
52
|
"inverse": true,
|
|
59
53
|
"usage": "Error color for containers on dark backgrounds",
|
|
60
54
|
"wcag": "n/a",
|
|
61
|
-
"deprecated":
|
|
55
|
+
"deprecated": false
|
|
62
56
|
}
|
|
63
57
|
},
|
|
64
58
|
"info": {
|
|
65
59
|
"default": {
|
|
66
60
|
"value": "{color.brand.blue.100.value}",
|
|
67
|
-
"type": "semantic",
|
|
68
61
|
"public": true,
|
|
69
62
|
"default": true,
|
|
70
63
|
"usage": "Info color for containers on light backgrounds",
|
|
71
64
|
"wcag": "n/a",
|
|
72
|
-
"deprecated":
|
|
65
|
+
"deprecated": false
|
|
73
66
|
},
|
|
74
67
|
"inverse": {
|
|
75
68
|
"value": "{color.brand.blue.900.value}",
|
|
76
|
-
"type": "semantic",
|
|
77
69
|
"public": true,
|
|
78
70
|
"inverse": true,
|
|
79
71
|
"usage": "Info color for containers on dark backgrounds",
|
|
80
72
|
"wcag": "n/a",
|
|
81
|
-
"deprecated":
|
|
73
|
+
"deprecated": false
|
|
82
74
|
}
|
|
83
75
|
},
|
|
84
76
|
"primary": {
|
|
85
77
|
"default": {
|
|
86
78
|
"value": "{color.base.white.value}",
|
|
87
|
-
"type": "semantic",
|
|
88
79
|
"public": true,
|
|
89
80
|
"default": true,
|
|
90
81
|
"usage": "Primary color for containers on light backgrounds",
|
|
91
82
|
"wcag": "n/a",
|
|
92
|
-
"deprecated":
|
|
83
|
+
"deprecated": false
|
|
93
84
|
},
|
|
94
85
|
"inverse": {
|
|
95
86
|
"value": "{color.brand.navy.1000.value}",
|
|
96
|
-
"type": "semantic",
|
|
97
87
|
"public": true,
|
|
98
88
|
"inverse": true,
|
|
99
89
|
"usage": "Primary color for containers on dark backgrounds",
|
|
100
90
|
"wcag": "n/a",
|
|
101
|
-
"deprecated":
|
|
91
|
+
"deprecated": false
|
|
102
92
|
}
|
|
103
93
|
},
|
|
104
94
|
"secondary": {
|
|
105
95
|
"default": {
|
|
106
96
|
"value": "{color.brand.gray.100.value}",
|
|
107
|
-
"type": "semantic",
|
|
108
97
|
"public": true,
|
|
109
98
|
"default": true,
|
|
110
99
|
"usage": "Secondary color for containers on light backgrounds",
|
|
111
100
|
"wcag": "n/a",
|
|
112
|
-
"deprecated":
|
|
101
|
+
"deprecated": false
|
|
113
102
|
},
|
|
114
103
|
"inverse": {
|
|
115
104
|
"value": "{color.brand.navy.900.value}",
|
|
116
|
-
"type": "semantic",
|
|
117
105
|
"public": true,
|
|
118
106
|
"inverse": true,
|
|
119
107
|
"usage": "Secondary color for containers on dark backgrounds",
|
|
120
108
|
"wcag": "n/a",
|
|
121
|
-
"deprecated":
|
|
109
|
+
"deprecated": false
|
|
122
110
|
}
|
|
123
111
|
},
|
|
124
112
|
"subtle": {
|
|
125
113
|
"default": {
|
|
126
114
|
"value": "{color.brand.neutral.100.value}",
|
|
127
|
-
"type": "semantic",
|
|
128
115
|
"public": true,
|
|
129
116
|
"default": true,
|
|
130
117
|
"usage": "Subtle color for containers on light backgrounds",
|
|
131
118
|
"wcag": "n/a",
|
|
132
|
-
"deprecated":
|
|
119
|
+
"deprecated": false
|
|
133
120
|
},
|
|
134
121
|
"inverse": {
|
|
135
122
|
"value": "{color.brand.neutral.1000.value}",
|
|
136
|
-
"type": "semantic",
|
|
137
123
|
"public": true,
|
|
138
124
|
"inverse": true,
|
|
139
125
|
"usage": "Subtle color for containers on dark backgrounds",
|
|
140
126
|
"wcag": "n/a",
|
|
141
|
-
"deprecated":
|
|
127
|
+
"deprecated": false
|
|
142
128
|
}
|
|
143
129
|
},
|
|
144
130
|
"success": {
|
|
145
131
|
"default": {
|
|
146
132
|
"value": "{color.base.success.100.value}",
|
|
147
|
-
"type": "semantic",
|
|
148
133
|
"public": true,
|
|
149
134
|
"default": true,
|
|
150
135
|
"usage": "Success color for containers on light backgrounds",
|
|
151
136
|
"wcag": "n/a",
|
|
152
|
-
"deprecated":
|
|
137
|
+
"deprecated": false
|
|
153
138
|
},
|
|
154
139
|
"inverse": {
|
|
155
140
|
"value": "{color.base.success.500.value}",
|
|
156
|
-
"type": "semantic",
|
|
157
141
|
"public": true,
|
|
158
142
|
"inverse": true,
|
|
159
143
|
"usage": "Success color for containers on dark backgrounds",
|
|
160
144
|
"wcag": "n/a",
|
|
161
|
-
"deprecated":
|
|
145
|
+
"deprecated": false
|
|
162
146
|
}
|
|
163
147
|
},
|
|
164
148
|
"tertiary": {
|
|
165
149
|
"default": {
|
|
166
150
|
"value": "{color.base.black-100.value}",
|
|
167
|
-
"type": "semantic",
|
|
168
151
|
"public": true,
|
|
169
152
|
"default": true,
|
|
170
153
|
"usage": "Tertiary color for containers on light backgrounds",
|
|
171
154
|
"wcag": "n/a",
|
|
172
|
-
"deprecated":
|
|
155
|
+
"deprecated": false
|
|
173
156
|
},
|
|
174
157
|
"inverse": {
|
|
175
158
|
"value": "{color.base.white-200.value}",
|
|
176
|
-
"type": "semantic",
|
|
177
159
|
"public": true,
|
|
178
160
|
"inverse": true,
|
|
179
161
|
"usage": "Tertiary color for containers on dark backgrounds",
|
|
180
162
|
"wcag": "n/a",
|
|
181
|
-
"deprecated":
|
|
163
|
+
"deprecated": false
|
|
182
164
|
}
|
|
183
165
|
},
|
|
184
166
|
"warning": {
|
|
185
167
|
"default": {
|
|
186
168
|
"value": "{color.base.warning.100.value}",
|
|
187
|
-
"type": "semantic",
|
|
188
169
|
"public": true,
|
|
189
170
|
"default": true,
|
|
190
171
|
"usage": "Warning color for containers on light backgrounds",
|
|
191
172
|
"wcag": "n/a",
|
|
192
|
-
"deprecated":
|
|
173
|
+
"deprecated": false
|
|
193
174
|
},
|
|
194
175
|
"inverse": {
|
|
195
176
|
"value": "{color.base.warning.500.value}",
|
|
196
|
-
"type": "semantic",
|
|
197
177
|
"public": true,
|
|
198
178
|
"inverse": true,
|
|
199
179
|
"usage": "Warning color for containers 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
|
"active": {
|
|
207
187
|
"default": {
|
|
208
188
|
"value": "{color.brand.blue.800.value}",
|
|
209
|
-
"type": "semantic",
|
|
210
189
|
"public": true,
|
|
211
190
|
"default": true,
|
|
212
191
|
"usage": "Primary active color for containers on light backgrounds",
|
|
213
192
|
"wcag": "n/a",
|
|
214
|
-
"deprecated":
|
|
193
|
+
"deprecated": false
|
|
215
194
|
},
|
|
216
195
|
"inverse": {
|
|
217
196
|
"value": "{color.brand.cyan.300.value}",
|
|
218
|
-
"type": "semantic",
|
|
219
197
|
"public": true,
|
|
220
198
|
"inverse": true,
|
|
221
199
|
"usage": "Primary active color for containers on dark backgrounds",
|
|
222
200
|
"wcag": "n/a",
|
|
223
|
-
"deprecated":
|
|
201
|
+
"deprecated": false
|
|
224
202
|
}
|
|
225
203
|
},
|
|
226
204
|
"default": {
|
|
227
205
|
"default": {
|
|
228
206
|
"value": "{color.brand.blue.700.value}",
|
|
229
|
-
"type": "semantic",
|
|
230
207
|
"public": true,
|
|
231
208
|
"default": true,
|
|
232
209
|
"usage": "Primary default color for containers on light backgrounds",
|
|
233
210
|
"wcag": "n/a",
|
|
234
|
-
"deprecated":
|
|
211
|
+
"deprecated": false
|
|
235
212
|
},
|
|
236
213
|
"inverse": {
|
|
237
214
|
"value": "{color.brand.cyan.400.value}",
|
|
238
|
-
"type": "semantic",
|
|
239
215
|
"public": true,
|
|
240
216
|
"inverse": true,
|
|
241
217
|
"usage": "Primary default color for containers on dark backgrounds",
|
|
242
218
|
"wcag": "n/a",
|
|
243
|
-
"deprecated":
|
|
219
|
+
"deprecated": false
|
|
244
220
|
}
|
|
245
221
|
},
|
|
246
222
|
"disabled": {
|
|
247
223
|
"default": {
|
|
248
224
|
"value": "{color.brand.blue.300.value}",
|
|
249
|
-
"type": "semantic",
|
|
250
225
|
"public": true,
|
|
251
226
|
"default": true,
|
|
252
227
|
"usage": "Primary disabled color for containers on light backgrounds",
|
|
253
228
|
"wcag": "n/a",
|
|
254
|
-
"deprecated":
|
|
229
|
+
"deprecated": false
|
|
255
230
|
},
|
|
256
231
|
"inverse": {
|
|
257
232
|
"value": "{color.brand.cyan.800.value}",
|
|
258
|
-
"type": "semantic",
|
|
259
233
|
"public": true,
|
|
260
234
|
"inverse": true,
|
|
261
235
|
"usage": "Primary disabled color for containers on dark backgrounds",
|
|
262
236
|
"wcag": "n/a",
|
|
263
|
-
"deprecated":
|
|
237
|
+
"deprecated": false
|
|
264
238
|
}
|
|
265
239
|
},
|
|
266
240
|
"focus": {
|
|
267
241
|
"default": {
|
|
268
242
|
"value": "{color.brand.blue.700.value}",
|
|
269
|
-
"type": "semantic",
|
|
270
243
|
"public": true,
|
|
271
244
|
"default": true,
|
|
272
245
|
"usage": "Primary focus color for containers on light backgrounds",
|
|
273
246
|
"wcag": "n/a",
|
|
274
|
-
"deprecated":
|
|
247
|
+
"deprecated": false
|
|
275
248
|
},
|
|
276
249
|
"inverse": {
|
|
277
250
|
"value": "{color.brand.cyan.400.value}",
|
|
278
|
-
"type": "semantic",
|
|
279
251
|
"public": true,
|
|
280
252
|
"inverse": true,
|
|
281
253
|
"usage": "Primary focus color for containers on dark backgrounds",
|
|
282
254
|
"wcag": "n/a",
|
|
283
|
-
"deprecated":
|
|
255
|
+
"deprecated": false
|
|
284
256
|
}
|
|
285
257
|
},
|
|
286
258
|
"hover": {
|
|
287
259
|
"default": {
|
|
288
260
|
"value": "{color.brand.blue.900.value}",
|
|
289
|
-
"type": "semantic",
|
|
290
261
|
"public": true,
|
|
291
262
|
"default": true,
|
|
292
263
|
"usage": "Primary hover color for containers on light backgrounds",
|
|
293
264
|
"wcag": "n/a",
|
|
294
|
-
"deprecated":
|
|
265
|
+
"deprecated": false
|
|
295
266
|
},
|
|
296
267
|
"inverse": {
|
|
297
268
|
"value": "{color.brand.cyan.200.value}",
|
|
298
|
-
"type": "semantic",
|
|
299
269
|
"public": true,
|
|
300
270
|
"inverse": true,
|
|
301
271
|
"usage": "Primary hover color for containers 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.blue.100.value}",
|
|
311
|
-
"type": "semantic",
|
|
312
281
|
"public": true,
|
|
313
282
|
"default": true,
|
|
314
283
|
"usage": "Secondary active color for containers on light backgrounds",
|
|
315
284
|
"wcag": "n/a",
|
|
316
|
-
"deprecated":
|
|
285
|
+
"deprecated": false
|
|
317
286
|
},
|
|
318
287
|
"inverse": {
|
|
319
288
|
"value": "{color.base.white-200.value}",
|
|
320
|
-
"type": "semantic",
|
|
321
289
|
"public": true,
|
|
322
290
|
"inverse": true,
|
|
323
291
|
"usage": "Secondary active color for containers 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.base.white.value}",
|
|
331
|
-
"type": "semantic",
|
|
332
299
|
"public": true,
|
|
333
300
|
"default": true,
|
|
334
301
|
"usage": "Secondary default color for containers on light backgrounds",
|
|
335
302
|
"wcag": "n/a",
|
|
336
|
-
"deprecated":
|
|
303
|
+
"deprecated": false
|
|
337
304
|
},
|
|
338
305
|
"inverse": {
|
|
339
306
|
"value": "{color.base.white-100.value}",
|
|
340
|
-
"type": "semantic",
|
|
341
307
|
"public": true,
|
|
342
308
|
"inverse": true,
|
|
343
309
|
"usage": "Secondary default color for containers 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.100.value}",
|
|
351
|
-
"type": "semantic",
|
|
352
317
|
"public": true,
|
|
353
318
|
"default": true,
|
|
354
319
|
"usage": "Secondary disabled color for containers on light backgrounds",
|
|
355
320
|
"wcag": "n/a",
|
|
356
|
-
"deprecated":
|
|
321
|
+
"deprecated": false
|
|
357
322
|
},
|
|
358
323
|
"inverse": {
|
|
359
324
|
"value": "{color.base.white-300.value}",
|
|
360
|
-
"type": "semantic",
|
|
361
325
|
"public": true,
|
|
362
326
|
"inverse": true,
|
|
363
327
|
"usage": "Secondary disabled color for containers 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.base.white.value}",
|
|
371
|
-
"type": "semantic",
|
|
372
335
|
"public": true,
|
|
373
336
|
"default": true,
|
|
374
337
|
"usage": "Secondary focus color for containers on light backgrounds",
|
|
375
338
|
"wcag": "n/a",
|
|
376
|
-
"deprecated":
|
|
339
|
+
"deprecated": false
|
|
377
340
|
},
|
|
378
341
|
"inverse": {
|
|
379
342
|
"value": "{color.base.white-100.value}",
|
|
380
|
-
"type": "semantic",
|
|
381
343
|
"public": true,
|
|
382
344
|
"inverse": true,
|
|
383
345
|
"usage": "Secondary focus color for containers 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.base.black-100.value}",
|
|
391
|
-
"type": "semantic",
|
|
392
353
|
"public": true,
|
|
393
354
|
"default": true,
|
|
394
355
|
"usage": "Secondary hover color for containers on light backgrounds",
|
|
395
356
|
"wcag": "n/a",
|
|
396
|
-
"deprecated":
|
|
357
|
+
"deprecated": false
|
|
397
358
|
},
|
|
398
359
|
"inverse": {
|
|
399
360
|
"value": "{color.base.white-300.value}",
|
|
400
|
-
"type": "semantic",
|
|
401
361
|
"public": true,
|
|
402
362
|
"inverse": true,
|
|
403
363
|
"usage": "Secondary hover color for containers on dark backgrounds",
|
|
404
364
|
"wcag": "n/a",
|
|
405
|
-
"deprecated":
|
|
365
|
+
"deprecated": false
|
|
406
366
|
}
|
|
407
367
|
}
|
|
408
368
|
},
|
|
@@ -410,102 +370,91 @@
|
|
|
410
370
|
"active": {
|
|
411
371
|
"default": {
|
|
412
372
|
"value": "{color.base.black-200.value}",
|
|
413
|
-
"type": "semantic",
|
|
414
373
|
"public": true,
|
|
415
374
|
"default": true,
|
|
416
375
|
"usage": "Tertiary active color for containers on light backgrounds",
|
|
417
376
|
"wcag": "n/a",
|
|
418
|
-
"deprecated":
|
|
377
|
+
"deprecated": false
|
|
419
378
|
},
|
|
420
379
|
"inverse": {
|
|
421
380
|
"value": "{color.base.white-200.value}",
|
|
422
|
-
"type": "semantic",
|
|
423
381
|
"public": true,
|
|
424
382
|
"inverse": true,
|
|
425
383
|
"usage": "Tertiary active color for containers on dark backgrounds",
|
|
426
384
|
"wcag": "n/a",
|
|
427
|
-
"deprecated":
|
|
385
|
+
"deprecated": false
|
|
428
386
|
}
|
|
429
387
|
},
|
|
430
388
|
"default": {
|
|
431
389
|
"default": {
|
|
432
390
|
"value": "{color.base.black-100.value}",
|
|
433
|
-
"type": "semantic",
|
|
434
391
|
"public": true,
|
|
435
392
|
"default": true,
|
|
436
393
|
"usage": "Tertiary default color for containers on light backgrounds",
|
|
437
394
|
"wcag": "n/a",
|
|
438
|
-
"deprecated":
|
|
395
|
+
"deprecated": false
|
|
439
396
|
},
|
|
440
397
|
"inverse": {
|
|
441
398
|
"value": "{color.base.white-300.value}",
|
|
442
|
-
"type": "semantic",
|
|
443
399
|
"public": true,
|
|
444
400
|
"inverse": true,
|
|
445
401
|
"usage": "Tertiary default color for containers on dark backgrounds",
|
|
446
402
|
"wcag": "n/a",
|
|
447
|
-
"deprecated":
|
|
403
|
+
"deprecated": false
|
|
448
404
|
}
|
|
449
405
|
},
|
|
450
406
|
"disabled": {
|
|
451
407
|
"default": {
|
|
452
408
|
"value": "{color.base.black-100.value}",
|
|
453
|
-
"type": "semantic",
|
|
454
409
|
"public": true,
|
|
455
410
|
"default": true,
|
|
456
411
|
"usage": "Tertiary disabled color for containers on light backgrounds",
|
|
457
412
|
"wcag": "n/a",
|
|
458
|
-
"deprecated":
|
|
413
|
+
"deprecated": false
|
|
459
414
|
},
|
|
460
415
|
"inverse": {
|
|
461
416
|
"value": "{color.base.white-400.value}",
|
|
462
|
-
"type": "semantic",
|
|
463
417
|
"public": true,
|
|
464
418
|
"inverse": true,
|
|
465
419
|
"usage": "Tertiary disabled color for containers on dark backgrounds",
|
|
466
420
|
"wcag": "n/a",
|
|
467
|
-
"deprecated":
|
|
421
|
+
"deprecated": false
|
|
468
422
|
}
|
|
469
423
|
},
|
|
470
424
|
"focus": {
|
|
471
425
|
"default": {
|
|
472
426
|
"value": "{color.base.black-100.value}",
|
|
473
|
-
"type": "semantic",
|
|
474
|
-
"type": "semantic",
|
|
475
427
|
"public": true,
|
|
476
428
|
"default": true,
|
|
477
429
|
"usage": "Tertiary focus color for containers on light backgrounds",
|
|
478
430
|
"wcag": "n/a",
|
|
479
|
-
"deprecated":
|
|
431
|
+
"deprecated": false
|
|
480
432
|
},
|
|
481
433
|
"inverse": {
|
|
482
434
|
"value": "{color.base.white-300.value}",
|
|
483
|
-
"type": "semantic",
|
|
484
435
|
"public": true,
|
|
485
436
|
"inverse": true,
|
|
486
437
|
"usage": "Tertiary focus color for containers on dark backgrounds",
|
|
487
438
|
"wcag": "n/a",
|
|
488
|
-
"deprecated":
|
|
439
|
+
"deprecated": false
|
|
489
440
|
}
|
|
490
441
|
},
|
|
491
442
|
"hover": {
|
|
492
443
|
"default": {
|
|
493
444
|
"value": "{color.base.black-300.value}",
|
|
494
|
-
"type": "semantic",
|
|
495
445
|
"public": true,
|
|
496
446
|
"default": true,
|
|
497
447
|
"usage": "Tertiary hover color for containers on light backgrounds",
|
|
498
448
|
"wcag": "n/a",
|
|
499
|
-
"deprecated":
|
|
449
|
+
"deprecated": false
|
|
500
450
|
},
|
|
501
451
|
"inverse": {
|
|
502
452
|
"value": "{color.base.white-400.value}",
|
|
503
|
-
"type": "semantic",
|
|
504
453
|
"public": true,
|
|
505
454
|
"inverse": true,
|
|
506
455
|
"usage": "Tertiary hover color for containers on dark backgrounds",
|
|
507
456
|
"wcag": "n/a",
|
|
508
|
-
"deprecated":
|
|
457
|
+
"deprecated": false
|
|
509
458
|
}
|
|
510
459
|
}
|
|
511
460
|
}
|