@aurodesignsystem/design-tokens 4.9.1 → 4.10.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 15 Aug 2024 18:07:23 GMT
3
+ * Generated on Thu, 03 Oct 2024 18:42:16 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -989,6 +989,39 @@ module.exports = {
989
989
  ]
990
990
  }
991
991
  },
992
+ "scrimmed": {
993
+ "default": {
994
+ "value": "rgba(0, 0, 0, 0.5)",
995
+ "public": true,
996
+ "default": true,
997
+ "usage": "Used for creating light backgrounds",
998
+ "wcag": "n/a",
999
+ "deprecated": false,
1000
+ "filePath": "src/color/background.json",
1001
+ "isSource": true,
1002
+ "original": {
1003
+ "value": "{color.base.black-500.value}",
1004
+ "public": true,
1005
+ "default": true,
1006
+ "usage": "Used for creating light backgrounds",
1007
+ "wcag": "n/a",
1008
+ "deprecated": false
1009
+ },
1010
+ "name": "ds-color-background-scrimmed-default",
1011
+ "attributes": {
1012
+ "category": "color",
1013
+ "type": "background",
1014
+ "item": "scrimmed",
1015
+ "subitem": "default"
1016
+ },
1017
+ "path": [
1018
+ "color",
1019
+ "background",
1020
+ "scrimmed",
1021
+ "default"
1022
+ ]
1023
+ }
1024
+ },
992
1025
  "lightest": {
993
1026
  "value": "#ffffff",
994
1027
  "public": true,
@@ -6274,7 +6307,7 @@ module.exports = {
6274
6307
  },
6275
6308
  "divider": {
6276
6309
  "default": {
6277
- "value": "rgba(0, 0, 0, 0.06)",
6310
+ "value": "rgba(0, 0, 0, 0.12)",
6278
6311
  "public": true,
6279
6312
  "default": true,
6280
6313
  "usage": "Strict use as divider between elements on light backgrounds",
@@ -6283,7 +6316,7 @@ module.exports = {
6283
6316
  "filePath": "src/color/border.json",
6284
6317
  "isSource": true,
6285
6318
  "original": {
6286
- "value": "{color.base.black-200.value}",
6319
+ "value": "{color.base.black-300.value}",
6287
6320
  "public": true,
6288
6321
  "default": true,
6289
6322
  "usage": "Strict use as divider between elements on light backgrounds",
@@ -6305,7 +6338,7 @@ module.exports = {
6305
6338
  ]
6306
6339
  },
6307
6340
  "inverse": {
6308
- "value": "rgba(255, 255, 255, 0.06)",
6341
+ "value": "rgba(255, 255, 255, 0.25)",
6309
6342
  "public": true,
6310
6343
  "inverse": true,
6311
6344
  "usage": "Strict use as divider between elements on dark backgrounds",
@@ -6314,7 +6347,7 @@ module.exports = {
6314
6347
  "filePath": "src/color/border.json",
6315
6348
  "isSource": true,
6316
6349
  "original": {
6317
- "value": "{color.base.white-200.value}",
6350
+ "value": "{color.base.white-400.value}",
6318
6351
  "public": true,
6319
6352
  "inverse": true,
6320
6353
  "usage": "Strict use as divider between elements on dark backgrounds",
@@ -6594,7 +6627,7 @@ module.exports = {
6594
6627
  },
6595
6628
  "warning": {
6596
6629
  "default": {
6597
- "value": "#fef8e9",
6630
+ "value": "#c49432",
6598
6631
  "public": true,
6599
6632
  "default": true,
6600
6633
  "usage": "Warning border color on light backgrounds",
@@ -6603,7 +6636,7 @@ module.exports = {
6603
6636
  "filePath": "src/color/border.json",
6604
6637
  "isSource": true,
6605
6638
  "original": {
6606
- "value": "{color.base.warning.100.value}",
6639
+ "value": "{color.base.warning.300.value}",
6607
6640
  "public": true,
6608
6641
  "default": true,
6609
6642
  "usage": "Warning border color on light backgrounds",
@@ -14353,7 +14386,7 @@ module.exports = {
14353
14386
  ]
14354
14387
  },
14355
14388
  "inverse": {
14356
- "value": "rgba(255, 255, 255, 0.03)",
14389
+ "value": "rgba(255, 255, 255, 0.25)",
14357
14390
  "public": true,
14358
14391
  "inverse": true,
14359
14392
  "usage": "Tertiary disabled color for containers on dark backgrounds",
@@ -14362,7 +14395,7 @@ module.exports = {
14362
14395
  "filePath": "src/color/container.json",
14363
14396
  "isSource": true,
14364
14397
  "original": {
14365
- "value": "{color.base.white-100.value}",
14398
+ "value": "{color.base.white-400.value}",
14366
14399
  "public": true,
14367
14400
  "inverse": true,
14368
14401
  "usage": "Tertiary disabled color for containers on dark backgrounds",
@@ -14493,7 +14526,7 @@ module.exports = {
14493
14526
  ]
14494
14527
  },
14495
14528
  "inverse": {
14496
- "value": "rgba(255, 255, 255, 0.03)",
14529
+ "value": "rgba(255, 255, 255, 0.25)",
14497
14530
  "public": true,
14498
14531
  "inverse": true,
14499
14532
  "usage": "Tertiary hover color for containers on dark backgrounds",
@@ -14502,7 +14535,7 @@ module.exports = {
14502
14535
  "filePath": "src/color/container.json",
14503
14536
  "isSource": true,
14504
14537
  "original": {
14505
- "value": "{color.base.white-100.value}",
14538
+ "value": "{color.base.white-400.value}",
14506
14539
  "public": true,
14507
14540
  "inverse": true,
14508
14541
  "usage": "Tertiary hover color for containers on dark backgrounds",
@@ -15172,344 +15205,356 @@ module.exports = {
15172
15205
  }
15173
15206
  },
15174
15207
  "ui": {
15175
- "default": {
15208
+ "primary": {
15176
15209
  "default": {
15177
- "value": "#2c67b5",
15178
- "public": true,
15179
- "default": true,
15180
- "usage": "Default color for UI icons on light backgrounds",
15181
- "wcag": "n/a",
15182
- "deprecated": false,
15183
- "filePath": "src/color/icon.json",
15184
- "isSource": true,
15185
- "original": {
15186
- "value": "{color.brand.blue.700.value}",
15210
+ "default": {
15211
+ "value": "#2c67b5",
15187
15212
  "public": true,
15188
15213
  "default": true,
15189
15214
  "usage": "Default color for UI icons on light backgrounds",
15190
15215
  "wcag": "n/a",
15191
- "deprecated": false
15192
- },
15193
- "name": "ds-color-icon-ui-default-default",
15194
- "attributes": {
15195
- "category": "color",
15196
- "type": "icon",
15197
- "item": "ui",
15198
- "subitem": "default",
15199
- "state": "default"
15216
+ "deprecated": false,
15217
+ "filePath": "src/color/icon.json",
15218
+ "isSource": true,
15219
+ "original": {
15220
+ "value": "{color.brand.blue.700.value}",
15221
+ "public": true,
15222
+ "default": true,
15223
+ "usage": "Default color for UI icons on light backgrounds",
15224
+ "wcag": "n/a",
15225
+ "deprecated": false
15226
+ },
15227
+ "name": "ds-color-icon-ui-primary-default-default",
15228
+ "attributes": {
15229
+ "category": "color",
15230
+ "type": "icon",
15231
+ "item": "ui",
15232
+ "subitem": "primary",
15233
+ "state": "default"
15234
+ },
15235
+ "path": [
15236
+ "color",
15237
+ "icon",
15238
+ "ui",
15239
+ "primary",
15240
+ "default",
15241
+ "default"
15242
+ ]
15200
15243
  },
15201
- "path": [
15202
- "color",
15203
- "icon",
15204
- "ui",
15205
- "default",
15206
- "default"
15207
- ]
15208
- },
15209
- "inverse": {
15210
- "value": "#56bbde",
15211
- "public": true,
15212
- "inverse": true,
15213
- "usage": "Default color for UI icons on dark backgrounds",
15214
- "wcag": "n/a",
15215
- "deprecated": false,
15216
- "filePath": "src/color/icon.json",
15217
- "isSource": true,
15218
- "original": {
15219
- "value": "{color.brand.cyan.400.value}",
15244
+ "inverse": {
15245
+ "value": "#56bbde",
15220
15246
  "public": true,
15221
15247
  "inverse": true,
15222
15248
  "usage": "Default color for UI icons on dark backgrounds",
15223
15249
  "wcag": "n/a",
15224
- "deprecated": false
15225
- },
15226
- "name": "ds-color-icon-ui-default-inverse",
15227
- "attributes": {
15228
- "category": "color",
15229
- "type": "icon",
15230
- "item": "ui",
15231
- "subitem": "default",
15232
- "state": "inverse"
15233
- },
15234
- "path": [
15235
- "color",
15236
- "icon",
15237
- "ui",
15238
- "default",
15239
- "inverse"
15240
- ]
15241
- }
15242
- },
15243
- "hover": {
15244
- "default": {
15245
- "value": "#193d73",
15246
- "public": true,
15247
- "default": true,
15248
- "usage": "Hover color for UI icons on light backgrounds",
15249
- "wcag": "n/a",
15250
- "deprecated": false,
15251
- "filePath": "src/color/icon.json",
15252
- "isSource": true,
15253
- "original": {
15254
- "value": "{color.brand.blue.900.value}",
15250
+ "deprecated": false,
15251
+ "filePath": "src/color/icon.json",
15252
+ "isSource": true,
15253
+ "original": {
15254
+ "value": "{color.brand.cyan.400.value}",
15255
+ "public": true,
15256
+ "inverse": true,
15257
+ "usage": "Default color for UI icons on dark backgrounds",
15258
+ "wcag": "n/a",
15259
+ "deprecated": false
15260
+ },
15261
+ "name": "ds-color-icon-ui-primary-default-inverse",
15262
+ "attributes": {
15263
+ "category": "color",
15264
+ "type": "icon",
15265
+ "item": "ui",
15266
+ "subitem": "primary",
15267
+ "state": "default"
15268
+ },
15269
+ "path": [
15270
+ "color",
15271
+ "icon",
15272
+ "ui",
15273
+ "primary",
15274
+ "default",
15275
+ "inverse"
15276
+ ]
15277
+ }
15278
+ },
15279
+ "hover": {
15280
+ "default": {
15281
+ "value": "#193d73",
15255
15282
  "public": true,
15256
15283
  "default": true,
15257
15284
  "usage": "Hover color for UI icons on light backgrounds",
15258
15285
  "wcag": "n/a",
15259
- "deprecated": false
15260
- },
15261
- "name": "ds-color-icon-ui-hover-default",
15262
- "attributes": {
15263
- "category": "color",
15264
- "type": "icon",
15265
- "item": "ui",
15266
- "subitem": "hover",
15267
- "state": "default"
15286
+ "deprecated": false,
15287
+ "filePath": "src/color/icon.json",
15288
+ "isSource": true,
15289
+ "original": {
15290
+ "value": "{color.brand.blue.900.value}",
15291
+ "public": true,
15292
+ "default": true,
15293
+ "usage": "Hover color for UI icons on light backgrounds",
15294
+ "wcag": "n/a",
15295
+ "deprecated": false
15296
+ },
15297
+ "name": "ds-color-icon-ui-primary-hover-default",
15298
+ "attributes": {
15299
+ "category": "color",
15300
+ "type": "icon",
15301
+ "item": "ui",
15302
+ "subitem": "primary",
15303
+ "state": "hover"
15304
+ },
15305
+ "path": [
15306
+ "color",
15307
+ "icon",
15308
+ "ui",
15309
+ "primary",
15310
+ "hover",
15311
+ "default"
15312
+ ]
15268
15313
  },
15269
- "path": [
15270
- "color",
15271
- "icon",
15272
- "ui",
15273
- "hover",
15274
- "default"
15275
- ]
15276
- },
15277
- "inverse": {
15278
- "value": "#a8e9f7",
15279
- "public": true,
15280
- "inverse": true,
15281
- "usage": "Hover color for UI icons on dark backgrounds",
15282
- "wcag": "n/a",
15283
- "deprecated": false,
15284
- "filePath": "src/color/icon.json",
15285
- "isSource": true,
15286
- "original": {
15287
- "value": "{color.brand.cyan.200.value}",
15314
+ "inverse": {
15315
+ "value": "#a8e9f7",
15288
15316
  "public": true,
15289
15317
  "inverse": true,
15290
15318
  "usage": "Hover color for UI icons on dark backgrounds",
15291
15319
  "wcag": "n/a",
15292
- "deprecated": false
15293
- },
15294
- "name": "ds-color-icon-ui-hover-inverse",
15295
- "attributes": {
15296
- "category": "color",
15297
- "type": "icon",
15298
- "item": "ui",
15299
- "subitem": "hover",
15300
- "state": "inverse"
15301
- },
15302
- "path": [
15303
- "color",
15304
- "icon",
15305
- "ui",
15306
- "hover",
15307
- "inverse"
15308
- ]
15309
- }
15310
- },
15311
- "active": {
15312
- "default": {
15313
- "value": "#225296",
15314
- "public": true,
15315
- "default": true,
15316
- "usage": "Active color for UI icons on light backgrounds",
15317
- "wcag": "n/a",
15318
- "deprecated": false,
15319
- "filePath": "src/color/icon.json",
15320
- "isSource": true,
15321
- "original": {
15322
- "value": "{color.brand.blue.800.value}",
15323
- "public": true,
15324
- "default": true,
15325
- "usage": "Active color for UI icons on light backgrounds",
15326
- "wcag": "n/a",
15327
- "deprecated": false
15328
- },
15329
- "name": "ds-color-icon-ui-active-default",
15330
- "attributes": {
15331
- "category": "color",
15332
- "type": "icon",
15333
- "item": "ui",
15334
- "subitem": "active",
15335
- "state": "default"
15336
- },
15337
- "path": [
15338
- "color",
15339
- "icon",
15340
- "ui",
15341
- "active",
15342
- "default"
15343
- ]
15320
+ "deprecated": false,
15321
+ "filePath": "src/color/icon.json",
15322
+ "isSource": true,
15323
+ "original": {
15324
+ "value": "{color.brand.cyan.200.value}",
15325
+ "public": true,
15326
+ "inverse": true,
15327
+ "usage": "Hover color for UI icons on dark backgrounds",
15328
+ "wcag": "n/a",
15329
+ "deprecated": false
15330
+ },
15331
+ "name": "ds-color-icon-ui-primary-hover-inverse",
15332
+ "attributes": {
15333
+ "category": "color",
15334
+ "type": "icon",
15335
+ "item": "ui",
15336
+ "subitem": "primary",
15337
+ "state": "hover"
15338
+ },
15339
+ "path": [
15340
+ "color",
15341
+ "icon",
15342
+ "ui",
15343
+ "primary",
15344
+ "hover",
15345
+ "inverse"
15346
+ ]
15347
+ }
15344
15348
  },
15345
- "inverse": {
15346
- "value": "#6ad5ef",
15347
- "public": true,
15348
- "inverse": true,
15349
- "usage": "Active color for UI icons on dark backgrounds",
15350
- "wcag": "n/a",
15351
- "deprecated": false,
15352
- "filePath": "src/color/icon.json",
15353
- "isSource": true,
15354
- "original": {
15355
- "value": "{color.brand.cyan.300.value}",
15349
+ "active": {
15350
+ "default": {
15351
+ "value": "#225296",
15352
+ "public": true,
15353
+ "default": true,
15354
+ "usage": "Active color for UI icons on light backgrounds",
15355
+ "wcag": "n/a",
15356
+ "deprecated": false,
15357
+ "filePath": "src/color/icon.json",
15358
+ "isSource": true,
15359
+ "original": {
15360
+ "value": "{color.brand.blue.800.value}",
15361
+ "public": true,
15362
+ "default": true,
15363
+ "usage": "Active color for UI icons on light backgrounds",
15364
+ "wcag": "n/a",
15365
+ "deprecated": false
15366
+ },
15367
+ "name": "ds-color-icon-ui-primary-active-default",
15368
+ "attributes": {
15369
+ "category": "color",
15370
+ "type": "icon",
15371
+ "item": "ui",
15372
+ "subitem": "primary",
15373
+ "state": "active"
15374
+ },
15375
+ "path": [
15376
+ "color",
15377
+ "icon",
15378
+ "ui",
15379
+ "primary",
15380
+ "active",
15381
+ "default"
15382
+ ]
15383
+ },
15384
+ "inverse": {
15385
+ "value": "#6ad5ef",
15356
15386
  "public": true,
15357
15387
  "inverse": true,
15358
15388
  "usage": "Active color for UI icons on dark backgrounds",
15359
15389
  "wcag": "n/a",
15360
- "deprecated": false
15361
- },
15362
- "name": "ds-color-icon-ui-active-inverse",
15363
- "attributes": {
15364
- "category": "color",
15365
- "type": "icon",
15366
- "item": "ui",
15367
- "subitem": "active",
15368
- "state": "inverse"
15369
- },
15370
- "path": [
15371
- "color",
15372
- "icon",
15373
- "ui",
15374
- "active",
15375
- "inverse"
15376
- ]
15377
- }
15378
- },
15379
- "disabled": {
15380
- "default": {
15381
- "value": "#adadad",
15382
- "public": true,
15383
- "default": true,
15384
- "usage": "Disabled color for UI icons on light backgrounds",
15385
- "wcag": "n/a",
15386
- "deprecated": false,
15387
- "filePath": "src/color/icon.json",
15388
- "isSource": true,
15389
- "original": {
15390
- "value": "{color.brand.gray.400.value}",
15390
+ "deprecated": false,
15391
+ "filePath": "src/color/icon.json",
15392
+ "isSource": true,
15393
+ "original": {
15394
+ "value": "{color.brand.cyan.300.value}",
15395
+ "public": true,
15396
+ "inverse": true,
15397
+ "usage": "Active color for UI icons on dark backgrounds",
15398
+ "wcag": "n/a",
15399
+ "deprecated": false
15400
+ },
15401
+ "name": "ds-color-icon-ui-primary-active-inverse",
15402
+ "attributes": {
15403
+ "category": "color",
15404
+ "type": "icon",
15405
+ "item": "ui",
15406
+ "subitem": "primary",
15407
+ "state": "active"
15408
+ },
15409
+ "path": [
15410
+ "color",
15411
+ "icon",
15412
+ "ui",
15413
+ "primary",
15414
+ "active",
15415
+ "inverse"
15416
+ ]
15417
+ }
15418
+ },
15419
+ "disabled": {
15420
+ "default": {
15421
+ "value": "#adadad",
15391
15422
  "public": true,
15392
15423
  "default": true,
15393
15424
  "usage": "Disabled color for UI icons on light backgrounds",
15394
15425
  "wcag": "n/a",
15395
- "deprecated": false
15396
- },
15397
- "name": "ds-color-icon-ui-disabled-default",
15398
- "attributes": {
15399
- "category": "color",
15400
- "type": "icon",
15401
- "item": "ui",
15402
- "subitem": "disabled",
15403
- "state": "default"
15426
+ "deprecated": false,
15427
+ "filePath": "src/color/icon.json",
15428
+ "isSource": true,
15429
+ "original": {
15430
+ "value": "{color.brand.gray.400.value}",
15431
+ "public": true,
15432
+ "default": true,
15433
+ "usage": "Disabled color for UI icons on light backgrounds",
15434
+ "wcag": "n/a",
15435
+ "deprecated": false
15436
+ },
15437
+ "name": "ds-color-icon-ui-primary-disabled-default",
15438
+ "attributes": {
15439
+ "category": "color",
15440
+ "type": "icon",
15441
+ "item": "ui",
15442
+ "subitem": "primary",
15443
+ "state": "disabled"
15444
+ },
15445
+ "path": [
15446
+ "color",
15447
+ "icon",
15448
+ "ui",
15449
+ "primary",
15450
+ "disabled",
15451
+ "default"
15452
+ ]
15404
15453
  },
15405
- "path": [
15406
- "color",
15407
- "icon",
15408
- "ui",
15409
- "disabled",
15410
- "default"
15411
- ]
15412
- },
15413
- "inverse": {
15414
- "value": "#7e7e7e",
15415
- "public": true,
15416
- "inverse": true,
15417
- "usage": "Disabled color for UI icons on dark backgrounds",
15418
- "wcag": "n/a",
15419
- "deprecated": false,
15420
- "filePath": "src/color/icon.json",
15421
- "isSource": true,
15422
- "original": {
15423
- "value": "{color.brand.gray.600.value}",
15454
+ "inverse": {
15455
+ "value": "#7e7e7e",
15424
15456
  "public": true,
15425
15457
  "inverse": true,
15426
15458
  "usage": "Disabled color for UI icons on dark backgrounds",
15427
15459
  "wcag": "n/a",
15428
- "deprecated": false
15429
- },
15430
- "name": "ds-color-icon-ui-disabled-inverse",
15431
- "attributes": {
15432
- "category": "color",
15433
- "type": "icon",
15434
- "item": "ui",
15435
- "subitem": "disabled",
15436
- "state": "inverse"
15437
- },
15438
- "path": [
15439
- "color",
15440
- "icon",
15441
- "ui",
15442
- "disabled",
15443
- "inverse"
15444
- ]
15445
- }
15446
- },
15447
- "focus": {
15448
- "default": {
15449
- "value": "#2c67b5",
15450
- "public": true,
15451
- "default": true,
15452
- "usage": "Focus color for UI icons on light backgrounds",
15453
- "wcag": "n/a",
15454
- "deprecated": false,
15455
- "filePath": "src/color/icon.json",
15456
- "isSource": true,
15457
- "original": {
15458
- "value": "{color.brand.blue.700.value}",
15460
+ "deprecated": false,
15461
+ "filePath": "src/color/icon.json",
15462
+ "isSource": true,
15463
+ "original": {
15464
+ "value": "{color.brand.gray.600.value}",
15465
+ "public": true,
15466
+ "inverse": true,
15467
+ "usage": "Disabled color for UI icons on dark backgrounds",
15468
+ "wcag": "n/a",
15469
+ "deprecated": false
15470
+ },
15471
+ "name": "ds-color-icon-ui-primary-disabled-inverse",
15472
+ "attributes": {
15473
+ "category": "color",
15474
+ "type": "icon",
15475
+ "item": "ui",
15476
+ "subitem": "primary",
15477
+ "state": "disabled"
15478
+ },
15479
+ "path": [
15480
+ "color",
15481
+ "icon",
15482
+ "ui",
15483
+ "primary",
15484
+ "disabled",
15485
+ "inverse"
15486
+ ]
15487
+ }
15488
+ },
15489
+ "focus": {
15490
+ "default": {
15491
+ "value": "#2c67b5",
15459
15492
  "public": true,
15460
15493
  "default": true,
15461
15494
  "usage": "Focus color for UI icons on light backgrounds",
15462
15495
  "wcag": "n/a",
15463
- "deprecated": false
15464
- },
15465
- "name": "ds-color-icon-ui-focus-default",
15466
- "attributes": {
15467
- "category": "color",
15468
- "type": "icon",
15469
- "item": "ui",
15470
- "subitem": "focus",
15471
- "state": "default"
15496
+ "deprecated": false,
15497
+ "filePath": "src/color/icon.json",
15498
+ "isSource": true,
15499
+ "original": {
15500
+ "value": "{color.brand.blue.700.value}",
15501
+ "public": true,
15502
+ "default": true,
15503
+ "usage": "Focus color for UI icons on light backgrounds",
15504
+ "wcag": "n/a",
15505
+ "deprecated": false
15506
+ },
15507
+ "name": "ds-color-icon-ui-primary-focus-default",
15508
+ "attributes": {
15509
+ "category": "color",
15510
+ "type": "icon",
15511
+ "item": "ui",
15512
+ "subitem": "primary",
15513
+ "state": "focus"
15514
+ },
15515
+ "path": [
15516
+ "color",
15517
+ "icon",
15518
+ "ui",
15519
+ "primary",
15520
+ "focus",
15521
+ "default"
15522
+ ]
15472
15523
  },
15473
- "path": [
15474
- "color",
15475
- "icon",
15476
- "ui",
15477
- "focus",
15478
- "default"
15479
- ]
15480
- },
15481
- "inverse": {
15482
- "value": "#56bbde",
15483
- "public": true,
15484
- "inverse": true,
15485
- "usage": "Focus color for UI icons on dark backgrounds",
15486
- "wcag": "n/a",
15487
- "deprecated": false,
15488
- "filePath": "src/color/icon.json",
15489
- "isSource": true,
15490
- "original": {
15491
- "value": "{color.brand.cyan.400.value}",
15524
+ "inverse": {
15525
+ "value": "#56bbde",
15492
15526
  "public": true,
15493
15527
  "inverse": true,
15494
15528
  "usage": "Focus color for UI icons on dark backgrounds",
15495
15529
  "wcag": "n/a",
15496
- "deprecated": false
15497
- },
15498
- "name": "ds-color-icon-ui-focus-inverse",
15499
- "attributes": {
15500
- "category": "color",
15501
- "type": "icon",
15502
- "item": "ui",
15503
- "subitem": "focus",
15504
- "state": "inverse"
15505
- },
15506
- "path": [
15507
- "color",
15508
- "icon",
15509
- "ui",
15510
- "focus",
15511
- "inverse"
15512
- ]
15530
+ "deprecated": false,
15531
+ "filePath": "src/color/icon.json",
15532
+ "isSource": true,
15533
+ "original": {
15534
+ "value": "{color.brand.cyan.400.value}",
15535
+ "public": true,
15536
+ "inverse": true,
15537
+ "usage": "Focus color for UI icons on dark backgrounds",
15538
+ "wcag": "n/a",
15539
+ "deprecated": false
15540
+ },
15541
+ "name": "ds-color-icon-ui-primary-focus-inverse",
15542
+ "attributes": {
15543
+ "category": "color",
15544
+ "type": "icon",
15545
+ "item": "ui",
15546
+ "subitem": "primary",
15547
+ "state": "focus"
15548
+ },
15549
+ "path": [
15550
+ "color",
15551
+ "icon",
15552
+ "ui",
15553
+ "primary",
15554
+ "focus",
15555
+ "inverse"
15556
+ ]
15557
+ }
15513
15558
  }
15514
15559
  },
15515
15560
  "secondary": {
@@ -16883,7 +16928,7 @@ module.exports = {
16883
16928
  ]
16884
16929
  },
16885
16930
  "inverse": {
16886
- "value": "#525252",
16931
+ "value": "#adadad",
16887
16932
  "public": true,
16888
16933
  "inverse": true,
16889
16934
  "usage": "Tertiary color for body text on dark backgrounds",
@@ -16892,7 +16937,7 @@ module.exports = {
16892
16937
  "filePath": "src/color/text.json",
16893
16938
  "isSource": true,
16894
16939
  "original": {
16895
- "value": "{color.brand.gray.800.value}",
16940
+ "value": "{color.brand.gray.400.value}",
16896
16941
  "public": true,
16897
16942
  "inverse": true,
16898
16943
  "usage": "Tertiary color for body text on dark backgrounds",
@@ -16978,39 +17023,6 @@ module.exports = {
16978
17023
  ]
16979
17024
  }
16980
17025
  },
16981
- "disabled": {
16982
- "default": {
16983
- "value": "#dddddd",
16984
- "public": true,
16985
- "onLight": true,
16986
- "usage": "Disabled text color on light backgrounds",
16987
- "wcag": "n/a",
16988
- "deprecated": false,
16989
- "filePath": "src/color/text.json",
16990
- "isSource": true,
16991
- "original": {
16992
- "value": "{color.base.gray.200.value}",
16993
- "public": true,
16994
- "onLight": true,
16995
- "usage": "Disabled text color on light backgrounds",
16996
- "wcag": "n/a",
16997
- "deprecated": false
16998
- },
16999
- "name": "ds-color-text-disabled-default",
17000
- "attributes": {
17001
- "category": "color",
17002
- "type": "text",
17003
- "item": "disabled",
17004
- "subitem": "default"
17005
- },
17006
- "path": [
17007
- "color",
17008
- "text",
17009
- "disabled",
17010
- "default"
17011
- ]
17012
- }
17013
- },
17014
17026
  "emphasis": {
17015
17027
  "default": {
17016
17028
  "value": "#265688",
@@ -17300,7 +17312,7 @@ module.exports = {
17300
17312
  ]
17301
17313
  },
17302
17314
  "inverse": {
17303
- "value": "#0b6f4d",
17315
+ "value": "#8eceb9",
17304
17316
  "public": true,
17305
17317
  "inverse": true,
17306
17318
  "usage": "Success text color on dark backgrounds",
@@ -17309,7 +17321,7 @@ module.exports = {
17309
17321
  "filePath": "src/color/text.json",
17310
17322
  "isSource": true,
17311
17323
  "original": {
17312
- "value": "{color.base.success.400.value}",
17324
+ "value": "{color.base.success.200.value}",
17313
17325
  "public": true,
17314
17326
  "inverse": true,
17315
17327
  "usage": "Success text color on dark backgrounds",
@@ -18251,7 +18263,7 @@ module.exports = {
18251
18263
  ]
18252
18264
  },
18253
18265
  "inverse": {
18254
- "value": "#f7f7f7",
18266
+ "value": "#89b2d4",
18255
18267
  "public": true,
18256
18268
  "inverse": true,
18257
18269
  "usage": "First class tier color for fares on dark backgrounds",
@@ -18260,7 +18272,7 @@ module.exports = {
18260
18272
  "filePath": "src/color/tier.json",
18261
18273
  "isSource": true,
18262
18274
  "original": {
18263
- "value": "#f7f7f7",
18275
+ "value": "{color.brand.navy.400.value}",
18264
18276
  "public": true,
18265
18277
  "inverse": true,
18266
18278
  "usage": "First class tier color for fares on dark backgrounds",
@@ -18386,7 +18398,7 @@ module.exports = {
18386
18398
  ]
18387
18399
  },
18388
18400
  "sapphire": {
18389
- "value": "#a41d4a",
18401
+ "value": "#015daa",
18390
18402
  "public": true,
18391
18403
  "onDark": true,
18392
18404
  "usage": "Sapphire tier color for Oneworld",
@@ -18395,7 +18407,7 @@ module.exports = {
18395
18407
  "filePath": "src/color/tier.json",
18396
18408
  "isSource": true,
18397
18409
  "original": {
18398
- "value": "#a41d4a",
18410
+ "value": "#015daa",
18399
18411
  "public": true,
18400
18412
  "onDark": true,
18401
18413
  "usage": "Sapphire tier color for Oneworld",
@@ -18417,7 +18429,7 @@ module.exports = {
18417
18429
  ]
18418
18430
  },
18419
18431
  "ruby": {
18420
- "value": "#015daa",
18432
+ "value": "#a41d4a",
18421
18433
  "public": true,
18422
18434
  "onDark": true,
18423
18435
  "usage": "Ruby tier color for Oneworld",
@@ -18426,7 +18438,7 @@ module.exports = {
18426
18438
  "filePath": "src/color/tier.json",
18427
18439
  "isSource": true,
18428
18440
  "original": {
18429
- "value": "#015daa",
18441
+ "value": "#a41d4a",
18430
18442
  "public": true,
18431
18443
  "onDark": true,
18432
18444
  "usage": "Ruby tier color for Oneworld",
@@ -19171,7 +19183,7 @@ module.exports = {
19171
19183
  },
19172
19184
  "navy": {
19173
19185
  "default": {
19174
- "value": "#326aa5",
19186
+ "value": "#265688",
19175
19187
  "public": true,
19176
19188
  "default": true,
19177
19189
  "usage": "",
@@ -19180,7 +19192,7 @@ module.exports = {
19180
19192
  "filePath": "src/color/utility.json",
19181
19193
  "isSource": true,
19182
19194
  "original": {
19183
- "value": "{color.brand.navy.700.value}",
19195
+ "value": "{color.brand.navy.800.value}",
19184
19196
  "public": true,
19185
19197
  "default": true,
19186
19198
  "usage": "",