@aurodesignsystem/design-tokens 5.10.0 → 5.12.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 (57) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/CSSCustomProperties--bundled.css +394 -388
  3. package/dist/alaska/CSSCustomProperties--alaska.css +132 -130
  4. package/dist/alaska/JSONVariablesNested--alaska.json +139 -133
  5. package/dist/alaska/JSObject--allTokens.js +346 -284
  6. package/dist/alaska/SCSSVariables--alaska.scss +132 -130
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +132 -130
  8. package/dist/alaska/primitives--alaska.scss +10 -10
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +132 -130
  10. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +139 -133
  11. package/dist/alaska-classic/JSObject--allTokens.js +346 -284
  12. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +132 -130
  13. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +132 -130
  14. package/dist/alaska-classic/primitives--alaskaClassic.scss +10 -10
  15. package/dist/auro-classic/CSSCustomProperties.css +2 -2
  16. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  17. package/dist/auro-classic/JSData--color.js +1 -1
  18. package/dist/auro-classic/JSONVariablesFlat.json +1 -1
  19. package/dist/auro-classic/JSONVariablesNested.json +1 -1
  20. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  21. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  22. package/dist/auro-classic/JSVariables--color.js +1 -1
  23. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  24. package/dist/auro-classic/SCSSVariables.scss +2 -2
  25. package/dist/auro-classic/SCSSVariablesMapFlat.scss +2 -2
  26. package/dist/auro-classic/SassCustomProperties.scss +2 -2
  27. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  28. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +132 -130
  29. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +139 -133
  30. package/dist/hawaiian/JSObject--allTokens.js +346 -284
  31. package/dist/hawaiian/SCSSVariables--hawaiian.scss +132 -130
  32. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +132 -130
  33. package/dist/hawaiian/primitives--hawaiian.scss +10 -10
  34. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  35. package/package.json +1 -1
  36. package/src/primitives/base/font.json +14 -14
  37. package/src/themes/alaska/advanced/color/flightline.json +22 -0
  38. package/src/themes/alaska/basic/color/fare-brand.json +0 -39
  39. package/src/themes/alaska/basic/color/tier-program.json +47 -0
  40. package/src/themes/alaska/basic/font/accent.json +21 -21
  41. package/src/themes/alaska/basic/font/body.json +5 -5
  42. package/src/themes/alaska/basic/font/display.json +18 -18
  43. package/src/themes/alaska/basic/font/heading.json +18 -18
  44. package/src/themes/alaska-classic/advanced/color/flightline.json +22 -0
  45. package/src/themes/alaska-classic/basic/color/fare-brand.json +0 -39
  46. package/src/themes/alaska-classic/basic/color/tier-program.json +47 -0
  47. package/src/themes/alaska-classic/basic/font/accent.json +21 -21
  48. package/src/themes/alaska-classic/basic/font/body.json +5 -5
  49. package/src/themes/alaska-classic/basic/font/display.json +18 -18
  50. package/src/themes/alaska-classic/basic/font/heading.json +18 -18
  51. package/src/themes/hawaiian/advanced/color/flightline.json +22 -0
  52. package/src/themes/hawaiian/basic/color/fare-brand.json +0 -39
  53. package/src/themes/hawaiian/basic/color/tier-program.json +47 -0
  54. package/src/themes/hawaiian/basic/font/accent.json +21 -21
  55. package/src/themes/hawaiian/basic/font/body.json +5 -5
  56. package/src/themes/hawaiian/basic/font/display.json +18 -18
  57. package/src/themes/hawaiian/basic/font/heading.json +18 -18
@@ -30,45 +30,6 @@
30
30
  "usage": "First class fare brand color",
31
31
  "value": "{color.midnight.1000.value}"
32
32
  },
