@aurodesignsystem/design-tokens 4.8.0 → 4.9.1

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.
@@ -761,7 +761,7 @@
761
761
  },
762
762
  "navy": {
763
763
  "100": {
764
- "value": "#f2d7fb",
764
+ "value": "#f2f7fb",
765
765
  "comment": "{comments.color.brand.value.comment}",
766
766
  "public": true,
767
767
  "usage": "Neutral accent",
@@ -271,6 +271,98 @@
271
271
  "wcag": "n/a",
272
272
  "deprecated": false
273
273
  }
274
+ },
275
+ "secondary": {
276
+ "active": {
277
+ "default": {
278
+ "value": "{color.brand.gray.700.value}",
279
+ "public": true,
280
+ "default": true,
281
+ "usage": "Focus color for UI icons on light backgrounds",
282
+ "wcag": "n/a",
283
+ "deprecated": false
284
+ },
285
+ "inverse": {
286
+ "value": "{color.brand.gray.300.value}",
287
+ "public": true,
288
+ "inverse": true,
289
+ "usage": "Focus color for UI icons on dark backgrounds",
290
+ "wcag": "n/a",
291
+ "deprecated": false
292
+ }
293
+ },
294
+ "default": {
295
+ "default": {
296
+ "value": "{color.brand.gray.600.value}",
297
+ "public": true,
298
+ "default": true,
299
+ "usage": "Focus color for UI icons on light backgrounds",
300
+ "wcag": "n/a",
301
+ "deprecated": false
302
+ },
303
+ "inverse": {
304
+ "value": "{color.brand.gray.400.value}",
305
+ "public": true,
306
+ "inverse": true,
307
+ "usage": "Focus color for UI icons on dark backgrounds",
308
+ "wcag": "n/a",
309
+ "deprecated": false
310
+ }
311
+ },
312
+ "disabled": {
313
+ "default": {
314
+ "value": "{color.brand.gray.400.value}",
315
+ "public": true,
316
+ "default": true,
317
+ "usage": "Focus color for UI icons on light backgrounds",
318
+ "wcag": "n/a",
319
+ "deprecated": false
320
+ },
321
+ "inverse": {
322
+ "value": "{color.brand.gray.600.value}",
323
+ "public": true,
324
+ "inverse": true,
325
+ "usage": "Focus color for UI icons on dark backgrounds",
326
+ "wcag": "n/a",
327
+ "deprecated": false
328
+ }
329
+ },
330
+ "focus": {
331
+ "default": {
332
+ "value": "{color.brand.gray.600.value}",
333
+ "public": true,
334
+ "default": true,
335
+ "usage": "Focus color for UI icons on light backgrounds",
336
+ "wcag": "n/a",
337
+ "deprecated": false
338
+ },
339
+ "inverse": {
340
+ "value": "{color.brand.gray.400.value}",
341
+ "public": true,
342
+ "inverse": true,
343
+ "usage": "Focus color for UI icons on dark backgrounds",
344
+ "wcag": "n/a",
345
+ "deprecated": false
346
+ }
347
+ },
348
+ "hover": {
349
+ "default": {
350
+ "value": "{color.brand.gray.800.value}",
351
+ "public": true,
352
+ "default": true,
353
+ "usage": "Focus color for UI icons on light backgrounds",
354
+ "wcag": "n/a",
355
+ "deprecated": false
356
+ },
357
+ "inverse": {
358
+ "value": "{color.brand.gray.200.value}",
359
+ "public": true,
360
+ "inverse": true,
361
+ "usage": "Focus color for UI icons on dark backgrounds",
362
+ "wcag": "n/a",
363
+ "deprecated": false
364
+ }
365
+ }
274
366
  }
275
367
  },
276
368
  "brand": {