@aurodesignsystem/design-tokens 4.3.1 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +54 -41
  3. package/dist/tokens/CSSCustomProperties.css +1542 -64
  4. package/dist/tokens/CSSSizeCustomProperties.css +2 -1
  5. package/dist/tokens/JSData--color.js +16599 -2192
  6. package/dist/tokens/JSONVariablesFlat.json +711 -0
  7. package/dist/tokens/JSONVariablesNested.json +1207 -0
  8. package/dist/tokens/JSObject--allTokens.js +13782 -2488
  9. package/dist/tokens/JSObject--deprecated.js +2294 -1925
  10. package/dist/tokens/JSVariables--color.js +736 -39
  11. package/dist/tokens/SCSSVariableMap.scss +3 -1
  12. package/dist/tokens/SCSSVariables.scss +1004 -46
  13. package/dist/tokens/SCSSVariablesMapFlat.scss +1008 -47
  14. package/dist/tokens/SassCustomProperties.scss +1542 -64
  15. package/dist/tokens/SassSizeCustomProperties.scss +2 -1
  16. package/dist/tokens/darkmode/CSSCustomProperties.css +4 -4
  17. package/dist/tokens/darkmode/JSDataColor.js +107 -43
  18. package/dist/tokens/darkmode/{JSObject--allDarkTokens.js → JSObject--deprecatedDark.js} +120 -56
  19. package/dist/tokens/darkmode/JSVariablesColor.js +4 -4
  20. package/dist/tokens/darkmode/SCSSVariables.scss +4 -4
  21. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +4 -4
  22. package/dist/tokens/darkmode/SassCustomProperties.scss +4 -4
  23. package/dist/tokens/excursion/JSONVariablesFlat.json +67 -0
  24. package/dist/tokens/excursion/JSONVariablesNested.json +105 -0
  25. package/package.json +13 -12
  26. package/src/color/alert.json +18 -103
  27. package/src/color/background.json +213 -10
  28. package/src/color/base.json +1219 -70
  29. package/src/color/border.json +253 -133
  30. package/src/color/brand.json +1204 -185
  31. package/src/color/container.json +464 -0
  32. package/src/color/icon.json +449 -91
  33. package/src/color/text.json +200 -145
  34. package/src/color/tier.json +118 -52
  35. package/src/color/ui.json +29 -115
  36. package/src/color-darkmode/base.json +6 -2
  37. package/src/color-darkmode/border.json +6 -2
  38. package/src/color-darkmode/icon.json +6 -2
  39. package/src/color-darkmode/text.json +15 -5
  40. package/src/color-darkmode/tier.json +6 -2
  41. package/src/depth.json +0 -7
  42. package/src/size/radius.json +1 -1
  43. package/src/size/scale.json +6 -80
  44. package/src/themes/excursion/color/background.json +73 -0
  45. package/src/themes/excursion/color/base.json +234 -0
  46. package/src/themes/excursion/color/brand.json +254 -0
  47. package/src/breakpoint.json +0 -28
  48. package/src/shadow.json +0 -13
