@aurodesignsystem/design-tokens 5.0.0 → 5.0.2

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