@aurodesignsystem/design-tokens 4.1.1 → 4.3.0
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 +15 -0
- package/README.md +17 -0
- package/dist/tokens/CSSCustomProperties.css +244 -95
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +241 -1
- package/dist/tokens/JSObject--allTokens.js +241 -1
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +9 -1
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +150 -95
- package/dist/tokens/SCSSVariablesMapFlat.scss +12 -2
- package/dist/tokens/SassCustomProperties.scss +244 -95
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +11 -5
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--allDarkTokens.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +7 -5
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +11 -5
- package/package.json +2 -2
- package/src/color/background.json +10 -0
- package/src/color/base.json +14 -0
- package/src/color/border.json +7 -0
- package/src/color/ui.json +30 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 29 Dec 2023 19:04:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -162,11 +162,20 @@
|
|
|
162
162
|
--ds-color-background-lighter: #f8f8f8;
|
|
163
163
|
--ds-color-background-darker: #01426a;
|
|
164
164
|
--ds-color-background-darkest: #00274a;
|
|
165
|
-
--ds-color-
|
|
166
|
-
|
|
165
|
+
--ds-color-background-gradient-default: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* // Base value for token support; should not use in code!
|
|
169
|
+
*/
|
|
170
|
+
--ds-color-base-white: #ffffff;
|
|
171
|
+
--ds-color-base-white-opacity-50: rgba(255, 255, 255, 0.5); /* white @ 50% */
|
|
167
172
|
--ds-color-base-white-opacity-40: rgba(255, 255, 255, 0.4); /* white @ 40% */
|
|
168
|
-
--ds-color-base-
|
|
169
|
-
|
|
173
|
+
--ds-color-base-white-opacity-0: rgba(255, 255, 255, 0); /* white @ 0% */
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* // Base value for token support; should not use in code!
|
|
177
|
+
*/
|
|
178
|
+
--ds-color-base-black: #000000;
|
|
170
179
|
--ds-color-base-black-opacity-15: rgba(0, 0, 0, 0.15); /* black @ 15% */
|
|
171
180
|
--ds-color-state-error-100: #ff999b;
|
|
172
181
|
--ds-color-state-error-500: #df0b37;
|
|
@@ -176,101 +185,237 @@
|
|
|
176
185
|
--ds-color-border-primary-default: #626b79;
|
|
177
186
|
--ds-color-border-primary-inverse: #9fabbb;
|
|
178
187
|
--ds-color-border-active-default: #0074c8;
|
|
188
|
+
--ds-color-border-active-inverse: #00cff0;
|
|
179
189
|
--ds-color-border-error-default: #df0b37;
|
|
180
190
|
--ds-color-border-disabled-default: #dbdbdb;
|
|
181
191
|
--ds-color-border-focus-default: #222222;
|
|
182
192
|
--ds-color-border-divider-default: rgba(0, 0, 0, 0.15);
|
|
183
193
|
--ds-color-border-divider-inverse: #ffffff;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
--ds-color-brand-midnight-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
--ds-color-brand-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
--ds-color-brand-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
--ds-color-brand-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
--ds-color-brand-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
--ds-color-brand-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
--ds-color-brand-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
--ds-color-brand-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
--ds-color-brand-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* // Please consider descriptive token prior to using brand token
|
|
197
|
+
*/
|
|
198
|
+
--ds-color-brand-midnight-100: #c1daf0;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* // Please consider descriptive token prior to using brand token
|
|
202
|
+
*/
|
|
203
|
+
--ds-color-brand-midnight-200: #569ed7;
|
|
204
|
+
/**
|
|
205
|
+
*
|
|
206
|
+
* // Please consider descriptive token prior to using brand token
|
|
207
|
+
*/
|
|
208
|
+
--ds-color-brand-midnight-300: #156fad;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
* // Please consider descriptive token prior to using brand token
|
|
212
|
+
*/
|
|
213
|
+
--ds-color-brand-midnight-400: #01426a;
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
* // Please consider descriptive token prior to using brand token
|
|
217
|
+
*/
|
|
218
|
+
--ds-color-brand-midnight-500: #00274a;
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* // Please consider descriptive token prior to using brand token
|
|
222
|
+
*/
|
|
223
|
+
--ds-color-brand-atlas-100: #cde6ff;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* // Please consider descriptive token prior to using brand token
|
|
227
|
+
*/
|
|
228
|
+
--ds-color-brand-atlas-200: #6bb7fb;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* // Please consider descriptive token prior to using brand token
|
|
232
|
+
*/
|
|
233
|
+
--ds-color-brand-atlas-300: #2492eb;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* // Please consider descriptive token prior to using brand token
|
|
237
|
+
*/
|
|
238
|
+
--ds-color-brand-atlas-400: #0074c8;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* // Please consider descriptive token prior to using brand token
|
|
242
|
+
*/
|
|
243
|
+
--ds-color-brand-atlas-500: #054687;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* // Please consider descriptive token prior to using brand token
|
|
247
|
+
*/
|
|
248
|
+
--ds-color-brand-breeze-100: #c0f7ff;
|
|
249
|
+
/**
|
|
250
|
+
*
|
|
251
|
+
* // Please consider descriptive token prior to using brand token
|
|
252
|
+
*/
|
|
253
|
+
--ds-color-brand-breeze-200: #5de3f7;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* // Please consider descriptive token prior to using brand token
|
|
257
|
+
*/
|
|
258
|
+
--ds-color-brand-breeze-300: #00cff0;
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
* // Please consider descriptive token prior to using brand token
|
|
262
|
+
*/
|
|
263
|
+
--ds-color-brand-breeze-400: #099dc5;
|
|
264
|
+
/**
|
|
265
|
+
*
|
|
266
|
+
* // Please consider descriptive token prior to using brand token
|
|
267
|
+
*/
|
|
268
|
+
--ds-color-brand-breeze-500: #0b5575;
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* // Please consider descriptive token prior to using brand token
|
|
272
|
+
*/
|
|
273
|
+
--ds-color-brand-tropical-100: #e2ffcd;
|
|
274
|
+
/**
|
|
275
|
+
*
|
|
276
|
+
* // Please consider descriptive token prior to using brand token
|
|
277
|
+
*/
|
|
278
|
+
--ds-color-brand-tropical-200: #d0fba6;
|
|
279
|
+
/**
|
|
280
|
+
*
|
|
281
|
+
* // Please consider descriptive token prior to using brand token
|
|
282
|
+
*/
|
|
283
|
+
--ds-color-brand-tropical-300: #c0e585;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* // Please consider descriptive token prior to using brand token
|
|
287
|
+
*/
|
|
288
|
+
--ds-color-brand-tropical-400: #91be62;
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* // Please consider descriptive token prior to using brand token
|
|
292
|
+
*/
|
|
293
|
+
--ds-color-brand-tropical-500: #5e8741;
|
|
294
|
+
/**
|
|
295
|
+
*
|
|
296
|
+
* // Please consider descriptive token prior to using brand token
|
|
297
|
+
*/
|
|
298
|
+
--ds-color-brand-alpine-100: #bcaae6;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* // Please consider descriptive token prior to using brand token
|
|
302
|
+
*/
|
|
303
|
+
--ds-color-brand-alpine-200: #9e73ea;
|
|
304
|
+
/**
|
|
305
|
+
*
|
|
306
|
+
* // Please consider descriptive token prior to using brand token
|
|
307
|
+
*/
|
|
308
|
+
--ds-color-brand-alpine-300: #8439ef;
|
|
309
|
+
/**
|
|
310
|
+
*
|
|
311
|
+
* // Please consider descriptive token prior to using brand token
|
|
312
|
+
*/
|
|
313
|
+
--ds-color-brand-alpine-400: #631db8;
|
|
314
|
+
/**
|
|
315
|
+
*
|
|
316
|
+
* // Please consider descriptive token prior to using brand token
|
|
317
|
+
*/
|
|
318
|
+
--ds-color-brand-alpine-500: #39115c;
|
|
319
|
+
/**
|
|
320
|
+
*
|
|
321
|
+
* // Please consider descriptive token prior to using brand token
|
|
322
|
+
*/
|
|
323
|
+
--ds-color-brand-flamingo-100: #ffebee;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* // Please consider descriptive token prior to using brand token
|
|
327
|
+
*/
|
|
328
|
+
--ds-color-brand-flamingo-200: #ffc0ca;
|
|
329
|
+
/**
|
|
330
|
+
*
|
|
331
|
+
* // Please consider descriptive token prior to using brand token
|
|
332
|
+
*/
|
|
333
|
+
--ds-color-brand-flamingo-300: #ff94a7;
|
|
334
|
+
/**
|
|
335
|
+
*
|
|
336
|
+
* // Please consider descriptive token prior to using brand token
|
|
337
|
+
*/
|
|
338
|
+
--ds-color-brand-flamingo-400: #f65b7b;
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* // Please consider descriptive token prior to using brand token
|
|
342
|
+
*/
|
|
343
|
+
--ds-color-brand-flamingo-500: #b82b47;
|
|
344
|
+
/**
|
|
345
|
+
*
|
|
346
|
+
* // Please consider descriptive token prior to using brand token
|
|
347
|
+
*/
|
|
348
|
+
--ds-color-brand-canyon-100: #ffcab6;
|
|
349
|
+
/**
|
|
350
|
+
*
|
|
351
|
+
* // Please consider descriptive token prior to using brand token
|
|
352
|
+
*/
|
|
353
|
+
--ds-color-brand-canyon-200: #f99574;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* // Please consider descriptive token prior to using brand token
|
|
357
|
+
*/
|
|
358
|
+
--ds-color-brand-canyon-300: #f26135;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* // Please consider descriptive token prior to using brand token
|
|
362
|
+
*/
|
|
363
|
+
--ds-color-brand-canyon-400: #de3e09;
|
|
364
|
+
/**
|
|
365
|
+
*
|
|
366
|
+
* // Please consider descriptive token prior to using brand token
|
|
367
|
+
*/
|
|
368
|
+
--ds-color-brand-canyon-500: #b83302;
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* // Please consider descriptive token prior to using brand token
|
|
372
|
+
*/
|
|
373
|
+
--ds-color-brand-goldcoast-100: #fff0cd;
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* // Please consider descriptive token prior to using brand token
|
|
377
|
+
*/
|
|
378
|
+
--ds-color-brand-goldcoast-200: #ffdb67;
|
|
379
|
+
/**
|
|
380
|
+
*
|
|
381
|
+
* // Please consider descriptive token prior to using brand token
|
|
382
|
+
*/
|
|
383
|
+
--ds-color-brand-goldcoast-300: #ffd200;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* // Please consider descriptive token prior to using brand token
|
|
387
|
+
*/
|
|
388
|
+
--ds-color-brand-goldcoast-400: #e5ad07;
|
|
389
|
+
/**
|
|
390
|
+
*
|
|
391
|
+
* // Please consider descriptive token prior to using brand token
|
|
392
|
+
*/
|
|
393
|
+
--ds-color-brand-goldcoast-500: #b88624;
|
|
394
|
+
/**
|
|
395
|
+
*
|
|
396
|
+
* // Please consider descriptive token prior to using brand token
|
|
397
|
+
*/
|
|
398
|
+
--ds-color-brand-neutral-100: #f9fbfc;
|
|
399
|
+
/**
|
|
400
|
+
*
|
|
401
|
+
* // Please consider descriptive token prior to using brand token
|
|
402
|
+
*/
|
|
403
|
+
--ds-color-brand-neutral-200: #e2eaef;
|
|
404
|
+
/**
|
|
405
|
+
*
|
|
406
|
+
* // Please consider descriptive token prior to using brand token
|
|
407
|
+
*/
|
|
408
|
+
--ds-color-brand-neutral-300: #cbd8e2;
|
|
409
|
+
/**
|
|
410
|
+
*
|
|
411
|
+
* // Please consider descriptive token prior to using brand token
|
|
412
|
+
*/
|
|
413
|
+
--ds-color-brand-neutral-400: #9fabbb;
|
|
414
|
+
/**
|
|
415
|
+
*
|
|
416
|
+
* // Please consider descriptive token prior to using brand token
|
|
417
|
+
*/
|
|
418
|
+
--ds-color-brand-neutral-500: #626b79;
|
|
274
419
|
--ds-color-brand-gray-100: #f8f8f8;
|
|
275
420
|
--ds-color-brand-gray-200: #dbdbdb;
|
|
276
421
|
--ds-color-brand-gray-300: #b2b2b2;
|
|
@@ -312,6 +457,10 @@
|
|
|
312
457
|
--ds-color-ui-hover-default: #054687;
|
|
313
458
|
--ds-color-ui-hover-inverse: #5de3f7;
|
|
314
459
|
--ds-color-ui-active-default: #054687;
|
|
460
|
+
--ds-color-ui-active-inverse: #5de3f7;
|
|
315
461
|
--ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);
|
|
462
|
+
--ds-color-ui-bkg-default-default: rgba(0, 0, 0, 0.03);
|
|
463
|
+
--ds-color-ui-bkg-default-inverse: rgba(255, 255, 255, 0.03);
|
|
316
464
|
--ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);
|
|
465
|
+
--ds-color-ui-bkg-hover-inverse: rgba(255, 255, 255, 0.06);
|
|
317
466
|
}
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 29 Dec 2023 19:04:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* // Base value for token support; should not use in code!
|
|
10
|
+
*/
|
|
11
|
+
--ds-color-base-white: #000000;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* // Base value for token support; should not use in code!
|
|
15
|
+
*/
|
|
16
|
+
--ds-color-base-black: #ffffff;
|
|
11
17
|
--ds-color-border-primary-default: #9fabbb;
|
|
12
18
|
--ds-color-border-divider-default: #000000;
|
|
13
19
|
--ds-color-icon-primary-default: #9fabbb;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Fri,
|
|
3
|
+
// Generated on Fri, 29 Dec 2023 19:04:04 GMT
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
$ds-color-base-
|
|
8
|
-
|
|
5
|
+
//
|
|
6
|
+
// // Base value for token support; should not use in code!
|
|
7
|
+
$ds-color-base-white: #000000;
|
|
8
|
+
//
|
|
9
|
+
// // Base value for token support; should not use in code!
|
|
10
|
+
$ds-color-base-black: #ffffff;
|
|
9
11
|
$ds-color-border-primary-default: #9fabbb;
|
|
10
12
|
$ds-color-border-divider-default: #000000;
|
|
11
13
|
$ds-color-icon-primary-default: #9fabbb;
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 29 Dec 2023 19:04:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* // Base value for token support; should not use in code!
|
|
10
|
+
*/
|
|
11
|
+
--ds-color-base-white: #000000;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* // Base value for token support; should not use in code!
|
|
15
|
+
*/
|
|
16
|
+
--ds-color-base-black: #ffffff;
|
|
11
17
|
--ds-color-border-primary-default: #9fabbb;
|
|
12
18
|
--ds-color-border-divider-default: #000000;
|
|
13
19
|
--ds-color-icon-primary-default: #9fabbb;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Alaska Air Auro Design System token repository",
|
|
5
5
|
"homepage": "https://github.com/AlaskaAirlines/DesignTokens",
|
|
6
6
|
"author": "Alaska Airlines Product design and engineering",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"husky": "^8.0.0",
|
|
26
26
|
"npm-run-all": "^4.1.5",
|
|
27
27
|
"semantic-release": "^21.0.7",
|
|
28
|
-
"style-dictionary": "^3.
|
|
28
|
+
"style-dictionary": "^3.9.0"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"postinstall": "node packageScripts/postinstall.mjs",
|
|
@@ -32,6 +32,16 @@
|
|
|
32
32
|
"usage": "Used for creating dark backgrounds @ 20% darker",
|
|
33
33
|
"wcag": "n/a",
|
|
34
34
|
"deprecated": false
|
|
35
|
+
},
|
|
36
|
+
"gradient": {
|
|
37
|
+
"default": {
|
|
38
|
+
"value": "linear-gradient(180deg, {color.base.white-opacity-0}, {color.base.white-opacity-50})",
|
|
39
|
+
"public": true,
|
|
40
|
+
"neutral": true,
|
|
41
|
+
"usage": "Used for creating a gradient against all backgrounds",
|
|
42
|
+
"wcag": "n/a",
|
|
43
|
+
"deprecated": false
|
|
44
|
+
}
|
|
35
45
|
}
|
|
36
46
|
}
|
|
37
47
|
}
|
package/src/color/base.json
CHANGED
|
@@ -7,6 +7,13 @@
|
|
|
7
7
|
"public": true,
|
|
8
8
|
"deprecated": false
|
|
9
9
|
},
|
|
10
|
+
"white-opacity-50": {
|
|
11
|
+
"value": "ffffff80",
|
|
12
|
+
"comment": "white @ 50%",
|
|
13
|
+
"public": true,
|
|
14
|
+
"opacity": true,
|
|
15
|
+
"deprecated": false
|
|
16
|
+
},
|
|
10
17
|
"white-opacity-40": {
|
|
11
18
|
"value": "ffffff66",
|
|
12
19
|
"comment": "white @ 40%",
|
|
@@ -14,6 +21,13 @@
|
|
|
14
21
|
"opacity": true,
|
|
15
22
|
"deprecated": false
|
|
16
23
|
},
|
|
24
|
+
"white-opacity-0": {
|
|
25
|
+
"value": "ffffff00",
|
|
26
|
+
"comment": "white @ 0%",
|
|
27
|
+
"public": true,
|
|
28
|
+
"opacity": true,
|
|
29
|
+
"deprecated": false
|
|
30
|
+
},
|
|
17
31
|
"black": {
|
|
18
32
|
"value": "000000",
|
|
19
33
|
"comment": "{comments.color.base.value.comment}",
|
package/src/color/border.json
CHANGED
|
@@ -71,6 +71,13 @@
|
|
|
71
71
|
"comment": "Deprecated token",
|
|
72
72
|
"reference": "n/a",
|
|
73
73
|
"version": "3.12.0"
|
|
74
|
+
},
|
|
75
|
+
"inverse": {
|
|
76
|
+
"value": "{color.brand.breeze.300.value}",
|
|
77
|
+
"public": true,
|
|
78
|
+
"inverse": true,
|
|
79
|
+
"usage": "Active border color on dark backgrounds",
|
|
80
|
+
"deprecated": false
|
|
74
81
|
}
|
|
75
82
|
},
|
|
76
83
|
"error": {
|
package/src/color/ui.json
CHANGED
|
@@ -111,6 +111,13 @@
|
|
|
111
111
|
"comment": "Deprecated token",
|
|
112
112
|
"reference": "n/a",
|
|
113
113
|
"version": "3.12.0"
|
|
114
|
+
},
|
|
115
|
+
"inverse": {
|
|
116
|
+
"value": "{color.brand.breeze.200.value}",
|
|
117
|
+
"public": true,
|
|
118
|
+
"inverse": true,
|
|
119
|
+
"usage": "Active state color affordance on dark backgrounds",
|
|
120
|
+
"deprecated": false
|
|
114
121
|
}
|
|
115
122
|
},
|
|
116
123
|
"disabled": {
|
|
@@ -146,6 +153,22 @@
|
|
|
146
153
|
}
|
|
147
154
|
},
|
|
148
155
|
"bkg": {
|
|
156
|
+
"default": {
|
|
157
|
+
"default": {
|
|
158
|
+
"value": "00000008",
|
|
159
|
+
"public": true,
|
|
160
|
+
"default": true,
|
|
161
|
+
"usage": "Default affordance for background colors",
|
|
162
|
+
"deprecated": false
|
|
163
|
+
},
|
|
164
|
+
"inverse": {
|
|
165
|
+
"value": "ffffff08",
|
|
166
|
+
"public": true,
|
|
167
|
+
"inverse": true,
|
|
168
|
+
"usage": "Default affordance for dark background colors",
|
|
169
|
+
"deprecated": false
|
|
170
|
+
}
|
|
171
|
+
},
|
|
149
172
|
"hover": {
|
|
150
173
|
"onDark": {
|
|
151
174
|
"value": "5de3f71a",
|
|
@@ -173,6 +196,13 @@
|
|
|
173
196
|
"default": true,
|
|
174
197
|
"usage": "Default hover affordance for background colors",
|
|
175
198
|
"deprecated": false
|
|
199
|
+
},
|
|
200
|
+
"inverse": {
|
|
201
|
+
"value": "ffffff0f",
|
|
202
|
+
"public": true,
|
|
203
|
+
"inverse": true,
|
|
204
|
+
"usage": "Default hover affordance for dark background colors",
|
|
205
|
+
"deprecated": false
|
|
176
206
|
}
|
|
177
207
|
}
|
|
178
208
|
}
|