@aurodesignsystem/design-tokens 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +62 -86
  3. package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
  4. package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
  5. package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
  6. package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
  7. package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
  8. package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
  9. package/dist/tokens/JSObject--deprecated.js +3157 -0
  10. package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
  11. package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
  12. package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
  13. package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
  14. package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
  15. package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
  16. package/dist/tokens/base/SCSSVariables.scss +1372 -0
  17. package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
  18. package/dist/tokens/darkmode/JSDataColor.js +528 -0
  19. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
  20. package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
  21. package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
  22. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
  23. package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
  24. package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
  25. package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
  26. package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
  27. package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
  28. package/package.json +3 -5
  29. package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
  30. package/src/{themes/auro-classic → asset}/font.json +5 -10
  31. package/src/{themes/auro-classic/color → color}/alert.json +0 -7
  32. package/src/{themes/auro-classic/color → color}/background.json +25 -53
  33. package/src/{themes/auro-classic/color → color}/base.json +147 -303
  34. package/src/{themes/auro-classic/color → color}/border.json +32 -68
  35. package/src/{themes/auro-classic/color → color}/brand.json +158 -289
  36. package/src/{themes/auro-classic/color → color}/container.json +50 -101
  37. package/src/{themes/auro-classic/color → color}/icon.json +64 -129
  38. package/src/{themes/auro-classic/color → color}/text.json +28 -58
  39. package/src/{themes/auro-classic/color → color}/tier.json +22 -43
  40. package/src/{themes/auro-classic/color → color}/ui.json +1 -12
  41. package/src/{themes/auro-classic/color → color}/utility.json +30 -60
  42. package/src/color-darkmode/base.json +24 -0
  43. package/src/color-darkmode/border.json +32 -0
  44. package/src/color-darkmode/icon.json +32 -0
  45. package/src/color-darkmode/text.json +71 -0
  46. package/src/color-darkmode/tier.json +34 -0
  47. package/src/comments.json +34 -0
  48. package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
  49. package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
  50. package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
  51. package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
  52. package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
  53. package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
  54. package/src/{themes/auro-classic/size → size}/radius.json +1 -2
  55. package/src/size/scale.json +240 -0
  56. package/src/size/unitless-scale.json +82 -0
  57. package/src/{themes/auro-classic/text.json → text.json} +97 -192
  58. package/src/themes/excursion/animation.json +21 -0
  59. package/src/themes/excursion/asset/font.json +35 -0
  60. package/src/themes/excursion/color/alert.json +90 -0
  61. package/src/themes/excursion/color/background.json +280 -0
  62. package/src/themes/excursion/color/base.json +1303 -0
  63. package/src/themes/excursion/color/border.json +288 -0
  64. package/src/themes/excursion/color/brand.json +1549 -0
  65. package/src/themes/excursion/color/container.json +464 -0
  66. package/src/themes/excursion/color/excursion.json +254 -0
  67. package/src/themes/excursion/color/icon.json +476 -0
  68. package/src/themes/excursion/color/text.json +270 -0
  69. package/src/themes/excursion/color/tier.json +180 -0
  70. package/src/themes/excursion/color/ui.json +125 -0
  71. package/src/themes/excursion/comments.json +34 -0
  72. package/src/themes/excursion/depth copy.json +22 -0
  73. package/src/themes/excursion/elevation.json +22 -0
  74. package/src/themes/excursion/grid-breakpoint.json +29 -0
  75. package/src/themes/excursion/grid-column.json +29 -0
  76. package/src/themes/excursion/grid-gutter.json +29 -0
  77. package/src/themes/excursion/grid-margin.json +29 -0
  78. package/src/themes/excursion/size/radius.json +9 -0
  79. package/src/themes/excursion/size/scale.json +234 -0
  80. package/src/themes/excursion/size/unitless-scale.json +82 -0
  81. package/src/themes/excursion/text.json +572 -0
  82. package/src/themes/hawaiian/color/background.json +15 -0
  83. package/src/themes/hawaiian/color/border.json +18 -0
  84. package/src/themes/hawaiian/color/container.json +56 -0
  85. package/src/themes/hawaiian/color/icon.json +24 -0
  86. package/src/themes/hawaiian/color/text.json +44 -0
  87. package/src/themes/transparent/color/alert.json +0 -7
  88. package/src/themes/transparent/color/background.json +2 -30
  89. package/src/themes/transparent/color/base.json +0 -156
  90. package/src/themes/transparent/color/border.json +0 -36
  91. package/src/themes/transparent/color/brand.json +36 -167
  92. package/src/themes/transparent/color/container.json +0 -50
  93. package/src/themes/transparent/color/icon.json +0 -65
  94. package/src/themes/transparent/color/text.json +0 -30
  95. package/src/themes/transparent/color/tier.json +1 -22
  96. package/src/themes/transparent/color/ui.json +1 -12
  97. package/src/themes/transparent/color/utility.json +0 -30
  98. package/src/themes/transparent/elevation.json +0 -3
  99. package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
  100. package/dist/alaska/SCSSVariables--alaska.scss +0 -63
  101. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
  102. package/dist/alaska/primitives--alaska.scss +0 -215
  103. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
  104. package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
  105. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
  106. package/dist/hawaiian/primitives--hawaiian.scss +0 -175
  107. package/src/primitives/alaska/color.json +0 -796
  108. package/src/primitives/alaska/typography.json +0 -27
  109. package/src/primitives/base/color.json +0 -489
  110. package/src/primitives/base/transparency.json +0 -183
  111. package/src/primitives/base/typography.json +0 -210
  112. package/src/primitives/hawaiian/color.json +0 -508
  113. package/src/primitives/hawaiian/typography.json +0 -28
  114. package/src/themes/alaska/color.json +0 -394
  115. package/src/themes/alaska/typography.json +0 -132
  116. package/src/themes/auro-classic/comments.json +0 -50
  117. package/src/themes/auro-classic/size/scale.json +0 -347
  118. package/src/themes/auro-classic/size/unitless-scale.json +0 -126
  119. package/src/themes/hawaiian/color.json +0 -394
  120. package/src/themes/hawaiian/typography.json +0 -132
@@ -4,289 +4,260 @@
4
4
  "primary": {
5
5
  "default": {
6
6
  "value": "{color.brand.gray.1000.value}",
7
- "type": "semantic",
8
7
  "public": true,
9
8
  "default": true,
10
9
  "usage": "Primary color for body and header text light mode and light backgrounds",
11
10
  "wcag": "n/a",
12
- "deprecated": true
11
+ "deprecated": false
13
12
  },
14
13
  "inverse": {
15
14
  "value": "{color.base.white.value}",
16
- "type": "semantic",
17
15
  "public": true,
18
16
  "inverse": true,
19
17
  "usage": "Primary color for body and header text for dark mode and dark backgrounds",
20
18
  "wcag": "AAA",
21
- "deprecated": true
19
+ "deprecated": false
22
20
  }
23
21
  },
24
22
  "secondary": {
25
23
  "default": {
26
24
  "value": "{color.brand.gray.800.value}",
27
- "type": "semantic",
28
25
  "public": true,
29
26
  "default": true,
30
27
  "usage": "Secondary color for body text on light backgrounds",
31
28
  "wcag": "n/a",
32
- "deprecated": true
29
+ "deprecated": false
33
30
  },
34
31
  "inverse": {
35
32
  "value": "{color.brand.gray.200.value}",
36
- "type": "semantic",
37
33
  "public": true,
38
34
  "inverse": true,
39
35
  "usage": "Secondary color for body text on dark backgrounds",
40
36
  "wcag": "n/a",
41
- "deprecated": true
37
+ "deprecated": false
42
38
  }
43
39
  },
44
40
  "tertiary": {
45
41
  "default": {
46
42
  "value": "{color.brand.neutral.700.value}",
47
- "type": "semantic",
48
43
  "public": true,
49
44
  "default": true,
50
45
  "usage": "Tertiary color for body text on light backgrounds",
51
46
  "wcag": "n/a",
52
- "deprecated": true
47
+ "deprecated": false
53
48
  },
54
49
  "inverse": {
55
50
  "value": "{color.brand.gray.400.value}",
56
- "type": "semantic",
57
51
  "public": true,
58
52
  "inverse": true,
59
53
  "usage": "Tertiary color for body text on dark backgrounds",
60
54
  "wcag": "n/a",
61
- "deprecated": true
55
+ "deprecated": false
62
56
  }
63
57
  },
64
58
  "error": {
65
59
  "default": {
66
60
  "value": "{color.base.error.400.value}",
67
- "type": "semantic",
68
61
  "public": true,
69
62
  "default": true,
70
63
  "usage": "Error text color on light backgrounds",
71
64
  "wcag": "n/a",
72
- "deprecated": true
65
+ "deprecated": false
73
66
  },
74
67
  "inverse": {
75
68
  "value": "{color.base.error.200.value}",
76
- "type": "semantic",
77
69
  "public": true,
78
70
  "inverse": true,
79
71
  "usage": "Error text color on dark backgrounds",
80
72
  "wcag": "n/a",
81
- "deprecated": true
73
+ "deprecated": false
82
74
  }
83
75
  },
84
76
  "emphasis": {
85
77
  "default": {
86
78
  "value": "{color.brand.navy.800.value}",
87
- "type": "semantic",
88
79
  "public": true,
89
80
  "default": true,
90
81
  "usage": "Emphasized text color on light backgrounds",
91
82
  "wcag": "n/a",
92
- "deprecated": true
83
+ "deprecated": false
93
84
  },
94
85
  "inverse": {
95
86
  "value": "{color.brand.navy.200.value}",
96
- "type": "semantic",
97
87
  "public": true,
98
88
  "inverse": true,
99
89
  "usage": "Emphasized text color on dark backgrounds",
100
90
  "wcag": "n/a",
101
- "deprecated": true
91
+ "deprecated": false
102
92
  }
103
93
  },
104
94
  "accent": {
105
95
  "default": {
106
96
  "value": "{color.brand.lime.700.value}",
107
- "type": "semantic",
108
97
  "public": true,
109
98
  "default": true,
110
99
  "usage": "Accent text color on light backgrounds",
111
100
  "wcag": "n/a",
112
- "deprecated": true
101
+ "deprecated": false
113
102
  },
114
103
  "inverse": {
115
104
  "value": "{color.brand.lime.300.value}",
116
- "type": "semantic",
117
105
  "public": true,
118
106
  "inverse": true,
119
107
  "usage": "Accent text color on dark backgrounds",
120
108
  "wcag": "n/a",
121
- "deprecated": true
109
+ "deprecated": false
122
110
  }
123
111
  },
124
112
  "info": {
125
113
  "default": {
126
114
  "value": "{color.brand.navy.700.value}",
127
- "type": "semantic",
128
115
  "public": true,
129
116
  "default": true,
130
117
  "usage": "Info text color on light backgrounds",
131
118
  "wcag": "n/a",
132
- "deprecated": true
119
+ "deprecated": false
133
120
  },
134
121
  "inverse": {
135
122
  "value": "{color.brand.navy.300.value}",
136
- "type": "semantic",
137
123
  "public": true,
138
124
  "inverse": true,
139
125
  "usage": "Info text color on dark backgrounds",
140
126
  "wcag": "n/a",
141
- "deprecated": true
127
+ "deprecated": false
142
128
  }
143
129
  },
144
130
  "subtle": {
145
131
  "default": {
146
132
  "value": "{color.brand.cyan.700.value}",
147
- "type": "semantic",
148
133
  "public": true,
149
134
  "default": true,
150
135
  "usage": "Subtle text color on light backgrounds",
151
136
  "wcag": "n/a",
152
- "deprecated": true
137
+ "deprecated": false
153
138
  },
154
139
  "inverse": {
155
140
  "value": "{color.brand.cyan.400.value}",
156
- "type": "semantic",
157
141
  "public": true,
158
142
  "inverse": true,
159
143
  "usage": "Subtle text color on dark backgrounds",
160
144
  "wcag": "n/a",
161
- "deprecated": true
145
+ "deprecated": false
162
146
  }
163
147
  },
164
148
  "success": {
165
149
  "default": {
166
150
  "value": "{color.base.success.400.value}",
167
- "type": "semantic",
168
151
  "public": true,
169
152
  "default": true,
170
153
  "usage": "Success text color on light backgrounds",
171
154
  "wcag": "n/a",
172
- "deprecated": true
155
+ "deprecated": false
173
156
  },
174
157
  "inverse": {
175
158
  "value": "{color.base.success.200.value}",
176
- "type": "semantic",
177
159
  "public": true,
178
160
  "inverse": true,
179
161
  "usage": "Success text color on dark backgrounds",
180
162
  "wcag": "n/a",
181
- "deprecated": true
163
+ "deprecated": false
182
164
  }
183
165
  },
184
166
  "ui": {
185
167
  "active": {
186
168
  "default": {
187
169
  "value": "{color.brand.blue.800.value}",
188
- "type": "semantic",
189
170
  "public": true,
190
171
  "default": true,
191
172
  "usage": "Active UI text color on light backgrounds",
192
173
  "wcag": "n/a",
193
- "deprecated": true
174
+ "deprecated": false
194
175
  },
195
176
  "inverse": {
196
177
  "value": "{color.brand.cyan.300.value}",
197
- "type": "semantic",
198
178
  "public": true,
199
179
  "inverse": true,
200
180
  "usage": "Active UI text color on dark backgrounds",
201
181
  "wcag": "n/a",
202
- "deprecated": true
182
+ "deprecated": false
203
183
  }
204
184
  },
205
185
  "default": {
206
186
  "default": {
207
187
  "value": "{color.brand.blue.700.value}",
208
- "type": "semantic",
209
188
  "public": true,
210
189
  "default": true,
211
190
  "usage": "Default UI text color on light backgrounds",
212
191
  "wcag": "n/a",
213
- "deprecated": true
192
+ "deprecated": false
214
193
  },
215
194
  "inverse": {
216
195
  "value": "{color.brand.cyan.400.value}",
217
- "type": "semantic",
218
196
  "public": true,
219
197
  "inverse": true,
220
198
  "usage": "Default UI text color on dark backgrounds",
221
199
  "wcag": "n/a",
222
- "deprecated": true
200
+ "deprecated": false
223
201
  }
224
202
  },
225
203
  "disabled": {
226
204
  "default": {
227
205
  "value": "{color.base.gray.400.value}",
228
- "type": "semantic",
229
206
  "public": true,
230
207
  "default": true,
231
208
  "usage": "Disabled UI text color on light backgrounds",
232
209
  "wcag": "n/a",
233
- "deprecated": true
210
+ "deprecated": false
234
211
  },
235
212
  "inverse": {
236
213
  "value": "{color.base.gray.600.value}",
237
- "type": "semantic",
238
214
  "public": true,
239
215
  "inverse": true,
240
216
  "usage": "Disabled UI text color on dark backgrounds",
241
217
  "wcag": "n/a",
242
- "deprecated": true
218
+ "deprecated": false
243
219
  }
244
220
  },
245
221
  "focus": {
246
222
  "default": {
247
223
  "value": "{color.brand.blue.700.value}",
248
- "type": "semantic",
249
224
  "public": true,
250
225
  "default": true,
251
226
  "usage": "Focus UI text color on light backgrounds",
252
227
  "wcag": "n/a",
253
- "deprecated": true
228
+ "deprecated": false
254
229
  },
255
230
  "inverse": {
256
231
  "value": "{color.brand.cyan.400.value}",
257
- "type": "semantic",
258
232
  "public": true,
259
233
  "inverse": true,
260
234
  "usage": "Focus UI text color on dark backgrounds",
261
235
  "wcag": "n/a",
262
- "deprecated": true
236
+ "deprecated": false
263
237
  }
264
238
  },
265
239
  "hover": {
266
240
  "default": {
267
241
  "value": "{color.brand.blue.900.value}",
268
- "type": "semantic",
269
242
  "public": true,
270
243
  "default": true,
271
244
  "usage": "Hover UI text color on light backgrounds",
272
245
  "wcag": "n/a",
273
- "deprecated": true
246
+ "deprecated": false
274
247
  },
275
248
  "inverse": {
276
249
  "value": "{color.brand.cyan.200.value}",
277
- "type": "semantic",
278
250
  "public": true,
279
251
  "inverse": true,
280
252
  "usage": "Hover UI text color on dark backgrounds",
281
253
  "wcag": "n/a",
282
- "deprecated": true
254
+ "deprecated": false
283
255
  }
284
256
  }
285
257
  },