33
- "loungetier": {
34
- "lounge": {
35
- "deprecated": false,
36
- "public": true,
37
- "type": "semantic",
38
- "usage": "Lounge brand color",
39
- "value": "{color.loungetier.lounge.value}"
40
- },
41
- "loungeplus": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "usage": "Lounge Plus brand color",
46
- "value": "{color.loungetier.loungeplus.value}"
47
- }
48
- },
49
- "oneworld": {
50
- "emerald": {
51
- "deprecated": false,
52
- "public": true,
53
- "type": "semantic",
54
- "usage": "OneWorld Emerald brand color",
55
- "value": "{color.oneworld.emerald.value}"
56
- },
57
- "ruby": {
58
- "deprecated": false,
59
- "public": true,
60
- "type": "semantic",
61
- "usage": "OneWorld Ruby brand color",
62
- "value": "{color.oneworld.ruby.value}"
63
- },
64
- "sapphire": {
65
- "deprecated": false,
66
- "public": true,
67
- "type": "semantic",
68
- "usage": "OneWorld Sapphire brand color",
69
- "value": "{color.oneworld.sapphire.value}"
70
- }
71
- },
72
33
  "premiumeconomy": {
73
34
  "deprecated": false,
74
35
  "public": true,
@@ -0,0 +1,47 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "tierProgram": {
5
+ "loungetier": {
6
+ "lounge": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Lounge brand color",
11
+ "value": "{color.loungetier.lounge.value}"
12
+ },
13
+ "loungeplus": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Lounge Plus brand color",
18
+ "value": "{color.loungetier.loungeplus.value}"
19
+ }
20
+ },
21
+ "oneworld": {
22
+ "emerald": {
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "OneWorld Emerald brand color",
27
+ "value": "{color.oneworld.emerald.value}"
28
+ },
29
+ "ruby": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "usage": "OneWorld Ruby brand color",
34
+ "value": "{color.oneworld.ruby.value}"
35
+ },
36
+ "sapphire": {
37
+ "deprecated": false,
38
+ "public": true,
39
+ "type": "semantic",
40
+ "usage": "OneWorld Sapphire brand color",
41
+ "value": "{color.oneworld.sapphire.value}"
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
@@ -24,7 +24,7 @@
24
24
  "public": true,
25
25
  "type": "semantic",
26
26
  "usage": "",
27
- "value": "{font.weight.450.value}"
27
+ "value": "{font.weight.book.value}"
28
28
  },
29
29
  "letterSpacing": {
30
30
  "deprecated": false,
@@ -61,7 +61,7 @@
61
61
  "public": true,
62
62
  "type": "semantic",
63
63
  "usage": "",
64
- "value": "{font.weight.450.value}"
64
+ "value": "{font.weight.book.value}"
65
65
  },
66
66
  "letterSpacing": {
67
67
  "deprecated": false,
@@ -98,7 +98,7 @@
98
98
  "public": true,
99
99
  "type": "semantic",
100
100
  "usage": "",
101
- "value": "{font.weight.450.value}"
101
+ "value": "{font.weight.book.value}"
102
102
  },
103
103
  "letterSpacing": {
104
104
  "deprecated": false,
@@ -139,7 +139,7 @@
139
139
  "public": true,
140
140
  "type": "semantic",
141
141
  "usage": "",
142
- "value": "{font.weight.450.value}"
142
+ "value": "{font.weight.book.value}"
143
143
  },
144
144
  "letterSpacing": {
145
145
  "deprecated": false,
@@ -176,7 +176,7 @@
176
176
  "public": true,
177
177
  "type": "semantic",
178
178
  "usage": "",
179
- "value": "{font.weight.450.value}"
179
+ "value": "{font.weight.book.value}"
180
180
  },
181
181
  "letterSpacing": {
182
182
  "deprecated": false,
@@ -213,7 +213,7 @@
213
213
  "public": true,
214
214
  "type": "semantic",
215
215
  "usage": "",
216
- "value": "{font.weight.450.value}"
216
+ "value": "{font.weight.book.value}"
217
217
  },
218
218
  "letterSpacing": {
219
219
  "deprecated": false,
@@ -254,7 +254,7 @@
254
254
  "public": true,
255
255
  "type": "semantic",
256
256
  "usage": "",
257
- "value": "{font.weight.450.value}"
257
+ "value": "{font.weight.book.value}"
258
258
  },
259
259
  "letterSpacing": {
260
260
  "deprecated": false,
@@ -291,7 +291,7 @@
291
291
  "public": true,
292
292
  "type": "semantic",
293
293
  "usage": "",
294
- "value": "{font.weight.450.value}"
294
+ "value": "{font.weight.book.value}"
295
295
  },
296
296
  "letterSpacing": {
297
297
  "deprecated": false,
@@ -328,7 +328,7 @@
328
328
  "public": true,
329
329
  "type": "semantic",
330
330
  "usage": "",
331
- "value": "{font.weight.450.value}"
331
+ "value": "{font.weight.book.value}"
332
332
  },