@@ -0,0 +1,1207 @@
1
+ {
2
+ "asset": {
3
+ "font": {
4
+ "circular": {
5
+ "familyName": "AS Circular",
6
+ "filename": "ASCircularWeb",
7
+ "weight": {
8
+ "light": "-Light",
9
+ "medium": "-Medium",
10
+ "book": "-Book"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "border": {
16
+ "radius": "0.375rem"
17
+ },
18
+ "size": {
19
+ "25": "0.125rem",
20
+ "50": "0.25rem",
21
+ "75": "0.375rem",
22
+ "100": "0.5rem",
23
+ "150": "0.75rem",
24
+ "200": "1rem",
25
+ "300": "1.5rem",
26
+ "400": "2rem",
27
+ "500": "2.5rem",
28
+ "600": "3rem",
29
+ "700": "3.5rem",
30
+ "800": "4rem",
31
+ "900": "4.5rem",
32
+ "1000": "5rem"
33
+ },
34
+ "unitless": {
35
+ "scale": {
36
+ "20": 0.25,
37
+ "50": 0.5,
38
+ "100": 1,
39
+ "140": 1.4,
40
+ "150": 1.5,
41
+ "200": 2,
42
+ "300": 3,
43
+ "350": 3.5
44
+ }
45
+ },
46
+ "animation": {
47
+ "default": {
48
+ "property": "all",
49
+ "duration": "0.3s",
50
+ "timing": "ease-out"
51
+ }
52
+ },
53
+ "depth": {
54
+ "overlay": "200",
55
+ "modal": "400",
56
+ "tooltip": "300"
57
+ },
58
+ "elevation": {
59
+ "100": "0px 0px 5px rgba(0, 0, 0, 0.15)",
60
+ "200": "0px 0px 10px rgba(0, 0, 0, 0.15)",
61
+ "300": "0px 0px 15px rgba(0, 0, 0, 0.2)"
62
+ },
63
+ "gridBreakpoint": {
64
+ "xs": "320px",
65
+ "sm": "576px",
66
+ "md": "768px",
67
+ "lg": "1024px",
68
+ "xl": "1232px"
69
+ },
70
+ "gridColumn": {
71
+ "xs": "6",
72
+ "sm": "12",
73
+ "md": "12",
74
+ "lg": "12",
75
+ "xl": "12"
76
+ },
77
+ "gridGutter": {
78
+ "xs": "0.5rem",
79
+ "sm": "1rem",
80
+ "md": "1.5rem",
81
+ "lg": "1.5rem",
82
+ "xl": "2rem"
83
+ },
84
+ "gridMargin": {
85
+ "xs": "1rem",
86
+ "sm": "1rem",
87
+ "md": "1.5rem",
88
+ "lg": "2rem",
89
+ "xl": "2rem"
90
+ },
91
+ "font": {
92
+ "family": {
93
+ "default": "'AS Circular', Helvetica Neue, Arial, sans-serif",
94
+ "mono": "Menlo, Monaco, Consolas, 'Courier New', monospace"
95
+ }
96
+ },
97
+ "text": {
98
+ "heading": {
99
+ "300": {
100
+ "weight": "300",
101
+ "px": "18px",
102
+ "size": "1.125rem",
103
+ "height": "1.625rem",
104
+ "height-px": "26px"
105
+ },
106
+ "400": {
107
+ "weight": "300",
108
+ "px": "20px",
109
+ "size": "1.25rem",
110
+ "height": "1.625rem",
111
+ "height-px": "26px"
112
+ },
113
+ "500": {
114
+ "weight": "300",
115
+ "px": {
116
+ "breakpoint": {
117
+ "sm": "22px",
118
+ "md": "24px",
119
+ "lg": "24px"
120
+ }
121
+ },
122
+ "size": {
123
+ "breakpoint": {
124
+ "sm": "1.375rem",
125
+ "md": "1.5rem",
126
+ "lg": "1.5rem"
127
+ }
128
+ },
129
+ "height": {
130
+ "breakpoint": {
131
+ "sm": "1.625rem",
132
+ "px-sm": "26px",
133
+ "md": "1.875rem",
134
+ "px-md": "30px",
135
+ "lg": "2rem",
136
+ "px-lg": "32px"
137
+ }
138
+ }
139
+ },
140
+ "600": {
141
+ "weight": "300",
142
+ "px": {
143
+ "breakpoint": {
144
+ "sm": "26px",
145
+ "md": "28px",
146
+ "lg": "28px"
147
+ }
148
+ },
149
+ "size": {
150
+ "breakpoint": {
151
+ "sm": "1.625rem",
152
+ "md": "1.75rem",
153
+ "lg": "1.75rem"
154
+ }
155
+ },
156
+ "height": {
157
+ "breakpoint": {
158
+ "sm": "1.875rem",
159
+ "px-sm": "30px",
160
+ "md": "2.125rem",
161
+ "px-md": "34px",
162
+ "lg": "2.25rem",
163
+ "px-lg": "36px"
164
+ }
165
+ }
166
+ },
167
+ "700": {
168
+ "weight": "500",
169
+ "px": {
170
+ "breakpoint": {
171
+ "sm": "28px",
172
+ "md": "32px",
173
+ "lg": "36px"
174
+ }
175
+ },
176
+ "size": {
177
+ "breakpoint": {
178
+ "sm": "1.75rem",
179
+ "md": "2rem",
180
+ "lg": "2.25rem"
181
+ }
182
+ },
183
+ "height": {
184
+ "breakpoint": {
185
+ "sm": "2.125rem",
186
+ "px-sm": "34px",
187
+ "md": "2.375rem",
188
+ "px-md": "38px",
189
+ "lg": "2.75rem",
190
+ "px-lg": "44px"
191
+ }
192
+ }
193
+ },
194
+ "800": {
195
+ "weight": "500",
196
+ "px": {
197
+ "breakpoint": {
198
+ "sm": "32px",
199
+ "md": "36px",
200
+ "lg": "40px"
201
+ }
202
+ },
203
+ "size": {
204
+ "breakpoint": {
205
+ "sm": "2rem",
206
+ "md": "2.25rem",
207
+ "lg": "2.5rem"
208
+ }
209
+ },
210
+ "height": {
211
+ "breakpoint": {
212
+ "sm": "2.375rem",
213
+ "px-sm": "38px",
214
+ "md": "2.625rem",
215
+ "px-md": "42px",
216
+ "lg": "3rem",
217
+ "px-lg": "48px"
218
+ }
219
+ }
220
+ },
221
+ "default": {
222
+ "weight": "500",
223
+ "margin": "0",
224
+ "spacing": "-0.2px"
225
+ },
226
+ "medium": {
227
+ "weight": "300"
228
+ },
229
+ "display": {
230
+ "weight": "100",
231
+ "px": {
232
+ "breakpoint": {
233
+ "sm": "44px",
234
+ "md": "48px",
235
+ "lg": "56px"
236
+ }
237
+ },
238
+ "size": {
239
+ "breakpoint": {
240
+ "sm": "2.75rem",
241
+ "md": "3rem",
242
+ "lg": "3.5rem"
243
+ }
244
+ },
245
+ "height": {
246
+ "breakpoint": {
247
+ "sm": "3.375rem",
248
+ "px-sm": "54px",
249
+ "md": "3.75rem",
250
+ "px-md": "60px",
251
+ "lg": "4.25rem",
252
+ "px-lg": "68px"
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "body": {
258
+ "default": {
259
+ "weight": "500"
260
+ },
261
+ "size": {
262
+ "xxs": "0.625rem",
263
+ "xs": "0.75rem",
264
+ "sm": "0.875rem",
265
+ "default": "1rem",
266
+ "lg": "1.125rem"
267
+ },
268
+ "height": {
269
+ "xs": "1rem",
270
+ "sm": "1.25rem",
271
+ "default": "1.5rem",
272
+ "lg": "1.625rem"
273
+ }
274
+ }
275
+ },
276
+ "color": {
277
+ "alert": {
278
+ "notification": {
279
+ "default": "#0074c8"
280
+ },
281
+ "warning": {
282
+ "default": "#de750c"
283
+ },
284
+ "error": {
285
+ "default": "#df0b37"
286
+ },
287
+ "success": {
288
+ "default": "#00805d"
289
+ },
290
+ "advisory": {
291
+ "default": "#fff0cd"
292
+ },
293
+ "bkgSuccess": {
294
+ "default": "#ddf6e8"
295
+ },
296
+ "bkgError": {
297
+ "default": "#ffedf1"
298
+ }
299
+ },
300
+ "background": {
301
+ "100": {
302
+ "default": "#ffffff",
303
+ "inverse": "#0e2b4f"
304
+ },
305
+ "200": {
306
+ "default": "#f7f7f7",
307
+ "inverse": "#194069"
308
+ },
309
+ "300": {
310
+ "default": "#e4e8ec",
311
+ "inverse": "#265688"
312
+ },
313
+ "400": {
314
+ "default": "#dddddd",
315
+ "inverse": "#326aa5"
316
+ },
317
+ "success": {
318
+ "default": "#eef8f5",
319
+ "inverse": "#173c30"
320
+ },
321
+ "error": {
322
+ "default": "#fff4f4",
323
+ "inverse": "#74110e"
324
+ },
325
+ "warning": {
326
+ "default": "#fef8e9",
327
+ "inverse": "#5d4514"
328
+ },
329
+ "info": {
330
+ "default": "#f0f7fd",
331
+ "inverse": "#193d73"
332
+ },
333
+ "subtle": {
334
+ "default": "#f7f8fa",
335
+ "inverse": "#2a2a2a"
336
+ },
337
+ "accent": {
338
+ "default": "#ebfafd",
339
+ "inverse": "#275b72"
340
+ },
341
+ "emphasis": {
342
+ "default": "#c9e0f7",
343
+ "inverse": "#225296"
344
+ },
345
+ "lightest": "#ffffff",
346
+ "lighter": "#f7f7f7",
347
+ "darker": "#01426a",
348
+ "darkest": "#00274a",
349
+ "gradient": {
350
+ "default": "linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))"
351
+ }
352
+ },
353
+ "base": {
354
+ "white": "#ffffff",
355
+ "white-100": "rgba(255, 255, 255, 0.03)",
356
+ "white-200": "rgba(255, 255, 255, 0.06)",
357
+ "white-300": "rgba(255, 255, 255, 0.12)",
358
+ "white-400": "rgba(255, 255, 255, 0.25)",
359
+ "white-500": "rgba(255, 255, 255, 0.5)",
360
+ "white-opacity-50": "rgba(255, 255, 255, 0.5)",
361
+ "white-opacity-40": "rgba(255, 255, 255, 0.4)",
362
+ "white-opacity-0": "rgba(255, 255, 255, 0)",
363
+ "black": "#000000",
364
+ "black-100": "rgba(0, 0, 0, 0.03)",
365
+ "black-200": "rgba(0, 0, 0, 0.06)",
366
+ "black-300": "rgba(0, 0, 0, 0.12)",
367
+ "black-400": "rgba(0, 0, 0, 0.25)",
368
+ "black-500": "rgba(0, 0, 0, 0.5)",
369
+ "black-opacity-15": "rgba(0, 0, 0, 0.15)",
370
+ "blue": {
371
+ "100": "#f0f7fd",
372
+ "200": "#c9e0f7",
373
+ "300": "#a0c9f1",
374
+ "400": "#79b2ec",
375
+ "500": "#5398e6",
376
+ "600": "#3b7fd2",
377
+ "700": "#2c67b5",
378
+ "800": "#225296",
379
+ "900": "#193d73",
380
+ "1000": "#102a51"
381
+ },
382
+ "cyan": {
383
+ "100": "#ebfafd",
384
+ "200": "#a8e9f7",
385
+ "300": "#6ad5ef",
386
+ "400": "#56bbde",
387
+ "500": "#4aa2c7",
388
+ "600": "#3e89aa",
389
+ "700": "#32718e",
390
+ "800": "#275b72",
391
+ "900": "#1d4658",
392
+ "1000": "#12303d"
393
+ },
394
+ "error": {
395
+ "100": "#fff4f4",
396
+ "200": "#f9aca6",
397
+ "300": "#f16359",
398
+ "400": "#cc1816",
399
+ "500": "#74110e"
400
+ },
401
+ "gray": {
402
+ "100": "#f7f7f7",
403
+ "200": "#dddddd",
404
+ "300": "#c5c5c5",
405
+ "400": "#adadad",
406
+ "500": "#959595",
407
+ "600": "#7e7e7e",
408
+ "700": "#676767",
409
+ "800": "#525252",
410
+ "900": "#3d3d3d",
411
+ "1000": "#2a2a2a"
412
+ },
413
+ "green": {
414
+ "100": "#f3faf7",
415
+ "200": "#000000",
416
+ "300": "#addbca",
417
+ "400": "#7ec6ac",
418
+ "500": "#51ae8c",
419
+ "600": "#459578",
420
+ "700": "#3a7d64",
421
+ "800": "#306854",
422
+ "900": "#285545",
423
+ "1000": "#1f4436"
424
+ },
425
+ "lime": {
426
+ "100": "#f5fbeb",
427
+ "200": "#d8efb4",
428
+ "300": "#badd81",
429
+ "400": "#a2c270",
430
+ "500": "#8ca761",
431
+ "600": "#778f53",
432
+ "700": "#647845",
433
+ "800": "#53643a",
434
+ "900": "#44522f",
435
+ "1000": "#364126"
436
+ },
437
+ "navy": {
438
+ "100": "#f2f7fb",
439
+ "200": "#cfe0ef",
440
+ "300": "#acc9e2",
441
+ "400": "#89b2d4",
442
+ "500": "#6899c6",
443
+ "600": "#4a82b7",
444
+ "700": "#326aa5",
445
+ "800": "#265688",
446
+ "900": "#194069",
447
+ "1000": "#0e2b4f"
448
+ },
449
+ "neutral": {
450
+ "100": "#f7f8fa",
451
+ "200": "#e4e8ec",
452
+ "300": "#ccd2db",
453
+ "400": "#afb9c6",
454
+ "500": "#939fad",
455
+ "600": "#7e8894",
456
+ "700": "#6a717c",
457
+ "800": "#585e67",
458
+ "900": "#484d55",
459
+ "1000": "#393d43"
460
+ },
461
+ "pink": {
462
+ "100": "#fff7f8",
463
+ "200": "#fde0e6",
464
+ "300": "#fcc2ce",
465
+ "400": "#fa9db0",
466
+ "500": "#f7738e",
467
+ "600": "#e45472",
468
+ "700": "#bf475f",
469
+ "800": "#a03b50",
470
+ "900": "#833142",
471
+ "1000": "#692734"
472
+ },
473
+ "purple": {
474
+ "100": "#fbf8fe",
475
+ "200": "#ede3fd",
476
+ "300": "#ddc9fb",
477
+ "400": "#c9a9f8",
478
+ "500": "#b588f5",
479
+ "600": "#a268f3",
480
+ "700": "#8d47f0",
481
+ "800": "#7633d7",
482
+ "900": "#622ab2",
483
+ "1000": "#4e228d"
484
+ },
485
+ "red": {
486
+ "100": "#fef7f5",
487
+ "200": "#fae2da",
488
+ "300": "#f5c7b8",
489
+ "400": "#f0a68d",
490
+ "500": "#e9815e",
491
+ "600": "#e35c2f",
492
+ "700": "#d03a08",
493
+ "800": "#ae3007",
494
+ "900": "#902806",
495
+ "1000": "#732005"
496
+ },
497
+ "success": {
498
+ "100": "#eef8f5",
499
+ "200": "#8eceb9",
500
+ "300": "#40a080",
501
+ "400": "#0b6f4d",
502
+ "500": "#173c30"
503
+ },
504
+ "turquoise": {
505
+ "100": "#f7fafa",
506
+ "200": "#dfe9ea",
507
+ "300": "#c2d5d6",
508
+ "400": "#9fbdbe",
509
+ "500": "#7ba5a6",
510
+ "600": "#5c8f91",
511
+ "700": "#3d7a7d",
512
+ "800": "#21686a",
513
+ "900": "#085659",
514
+ "1000": "#004447"
515
+ },
516
+ "yellow": {
517
+ "100": "#fff9df",
518
+ "200": "#ffe87e",
519
+ "300": "#f9ce06",
520
+ "400": "#d6b622",
521
+ "500": "#b49d35",
522
+ "600": "#96873e",
523
+ "700": "#7c7140",
524
+ "800": "#665e3d",
525
+ "900": "#524e38",
526
+ "1000": "#403d30"
527
+ },
528
+ "warning": {
529
+ "100": "#fef8e9",
530
+ "200": "#f2c153",
531
+ "300": "#c49432",
532
+ "400": "#8e6b22",
533
+ "500": "#5d4514"
534
+ }
535
+ },
536
+ "state": {
537
+ "error": {
538
+ "100": "#ff999b",
539
+ "500": "#df0b37"
540
+ },
541
+ "success": {
542
+ "100": "#69cf96",
543
+ "500": "#00805d"
544
+ },
545
+ "warning": {
546
+ "500": "#de750c"
547
+ }
548
+ },
549
+ "border": {
550
+ "primary": {
551
+ "default": "#585e67",
552
+ "inverse": "#afb9c6"
553
+ },
554
+ "secondary": {
555
+ "default": "#939fad",
556
+ "inverse": "#7e8894"
557
+ },
558
+ "tertiary": {
559
+ "default": "#dddddd",
560
+ "inverse": "#676767"
561
+ },
562
+ "error": {
563
+ "default": "#cc1816",
564
+ "inverse": "#f9aca6"
565
+ },
566
+ "divider": {
567
+ "default": "rgba(0, 0, 0, 0.06)",
568
+ "inverse": "rgba(255, 255, 255, 0.06)"
569
+ },
570
+ "subtle": {
571
+ "default": "#f0f7fd",
572
+ "inverse": "#326aa5"
573
+ },
574
+ "emphasis": {
575
+ "default": "#194069",
576
+ "inverse": "#f2d7fb"
577
+ },
578
+ "accent": {
579
+ "default": "#badd81",
580
+ "inverse": "#a2c270"
581
+ },
582
+ "success": {
583
+ "default": "#0b6f4d",
584
+ "inverse": "#8eceb9"
585
+ },
586
+ "warning": {
587
+ "default": "#fef8e9",
588
+ "inverse": "#f2c153"
589
+ },
590
+ "info": {
591
+ "default": "#326aa5",
592
+ "inverse": "#89b2d4"
593
+ },
594
+ "ui": {
595
+ "default": {
596
+ "default": "#2c67b5",
597
+ "inverse": "#56bbde"
598
+ },
599
+ "hover": {
600
+ "default": "#193d73",
601
+ "inverse": "#a8e9f7"
602
+ },
603
+ "active": {
604
+ "default": "#225296",
605
+ "inverse": "#6ad5ef"
606
+ },
607
+ "focus": {
608
+ "default": "#2c67b5",
609
+ "inverse": "#56bbde"
610
+ },
611
+ "disabled": {
612
+ "default": "#adadad",
613
+ "inverse": "#7e7e7e"
614
+ }
615
+ },
616
+ "active": {
617
+ "default": "#0074c8",
618
+ "inverse": "#00cff0"
619
+ },
620
+ "disabled": {
621
+ "default": "#dddddd"
622
+ },
623
+ "focus": {
624
+ "default": "#959595"
625
+ }
626
+ },
627
+ "brand": {
628
+ "neutral": {
629
+ "100": "#f7f8fa",
630
+ "200": "#e4e8ec",
631
+ "300": "#ccd2db",
632
+ "400": "#afb9c6",
633
+ "500": "#939fad",
634
+ "600": "#7e8894",
635
+ "700": "#6a717c",
636
+ "800": "#585e67",
637
+ "900": "#484d55",
638
+ "1000": "#393d43"
639
+ },
640
+ "gray": {
641
+ "100": "#f7f7f7",
642
+ "200": "#dddddd",
643
+ "300": "#c5c5c5",
644
+ "400": "#adadad",
645
+ "500": "#959595",
646
+ "600": "#7e7e7e",
647
+ "700": "#676767",
648
+ "800": "#525252",
649
+ "900": "#3d3d3d",
650
+ "1000": "#2a2a2a"
651
+ },
652
+ "red": {
653
+ "100": "#fef7f5",
654
+ "200": "#fae2da",
655
+ "300": "#f5c7b8",
656
+ "400": "#f0a68d",
657
+ "500": "#e9815e",
658
+ "600": "#e35c2f",
659
+ "700": "#d03a08",
660
+ "800": "#ae3007",
661
+ "900": "#902806",
662
+ "1000": "#732005"
663
+ },
664
+ "yellow": {
665
+ "100": "#fff9df",
666
+ "200": "#ffe87e",
667
+ "300": "#f9ce06",
668
+ "400": "#d6b622",
669
+ "500": "#b49d35",
670
+ "600": "#96873e",
671
+ "700": "#7c7140",
672
+ "800": "#665e3d",
673
+ "900": "#524e38",
674
+ "1000": "#403d30"
675
+ },
676
+ "lime": {
677
+ "100": "#f5fbeb",
678
+ "200": "#d8efb4",
679
+ "300": "#badd81",
680
+ "400": "#a2c270",
681
+ "500": "#8ca761",
682
+ "600": "#778f53",
683
+ "700": "#647845",
684
+ "800": "#53643a",
685
+ "900": "#44522f",
686
+ "1000": "#364126"
687
+ },
688
+ "green": {
689
+ "100": "#f3faf7",
690
+ "200": "#d4ece4",
691
+ "300": "#addbca",
692
+ "400": "#7ec6ac",
693
+ "500": "#51ae8c",
694
+ "600": "#459578",
695
+ "700": "#3a7d64",
696
+ "800": "#306854",
697
+ "900": "#285545",
698
+ "1000": "#1f4436"
699
+ },
700
+ "turquoise": {
701
+ "100": "#f7fafa",
702
+ "200": "#dfe9ea",
703
+ "300": "#c2d5d6",
704
+ "400": "#9fbdbe",
705
+ "500": "#7ba5a6",
706
+ "600": "#5c8f91",
707
+ "700": "#3d7a7d",
708
+ "800": "#21686a",
709
+ "900": "#085659",
710
+ "1000": "#004447"
711
+ },
712
+ "cyan": {
713
+ "100": "#ebfafd",
714
+ "200": "#a8e9f7",
715
+ "300": "#6ad5ef",
716
+ "400": "#56bbde",
717
+ "500": "#4aa2c7",
718
+ "600": "#3e89aa",
719
+ "700": "#32718e",
720
+ "800": "#275b72",
721
+ "900": "#1d4658",
722
+ "1000": "#12303d"
723
+ },
724
+ "blue": {
725
+ "100": "#f0f7fd",
726
+ "200": "#c9e0f7",
727
+ "300": "#a0c9f1",
728
+ "400": "#79b2ec",
729
+ "500": "#5398e6",
730
+ "600": "#3b7fd2",
731
+ "700": "#2c67b5",
732
+ "800": "#225296",
733
+ "900": "#193d73",
734
+ "1000": "#102a51"
735
+ },
736
+ "navy": {
737
+ "100": "#f2d7fb",
738
+ "200": "#cfe0ef",
739
+ "300": "#acc9e2",
740
+ "400": "#89b2d4",
741
+ "500": "#6899c6",
742
+ "600": "#4a82b7",
743
+ "700": "#326aa5",
744
+ "800": "#265688",
745
+ "900": "#194069",
746
+ "1000": "#0e2b4f"
747
+ },
748
+ "purple": {
749
+ "100": "#fbf8fe",
750
+ "200": "#ede3fd",
751
+ "300": "#ddc9fb",
752
+ "400": "#c9a9f8",
753
+ "500": "#b588f5",
754
+ "600": "#a268f3",
755
+ "700": "#8d47f0",
756
+ "800": "#7633d7",
757
+ "900": "#622ab2",
758
+ "1000": "#4e228d"
759
+ },
760
+ "pink": {
761
+ "100": "#fff7f8",
762
+ "200": "#fde0e6",
763
+ "300": "#fcc2ce",
764
+ "400": "#fa9db0",
765
+ "500": "#f7738e",
766
+ "600": "#e45472",
767
+ "700": "#bf475f",
768
+ "800": "#a03b50",
769
+ "900": "#833142",
770
+ "1000": "#692734"
771
+ },
772
+ "midnight": {
773
+ "100": "#c1daf0",
774
+ "200": "#569ed7",
775
+ "300": "#156fad",
776
+ "400": "#01426a",
777
+ "500": "#00274a"
778
+ },
779
+ "atlas": {
780
+ "100": "#cde6ff",
781
+ "200": "#6bb7fb",
782
+ "300": "#2492eb",
783
+ "400": "#0074c8",
784
+ "500": "#054687",
785
+ "400-opacity-20": "rgba(0, 116, 200, 0.2)"
786
+ },
787
+ "breeze": {
788
+ "100": "#c0f7ff",
789
+ "200": "#5de3f7",
790
+ "300": "#00cff0",
791
+ "400": "#099dc5",
792
+ "500": "#0b5575",
793
+ "300-opacity-30": "rgba(0, 207, 240, 0.3)"
794
+ },
795
+ "tropical": {
796
+ "100": "#e2ffcd",
797
+ "200": "#d0fba6",
798
+ "300": "#c0e585",
799
+ "400": "#91be62",
800
+ "500": "#5e8741"
801
+ },
802
+ "alpine": {
803
+ "100": "#bcaae6",
804
+ "200": "#9e73ea",
805
+ "300": "#8439ef",
806
+ "400": "#631db8",
807
+ "500": "#39115c"
808
+ },
809
+ "flamingo": {
810
+ "100": "#ffebee",
811
+ "200": "#ffc0ca",
812
+ "300": "#ff94a7",
813
+ "400": "#f65b7b",
814
+ "500": "#b82b47"
815
+ },
816
+ "canyon": {
817
+ "100": "#ffcab6",
818
+ "200": "#f99574",
819
+ "300": "#f26135",
820
+ "400": "#de3e09",
821
+ "500": "#b83302"
822
+ },
823
+ "goldcoast": {
824
+ "100": "#fff0cd",
825
+ "200": "#ffdb67",
826
+ "300": "#ffd200",
827
+ "400": "#e5ad07",
828
+ "500": "#b88624"
829
+ },
830
+ "goldgray": {
831
+ "100": "#c5c1bf",
832
+ "200": "#726e6c"
833
+ },
834
+ "gold": {
835
+ "100": "#ccbc94",
836
+ "200": "#7f682e"
837
+ },
838
+ "emerald": "#139142",
839
+ "sapphire": "#015daa",
840
+ "ruby": "#a41d4a"
841
+ },
842
+ "container": {
843
+ "accent": {
844
+ "default": "#f5fbeb",
845
+ "inverse": "#badd81"
846
+ },
847
+ "emphasis": {
848
+ "default": "#ebfafd",
849
+ "inverse": "#6ad5ef"
850
+ },
851
+ "error": {
852
+ "default": "#fff4f4",
853
+ "inverse": "#74110e"
854
+ },
855
+ "info": {
856
+ "default": "#f0f7fd",
857
+ "inverse": "#193d73"
858
+ },
859
+ "primary": {
860
+ "default": "#ffffff",
861
+ "inverse": "#0e2b4f"
862
+ },
863
+ "secondary": {
864
+ "default": "#f7f7f7",
865
+ "inverse": "#194069"
866
+ },
867
+ "subtle": {
868
+ "default": "#f7f8fa",
869
+ "inverse": "#393d43"
870
+ },
871
+ "success": {
872
+ "default": "#eef8f5",
873
+ "inverse": "#173c30"
874
+ },
875
+ "tertiary": {
876
+ "default": "rgba(0, 0, 0, 0.03)",
877
+ "inverse": "rgba(255, 255, 255, 0.06)"
878
+ },
879
+ "warning": {
880
+ "default": "#fef8e9",
881
+ "inverse": "#5d4514"
882
+ },
883
+ "ui": {
884
+ "primary": {
885
+ "active": {
886
+ "default": "#225296",
887
+ "inverse": "#6ad5ef"
888
+ },
889
+ "default": {
890
+ "default": "#2c67b5",
891
+ "inverse": "#56bbde"
892
+ },
893
+ "disabled": {
894
+ "default": "#a0c9f1",
895
+ "inverse": "#275b72"
896
+ },
897
+ "focus": {
898
+ "default": "#2c67b5",
899
+ "inverse": "#56bbde"
900
+ },
901
+ "hover": {
902
+ "default": "#193d73",
903
+ "inverse": "#a8e9f7"
904
+ }
905
+ },
906
+ "secondary": {
907
+ "active": {
908
+ "default": "#f0f7fd",
909
+ "inverse": "rgba(255, 255, 255, 0.06)"
910
+ },
911
+ "default": {
912
+ "default": "#ffffff",
913
+ "inverse": "rgba(255, 255, 255, 0.03)"
914
+ },
915
+ "disabled": {
916
+ "default": "#f7f7f7",
917
+ "inverse": "rgba(255, 255, 255, 0.12)"
918
+ },
919
+ "focus": {
920
+ "default": "#ffffff",
921
+ "inverse": "rgba(255, 255, 255, 0.03)"
922
+ },
923
+ "hover": {
924
+ "default": "rgba(0, 0, 0, 0.03)",
925
+ "inverse": "rgba(255, 255, 255, 0.12)"
926
+ }
927
+ },
928
+ "tertiary": {
929
+ "active": {
930
+ "default": "rgba(0, 0, 0, 0.06)",
931
+ "inverse": "rgba(255, 255, 255, 0.06)"
932
+ },
933
+ "default": {
934
+ "default": "rgba(0, 0, 0, 0.03)",
935
+ "inverse": "rgba(255, 255, 255, 0.12)"
936
+ },
937
+ "disabled": {
938
+ "default": "rgba(0, 0, 0, 0.03)",
939
+ "inverse": "rgba(255, 255, 255, 0.03)"
940
+ },
941
+ "focus": {
942
+ "default": "rgba(0, 0, 0, 0.03)",
943
+ "inverse": "rgba(255, 255, 255, 0.12)"
944
+ },
945
+ "hover": {
946
+ "default": "rgba(0, 0, 0, 0.12)",
947
+ "inverse": "rgba(255, 255, 255, 0.03)"
948
+ }
949
+ }
950
+ }
951
+ },
952
+ "icon": {
953
+ "primary": {
954
+ "default": "#676767",
955
+ "inverse": "#f7f7f7"
956
+ },
957
+ "secondary": {
958
+ "default": "#7e8894",
959
+ "inverse": "#ccd2db"
960
+ },
961
+ "tertiary": {
962
+ "default": "#afb9c6",
963
+ "inverse": "#939fad"
964
+ },
965
+ "emphasis": {
966
+ "default": "#2a2a2a",
967
+ "inverse": "#ffffff"
968
+ },
969
+ "accent": {
970
+ "default": "#a2c270",
971
+ "inverse": "#badd81"
972
+ },
973
+ "info": {
974
+ "default": "#326aa5",
975
+ "inverse": "#89b2d4"
976
+ },
977
+ "error": {
978
+ "default": "#cc1816",
979
+ "inverse": "#f9aca6"
980
+ },
981
+ "warning": {
982
+ "default": "#fef8e9",
983
+ "inverse": "#f2c153"
984
+ },
985
+ "success": {
986
+ "default": "#eef8f5",
987
+ "inverse": "#8eceb9"
988
+ },
989
+ "subtle": {
990
+ "default": "#a0c9f1",
991
+ "inverse": "#326aa5"
992
+ },
993
+ "ui": {
994
+ "default": {
995
+ "default": "#2c67b5",
996
+ "inverse": "#56bbde"
997
+ },
998
+ "hover": {
999
+ "default": "#193d73",
1000
+ "inverse": "#a8e9f7"
1001
+ },
1002
+ "active": {
1003
+ "default": "#225296",
1004
+ "inverse": "#6ad5ef"
1005
+ },
1006
+ "disabled": {
1007
+ "default": "#adadad",
1008
+ "inverse": "#7e7e7e"
1009
+ },
1010
+ "focus": {
1011
+ "default": "#2c67b5",
1012
+ "inverse": "#56bbde"
1013
+ }
1014
+ },
1015
+ "brand": {
1016
+ "red": {
1017
+ "default": "#d03a08",
1018
+ "inverse": "#e9815e"
1019
+ },
1020
+ "yellow": {
1021
+ "default": "#7c7140",
1022
+ "inverse": "#f9ce06"
1023
+ },
1024
+ "pink": {
1025
+ "default": "#bf475f",
1026
+ "inverse": "#f7738e"
1027
+ },
1028
+ "purple": {
1029
+ "default": "#8d47f0",
1030
+ "inverse": "#b588f5"
1031
+ },
1032
+ "lime": {
1033
+ "default": "#647845",
1034
+ "inverse": "#badd81"
1035
+ },
1036
+ "green": {
1037
+ "default": "#3a7d64",
1038
+ "inverse": "#51ae8c"
1039
+ },
1040
+ "turquoise": {
1041
+ "default": "#3d7a7d",
1042
+ "inverse": "#7ba5a6"
1043
+ },
1044
+ "navy": {
1045
+ "default": "#265688",
1046
+ "inverse": "#6899c6"
1047
+ },
1048
+ "blue": {
1049
+ "default": "#2c67b5",
1050
+ "inverse": "#5398e6"
1051
+ },
1052
+ "cyan": {
1053
+ "default": "#32718e",
1054
+ "inverse": "#6ad5ef"
1055
+ },
1056
+ "gray": {
1057
+ "default": "#676767",
1058
+ "inverse": "#c5c5c5"
1059
+ },
1060
+ "neutral": {
1061
+ "default": "#6a717c",
1062
+ "inverse": "#afb9c6"
1063
+ }
1064
+ },
1065
+ "disabled": {
1066
+ "default": "rgba(0, 0, 0, 0.15)"
1067
+ }
1068
+ },
1069
+ "text": {
1070
+ "primary": {
1071
+ "default": "#2a2a2a",
1072
+ "inverse": "#ffffff"
1073
+ },
1074
+ "secondary": {
1075
+ "default": "#525252",
1076
+ "inverse": "#dddddd"
1077
+ },
1078
+ "tertiary": {
1079
+ "default": "#6a717c",
1080
+ "inverse": "#525252"
1081
+ },
1082
+ "error": {
1083
+ "default": "#cc1816",
1084
+ "inverse": "#f9aca6"
1085
+ },
1086
+ "disabled": {
1087
+ "default": "#dddddd"
1088
+ },
1089
+ "emphasis": {
1090
+ "default": "#265688",
1091
+ "inverse": "#cfe0ef"
1092
+ },
1093
+ "accent": {
1094
+ "default": "#647845",
1095
+ "inverse": "#badd81"
1096
+ },
1097
+ "info": {
1098
+ "default": "#326aa5",
1099
+ "inverse": "#acc9e2"
1100
+ },
1101
+ "subtle": {
1102
+ "default": "#32718e",
1103
+ "inverse": "#56bbde"
1104
+ },
1105
+ "success": {
1106
+ "default": "#0b6f4d",
1107
+ "inverse": "#0b6f4d"
1108
+ },
1109
+ "ui": {
1110
+ "active": {
1111
+ "default": "#225296",
1112
+ "inverse": "#6ad5ef"
1113
+ },
1114
+ "default": {
1115
+ "default": "#2c67b5",
1116
+ "inverse": "#56bbde"
1117
+ },
1118
+ "disabled": {
1119
+ "default": "#adadad",
1120
+ "inverse": "#7e7e7e"
1121
+ },
1122
+ "focus": {
1123
+ "default": "#2c67b5",
1124
+ "inverse": "#56bbde"
1125
+ },
1126
+ "hover": {
1127
+ "default": "#193d73",
1128
+ "inverse": "#a8e9f7"
1129
+ }
1130
+ },
1131
+ "link": {
1132
+ "default": "#0074c8",
1133
+ "inverse": "#00cff0"
1134
+ }
1135
+ },
1136
+ "tier": {
1137
+ "alaska": {
1138
+ "mvp": {
1139
+ "default": "#726e6c",
1140
+ "inverse": "#c5c1bf"
1141
+ },
1142
+ "mvpgold": {
1143
+ "default": "#7f682e",
1144
+ "inverse": "#c5c1bf"
1145
+ },
1146
+ "mvpgold75k": {
1147
+ "default": "#7f682e",
1148
+ "inverse": "#c5c1bf"
1149
+ },
1150
+ "mvpgold100k": {
1151
+ "default": "#7f682e",
1152
+ "inverse": "#c5c1bf"
1153
+ }
1154
+ },
1155
+ "fare": {
1156
+ "business": {
1157
+ "default": "#005154",
1158
+ "inverse": "#9fbdbe"
1159
+ },
1160
+ "economy": {
1161
+ "default": "#2c67b5",
1162
+ "inverse": "#a0c9f1"
1163
+ },
1164
+ "first-class": {
1165
+ "default": "#002c4e",
1166
+ "inverse": "#f7f7f7"
1167
+ },
1168
+ "saver": {
1169
+ "default": "#4aa2c7",
1170
+ "inverse": "#a8e9f7"
1171
+ }
1172
+ },
1173
+ "oneworld": {
1174
+ "emerald": "#139142",
1175
+ "sapphire": "#a41d4a",
1176
+ "ruby": "#015daa"
1177
+ }
1178
+ },
1179
+ "ui": {
1180
+ "default": {
1181
+ "default": "#0074c8",
1182
+ "inverse": "#00cff0"
1183
+ },
1184
+ "hover": {
1185
+ "default": "#054687",
1186
+ "inverse": "#5de3f7"
1187
+ },
1188
+ "active": {
1189
+ "default": "#054687",
1190
+ "inverse": "#5de3f7"
1191
+ },
1192
+ "disabled": {
1193
+ "default": "rgba(0, 116, 200, 0.2)"
1194
+ },
1195
+ "bkg": {
1196
+ "default": {
1197
+ "default": "rgba(0, 0, 0, 0.03)",
1198
+ "inverse": "rgba(255, 255, 255, 0.03)"
1199
+ },
1200
+ "hover": {
1201
+ "default": "rgba(0, 0, 0, 0.06)",
1202
+ "inverse": "rgba(255, 255, 255, 0.06)"
1203
+ }
1204
+ }
1205
+ }
1206
+ }
1207
+ }