@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
@@ -4,260 +4,289 @@
4
4
  "primary": {
5
5
  "default": {
6
6
  "value": "{color.brand.gray.1000.value}",
7
+ "type": "semantic",
7
8
  "public": true,
8
9
  "default": true,
9
10
  "usage": "Primary color for body and header text light mode and light backgrounds",
10
11
  "wcag": "n/a",
11
- "deprecated": false
12
+ "deprecated": true
12
13
  },
13
14
  "inverse": {
14
15
  "value": "{color.base.white.value}",
16
+ "type": "semantic",
15
17
  "public": true,
16
18
  "inverse": true,
17
19
  "usage": "Primary color for body and header text for dark mode and dark backgrounds",
18
20
  "wcag": "AAA",
19
- "deprecated": false
21
+ "deprecated": true
20
22
  }
21
23
  },
22
24
  "secondary": {
23
25
  "default": {
24
26
  "value": "{color.brand.gray.800.value}",
27
+ "type": "semantic",
25
28
  "public": true,
26
29
  "default": true,
27
30
  "usage": "Secondary color for body text on light backgrounds",
28
31
  "wcag": "n/a",
29
- "deprecated": false
32
+ "deprecated": true
30
33
  },
31
34
  "inverse": {
32
35
  "value": "{color.brand.gray.200.value}",
36
+ "type": "semantic",
33
37
  "public": true,
34
38
  "inverse": true,
35
39
  "usage": "Secondary color for body text on dark backgrounds",
36
40
  "wcag": "n/a",
37
- "deprecated": false
41
+ "deprecated": true
38
42
  }
39
43
  },
40
44
  "tertiary": {
41
45
  "default": {
42
46
  "value": "{color.brand.neutral.700.value}",
47
+ "type": "semantic",
43
48
  "public": true,
44
49
  "default": true,
45
50
  "usage": "Tertiary color for body text on light backgrounds",
46
51
  "wcag": "n/a",
47
- "deprecated": false
52
+ "deprecated": true
48
53
  },
49
54
  "inverse": {
50
55
  "value": "{color.brand.gray.400.value}",
56
+ "type": "semantic",
51
57
  "public": true,
52
58
  "inverse": true,
53
59
  "usage": "Tertiary color for body text on dark backgrounds",
54
60
  "wcag": "n/a",
55
- "deprecated": false
61
+ "deprecated": true
56
62
  }
57
63
  },
58
64
  "error": {
59
65
  "default": {
60
66
  "value": "{color.base.error.400.value}",
67
+ "type": "semantic",
61
68
  "public": true,
62
69
  "default": true,
63
70
  "usage": "Error text color on light backgrounds",
64
71
  "wcag": "n/a",
65
- "deprecated": false
72
+ "deprecated": true
66
73
  },
67
74
  "inverse": {
68
75
  "value": "{color.base.error.200.value}",
76
+ "type": "semantic",
69
77
  "public": true,
70
78
  "inverse": true,
71
79
  "usage": "Error text color on dark backgrounds",
72
80
  "wcag": "n/a",
73
- "deprecated": false
81
+ "deprecated": true
74
82
  }
75
83
  },
76
84
  "emphasis": {
77
85
  "default": {
78
86
  "value": "{color.brand.navy.800.value}",
87
+ "type": "semantic",
79
88
  "public": true,
80
89
  "default": true,
81
90
  "usage": "Emphasized text color on light backgrounds",
82
91
  "wcag": "n/a",
83
- "deprecated": false
92
+ "deprecated": true
84
93
  },
85
94
  "inverse": {
86
95
  "value": "{color.brand.navy.200.value}",
96
+ "type": "semantic",
87
97
  "public": true,
88
98
  "inverse": true,
89
99
  "usage": "Emphasized text color on dark backgrounds",
90
100
  "wcag": "n/a",
91
- "deprecated": false
101
+ "deprecated": true
92
102
  }
93
103
  },
94
104
  "accent": {
95
105
  "default": {
96
106
  "value": "{color.brand.lime.700.value}",
107
+ "type": "semantic",
97
108
  "public": true,
98
109
  "default": true,
99
110
  "usage": "Accent text color on light backgrounds",
100
111
  "wcag": "n/a",
101
- "deprecated": false
112
+ "deprecated": true
102
113
  },
103
114
  "inverse": {
104
115
  "value": "{color.brand.lime.300.value}",
116
+ "type": "semantic",
105
117
  "public": true,
106
118
  "inverse": true,
107
119
  "usage": "Accent text color on dark backgrounds",
108
120
  "wcag": "n/a",
109
- "deprecated": false
121
+ "deprecated": true
110
122
  }
111
123
  },