333
333
  "letterSpacing": {
334
334
  "deprecated": false,
@@ -369,7 +369,7 @@
369
369
  "public": true,
370
370
  "type": "semantic",
371
371
  "usage": "",
372
- "value": "{font.weight.525.value}"
372
+ "value": "{font.weight.condMedium.value}"
373
373
  },
374
374
  "letterSpacing": {
375
375
  "deprecated": false,
@@ -406,7 +406,7 @@
406
406
  "public": true,
407
407
  "type": "semantic",
408
408
  "usage": "",
409
- "value": "{font.weight.525.value}"
409
+ "value": "{font.weight.condMedium.value}"
410
410
  },
411
411
  "letterSpacing": {
412
412
  "deprecated": false,
@@ -443,7 +443,7 @@
443
443
  "public": true,
444
444
  "type": "semantic",
445
445
  "usage": "",
446
- "value": "{font.weight.525.value}"
446
+ "value": "{font.weight.condMedium.value}"
447
447
  },
448
448
  "letterSpacing": {
449
449
  "deprecated": false,
@@ -484,7 +484,7 @@
484
484
  "public": true,
485
485
  "type": "semantic",
486
486
  "usage": "",
487
- "value": "{font.weight.525.value}"
487
+ "value": "{font.weight.condMedium.value}"
488
488
  },
489
489
  "letterSpacing": {
490
490
  "deprecated": false,
@@ -521,7 +521,7 @@
521
521
  "public": true,
522
522
  "type": "semantic",
523
523
  "usage": "",
524
- "value": "{font.weight.525.value}"
524
+ "value": "{font.weight.condMedium.value}"
525
525
  },
526
526
  "letterSpacing": {
527
527
  "deprecated": false,
@@ -558,7 +558,7 @@
558
558
  "public": true,
559
559
  "type": "semantic",
560
560
  "usage": "",
561
- "value": "{font.weight.525.value}"
561
+ "value": "{font.weight.condMedium.value}"
562
562
  },
563
563
  "letterSpacing": {
564
564
  "deprecated": false,
@@ -599,7 +599,7 @@
599
599
  "public": true,
600
600
  "type": "semantic",
601
601
  "usage": "",
602
- "value": "{font.weight.525.value}"
602
+ "value": "{font.weight.condMedium.value}"
603
603
  },
604
604
  "letterSpacing": {
605
605
  "deprecated": false,
@@ -636,7 +636,7 @@
636
636
  "public": true,
637
637
  "type": "semantic",
638
638
  "usage": "",
639
- "value": "{font.weight.525.value}"
639
+ "value": "{font.weight.condMedium.value}"
640
640
  },
641
641
  "letterSpacing": {
642
642
  "deprecated": false,
@@ -673,7 +673,7 @@
673
673
  "public": true,
674
674
  "type": "semantic",
675
675
  "usage": "",
676
- "value": "{font.weight.525.value}"
676
+ "value": "{font.weight.condMedium.value}"
677
677
  },
678
678
  "letterSpacing": {
679
679
  "deprecated": false,
@@ -714,7 +714,7 @@
714
714
  "public": true,
715
715
  "type": "semantic",
716
716
  "usage": "",
717
- "value": "{font.weight.450.value}"
717
+ "value": "{font.weight.book.value}"
718
718
  },
719
719
  "letterSpacing": {
720
720
  "deprecated": false,
@@ -751,7 +751,7 @@
751
751
  "public": true,
752
752
  "type": "semantic",
753
753
  "usage": "",
754
- "value": "{font.weight.450.value}"
754
+ "value": "{font.weight.book.value}"
755
755
  },
756
756
  "letterSpacing": {
757
757
  "deprecated": false,
@@ -788,7 +788,7 @@
788
788
  "public": true,
789
789
  "type": "semantic",
790
790
  "usage": "",
791
- "value": "{font.weight.450.value}"
791
+ "value": "{font.weight.book.value}"
792
792
  },
793
793
  "letterSpacing": {
794
794
  "deprecated": false,
@@ -22,7 +22,7 @@
22
22
  "public": true,
23
23
  "type": "semantic",
24
24
  "usage": "",
25
- "value": "{font.weight.450.value}"
25
+ "value": "{font.weight.book.value}"
26
26
  },