286
258
  "link": {
287
259
  "default": {
288
260
  "value": "{color.brand.atlas.400.value}",
289
- "type": "semantic",
290
261
  "public": true,
291
262
  "default": true,
292
263
  "usage": "Link text color on light backgrounds",
@@ -297,7 +268,6 @@
297
268
  },
298
269
  "inverse": {
299
270
  "value": "{color.brand.breeze.300.value}",
300
- "type": "semantic",
301
271
  "public": true,
302
272
  "inverse": true,
303
273
  "usage": "Link text color on light backgrounds",
@@ -5,209 +5,188 @@
5
5
  "mvp": {
6
6
  "default": {
7
7
  "value": "#726e6c",
8
- "type": "semantic",
9
8
  "public": true,
10
9
  "default": true,
11
10
  "usage": "MVP tier color for Alaska Airlines on light backgrounds",
12
11
  "wcag": "n/a",
13
- "deprecated": true
12
+ "deprecated": false
14
13
  },
15
14
  "inverse": {
16
15
  "value": "#c5c1bf",
17
- "type": "semantic",
18
16
  "public": true,
19
17
  "inverse": true,
20
18
  "usage": "MVP tier color for Alaska Airlines on dark backgrounds",
21
19
  "wcag": "n/a",
22
- "deprecated": true
20
+ "deprecated": false
23
21
  }
24
22
  },
25
23
  "mvpgold": {
26
24
  "default": {
27
25
  "value": "#7f682e",
28
- "type": "semantic",
29
26
  "public": true,
30
27
  "default": true,
31
28
  "usage": "MVP Gold tier color for Alaska Airlines on light backgrounds",
32
29
  "wcag": "n/a",
33
- "deprecated": true
30
+ "deprecated": false
34
31
  },
35
32
  "inverse": {
36
33
  "value": "#c5c1bf",
37
- "type": "semantic",
38
34
  "public": true,
39
35
  "inverse": true,
40
36
  "usage": "MVP Gold tier color for Alaska Airlines on dark backgrounds",
41
37
  "wcag": "n/a",
42
- "deprecated": true
38
+ "deprecated": false
43
39
  }
44
40
  },
45
- "mvpgold75k": {
41
+ "mvpgold75k" :{
46
42
  "default": {
47
43
  "value": "#7f682e",
48
- "type": "semantic",
49
44
  "public": true,
50
45
  "default": true,
51
46
  "usage": "MVP Gold 75k tier color for Alaska Airlines on light backgrounds",
52
47
  "wcag": "n/a",
53
- "deprecated": true
48
+ "deprecated": false
54
49
  },
55
50
  "inverse": {
56
51
  "value": "#c5c1bf",
57
- "type": "semantic",
58
52
  "public": true,
59
53
  "inverse": true,
60
54
  "usage": "MVP Gold 75k tier color for Alaska Airlines on dark backgrounds",
61
55
  "wcag": "n/a",
62
- "deprecated": true
56
+ "deprecated": false
63
57
  }
64
58
  },
65
59
  "mvpgold100k": {
66
60
  "default": {
67
61
  "value": "#7f682e",
68
- "type": "semantic",
69
62
  "public": true,
70
63
  "default": true,
71
64
  "usage": "MVP Gold 100k tier color for Alaska Airlines on light backgrounds",
72
65
  "wcag": "n/a",
73
- "deprecated": true
66
+ "deprecated": false
74
67
  },
75
68
  "inverse": {
76
69
  "value": "#c5c1bf",
77
- "type": "semantic",
78
70
  "public": true,
79
71
  "inverse": true,
80
72
  "usage": "MVP Gold 100k tier color for Alaska Airlines on dark backgrounds",
81
73
  "wcag": "n/a",
82
- "deprecated": true
74
+ "deprecated": false
83
75
  }
84
76
  },
85
77
  "lounge": {
86
78
  "value": "{color.brand.lounge.value}",
87
- "type": "semantic",
88
79
  "public": true,
89
80
  "usage": "lounge tier color for Alaska Airlines",
90
81
  "wcag": "n/a",
91
- "deprecated": true
82
+ "deprecated": false
92
83
  },
93
84
  "loungeplus": {
94
85
  "value": "{color.brand.loungeplus.value}",
95
- "type": "semantic",
96
86
  "public": true,
97
87
  "usage": "loungeplus tier color for Alaska Airlines",
98
88
  "wcag": "n/a",
99
- "deprecated": true
89
+ "deprecated": false
100
90
  }
101
91
  },
102
92
  "fare": {
103
93
  "business": {
104
94
  "default": {
105
95
  "value": "#005154",
106
- "type": "semantic",
107
96
  "public": true,
108
97
  "default": true,
109
98
  "usage": "Business class tier color for fares on light backgrounds",
110
99
  "wcag": "n/a",
111
- "deprecated": true
100
+ "deprecated": false
112
101
  },
113
102
  "inverse": {
114
103
  "value": "{color.brand.turquoise.400.value}",
115
- "type": "semantic",
116
104
  "public": true,
117
105
  "inverse": true,
118
106
  "usage": "Business class tier color for fares on dark backgrounds",
119
107
  "wcag": "n/a",
120
- "deprecated": true
108
+ "deprecated": false
121
109
  }
122
110
  },
123
111
  "economy": {
124
112
  "default": {
125
113
  "value": "{color.brand.blue.700.value}",
126
- "type": "semantic",
127
114
  "public": true,
128
115
  "default": true,
129
116
  "usage": "Economy class tier color for fares on light backgrounds",
130
117
  "wcag": "n/a",
131
- "deprecated": true
118
+ "deprecated": false
132
119
  },
133
120
  "inverse": {
134
121
  "value": "{color.brand.blue.300.value}",
135
- "type": "semantic",
136
122
  "public": true,
137
123
  "inverse": true,
138
124
  "usage": "Economy class tier color for fares on dark backgrounds",
139
125
  "wcag": "n/a",
140
- "deprecated": true
126
+ "deprecated": false
141
127
  }
142
128
  },
143
129
  "first-class": {
144
130
  "default": {
145
131
  "value": "#002c4e",
146
- "type": "semantic",
147
132
  "public": true,
148
133
  "default": true,
149
134
  "usage": "First class tier color for fares on light backgrounds",
150
135
  "wcag": "n/a",
151
- "deprecated": true
136
+ "deprecated": false
152
137
  },
153
138
  "inverse": {
154
139
  "value": "{color.brand.navy.400.value}",
155
- "type": "semantic",
156
140
  "public": true,
157
141
  "inverse": true,
158
142
  "usage": "First class tier color for fares on dark backgrounds",
159
143
  "wcag": "n/a",
160
- "deprecated": true
144
+ "deprecated": false
161
145
  }
162
146
  },
163
147
  "saver": {
164
148
  "default": {
165
149
  "value": "{color.brand.cyan.500.value}",
166
- "type": "semantic",
167
150
  "public": true,
168
151
  "default": true,
169
152
  "usage": "Saver class tier color for fares on light backgrounds",
170
153
  "wcag": "n/a",
171
- "deprecated": true
154
+ "deprecated": false
172
155
  },
173
156
  "inverse": {
174
157
  "value": "{color.brand.cyan.200.value}",
175
- "type": "semantic",
176
158
  "public": true,
177
159
  "inverse": true,
178
160
  "usage": "Saver class tier color for fares on dark backgrounds",
179
161
  "wcag": "n/a",
180
- "deprecated": true
162
+ "deprecated": false
181
163
  }
182
164
  }
183
165
  },
184
166
  "oneworld": {
185
167
  "emerald": {
186
168
  "value": "#139142",
187
- "type": "semantic",
188
169
  "public": true,
189
170
  "onLight": true,
190
171
  "usage": "Emerald tier color for Oneworld",
191
172
  "wcag": "n/a",
192
- "deprecated": true
173
+ "deprecated": false
193
174
  },
194
175
  "sapphire": {
195
176
  "value": "#015daa",
196
- "type": "semantic",
197
177
  "public": true,
198
178
  "onDark": true,
199
179
  "usage": "Sapphire tier color for Oneworld",
200
180
  "wcag": "n/a",
201
- "deprecated": true
181
+ "deprecated": false
202
182
  },
203
183
  "ruby": {
204
184
  "value": "#a41d4a",
205
- "type": "semantic",
206
185
  "public": true,
207
186
  "onDark": true,
208
187
  "usage": "Ruby tier color for Oneworld",
209
188
  "wcag": "n/a",
210
- "deprecated": true
189
+ "deprecated": false
211
190
  }
212
191
  }
213
192
  }
@@ -4,7 +4,6 @@
4
4
  "default": {
5
5
  "default": {
6
6
  "value": "{color.brand.atlas.400.value}",
7
- "type": "semantic",
8
7
  "public": true,
9
8
  "default": true,
10
9
  "usage": "Default interaction color affordance",
@@ -15,7 +14,6 @@
15
14
  },
16
15
  "inverse": {
17
16
  "value": "{color.brand.breeze.300.value}",
18
- "type": "semantic",
19
17
  "public": true,
20
18
  "inverse": true,
21
19
  "usage": "OnDark interaction color affordance",
@@ -28,7 +26,6 @@
28
26
  "hover": {
29
27
  "default": {
30
28
  "value": "{color.brand.atlas.500.value}",
31
- "type": "semantic",
32
29
  "public": true,
33
30
  "default": true,
34
31
  "usage": "Default hover color affordance",
@@ -39,7 +36,6 @@
39
36
  },
40
37
  "inverse": {
41
38
  "value": "{color.brand.breeze.200.value}",
42
- "type": "semantic",
43
39
  "public": true,
44
40
  "inverse": true,
45
41
  "usage": "Hover interaction color on dark backgrounds",
@@ -52,7 +48,6 @@
52
48
  "active": {
53
49
  "default": {
54
50
  "value": "{color.brand.atlas.500.value}",
55
- "type": "semantic",
56
51
  "public": true,
57
52
  "default": true,
58
53
  "usage": "Active state color affordance",
@@ -63,7 +58,6 @@
63
58
  },
64
59
  "inverse": {
65
60
  "value": "{color.brand.breeze.200.value}",
66
- "type": "semantic",
67
61
  "public": true,
68
62
  "inverse": true,
69
63
  "usage": "Active state color affordance on dark backgrounds",
@@ -75,7 +69,6 @@
75
69
  "disabled": {
76
70
  "default": {
77
71
  "value": "{color.brand.atlas.400-opacity-20.value}",
78
- "type": "semantic",
79
72
  "public": true,
80
73
  "default": true,
81
74
  "usage": "Disabled state color affordance",
@@ -89,7 +82,6 @@
89
82
  "default": {
90
83
  "default": {
91
84
  "value": "00000008",
92
- "type": "semantic",
93
85
  "public": true,
94
86
  "default": true,
95
87
  "usage": "Default affordance for background colors",
@@ -99,19 +91,17 @@
99
91
  },
100
92
  "inverse": {
101
93
  "value": "ffffff08",
102
- "type": "semantic",
103
94
  "public": true,
104
95
  "inverse": true,
105
96
  "usage": "Default affordance for dark background colors",
106
97
  "deprecated": true,
107
98
  "version": "4.5.0",
108
99
  "reference": "n/a"
109
- }
100
+ }
110
101
  },
111
102
  "hover": {
112
103
  "default": {
113
104
  "value": "0000000f",
114
- "type": "semantic",
115
105
  "public": true,
116
106
  "default": true,
117
107
  "usage": "Default hover affordance for background colors",
@@ -121,7 +111,6 @@
121
111
  },
122
112
  "inverse": {
123
113
  "value": "ffffff0f",
124
- "type": "semantic",
125
114
  "public": true,
126
115
  "inverse": true,
127
116
  "usage": "Default hover affordance for dark background colors",