112
124
  "info": {
113
125
  "default": {
114
126
  "value": "{color.brand.navy.700.value}",
127
+ "type": "semantic",
115
128
  "public": true,
116
129
  "default": true,
117
130
  "usage": "Info text color on light backgrounds",
118
131
  "wcag": "n/a",
119
- "deprecated": false
132
+ "deprecated": true
120
133
  },
121
134
  "inverse": {
122
135
  "value": "{color.brand.navy.300.value}",
136
+ "type": "semantic",
123
137
  "public": true,
124
138
  "inverse": true,
125
139
  "usage": "Info text color on dark backgrounds",
126
140
  "wcag": "n/a",
127
- "deprecated": false
141
+ "deprecated": true
128
142
  }
129
143
  },
130
144
  "subtle": {
131
145
  "default": {
132
146
  "value": "{color.brand.cyan.700.value}",
147
+ "type": "semantic",
133
148
  "public": true,
134
149
  "default": true,
135
150
  "usage": "Subtle text color on light backgrounds",
136
151
  "wcag": "n/a",
137
- "deprecated": false
152
+ "deprecated": true
138
153
  },
139
154
  "inverse": {
140
155
  "value": "{color.brand.cyan.400.value}",
156
+ "type": "semantic",
141
157
  "public": true,
142
158
  "inverse": true,
143
159
  "usage": "Subtle text color on dark backgrounds",
144
160
  "wcag": "n/a",
145
- "deprecated": false
161
+ "deprecated": true
146
162
  }
147
163
  },
148
164
  "success": {
149
165
  "default": {
150
166
  "value": "{color.base.success.400.value}",
167
+ "type": "semantic",
151
168
  "public": true,
152
169
  "default": true,
153
170
  "usage": "Success text color on light backgrounds",
154
171
  "wcag": "n/a",
155
- "deprecated": false
172
+ "deprecated": true
156
173
  },
157
174
  "inverse": {
158
175
  "value": "{color.base.success.200.value}",
176
+ "type": "semantic",
159
177
  "public": true,
160
178
  "inverse": true,
161
179
  "usage": "Success text color on dark backgrounds",
162
180
  "wcag": "n/a",
163
- "deprecated": false
181
+ "deprecated": true
164
182
  }
165
183
  },
166
184
  "ui": {
167
185
  "active": {
168
186
  "default": {
169
187
  "value": "{color.brand.blue.800.value}",
188
+ "type": "semantic",
170
189
  "public": true,
171
190
  "default": true,
172
191
  "usage": "Active UI text color on light backgrounds",
173
192
  "wcag": "n/a",
174
- "deprecated": false
193
+ "deprecated": true
175
194
  },
176
195
  "inverse": {
177
196
  "value": "{color.brand.cyan.300.value}",
197
+ "type": "semantic",
178
198
  "public": true,
179
199
  "inverse": true,
180
200
  "usage": "Active UI text color on dark backgrounds",
181
201
  "wcag": "n/a",
182
- "deprecated": false
202
+ "deprecated": true
183
203
  }
184
204
  },
185
205
  "default": {
186
206
  "default": {
187
207
  "value": "{color.brand.blue.700.value}",
208
+ "type": "semantic",
188
209
  "public": true,
189
210
  "default": true,
190
211
  "usage": "Default UI text color on light backgrounds",
191
212
  "wcag": "n/a",
192
- "deprecated": false
213
+ "deprecated": true
193
214
  },
194
215
  "inverse": {
195
216
  "value": "{color.brand.cyan.400.value}",
217
+ "type": "semantic",
196
218
  "public": true,
197
219
  "inverse": true,
198
220
  "usage": "Default UI text color on dark backgrounds",
199
221
  "wcag": "n/a",
200
- "deprecated": false
222
+ "deprecated": true
201
223
  }
202
224
  },
203
225
  "disabled": {
204
226
  "default": {
205
227
  "value": "{color.base.gray.400.value}",
228
+ "type": "semantic",
206
229
  "public": true,
207
230
  "default": true,
208
231
  "usage": "Disabled UI text color on light backgrounds",
209
232
  "wcag": "n/a",
210
- "deprecated": false
233
+ "deprecated": true
211
234
  },
212
235
  "inverse": {
213
236
  "value": "{color.base.gray.600.value}",
237
+ "type": "semantic",
214
238
  "public": true,
215
239
  "inverse": true,
216
240
  "usage": "Disabled UI text color on dark backgrounds",
217
241
  "wcag": "n/a",
218
- "deprecated": false
242
+ "deprecated": true
219
243
  }
220
244
  },
221
245
  "focus": {
222
246
  "default": {
223
247
  "value": "{color.brand.blue.700.value}",
248
+ "type": "semantic",
224
249
  "public": true,
225
250
  "default": true,
226
251
  "usage": "Focus UI text color on light backgrounds",
227
252
  "wcag": "n/a",
228
- "deprecated": false
253
+ "deprecated": true
229
254
  },
230
255
  "inverse": {
231
256
  "value": "{color.brand.cyan.400.value}",
257
+ "type": "semantic",
232
258
  "public": true,
233
259
  "inverse": true,
234
260
  "usage": "Focus UI text color on dark backgrounds",
235
261
  "wcag": "n/a",
236
- "deprecated": false
262
+ "deprecated": true
237
263
  }
238
264
  },
239
265
  "hover": {
240
266
  "default": {
241
267
  "value": "{color.brand.blue.900.value}",
268
+ "type": "semantic",
242
269
  "public": true,
243
270
  "default": true,
244
271
  "usage": "Hover UI text color on light backgrounds",
245
272
  "wcag": "n/a",
246
- "deprecated": false
273
+ "deprecated": true
247
274
  },
248
275
  "inverse": {
249
276
  "value": "{color.brand.cyan.200.value}",
277
+ "type": "semantic",
250
278
  "public": true,
251
279
  "inverse": true,
252
280
  "usage": "Hover UI text color on dark backgrounds",
253
281
  "wcag": "n/a",
254
- "deprecated": false
282
+ "deprecated": true
255
283
  }
256
284
  }
257
285
  },