27
27
  "letterSpacing": {
28
28
  "deprecated": false,
@@ -59,7 +59,7 @@
59
59
  "public": true,
60
60
  "type": "semantic",
61
61
  "usage": "",
62
- "value": "{font.weight.450.value}"
62
+ "value": "{font.weight.book.value}"
63
63
  },
64
64
  "letterSpacing": {
65
65
  "deprecated": false,
@@ -96,7 +96,7 @@
96
96
  "public": true,
97
97
  "type": "semantic",
98
98
  "usage": "",
99
- "value": "{font.weight.450.value}"
99
+ "value": "{font.weight.book.value}"
100
100
  },
101
101
  "letterSpacing": {
102
102
  "deprecated": false,
@@ -133,7 +133,7 @@
133
133
  "public": true,
134
134
  "type": "semantic",
135
135
  "usage": "",
136
- "value": "{font.weight.450.value}"
136
+ "value": "{font.weight.book.value}"
137
137
  },
138
138
  "letterSpacing": {
139
139
  "deprecated": false,
@@ -170,7 +170,7 @@
170
170
  "public": true,
171
171
  "type": "semantic",
172
172
  "usage": "",
173
- "value": "{font.weight.450.value}"
173
+ "value": "{font.weight.book.value}"
174
174
  },
175
175
  "letterSpacing": {
176
176
  "deprecated": false,
@@ -24,7 +24,7 @@
24
24
  "public": true,
25
25
  "type": "semantic",
26
26
  "usage": "",
27
- "value": "{font.weight.300.value}"
27
+ "value": "{font.weight.light.value}"
28
28
  },
29
29
  "letterSpacing": {
30
30
  "deprecated": false,
@@ -61,7 +61,7 @@
61
61
  "public": true,
62
62
  "type": "semantic",
63
63
  "usage": "",
64
- "value": "{font.weight.300.value}"
64
+ "value": "{font.weight.light.value}"
65
65
  },
66
66
  "letterSpacing": {
67
67
  "deprecated": false,
@@ -98,7 +98,7 @@
98
98
  "public": true,
99
99
  "type": "semantic",
100
100
  "usage": "",
101
- "value": "{font.weight.300.value}"
101
+ "value": "{font.weight.light.value}"
102
102
  },
103
103
  "letterSpacing": {
104
104
  "deprecated": false,
@@ -139,7 +139,7 @@
139
139
  "public": true,
140
140
  "type": "semantic",
141
141
  "usage": "",
142
- "value": "{font.weight.300.value}"
142
+ "value": "{font.weight.light.value}"
143
143
  },
144
144
  "letterSpacing": {
145
145
  "deprecated": false,
@@ -176,7 +176,7 @@
176
176
  "public": true,
177
177
  "type": "semantic",
178
178
  "usage": "",
179
- "value": "{font.weight.300.value}"
179
+ "value": "{font.weight.light.value}"
180
180
  },
181
181
  "letterSpacing": {
182
182
  "deprecated": false,
@@ -213,7 +213,7 @@
213
213
  "public": true,
214
214
  "type": "semantic",
215
215
  "usage": "",
216
- "value": "{font.weight.300.value}"
216
+ "value": "{font.weight.light.value}"
217
217
  },
218
218
  "letterSpacing": {
219
219
  "deprecated": false,
@@ -254,7 +254,7 @@
254
254
  "public": true,
255
255
  "type": "semantic",
256
256
  "usage": "",
257
- "value": "{font.weight.300.value}"
257
+ "value": "{font.weight.light.value}"
258
258
  },
259
259
  "letterSpacing": {
260
260
  "deprecated": false,
@@ -291,7 +291,7 @@
291
291
  "public": true,
292
292
  "type": "semantic",
293
293
  "usage": "",
294
- "value": "{font.weight.300.value}"
294
+ "value": "{font.weight.light.value}"
295
295
  },
296
296
  "letterSpacing": {
297
297
  "deprecated": false,
@@ -328,7 +328,7 @@
328
328
  "public": true,
329
329
  "type": "semantic",
330
330
  "usage": "",
331
- "value": "{font.weight.300.value}"
331
+ "value": "{font.weight.light.value}"
332
332
  },
333
333
  "letterSpacing": {
334
334
  "deprecated": false,
@@ -369,7 +369,7 @@
369
369
  "public": true,
370
370
  "type": "semantic",
371
371
  "usage": "",
372
- "value": "{font.weight.300.value}"
372
+ "value": "{font.weight.light.value}"
373
373
  },
374
374
  "letterSpacing": {
375
375
  "deprecated": false,
@@ -406,7 +406,7 @@
406
406
  "public": true,
407
407
  "type": "semantic",
408
408
  "usage": "",
409
- "value": "{font.weight.300.value}"
409
+ "value": "{font.weight.light.value}"
410
410
  },
411
411
  "letterSpacing": {
412
412
  "deprecated": false,
@@ -443,7 +443,7 @@
443
443
  "public": true,
444
444
  "type": "semantic",
445
445
  "usage": "",
446
- "value": "{font.weight.300.value}"
446
+ "value": "{font.weight.light.value}"
447
447
  },
448
448
  "letterSpacing": {
449
449
  "deprecated": false,
@@ -484,7 +484,7 @@
484
484
  "public": true,
485
485
  "type": "semantic",
486
486
  "usage": "",
487
- "value": "{font.weight.300.value}"
487
+ "value": "{font.weight.light.value}"
488
488
  },
489
489
  "letterSpacing": {
490
490
  "deprecated": false,
@@ -521,7 +521,7 @@
521
521
  "public": true,
522
522
  "type": "semantic",
523
523
  "usage": "",
524
- "value": "{font.weight.300.value}"
524
+ "value": "{font.weight.light.value}"
525
525
  },
526
526
  "letterSpacing": {
527
527
  "deprecated": false,
@@ -558,7 +558,7 @@
558
558
  "public": true,
559
559
  "type": "semantic",
560
560
  "usage": "",
561
- "value": "{font.weight.300.value}"
561
+ "value": "{font.weight.light.value}"
562
562
  },
563
563
  "letterSpacing": {
564
564
  "deprecated": false,
@@ -599,7 +599,7 @@
599
599
  "public": true,
600
600
  "type": "semantic",
601
601
  "usage": "",
602
- "value": "{font.weight.300.value}"
602
+ "value": "{font.weight.light.value}"
603
603
  },
604
604
  "letterSpacing": {
605
605
  "deprecated": false,
@@ -636,7 +636,7 @@
636
636
  "public": true,
637
637
  "type": "semantic",
638
638
  "usage": "",
639
- "value": "{font.weight.300.value}"
639
+ "value": "{font.weight.light.value}"
640
640
  },
641
641
  "letterSpacing": {
642
642
  "deprecated": false,
@@ -673,7 +673,7 @@
673
673
  "public": true,
674
674
  "type": "semantic",
675
675
  "usage": "",
676
- "value": "{font.weight.300.value}"
676
+ "value": "{font.weight.light.value}"
677
677
  },
678
678
  "letterSpacing": {
679
679
  "deprecated": false,
@@ -24,7 +24,7 @@
24
24
  "public": true,
25
25
  "type": "semantic",
26
26
  "usage": "",
27
- "value": "{font.weight.450.value}"
27
+ "value": "{font.weight.book.value}"
28
28
  },
29
29
  "letterSpacing": {
30
30
  "deprecated": false,
@@ -61,7 +61,7 @@
61
61
  "public": true,
62
62
  "type": "semantic",
63
63
  "usage": "",
64
- "value": "{font.weight.450.value}"
64
+ "value": "{font.weight.book.value}"
65
65
  },
66
66
  "letterSpacing": {
67
67
  "deprecated": false,
@@ -98,7 +98,7 @@
98
98
  "public": true,
99
99
  "type": "semantic",
100
100
  "usage": "",
101
- "value": "{font.weight.450.value}"
101
+ "value": "{font.weight.book.value}"
102
102
  },
103
103
  "letterSpacing": {
104
104
  "deprecated": false,
@@ -139,7 +139,7 @@
139
139
  "public": true,
140
140
  "type": "semantic",
141
141
  "usage": "",
142
- "value": "{font.weight.450.value}"
142
+ "value": "{font.weight.book.value}"
143
143
  },
144
144
  "letterSpacing": {
145
145
  "deprecated": false,
@@ -176,7 +176,7 @@
176
176
  "public": true,
177
177
  "type": "semantic",
178
178
  "usage": "",
179
- "value": "{font.weight.450.value}"
179
+ "value": "{font.weight.book.value}"
180
180
  },
181
181
  "letterSpacing": {
182
182
  "deprecated": false,
@@ -213,7 +213,7 @@
213
213
  "public": true,
214
214
  "type": "semantic",
215
215
  "usage": "",
216
- "value": "{font.weight.450.value}"
216
+ "value": "{font.weight.book.value}"
217
217
  },
218
218
  "letterSpacing": {
219
219
  "deprecated": false,
@@ -254,7 +254,7 @@
254
254
  "public": true,
255
255
  "type": "semantic",
256
256
  "usage": "",
257
- "value": "{font.weight.500.value}"
257
+ "value": "{font.weight.medium.value}"
258
258
  },
259
259
  "letterSpacing": {
260
260
  "deprecated": false,
@@ -291,7 +291,7 @@
291
291
  "public": true,
292
292
  "type": "semantic",
293
293
  "usage": "",
294
- "value": "{font.weight.500.value}"
294
+ "value": "{font.weight.medium.value}"
295
295
  },
296
296
  "letterSpacing": {
297
297
  "deprecated": false,
@@ -328,7 +328,7 @@
328
328
  "public": true,
329
329
  "type": "semantic",
330
330
  "usage": "",
331
- "value": "{font.weight.500.value}"
331
+ "value": "{font.weight.medium.value}"
332
332
  },
333
333
  "letterSpacing": {
334
334
  "deprecated": false,
@@ -369,7 +369,7 @@
369
369
  "public": true,
370
370
  "type": "semantic",
371
371
  "usage": "",
372
- "value": "{font.weight.500.value}"
372
+ "value": "{font.weight.medium.value}"
373
373
  },
374
374
  "letterSpacing": {
375
375
  "deprecated": false,
@@ -406,7 +406,7 @@
406
406
  "public": true,
407
407
  "type": "semantic",
408
408
  "usage": "",
409
- "value": "{font.weight.500.value}"
409
+ "value": "{font.weight.medium.value}"
410
410
  },
411
411
  "letterSpacing": {
412
412
  "deprecated": false,
@@ -443,7 +443,7 @@
443
443
  "public": true,
444
444
  "type": "semantic",
445
445
  "usage": "",
446
- "value": "{font.weight.500.value}"
446
+ "value": "{font.weight.medium.value}"
447
447
  },
448
448
  "letterSpacing": {
449
449
  "deprecated": false,
@@ -484,7 +484,7 @@
484
484
  "public": true,
485
485
  "type": "semantic",
486
486
  "usage": "",
487
- "value": "{font.weight.500.value}"
487
+ "value": "{font.weight.medium.value}"
488
488
  },
489
489
  "letterSpacing": {
490
490
  "deprecated": false,
@@ -521,7 +521,7 @@
521
521
  "public": true,
522
522
  "type": "semantic",
523
523
  "usage": "",
524
- "value": "{font.weight.500.value}"
524
+ "value": "{font.weight.medium.value}"
525
525
  },
526
526
  "letterSpacing": {
527
527
  "deprecated": false,
@@ -558,7 +558,7 @@
558
558
  "public": true,
559
559
  "type": "semantic",
560
560
  "usage": "",
561
- "value": "{font.weight.500.value}"
561
+ "value": "{font.weight.medium.value}"
562
562
  },
563
563
  "letterSpacing": {
564
564
  "deprecated": false,
@@ -599,7 +599,7 @@
599
599
  "public": true,
600
600
  "type": "semantic",
601
601
  "usage": "",
602
- "value": "{font.weight.500.value}"
602
+ "value": "{font.weight.medium.value}"
603
603
  },
604
604
  "letterSpacing": {
605
605
  "deprecated": false,
@@ -636,7 +636,7 @@
636
636
  "public": true,
637
637
  "type": "semantic",
638
638
  "usage": "",
639
- "value": "{font.weight.500.value}"
639
+ "value": "{font.weight.medium.value}"
640
640
  },
641
641
  "letterSpacing": {
642
642
  "deprecated": false,
@@ -673,7 +673,7 @@
673
673
  "public": true,
674
674
  "type": "semantic",
675
675
  "usage": "",
676
- "value": "{font.weight.500.value}"
676
+ "value": "{font.weight.medium.value}"
677
677
  },
678
678
  "letterSpacing": {
679
679
  "deprecated": false,
@@ -0,0 +1,22 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "flightline": {
5
+ "indicator": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "Flightline indicator color",
10
+ "value": "{basic.color.brand.primary.value}"
11
+ },
12
+ "line": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "Flightline line color",
17
+ "value": "{basic.color.border.default.value}"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }