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