258
286
  "link": {
259
287
  "default": {
260
288
  "value": "{color.brand.atlas.400.value}",
289
+ "type": "semantic",
261
290
  "public": true,
262
291
  "default": true,
263
292
  "usage": "Link text color on light backgrounds",
@@ -268,6 +297,7 @@
268
297
  },
269
298
  "inverse": {
270
299
  "value": "{color.brand.breeze.300.value}",
300
+ "type": "semantic",
271
301
  "public": true,
272
302
  "inverse": true,
273
303
  "usage": "Link text color on light backgrounds",
@@ -5,188 +5,209 @@
5
5
  "mvp": {
6
6
  "default": {
7
7
  "value": "#726e6c",
8
+ "type": "semantic",
8
9
  "public": true,
9
10
  "default": true,
10
11
  "usage": "MVP tier color for Alaska Airlines on light backgrounds",
11
12
  "wcag": "n/a",
12
- "deprecated": false
13
+ "deprecated": true
13
14
  },
14
15
  "inverse": {
15
16
  "value": "#c5c1bf",
17
+ "type": "semantic",
16
18
  "public": true,
17
19
  "inverse": true,
18
20
  "usage": "MVP tier color for Alaska Airlines on dark backgrounds",
19
21
  "wcag": "n/a",
20
- "deprecated": false
22
+ "deprecated": true
21
23
  }
22
24
  },
23
25
  "mvpgold": {
24
26
  "default": {
25
27
  "value": "#7f682e",
28
+ "type": "semantic",
26
29
  "public": true,
27
30
  "default": true,
28
31
  "usage": "MVP Gold tier color for Alaska Airlines on light backgrounds",
29
32
  "wcag": "n/a",
30
- "deprecated": false
33
+ "deprecated": true
31
34
  },
32
35
  "inverse": {
33
36
  "value": "#c5c1bf",
37
+ "type": "semantic",
34
38
  "public": true,
35
39
  "inverse": true,
36
40
  "usage": "MVP Gold tier color for Alaska Airlines on dark backgrounds",
37
41
  "wcag": "n/a",
38
- "deprecated": false
42
+ "deprecated": true
39
43
  }
40
44
  },
41
- "mvpgold75k" :{
45
+ "mvpgold75k": {
42
46
  "default": {
43
47
  "value": "#7f682e",
48
+ "type": "semantic",
44
49
  "public": true,
45
50
  "default": true,
46
51
  "usage": "MVP Gold 75k tier color for Alaska Airlines on light backgrounds",
47
52
  "wcag": "n/a",
48
- "deprecated": false
53
+ "deprecated": true
49
54
  },
50
55
  "inverse": {
51
56
  "value": "#c5c1bf",
57
+ "type": "semantic",
52
58
  "public": true,
53
59
  "inverse": true,
54
60
  "usage": "MVP Gold 75k tier color for Alaska Airlines on dark backgrounds",
55
61
  "wcag": "n/a",
56
- "deprecated": false
62
+ "deprecated": true
57
63
  }
58
64
  },
59
65
  "mvpgold100k": {
60
66
  "default": {
61
67
  "value": "#7f682e",
68
+ "type": "semantic",
62
69
  "public": true,
63
70
  "default": true,
64
71
  "usage": "MVP Gold 100k tier color for Alaska Airlines on light backgrounds",
65
72
  "wcag": "n/a",
66
- "deprecated": false
73
+ "deprecated": true
67
74
  },
68
75
  "inverse": {
69
76
  "value": "#c5c1bf",
77
+ "type": "semantic",
70
78
  "public": true,
71
79
  "inverse": true,
72
80
  "usage": "MVP Gold 100k tier color for Alaska Airlines on dark backgrounds",
73
81
  "wcag": "n/a",
74
- "deprecated": false
82
+ "deprecated": true
75
83
  }
76
84
  },
77
85
  "lounge": {
78
86
  "value": "{color.brand.lounge.value}",
87
+ "type": "semantic",
79
88
  "public": true,
80
89
  "usage": "lounge tier color for Alaska Airlines",
81
90
  "wcag": "n/a",
82
- "deprecated": false
91
+ "deprecated": true
83
92
  },
84
93
  "loungeplus": {
85
94
  "value": "{color.brand.loungeplus.value}",
95
+ "type": "semantic",
86
96
  "public": true,
87
97
  "usage": "loungeplus tier color for Alaska Airlines",
88
98
  "wcag": "n/a",
89
- "deprecated": false
99
+ "deprecated": true
90
100
  }
91
101
  },
92
102
  "fare": {
93
103
  "business": {
94
104
  "default": {
95
105
  "value": "#005154",
106
+ "type": "semantic",
96
107
  "public": true,
97
108
  "default": true,
98
109
  "usage": "Business class tier color for fares on light backgrounds",
99
110
  "wcag": "n/a",
100
- "deprecated": false
111
+ "deprecated": true
101
112
  },
102
113
  "inverse": {
103
114
  "value": "{color.brand.turquoise.400.value}",
115
+ "type": "semantic",
104
116
  "public": true,
105
117
  "inverse": true,
106
118
  "usage": "Business class tier color for fares on dark backgrounds",
107
119
  "wcag": "n/a",
108
- "deprecated": false
120
+ "deprecated": true
109
121
  }
110
122
  },
111
123
  "economy": {
112
124
  "default": {
113
125
  "value": "{color.brand.blue.700.value}",
126
+ "type": "semantic",
114
127
  "public": true,
115
128
  "default": true,
116
129
  "usage": "Economy class tier color for fares on light backgrounds",
117
130
  "wcag": "n/a",
118
- "deprecated": false
131
+ "deprecated": true
119
132
  },
120
133
  "inverse": {
121
134
  "value": "{color.brand.blue.300.value}",
135
+ "type": "semantic",
122
136
  "public": true,
123
137
  "inverse": true,
124
138
  "usage": "Economy class tier color for fares on dark backgrounds",
125
139
  "wcag": "n/a",
126
- "deprecated": false
140
+ "deprecated": true
127
141
  }
128
142
  },
129
143
  "first-class": {
130
144
  "default": {
131
145
  "value": "#002c4e",
146
+ "type": "semantic",
132
147
  "public": true,
133
148
  "default": true,
134
149
  "usage": "First class tier color for fares on light backgrounds",
135
150
  "wcag": "n/a",
136
- "deprecated": false
151
+ "deprecated": true
137
152
  },
138
153
  "inverse": {
139
154
  "value": "{color.brand.navy.400.value}",
155
+ "type": "semantic",
140
156
  "public": true,
141
157
  "inverse": true,
142
158
  "usage": "First class tier color for fares on dark backgrounds",
143
159
  "wcag": "n/a",
144
- "deprecated": false
160
+ "deprecated": true
145
161
  }
146
162
  },
147
163
  "saver": {
148
164
  "default": {
149
165
  "value": "{color.brand.cyan.500.value}",
166
+ "type": "semantic",
150
167
  "public": true,
151
168
  "default": true,
152
169
  "usage": "Saver class tier color for fares on light backgrounds",
153
170
  "wcag": "n/a",
154
- "deprecated": false
171
+ "deprecated": true
155
172
  },
156
173
  "inverse": {
157
174
  "value": "{color.brand.cyan.200.value}",
175
+ "type": "semantic",
158
176
  "public": true,
159
177
  "inverse": true,
160
178
  "usage": "Saver class tier color for fares on dark backgrounds",
161
179
  "wcag": "n/a",
162
- "deprecated": false
180
+ "deprecated": true
163
181
  }
164
182
  }
165
183
  },
166
184
  "oneworld": {
167
185
  "emerald": {
168
186
  "value": "#139142",
187
+ "type": "semantic",
169
188
  "public": true,
170
189
  "onLight": true,
171
190
  "usage": "Emerald tier color for Oneworld",
172
191
  "wcag": "n/a",
173
- "deprecated": false
192
+ "deprecated": true
174
193
  },
175
194
  "sapphire": {
176
195
  "value": "#015daa",
196
+ "type": "semantic",
177
197
  "public": true,
178
198
  "onDark": true,
179
199
  "usage": "Sapphire tier color for Oneworld",
180
200
  "wcag": "n/a",
181
- "deprecated": false
201
+ "deprecated": true
182
202
  },
183
203
  "ruby": {
184
204
  "value": "#a41d4a",
205
+ "type": "semantic",
185
206
  "public": true,
186
207
  "onDark": true,
187
208
  "usage": "Ruby tier color for Oneworld",
188
209
  "wcag": "n/a",
189
- "deprecated": false
210
+ "deprecated": true
190
211
  }
191
212
  }
192
213
  }
@@ -4,6 +4,7 @@
4
4
  "default": {
5
5
  "default": {
6
6
  "value": "{color.brand.atlas.400.value}",
7
+ "type": "semantic",
7
8
  "public": true,
8
9
  "default": true,
9
10
  "usage": "Default interaction color affordance",
@@ -14,6 +15,7 @@
14
15
  },
15
16
  "inverse": {
16
17
  "value": "{color.brand.breeze.300.value}",
18
+ "type": "semantic",
17
19
  "public": true,
18
20
  "inverse": true,
19
21
  "usage": "OnDark interaction color affordance",
@@ -26,6 +28,7 @@
26
28
  "hover": {
27
29
  "default": {
28
30
  "value": "{color.brand.atlas.500.value}",
31
+ "type": "semantic",
29
32
  "public": true,
30
33
  "default": true,
31
34
  "usage": "Default hover color affordance",
@@ -36,6 +39,7 @@
36
39
  },
37
40
  "inverse": {
38
41
  "value": "{color.brand.breeze.200.value}",
42
+ "type": "semantic",
39
43
  "public": true,
40
44
  "inverse": true,
41
45
  "usage": "Hover interaction color on dark backgrounds",
@@ -48,6 +52,7 @@
48
52
  "active": {
49
53
  "default": {
50
54
  "value": "{color.brand.atlas.500.value}",
55
+ "type": "semantic",
51
56
  "public": true,
52
57
  "default": true,
53
58
  "usage": "Active state color affordance",
@@ -58,6 +63,7 @@
58
63
  },
59
64
  "inverse": {
60
65
  "value": "{color.brand.breeze.200.value}",
66
+ "type": "semantic",
61
67
  "public": true,
62
68
  "inverse": true,
63
69
  "usage": "Active state color affordance on dark backgrounds",
@@ -69,6 +75,7 @@
69
75
  "disabled": {
70
76
  "default": {
71
77
  "value": "{color.brand.atlas.400-opacity-20.value}",
78
+ "type": "semantic",
72
79
  "public": true,
73
80
  "default": true,
74
81
  "usage": "Disabled state color affordance",
@@ -82,6 +89,7 @@
82
89
  "default": {
83
90
  "default": {
84
91
  "value": "00000008",
92
+ "type": "semantic",
85
93
  "public": true,
86
94
  "default": true,
87
95
  "usage": "Default affordance for background colors",
@@ -91,17 +99,19 @@
91
99
  },
92
100
  "inverse": {
93
101
  "value": "ffffff08",
102
+ "type": "semantic",
94
103
  "public": true,
95
104
  "inverse": true,
96
105
  "usage": "Default affordance for dark background colors",
97
106
  "deprecated": true,
98
107
  "version": "4.5.0",
99
108
  "reference": "n/a"
100
- }
109
+ }
101
110
  },
102
111
  "hover": {
103
112
  "default": {
104
113
  "value": "0000000f",
114
+ "type": "semantic",
105
115
  "public": true,
106
116
  "default": true,
107
117
  "usage": "Default hover affordance for background colors",
@@ -111,6 +121,7 @@
111
121
  },
112
122
  "inverse": {
113
123
  "value": "ffffff0f",
124
+ "type": "semantic",
114
125
  "public": true,
115
126
  "inverse": true,
116
127
  "usage": "Default hover affordance for dark background colors",