@aurodesignsystem/design-tokens 4.0.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +573 -0
  2. package/LICENSE +201 -0
  3. package/README.md +97 -0
  4. package/dist/tokens/CSSCustomProperties--darkmode.css +302 -0
  5. package/dist/tokens/CSSCustomProperties.css +315 -0
  6. package/dist/tokens/CSSCustomPropertiesColorRGB--darkmode.css +155 -0
  7. package/dist/tokens/CSSCustomPropertiesColorRGB.css +168 -0
  8. package/dist/tokens/CSSOpacityProperties--darkmode.scss +10 -0
  9. package/dist/tokens/CSSOpacityProperties.scss +10 -0
  10. package/dist/tokens/CSSSizeCustomProperties--darkmode.css +20 -0
  11. package/dist/tokens/CSSSizeCustomProperties.css +20 -0
  12. package/dist/tokens/CSSVariables--darkmode.css +302 -0
  13. package/dist/tokens/CSSVariablesMapFlat--darkmode.css +368 -0
  14. package/dist/tokens/JSData--color.js +3665 -0
  15. package/dist/tokens/JSData--darkmodeColor.js +3254 -0
  16. package/dist/tokens/JSObject--allDarkTokens.js +7087 -0
  17. package/dist/tokens/JSObject--allTokens.js +7498 -0
  18. package/dist/tokens/JSObject--deprecated.js +2788 -0
  19. package/dist/tokens/JSObject--deprecatedDark.js +675 -0
  20. package/dist/tokens/JSVariables--color.js +166 -0
  21. package/dist/tokens/JSVariables--darkmodeColor.js +153 -0
  22. package/dist/tokens/SCSSOpacityVariables--darkmode.scss +7 -0
  23. package/dist/tokens/SCSSOpacityVariables.scss +7 -0
  24. package/dist/tokens/SCSSVariableMap--darkmode.scss +37 -0
  25. package/dist/tokens/SCSSVariableMap.scss +37 -0
  26. package/dist/tokens/SCSSVariables--darkmode.scss +299 -0
  27. package/dist/tokens/SCSSVariables.scss +312 -0
  28. package/dist/tokens/SCSSVariablesMapFlat--darkmode.scss +368 -0
  29. package/dist/tokens/SCSSVariablesMapFlat.scss +381 -0
  30. package/dist/tokens/SassCustomProperties--darkmode.scss +302 -0
  31. package/dist/tokens/SassCustomProperties.scss +315 -0
  32. package/dist/tokens/SassCustomPropertiesColorRGB--darkmode.scss +155 -0
  33. package/dist/tokens/SassCustomPropertiesColorRGB.scss +168 -0
  34. package/dist/tokens/SassSizeCustomProperties--darkmode.scss +20 -0
  35. package/dist/tokens/SassSizeCustomProperties.scss +20 -0
  36. package/package.json +92 -0
  37. package/packageScripts/postinstall.mjs +34 -0
  38. package/src/animation.json +21 -0
  39. package/src/asset/font.json +35 -0
  40. package/src/breakpoint.json +28 -0
  41. package/src/color/alert.json +175 -0
  42. package/src/color/background.json +38 -0
  43. package/src/color/base.json +140 -0
  44. package/src/color/border.json +214 -0
  45. package/src/color/brand.json +530 -0
  46. package/src/color/icon.json +150 -0
  47. package/src/color/text.json +237 -0
  48. package/src/color/tier.json +114 -0
  49. package/src/color/ui.json +165 -0
  50. package/src/color-darkmode/alert.json +56 -0
  51. package/src/color-darkmode/background.json +38 -0
  52. package/src/color-darkmode/base.json +140 -0
  53. package/src/color-darkmode/border.json +66 -0
  54. package/src/color-darkmode/brand.json +530 -0
  55. package/src/color-darkmode/icon.json +46 -0
  56. package/src/color-darkmode/text.json +66 -0
  57. package/src/color-darkmode/tier.json +54 -0
  58. package/src/color-darkmode/ui.json +57 -0
  59. package/src/comments.json +34 -0
  60. package/src/depth.json +29 -0
  61. package/src/elevation.json +22 -0
  62. package/src/grid-breakpoint.json +29 -0
  63. package/src/grid-column.json +29 -0
  64. package/src/grid-gutter.json +29 -0
  65. package/src/grid-margin.json +29 -0
  66. package/src/shadow.json +13 -0
  67. package/src/size/radius.json +9 -0
  68. package/src/size/scale.json +308 -0
  69. package/src/size/unitless-scale.json +82 -0
  70. package/src/text.json +572 -0
@@ -0,0 +1,2788 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 13 Sep 2023 17:26:39 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "size": {
8
+ "none": {
9
+ "value": "0",
10
+ "comment": "Deprecated token, use 0 value",
11
+ "public": false,
12
+ "deprecated": true,
13
+ "reference": "n/a",
14
+ "version": "3.10.0",
15
+ "filePath": "./src/size/scale.json",
16
+ "isSource": false,
17
+ "original": {
18
+ "value": "0",
19
+ "comment": "Deprecated token, use 0 value",
20
+ "public": false,
21
+ "deprecated": true,
22
+ "reference": "n/a",
23
+ "version": "3.10.0"
24
+ },
25
+ "name": "size-none",
26
+ "attributes": {
27
+ "category": "size",
28
+ "type": "none"
29
+ },
30
+ "path": [
31
+ "size",
32
+ "none"
33
+ ]
34
+ },
35
+ "xxxs": {
36
+ "value": 0.125,
37
+ "comment": "\n // New token, see auro-size-25",
38
+ "public": false,
39
+ "reference": "size-25",
40
+ "deprecated": true,
41
+ "version": "3.10.0",
42
+ "filePath": "./src/size/scale.json",
43
+ "isSource": false,
44
+ "original": {
45
+ "value": 0.125,
46
+ "comment": "{comments.reference.comment} auro-size-25",
47
+ "public": false,
48
+ "reference": "size-25",
49
+ "deprecated": true,
50
+ "version": "3.10.0"
51
+ },
52
+ "name": "size-xxxs",
53
+ "attributes": {
54
+ "category": "size",
55
+ "type": "xxxs"
56
+ },
57
+ "path": [
58
+ "size",
59
+ "xxxs"
60
+ ]
61
+ },
62
+ "xxs": {
63
+ "value": 0.25,
64
+ "comment": "\n // New token, see auro-size-50",
65
+ "public": false,
66
+ "reference": "size-50",
67
+ "deprecated": true,
68
+ "version": "3.10.0",
69
+ "filePath": "./src/size/scale.json",
70
+ "isSource": false,
71
+ "original": {
72
+ "value": 0.25,
73
+ "comment": "{comments.reference.comment} auro-size-50",
74
+ "public": false,
75
+ "reference": "size-50",
76
+ "deprecated": true,
77
+ "version": "3.10.0"
78
+ },
79
+ "name": "size-xxs",
80
+ "attributes": {
81
+ "category": "size",
82
+ "type": "xxs"
83
+ },
84
+ "path": [
85
+ "size",
86
+ "xxs"
87
+ ]
88
+ },
89
+ "xs": {
90
+ "value": 0.5,
91
+ "comment": "\n // New token, see auro-size-100",
92
+ "public": false,
93
+ "reference": "size-100",
94
+ "deprecated": true,
95
+ "version": "3.10.0",
96
+ "filePath": "./src/size/scale.json",
97
+ "isSource": false,
98
+ "original": {
99
+ "value": 0.5,
100
+ "comment": "{comments.reference.comment} auro-size-100",
101
+ "public": false,
102
+ "reference": "size-100",
103
+ "deprecated": true,
104
+ "version": "3.10.0"
105
+ },
106
+ "name": "size-xs",
107
+ "attributes": {
108
+ "category": "size",
109
+ "type": "xs"
110
+ },
111
+ "path": [
112
+ "size",
113
+ "xs"
114
+ ]
115
+ },
116
+ "sm": {
117
+ "value": 0.75,
118
+ "comment": "\n // New token, see auro-size-150",
119
+ "public": false,
120
+ "reference": "size-150",
121
+ "deprecated": true,
122
+ "version": "3.10.0",
123
+ "filePath": "./src/size/scale.json",
124
+ "isSource": false,
125
+ "original": {
126
+ "value": 0.75,
127
+ "comment": "{comments.reference.comment} auro-size-150",
128
+ "public": false,
129
+ "reference": "size-150",
130
+ "deprecated": true,
131
+ "version": "3.10.0"
132
+ },
133
+ "name": "size-sm",
134
+ "attributes": {
135
+ "category": "size",
136
+ "type": "sm"
137
+ },
138
+ "path": [
139
+ "size",
140
+ "sm"
141
+ ]
142
+ },
143
+ "md": {
144
+ "value": 1,
145
+ "comment": "\n // New token, see auro-size-200",
146
+ "public": false,
147
+ "reference": "size-200",
148
+ "deprecated": true,
149
+ "version": "3.10.0",
150
+ "filePath": "./src/size/scale.json",
151
+ "isSource": false,
152
+ "original": {
153
+ "value": 1,
154
+ "comment": "{comments.reference.comment} auro-size-200",
155
+ "public": false,
156
+ "reference": "size-200",
157
+ "deprecated": true,
158
+ "version": "3.10.0"
159
+ },
160
+ "name": "size-md",
161
+ "attributes": {
162
+ "category": "size",
163
+ "type": "md"
164
+ },
165
+ "path": [
166
+ "size",
167
+ "md"
168
+ ]
169
+ },
170
+ "lg": {
171
+ "value": 1.5,
172
+ "comment": "\n // New token, see auro-size-300",
173
+ "public": false,
174
+ "reference": "size-300",
175
+ "deprecated": true,
176
+ "version": "3.10.0",
177
+ "filePath": "./src/size/scale.json",
178
+ "isSource": false,
179
+ "original": {
180
+ "value": 1.5,
181
+ "comment": "{comments.reference.comment} auro-size-300",
182
+ "public": false,
183
+ "reference": "size-300",
184
+ "deprecated": true,
185
+ "version": "3.10.0"
186
+ },
187
+ "name": "size-lg",
188
+ "attributes": {
189
+ "category": "size",
190
+ "type": "lg"
191
+ },
192
+ "path": [
193
+ "size",
194
+ "lg"
195
+ ]
196
+ },
197
+ "xl": {
198
+ "value": 2,
199
+ "comment": "\n // New token, see auro-size-400",
200
+ "public": false,
201
+ "reference": "size-400",
202
+ "deprecated": true,
203
+ "version": "3.10.0",
204
+ "filePath": "./src/size/scale.json",
205
+ "isSource": false,
206
+ "original": {
207
+ "value": 2,
208
+ "comment": "{comments.reference.comment} auro-size-400",
209
+ "public": false,
210
+ "reference": "size-400",
211
+ "deprecated": true,
212
+ "version": "3.10.0"
213
+ },
214
+ "name": "size-xl",
215
+ "attributes": {
216
+ "category": "size",
217
+ "type": "xl"
218
+ },
219
+ "path": [
220
+ "size",
221
+ "xl"
222
+ ]
223
+ },
224
+ "xxl": {
225
+ "value": 3,
226
+ "comment": "\n // New token, see auro-size-600",
227
+ "reference": "size-600",
228
+ "public": false,
229
+ "deprecated": true,
230
+ "version": "3.10.0",
231
+ "filePath": "./src/size/scale.json",
232
+ "isSource": false,
233
+ "original": {
234
+ "value": 3,
235
+ "comment": "{comments.reference.comment} auro-size-600",
236
+ "reference": "size-600",
237
+ "public": false,
238
+ "deprecated": true,
239
+ "version": "3.10.0"
240
+ },
241
+ "name": "size-xxl",
242
+ "attributes": {
243
+ "category": "size",
244
+ "type": "xxl"
245
+ },
246
+ "path": [
247
+ "size",
248
+ "xxl"
249
+ ]
250
+ },
251
+ "xxxl": {
252
+ "value": 4,
253
+ "public": false,
254
+ "deprecated": true,
255
+ "version": "3.10.0",
256
+ "comment": "\n // New token, see auro-size-800",
257
+ "reference": "size-800",
258
+ "filePath": "./src/size/scale.json",
259
+ "isSource": false,
260
+ "original": {
261
+ "value": 4,
262
+ "public": false,
263
+ "deprecated": true,
264
+ "version": "3.10.0",
265
+ "comment": "{comments.reference.comment} auro-size-800",
266
+ "reference": "size-800"
267
+ },
268
+ "name": "size-xxxl",
269
+ "attributes": {
270
+ "category": "size",
271
+ "type": "xxxl"
272
+ },
273
+ "path": [
274
+ "size",
275
+ "xxxl"
276
+ ]
277
+ }
278
+ },
279
+ "breakpoint": {
280
+ "sm": {
281
+ "value": "660px",
282
+ "public": false,
283
+ "deprecated": true,
284
+ "version": "3.13.0",
285
+ "reference": "grid-breakpoint-sm",
286
+ "comment": "\n // New token, see grid-breakpoint-sm",
287
+ "filePath": "./src/breakpoint.json",
288
+ "isSource": false,
289
+ "original": {
290
+ "value": "660px",
291
+ "public": false,
292
+ "deprecated": true,
293
+ "version": "3.13.0",
294
+ "reference": "grid-breakpoint-sm",
295
+ "comment": "{comments.reference.comment} grid-breakpoint-sm"
296
+ },
297
+ "name": "breakpoint-sm",
298
+ "attributes": {
299
+ "category": "breakpoint",
300
+ "type": "sm"
301
+ },
302
+ "path": [
303
+ "breakpoint",
304
+ "sm"
305
+ ]
306
+ },
307
+ "md": {
308
+ "value": "1024px",
309
+ "public": false,
310
+ "deprecated": true,
311
+ "version": "3.13.0",
312
+ "reference": "grid-breakpoint-md",
313
+ "comment": "\n // New token, see grid-breakpoint-md",
314
+ "filePath": "./src/breakpoint.json",
315
+ "isSource": false,
316
+ "original": {
317
+ "value": "1024px",
318
+ "public": false,
319
+ "deprecated": true,
320
+ "version": "3.13.0",
321
+ "reference": "grid-breakpoint-md",
322
+ "comment": "{comments.reference.comment} grid-breakpoint-md"
323
+ },
324
+ "name": "breakpoint-md",
325
+ "attributes": {
326
+ "category": "breakpoint",
327
+ "type": "md"
328
+ },
329
+ "path": [
330
+ "breakpoint",
331
+ "md"
332
+ ]
333
+ },
334
+ "lg": {
335
+ "value": "1232px",
336
+ "public": false,
337
+ "deprecated": true,
338
+ "version": "3.13.0",
339
+ "reference": "grid-breakpoint-lg",
340
+ "comment": "\n // New token, see grid-breakpoint-lg",
341
+ "filePath": "./src/breakpoint.json",
342
+ "isSource": false,
343
+ "original": {
344
+ "value": "1232px",
345
+ "public": false,
346
+ "deprecated": true,
347
+ "version": "3.13.0",
348
+ "reference": "grid-breakpoint-lg",
349
+ "comment": "{comments.reference.comment} grid-breakpoint-lg"
350
+ },
351
+ "name": "breakpoint-lg",
352
+ "attributes": {
353
+ "category": "breakpoint",
354
+ "type": "lg"
355
+ },
356
+ "path": [
357
+ "breakpoint",
358
+ "lg"
359
+ ]
360
+ }
361
+ },
362
+ "depth": {
363
+ "dialog": {
364
+ "value": "100",
365
+ "public": false,
366
+ "deprecated": true,
367
+ "reference": "depth-modal",
368
+ "version": "3.2.1",
369
+ "filePath": "./src/depth.json",
370
+ "isSource": false,
371
+ "original": {
372
+ "value": "100",
373
+ "public": false,
374
+ "deprecated": true,
375
+ "reference": "depth-modal",
376
+ "version": "3.2.1"
377
+ },
378
+ "name": "depth-dialog",
379
+ "attributes": {
380
+ "category": "depth",
381
+ "type": "dialog"
382
+ },
383
+ "path": [
384
+ "depth",
385
+ "dialog"
386
+ ]
387
+ }
388
+ },
389
+ "shadow": {
390
+ "boxShadow": {
391
+ "classic": {
392
+ "value": "0 0 3px 0 rgba(0, 0, 0, 0.35)",
393
+ "public": false,
394
+ "deprecated": true,
395
+ "reference": "n/a",
396
+ "version": "3.2.1",
397
+ "filePath": "./src/shadow.json",
398
+ "isSource": false,
399
+ "original": {
400
+ "value": "0 0 3px 0 rgba(0, 0, 0, 0.35)",
401
+ "public": false,
402
+ "deprecated": true,
403
+ "reference": "n/a",
404
+ "version": "3.2.1"
405
+ },
406
+ "name": "shadow-box-shadow-classic",
407
+ "attributes": {
408
+ "category": "shadow",
409
+ "type": "boxShadow",
410
+ "item": "classic"
411
+ },
412
+ "path": [
413
+ "shadow",
414
+ "boxShadow",
415
+ "classic"
416
+ ]
417
+ }
418
+ }
419
+ },
420
+ "color": {
421
+ "alert": {
422
+ "notification": {
423
+ "onLight": {
424
+ "value": "#0074c8",
425
+ "public": false,
426
+ "onLight": true,
427
+ "usage": "Notification color on light backgrounds",
428
+ "wcag": "AAA",
429
+ "deprecated": true,
430
+ "comment": "Deprecated token",
431
+ "reference": "color-alert-notification-default",
432
+ "version": "3.15.0",
433
+ "filePath": "./src/color/alert.json",
434
+ "isSource": true,
435
+ "original": {
436
+ "value": "{color.brand.atlas.400.value}",
437
+ "public": false,
438
+ "onLight": true,
439
+ "usage": "Notification color on light backgrounds",
440
+ "wcag": "AAA",
441
+ "deprecated": true,
442
+ "comment": "Deprecated token",
443
+ "reference": "color-alert-notification-default",
444
+ "version": "3.15.0"
445
+ },
446
+ "name": "color-alert-notification-on-light",
447
+ "attributes": {
448
+ "category": "color",
449
+ "type": "alert",
450
+ "item": "notification",
451
+ "subitem": "onLight"
452
+ },
453
+ "path": [
454
+ "color",
455
+ "alert",
456
+ "notification",
457
+ "onLight"
458
+ ]
459
+ },
460
+ "onDark": {
461
+ "value": "#00cff0",
462
+ "public": false,
463
+ "onDark": true,
464
+ "usage": "Notification color on dark backgrounds",
465
+ "wcag": "AAA",
466
+ "deprecated": true,
467
+ "comment": "Deprecated token",
468
+ "reference": "n/a",
469
+ "version": "3.12.0",
470
+ "filePath": "./src/color/alert.json",
471
+ "isSource": true,
472
+ "original": {
473
+ "value": "{color.brand.breeze.300.value}",
474
+ "public": false,
475
+ "onDark": true,
476
+ "usage": "Notification color on dark backgrounds",
477
+ "wcag": "AAA",
478
+ "deprecated": true,
479
+ "comment": "Deprecated token",
480
+ "reference": "n/a",
481
+ "version": "3.12.0"
482
+ },
483
+ "name": "color-alert-notification-on-dark",
484
+ "attributes": {
485
+ "category": "color",
486
+ "type": "alert",
487
+ "item": "notification",
488
+ "subitem": "onDark"
489
+ },
490
+ "path": [
491
+ "color",
492
+ "alert",
493
+ "notification",
494
+ "onDark"
495
+ ]
496
+ }
497
+ },
498
+ "warning": {
499
+ "onLight": {
500
+ "value": "#de750c",
501
+ "public": false,
502
+ "onLight": true,
503
+ "usage": "Warning color on light backgrounds",
504
+ "wcag": "AAA",
505
+ "deprecated": true,
506
+ "comment": "Deprecated token",
507
+ "reference": "n/a",
508
+ "version": "3.12.0",
509
+ "filePath": "./src/color/alert.json",
510
+ "isSource": true,
511
+ "original": {
512
+ "value": "{color.state.warning.500.value}",
513
+ "public": false,
514
+ "onLight": true,
515
+ "usage": "Warning color on light backgrounds",
516
+ "wcag": "AAA",
517
+ "deprecated": true,
518
+ "comment": "Deprecated token",
519
+ "reference": "n/a",
520
+ "version": "3.12.0"
521
+ },
522
+ "name": "color-alert-warning-on-light",
523
+ "attributes": {
524
+ "category": "color",
525
+ "type": "alert",
526
+ "item": "warning",
527
+ "subitem": "onLight"
528
+ },
529
+ "path": [
530
+ "color",
531
+ "alert",
532
+ "warning",
533
+ "onLight"
534
+ ]
535
+ }
536
+ },
537
+ "error": {
538
+ "onLight": {
539
+ "value": "#df0b37",
540
+ "public": false,
541
+ "onLight": true,
542
+ "usage": "Error color on light backgrounds",
543
+ "wcag": "AAA",
544
+ "deprecated": true,
545
+ "comment": "Deprecated token",
546
+ "reference": "color-alert-error-default",
547
+ "version": "3.15.0",
548
+ "filePath": "./src/color/alert.json",
549
+ "isSource": true,
550
+ "original": {
551
+ "value": "{color.state.error.500.value}",
552
+ "public": false,
553
+ "onLight": true,
554
+ "usage": "Error color on light backgrounds",
555
+ "wcag": "AAA",
556
+ "deprecated": true,
557
+ "comment": "Deprecated token",
558
+ "reference": "color-alert-error-default",
559
+ "version": "3.15.0"
560
+ },
561
+ "name": "color-alert-error-on-light",
562
+ "attributes": {
563
+ "category": "color",
564
+ "type": "alert",
565
+ "item": "error",
566
+ "subitem": "onLight"
567
+ },
568
+ "path": [
569
+ "color",
570
+ "alert",
571
+ "error",
572
+ "onLight"
573
+ ]
574
+ },
575
+ "onDark": {
576
+ "value": "#ff999b",
577
+ "public": false,
578
+ "onDark": true,
579
+ "usage": "Error color on dark backgrounds",
580
+ "wcag": "AAA",
581
+ "deprecated": true,
582
+ "reference": "n/a",
583
+ "comment": "Deprecated token",
584
+ "version": "3.12.0",
585
+ "filePath": "./src/color/alert.json",
586
+ "isSource": true,
587
+ "original": {
588
+ "value": "{color.state.error.100.value}",
589
+ "public": false,
590
+ "onDark": true,
591
+ "usage": "Error color on dark backgrounds",
592
+ "wcag": "AAA",
593
+ "deprecated": true,
594
+ "reference": "n/a",
595
+ "comment": "Deprecated token",
596
+ "version": "3.12.0"
597
+ },
598
+ "name": "color-alert-error-on-dark",
599
+ "attributes": {
600
+ "category": "color",
601
+ "type": "alert",
602
+ "item": "error",
603
+ "subitem": "onDark"
604
+ },
605
+ "path": [
606
+ "color",
607
+ "alert",
608
+ "error",
609
+ "onDark"
610
+ ]
611
+ }
612
+ },
613
+ "success": {
614
+ "onLight": {
615
+ "value": "#00805d",
616
+ "public": false,
617
+ "onLight": true,
618
+ "usage": "Success color on light backgrounds",
619
+ "wcag": "AAA",
620
+ "deprecated": true,
621
+ "comment": "Deprecated token",
622
+ "reference": "color-alert-success-default",
623
+ "version": "3.15.0",
624
+ "filePath": "./src/color/alert.json",
625
+ "isSource": true,
626
+ "original": {
627
+ "value": "{color.state.success.500.value}",
628
+ "public": false,
629
+ "onLight": true,
630
+ "usage": "Success color on light backgrounds",
631
+ "wcag": "AAA",
632
+ "deprecated": true,
633
+ "comment": "Deprecated token",
634
+ "reference": "color-alert-success-default",
635
+ "version": "3.15.0"
636
+ },
637
+ "name": "color-alert-success-on-light",
638
+ "attributes": {
639
+ "category": "color",
640
+ "type": "alert",
641
+ "item": "success",
642
+ "subitem": "onLight"
643
+ },
644
+ "path": [
645
+ "color",
646
+ "alert",
647
+ "success",
648
+ "onLight"
649
+ ]
650
+ },
651
+ "onDark": {
652
+ "value": "#69cf96",
653
+ "public": false,
654
+ "onDark": true,
655
+ "usage": "Success color on dark backgrounds",
656
+ "wcag": "AAA",
657
+ "deprecated": true,
658
+ "comment": "Deprecated token",
659
+ "reference": "n/a",
660
+ "version": "3.12.0",
661
+ "filePath": "./src/color/alert.json",
662
+ "isSource": true,
663
+ "original": {
664
+ "value": "{color.state.success.100.value}",
665
+ "public": false,
666
+ "onDark": true,
667
+ "usage": "Success color on dark backgrounds",
668
+ "wcag": "AAA",
669
+ "deprecated": true,
670
+ "comment": "Deprecated token",
671
+ "reference": "n/a",
672
+ "version": "3.12.0"
673
+ },
674
+ "name": "color-alert-success-on-dark",
675
+ "attributes": {
676
+ "category": "color",
677
+ "type": "alert",
678
+ "item": "success",
679
+ "subitem": "onDark"
680
+ },
681
+ "path": [
682
+ "color",
683
+ "alert",
684
+ "success",
685
+ "onDark"
686
+ ]
687
+ }
688
+ },
689
+ "advisory": {
690
+ "onLight": {
691
+ "value": "#fff0cd",
692
+ "public": false,
693
+ "onLight": true,
694
+ "usage": "Travel advisory or system maintenance color on light backgrounds",
695
+ "wcag": "AAA",
696
+ "deprecated": true,
697
+ "comment": "Deprecated token",
698
+ "reference": "color-alert-advisory-default",
699
+ "version": "3.15.0",
700
+ "filePath": "./src/color/alert.json",
701
+ "isSource": true,
702
+ "original": {
703
+ "value": "{color.brand.goldcoast.100.value}",
704
+ "public": false,
705
+ "onLight": true,
706
+ "usage": "Travel advisory or system maintenance color on light backgrounds",
707
+ "wcag": "AAA",
708
+ "deprecated": true,
709
+ "comment": "Deprecated token",
710
+ "reference": "color-alert-advisory-default",
711
+ "version": "3.15.0"
712
+ },
713
+ "name": "color-alert-advisory-on-light",
714
+ "attributes": {
715
+ "category": "color",
716
+ "type": "alert",
717
+ "item": "advisory",
718
+ "subitem": "onLight"
719
+ },
720
+ "path": [
721
+ "color",
722
+ "alert",
723
+ "advisory",
724
+ "onLight"
725
+ ]
726
+ },
727
+ "onDark": {
728
+ "value": "#fff0cd",
729
+ "public": false,
730
+ "onDark": true,
731
+ "usage": "Travel advisory or system maintenance color on dark backgrounds",
732
+ "wcag": "AAA",
733
+ "deprecated": true,
734
+ "comment": "Deprecated token",
735
+ "reference": "n/a",
736
+ "version": "3.12.0",
737
+ "filePath": "./src/color/alert.json",
738
+ "isSource": true,
739
+ "original": {
740
+ "value": "{color.brand.goldcoast.100.value}",
741
+ "public": false,
742
+ "onDark": true,
743
+ "usage": "Travel advisory or system maintenance color on dark backgrounds",
744
+ "wcag": "AAA",
745
+ "deprecated": true,
746
+ "comment": "Deprecated token",
747
+ "reference": "n/a",
748
+ "version": "3.12.0"
749
+ },
750
+ "name": "color-alert-advisory-on-dark",
751
+ "attributes": {
752
+ "category": "color",
753
+ "type": "alert",
754
+ "item": "advisory",
755
+ "subitem": "onDark"
756
+ },
757
+ "path": [
758
+ "color",
759
+ "alert",
760
+ "advisory",
761
+ "onDark"
762
+ ]
763
+ }
764
+ }
765
+ },
766
+ "base": {
767
+ "gray": {
768
+ "100": {
769
+ "value": "#f8f8f8",
770
+ "version": "3.1.0",
771
+ "public": false,
772
+ "neutral": true,
773
+ "usage": "Neutral accent",
774
+ "wcag": "n/a",
775
+ "deprecated": true,
776
+ "reference": "color-brand-gray-100",
777
+ "comment": "\n // New token, see color-brand-gray-100",
778
+ "filePath": "./src/color/base.json",
779
+ "isSource": true,
780
+ "original": {
781
+ "value": "f8f8f8",
782
+ "version": "3.1.0",
783
+ "public": false,
784
+ "neutral": true,
785
+ "usage": "Neutral accent",
786
+ "wcag": "n/a",
787
+ "deprecated": true,
788
+ "reference": "color-brand-gray-100",
789
+ "comment": "{comments.reference.comment} color-brand-gray-100"
790
+ },
791
+ "name": "color-base-gray-100",
792
+ "attributes": {
793
+ "category": "color",
794
+ "type": "base",
795
+ "item": "gray",
796
+ "subitem": "100"
797
+ },
798
+ "path": [
799
+ "color",
800
+ "base",
801
+ "gray",
802
+ "100"
803
+ ]
804
+ },
805
+ "200": {
806
+ "value": "#dbdbdb",
807
+ "public": false,
808
+ "neutral": true,
809
+ "usage": "Neutral accent",
810
+ "wcag": "n/a",
811
+ "deprecated": true,
812
+ "version": "3.1.0",
813
+ "reference": "color-brand-gray-200",
814
+ "comment": "\n // New token, see color-brand-gray-200",
815
+ "filePath": "./src/color/base.json",
816
+ "isSource": true,
817
+ "original": {
818
+ "value": "dbdbdb",
819
+ "public": false,
820
+ "neutral": true,
821
+ "usage": "Neutral accent",
822
+ "wcag": "n/a",
823
+ "deprecated": true,
824
+ "version": "3.1.0",
825
+ "reference": "color-brand-gray-200",
826
+ "comment": "{comments.reference.comment} color-brand-gray-200"
827
+ },
828
+ "name": "color-base-gray-200",
829
+ "attributes": {
830
+ "category": "color",
831
+ "type": "base",
832
+ "item": "gray",
833
+ "subitem": "200"
834
+ },
835
+ "path": [
836
+ "color",
837
+ "base",
838
+ "gray",
839
+ "200"
840
+ ]
841
+ },
842
+ "300": {
843
+ "value": "#b2b2b2",
844
+ "public": false,
845
+ "neutral": true,
846
+ "usage": "Neutral accent",
847
+ "wcag": "n/a",
848
+ "deprecated": true,
849
+ "version": "3.1.0",
850
+ "reference": "color-brand-gray-300",
851
+ "comment": "\n // New token, see color-brand-gray-300",
852
+ "filePath": "./src/color/base.json",
853
+ "isSource": true,
854
+ "original": {
855
+ "value": "b2b2b2",
856
+ "public": false,
857
+ "neutral": true,
858
+ "usage": "Neutral accent",
859
+ "wcag": "n/a",
860
+ "deprecated": true,
861
+ "version": "3.1.0",
862
+ "reference": "color-brand-gray-300",
863
+ "comment": "{comments.reference.comment} color-brand-gray-300"
864
+ },
865
+ "name": "color-base-gray-300",
866
+ "attributes": {
867
+ "category": "color",
868
+ "type": "base",
869
+ "item": "gray",
870
+ "subitem": "300"
871
+ },
872
+ "path": [
873
+ "color",
874
+ "base",
875
+ "gray",
876
+ "300"
877
+ ]
878
+ },
879
+ "400": {
880
+ "value": "#767676",
881
+ "public": false,
882
+ "neutral": true,
883
+ "usage": "Neutral accent",
884
+ "wcag": "n/a",
885
+ "deprecated": true,
886
+ "version": "3.1.0",
887
+ "reference": "color-brand-gray-400",
888
+ "comment": "\n // New token, see color-brand-gray-400",
889
+ "filePath": "./src/color/base.json",
890
+ "isSource": true,
891
+ "original": {
892
+ "value": "767676",
893
+ "public": false,
894
+ "neutral": true,
895
+ "usage": "Neutral accent",
896
+ "wcag": "n/a",
897
+ "deprecated": true,
898
+ "version": "3.1.0",
899
+ "reference": "color-brand-gray-400",
900
+ "comment": "{comments.reference.comment} color-brand-gray-400"
901
+ },
902
+ "name": "color-base-gray-400",
903
+ "attributes": {
904
+ "category": "color",
905
+ "type": "base",
906
+ "item": "gray",
907
+ "subitem": "400"
908
+ },
909
+ "path": [
910
+ "color",
911
+ "base",
912
+ "gray",
913
+ "400"
914
+ ]
915
+ },
916
+ "500": {
917
+ "value": "#222222",
918
+ "public": false,
919
+ "neutral": true,
920
+ "usage": "Neutral accent",
921
+ "wcag": "n/a",
922
+ "deprecated": true,
923
+ "version": "3.1.0",
924
+ "reference": "color-brand-gray-500",
925
+ "comment": "\n // New token, see color-brand-gray-500",
926
+ "filePath": "./src/color/base.json",
927
+ "isSource": true,
928
+ "original": {
929
+ "value": "222222",
930
+ "public": false,
931
+ "neutral": true,
932
+ "usage": "Neutral accent",
933
+ "wcag": "n/a",
934
+ "deprecated": true,
935
+ "version": "3.1.0",
936
+ "reference": "color-brand-gray-500",
937
+ "comment": "{comments.reference.comment} color-brand-gray-500"
938
+ },
939
+ "name": "color-base-gray-500",
940
+ "attributes": {
941
+ "category": "color",
942
+ "type": "base",
943
+ "item": "gray",
944
+ "subitem": "500"
945
+ },
946
+ "path": [
947
+ "color",
948
+ "base",
949
+ "gray",
950
+ "500"
951
+ ]
952
+ }
953
+ },
954
+ "neutral": {
955
+ "400": {
956
+ "value": "#9fabbb",
957
+ "public": false,
958
+ "deprecated": true,
959
+ "version": "3.1.0",
960
+ "reference": "color-brand-neutral-400",
961
+ "comment": "\n // New token, see color-brand-neutral-400",
962
+ "filePath": "./src/color/base.json",
963
+ "isSource": true,
964
+ "original": {
965
+ "value": "9fabbb",
966
+ "public": false,
967
+ "deprecated": true,
968
+ "version": "3.1.0",
969
+ "reference": "color-brand-neutral-400",
970
+ "comment": "{comments.reference.comment} color-brand-neutral-400"
971
+ },
972
+ "name": "color-base-neutral-400",
973
+ "attributes": {
974
+ "category": "color",
975
+ "type": "base",
976
+ "item": "neutral",
977
+ "subitem": "400"
978
+ },
979
+ "path": [
980
+ "color",
981
+ "base",
982
+ "neutral",
983
+ "400"
984
+ ]
985
+ },
986
+ "500": {
987
+ "value": "#626b79",
988
+ "public": false,
989
+ "deprecated": true,
990
+ "version": "3.1.0",
991
+ "reference": "color-brand-neutral-500",
992
+ "comment": "\n // New token, see color-brand-neutral-500",
993
+ "filePath": "./src/color/base.json",
994
+ "isSource": true,
995
+ "original": {
996
+ "value": "626b79",
997
+ "public": false,
998
+ "deprecated": true,
999
+ "version": "3.1.0",
1000
+ "reference": "color-brand-neutral-500",
1001
+ "comment": "{comments.reference.comment} color-brand-neutral-500"
1002
+ },
1003
+ "name": "color-base-neutral-500",
1004
+ "attributes": {
1005
+ "category": "color",
1006
+ "type": "base",
1007
+ "item": "neutral",
1008
+ "subitem": "500"
1009
+ },
1010
+ "path": [
1011
+ "color",
1012
+ "base",
1013
+ "neutral",
1014
+ "500"
1015
+ ]
1016
+ }
1017
+ }
1018
+ },
1019
+ "border": {
1020
+ "primary": {
1021
+ "onLight": {
1022
+ "value": "#626b79",
1023
+ "public": false,
1024
+ "onLight": true,
1025
+ "usage": "Primary border color on light backgrounds",
1026
+ "wcag": "n/a",
1027
+ "deprecated": true,
1028
+ "comment": "Deprecated token",
1029
+ "reference": "color-border-primary-default",
1030
+ "version": "3.15.0",
1031
+ "filePath": "./src/color/border.json",
1032
+ "isSource": true,
1033
+ "original": {
1034
+ "value": "{color.brand.neutral.500.value}",
1035
+ "public": false,
1036
+ "onLight": true,
1037
+ "usage": "Primary border color on light backgrounds",
1038
+ "wcag": "n/a",
1039
+ "deprecated": true,
1040
+ "comment": "Deprecated token",
1041
+ "reference": "color-border-primary-default",
1042
+ "version": "3.15.0"
1043
+ },
1044
+ "name": "color-border-primary-on-light",
1045
+ "attributes": {
1046
+ "category": "color",
1047
+ "type": "border",
1048
+ "item": "primary",
1049
+ "subitem": "onLight"
1050
+ },
1051
+ "path": [
1052
+ "color",
1053
+ "border",
1054
+ "primary",
1055
+ "onLight"
1056
+ ]
1057
+ },
1058
+ "onDark": {
1059
+ "value": "#9fabbb",
1060
+ "public": false,
1061
+ "onDark": true,
1062
+ "usage": "Primary border color on dark background",
1063
+ "wcag": "n/a",
1064
+ "deprecated": true,
1065
+ "comment": "Deprecated token",
1066
+ "reference": "color-border-primary-inverse",
1067
+ "version": "3.15.0",
1068
+ "filePath": "./src/color/border.json",
1069
+ "isSource": true,
1070
+ "original": {
1071
+ "value": "{color.brand.neutral.400.value}",
1072
+ "public": false,
1073
+ "onDark": true,
1074
+ "usage": "Primary border color on dark background",
1075
+ "wcag": "n/a",
1076
+ "deprecated": true,
1077
+ "comment": "Deprecated token",
1078
+ "reference": "color-border-primary-inverse",
1079
+ "version": "3.15.0"
1080
+ },
1081
+ "name": "color-border-primary-on-dark",
1082
+ "attributes": {
1083
+ "category": "color",
1084
+ "type": "border",
1085
+ "item": "primary",
1086
+ "subitem": "onDark"
1087
+ },
1088
+ "path": [
1089
+ "color",
1090
+ "border",
1091
+ "primary",
1092
+ "onDark"
1093
+ ]
1094
+ }
1095
+ },
1096
+ "active": {
1097
+ "onLight": {
1098
+ "value": "#0074c8",
1099
+ "public": false,
1100
+ "onLight": true,
1101
+ "usage": "Active border color on light backgrounds",
1102
+ "wcag": "n/a",
1103
+ "deprecated": true,
1104
+ "comment": "Deprecated token",
1105
+ "reference": "color-border-active-default",
1106
+ "version": "3.15.0",
1107
+ "filePath": "./src/color/border.json",
1108
+ "isSource": true,
1109
+ "original": {
1110
+ "value": "{color.brand.atlas.400.value}",
1111
+ "public": false,
1112
+ "onLight": true,
1113
+ "usage": "Active border color on light backgrounds",
1114
+ "wcag": "n/a",
1115
+ "deprecated": true,
1116
+ "comment": "Deprecated token",
1117
+ "reference": "color-border-active-default",
1118
+ "version": "3.15.0"
1119
+ },
1120
+ "name": "color-border-active-on-light",
1121
+ "attributes": {
1122
+ "category": "color",
1123
+ "type": "border",
1124
+ "item": "active",
1125
+ "subitem": "onLight"
1126
+ },
1127
+ "path": [
1128
+ "color",
1129
+ "border",
1130
+ "active",
1131
+ "onLight"
1132
+ ]
1133
+ },
1134
+ "onDark": {
1135
+ "value": "#00cff0",
1136
+ "public": false,
1137
+ "onDark": true,
1138
+ "usage": "Active border color on dark backgrounds",
1139
+ "wcag": "n/a",
1140
+ "deprecated": true,
1141
+ "comment": "Deprecated token",
1142
+ "reference": "n/a",
1143
+ "version": "3.12.0",
1144
+ "filePath": "./src/color/border.json",
1145
+ "isSource": true,
1146
+ "original": {
1147
+ "value": "{color.brand.breeze.300.value}",
1148
+ "public": false,
1149
+ "onDark": true,
1150
+ "usage": "Active border color on dark backgrounds",
1151
+ "wcag": "n/a",
1152
+ "deprecated": true,
1153
+ "comment": "Deprecated token",
1154
+ "reference": "n/a",
1155
+ "version": "3.12.0"
1156
+ },
1157
+ "name": "color-border-active-on-dark",
1158
+ "attributes": {
1159
+ "category": "color",
1160
+ "type": "border",
1161
+ "item": "active",
1162
+ "subitem": "onDark"
1163
+ },
1164
+ "path": [
1165
+ "color",
1166
+ "border",
1167
+ "active",
1168
+ "onDark"
1169
+ ]
1170
+ }
1171
+ },
1172
+ "error": {
1173
+ "onLight": {
1174
+ "value": "#df0b37",
1175
+ "public": false,
1176
+ "onLight": true,
1177
+ "usage": "Error states border color on light backgrounds",
1178
+ "wcag": "n/a",
1179
+ "deprecated": true,
1180
+ "comment": "Deprecated token",
1181
+ "reference": "color-border-error-default",
1182
+ "version": "3.15.0",
1183
+ "filePath": "./src/color/border.json",
1184
+ "isSource": true,
1185
+ "original": {
1186
+ "value": "{color.state.error.500.value}",
1187
+ "public": false,
1188
+ "onLight": true,
1189
+ "usage": "Error states border color on light backgrounds",
1190
+ "wcag": "n/a",
1191
+ "deprecated": true,
1192
+ "comment": "Deprecated token",
1193
+ "reference": "color-border-error-default",
1194
+ "version": "3.15.0"
1195
+ },
1196
+ "name": "color-border-error-on-light",
1197
+ "attributes": {
1198
+ "category": "color",
1199
+ "type": "border",
1200
+ "item": "error",
1201
+ "subitem": "onLight"
1202
+ },
1203
+ "path": [
1204
+ "color",
1205
+ "border",
1206
+ "error",
1207
+ "onLight"
1208
+ ]
1209
+ },
1210
+ "onDark": {
1211
+ "value": "#ff999b",
1212
+ "public": false,
1213
+ "onDark": true,
1214
+ "usage": "Error states border color on dark background",
1215
+ "wcag": "n/a",
1216
+ "deprecated": true,
1217
+ "comment": "Deprecated token",
1218
+ "reference": "n/a",
1219
+ "version": "3.12.0",
1220
+ "filePath": "./src/color/border.json",
1221
+ "isSource": true,
1222
+ "original": {
1223
+ "value": "{color.state.error.100.value}",
1224
+ "public": false,
1225
+ "onDark": true,
1226
+ "usage": "Error states border color on dark background",
1227
+ "wcag": "n/a",
1228
+ "deprecated": true,
1229
+ "comment": "Deprecated token",
1230
+ "reference": "n/a",
1231
+ "version": "3.12.0"
1232
+ },
1233
+ "name": "color-border-error-on-dark",
1234
+ "attributes": {
1235
+ "category": "color",
1236
+ "type": "border",
1237
+ "item": "error",
1238
+ "subitem": "onDark"
1239
+ },
1240
+ "path": [
1241
+ "color",
1242
+ "border",
1243
+ "error",
1244
+ "onDark"
1245
+ ]
1246
+ }
1247
+ },
1248
+ "disabled": {
1249
+ "onLight": {
1250
+ "value": "#dbdbdb",
1251
+ "public": false,
1252
+ "onLight": true,
1253
+ "usage": "Disabled border color on light backgrounds",
1254
+ "wcag": "n/a",
1255
+ "deprecated": true,
1256
+ "comment": "Deprecated token",
1257
+ "reference": "color-border-disabled-default",
1258
+ "version": "3.15.0",
1259
+ "filePath": "./src/color/border.json",
1260
+ "isSource": true,
1261
+ "original": {
1262
+ "value": "{color.base.gray.200.value}",
1263
+ "public": false,
1264
+ "onLight": true,
1265
+ "usage": "Disabled border color on light backgrounds",
1266
+ "wcag": "n/a",
1267
+ "deprecated": true,
1268
+ "comment": "Deprecated token",
1269
+ "reference": "color-border-disabled-default",
1270
+ "version": "3.15.0"
1271
+ },
1272
+ "name": "color-border-disabled-on-light",
1273
+ "attributes": {
1274
+ "category": "color",
1275
+ "type": "border",
1276
+ "item": "disabled",
1277
+ "subitem": "onLight"
1278
+ },
1279
+ "path": [
1280
+ "color",
1281
+ "border",
1282
+ "disabled",
1283
+ "onLight"
1284
+ ]
1285
+ },
1286
+ "onDark": {
1287
+ "value": "#dbdbdb",
1288
+ "public": false,
1289
+ "onDark": true,
1290
+ "usage": "Disabled border color on dark background",
1291
+ "wcag": "n/a",
1292
+ "deprecated": true,
1293
+ "comment": "Deprecated token",
1294
+ "reference": "n/a",
1295
+ "version": "3.12.0",
1296
+ "filePath": "./src/color/border.json",
1297
+ "isSource": true,
1298
+ "original": {
1299
+ "value": "{color.base.gray.200.value}",
1300
+ "public": false,
1301
+ "onDark": true,
1302
+ "usage": "Disabled border color on dark background",
1303
+ "wcag": "n/a",
1304
+ "deprecated": true,
1305
+ "comment": "Deprecated token",
1306
+ "reference": "n/a",
1307
+ "version": "3.12.0"
1308
+ },
1309
+ "name": "color-border-disabled-on-dark",
1310
+ "attributes": {
1311
+ "category": "color",
1312
+ "type": "border",
1313
+ "item": "disabled",
1314
+ "subitem": "onDark"
1315
+ },
1316
+ "path": [
1317
+ "color",
1318
+ "border",
1319
+ "disabled",
1320
+ "onDark"
1321
+ ]
1322
+ }
1323
+ },
1324
+ "Focus": {
1325
+ "onLight": {
1326
+ "value": "#222222",
1327
+ "public": false,
1328
+ "onLight": true,
1329
+ "usage": "Focus border color for light backgrounds",
1330
+ "wcag": "n/a",
1331
+ "deprecated": true,
1332
+ "comment": "Deprecated token",
1333
+ "reference": "color-border-focus-default",
1334
+ "version": "3.15.0",
1335
+ "filePath": "./src/color/border.json",
1336
+ "isSource": true,
1337
+ "original": {
1338
+ "value": "{color.base.gray.500.value}",
1339
+ "public": false,
1340
+ "onLight": true,
1341
+ "usage": "Focus border color for light backgrounds",
1342
+ "wcag": "n/a",
1343
+ "deprecated": true,
1344
+ "comment": "Deprecated token",
1345
+ "reference": "color-border-focus-default",
1346
+ "version": "3.15.0"
1347
+ },
1348
+ "name": "color-border-focus-on-light",
1349
+ "attributes": {
1350
+ "category": "color",
1351
+ "type": "border",
1352
+ "item": "Focus",
1353
+ "subitem": "onLight"
1354
+ },
1355
+ "path": [
1356
+ "color",
1357
+ "border",
1358
+ "Focus",
1359
+ "onLight"
1360
+ ]
1361
+ },
1362
+ "onDark": {
1363
+ "value": "#ffffff",
1364
+ "public": false,
1365
+ "onDark": true,
1366
+ "usage": "Focus border color for dark backgrounds",
1367
+ "wcag": "n/a",
1368
+ "deprecated": true,
1369
+ "comment": "Deprecated token",
1370
+ "reference": "n/a",
1371
+ "version": "3.12.0",
1372
+ "filePath": "./src/color/border.json",
1373
+ "isSource": true,
1374
+ "original": {
1375
+ "value": "{color.base.white.value}",
1376
+ "public": false,
1377
+ "onDark": true,
1378
+ "usage": "Focus border color for dark backgrounds",
1379
+ "wcag": "n/a",
1380
+ "deprecated": true,
1381
+ "comment": "Deprecated token",
1382
+ "reference": "n/a",
1383
+ "version": "3.12.0"
1384
+ },
1385
+ "name": "color-border-focus-on-dark",
1386
+ "attributes": {
1387
+ "category": "color",
1388
+ "type": "border",
1389
+ "item": "Focus",
1390
+ "subitem": "onDark"
1391
+ },
1392
+ "path": [
1393
+ "color",
1394
+ "border",
1395
+ "Focus",
1396
+ "onDark"
1397
+ ]
1398
+ }
1399
+ },
1400
+ "divider": {
1401
+ "onLight": {
1402
+ "value": "rgba(0, 0, 0, 0.15)",
1403
+ "public": false,
1404
+ "onLight": true,
1405
+ "usage": "Strict use as divider between elements on light backgrounds",
1406
+ "wcag": "n/a",
1407
+ "deprecated": true,
1408
+ "comment": "Deprecated token",
1409
+ "reference": "color-border-divider-default",
1410
+ "version": "3.15.0",
1411
+ "filePath": "./src/color/border.json",
1412
+ "isSource": true,
1413
+ "original": {
1414
+ "value": "{color.base.black-opacity-15.value}",
1415
+ "public": false,
1416
+ "onLight": true,
1417
+ "usage": "Strict use as divider between elements on light backgrounds",
1418
+ "wcag": "n/a",
1419
+ "deprecated": true,
1420
+ "comment": "Deprecated token",
1421
+ "reference": "color-border-divider-default",
1422
+ "version": "3.15.0"
1423
+ },
1424
+ "name": "color-border-divider-on-light",
1425
+ "attributes": {
1426
+ "category": "color",
1427
+ "type": "border",
1428
+ "item": "divider",
1429
+ "subitem": "onLight"
1430
+ },
1431
+ "path": [
1432
+ "color",
1433
+ "border",
1434
+ "divider",
1435
+ "onLight"
1436
+ ]
1437
+ },
1438
+ "onDark": {
1439
+ "value": "#ffffff",
1440
+ "public": false,
1441
+ "onDark": true,
1442
+ "usage": "Strict use as divider between elements on dark backgrounds",
1443
+ "wcag": "n/a",
1444
+ "deprecated": true,
1445
+ "comment": "Deprecated token",
1446
+ "reference": "color-border-divider-inverse",
1447
+ "version": "3.15.0",
1448
+ "filePath": "./src/color/border.json",
1449
+ "isSource": true,
1450
+ "original": {
1451
+ "value": "{color.base.white.value}",
1452
+ "public": false,
1453
+ "onDark": true,
1454
+ "usage": "Strict use as divider between elements on dark backgrounds",
1455
+ "wcag": "n/a",
1456
+ "deprecated": true,
1457
+ "comment": "Deprecated token",
1458
+ "reference": "color-border-divider-inverse",
1459
+ "version": "3.15.0"
1460
+ },
1461
+ "name": "color-border-divider-on-dark",
1462
+ "attributes": {
1463
+ "category": "color",
1464
+ "type": "border",
1465
+ "item": "divider",
1466
+ "subitem": "onDark"
1467
+ },
1468
+ "path": [
1469
+ "color",
1470
+ "border",
1471
+ "divider",
1472
+ "onDark"
1473
+ ]
1474
+ }
1475
+ }
1476
+ },
1477
+ "icon": {
1478
+ "primary": {
1479
+ "onLight": {
1480
+ "value": "#626b79",
1481
+ "public": false,
1482
+ "onLight": true,
1483
+ "usage": "Primary color for icons on light backgrounds",
1484
+ "wcag": "AAA",
1485
+ "deprecated": true,
1486
+ "comment": "Deprecated token",
1487
+ "reference": "color-icon-primary-default",
1488
+ "version": "3.15.0",
1489
+ "filePath": "./src/color/icon.json",
1490
+ "isSource": true,
1491
+ "original": {
1492
+ "value": "{color.base.neutral.500.value}",
1493
+ "public": false,
1494
+ "onLight": true,
1495
+ "usage": "Primary color for icons on light backgrounds",
1496
+ "wcag": "AAA",
1497
+ "deprecated": true,
1498
+ "comment": "Deprecated token",
1499
+ "reference": "color-icon-primary-default",
1500
+ "version": "3.15.0"
1501
+ },
1502
+ "name": "color-icon-primary-on-light",
1503
+ "attributes": {
1504
+ "category": "color",
1505
+ "type": "icon",
1506
+ "item": "primary",
1507
+ "subitem": "onLight"
1508
+ },
1509
+ "path": [
1510
+ "color",
1511
+ "icon",
1512
+ "primary",
1513
+ "onLight"
1514
+ ]
1515
+ },
1516
+ "onDark": {
1517
+ "value": "#9fabbb",
1518
+ "public": false,
1519
+ "onDark": true,
1520
+ "usage": "Primary color for icons on dark backgrounds",
1521
+ "wcag": "AAA",
1522
+ "deprecated": true,
1523
+ "comment": "Deprecated token",
1524
+ "reference": "color-icon-primary-inverse",
1525
+ "version": "3.15.0",
1526
+ "filePath": "./src/color/icon.json",
1527
+ "isSource": true,
1528
+ "original": {
1529
+ "value": "{color.base.neutral.400.value}",
1530
+ "public": false,
1531
+ "onDark": true,
1532
+ "usage": "Primary color for icons on dark backgrounds",
1533
+ "wcag": "AAA",
1534
+ "deprecated": true,
1535
+ "comment": "Deprecated token",
1536
+ "reference": "color-icon-primary-inverse",
1537
+ "version": "3.15.0"
1538
+ },
1539
+ "name": "color-icon-primary-on-dark",
1540
+ "attributes": {
1541
+ "category": "color",
1542
+ "type": "icon",
1543
+ "item": "primary",
1544
+ "subitem": "onDark"
1545
+ },
1546
+ "path": [
1547
+ "color",
1548
+ "icon",
1549
+ "primary",
1550
+ "onDark"
1551
+ ]
1552
+ }
1553
+ },
1554
+ "emphasis": {
1555
+ "onLight": {
1556
+ "value": "#222222",
1557
+ "public": false,
1558
+ "onLight": true,
1559
+ "usage": "Emphasis or darkest icon color on light backgrounds",
1560
+ "wcag": "AAA",
1561
+ "deprecated": true,
1562
+ "comment": "Deprecated token",
1563
+ "reference": "color-icon-emphasis-default",
1564
+ "version": "3.15.0",
1565
+ "filePath": "./src/color/icon.json",
1566
+ "isSource": true,
1567
+ "original": {
1568
+ "value": "{color.base.gray.500.value}",
1569
+ "public": false,
1570
+ "onLight": true,
1571
+ "usage": "Emphasis or darkest icon color on light backgrounds",
1572
+ "wcag": "AAA",
1573
+ "deprecated": true,
1574
+ "comment": "Deprecated token",
1575
+ "reference": "color-icon-emphasis-default",
1576
+ "version": "3.15.0"
1577
+ },
1578
+ "name": "color-icon-emphasis-on-light",
1579
+ "attributes": {
1580
+ "category": "color",
1581
+ "type": "icon",
1582
+ "item": "emphasis",
1583
+ "subitem": "onLight"
1584
+ },
1585
+ "path": [
1586
+ "color",
1587
+ "icon",
1588
+ "emphasis",
1589
+ "onLight"
1590
+ ]
1591
+ },
1592
+ "onDark": {
1593
+ "value": "#ffffff",
1594
+ "public": false,
1595
+ "onDark": true,
1596
+ "usage": "Emphasis or lightest icon color on dark backgrounds",
1597
+ "wcag": "AAA",
1598
+ "deprecated": true,
1599
+ "comment": "Deprecated token",
1600
+ "reference": "color-icon-emphasis-inverse",
1601
+ "version": "3.15.0",
1602
+ "filePath": "./src/color/icon.json",
1603
+ "isSource": true,
1604
+ "original": {
1605
+ "value": "{color.base.white.value}",
1606
+ "public": false,
1607
+ "onDark": true,
1608
+ "usage": "Emphasis or lightest icon color on dark backgrounds",
1609
+ "wcag": "AAA",
1610
+ "deprecated": true,
1611
+ "comment": "Deprecated token",
1612
+ "reference": "color-icon-emphasis-inverse",
1613
+ "version": "3.15.0"
1614
+ },
1615
+ "name": "color-icon-emphasis-on-dark",
1616
+ "attributes": {
1617
+ "category": "color",
1618
+ "type": "icon",
1619
+ "item": "emphasis",
1620
+ "subitem": "onDark"
1621
+ },
1622
+ "path": [
1623
+ "color",
1624
+ "icon",
1625
+ "emphasis",
1626
+ "onDark"
1627
+ ]
1628
+ }
1629
+ },
1630
+ "accent": {
1631
+ "onLight": {
1632
+ "value": "#0074c8",
1633
+ "public": false,
1634
+ "onLight": true,
1635
+ "usage": "Accent color for icon color on light backgrounds",
1636
+ "wcag": "AA",
1637
+ "deprecated": true,
1638
+ "comment": "Deprecated token",
1639
+ "reference": "color-icon-accent-default",
1640
+ "version": "3.15.0",
1641
+ "filePath": "./src/color/icon.json",
1642
+ "isSource": true,
1643
+ "original": {
1644
+ "value": "{color.brand.atlas.400.value}",
1645
+ "public": false,
1646
+ "onLight": true,
1647
+ "usage": "Accent color for icon color on light backgrounds",
1648
+ "wcag": "AA",
1649
+ "deprecated": true,
1650
+ "comment": "Deprecated token",
1651
+ "reference": "color-icon-accent-default",
1652
+ "version": "3.15.0"
1653
+ },
1654
+ "name": "color-icon-accent-on-light",
1655
+ "attributes": {
1656
+ "category": "color",
1657
+ "type": "icon",
1658
+ "item": "accent",
1659
+ "subitem": "onLight"
1660
+ },
1661
+ "path": [
1662
+ "color",
1663
+ "icon",
1664
+ "accent",
1665
+ "onLight"
1666
+ ]
1667
+ },
1668
+ "onDark": {
1669
+ "value": "#00cff0",
1670
+ "public": false,
1671
+ "onDark": true,
1672
+ "usage": "Accent color for icon color on dark backgrounds",
1673
+ "wcag": "AA",
1674
+ "deprecated": true,
1675
+ "comment": "Deprecated token",
1676
+ "reference": "n/a",
1677
+ "version": "3.12.0",
1678
+ "filePath": "./src/color/icon.json",
1679
+ "isSource": true,
1680
+ "original": {
1681
+ "value": "{color.brand.breeze.300.value}",
1682
+ "public": false,
1683
+ "onDark": true,
1684
+ "usage": "Accent color for icon color on dark backgrounds",
1685
+ "wcag": "AA",
1686
+ "deprecated": true,
1687
+ "comment": "Deprecated token",
1688
+ "reference": "n/a",
1689
+ "version": "3.12.0"
1690
+ },
1691
+ "name": "color-icon-accent-on-dark",
1692
+ "attributes": {
1693
+ "category": "color",
1694
+ "type": "icon",
1695
+ "item": "accent",
1696
+ "subitem": "onDark"
1697
+ },
1698
+ "path": [
1699
+ "color",
1700
+ "icon",
1701
+ "accent",
1702
+ "onDark"
1703
+ ]
1704
+ }
1705
+ },
1706
+ "disabled": {
1707
+ "onLight": {
1708
+ "value": "rgba(0, 0, 0, 0.15)",
1709
+ "public": false,
1710
+ "onLight": true,
1711
+ "usage": "Disabled icon color on light backgrounds",
1712
+ "wcag": "n/a",
1713
+ "deprecated": true,
1714
+ "comment": "Deprecated token",
1715
+ "reference": "color-icon-disabled-default",
1716
+ "version": "3.15.0",
1717
+ "filePath": "./src/color/icon.json",
1718
+ "isSource": true,
1719
+ "original": {
1720
+ "value": "{color.base.black-opacity-15.value}",
1721
+ "public": false,
1722
+ "onLight": true,
1723
+ "usage": "Disabled icon color on light backgrounds",
1724
+ "wcag": "n/a",
1725
+ "deprecated": true,
1726
+ "comment": "Deprecated token",
1727
+ "reference": "color-icon-disabled-default",
1728
+ "version": "3.15.0"
1729
+ },
1730
+ "name": "color-icon-disabled-on-light",
1731
+ "attributes": {
1732
+ "category": "color",
1733
+ "type": "icon",
1734
+ "item": "disabled",
1735
+ "subitem": "onLight"
1736
+ },
1737
+ "path": [
1738
+ "color",
1739
+ "icon",
1740
+ "disabled",
1741
+ "onLight"
1742
+ ]
1743
+ },
1744
+ "onDark": {
1745
+ "value": "rgba(255, 255, 255, 0.4)",
1746
+ "public": false,
1747
+ "onDark": true,
1748
+ "usage": "Disabled icon color on dark backgrounds",
1749
+ "wcag": "n/a",
1750
+ "deprecated": true,
1751
+ "comment": "Deprecated token",
1752
+ "reference": "n/a",
1753
+ "version": "3.12.0",
1754
+ "filePath": "./src/color/icon.json",
1755
+ "isSource": true,
1756
+ "original": {
1757
+ "value": "{color.base.white-opacity-40.value}",
1758
+ "public": false,
1759
+ "onDark": true,
1760
+ "usage": "Disabled icon color on dark backgrounds",
1761
+ "wcag": "n/a",
1762
+ "deprecated": true,
1763
+ "comment": "Deprecated token",
1764
+ "reference": "n/a",
1765
+ "version": "3.12.0"
1766
+ },
1767
+ "name": "color-icon-disabled-on-dark",
1768
+ "attributes": {
1769
+ "category": "color",
1770
+ "type": "icon",
1771
+ "item": "disabled",
1772
+ "subitem": "onDark"
1773
+ },
1774
+ "path": [
1775
+ "color",
1776
+ "icon",
1777
+ "disabled",
1778
+ "onDark"
1779
+ ]
1780
+ }
1781
+ }
1782
+ },
1783
+ "text": {
1784
+ "primary": {
1785
+ "onLight": {
1786
+ "value": "#222222",
1787
+ "public": false,
1788
+ "onLight": true,
1789
+ "usage": "Primary color for body and header text on light backgrounds",
1790
+ "wcag": "AAA",
1791
+ "deprecated": true,
1792
+ "comment": "Deprecated token",
1793
+ "reference": "color-text-primary-default",
1794
+ "version": "3.15.0",
1795
+ "filePath": "./src/color/text.json",
1796
+ "isSource": true,
1797
+ "original": {
1798
+ "value": "{color.base.gray.500.value}",
1799
+ "public": false,
1800
+ "onLight": true,
1801
+ "usage": "Primary color for body and header text on light backgrounds",
1802
+ "wcag": "AAA",
1803
+ "deprecated": true,
1804
+ "comment": "Deprecated token",
1805
+ "reference": "color-text-primary-default",
1806
+ "version": "3.15.0"
1807
+ },
1808
+ "name": "color-text-primary-on-light",
1809
+ "attributes": {
1810
+ "category": "color",
1811
+ "type": "text",
1812
+ "item": "primary",
1813
+ "subitem": "onLight"
1814
+ },
1815
+ "path": [
1816
+ "color",
1817
+ "text",
1818
+ "primary",
1819
+ "onLight"
1820
+ ]
1821
+ },
1822
+ "onDark": {
1823
+ "value": "#ffffff",
1824
+ "public": false,
1825
+ "onDark": true,
1826
+ "usage": "Primary color for body and header text on dark backgrounds",
1827
+ "wcag": "AAA",
1828
+ "deprecated": true,
1829
+ "comment": "Deprecated token",
1830
+ "reference": "color-text-primary-inverse",
1831
+ "version": "3.15.0",
1832
+ "filePath": "./src/color/text.json",
1833
+ "isSource": true,
1834
+ "original": {
1835
+ "value": "{color.base.white.value}",
1836
+ "public": false,
1837
+ "onDark": true,
1838
+ "usage": "Primary color for body and header text on dark backgrounds",
1839
+ "wcag": "AAA",
1840
+ "deprecated": true,
1841
+ "comment": "Deprecated token",
1842
+ "reference": "color-text-primary-inverse",
1843
+ "version": "3.15.0"
1844
+ },
1845
+ "name": "color-text-primary-on-dark",
1846
+ "attributes": {
1847
+ "category": "color",
1848
+ "type": "text",
1849
+ "item": "primary",
1850
+ "subitem": "onDark"
1851
+ },
1852
+ "path": [
1853
+ "color",
1854
+ "text",
1855
+ "primary",
1856
+ "onDark"
1857
+ ]
1858
+ }
1859
+ },
1860
+ "secondary": {
1861
+ "onLight": {
1862
+ "value": "#626b79",
1863
+ "public": false,
1864
+ "onLight": true,
1865
+ "usage": "Secondary color for body text on light backgrounds",
1866
+ "wcag": "AAA",
1867
+ "deprecated": true,
1868
+ "comment": "Deprecated token",
1869
+ "reference": "color-text-secondary-default",
1870
+ "version": "3.15.0",
1871
+ "filePath": "./src/color/text.json",
1872
+ "isSource": true,
1873
+ "original": {
1874
+ "value": "{color.base.neutral.500.value}",
1875
+ "public": false,
1876
+ "onLight": true,
1877
+ "usage": "Secondary color for body text on light backgrounds",
1878
+ "wcag": "AAA",
1879
+ "deprecated": true,
1880
+ "comment": "Deprecated token",
1881
+ "reference": "color-text-secondary-default",
1882
+ "version": "3.15.0"
1883
+ },
1884
+ "name": "color-text-secondary-on-light",
1885
+ "attributes": {
1886
+ "category": "color",
1887
+ "type": "text",
1888
+ "item": "secondary",
1889
+ "subitem": "onLight"
1890
+ },
1891
+ "path": [
1892
+ "color",
1893
+ "text",
1894
+ "secondary",
1895
+ "onLight"
1896
+ ]
1897
+ },
1898
+ "onDark": {
1899
+ "value": "#9fabbb",
1900
+ "public": false,
1901
+ "onDark": true,
1902
+ "usage": "Secondary color for body text on dark backgrounds",
1903
+ "wcag": "AAA",
1904
+ "deprecated": true,
1905
+ "comment": "Deprecated token",
1906
+ "reference": "color-text-secondary-inverse",
1907
+ "version": "3.15.0",
1908
+ "filePath": "./src/color/text.json",
1909
+ "isSource": true,
1910
+ "original": {
1911
+ "value": "{color.base.neutral.400.value}",
1912
+ "public": false,
1913
+ "onDark": true,
1914
+ "usage": "Secondary color for body text on dark backgrounds",
1915
+ "wcag": "AAA",
1916
+ "deprecated": true,
1917
+ "comment": "Deprecated token",
1918
+ "reference": "color-text-secondary-inverse",
1919
+ "version": "3.15.0"
1920
+ },
1921
+ "name": "color-text-secondary-on-dark",
1922
+ "attributes": {
1923
+ "category": "color",
1924
+ "type": "text",
1925
+ "item": "secondary",
1926
+ "subitem": "onDark"
1927
+ },
1928
+ "path": [
1929
+ "color",
1930
+ "text",
1931
+ "secondary",
1932
+ "onDark"
1933
+ ]
1934
+ }
1935
+ },
1936
+ "link": {
1937
+ "onLight": {
1938
+ "value": "#0074c8",
1939
+ "public": false,
1940
+ "onLight": true,
1941
+ "usage": "Link text color on light backgrounds",
1942
+ "wcag": "AA",
1943
+ "deprecated": true,
1944
+ "comment": "Deprecated token",
1945
+ "reference": "color-text-link-default",
1946
+ "version": "3.15.0",
1947
+ "filePath": "./src/color/text.json",
1948
+ "isSource": true,
1949
+ "original": {
1950
+ "value": "{color.brand.atlas.400.value}",
1951
+ "public": false,
1952
+ "onLight": true,
1953
+ "usage": "Link text color on light backgrounds",
1954
+ "wcag": "AA",
1955
+ "deprecated": true,
1956
+ "comment": "Deprecated token",
1957
+ "reference": "color-text-link-default",
1958
+ "version": "3.15.0"
1959
+ },
1960
+ "name": "color-text-link-on-light",
1961
+ "attributes": {
1962
+ "category": "color",
1963
+ "type": "text",
1964
+ "item": "link",
1965
+ "subitem": "onLight"
1966
+ },
1967
+ "path": [
1968
+ "color",
1969
+ "text",
1970
+ "link",
1971
+ "onLight"
1972
+ ]
1973
+ },
1974
+ "onDark": {
1975
+ "value": "#00cff0",
1976
+ "public": false,
1977
+ "onDark": true,
1978
+ "usage": "Link text color on light backgrounds",
1979
+ "wcag": "AA",
1980
+ "deprecated": true,
1981
+ "reference": "color-text-link-inverse",
1982
+ "version": "3.15.0",
1983
+ "filePath": "./src/color/text.json",
1984
+ "isSource": true,
1985
+ "original": {
1986
+ "value": "{color.brand.breeze.300.value}",
1987
+ "public": false,
1988
+ "onDark": true,
1989
+ "usage": "Link text color on light backgrounds",
1990
+ "wcag": "AA",
1991
+ "deprecated": true,
1992
+ "reference": "color-text-link-inverse",
1993
+ "version": "3.15.0"
1994
+ },
1995
+ "name": "color-text-link-on-dark",
1996
+ "attributes": {
1997
+ "category": "color",
1998
+ "type": "text",
1999
+ "item": "link",
2000
+ "subitem": "onDark"
2001
+ },
2002
+ "path": [
2003
+ "color",
2004
+ "text",
2005
+ "link",
2006
+ "onDark"
2007
+ ]
2008
+ }
2009
+ },
2010
+ "error": {
2011
+ "onLight": {
2012
+ "value": "#df0b37",
2013
+ "public": false,
2014
+ "onLight": true,
2015
+ "usage": "Error text color on light backgrounds",
2016
+ "wcag": "AA",
2017
+ "deprecated": true,
2018
+ "comment": "Deprecated token",
2019
+ "reference": "color-text-error-default",
2020
+ "version": "3.15.0",
2021
+ "filePath": "./src/color/text.json",
2022
+ "isSource": true,
2023
+ "original": {
2024
+ "value": "{color.state.error.500.value}",
2025
+ "public": false,
2026
+ "onLight": true,
2027
+ "usage": "Error text color on light backgrounds",
2028
+ "wcag": "AA",
2029
+ "deprecated": true,
2030
+ "comment": "Deprecated token",
2031
+ "reference": "color-text-error-default",
2032
+ "version": "3.15.0"
2033
+ },
2034
+ "name": "color-text-error-on-light",
2035
+ "attributes": {
2036
+ "category": "color",
2037
+ "type": "text",
2038
+ "item": "error",
2039
+ "subitem": "onLight"
2040
+ },
2041
+ "path": [
2042
+ "color",
2043
+ "text",
2044
+ "error",
2045
+ "onLight"
2046
+ ]
2047
+ },
2048
+ "onDark": {
2049
+ "value": "#ff999b",
2050
+ "public": false,
2051
+ "onDark": true,
2052
+ "usage": "Error text color on dark backgrounds",
2053
+ "wcag": "AA",
2054
+ "deprecated": true,
2055
+ "comment": "Deprecated token",
2056
+ "reference": "color-text-error-inverse",
2057
+ "version": "3.15.0",
2058
+ "filePath": "./src/color/text.json",
2059
+ "isSource": true,
2060
+ "original": {
2061
+ "value": "{color.state.error.100.value}",
2062
+ "public": false,
2063
+ "onDark": true,
2064
+ "usage": "Error text color on dark backgrounds",
2065
+ "wcag": "AA",
2066
+ "deprecated": true,
2067
+ "comment": "Deprecated token",
2068
+ "reference": "color-text-error-inverse",
2069
+ "version": "3.15.0"
2070
+ },
2071
+ "name": "color-text-error-on-dark",
2072
+ "attributes": {
2073
+ "category": "color",
2074
+ "type": "text",
2075
+ "item": "error",
2076
+ "subitem": "onDark"
2077
+ },
2078
+ "path": [
2079
+ "color",
2080
+ "text",
2081
+ "error",
2082
+ "onDark"
2083
+ ]
2084
+ }
2085
+ },
2086
+ "disabled": {
2087
+ "onLight": {
2088
+ "value": "#dbdbdb",
2089
+ "public": false,
2090
+ "onLight": true,
2091
+ "usage": "Disabled text color on light backgrounds",
2092
+ "wcag": "n/a",
2093
+ "deprecated": true,
2094
+ "comment": "Deprecated token",
2095
+ "reference": "color-text-disabled",
2096
+ "version": "3.15.0",
2097
+ "filePath": "./src/color/text.json",
2098
+ "isSource": true,
2099
+ "original": {
2100
+ "value": "{color.base.gray.200.value}",
2101
+ "public": false,
2102
+ "onLight": true,
2103
+ "usage": "Disabled text color on light backgrounds",
2104
+ "wcag": "n/a",
2105
+ "deprecated": true,
2106
+ "comment": "Deprecated token",
2107
+ "reference": "color-text-disabled",
2108
+ "version": "3.15.0"
2109
+ },
2110
+ "name": "color-text-disabled-on-light",
2111
+ "attributes": {
2112
+ "category": "color",
2113
+ "type": "text",
2114
+ "item": "disabled",
2115
+ "subitem": "onLight"
2116
+ },
2117
+ "path": [
2118
+ "color",
2119
+ "text",
2120
+ "disabled",
2121
+ "onLight"
2122
+ ]
2123
+ },
2124
+ "onDark": {
2125
+ "value": "#dbdbdb",
2126
+ "public": false,
2127
+ "onDark": true,
2128
+ "usage": "Disabled text color on dark backgrounds",
2129
+ "wcag": "n/a",
2130
+ "deprecated": true,
2131
+ "comment": "Deprecated token",
2132
+ "reference": "n/a",
2133
+ "version": "3.12.0",
2134
+ "filePath": "./src/color/text.json",
2135
+ "isSource": true,
2136
+ "original": {
2137
+ "value": "{color.base.gray.200.value}",
2138
+ "public": false,
2139
+ "onDark": true,
2140
+ "usage": "Disabled text color on dark backgrounds",
2141
+ "wcag": "n/a",
2142
+ "deprecated": true,
2143
+ "comment": "Deprecated token",
2144
+ "reference": "n/a",
2145
+ "version": "3.12.0"
2146
+ },
2147
+ "name": "color-text-disabled-on-dark",
2148
+ "attributes": {
2149
+ "category": "color",
2150
+ "type": "text",
2151
+ "item": "disabled",
2152
+ "subitem": "onDark"
2153
+ },
2154
+ "path": [
2155
+ "color",
2156
+ "text",
2157
+ "disabled",
2158
+ "onDark"
2159
+ ]
2160
+ }
2161
+ },
2162
+ "emphasis": {
2163
+ "onLight": {
2164
+ "value": "#01426a",
2165
+ "public": false,
2166
+ "onLight": true,
2167
+ "usage": "Emphasized text color on light backgrounds",
2168
+ "wcag": "n/a",
2169
+ "deprecated": true,
2170
+ "comment": "Deprecated token",
2171
+ "reference": "color-text-emphasis-default",
2172
+ "version": "3.15.0",
2173
+ "filePath": "./src/color/text.json",
2174
+ "isSource": true,
2175
+ "original": {
2176
+ "value": "{color.brand.midnight.400.value}",
2177
+ "public": false,
2178
+ "onLight": true,
2179
+ "usage": "Emphasized text color on light backgrounds",
2180
+ "wcag": "n/a",
2181
+ "deprecated": true,
2182
+ "comment": "Deprecated token",
2183
+ "reference": "color-text-emphasis-default",
2184
+ "version": "3.15.0"
2185
+ },
2186
+ "name": "color-text-emphasis-on-light",
2187
+ "attributes": {
2188
+ "category": "color",
2189
+ "type": "text",
2190
+ "item": "emphasis",
2191
+ "subitem": "onLight"
2192
+ },
2193
+ "path": [
2194
+ "color",
2195
+ "text",
2196
+ "emphasis",
2197
+ "onLight"
2198
+ ]
2199
+ },
2200
+ "onDark": {
2201
+ "value": "#c1daf0",
2202
+ "public": false,
2203
+ "onDark": true,
2204
+ "usage": "Emphasized text color on dark backgrounds",
2205
+ "wcag": "n/a",
2206
+ "deprecated": true,
2207
+ "comment": "Deprecated token",
2208
+ "reference": "color-text-emphasis-inverse",
2209
+ "version": "3.15.0",
2210
+ "filePath": "./src/color/text.json",
2211
+ "isSource": true,
2212
+ "original": {
2213
+ "value": "{color.brand.midnight.100.value}",
2214
+ "public": false,
2215
+ "onDark": true,
2216
+ "usage": "Emphasized text color on dark backgrounds",
2217
+ "wcag": "n/a",
2218
+ "deprecated": true,
2219
+ "comment": "Deprecated token",
2220
+ "reference": "color-text-emphasis-inverse",
2221
+ "version": "3.15.0"
2222
+ },
2223
+ "name": "color-text-emphasis-on-dark",
2224
+ "attributes": {
2225
+ "category": "color",
2226
+ "type": "text",
2227
+ "item": "emphasis",
2228
+ "subitem": "onDark"
2229
+ },
2230
+ "path": [
2231
+ "color",
2232
+ "text",
2233
+ "emphasis",
2234
+ "onDark"
2235
+ ]
2236
+ }
2237
+ }
2238
+ },
2239
+ "tier": {
2240
+ "alaska": {
2241
+ "mvp": {
2242
+ "onLight": {
2243
+ "value": "#726e6c",
2244
+ "public": false,
2245
+ "onLight": true,
2246
+ "usage": "MVP tier color for Alaska Airlines",
2247
+ "wcag": "n/a",
2248
+ "deprecated": true,
2249
+ "comment": "Deprecated token",
2250
+ "reference": "color-tier-alaska-mvp-default",
2251
+ "version": "3.15.0",
2252
+ "filePath": "./src/color/tier.json",
2253
+ "isSource": true,
2254
+ "original": {
2255
+ "value": "{color.brand.goldgray.200.value}",
2256
+ "public": false,
2257
+ "onLight": true,
2258
+ "usage": "MVP tier color for Alaska Airlines",
2259
+ "wcag": "n/a",
2260
+ "deprecated": true,
2261
+ "comment": "Deprecated token",
2262
+ "reference": "color-tier-alaska-mvp-default",
2263
+ "version": "3.15.0"
2264
+ },
2265
+ "name": "color-tier-alaska-mvp-on-light",
2266
+ "attributes": {
2267
+ "category": "color",
2268
+ "type": "tier",
2269
+ "item": "alaska",
2270
+ "subitem": "mvp",
2271
+ "state": "onLight"
2272
+ },
2273
+ "path": [
2274
+ "color",
2275
+ "tier",
2276
+ "alaska",
2277
+ "mvp",
2278
+ "onLight"
2279
+ ]
2280
+ },
2281
+ "onDark": {
2282
+ "value": "#c5c1bf",
2283
+ "public": false,
2284
+ "onDark": true,
2285
+ "usage": "MVP tier color for Alaska Airlines",
2286
+ "wcag": "n/a",
2287
+ "deprecated": true,
2288
+ "comment": "Deprecated token",
2289
+ "reference": "color-tier-alaska-mvp-inverse",
2290
+ "version": "3.15.0",
2291
+ "filePath": "./src/color/tier.json",
2292
+ "isSource": true,
2293
+ "original": {
2294
+ "value": "{color.brand.goldgray.100.value}",
2295
+ "public": false,
2296
+ "onDark": true,
2297
+ "usage": "MVP tier color for Alaska Airlines",
2298
+ "wcag": "n/a",
2299
+ "deprecated": true,
2300
+ "comment": "Deprecated token",
2301
+ "reference": "color-tier-alaska-mvp-inverse",
2302
+ "version": "3.15.0"
2303
+ },
2304
+ "name": "color-tier-alaska-mvp-on-dark",
2305
+ "attributes": {
2306
+ "category": "color",
2307
+ "type": "tier",
2308
+ "item": "alaska",
2309
+ "subitem": "mvp",
2310
+ "state": "onDark"
2311
+ },
2312
+ "path": [
2313
+ "color",
2314
+ "tier",
2315
+ "alaska",
2316
+ "mvp",
2317
+ "onDark"
2318
+ ]
2319
+ }
2320
+ },
2321
+ "mvpgold": {
2322
+ "onLight": {
2323
+ "value": "#7f682e",
2324
+ "public": false,
2325
+ "onLight": true,
2326
+ "usage": "MVP Gold tier color for Alaska Airlines",
2327
+ "wcag": "n/a",
2328
+ "deprecated": true,
2329
+ "comment": "Deprecated token",
2330
+ "reference": "color-tier-alaska-mvpgold-default",
2331
+ "version": "3.15.0",
2332
+ "filePath": "./src/color/tier.json",
2333
+ "isSource": true,
2334
+ "original": {
2335
+ "value": "{color.brand.gold.200.value}",
2336
+ "public": false,
2337
+ "onLight": true,
2338
+ "usage": "MVP Gold tier color for Alaska Airlines",
2339
+ "wcag": "n/a",
2340
+ "deprecated": true,
2341
+ "comment": "Deprecated token",
2342
+ "reference": "color-tier-alaska-mvpgold-default",
2343
+ "version": "3.15.0"
2344
+ },
2345
+ "name": "color-tier-alaska-mvpgold-on-light",
2346
+ "attributes": {
2347
+ "category": "color",
2348
+ "type": "tier",
2349
+ "item": "alaska",
2350
+ "subitem": "mvpgold",
2351
+ "state": "onLight"
2352
+ },
2353
+ "path": [
2354
+ "color",
2355
+ "tier",
2356
+ "alaska",
2357
+ "mvpgold",
2358
+ "onLight"
2359
+ ]
2360
+ },
2361
+ "onDark": {
2362
+ "value": "#ccbc94",
2363
+ "public": false,
2364
+ "onDark": true,
2365
+ "usage": "MVP Gold tier color for Alaska Airlines",
2366
+ "wcag": "n/a",
2367
+ "deprecated": true,
2368
+ "comment": "Deprecated token",
2369
+ "reference": "color-tier-alaska-mvpgold-inverse",
2370
+ "version": "3.15.0",
2371
+ "filePath": "./src/color/tier.json",
2372
+ "isSource": true,
2373
+ "original": {
2374
+ "value": "{color.brand.gold.100.value}",
2375
+ "public": false,
2376
+ "onDark": true,
2377
+ "usage": "MVP Gold tier color for Alaska Airlines",
2378
+ "wcag": "n/a",
2379
+ "deprecated": true,
2380
+ "comment": "Deprecated token",
2381
+ "reference": "color-tier-alaska-mvpgold-inverse",
2382
+ "version": "3.15.0"
2383
+ },
2384
+ "name": "color-tier-alaska-mvpgold-on-dark",
2385
+ "attributes": {
2386
+ "category": "color",
2387
+ "type": "tier",
2388
+ "item": "alaska",
2389
+ "subitem": "mvpgold",
2390
+ "state": "onDark"
2391
+ },
2392
+ "path": [
2393
+ "color",
2394
+ "tier",
2395
+ "alaska",
2396
+ "mvpgold",
2397
+ "onDark"
2398
+ ]
2399
+ }
2400
+ }
2401
+ }
2402
+ },
2403
+ "ui": {
2404
+ "default": {
2405
+ "onLight": {
2406
+ "value": "#0074c8",
2407
+ "public": false,
2408
+ "onLight": true,
2409
+ "usage": "Default interaction color affordance",
2410
+ "wcag": "AAA",
2411
+ "deprecated": true,
2412
+ "comment": "Deprecated token",
2413
+ "reference": "color-ui-default-default",
2414
+ "version": "3.15.0",
2415
+ "filePath": "./src/color/ui.json",
2416
+ "isSource": true,
2417
+ "original": {
2418
+ "value": "{color.brand.atlas.400.value}",
2419
+ "public": false,
2420
+ "onLight": true,
2421
+ "usage": "Default interaction color affordance",
2422
+ "wcag": "AAA",
2423
+ "deprecated": true,
2424
+ "comment": "Deprecated token",
2425
+ "reference": "color-ui-default-default",
2426
+ "version": "3.15.0"
2427
+ },
2428
+ "name": "color-ui-default-on-light",
2429
+ "attributes": {
2430
+ "category": "color",
2431
+ "type": "ui",
2432
+ "item": "default",
2433
+ "subitem": "onLight"
2434
+ },
2435
+ "path": [
2436
+ "color",
2437
+ "ui",
2438
+ "default",
2439
+ "onLight"
2440
+ ]
2441
+ },
2442
+ "onDark": {
2443
+ "value": "#00cff0",
2444
+ "public": false,
2445
+ "onDark": true,
2446
+ "usage": "OnDark interaction color affordance",
2447
+ "wcag": "AAA",
2448
+ "deprecated": true,
2449
+ "comment": "Deprecated token",
2450
+ "reference": "n/a",
2451
+ "version": "3.12.0",
2452
+ "filePath": "./src/color/ui.json",
2453
+ "isSource": true,
2454
+ "original": {
2455
+ "value": "{color.brand.breeze.300.value}",
2456
+ "public": false,
2457
+ "onDark": true,
2458
+ "usage": "OnDark interaction color affordance",
2459
+ "wcag": "AAA",
2460
+ "deprecated": true,
2461
+ "comment": "Deprecated token",
2462
+ "reference": "n/a",
2463
+ "version": "3.12.0"
2464
+ },
2465
+ "name": "color-ui-default-on-dark",
2466
+ "attributes": {
2467
+ "category": "color",
2468
+ "type": "ui",
2469
+ "item": "default",
2470
+ "subitem": "onDark"
2471
+ },
2472
+ "path": [
2473
+ "color",
2474
+ "ui",
2475
+ "default",
2476
+ "onDark"
2477
+ ]
2478
+ }
2479
+ },
2480
+ "hover": {
2481
+ "onLight": {
2482
+ "value": "#054687",
2483
+ "public": false,
2484
+ "onLight": true,
2485
+ "usage": "Default hover color affordance",
2486
+ "wcag": "AAA",
2487
+ "deprecated": true,
2488
+ "comment": "Deprecated token",
2489
+ "reference": "color-ui-hover-default",
2490
+ "version": "3.15.0",
2491
+ "filePath": "./src/color/ui.json",
2492
+ "isSource": true,
2493
+ "original": {
2494
+ "value": "{color.brand.atlas.500.value}",
2495
+ "public": false,
2496
+ "onLight": true,
2497
+ "usage": "Default hover color affordance",
2498
+ "wcag": "AAA",
2499
+ "deprecated": true,
2500
+ "comment": "Deprecated token",
2501
+ "reference": "color-ui-hover-default",
2502
+ "version": "3.15.0"
2503
+ },
2504
+ "name": "color-ui-hover-on-light",
2505
+ "attributes": {
2506
+ "category": "color",
2507
+ "type": "ui",
2508
+ "item": "hover",
2509
+ "subitem": "onLight"
2510
+ },
2511
+ "path": [
2512
+ "color",
2513
+ "ui",
2514
+ "hover",
2515
+ "onLight"
2516
+ ]
2517
+ },
2518
+ "onDark": {
2519
+ "value": "#5de3f7",
2520
+ "public": false,
2521
+ "onDark": true,
2522
+ "usage": "Hover interaction color on dark backgrounds",
2523
+ "wcag": "AAA",
2524
+ "deprecated": true,
2525
+ "comment": "Deprecated token",
2526
+ "reference": "n/a",
2527
+ "version": "3.12.0",
2528
+ "filePath": "./src/color/ui.json",
2529
+ "isSource": true,
2530
+ "original": {
2531
+ "value": "{color.brand.breeze.200.value}",
2532
+ "public": false,
2533
+ "onDark": true,
2534
+ "usage": "Hover interaction color on dark backgrounds",
2535
+ "wcag": "AAA",
2536
+ "deprecated": true,
2537
+ "comment": "Deprecated token",
2538
+ "reference": "n/a",
2539
+ "version": "3.12.0"
2540
+ },
2541
+ "name": "color-ui-hover-on-dark",
2542
+ "attributes": {
2543
+ "category": "color",
2544
+ "type": "ui",
2545
+ "item": "hover",
2546
+ "subitem": "onDark"
2547
+ },
2548
+ "path": [
2549
+ "color",
2550
+ "ui",
2551
+ "hover",
2552
+ "onDark"
2553
+ ]
2554
+ }
2555
+ },
2556
+ "active": {
2557
+ "onLight": {
2558
+ "value": "#054687",
2559
+ "public": false,
2560
+ "onLight": true,
2561
+ "usage": "Active state color affordance",
2562
+ "wcag": "AAA",
2563
+ "deprecated": true,
2564
+ "comment": "Deprecated token",
2565
+ "reference": "color-ui-active-default",
2566
+ "version": "3.15.0",
2567
+ "filePath": "./src/color/ui.json",
2568
+ "isSource": true,
2569
+ "original": {
2570
+ "value": "{color.brand.atlas.500.value}",
2571
+ "public": false,
2572
+ "onLight": true,
2573
+ "usage": "Active state color affordance",
2574
+ "wcag": "AAA",
2575
+ "deprecated": true,
2576
+ "comment": "Deprecated token",
2577
+ "reference": "color-ui-active-default",
2578
+ "version": "3.15.0"
2579
+ },
2580
+ "name": "color-ui-active-on-light",
2581
+ "attributes": {
2582
+ "category": "color",
2583
+ "type": "ui",
2584
+ "item": "active",
2585
+ "subitem": "onLight"
2586
+ },
2587
+ "path": [
2588
+ "color",
2589
+ "ui",
2590
+ "active",
2591
+ "onLight"
2592
+ ]
2593
+ },
2594
+ "onDark": {
2595
+ "value": "#5de3f7",
2596
+ "public": false,
2597
+ "onDark": true,
2598
+ "usage": "OnDark active state color affordance",
2599
+ "wcag": "AAA",
2600
+ "deprecated": true,
2601
+ "comment": "Deprecated token",
2602
+ "reference": "n/a",
2603
+ "version": "3.12.0",
2604
+ "filePath": "./src/color/ui.json",
2605
+ "isSource": true,
2606
+ "original": {
2607
+ "value": "{color.brand.breeze.200.value}",
2608
+ "public": false,
2609
+ "onDark": true,
2610
+ "usage": "OnDark active state color affordance",
2611
+ "wcag": "AAA",
2612
+ "deprecated": true,
2613
+ "comment": "Deprecated token",
2614
+ "reference": "n/a",
2615
+ "version": "3.12.0"
2616
+ },
2617
+ "name": "color-ui-active-on-dark",
2618
+ "attributes": {
2619
+ "category": "color",
2620
+ "type": "ui",
2621
+ "item": "active",
2622
+ "subitem": "onDark"
2623
+ },
2624
+ "path": [
2625
+ "color",
2626
+ "ui",
2627
+ "active",
2628
+ "onDark"
2629
+ ]
2630
+ }
2631
+ },
2632
+ "disabled": {
2633
+ "onLight": {
2634
+ "value": "rgba(0, 116, 200, 0.2)",
2635
+ "public": false,
2636
+ "onLight": true,
2637
+ "usage": "Disabled state color affordance",
2638
+ "wcag": "n/a",
2639
+ "deprecated": true,
2640
+ "comment": "Deprecated token",
2641
+ "reference": "color-ui-disabled-default",
2642
+ "version": "3.15.0",
2643
+ "filePath": "./src/color/ui.json",
2644
+ "isSource": true,
2645
+ "original": {
2646
+ "value": "{color.brand.atlas.400-opacity-20.value}",
2647
+ "public": false,
2648
+ "onLight": true,
2649
+ "usage": "Disabled state color affordance",
2650
+ "wcag": "n/a",
2651
+ "deprecated": true,
2652
+ "comment": "Deprecated token",
2653
+ "reference": "color-ui-disabled-default",
2654
+ "version": "3.15.0"
2655
+ },
2656
+ "name": "color-ui-disabled-on-light",
2657
+ "attributes": {
2658
+ "category": "color",
2659
+ "type": "ui",
2660
+ "item": "disabled",
2661
+ "subitem": "onLight"
2662
+ },
2663
+ "path": [
2664
+ "color",
2665
+ "ui",
2666
+ "disabled",
2667
+ "onLight"
2668
+ ]
2669
+ },
2670
+ "onDark": {
2671
+ "value": "rgba(0, 207, 240, 0.3)",
2672
+ "public": false,
2673
+ "onDark": true,
2674
+ "usage": "OnDark disabled state color affordance",
2675
+ "wcag": "n/a",
2676
+ "deprecated": true,
2677
+ "comment": "Deprecated token",
2678
+ "reference": "n/a",
2679
+ "version": "3.12.0",
2680
+ "filePath": "./src/color/ui.json",
2681
+ "isSource": true,
2682
+ "original": {
2683
+ "value": "{color.brand.breeze.300-opacity-30.value}",
2684
+ "public": false,
2685
+ "onDark": true,
2686
+ "usage": "OnDark disabled state color affordance",
2687
+ "wcag": "n/a",
2688
+ "deprecated": true,
2689
+ "comment": "Deprecated token",
2690
+ "reference": "n/a",
2691
+ "version": "3.12.0"
2692
+ },
2693
+ "name": "color-ui-disabled-on-dark",
2694
+ "attributes": {
2695
+ "category": "color",
2696
+ "type": "ui",
2697
+ "item": "disabled",
2698
+ "subitem": "onDark"
2699
+ },
2700
+ "path": [
2701
+ "color",
2702
+ "ui",
2703
+ "disabled",
2704
+ "onDark"
2705
+ ]
2706
+ }
2707
+ },
2708
+ "bkg": {
2709
+ "hover": {
2710
+ "onDark": {
2711
+ "value": "rgba(93, 227, 247, 0.1)",
2712
+ "public": false,
2713
+ "onDark": true,
2714
+ "usage": "Default hover affordance for background colors onDark",
2715
+ "deprecated": true,
2716
+ "comment": "Deprecated token",
2717
+ "reference": "n/a",
2718
+ "version": "3.12.0",
2719
+ "filePath": "./src/color/ui.json",
2720
+ "isSource": true,
2721
+ "original": {
2722
+ "value": "5de3f71a",
2723
+ "public": false,
2724
+ "onDark": true,
2725
+ "usage": "Default hover affordance for background colors onDark",
2726
+ "deprecated": true,
2727
+ "comment": "Deprecated token",
2728
+ "reference": "n/a",
2729
+ "version": "3.12.0"
2730
+ },
2731
+ "name": "color-ui-bkg-hover-on-dark",
2732
+ "attributes": {
2733
+ "category": "color",
2734
+ "type": "ui",
2735
+ "item": "bkg",
2736
+ "subitem": "hover",
2737
+ "state": "onDark"
2738
+ },
2739
+ "path": [
2740
+ "color",
2741
+ "ui",
2742
+ "bkg",
2743
+ "hover",
2744
+ "onDark"
2745
+ ]
2746
+ },
2747
+ "onLight": {
2748
+ "value": "rgba(0, 0, 0, 0.06)",
2749
+ "public": false,
2750
+ "onLight": true,
2751
+ "usage": "Default hover affordance for background colors",
2752
+ "deprecated": true,
2753
+ "comment": "Deprecated token",
2754
+ "reference": "color-ui-bkg-hover-default",
2755
+ "version": "3.15.0",
2756
+ "filePath": "./src/color/ui.json",
2757
+ "isSource": true,
2758
+ "original": {
2759
+ "value": "0000000f",
2760
+ "public": false,
2761
+ "onLight": true,
2762
+ "usage": "Default hover affordance for background colors",
2763
+ "deprecated": true,
2764
+ "comment": "Deprecated token",
2765
+ "reference": "color-ui-bkg-hover-default",
2766
+ "version": "3.15.0"
2767
+ },
2768
+ "name": "color-ui-bkg-hover-on-light",
2769
+ "attributes": {
2770
+ "category": "color",
2771
+ "type": "ui",
2772
+ "item": "bkg",
2773
+ "subitem": "hover",
2774
+ "state": "onLight"
2775
+ },
2776
+ "path": [
2777
+ "color",
2778
+ "ui",
2779
+ "bkg",
2780
+ "hover",
2781
+ "onLight"
2782
+ ]
2783
+ }
2784
+ }
2785
+ }
2786
+ }
2787
+ }
2788
+ };