@aurodesignsystem/design-tokens 5.0.2 → 5.0.4

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 (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +86 -62
  3. package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
  4. package/dist/alaska/JSObject--allTokens.js +2124 -0
  5. package/dist/alaska/SCSSVariables--alaska.scss +63 -0
  6. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
  7. package/dist/alaska/primitives--alaska.scss +215 -0
  8. package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
  9. package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
  10. package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
  11. package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
  12. package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
  13. package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
  14. package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
  15. package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
  16. package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
  17. package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
  18. package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
  19. package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
  21. package/dist/hawaiian/JSObject--allTokens.js +2124 -0
  22. package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
  23. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
  24. package/dist/hawaiian/primitives--hawaiian.scss +175 -0
  25. package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
  26. package/package.json +5 -3
  27. package/src/primitives/alaska/color.json +796 -0
  28. package/src/primitives/alaska/typography.json +27 -0
  29. package/src/primitives/base/color.json +489 -0
  30. package/src/primitives/base/transparency.json +183 -0
  31. package/src/primitives/base/typography.json +210 -0
  32. package/src/primitives/hawaiian/color.json +508 -0
  33. package/src/primitives/hawaiian/typography.json +28 -0
  34. package/src/themes/alaska/color.json +394 -0
  35. package/src/themes/alaska/typography.json +132 -0
  36. package/src/themes/{excursion → auro-classic}/animation.json +6 -3
  37. package/src/{color → themes/auro-classic/color}/alert.json +7 -0
  38. package/src/{color → themes/auro-classic/color}/background.json +53 -25
  39. package/src/{color → themes/auro-classic/color}/base.json +303 -147
  40. package/src/{color → themes/auro-classic/color}/border.json +68 -32
  41. package/src/{color → themes/auro-classic/color}/brand.json +289 -158
  42. package/src/{color → themes/auro-classic/color}/container.json +101 -50
  43. package/src/{color → themes/auro-classic/color}/icon.json +129 -64
  44. package/src/{color → themes/auro-classic/color}/text.json +58 -28
  45. package/src/{color → themes/auro-classic/color}/tier.json +43 -22
  46. package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
  47. package/src/{color → themes/auro-classic/color}/utility.json +60 -30
  48. package/src/themes/auro-classic/comments.json +50 -0
  49. package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
  50. package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
  51. package/src/{asset → themes/auro-classic}/font.json +10 -5
  52. package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
  53. package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
  54. package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
  55. package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
  56. package/src/{size → themes/auro-classic/size}/radius.json +2 -1
  57. package/src/themes/auro-classic/size/scale.json +347 -0
  58. package/src/themes/auro-classic/size/unitless-scale.json +126 -0
  59. package/src/{text.json → themes/auro-classic/text.json} +192 -97
  60. package/src/themes/hawaiian/color.json +394 -0
  61. package/src/themes/hawaiian/typography.json +132 -0
  62. package/src/themes/transparent/color/alert.json +7 -0
  63. package/src/themes/transparent/color/background.json +30 -2
  64. package/src/themes/transparent/color/base.json +156 -0
  65. package/src/themes/transparent/color/border.json +36 -0
  66. package/src/themes/transparent/color/brand.json +167 -36
  67. package/src/themes/transparent/color/container.json +50 -0
  68. package/src/themes/transparent/color/icon.json +65 -0
  69. package/src/themes/transparent/color/text.json +30 -0
  70. package/src/themes/transparent/color/tier.json +22 -1
  71. package/src/themes/transparent/color/ui.json +12 -1
  72. package/src/themes/transparent/color/utility.json +30 -0
  73. package/src/themes/transparent/elevation.json +3 -0
  74. package/dist/tokens/JSObject--deprecated.js +0 -3157
  75. package/dist/tokens/SCSSVariables.scss +0 -1372
  76. package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
  77. package/dist/tokens/darkmode/JSDataColor.js +0 -528
  78. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
  79. package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
  80. package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
  81. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
  82. package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
  83. package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
  84. package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
  85. package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
  86. package/src/animation.json +0 -21
  87. package/src/color/ui.json +0 -125
  88. package/src/color-darkmode/base.json +0 -24
  89. package/src/color-darkmode/border.json +0 -32
  90. package/src/color-darkmode/icon.json +0 -32
  91. package/src/color-darkmode/text.json +0 -71
  92. package/src/color-darkmode/tier.json +0 -34
  93. package/src/comments.json +0 -34
  94. package/src/grid-breakpoint.json +0 -29
  95. package/src/grid-column.json +0 -29
  96. package/src/size/scale.json +0 -240
  97. package/src/size/unitless-scale.json +0 -82
  98. package/src/themes/excursion/asset/font.json +0 -35
  99. package/src/themes/excursion/color/alert.json +0 -90
  100. package/src/themes/excursion/color/background.json +0 -280
  101. package/src/themes/excursion/color/base.json +0 -1303
  102. package/src/themes/excursion/color/border.json +0 -288
  103. package/src/themes/excursion/color/brand.json +0 -1549
  104. package/src/themes/excursion/color/container.json +0 -464
  105. package/src/themes/excursion/color/excursion.json +0 -254
  106. package/src/themes/excursion/color/icon.json +0 -476
  107. package/src/themes/excursion/color/text.json +0 -270
  108. package/src/themes/excursion/color/tier.json +0 -180
  109. package/src/themes/excursion/comments.json +0 -34
  110. package/src/themes/excursion/depth copy.json +0 -22
  111. package/src/themes/excursion/elevation.json +0 -22
  112. package/src/themes/excursion/grid-gutter.json +0 -29
  113. package/src/themes/excursion/grid-margin.json +0 -29
  114. package/src/themes/excursion/size/radius.json +0 -9
  115. package/src/themes/excursion/size/scale.json +0 -234
  116. package/src/themes/excursion/size/unitless-scale.json +0 -82
  117. package/src/themes/excursion/text.json +0 -572
  118. package/src/themes/hawaiian/color/background.json +0 -15
  119. package/src/themes/hawaiian/color/border.json +0 -18
  120. package/src/themes/hawaiian/color/container.json +0 -56
  121. package/src/themes/hawaiian/color/icon.json +0 -24
  122. package/src/themes/hawaiian/color/text.json +0 -44
@@ -1,1549 +0,0 @@
1
- {
2
- "color": {
3
- "brand": {
4
- "neutral": {
5
- "100": {
6
- "value": "#f7f8fa",
7
- "comment": "{comments.color.brand.value.comment}",
8
- "public": true,
9
- "neutral": true,
10
- "usage": "TBD...",
11
- "wcag": "n/a",
12
- "deprecated": false
13
- },
14
- "200": {
15
- "value": "#e4e8ec",
16
- "comment": "{comments.color.brand.value.comment}",
17
- "public": true,
18
- "neutral": true,
19
- "usage": "TBD...",
20
- "wcag": "n/a",
21
- "deprecated": false
22
- },
23
- "300": {
24
- "value": "#ccd2db",
25
- "comment": "{comments.color.brand.value.comment}",
26
- "public": true,
27
- "neutral": true,
28
- "usage": "TBD...",
29
- "wcag": "n/a",
30
- "deprecated": false
31
- },
32
- "400": {
33
- "value": "#afb9c6",
34
- "comment": "{comments.color.brand.value.comment}",
35
- "public": true,
36
- "neutral": true,
37
- "usage": "TBD...",
38
- "wcag": "n/a",
39
- "deprecated": false
40
- },
41
- "500": {
42
- "value": "#939fad",
43
- "comment": "{comments.color.brand.value.comment}",
44
- "public": true,
45
- "neutral": true,
46
- "usage": "TBD...",
47
- "wcag": "n/a",
48
- "deprecated": false
49
- },
50
- "600": {
51
- "value": "#7e8894",
52
- "comment": "{comments.color.brand.value.comment}",
53
- "public": true,
54
- "neutral": true,
55
- "usage": "TBD...",
56
- "wcag": "n/a",
57
- "deprecated": false
58
- },
59
- "700": {
60
- "value": "#6a717c",
61
- "comment": "{comments.color.brand.value.comment}",
62
- "public": true,
63
- "neutral": true,
64
- "usage": "TBD...",
65
- "wcag": "n/a",
66
- "deprecated": false
67
- },
68
- "800": {
69
- "value": "#585e67",
70
- "comment": "{comments.color.brand.value.comment}",
71
- "public": true,
72
- "neutral": true,
73
- "usage": "TBD...",
74
- "wcag": "n/a",
75
- "deprecated": false
76
- },
77
- "900": {
78
- "value": "#484d55",
79
- "comment": "{comments.color.brand.value.comment}",
80
- "public": true,
81
- "neutral": true,
82
- "usage": "TBD...",
83
- "wcag": "n/a",
84
- "deprecated": false
85
- },
86
- "1000": {
87
- "value": "#393d43",
88
- "comment": "{comments.color.brand.value.comment}",
89
- "public": true,
90
- "neutral": true,
91
- "usage": "TBD...",
92
- "wcag": "n/a",
93
- "deprecated": false
94
- }
95
- },
96
- "gray": {
97
- "100": {
98
- "value": "#f7f7f7",
99
- "comment": "{comments.color.brand.value.comment}",
100
- "public": true,
101
- "neutral": true,
102
- "usage": "Neutral accent",
103
- "wcag": "n/a",
104
- "deprecated": false
105
- },
106
- "200": {
107
- "value": "#dddddd",
108
- "comment": "{comments.color.brand.value.comment}",
109
- "public": true,
110
- "neutral": true,
111
- "usage": "Neutral accent",
112
- "wcag": "n/a",
113
- "deprecated": false
114
- },
115
- "300": {
116
- "value": "#c5c5c5",
117
- "comment": "{comments.color.brand.value.comment}",
118
- "public": true,
119
- "neutral": true,
120
- "usage": "Neutral accent",
121
- "wcag": "n/a",
122
- "deprecated": false
123
- },
124
- "400": {
125
- "value": "#adadad",
126
- "comment": "{comments.color.brand.value.comment}",
127
- "public": true,
128
- "neutral": true,
129
- "usage": "Neutral accent",
130
- "wcag": "n/a",
131
- "deprecated": false
132
- },
133
- "500": {
134
- "value": "#959595",
135
- "comment": "{comments.color.brand.value.comment}",
136
- "public": true,
137
- "neutral": true,
138
- "usage": "Neutral accent",
139
- "wcag": "n/a",
140
- "deprecated": false
141
- },
142
- "600": {
143
- "value": "#7e7e7e",
144
- "comment": "{comments.color.brand.value.comment}",
145
- "public": true,
146
- "neutral": true,
147
- "usage": "Neutral accent",
148
- "wcag": "n/a",
149
- "deprecated": false
150
- },
151
- "700": {
152
- "value": "#676767",
153
- "comment": "{comments.color.brand.value.comment}",
154
- "public": true,
155
- "neutral": true,
156
- "usage": "Neutral accent",
157
- "wcag": "n/a",
158
- "deprecated": false
159
- },
160
- "800": {
161
- "value": "#525252",
162
- "comment": "{comments.color.brand.value.comment}",
163
- "public": true,
164
- "neutral": true,
165
- "usage": "Neutral accent",
166
- "wcag": "n/a",
167
- "deprecated": false
168
- },
169
- "900": {
170
- "value": "#3d3d3d",
171
- "comment": "{comments.color.brand.value.comment}",
172
- "public": true,
173
- "neutral": true,
174
- "usage": "Neutral accent",
175
- "wcag": "n/a",
176
- "deprecated": false
177
- },
178
- "1000": {
179
- "value": "#2a2a2a",
180
- "comment": "{comments.color.brand.value.comment}",
181
- "public": true,
182
- "neutral": true,
183
- "usage": "Neutral accent",
184
- "wcag": "n/a",
185
- "deprecated": false
186
- }
187
- },
188
- "red": {
189
- "100": {
190
- "value": "#fef7f5",
191
- "comment": "{comments.color.brand.value.comment}",
192
- "public": true,
193
- "usage": "Neutral accent",
194
- "wcag": "n/a",
195
- "deprecated": false
196
- },
197
- "200": {
198
- "value": "#fae2da",
199
- "comment": "{comments.color.brand.value.comment}",
200
- "public": true,
201
- "usage": "Neutral accent",
202
- "wcag": "n/a",
203
- "deprecated": false
204
- },
205
- "300": {
206
- "value": "#f5c7b8",
207
- "comment": "{comments.color.brand.value.comment}",
208
- "public": true,
209
- "usage": "Neutral accent",
210
- "wcag": "n/a",
211
- "deprecated": false
212
- },
213
- "400": {
214
- "value": "#f0a68d",
215
- "comment": "{comments.color.brand.value.comment}",
216
- "public": true,
217
- "usage": "Neutral accent",
218
- "wcag": "n/a",
219
- "deprecated": false
220
- },
221
- "500": {
222
- "value": "#e9815e",
223
- "comment": "{comments.color.brand.value.comment}",
224
- "public": true,
225
- "usage": "Neutral accent",
226
- "wcag": "n/a",
227
- "deprecated": false
228
- },
229
- "600": {
230
- "value": "#e35c2f",
231
- "comment": "{comments.color.brand.value.comment}",
232
- "public": true,
233
- "usage": "Neutral accent",
234
- "wcag": "n/a",
235
- "deprecated": false
236
- },
237
- "700": {
238
- "value": "#d03a08",
239
- "comment": "{comments.color.brand.value.comment}",
240
- "public": true,
241
- "usage": "Neutral accent",
242
- "wcag": "n/a",
243
- "deprecated": false
244
- },
245
- "800": {
246
- "value": "#ae3007",
247
- "comment": "{comments.color.brand.value.comment}",
248
- "public": true,
249
- "usage": "Neutral accent",
250
- "wcag": "n/a",
251
- "deprecated": false
252
- },
253
- "900": {
254
- "value": "#902806",
255
- "comment": "{comments.color.brand.value.comment}",
256
- "public": true,
257
- "usage": "Neutral accent",
258
- "wcag": "n/a",
259
- "deprecated": false
260
- },
261
- "1000": {
262
- "value": "#732005",
263
- "comment": "{comments.color.brand.value.comment}",
264
- "public": true,
265
- "usage": "Neutral accent",
266
- "wcag": "n/a",
267
- "deprecated": false
268
- }
269
- },
270
- "yellow": {
271
- "100": {
272
- "value": "#fff9df",
273
- "comment": "{comments.color.brand.value.comment}",
274
- "public": true,
275
- "usage": "Neutral accent",
276
- "wcag": "n/a",
277
- "deprecated": false
278
- },
279
- "200": {
280
- "value": "#ffe87e",
281
- "comment": "{comments.color.brand.value.comment}",
282
- "public": true,
283
- "usage": "Neutral accent",
284
- "wcag": "n/a",
285
- "deprecated": false
286
- },
287
- "300": {
288
- "value": "#f9ce06",
289
- "comment": "{comments.color.brand.value.comment}",
290
- "public": true,
291
- "usage": "Neutral accent",
292
- "wcag": "n/a",
293
- "deprecated": false
294
- },
295
- "400": {
296
- "value": "#d6b622",
297
- "comment": "{comments.color.brand.value.comment}",
298
- "public": true,
299
- "usage": "Neutral accent",
300
- "wcag": "n/a",
301
- "deprecated": false
302
- },
303
- "500": {
304
- "value": "#b49d35",
305
- "comment": "{comments.color.brand.value.comment}",
306
- "public": true,
307
- "usage": "Neutral accent",
308
- "wcag": "n/a",
309
- "deprecated": false
310
- },
311
- "600": {
312
- "value": "#96873e",
313
- "comment": "{comments.color.brand.value.comment}",
314
- "public": true,
315
- "usage": "Neutral accent",
316
- "wcag": "n/a",
317
- "deprecated": false
318
- },
319
- "700": {
320
- "value": "#7c7140",
321
- "comment": "{comments.color.brand.value.comment}",
322
- "public": true,
323
- "usage": "Neutral accent",
324
- "wcag": "n/a",
325
- "deprecated": false
326
- },
327
- "800": {
328
- "value": "#665e3d",
329
- "comment": "{comments.color.brand.value.comment}",
330
- "public": true,
331
- "usage": "Neutral accent",
332
- "wcag": "n/a",
333
- "deprecated": false
334
- },
335
- "900": {
336
- "value": "#524e38",
337
- "comment": "{comments.color.brand.value.comment}",
338
- "public": true,
339
- "usage": "Neutral accent",
340
- "wcag": "n/a",
341
- "deprecated": false
342
- },
343
- "1000": {
344
- "value": "#403d30",
345
- "comment": "{comments.color.brand.value.comment}",
346
- "public": true,
347
- "usage": "Neutral accent",
348
- "wcag": "n/a",
349
- "deprecated": false
350
- }
351
- },
352
- "lime": {
353
- "100": {
354
- "value": "#f5fbeb",
355
- "comment": "{comments.color.brand.value.comment}",
356
- "public": true,
357
- "usage": "Neutral accent",
358
- "wcag": "n/a",
359
- "deprecated": false
360
- },
361
- "200": {
362
- "value": "#d8efb4",
363
- "comment": "{comments.color.brand.value.comment}",
364
- "public": true,
365
- "usage": "Neutral accent",
366
- "wcag": "n/a",
367
- "deprecated": false
368
- },
369
- "300": {
370
- "value": "#badd81",
371
- "comment": "{comments.color.brand.value.comment}",
372
- "public": true,
373
- "usage": "Neutral accent",
374
- "wcag": "n/a",
375
- "deprecated": false
376
- },
377
- "400": {
378
- "value": "#a2c270",
379
- "comment": "{comments.color.brand.value.comment}",
380
- "public": true,
381
- "usage": "Neutral accent",
382
- "wcag": "n/a",
383
- "deprecated": false
384
- },
385
- "500": {
386
- "value": "#8ca761",
387
- "comment": "{comments.color.brand.value.comment}",
388
- "public": true,
389
- "usage": "Neutral accent",
390
- "wcag": "n/a",
391
- "deprecated": false
392
- },
393
- "600": {
394
- "value": "#778f53",
395
- "comment": "{comments.color.brand.value.comment}",
396
- "public": true,
397
- "usage": "Neutral accent",
398
- "wcag": "n/a",
399
- "deprecated": false
400
- },
401
- "700": {
402
- "value": "#647845",
403
- "comment": "{comments.color.brand.value.comment}",
404
- "public": true,
405
- "usage": "Neutral accent",
406
- "wcag": "n/a",
407
- "deprecated": false
408
- },
409
- "800": {
410
- "value": "#53643a",
411
- "comment": "{comments.color.brand.value.comment}",
412
- "public": true,
413
- "usage": "Neutral accent",
414
- "wcag": "n/a",
415
- "deprecated": false
416
- },
417
- "900": {
418
- "value": "#44522f",
419
- "comment": "{comments.color.brand.value.comment}",
420
- "public": true,
421
- "usage": "Neutral accent",
422
- "wcag": "n/a",
423
- "deprecated": false
424
- },
425
- "1000": {
426
- "value": "#364126",
427
- "comment": "{comments.color.brand.value.comment}",
428
- "public": true,
429
- "usage": "Neutral accent",
430
- "wcag": "n/a",
431
- "deprecated": false
432
- }
433
- },
434
- "green": {
435
- "100": {
436
- "value": "#f3faf7",
437
- "comment": "{comments.color.brand.value.comment}",
438
- "public": true,
439
- "usage": "Neutral accent",
440
- "wcag": "n/a",
441
- "deprecated": false
442
- },
443
- "200": {
444
- "value": "#d4ece4",
445
- "comment": "{comments.color.brand.value.comment}",
446
- "public": true,
447
- "usage": "Neutral accent",
448
- "wcag": "n/a",
449
- "deprecated": false
450
- },
451
- "300": {
452
- "value": "#addbca",
453
- "comment": "{comments.color.brand.value.comment}",
454
- "public": true,
455
- "usage": "Neutral accent",
456
- "wcag": "n/a",
457
- "deprecated": false
458
- },
459
- "400": {
460
- "value": "#7ec6ac",
461
- "comment": "{comments.color.brand.value.comment}",
462
- "public": true,
463
- "usage": "Neutral accent",
464
- "wcag": "n/a",
465
- "deprecated": false
466
- },
467
- "500": {
468
- "value": "#51ae8c",
469
- "comment": "{comments.color.brand.value.comment}",
470
- "public": true,
471
- "usage": "Neutral accent",
472
- "wcag": "n/a",
473
- "deprecated": false
474
- },
475
- "600": {
476
- "value": "#459578",
477
- "comment": "{comments.color.brand.value.comment}",
478
- "public": true,
479
- "usage": "Neutral accent",
480
- "wcag": "n/a",
481
- "deprecated": false
482
- },
483
- "700": {
484
- "value": "#3a7d64",
485
- "comment": "{comments.color.brand.value.comment}",
486
- "public": true,
487
- "usage": "Neutral accent",
488
- "wcag": "n/a",
489
- "deprecated": false
490
- },
491
- "800": {
492
- "value": "#306854",
493
- "comment": "{comments.color.brand.value.comment}",
494
- "public": true,
495
- "usage": "Neutral accent",
496
- "wcag": "n/a",
497
- "deprecated": false
498
- },
499
- "900": {
500
- "value": "#285545",
501
- "comment": "{comments.color.brand.value.comment}",
502
- "public": true,
503
- "usage": "Neutral accent",
504
- "wcag": "n/a",
505
- "deprecated": false
506
- },
507
- "1000": {
508
- "value": "#1f4436",
509
- "comment": "{comments.color.brand.value.comment}",
510
- "public": true,
511
- "usage": "Neutral accent",
512
- "wcag": "n/a",
513
- "deprecated": false
514
- }
515
- },
516
- "turquoise": {
517
- "100": {
518
- "value": "#f7fafa",
519
- "comment": "{comments.color.brand.value.comment}",
520
- "public": true,
521
- "usage": "Neutral accent",
522
- "wcag": "n/a",
523
- "deprecated": false
524
- },
525
- "200": {
526
- "value": "#dfe9ea",
527
- "comment": "{comments.color.brand.value.comment}",
528
- "public": true,
529
- "usage": "Neutral accent",
530
- "wcag": "n/a",
531
- "deprecated": false
532
- },
533
- "300": {
534
- "value": "#c2d5d6",
535
- "comment": "{comments.color.brand.value.comment}",
536
- "public": true,
537
- "usage": "Neutral accent",
538
- "wcag": "n/a",
539
- "deprecated": false
540
- },
541
- "400": {
542
- "value": "#9fbdbe",
543
- "comment": "{comments.color.brand.value.comment}",
544
- "public": true,
545
- "usage": "Neutral accent",
546
- "wcag": "n/a",
547
- "deprecated": false
548
- },
549
- "500": {
550
- "value": "#7ba5a6",
551
- "comment": "{comments.color.brand.value.comment}",
552
- "public": true,
553
- "usage": "Neutral accent",
554
- "wcag": "n/a",
555
- "deprecated": false
556
- },
557
- "600": {
558
- "value": "#5c8f91",
559
- "comment": "{comments.color.brand.value.comment}",
560
- "public": true,
561
- "usage": "Neutral accent",
562
- "wcag": "n/a",
563
- "deprecated": false
564
- },
565
- "700": {
566
- "value": "#3d7a7d",
567
- "comment": "{comments.color.brand.value.comment}",
568
- "public": true,
569
- "usage": "Neutral accent",
570
- "wcag": "n/a",
571
- "deprecated": false
572
- },
573
- "800": {
574
- "value": "#21686a",
575
- "comment": "{comments.color.brand.value.comment}",
576
- "public": true,
577
- "usage": "Neutral accent",
578
- "wcag": "n/a",
579
- "deprecated": false
580
- },
581
- "900": {
582
- "value": "#085659",
583
- "comment": "{comments.color.brand.value.comment}",
584
- "public": true,
585
- "usage": "Neutral accent",
586
- "wcag": "n/a",
587
- "deprecated": false
588
- },
589
- "1000": {
590
- "value": "#004447",
591
- "comment": "{comments.color.brand.value.comment}",
592
- "public": true,
593
- "usage": "Neutral accent",
594
- "wcag": "n/a",
595
- "deprecated": false
596
- }
597
- },
598
- "cyan": {
599
- "100": {
600
- "value": "#ebfafd",
601
- "comment": "{comments.color.brand.value.comment}",
602
- "public": true,
603
- "usage": "Neutral accent",
604
- "wcag": "n/a",
605
- "deprecated": false
606
- },
607
- "200": {
608
- "value": "#a8e9f7",
609
- "comment": "{comments.color.brand.value.comment}",
610
- "public": true,
611
- "usage": "Neutral accent",
612
- "wcag": "n/a",
613
- "deprecated": false
614
- },
615
- "300": {
616
- "value": "#6ad5ef",
617
- "comment": "{comments.color.brand.value.comment}",
618
- "public": true,
619
- "usage": "Neutral accent",
620
- "wcag": "n/a",
621
- "deprecated": false
622
- },
623
- "400": {
624
- "value": "#56bbde",
625
- "comment": "{comments.color.brand.value.comment}",
626
- "public": true,
627
- "usage": "Neutral accent",
628
- "wcag": "n/a",
629
- "deprecated": false
630
- },
631
- "500": {
632
- "value": "#4aa2c7",
633
- "comment": "{comments.color.brand.value.comment}",
634
- "public": true,
635
- "usage": "Neutral accent",
636
- "wcag": "n/a",
637
- "deprecated": false
638
- },
639
- "600": {
640
- "value": "#3e89aa",
641
- "comment": "{comments.color.brand.value.comment}",
642
- "public": true,
643
- "usage": "Neutral accent",
644
- "wcag": "n/a",
645
- "deprecated": false
646
- },
647
- "700": {
648
- "value": "#32718e",
649
- "comment": "{comments.color.brand.value.comment}",
650
- "public": true,
651
- "usage": "Neutral accent",
652
- "wcag": "n/a",
653
- "deprecated": false
654
- },
655
- "800": {
656
- "value": "#275b72",
657
- "comment": "{comments.color.brand.value.comment}",
658
- "public": true,
659
- "usage": "Neutral accent",
660
- "wcag": "n/a",
661
- "deprecated": false
662
- },
663
- "900": {
664
- "value": "#1d4658",
665
- "comment": "{comments.color.brand.value.comment}",
666
- "public": true,
667
- "usage": "Neutral accent",
668
- "wcag": "n/a",
669
- "deprecated": false
670
- },
671
- "1000": {
672
- "value": "#12303d",
673
- "comment": "{comments.color.brand.value.comment}",
674
- "public": true,
675
- "usage": "Neutral accent",
676
- "wcag": "n/a",
677
- "deprecated": false
678
- }
679
- },
680
- "blue": {
681
- "100": {
682
- "value": "#f0f7fd",
683
- "comment": "{comments.color.brand.value.comment}",
684
- "public": true,
685
- "usage": "Neutral accent",
686
- "wcag": "n/a",
687
- "deprecated": false
688
- },
689
- "200": {
690
- "value": "#c9e0f7",
691
- "comment": "{comments.color.brand.value.comment}",
692
- "public": true,
693
- "usage": "Neutral accent",
694
- "wcag": "n/a",
695
- "deprecated": false
696
- },
697
- "300": {
698
- "value": "#a0c9f1",
699
- "comment": "{comments.color.brand.value.comment}",
700
- "public": true,
701
- "usage": "Neutral accent",
702
- "wcag": "n/a",
703
- "deprecated": false
704
- },
705
- "400": {
706
- "value": "#79b2ec",
707
- "comment": "{comments.color.brand.value.comment}",
708
- "public": true,
709
- "usage": "Neutral accent",
710
- "wcag": "n/a",
711
- "deprecated": false
712
- },
713
- "500": {
714
- "value": "#5398e6",
715
- "comment": "{comments.color.brand.value.comment}",
716
- "public": true,
717
- "usage": "Neutral accent",
718
- "wcag": "n/a",
719
- "deprecated": false
720
- },
721
- "600": {
722
- "value": "#3b7fd2",
723
- "comment": "{comments.color.brand.value.comment}",
724
- "public": true,
725
- "usage": "Neutral accent",
726
- "wcag": "n/a",
727
- "deprecated": false
728
- },
729
- "700": {
730
- "value": "#2c67b5",
731
- "comment": "{comments.color.brand.value.comment}",
732
- "public": true,
733
- "usage": "Neutral accent",
734
- "wcag": "n/a",
735
- "deprecated": false
736
- },
737
- "800": {
738
- "value": "#225296",
739
- "comment": "{comments.color.brand.value.comment}",
740
- "public": true,
741
- "usage": "Neutral accent",
742
- "wcag": "n/a",
743
- "deprecated": false
744
- },
745
- "900": {
746
- "value": "#193d73",
747
- "comment": "{comments.color.brand.value.comment}",
748
- "public": true,
749
- "usage": "Neutral accent",
750
- "wcag": "n/a",
751
- "deprecated": false
752
- },
753
- "1000": {
754
- "value": "#102a51",
755
- "comment": "{comments.color.brand.value.comment}",
756
- "public": true,
757
- "usage": "Neutral accent",
758
- "wcag": "n/a",
759
- "deprecated": false
760
- }
761
- },
762
- "navy": {
763
- "100": {
764
- "value": "#f2d7fb",
765
- "comment": "{comments.color.brand.value.comment}",
766
- "public": true,
767
- "usage": "Neutral accent",
768
- "wcag": "n/a",
769
- "deprecated": false
770
- },
771
- "200": {
772
- "value": "#cfe0ef",
773
- "comment": "{comments.color.brand.value.comment}",
774
- "public": true,
775
- "usage": "Neutral accent",
776
- "wcag": "n/a",
777
- "deprecated": false
778
- },
779
- "300": {
780
- "value": "#acc9e2",
781
- "comment": "{comments.color.brand.value.comment}",
782
- "public": true,
783
- "usage": "Neutral accent",
784
- "wcag": "n/a",
785
- "deprecated": false
786
- },
787
- "400": {
788
- "value": "#89b2d4",
789
- "comment": "{comments.color.brand.value.comment}",
790
- "public": true,
791
- "usage": "Neutral accent",
792
- "wcag": "n/a",
793
- "deprecated": false
794
- },
795
- "500": {
796
- "value": "#6899c6",
797
- "comment": "{comments.color.brand.value.comment}",
798
- "public": true,
799
- "usage": "Neutral accent",
800
- "wcag": "n/a",
801
- "deprecated": false
802
- },
803
- "600": {
804
- "value": "#4a82b7",
805
- "comment": "{comments.color.brand.value.comment}",
806
- "public": true,
807
- "usage": "Neutral accent",
808
- "wcag": "n/a",
809
- "deprecated": false
810
- },
811
- "700": {
812
- "value": "#326aa5",
813
- "comment": "{comments.color.brand.value.comment}",
814
- "public": true,
815
- "usage": "Neutral accent",
816
- "wcag": "n/a",
817
- "deprecated": false
818
- },
819
- "800": {
820
- "value": "#265688",
821
- "comment": "{comments.color.brand.value.comment}",
822
- "public": true,
823
- "usage": "Neutral accent",
824
- "wcag": "n/a",
825
- "deprecated": false
826
- },
827
- "900": {
828
- "value": "#194069",
829
- "comment": "{comments.color.brand.value.comment}",
830
- "public": true,
831
- "usage": "Neutral accent",
832
- "wcag": "n/a",
833
- "deprecated": false
834
- },
835
- "1000": {
836
- "value": "#0e2b4f",
837
- "comment": "{comments.color.brand.value.comment}",
838
- "public": true,
839
- "usage": "Neutral accent",
840
- "wcag": "n/a",
841
- "deprecated": false
842
- }
843
- },
844
- "purple": {
845
- "100": {
846
- "value": "#fbf8fe",
847
- "comment": "{comments.color.brand.value.comment}",
848
- "public": true,
849
- "usage": "Neutral accent",
850
- "wcag": "n/a",
851
- "deprecated": false
852
- },
853
- "200": {
854
- "value": "#ede3fd",
855
- "comment": "{comments.color.brand.value.comment}",
856
- "public": true,
857
- "usage": "Neutral accent",
858
- "wcag": "n/a",
859
- "deprecated": false
860
- },
861
- "300": {
862
- "value": "#ddc9fb",
863
- "comment": "{comments.color.brand.value.comment}",
864
- "public": true,
865
- "usage": "Neutral accent",
866
- "wcag": "n/a",
867
- "deprecated": false
868
- },
869
- "400": {
870
- "value": "#c9a9f8",
871
- "comment": "{comments.color.brand.value.comment}",
872
- "public": true,
873
- "usage": "Neutral accent",
874
- "wcag": "n/a",
875
- "deprecated": false
876
- },
877
- "500": {
878
- "value": "#b588f5",
879
- "comment": "{comments.color.brand.value.comment}",
880
- "public": true,
881
- "usage": "Neutral accent",
882
- "wcag": "n/a",
883
- "deprecated": false
884
- },
885
- "600": {
886
- "value": "#a268f3",
887
- "comment": "{comments.color.brand.value.comment}",
888
- "public": true,
889
- "usage": "Neutral accent",
890
- "wcag": "n/a",
891
- "deprecated": false
892
- },
893
- "700": {
894
- "value": "#8d47f0",
895
- "comment": "{comments.color.brand.value.comment}",
896
- "public": true,
897
- "usage": "Neutral accent",
898
- "wcag": "n/a",
899
- "deprecated": false
900
- },
901
- "800": {
902
- "value": "#7633d7",
903
- "comment": "{comments.color.brand.value.comment}",
904
- "public": true,
905
- "usage": "Neutral accent",
906
- "wcag": "n/a",
907
- "deprecated": false
908
- },
909
- "900": {
910
- "value": "#622ab2",
911
- "comment": "{comments.color.brand.value.comment}",
912
- "public": true,
913
- "usage": "Neutral accent",
914
- "wcag": "n/a",
915
- "deprecated": false
916
- },
917
- "1000": {
918
- "value": "#4e228d",
919
- "comment": "{comments.color.brand.value.comment}",
920
- "public": true,
921
- "usage": "Neutral accent",
922
- "wcag": "n/a",
923
- "deprecated": false
924
- }
925
- },
926
- "pink": {
927
- "100": {
928
- "value": "#fff7f8",
929
- "comment": "{comments.color.brand.value.comment}",
930
- "public": true,
931
- "usage": "Neutral accent",
932
- "wcag": "n/a",
933
- "deprecated": false
934
- },
935
- "200": {
936
- "value": "#fde0e6",
937
- "comment": "{comments.color.brand.value.comment}",
938
- "public": true,
939
- "usage": "Neutral accent",
940
- "wcag": "n/a",
941
- "deprecated": false
942
- },
943
- "300": {
944
- "value": "#fcc2ce",
945
- "comment": "{comments.color.brand.value.comment}",
946
- "public": true,
947
- "usage": "Neutral accent",
948
- "wcag": "n/a",
949
- "deprecated": false
950
- },
951
- "400": {
952
- "value": "#fa9db0",
953
- "comment": "{comments.color.brand.value.comment}",
954
- "public": true,
955
- "usage": "Neutral accent",
956
- "wcag": "n/a",
957
- "deprecated": false
958
- },
959
- "500": {
960
- "value": "#f7738e",
961
- "comment": "{comments.color.brand.value.comment}",
962
- "public": true,
963
- "usage": "Neutral accent",
964
- "wcag": "n/a",
965
- "deprecated": false
966
- },
967
- "600": {
968
- "value": "#e45472",
969
- "comment": "{comments.color.brand.value.comment}",
970
- "public": true,
971
- "usage": "Neutral accent",
972
- "wcag": "n/a",
973
- "deprecated": false
974
- },
975
- "700": {
976
- "value": "#bf475f",
977
- "comment": "{comments.color.brand.value.comment}",
978
- "public": true,
979
- "usage": "Neutral accent",
980
- "wcag": "n/a",
981
- "deprecated": false
982
- },
983
- "800": {
984
- "value": "#a03b50",
985
- "comment": "{comments.color.brand.value.comment}",
986
- "public": true,
987
- "usage": "Neutral accent",
988
- "wcag": "n/a",
989
- "deprecated": false
990
- },
991
- "900": {
992
- "value": "#833142",
993
- "comment": "{comments.color.brand.value.comment}",
994
- "public": true,
995
- "usage": "Neutral accent",
996
- "wcag": "n/a",
997
- "deprecated": false
998
- },
999
- "1000": {
1000
- "value": "#692734",
1001
- "comment": "{comments.color.brand.value.comment}",
1002
- "public": true,
1003
- "usage": "Neutral accent",
1004
- "wcag": "n/a",
1005
- "deprecated": false
1006
- }
1007
- },
1008
- "midnight": {
1009
- "100": {
1010
- "value": "c1daf0",
1011
- "comment": "{comments.color.brand.value.comment}",
1012
- "public": true,
1013
- "neutral": true,
1014
- "usage": "Transactional colors to move guests through task-based interactions.",
1015
- "wcag": "n/a",
1016
- "deprecated": true,
1017
- "version": "4.5.0",
1018
- "reference": "n/a"
1019
- },
1020
- "200": {
1021
- "value": "569ed7",
1022
- "comment": "{comments.color.brand.value.comment}",
1023
- "public": true,
1024
- "neutral": true,
1025
- "usage": "Transactional colors to move guests through task-based interactions.",
1026
- "wcag": "n/a",
1027
- "deprecated": true,
1028
- "version": "4.5.0",
1029
- "reference": "n/a"
1030
- },
1031
- "300": {
1032
- "value": "156fad",
1033
- "comment": "{comments.color.brand.value.comment}",
1034
- "public": true,
1035
- "neutral": true,
1036
- "usage": "Transactional colors to move guests through task-based interactions.",
1037
- "wcag": "n/a",
1038
- "deprecated": true,
1039
- "version": "4.5.0",
1040
- "reference": "n/a"
1041
- },
1042
- "400": {
1043
- "value": "01426a",
1044
- "comment": "{comments.color.brand.value.comment}",
1045
- "public": true,
1046
- "neutral": true,
1047
- "usage": "Transactional colors to move guests through task-based interactions.",
1048
- "wcag": "n/a",
1049
- "deprecated": true,
1050
- "version": "4.5.0",
1051
- "reference": "n/a"
1052
- },
1053
- "500": {
1054
- "value": "00274a",
1055
- "comment": "{comments.color.brand.value.comment}",
1056
- "public": true,
1057
- "neutral": true,
1058
- "usage": "Transactional colors to move guests through task-based interactions.",
1059
- "wcag": "n/a",
1060
- "deprecated": true,
1061
- "version": "4.5.0",
1062
- "reference": "n/a"
1063
- }
1064
- },
1065
- "atlas": {
1066
- "100": {
1067
- "value": "cde6ff",
1068
- "comment": "{comments.color.brand.value.comment}",
1069
- "public": true,
1070
- "neutral": true,
1071
- "usage": "Transactional colors to move guests through task-based interactions.",
1072
- "wcag": "n/a",
1073
- "deprecated": true,
1074
- "version": "4.5.0",
1075
- "reference": "n/a"
1076
- },
1077
- "200": {
1078
- "value": "6bb7fb",
1079
- "comment": "{comments.color.brand.value.comment}",
1080
- "public": true,
1081
- "neutral": true,
1082
- "usage": "Transactional colors to move guests through task-based interactions.",
1083
- "wcag": "n/a",
1084
- "deprecated": true,
1085
- "version": "4.5.0",
1086
- "reference": "n/a"
1087
- },
1088
- "300": {
1089
- "value": "2492eb",
1090
- "comment": "{comments.color.brand.value.comment}",
1091
- "public": true,
1092
- "neutral": true,
1093
- "usage": "Transactional colors to move guests through task-based interactions.",
1094
- "wcag": "n/a",
1095
- "deprecated": true,
1096
- "version": "4.5.0",
1097
- "reference": "n/a"
1098
- },
1099
- "400": {
1100
- "value": "0074c8",
1101
- "comment": "{comments.color.brand.value.comment}",
1102
- "public": true,
1103
- "neutral": true,
1104
- "usage": "Transactional colors to move guests through task-based interactions.",
1105
- "wcag": "n/a",
1106
- "deprecated": true,
1107
- "version": "4.5.0",
1108
- "reference": "n/a"
1109
- },
1110
- "400-opacity-20": {
1111
- "value": "0074c833",
1112
- "comment": "color brand atlas 400 @ 20%",
1113
- "opacity": true,
1114
- "public": true,
1115
- "neutral": true,
1116
- "usage": "Transactional colors to move guests through task-based interactions.",
1117
- "wcag": "n/a",
1118
- "deprecated": true,
1119
- "version": "4.5.0",
1120
- "reference": "n/a"
1121
- },
1122
- "500": {
1123
- "value": "054687",
1124
- "comment": "{comments.color.brand.value.comment}",
1125
- "public": true,
1126
- "neutral": true,
1127
- "usage": "Transactional colors to move guests through task-based interactions.",
1128
- "wcag": "n/a",
1129
- "deprecated": true,
1130
- "version": "4.5.0",
1131
- "reference": "n/a"
1132
- }
1133
- },
1134
- "breeze": {
1135
- "100": {
1136
- "value": "c0f7ff",
1137
- "comment": "{comments.color.brand.value.comment}",
1138
- "public": true,
1139
- "neutral": true,
1140
- "usage": "Transactional colors to move guests through task-based interactions.",
1141
- "wcag": "n/a",
1142
- "deprecated": true,
1143
- "version": "4.5.0",
1144
- "reference": "n/a"
1145
- },
1146
- "200": {
1147
- "value": "5de3f7",
1148
- "comment": "{comments.color.brand.value.comment}",
1149
- "public": true,
1150
- "neutral": true,
1151
- "usage": "Transactional colors to move guests through task-based interactions.",
1152
- "wcag": "n/a",
1153
- "deprecated": true,
1154
- "version": "4.5.0",
1155
- "reference": "n/a"
1156
- },
1157
- "300": {
1158
- "value": "00cff0",
1159
- "comment": "{comments.color.brand.value.comment}",
1160
- "public": true,
1161
- "neutral": true,
1162
- "usage": "Transactional colors to move guests through task-based interactions.",
1163
- "wcag": "n/a",
1164
- "deprecated": true,
1165
- "version": "4.5.0",
1166
- "reference": "n/a"
1167
- },
1168
- "300-opacity-30": {
1169
- "value": "00cff04d",
1170
- "comment": "breeze 300 @ 30%",
1171
- "public": true,
1172
- "neutral": true,
1173
- "usage": "Transactional colors to move guests through task-based interactions.",
1174
- "wcag": "n/a",
1175
- "deprecated": true,
1176
- "version": "4.5.0",
1177
- "reference": "n/a"
1178
- },
1179
- "400": {
1180
- "value": "099dc5",
1181
- "comment": "{comments.color.brand.value.comment}",
1182
- "public": true,
1183
- "neutral": true,
1184
- "usage": "Transactional colors to move guests through task-based interactions.",
1185
- "wcag": "n/a",
1186
- "deprecated": true,
1187
- "version": "4.5.0",
1188
- "reference": "n/a"
1189
- },
1190
- "500": {
1191
- "value": "0b5575",
1192
- "comment": "{comments.color.brand.value.comment}",
1193
- "public": true,
1194
- "neutral": true,
1195
- "usage": "Transactional colors to move guests through task-based interactions.",
1196
- "wcag": "n/a",
1197
- "deprecated": true,
1198
- "version": "4.5.0",
1199
- "reference": "n/a"
1200
- }
1201
- },
1202
- "tropical": {
1203
- "100": {
1204
- "value": "e2ffcd",
1205
- "comment": "{comments.color.brand.value.comment}",
1206
- "public": true,
1207
- "neutral": true,
1208
- "usage": "Transactional colors to move guests through task-based interactions.",
1209
- "wcag": "n/a",
1210
- "deprecated": true,
1211
- "version": "4.5.0",
1212
- "reference": "n/a"
1213
- },
1214
- "200": {
1215
- "value": "d0fba6",
1216
- "comment": "{comments.color.brand.value.comment}",
1217
- "public": true,
1218
- "neutral": true,
1219
- "usage": "Transactional colors to move guests through task-based interactions.",
1220
- "wcag": "n/a",
1221
- "deprecated": true,
1222
- "version": "4.5.0",
1223
- "reference": "n/a"
1224
- },
1225
- "300": {
1226
- "value": "c0e585",
1227
- "comment": "{comments.color.brand.value.comment}",
1228
- "public": true,
1229
- "neutral": true,
1230
- "usage": "Transactional colors to move guests through task-based interactions.",
1231
- "wcag": "n/a",
1232
- "deprecated": true,
1233
- "version": "4.5.0",
1234
- "reference": "n/a"
1235
- },
1236
- "400": {
1237
- "value": "91be62",
1238
- "comment": "{comments.color.brand.value.comment}",
1239
- "public": true,
1240
- "neutral": true,
1241
- "usage": "Transactional colors to move guests through task-based interactions.",
1242
- "wcag": "n/a",
1243
- "deprecated": true,
1244
- "version": "4.5.0",
1245
- "reference": "n/a"
1246
- },
1247
- "500": {
1248
- "value": "5e8741",
1249
- "comment": "{comments.color.brand.value.comment}",
1250
- "public": true,
1251
- "neutral": true,
1252
- "usage": "Transactional colors to move guests through task-based interactions.",
1253
- "wcag": "n/a",
1254
- "deprecated": true,
1255
- "version": "4.5.0",
1256
- "reference": "n/a"
1257
- }
1258
- },
1259
- "alpine": {
1260
- "100": {
1261
- "value": "bcaae6",
1262
- "comment": "{comments.color.brand.value.comment}",
1263
- "public": true,
1264
- "neutral": true,
1265
- "usage": "Transactional colors to move guests through task-based interactions.",
1266
- "wcag": "n/a",
1267
- "deprecated": true,
1268
- "version": "4.5.0",
1269
- "reference": "n/a"
1270
- },
1271
- "200": {
1272
- "value": "9e73ea",
1273
- "comment": "{comments.color.brand.value.comment}",
1274
- "public": true,
1275
- "neutral": true,
1276
- "usage": "Transactional colors to move guests through task-based interactions.",
1277
- "wcag": "n/a",
1278
- "deprecated": true,
1279
- "version": "4.5.0",
1280
- "reference": "n/a"
1281
- },
1282
- "300": {
1283
- "value": "8439ef",
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
- "400": {
1294
- "value": "631db8",
1295
- "comment": "{comments.color.brand.value.comment}",
1296
- "public": true,
1297
- "neutral": true,
1298
- "usage": "Transactional colors to move guests through task-based interactions.",
1299
- "wcag": "n/a",
1300
- "deprecated": true,
1301
- "version": "4.5.0",
1302
- "reference": "n/a"
1303
- },
1304
- "500": {
1305
- "value": "39115c",
1306
- "comment": "{comments.color.brand.value.comment}",
1307
- "public": true,
1308
- "neutral": true,
1309
- "usage": "Transactional colors to move guests through task-based interactions.",
1310
- "wcag": "n/a",
1311
- "deprecated": true,
1312
- "version": "4.5.0",
1313
- "reference": "n/a"
1314
- }
1315
- },
1316
- "flamingo": {
1317
- "100": {
1318
- "value": "ffebee",
1319
- "comment": "{comments.color.brand.value.comment}",
1320
- "public": true,
1321
- "neutral": true,
1322
- "usage": "Transactional colors to move guests through task-based interactions.",
1323
- "wcag": "n/a",
1324
- "deprecated": true,
1325
- "version": "4.5.0",
1326
- "reference": "n/a"
1327
- },
1328
- "200": {
1329
- "value": "ffc0ca",
1330
- "comment": "{comments.color.brand.value.comment}",
1331
- "public": true,
1332
- "neutral": true,
1333
- "usage": "Transactional colors to move guests through task-based interactions.",
1334
- "wcag": "n/a",
1335
- "deprecated": true,
1336
- "version": "4.5.0",
1337
- "reference": "n/a"
1338
- },
1339
- "300": {
1340
- "value": "ff94a7",
1341
- "comment": "{comments.color.brand.value.comment}",
1342
- "public": true,
1343
- "neutral": true,
1344
- "usage": "Transactional colors to move guests through task-based interactions.",
1345
- "wcag": "n/a",
1346
- "deprecated": true,
1347
- "version": "4.5.0",
1348
- "reference": "n/a"
1349
- },
1350
- "400": {
1351
- "value": "F65b7b",
1352
- "comment": "{comments.color.brand.value.comment}",
1353
- "public": true,
1354
- "neutral": true,
1355
- "usage": "Transactional colors to move guests through task-based interactions.",
1356
- "wcag": "n/a",
1357
- "deprecated": true,
1358
- "version": "4.5.0",
1359
- "reference": "n/a"
1360
- },
1361
- "500": {
1362
- "value": "b82b47",
1363
- "comment": "{comments.color.brand.value.comment}",
1364
- "public": true,
1365
- "neutral": true,
1366
- "usage": "Transactional colors to move guests through task-based interactions.",
1367
- "wcag": "n/a",
1368
- "deprecated": true,
1369
- "version": "4.5.0",
1370
- "reference": "n/a"
1371
- }
1372
- },
1373
- "canyon": {
1374
- "100": {
1375
- "value": "ffcab6",
1376
- "comment": "{comments.color.brand.value.comment}",
1377
- "public": true,
1378
- "neutral": true,
1379
- "usage": "Transactional colors to move guests through task-based interactions.",
1380
- "wcag": "n/a",
1381
- "deprecated": true,
1382
- "version": "4.5.0",
1383
- "reference": "n/a"
1384
- },
1385
- "200": {
1386
- "value": "f99574",
1387
- "comment": "{comments.color.brand.value.comment}",
1388
- "public": true,
1389
- "neutral": true,
1390
- "usage": "Transactional colors to move guests through task-based interactions.",
1391
- "wcag": "n/a",
1392
- "deprecated": true,
1393
- "version": "4.5.0",
1394
- "reference": "n/a"
1395
- },
1396
- "300": {
1397
- "value": "f26135",
1398
- "comment": "{comments.color.brand.value.comment}",
1399
- "public": true,
1400
- "neutral": true,
1401
- "usage": "Transactional colors to move guests through task-based interactions.",
1402
- "wcag": "n/a",
1403
- "deprecated": true,
1404
- "version": "4.5.0",
1405
- "reference": "n/a"
1406
- },
1407
- "400": {
1408
- "value": "de3e09",
1409
- "comment": "{comments.color.brand.value.comment}",
1410
- "public": true,
1411
- "neutral": true,
1412
- "usage": "Transactional colors to move guests through task-based interactions.",
1413
- "wcag": "n/a",
1414
- "deprecated": true,
1415
- "version": "4.5.0",
1416
- "reference": "n/a"
1417
- },
1418
- "500": {
1419
- "value": "b83302",
1420
- "comment": "{comments.color.brand.value.comment}",
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
- }
1429
- },
1430
- "goldcoast": {
1431
- "100": {
1432
- "value": "fff0cd",
1433
- "comment": "{comments.color.brand.value.comment}",
1434
- "public": true,
1435
- "neutral": true,
1436
- "usage": "Transactional colors to move guests through task-based interactions.",
1437
- "wcag": "n/a",
1438
- "deprecated": true,
1439
- "version": "4.5.0",
1440
- "reference": "n/a"
1441
- },
1442
- "200": {
1443
- "value": "ffdb67",
1444
- "comment": "{comments.color.brand.value.comment}",
1445
- "public": true,
1446
- "neutral": true,
1447
- "usage": "Transactional colors to move guests through task-based interactions.",
1448
- "wcag": "n/a",
1449
- "deprecated": true,
1450
- "version": "4.5.0",
1451
- "reference": "n/a"
1452
- },
1453
- "300": {
1454
- "value": "ffd200",
1455
- "comment": "{comments.color.brand.value.comment}",
1456
- "public": true,
1457
- "neutral": true,
1458
- "usage": "Transactional colors to move guests through task-based interactions.",
1459
- "wcag": "n/a",
1460
- "deprecated": true,
1461
- "version": "4.5.0",
1462
- "reference": "n/a"
1463
- },
1464
- "400": {
1465
- "value": "e5ad07",
1466
- "comment": "{comments.color.brand.value.comment}",
1467
- "public": true,
1468
- "neutral": true,
1469
- "usage": "Transactional colors to move guests through task-based interactions.",
1470
- "wcag": "n/a",
1471
- "deprecated": true,
1472
- "version": "4.5.0",
1473
- "reference": "n/a"
1474
- },
1475
- "500": {
1476
- "value": "b88624",
1477
- "comment": "{comments.color.brand.value.comment}",
1478
- "public": true,
1479
- "neutral": true,
1480
- "usage": "Transactional colors to move guests through task-based interactions.",
1481
- "wcag": "n/a",
1482
- "deprecated": true,
1483
- "version": "4.5.0",
1484
- "reference": "n/a"
1485
- }
1486
- },
1487
- "goldgray": {
1488
- "100": {
1489
- "value": "C5C1BF",
1490
- "public": true,
1491
- "usage": "Tier branding color",
1492
- "deprecated": true,
1493
- "version": "4.5.0",
1494
- "reference": "n/a"
1495
- },
1496
- "200": {
1497
- "value": "726E6C",
1498
- "public": true,
1499
- "usage": "Tier branding color",
1500
- "deprecated": true,
1501
- "version": "4.5.0",
1502
- "reference": "n/a"
1503
- }
1504
- },
1505
- "gold": {
1506
- "100": {
1507
- "value": "CCBC94",
1508
- "public": true,
1509
- "usage": "Tier branding color",
1510
- "deprecated": true,
1511
- "version": "4.5.0",
1512
- "reference": "n/a"
1513
- },
1514
- "200": {
1515
- "value": "7F682E",
1516
- "public": true,
1517
- "usage": "Tier branding color",
1518
- "deprecated": true,
1519
- "version": "4.5.0",
1520
- "reference": "n/a"
1521
- }
1522
- },
1523
- "emerald": {
1524
- "value": "139142",
1525
- "public": true,
1526
- "usage": "Tier branding color",
1527
- "deprecated": true,
1528
- "version": "4.5.0",
1529
- "reference": "n/a"
1530
- },
1531
- "sapphire": {
1532
- "value": "015DAA",
1533
- "public": true,
1534
- "usage": "Tier branding color",
1535
- "deprecated": true,
1536
- "version": "4.5.0",
1537
- "reference": "n/a"
1538
- },
1539
- "ruby": {
1540
- "value": "A41D4A",
1541
- "public": true,
1542
- "usage": "Tier branding color",
1543
- "deprecated": true,
1544
- "version": "4.5.0",
1545
- "reference": "n/a"
1546
- }
1547
- }
1548
- }
1549
- }