@aurodesignsystem/design-tokens 5.3.1 → 5.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 (87) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/CSSCustomProperties--bundled.css +255 -341
  3. package/dist/alaska/CSSCustomProperties--alaska.css +127 -113
  4. package/dist/alaska/JSONVariablesNested--alaska.json +195 -143
  5. package/dist/alaska/JSObject--allTokens.js +3442 -3039
  6. package/dist/alaska/SCSSVariables--alaska.scss +127 -113
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +127 -113
  8. package/dist/alaska/primitives--alaska.scss +105 -75
  9. package/dist/auro-classic/CSSCustomProperties.css +162 -162
  10. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  11. package/dist/auro-classic/JSData--color.js +1 -1
  12. package/dist/auro-classic/JSONVariablesFlat.json +162 -162
  13. package/dist/auro-classic/JSONVariablesNested.json +452 -452
  14. package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
  15. package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
  16. package/dist/auro-classic/JSVariables--color.js +1 -1
  17. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  18. package/dist/auro-classic/SCSSVariables.scss +162 -162
  19. package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
  20. package/dist/auro-classic/SassCustomProperties.scss +162 -162
  21. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  22. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
  23. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +177 -143
  24. package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
  25. package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
  26. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
  27. package/dist/hawaiian/primitives--hawaiian.scss +202 -172
  28. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  29. package/package.json +1 -1
  30. package/src/primitives/alaska/{typography.json → font.json} +4 -11
  31. package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
  32. package/src/primitives/base/{typography.json → font.json} +102 -48
  33. package/src/primitives/base/transparency.json +7 -0
  34. package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
  35. package/src/themes/alaska/advanced/boolean.json +138 -0
  36. package/src/themes/alaska/advanced/button.json +262 -0
  37. package/src/themes/alaska/advanced/hyperlink.json +64 -0
  38. package/src/themes/alaska/advanced/shared.json +48 -0
  39. package/src/themes/alaska/advanced/state.json +72 -0
  40. package/src/themes/alaska/basic/color/border.json +66 -0
  41. package/src/themes/alaska/basic/color/brand.json +104 -0
  42. package/src/themes/alaska/basic/color/fare-brand.json +74 -0
  43. package/src/themes/alaska/basic/color/page-background.json +24 -0
  44. package/src/themes/alaska/basic/color/status.json +81 -0
  45. package/src/themes/alaska/basic/color/surface.json +96 -0
  46. package/src/themes/alaska/basic/color/text-icon.json +96 -0
  47. package/src/themes/alaska/basic/corner-radius.json +30 -0
  48. package/src/themes/alaska/basic/font/accent.json +288 -0
  49. package/src/themes/alaska/basic/font/body.json +63 -0
  50. package/src/themes/alaska/basic/font/display.json +248 -0
  51. package/src/themes/alaska/basic/font/heading.json +245 -0
  52. package/src/themes/alaska-classic/color.json +2 -2
  53. package/src/themes/alaska-classic/component/boolean.json +70 -0
  54. package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
  55. package/src/themes/alaska-classic/component/hyperlink.json +62 -0
  56. package/src/themes/alaska-classic/component/shared.json +46 -0
  57. package/src/themes/alaska-classic/component/state.json +70 -0
  58. package/src/themes/alaska-classic/typography.json +799 -107
  59. package/src/themes/hawaiian/advanced/boolean.json +138 -0
  60. package/src/themes/hawaiian/advanced/button.json +334 -0
  61. package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
  62. package/src/themes/hawaiian/advanced/shared.json +48 -0
  63. package/src/themes/hawaiian/advanced/state.json +72 -0
  64. package/src/themes/hawaiian/basic/color/border.json +65 -0
  65. package/src/themes/hawaiian/basic/color/brand.json +105 -0
  66. package/src/themes/hawaiian/basic/color/color.json +57 -0
  67. package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
  68. package/src/themes/hawaiian/basic/color/page-background.json +25 -0
  69. package/src/themes/hawaiian/basic/color/status.json +81 -0
  70. package/src/themes/hawaiian/basic/color/surface.json +89 -0
  71. package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
  72. package/src/themes/hawaiian/basic/font/accent.json +288 -0
  73. package/src/themes/hawaiian/basic/font/body.json +63 -0
  74. package/src/themes/hawaiian/basic/font/heading.json +248 -0
  75. package/src/themes/hawaiian/basic/font/typography.json +248 -0
  76. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
  77. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -154
  78. package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
  79. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
  80. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
  81. package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
  82. package/src/themes/alaska/color.json +0 -444
  83. package/src/themes/alaska/component.json +0 -392
  84. package/src/themes/alaska/typography.json +0 -132
  85. package/src/themes/hawaiian/color.json +0 -444
  86. package/src/themes/hawaiian/component.json +0 -392
  87. package/src/themes/hawaiian/typography.json +0 -132
@@ -0,0 +1,262 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "primary": {
6
+ "text": {
7
+ "value": "{color.white.value}",
8
+ "type": "semantic",
9
+ "public": true,
10
+ "default": true,
11
+ "usage": "Primary button text color",
12
+ "deprecated": false
13
+ },
14
+ "border": {
15
+ "value": "{basic.color.brand.primary.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "Primary button border color",
20
+ "deprecated": false
21
+ },
22
+ "borderHover": {
23
+ "value": "{basic.color.brand.primaryBold.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Primary button border hover color",
28
+ "deprecated": false
29
+ },
30
+ "background": {
31
+ "value": "{basic.color.brand.primary.value}",
32
+ "type": "semantic",
33
+ "public": true,
34
+ "default": true,
35
+ "usage": "Primary button background color",
36
+ "deprecated": false
37
+ },
38
+ "backgroundHover": {
39
+ "value": "{basic.color.brand.primaryBold.value}",
40
+ "type": "semantic",
41
+ "public": true,
42
+ "default": true,
43
+ "usage": "Primary button background hover color",
44
+ "deprecated": false
45
+ },
46
+ "backgroundActive": {
47
+ "value": "{basic.color.brand.primaryBold.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "Primary button background active color",
52
+ "deprecated": false
53
+ },
54
+ "textInverse": {
55
+ "value": "{basic.color.brand.primary.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "Primary button inverse text color",
60
+ "deprecated": false
61
+ },
62
+ "borderInverse": {
63
+ "value": "{color.white.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "Primary button inverse border color",
68
+ "deprecated": false
69
+ },
70
+ "backgroundInverse": {
71
+ "value": "{color.white.value}",
72
+ "type": "semantic",
73
+ "public": true,
74
+ "default": true,
75
+ "usage": "Primary button inverse background color",
76
+ "deprecated": false
77
+ },
78
+ "borderInverseHover": {
79
+ "value": "{basic.color.brand.primaryMuted.value}",
80
+ "type": "semantic",
81
+ "public": true,
82
+ "default": true,
83
+ "usage": "Primary button inverse border hover color",
84
+ "deprecated": false
85
+ },
86
+ "backgroundInverseHover": {
87
+ "value": "{basic.color.brand.primaryMuted.value}",
88
+ "type": "semantic",
89
+ "public": true,
90
+ "default": true,
91
+ "usage": "Primary button inverse background hover color",
92
+ "deprecated": false
93
+ }
94
+ },
95
+ "secondary": {
96
+ "text": {
97
+ "value": "{basic.color.brand.primary.value}",
98
+ "type": "semantic",
99
+ "public": true,
100
+ "default": true,
101
+ "usage": "Secondary button text color",
102
+ "deprecated": false
103
+ },
104
+ "textHover": {
105
+ "value": "{basic.color.brand.primaryBold.value}",
106
+ "type": "semantic",
107
+ "public": true,
108
+ "default": true,
109
+ "usage": "Secondary button text hover color",
110
+ "deprecated": false
111
+ },
112
+ "border": {
113
+ "value": "{basic.color.brand.primary.value}",
114
+ "type": "semantic",
115
+ "public": true,
116
+ "default": true,
117
+ "usage": "Secondary button border color",
118
+ "deprecated": false
119
+ },
120
+ "borderHover": {
121
+ "value": "{basic.color.brand.primaryBold.value}",
122
+ "type": "semantic",
123
+ "public": true,
124
+ "default": true,
125
+ "usage": "Secondary button border hover color",
126
+ "deprecated": false
127
+ },
128
+ "background": {
129
+ "value": "{transparency.white.80.value}",
130
+ "type": "semantic",
131
+ "public": true,
132
+ "default": true,
133
+ "usage": "Secondary button background color",
134
+ "deprecated": false
135
+ },
136
+ "backgroundHover": {
137
+ "value": "{transparency.white.50.value}",
138
+ "type": "semantic",
139
+ "public": true,
140
+ "default": true,
141
+ "usage": "Secondary button background hover color",
142
+ "deprecated": false
143
+ },
144
+ "textInverse": {
145
+ "value": "{color.white.value}",
146
+ "type": "semantic",
147
+ "public": true,
148
+ "default": true,
149
+ "usage": "Secondary button inverse text color",
150
+ "deprecated": false
151
+ },
152
+ "borderInverse": {
153
+ "value": "{color.white.value}",
154
+ "type": "semantic",
155
+ "public": true,
156
+ "default": true,
157
+ "usage": "Secondary button inverse border color",
158
+ "deprecated": false
159
+ },
160
+ "backgroundInverseHover": {
161
+ "value": "{transparency.white.80.value}",
162
+ "type": "semantic",
163
+ "public": true,
164
+ "default": true,
165
+ "usage": "Secondary button inverse background hover color",
166
+ "deprecated": false
167
+ }
168
+ },
169
+ "tertiary": {
170
+ "text": {
171
+ "value": "{basic.color.brand.primary.value}",
172
+ "type": "semantic",
173
+ "public": true,
174
+ "default": true,
175
+ "usage": "Tertiary button text color",
176
+ "deprecated": false
177
+ },
178
+ "textHover": {
179
+ "value": "{basic.color.brand.primaryBold.value}",
180
+ "type": "semantic",
181
+ "public": true,
182
+ "default": true,
183
+ "usage": "Tertiary button text hover color",
184
+ "deprecated": false
185
+ },
186
+ "background": {
187
+ "value": "{transparency.black.5.value}",
188
+ "type": "semantic",
189
+ "public": true,
190
+ "default": true,
191
+ "usage": "Tertiary button background color",
192
+ "deprecated": false
193
+ },
194
+ "backgroundHover": {
195
+ "value": "{transparency.black.10.value}",
196
+ "type": "semantic",
197
+ "public": true,
198
+ "default": true,
199
+ "usage": "Tertiary button background hover color",
200
+ "deprecated": false
201
+ },
202
+ "border": {
203
+ "value": "{transparency.black.5.value}",
204
+ "type": "semantic",
205
+ "public": true,
206
+ "default": true,
207
+ "usage": "Tertiary button border color",
208
+ "deprecated": false
209
+ },
210
+ "borderHover": {
211
+ "value": "{transparency.black.10.value}",
212
+ "type": "semantic",
213
+ "public": true,
214
+ "default": true,
215
+ "usage": "Tertiary button border hover color",
216
+ "deprecated": false
217
+ },
218
+ "textInverse": {
219
+ "value": "{color.white.value}",
220
+ "type": "semantic",
221
+ "public": true,
222
+ "default": true,
223
+ "usage": "Tertiary button inverse text color",
224
+ "deprecated": false
225
+ },
226
+ "backgroundInverse": {
227
+ "value": "{transparency.white.5.value}",
228
+ "type": "semantic",
229
+ "public": true,
230
+ "default": true,
231
+ "usage": "Tertiary button inverse background color",
232
+ "deprecated": false
233
+ },
234
+ "backgroundInverseHover": {
235
+ "value": "{transparency.white.10.value}",
236
+ "type": "semantic",
237
+ "public": true,
238
+ "default": true,
239
+ "usage": "Tertiary button inverse background hover color",
240
+ "deprecated": false
241
+ },
242
+ "borderInverse": {
243
+ "value": "{transparency.white.5.value}",
244
+ "type": "semantic",
245
+ "public": true,
246
+ "default": true,
247
+ "usage": "Tertiary button inverse border color",
248
+ "deprecated": false
249
+ },
250
+ "borderInverseHover": {
251
+ "value": "{transparency.white.10.value}",
252
+ "type": "semantic",
253
+ "public": true,
254
+ "default": true,
255
+ "usage": "Tertiary button inverse border hover color",
256
+ "deprecated": false
257
+ }
258
+ }
259
+ }
260
+ }
261
+ }
262
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "hyperlink": {
5
+ "default": {
6
+ "value": "{basic.color.brand.primary.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default hyperlink color",
11
+ "deprecated": false
12
+ },
13
+ "hover": {
14
+ "value": "{basic.color.brand.primaryBold.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Hyperlink hover state color",
19
+ "deprecated": false
20
+ },
21
+ "active": {
22
+ "value": "{basic.color.brand.primaryBold.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Hyperlink active state color",
27
+ "deprecated": false
28
+ },
29
+ "visited": {
30
+ "value": "{basic.color.brand.primaryMuted.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Hyperlink visited state color",
35
+ "deprecated": false
36
+ },
37
+ "disabled": {
38
+ "value": "{color.gray.400.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Hyperlink disabled state color",
43
+ "deprecated": false
44
+ },
45
+ "inverse": {
46
+ "value": "{color.white.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Hyperlink inverse color",
51
+ "deprecated": false
52
+ },
53
+ "inverseHover": {
54
+ "value": "{basic.color.brand.primaryMuted.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Hyperlink inverse hover color",
59
+ "deprecated": false
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "background": {
5
+ "default": {
6
+ "value": "{color.white.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Component background color",
11
+ "deprecated": false
12
+ },
13
+ "muted": {
14
+ "value": "{color.gray.50.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Component background muted color",
19
+ "deprecated": false
20
+ },
21
+ "strong": {
22
+ "value": "{color.gray.600.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Component background strong color",
27
+ "deprecated": false
28
+ },
29
+ "inverse": {
30
+ "value": "{transparency.white.5.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Component background hover color",
35
+ "deprecated": false
36
+ }
37
+ },
38
+ "textAccent": {
39
+ "value": "{basic.color.brand.primarySubtle.value}",
40
+ "type": "semantic",
41
+ "public": true,
42
+ "default": true,
43
+ "usage": "",
44
+ "deprecated": false
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "state": {
5
+ "focused": {
6
+ "default": {
7
+ "value": "{basic.color.brand.primary.value}",
8
+ "type": "semantic",
9
+ "public": true,
10
+ "default": true,
11
+ "usage": "",
12
+ "deprecated": false
13
+ },
14
+ "inverse": {
15
+ "value": "{color.white.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "",
20
+ "deprecated": false
21
+ }
22
+ },
23
+ "selected": {
24
+ "default": {
25
+ "value": "{basic.color.brand.primary.value}",
26
+ "type": "semantic",
27
+ "public": true,
28
+ "default": true,
29
+ "usage": "",
30
+ "deprecated": false
31
+ },
32
+ "hover": {
33
+ "value": "{basic.color.brand.primaryBold.value}",
34
+ "type": "semantic",
35
+ "public": true,
36
+ "default": true,
37
+ "usage": "",
38
+ "deprecated": false
39
+ }
40
+ },
41
+ "background": {
42
+ "hover": {
43
+ "value": "{color.gray.100.value}",
44
+ "type": "semantic",
45
+ "public": true,
46
+ "default": true,
47
+ "usage": "",
48
+ "deprecated": false
49
+ },
50
+ "disabled": {
51
+ "value": "{color.gray.200.value}",
52
+ "type": "semantic",
53
+ "public": true,
54
+ "default": true,
55
+ "usage": "",
56
+ "deprecated": false
57
+ },
58
+ "inverse": {
59
+ "hover": {
60
+ "value": "{transparency.white.15.value}",
61
+ "type": "semantic",
62
+ "public": true,
63
+ "default": true,
64
+ "usage": "",
65
+ "deprecated": false
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "border": {
5
+ "default": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "subtle": {
14
+ "value": "{color.midnight.600.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Subtle neutral surface color",
19
+ "deprecated": false
20
+ },
21
+ "bold": {
22
+ "value": "{color.midnight.1000.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Bold neutral surface color",
27
+ "deprecated": false
28
+ },
29
+ "brand": {
30
+ "value": "{basic.color.brand.primary.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Brand border color",
35
+ "deprecated": false
36
+ },
37
+ "inverse": {
38
+ "value": "{color.white.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Inverse border color",
43
+ "deprecated": false
44
+ },
45
+ "divider": {
46
+ "base": {
47
+ "value": "{transparency.black.15.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "Divider border color",
52
+ "deprecated": false
53
+ },
54
+ "inverse": {
55
+ "value": "{transparency.white.40.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "Inverse divider border color",
60
+ "deprecated": false
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "brand": {
5
+ "primary": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "primaryMuted": {
14
+ "value": "{color.midnight.100.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted primary brand color",
19
+ "deprecated": false
20
+ },
21
+ "primarySubtle": {
22
+ "value": "{color.midnight.600.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Subtle primary brand color",
27
+ "deprecated": false
28
+ },
29
+ "primaryBold": {
30
+ "value": "{color.midnight.1000.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Bold primary brand color",
35
+ "deprecated": false
36
+ },
37
+ "secondary": {
38
+ "value": "{color.bliss.500.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Secondary brand color",
43
+ "deprecated": false
44
+ },
45
+ "secondaryMuted": {
46
+ "value": "{color.bliss.100.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Muted secondary brand color",
51
+ "deprecated": false
52
+ },
53
+ "secondarySubtle": {
54
+ "value": "{color.bliss.300.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Subtle secondary brand color",
59
+ "deprecated": false
60
+ },
61
+ "secondaryBold": {
62
+ "value": "{color.bliss.700.value}",
63
+ "type": "semantic",
64
+ "public": true,
65
+ "default": true,
66
+ "usage": "Bold secondary brand color",
67
+ "deprecated": false
68
+ },
69
+ "tertiary": {
70
+ "value": "{color.tropical.500.value}",
71
+ "type": "semantic",
72
+ "public": true,
73
+ "default": true,
74
+ "usage": "Tertiary brand color",
75
+ "deprecated": false
76
+ },
77
+ "tertiaryMuted": {
78
+ "value": "{color.tropical.100.value}",
79
+ "type": "semantic",
80
+ "public": true,
81
+ "default": true,
82
+ "usage": "Muted tertiary brand color",
83
+ "deprecated": false
84
+ },
85
+ "tertiarySubtle": {
86
+ "value": "{color.tropical.300.value}",
87
+ "type": "semantic",
88
+ "public": true,
89
+ "default": true,
90
+ "usage": "Subtle tertiary brand color",
91
+ "deprecated": false
92
+ },
93
+ "tertiaryBold": {
94
+ "value": "{color.tropical.700.value}",
95
+ "type": "semantic",
96
+ "public": true,
97
+ "default": true,
98
+ "usage": "Bold tertiary brand color",
99
+ "deprecated": false
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "fare": {
5
+ "basiceconomy": {
6
+ "value": "{color.bliss.400.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Basic fare brand color",
11
+ "deprecated": false
12
+ },
13
+ "economy": {
14
+ "value": "{color.atlas.500.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Economy fare brand color",
19
+ "deprecated": false
20
+ },
21
+ "premiumeconomy": {
22
+ "value": "{color.summit.900.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Premium fare brand color",
27
+ "deprecated": false
28
+ },
29
+ "business": {
30
+ "value": "{color.midnight.1000.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "First class fare brand color",
35
+ "deprecated": false
36
+ },
37
+ "first": {
38
+ "value": "{color.midnight.1000.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "First class fare brand color",
43
+ "deprecated": false
44
+ },
45
+ "oneworld": {
46
+ "emerald": {
47
+ "value": "{color.oneworld.emerald.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "OneWorld Emerald brand color",
52
+ "deprecated": false
53
+ },
54
+ "sapphire": {
55
+ "value": "{color.oneworld.sapphire.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "OneWorld Sapphire brand color",
60
+ "deprecated": false
61
+ },
62
+ "ruby": {
63
+ "value": "{color.oneworld.ruby.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "OneWorld Ruby brand color",
68
+ "deprecated": false
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }