@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,1692 @@
1
+ {
2
+ "color": {
3
+ "brand": {
4
+ "neutral": {
5
+ "100": {
6
+ "value": "transparent",
7
+ "type": "semantic",
8
+ "comment": "transparent",
9
+ "public": true,
10
+ "neutral": true,
11
+ "usage": "TBD...",
12
+ "wcag": "n/a",
13
+ "deprecated": false
14
+ },
15
+ "200": {
16
+ "value": "transparent",
17
+ "type": "semantic",
18
+ "comment": "transparent",
19
+ "public": true,
20
+ "neutral": true,
21
+ "usage": "TBD...",
22
+ "wcag": "n/a",
23
+ "deprecated": false
24
+ },
25
+ "300": {
26
+ "value": "transparent",
27
+ "type": "semantic",
28
+ "comment": "transparent",
29
+ "public": true,
30
+ "neutral": true,
31
+ "usage": "TBD...",
32
+ "wcag": "n/a",
33
+ "deprecated": false
34
+ },
35
+ "400": {
36
+ "value": "transparent",
37
+ "type": "semantic",
38
+ "comment": "transparent",
39
+ "public": true,
40
+ "neutral": true,
41
+ "usage": "TBD...",
42
+ "wcag": "n/a",
43
+ "deprecated": false
44
+ },
45
+ "500": {
46
+ "value": "transparent",
47
+ "type": "semantic",
48
+ "comment": "transparent",
49
+ "public": true,
50
+ "neutral": true,
51
+ "usage": "TBD...",
52
+ "wcag": "n/a",
53
+ "deprecated": false
54
+ },
55
+ "600": {
56
+ "value": "transparent",
57
+ "type": "semantic",
58
+ "comment": "transparent",
59
+ "public": true,
60
+ "neutral": true,
61
+ "usage": "TBD...",
62
+ "wcag": "n/a",
63
+ "deprecated": false
64
+ },
65
+ "700": {
66
+ "value": "transparent",
67
+ "type": "semantic",
68
+ "comment": "transparent",
69
+ "public": true,
70
+ "neutral": true,
71
+ "usage": "TBD...",
72
+ "wcag": "n/a",
73
+ "deprecated": false
74
+ },
75
+ "800": {
76
+ "value": "transparent",
77
+ "type": "semantic",
78
+ "comment": "transparent",
79
+ "public": true,
80
+ "neutral": true,
81
+ "usage": "TBD...",
82
+ "wcag": "n/a",
83
+ "deprecated": false
84
+ },
85
+ "900": {
86
+ "value": "transparent",
87
+ "type": "semantic",
88
+ "comment": "transparent",
89
+ "public": true,
90
+ "neutral": true,
91
+ "usage": "TBD...",
92
+ "wcag": "n/a",
93
+ "deprecated": false
94
+ },
95
+ "1000": {
96
+ "value": "transparent",
97
+ "type": "semantic",
98
+ "comment": "transparent",
99
+ "public": true,
100
+ "neutral": true,
101
+ "usage": "TBD...",
102
+ "wcag": "n/a",
103
+ "deprecated": false
104
+ }
105
+ },
106
+ "gray": {
107
+ "100": {
108
+ "value": "transparent",
109
+ "type": "semantic",
110
+ "comment": "transparent",
111
+ "public": true,
112
+ "neutral": true,
113
+ "usage": "Neutral accent",
114
+ "wcag": "n/a",
115
+ "deprecated": false
116
+ },
117
+ "200": {
118
+ "value": "transparent",
119
+ "type": "semantic",
120
+ "comment": "transparent",
121
+ "public": true,
122
+ "neutral": true,
123
+ "usage": "Neutral accent",
124
+ "wcag": "n/a",
125
+ "deprecated": false
126
+ },
127
+ "300": {
128
+ "value": "transparent",
129
+ "type": "semantic",
130
+ "comment": "transparent",
131
+ "public": true,
132
+ "neutral": true,
133
+ "usage": "Neutral accent",
134
+ "wcag": "n/a",
135
+ "deprecated": false
136
+ },
137
+ "400": {
138
+ "value": "transparent",
139
+ "type": "semantic",
140
+ "comment": "transparent",
141
+ "public": true,
142
+ "neutral": true,
143
+ "usage": "Neutral accent",
144
+ "wcag": "n/a",
145
+ "deprecated": false
146
+ },
147
+ "500": {
148
+ "value": "transparent",
149
+ "type": "semantic",
150
+ "comment": "transparent",
151
+ "public": true,
152
+ "neutral": true,
153
+ "usage": "Neutral accent",
154
+ "wcag": "n/a",
155
+ "deprecated": false
156
+ },
157
+ "600": {
158
+ "value": "transparent",
159
+ "type": "semantic",
160
+ "comment": "transparent",
161
+ "public": true,
162
+ "neutral": true,
163
+ "usage": "Neutral accent",
164
+ "wcag": "n/a",
165
+ "deprecated": false
166
+ },
167
+ "700": {
168
+ "value": "transparent",
169
+ "type": "semantic",
170
+ "comment": "transparent",
171
+ "public": true,
172
+ "neutral": true,
173
+ "usage": "Neutral accent",
174
+ "wcag": "n/a",
175
+ "deprecated": false
176
+ },
177
+ "800": {
178
+ "value": "transparent",
179
+ "type": "semantic",
180
+ "comment": "transparent",
181
+ "public": true,
182
+ "neutral": true,
183
+ "usage": "Neutral accent",
184
+ "wcag": "n/a",
185
+ "deprecated": false
186
+ },
187
+ "900": {
188
+ "value": "transparent",
189
+ "type": "semantic",
190
+ "comment": "transparent",
191
+ "public": true,
192
+ "neutral": true,
193
+ "usage": "Neutral accent",
194
+ "wcag": "n/a",
195
+ "deprecated": false
196
+ },
197
+ "1000": {
198
+ "value": "transparent",
199
+ "type": "semantic",
200
+ "comment": "transparent",
201
+ "public": true,
202
+ "neutral": true,
203
+ "usage": "Neutral accent",
204
+ "wcag": "n/a",
205
+ "deprecated": false
206
+ }
207
+ },
208
+ "red": {
209
+ "100": {
210
+ "value": "transparent",
211
+ "type": "semantic",
212
+ "comment": "transparent",
213
+ "public": true,
214
+ "usage": "Neutral accent",
215
+ "wcag": "n/a",
216
+ "deprecated": false
217
+ },
218
+ "200": {
219
+ "value": "transparent",
220
+ "type": "semantic",
221
+ "comment": "transparent",
222
+ "public": true,
223
+ "usage": "Neutral accent",
224
+ "wcag": "n/a",
225
+ "deprecated": false
226
+ },
227
+ "300": {
228
+ "value": "transparent",
229
+ "type": "semantic",
230
+ "comment": "transparent",
231
+ "public": true,
232
+ "usage": "Neutral accent",
233
+ "wcag": "n/a",
234
+ "deprecated": false
235
+ },
236
+ "400": {
237
+ "value": "transparent",
238
+ "type": "semantic",
239
+ "comment": "transparent",
240
+ "public": true,
241
+ "usage": "Neutral accent",
242
+ "wcag": "n/a",
243
+ "deprecated": false
244
+ },
245
+ "500": {
246
+ "value": "transparent",
247
+ "type": "semantic",
248
+ "comment": "transparent",
249
+ "public": true,
250
+ "usage": "Neutral accent",
251
+ "wcag": "n/a",
252
+ "deprecated": false
253
+ },
254
+ "600": {
255
+ "value": "transparent",
256
+ "type": "semantic",
257
+ "comment": "transparent",
258
+ "public": true,
259
+ "usage": "Neutral accent",
260
+ "wcag": "n/a",
261
+ "deprecated": false
262
+ },
263
+ "700": {
264
+ "value": "transparent",
265
+ "type": "semantic",
266
+ "comment": "transparent",
267
+ "public": true,
268
+ "usage": "Neutral accent",
269
+ "wcag": "n/a",
270
+ "deprecated": false
271
+ },
272
+ "800": {
273
+ "value": "transparent",
274
+ "type": "semantic",
275
+ "comment": "transparent",
276
+ "public": true,
277
+ "usage": "Neutral accent",
278
+ "wcag": "n/a",
279
+ "deprecated": false
280
+ },
281
+ "900": {
282
+ "value": "transparent",
283
+ "type": "semantic",
284
+ "comment": "transparent",
285
+ "public": true,
286
+ "usage": "Neutral accent",
287
+ "wcag": "n/a",
288
+ "deprecated": false
289
+ },
290
+ "1000": {
291
+ "value": "transparent",
292
+ "type": "semantic",
293
+ "comment": "transparent",
294
+ "public": true,
295
+ "usage": "Neutral accent",
296
+ "wcag": "n/a",
297
+ "deprecated": false
298
+ }
299
+ },
300
+ "yellow": {
301
+ "100": {
302
+ "value": "transparent",
303
+ "type": "semantic",
304
+ "comment": "transparent",
305
+ "public": true,
306
+ "usage": "Neutral accent",
307
+ "wcag": "n/a",
308
+ "deprecated": false
309
+ },
310
+ "200": {
311
+ "value": "transparent",
312
+ "type": "semantic",
313
+ "comment": "transparent",
314
+ "public": true,
315
+ "usage": "Neutral accent",
316
+ "wcag": "n/a",
317
+ "deprecated": false
318
+ },
319
+ "300": {
320
+ "value": "transparent",
321
+ "type": "semantic",
322
+ "comment": "transparent",
323
+ "public": true,
324
+ "usage": "Neutral accent",
325
+ "wcag": "n/a",
326
+ "deprecated": false
327
+ },
328
+ "400": {
329
+ "value": "transparent",
330
+ "type": "semantic",
331
+ "comment": "transparent",
332
+ "public": true,
333
+ "usage": "Neutral accent",
334
+ "wcag": "n/a",
335
+ "deprecated": false
336
+ },
337
+ "500": {
338
+ "value": "transparent",
339
+ "type": "semantic",
340
+ "comment": "transparent",
341
+ "public": true,
342
+ "usage": "Neutral accent",
343
+ "wcag": "n/a",
344
+ "deprecated": false
345
+ },
346
+ "600": {
347
+ "value": "transparent",
348
+ "type": "semantic",
349
+ "comment": "transparent",
350
+ "public": true,
351
+ "usage": "Neutral accent",
352
+ "wcag": "n/a",
353
+ "deprecated": false
354
+ },
355
+ "700": {
356
+ "value": "transparent",
357
+ "type": "semantic",
358
+ "comment": "transparent",
359
+ "public": true,
360
+ "usage": "Neutral accent",
361
+ "wcag": "n/a",
362
+ "deprecated": false
363
+ },
364
+ "800": {
365
+ "value": "transparent",
366
+ "type": "semantic",
367
+ "comment": "transparent",
368
+ "public": true,
369
+ "usage": "Neutral accent",
370
+ "wcag": "n/a",
371
+ "deprecated": false
372
+ },
373
+ "900": {
374
+ "value": "transparent",
375
+ "type": "semantic",
376
+ "comment": "transparent",
377
+ "public": true,
378
+ "usage": "Neutral accent",
379
+ "wcag": "n/a",
380
+ "deprecated": false
381
+ },
382
+ "1000": {
383
+ "value": "transparent",
384
+ "type": "semantic",
385
+ "comment": "transparent",
386
+ "public": true,
387
+ "usage": "Neutral accent",
388
+ "wcag": "n/a",
389
+ "deprecated": false
390
+ }
391
+ },
392
+ "lime": {
393
+ "100": {
394
+ "value": "transparent",
395
+ "type": "semantic",
396
+ "comment": "transparent",
397
+ "public": true,
398
+ "usage": "Neutral accent",
399
+ "wcag": "n/a",
400
+ "deprecated": false
401
+ },
402
+ "200": {
403
+ "value": "transparent",
404
+ "type": "semantic",
405
+ "comment": "transparent",
406
+ "public": true,
407
+ "usage": "Neutral accent",
408
+ "wcag": "n/a",
409
+ "deprecated": false
410
+ },
411
+ "300": {
412
+ "value": "transparent",
413
+ "type": "semantic",
414
+ "comment": "transparent",
415
+ "public": true,
416
+ "usage": "Neutral accent",
417
+ "wcag": "n/a",
418
+ "deprecated": false
419
+ },
420
+ "400": {
421
+ "value": "transparent",
422
+ "type": "semantic",
423
+ "comment": "transparent",
424
+ "public": true,
425
+ "usage": "Neutral accent",
426
+ "wcag": "n/a",
427
+ "deprecated": false
428
+ },
429
+ "500": {
430
+ "value": "transparent",
431
+ "type": "semantic",
432
+ "comment": "transparent",
433
+ "public": true,
434
+ "usage": "Neutral accent",
435
+ "wcag": "n/a",
436
+ "deprecated": false
437
+ },
438
+ "600": {
439
+ "value": "transparent",
440
+ "type": "semantic",
441
+ "comment": "transparent",
442
+ "public": true,
443
+ "usage": "Neutral accent",
444
+ "wcag": "n/a",
445
+ "deprecated": false
446
+ },
447
+ "700": {
448
+ "value": "transparent",
449
+ "type": "semantic",
450
+ "comment": "transparent",
451
+ "public": true,
452
+ "usage": "Neutral accent",
453
+ "wcag": "n/a",
454
+ "deprecated": false
455
+ },
456
+ "800": {
457
+ "value": "transparent",
458
+ "type": "semantic",
459
+ "comment": "transparent",
460
+ "public": true,
461
+ "usage": "Neutral accent",
462
+ "wcag": "n/a",
463
+ "deprecated": false
464
+ },
465
+ "900": {
466
+ "value": "transparent",
467
+ "type": "semantic",
468
+ "comment": "transparent",
469
+ "public": true,
470
+ "usage": "Neutral accent",
471
+ "wcag": "n/a",
472
+ "deprecated": false
473
+ },
474
+ "1000": {
475
+ "value": "transparent",
476
+ "type": "semantic",
477
+ "comment": "transparent",
478
+ "public": true,
479
+ "usage": "Neutral accent",
480
+ "wcag": "n/a",
481
+ "deprecated": false
482
+ }
483
+ },
484
+ "green": {
485
+ "100": {
486
+ "value": "transparent",
487
+ "type": "semantic",
488
+ "comment": "transparent",
489
+ "public": true,
490
+ "usage": "Neutral accent",
491
+ "wcag": "n/a",
492
+ "deprecated": false
493
+ },
494
+ "200": {
495
+ "value": "transparent",
496
+ "type": "semantic",
497
+ "comment": "transparent",
498
+ "public": true,
499
+ "usage": "Neutral accent",
500
+ "wcag": "n/a",
501
+ "deprecated": false
502
+ },
503
+ "300": {
504
+ "value": "transparent",
505
+ "type": "semantic",
506
+ "comment": "transparent",
507
+ "public": true,
508
+ "usage": "Neutral accent",
509
+ "wcag": "n/a",
510
+ "deprecated": false
511
+ },
512
+ "400": {
513
+ "value": "transparent",
514
+ "type": "semantic",
515
+ "comment": "transparent",
516
+ "public": true,
517
+ "usage": "Neutral accent",
518
+ "wcag": "n/a",
519
+ "deprecated": false
520
+ },
521
+ "500": {
522
+ "value": "transparent",
523
+ "type": "semantic",
524
+ "comment": "transparent",
525
+ "public": true,
526
+ "usage": "Neutral accent",
527
+ "wcag": "n/a",
528
+ "deprecated": false
529
+ },
530
+ "600": {
531
+ "value": "transparent",
532
+ "type": "semantic",
533
+ "comment": "transparent",
534
+ "public": true,
535
+ "usage": "Neutral accent",
536
+ "wcag": "n/a",
537
+ "deprecated": false
538
+ },
539
+ "700": {
540
+ "value": "transparent",
541
+ "type": "semantic",
542
+ "comment": "transparent",
543
+ "public": true,
544
+ "usage": "Neutral accent",
545
+ "wcag": "n/a",
546
+ "deprecated": false
547
+ },
548
+ "800": {
549
+ "value": "transparent",
550
+ "type": "semantic",
551
+ "comment": "transparent",
552
+ "public": true,
553
+ "usage": "Neutral accent",
554
+ "wcag": "n/a",
555
+ "deprecated": false
556
+ },
557
+ "900": {
558
+ "value": "transparent",
559
+ "type": "semantic",
560
+ "comment": "transparent",
561
+ "public": true,
562
+ "usage": "Neutral accent",
563
+ "wcag": "n/a",
564
+ "deprecated": false
565
+ },
566
+ "1000": {
567
+ "value": "transparent",
568
+ "type": "semantic",
569
+ "comment": "transparent",
570
+ "public": true,
571
+ "usage": "Neutral accent",
572
+ "wcag": "n/a",
573
+ "deprecated": false
574
+ }
575
+ },
576
+ "turquoise": {
577
+ "100": {
578
+ "value": "transparent",
579
+ "type": "semantic",
580
+ "comment": "transparent",
581
+ "public": true,
582
+ "usage": "Neutral accent",
583
+ "wcag": "n/a",
584
+ "deprecated": false
585
+ },
586
+ "200": {
587
+ "value": "transparent",
588
+ "type": "semantic",
589
+ "comment": "transparent",
590
+ "public": true,
591
+ "usage": "Neutral accent",
592
+ "wcag": "n/a",
593
+ "deprecated": false
594
+ },
595
+ "300": {
596
+ "value": "transparent",
597
+ "type": "semantic",
598
+ "comment": "transparent",
599
+ "public": true,
600
+ "usage": "Neutral accent",
601
+ "wcag": "n/a",
602
+ "deprecated": false
603
+ },
604
+ "400": {
605
+ "value": "transparent",
606
+ "type": "semantic",
607
+ "comment": "transparent",
608
+ "public": true,
609
+ "usage": "Neutral accent",
610
+ "wcag": "n/a",
611
+ "deprecated": false
612
+ },
613
+ "500": {
614
+ "value": "transparent",
615
+ "type": "semantic",
616
+ "comment": "transparent",
617
+ "public": true,
618
+ "usage": "Neutral accent",
619
+ "wcag": "n/a",
620
+ "deprecated": false
621
+ },
622
+ "600": {
623
+ "value": "transparent",
624
+ "type": "semantic",
625
+ "comment": "transparent",
626
+ "public": true,
627
+ "usage": "Neutral accent",
628
+ "wcag": "n/a",
629
+ "deprecated": false
630
+ },
631
+ "700": {
632
+ "value": "transparent",
633
+ "type": "semantic",
634
+ "comment": "transparent",
635
+ "public": true,
636
+ "usage": "Neutral accent",
637
+ "wcag": "n/a",
638
+ "deprecated": false
639
+ },
640
+ "800": {
641
+ "value": "transparent",
642
+ "type": "semantic",
643
+ "comment": "transparent",
644
+ "public": true,
645
+ "usage": "Neutral accent",
646
+ "wcag": "n/a",
647
+ "deprecated": false
648
+ },
649
+ "900": {
650
+ "value": "transparent",
651
+ "type": "semantic",
652
+ "comment": "transparent",
653
+ "public": true,
654
+ "usage": "Neutral accent",
655
+ "wcag": "n/a",
656
+ "deprecated": false
657
+ },
658
+ "1000": {
659
+ "value": "transparent",
660
+ "type": "semantic",
661
+ "comment": "transparent",
662
+ "public": true,
663
+ "usage": "Neutral accent",
664
+ "wcag": "n/a",
665
+ "deprecated": false
666
+ }
667
+ },
668
+ "cyan": {
669
+ "100": {
670
+ "value": "transparent",
671
+ "type": "semantic",
672
+ "comment": "transparent",
673
+ "public": true,
674
+ "usage": "Neutral accent",
675
+ "wcag": "n/a",
676
+ "deprecated": false
677
+ },
678
+ "200": {
679
+ "value": "transparent",
680
+ "type": "semantic",
681
+ "comment": "transparent",
682
+ "public": true,
683
+ "usage": "Neutral accent",
684
+ "wcag": "n/a",
685
+ "deprecated": false
686
+ },
687
+ "300": {
688
+ "value": "transparent",
689
+ "type": "semantic",
690
+ "comment": "transparent",
691
+ "public": true,
692
+ "usage": "Neutral accent",
693
+ "wcag": "n/a",
694
+ "deprecated": false
695
+ },
696
+ "400": {
697
+ "value": "transparent",
698
+ "type": "semantic",
699
+ "comment": "transparent",
700
+ "public": true,
701
+ "usage": "Neutral accent",
702
+ "wcag": "n/a",
703
+ "deprecated": false
704
+ },
705
+ "500": {
706
+ "value": "transparent",
707
+ "type": "semantic",
708
+ "comment": "transparent",
709
+ "public": true,
710
+ "usage": "Neutral accent",
711
+ "wcag": "n/a",
712
+ "deprecated": false
713
+ },
714
+ "600": {
715
+ "value": "transparent",
716
+ "type": "semantic",
717
+ "comment": "transparent",
718
+ "public": true,
719
+ "usage": "Neutral accent",
720
+ "wcag": "n/a",
721
+ "deprecated": false
722
+ },
723
+ "700": {
724
+ "value": "transparent",
725
+ "type": "semantic",
726
+ "comment": "transparent",
727
+ "public": true,
728
+ "usage": "Neutral accent",
729
+ "wcag": "n/a",
730
+ "deprecated": false
731
+ },
732
+ "800": {
733
+ "value": "transparent",
734
+ "type": "semantic",
735
+ "comment": "transparent",
736
+ "public": true,
737
+ "usage": "Neutral accent",
738
+ "wcag": "n/a",
739
+ "deprecated": false
740
+ },
741
+ "900": {
742
+ "value": "transparent",
743
+ "type": "semantic",
744
+ "comment": "transparent",
745
+ "public": true,
746
+ "usage": "Neutral accent",
747
+ "wcag": "n/a",
748
+ "deprecated": false
749
+ },
750
+ "1000": {
751
+ "value": "transparent",
752
+ "type": "semantic",
753
+ "comment": "transparent",
754
+ "public": true,
755
+ "usage": "Neutral accent",
756
+ "wcag": "n/a",
757
+ "deprecated": false
758
+ }
759
+ },
760
+ "blue": {
761
+ "100": {
762
+ "value": "transparent",
763
+ "type": "semantic",
764
+ "comment": "transparent",
765
+ "public": true,
766
+ "usage": "Neutral accent",
767
+ "wcag": "n/a",
768
+ "deprecated": false
769
+ },
770
+ "200": {
771
+ "value": "transparent",
772
+ "type": "semantic",
773
+ "comment": "transparent",
774
+ "public": true,
775
+ "usage": "Neutral accent",
776
+ "wcag": "n/a",
777
+ "deprecated": false
778
+ },
779
+ "300": {
780
+ "value": "transparent",
781
+ "type": "semantic",
782
+ "comment": "transparent",
783
+ "public": true,
784
+ "usage": "Neutral accent",
785
+ "wcag": "n/a",
786
+ "deprecated": false
787
+ },
788
+ "400": {
789
+ "value": "transparent",
790
+ "type": "semantic",
791
+ "comment": "transparent",
792
+ "public": true,
793
+ "usage": "Neutral accent",
794
+ "wcag": "n/a",
795
+ "deprecated": false
796
+ },
797
+ "500": {
798
+ "value": "transparent",
799
+ "type": "semantic",
800
+ "comment": "transparent",
801
+ "public": true,
802
+ "usage": "Neutral accent",
803
+ "wcag": "n/a",
804
+ "deprecated": false
805
+ },
806
+ "600": {
807
+ "value": "transparent",
808
+ "type": "semantic",
809
+ "comment": "transparent",
810
+ "public": true,
811
+ "usage": "Neutral accent",
812
+ "wcag": "n/a",
813
+ "deprecated": false
814
+ },
815
+ "700": {
816
+ "value": "transparent",
817
+ "type": "semantic",
818
+ "comment": "transparent",
819
+ "public": true,
820
+ "usage": "Neutral accent",
821
+ "wcag": "n/a",
822
+ "deprecated": false
823
+ },
824
+ "800": {
825
+ "value": "transparent",
826
+ "type": "semantic",
827
+ "comment": "transparent",
828
+ "public": true,
829
+ "usage": "Neutral accent",
830
+ "wcag": "n/a",
831
+ "deprecated": false
832
+ },
833
+ "900": {
834
+ "value": "transparent",
835
+ "type": "semantic",
836
+ "comment": "transparent",
837
+ "public": true,
838
+ "usage": "Neutral accent",
839
+ "wcag": "n/a",
840
+ "deprecated": false
841
+ },
842
+ "1000": {
843
+ "value": "transparent",
844
+ "type": "semantic",
845
+ "comment": "transparent",
846
+ "public": true,
847
+ "usage": "Neutral accent",
848
+ "wcag": "n/a",
849
+ "deprecated": false
850
+ }
851
+ },
852
+ "navy": {
853
+ "100": {
854
+ "value": "transparent",
855
+ "type": "semantic",
856
+ "comment": "transparent",
857
+ "public": true,
858
+ "usage": "Neutral accent",
859
+ "wcag": "n/a",
860
+ "deprecated": false
861
+ },
862
+ "200": {
863
+ "value": "transparent",
864
+ "type": "semantic",
865
+ "comment": "transparent",
866
+ "public": true,
867
+ "usage": "Neutral accent",
868
+ "wcag": "n/a",
869
+ "deprecated": false
870
+ },
871
+ "300": {
872
+ "value": "transparent",
873
+ "type": "semantic",
874
+ "comment": "transparent",
875
+ "public": true,
876
+ "usage": "Neutral accent",
877
+ "wcag": "n/a",
878
+ "deprecated": false
879
+ },
880
+ "400": {
881
+ "value": "transparent",
882
+ "type": "semantic",
883
+ "comment": "transparent",
884
+ "public": true,
885
+ "usage": "Neutral accent",
886
+ "wcag": "n/a",
887
+ "deprecated": false
888
+ },
889
+ "500": {
890
+ "value": "transparent",
891
+ "type": "semantic",
892
+ "comment": "transparent",
893
+ "public": true,
894
+ "usage": "Neutral accent",
895
+ "wcag": "n/a",
896
+ "deprecated": false
897
+ },
898
+ "600": {
899
+ "value": "transparent",
900
+ "type": "semantic",
901
+ "comment": "transparent",
902
+ "public": true,
903
+ "usage": "Neutral accent",
904
+ "wcag": "n/a",
905
+ "deprecated": false
906
+ },
907
+ "700": {
908
+ "value": "transparent",
909
+ "type": "semantic",
910
+ "comment": "transparent",
911
+ "public": true,
912
+ "usage": "Neutral accent",
913
+ "wcag": "n/a",
914
+ "deprecated": false
915
+ },
916
+ "800": {
917
+ "value": "transparent",
918
+ "type": "semantic",
919
+ "comment": "transparent",
920
+ "public": true,
921
+ "usage": "Neutral accent",
922
+ "wcag": "n/a",
923
+ "deprecated": false
924
+ },
925
+ "900": {
926
+ "value": "transparent",
927
+ "type": "semantic",
928
+ "comment": "transparent",
929
+ "public": true,
930
+ "usage": "Neutral accent",
931
+ "wcag": "n/a",
932
+ "deprecated": false
933
+ },
934
+ "1000": {
935
+ "value": "transparent",
936
+ "type": "semantic",
937
+ "comment": "transparent",
938
+ "public": true,
939
+ "usage": "Neutral accent",
940
+ "wcag": "n/a",
941
+ "deprecated": false
942
+ }
943
+ },
944
+ "purple": {
945
+ "100": {
946
+ "value": "transparent",
947
+ "type": "semantic",
948
+ "comment": "transparent",
949
+ "public": true,
950
+ "usage": "Neutral accent",
951
+ "wcag": "n/a",
952
+ "deprecated": false
953
+ },
954
+ "200": {
955
+ "value": "transparent",
956
+ "type": "semantic",
957
+ "comment": "transparent",
958
+ "public": true,
959
+ "usage": "Neutral accent",
960
+ "wcag": "n/a",
961
+ "deprecated": false
962
+ },
963
+ "300": {
964
+ "value": "transparent",
965
+ "type": "semantic",
966
+ "comment": "transparent",
967
+ "public": true,
968
+ "usage": "Neutral accent",
969
+ "wcag": "n/a",
970
+ "deprecated": false
971
+ },
972
+ "400": {
973
+ "value": "transparent",
974
+ "type": "semantic",
975
+ "comment": "transparent",
976
+ "public": true,
977
+ "usage": "Neutral accent",
978
+ "wcag": "n/a",
979
+ "deprecated": false
980
+ },
981
+ "500": {
982
+ "value": "transparent",
983
+ "type": "semantic",
984
+ "comment": "transparent",
985
+ "public": true,
986
+ "usage": "Neutral accent",
987
+ "wcag": "n/a",
988
+ "deprecated": false
989
+ },
990
+ "600": {
991
+ "value": "transparent",
992
+ "type": "semantic",
993
+ "comment": "transparent",
994
+ "public": true,
995
+ "usage": "Neutral accent",
996
+ "wcag": "n/a",
997
+ "deprecated": false
998
+ },
999
+ "700": {
1000
+ "value": "transparent",
1001
+ "type": "semantic",
1002
+ "comment": "transparent",
1003
+ "public": true,
1004
+ "usage": "Neutral accent",
1005
+ "wcag": "n/a",
1006
+ "deprecated": false
1007
+ },
1008
+ "800": {
1009
+ "value": "transparent",
1010
+ "type": "semantic",
1011
+ "comment": "transparent",
1012
+ "public": true,
1013
+ "usage": "Neutral accent",
1014
+ "wcag": "n/a",
1015
+ "deprecated": false
1016
+ },
1017
+ "900": {
1018
+ "value": "transparent",
1019
+ "type": "semantic",
1020
+ "comment": "transparent",
1021
+ "public": true,
1022
+ "usage": "Neutral accent",
1023
+ "wcag": "n/a",
1024
+ "deprecated": false
1025
+ },
1026
+ "1000": {
1027
+ "value": "transparent",
1028
+ "type": "semantic",
1029
+ "comment": "transparent",
1030
+ "public": true,
1031
+ "usage": "Neutral accent",
1032
+ "wcag": "n/a",
1033
+ "deprecated": false
1034
+ }
1035
+ },
1036
+ "pink": {
1037
+ "100": {
1038
+ "value": "transparent",
1039
+ "type": "semantic",
1040
+ "comment": "transparent",
1041
+ "public": true,
1042
+ "usage": "Neutral accent",
1043
+ "wcag": "n/a",
1044
+ "deprecated": false
1045
+ },
1046
+ "200": {
1047
+ "value": "transparent",
1048
+ "type": "semantic",
1049
+ "comment": "transparent",
1050
+ "public": true,
1051
+ "usage": "Neutral accent",
1052
+ "wcag": "n/a",
1053
+ "deprecated": false
1054
+ },
1055
+ "300": {
1056
+ "value": "transparent",
1057
+ "type": "semantic",
1058
+ "comment": "transparent",
1059
+ "public": true,
1060
+ "usage": "Neutral accent",
1061
+ "wcag": "n/a",
1062
+ "deprecated": false
1063
+ },
1064
+ "400": {
1065
+ "value": "transparent",
1066
+ "type": "semantic",
1067
+ "comment": "transparent",
1068
+ "public": true,
1069
+ "usage": "Neutral accent",
1070
+ "wcag": "n/a",
1071
+ "deprecated": false
1072
+ },
1073
+ "500": {
1074
+ "value": "transparent",
1075
+ "type": "semantic",
1076
+ "comment": "transparent",
1077
+ "public": true,
1078
+ "usage": "Neutral accent",
1079
+ "wcag": "n/a",
1080
+ "deprecated": false
1081
+ },
1082
+ "600": {
1083
+ "value": "transparent",
1084
+ "type": "semantic",
1085
+ "comment": "transparent",
1086
+ "public": true,
1087
+ "usage": "Neutral accent",
1088
+ "wcag": "n/a",
1089
+ "deprecated": false
1090
+ },
1091
+ "700": {
1092
+ "value": "transparent",
1093
+ "type": "semantic",
1094
+ "comment": "transparent",
1095
+ "public": true,
1096
+ "usage": "Neutral accent",
1097
+ "wcag": "n/a",
1098
+ "deprecated": false
1099
+ },
1100
+ "800": {
1101
+ "value": "transparent",
1102
+ "type": "semantic",
1103
+ "comment": "transparent",
1104
+ "public": true,
1105
+ "usage": "Neutral accent",
1106
+ "wcag": "n/a",
1107
+ "deprecated": false
1108
+ },
1109
+ "900": {
1110
+ "value": "transparent",
1111
+ "type": "semantic",
1112
+ "comment": "transparent",
1113
+ "public": true,
1114
+ "usage": "Neutral accent",
1115
+ "wcag": "n/a",
1116
+ "deprecated": false
1117
+ },
1118
+ "1000": {
1119
+ "value": "transparent",
1120
+ "type": "semantic",
1121
+ "comment": "transparent",
1122
+ "public": true,
1123
+ "usage": "Neutral accent",
1124
+ "wcag": "n/a",
1125
+ "deprecated": false
1126
+ }
1127
+ },
1128
+ "midnight": {
1129
+ "100": {
1130
+ "value": "transparent",
1131
+ "type": "semantic",
1132
+ "comment": "transparent",
1133
+ "public": true,
1134
+ "neutral": true,
1135
+ "usage": "Transactional colors to move guests through task-based interactions.",
1136
+ "wcag": "n/a",
1137
+ "deprecated": true,
1138
+ "version": "4.5.0",
1139
+ "reference": "n/a"
1140
+ },
1141
+ "200": {
1142
+ "value": "transparent",
1143
+ "type": "semantic",
1144
+ "comment": "transparent",
1145
+ "public": true,
1146
+ "neutral": true,
1147
+ "usage": "Transactional colors to move guests through task-based interactions.",
1148
+ "wcag": "n/a",
1149
+ "deprecated": true,
1150
+ "version": "4.5.0",
1151
+ "reference": "n/a"
1152
+ },
1153
+ "300": {
1154
+ "value": "transparent",
1155
+ "type": "semantic",
1156
+ "comment": "transparent",
1157
+ "public": true,
1158
+ "neutral": true,
1159
+ "usage": "Transactional colors to move guests through task-based interactions.",
1160
+ "wcag": "n/a",
1161
+ "deprecated": true,
1162
+ "version": "4.5.0",
1163
+ "reference": "n/a"
1164
+ },
1165
+ "400": {
1166
+ "value": "transparent",
1167
+ "type": "semantic",
1168
+ "comment": "transparent",
1169
+ "public": true,
1170
+ "neutral": true,
1171
+ "usage": "Transactional colors to move guests through task-based interactions.",
1172
+ "wcag": "n/a",
1173
+ "deprecated": true,
1174
+ "version": "4.5.0",
1175
+ "reference": "n/a"
1176
+ },
1177
+ "500": {
1178
+ "value": "transparent",
1179
+ "type": "semantic",
1180
+ "comment": "transparent",
1181
+ "public": true,
1182
+ "neutral": true,
1183
+ "usage": "Transactional colors to move guests through task-based interactions.",
1184
+ "wcag": "n/a",
1185
+ "deprecated": true,
1186
+ "version": "4.5.0",
1187
+ "reference": "n/a"
1188
+ }
1189
+ },
1190
+ "atlas": {
1191
+ "100": {
1192
+ "value": "transparent",
1193
+ "type": "semantic",
1194
+ "comment": "transparent",
1195
+ "public": true,
1196
+ "neutral": true,
1197
+ "usage": "Transactional colors to move guests through task-based interactions.",
1198
+ "wcag": "n/a",
1199
+ "deprecated": true,
1200
+ "version": "4.5.0",
1201
+ "reference": "n/a"
1202
+ },
1203
+ "200": {
1204
+ "value": "transparent",
1205
+ "type": "semantic",
1206
+ "comment": "transparent",
1207
+ "public": true,
1208
+ "neutral": true,
1209
+ "usage": "Transactional colors to move guests through task-based interactions.",
1210
+ "wcag": "n/a",
1211
+ "deprecated": true,
1212
+ "version": "4.5.0",
1213
+ "reference": "n/a"
1214
+ },
1215
+ "300": {
1216
+ "value": "transparent",
1217
+ "type": "semantic",
1218
+ "comment": "transparent",
1219
+ "public": true,
1220
+ "neutral": true,
1221
+ "usage": "Transactional colors to move guests through task-based interactions.",
1222
+ "wcag": "n/a",
1223
+ "deprecated": true,
1224
+ "version": "4.5.0",
1225
+ "reference": "n/a"
1226
+ },
1227
+ "400": {
1228
+ "value": "transparent",
1229
+ "type": "semantic",
1230
+ "comment": "transparent",
1231
+ "public": true,
1232
+ "neutral": true,
1233
+ "usage": "Transactional colors to move guests through task-based interactions.",
1234
+ "wcag": "n/a",
1235
+ "deprecated": true,
1236
+ "version": "4.5.0",
1237
+ "reference": "n/a"
1238
+ },
1239
+ "400-opacity-20": {
1240
+ "value": "transparent",
1241
+ "type": "semantic",
1242
+ "comment": "transparent",
1243
+ "opacity": true,
1244
+ "public": true,
1245
+ "neutral": true,
1246
+ "usage": "Transactional colors to move guests through task-based interactions.",
1247
+ "wcag": "n/a",
1248
+ "deprecated": true,
1249
+ "version": "4.5.0",
1250
+ "reference": "n/a"
1251
+ },
1252
+ "500": {
1253
+ "value": "transparent",
1254
+ "type": "semantic",
1255
+ "comment": "transparent",
1256
+ "public": true,
1257
+ "neutral": true,
1258
+ "usage": "Transactional colors to move guests through task-based interactions.",
1259
+ "wcag": "n/a",
1260
+ "deprecated": true,
1261
+ "version": "4.5.0",
1262
+ "reference": "n/a"
1263
+ }
1264
+ },
1265
+ "breeze": {
1266
+ "100": {
1267
+ "value": "transparent",
1268
+ "type": "semantic",
1269
+ "comment": "transparent",
1270
+ "public": true,
1271
+ "neutral": true,
1272
+ "usage": "Transactional colors to move guests through task-based interactions.",
1273
+ "wcag": "n/a",
1274
+ "deprecated": true,
1275
+ "version": "4.5.0",
1276
+ "reference": "n/a"
1277
+ },
1278
+ "200": {
1279
+ "value": "transparent",
1280
+ "type": "semantic",
1281
+ "comment": "transparent",
1282
+ "public": true,
1283
+ "neutral": true,
1284
+ "usage": "Transactional colors to move guests through task-based interactions.",
1285
+ "wcag": "n/a",
1286
+ "deprecated": true,
1287
+ "version": "4.5.0",
1288
+ "reference": "n/a"
1289
+ },
1290
+ "300": {
1291
+ "value": "transparent",
1292
+ "type": "semantic",
1293
+ "comment": "transparent",
1294
+ "public": true,
1295
+ "neutral": true,
1296
+ "usage": "Transactional colors to move guests through task-based interactions.",
1297
+ "wcag": "n/a",
1298
+ "deprecated": true,
1299
+ "version": "4.5.0",
1300
+ "reference": "n/a"
1301
+ },
1302
+ "300-opacity-30": {
1303
+ "value": "transparent",
1304
+ "type": "semantic",
1305
+ "comment": "transparent",
1306
+ "public": true,
1307
+ "neutral": true,
1308
+ "usage": "Transactional colors to move guests through task-based interactions.",
1309
+ "wcag": "n/a",
1310
+ "deprecated": true,
1311
+ "version": "4.5.0",
1312
+ "reference": "n/a"
1313
+ },
1314
+ "400": {
1315
+ "value": "transparent",
1316
+ "type": "semantic",
1317
+ "comment": "transparent",
1318
+ "public": true,
1319
+ "neutral": true,
1320
+ "usage": "Transactional colors to move guests through task-based interactions.",
1321
+ "wcag": "n/a",
1322
+ "deprecated": true,
1323
+ "version": "4.5.0",
1324
+ "reference": "n/a"
1325
+ },
1326
+ "500": {
1327
+ "value": "transparent",
1328
+ "type": "semantic",
1329
+ "comment": "transparent",
1330
+ "public": true,
1331
+ "neutral": true,
1332
+ "usage": "Transactional colors to move guests through task-based interactions.",
1333
+ "wcag": "n/a",
1334
+ "deprecated": true,
1335
+ "version": "4.5.0",
1336
+ "reference": "n/a"
1337
+ }
1338
+ },
1339
+ "tropical": {
1340
+ "100": {
1341
+ "value": "transparent",
1342
+ "type": "semantic",
1343
+ "comment": "transparent",
1344
+ "public": true,
1345
+ "neutral": true,
1346
+ "usage": "Transactional colors to move guests through task-based interactions.",
1347
+ "wcag": "n/a",
1348
+ "deprecated": true,
1349
+ "version": "4.5.0",
1350
+ "reference": "n/a"
1351
+ },
1352
+ "200": {
1353
+ "value": "transparent",
1354
+ "type": "semantic",
1355
+ "comment": "transparent",
1356
+ "public": true,
1357
+ "neutral": true,
1358
+ "usage": "Transactional colors to move guests through task-based interactions.",
1359
+ "wcag": "n/a",
1360
+ "deprecated": true,
1361
+ "version": "4.5.0",
1362
+ "reference": "n/a"
1363
+ },
1364
+ "300": {
1365
+ "value": "transparent",
1366
+ "type": "semantic",
1367
+ "comment": "transparent",
1368
+ "public": true,
1369
+ "neutral": true,
1370
+ "usage": "Transactional colors to move guests through task-based interactions.",
1371
+ "wcag": "n/a",
1372
+ "deprecated": true,
1373
+ "version": "4.5.0",
1374
+ "reference": "n/a"
1375
+ },
1376
+ "400": {
1377
+ "value": "transparent",
1378
+ "type": "semantic",
1379
+ "comment": "transparent",
1380
+ "public": true,
1381
+ "neutral": true,
1382
+ "usage": "Transactional colors to move guests through task-based interactions.",
1383
+ "wcag": "n/a",
1384
+ "deprecated": true,
1385
+ "version": "4.5.0",
1386
+ "reference": "n/a"
1387
+ },
1388
+ "500": {
1389
+ "value": "transparent",
1390
+ "type": "semantic",
1391
+ "comment": "transparent",
1392
+ "public": true,
1393
+ "neutral": true,
1394
+ "usage": "Transactional colors to move guests through task-based interactions.",
1395
+ "wcag": "n/a",
1396
+ "deprecated": true,
1397
+ "version": "4.5.0",
1398
+ "reference": "n/a"
1399
+ }
1400
+ },
1401
+ "alpine": {
1402
+ "100": {
1403
+ "value": "transparent",
1404
+ "type": "semantic",
1405
+ "comment": "transparent",
1406
+ "public": true,
1407
+ "neutral": true,
1408
+ "usage": "Transactional colors to move guests through task-based interactions.",
1409
+ "wcag": "n/a",
1410
+ "deprecated": true,
1411
+ "version": "4.5.0",
1412
+ "reference": "n/a"
1413
+ },
1414
+ "200": {
1415
+ "value": "transparent",
1416
+ "type": "semantic",
1417
+ "comment": "transparent",
1418
+ "public": true,
1419
+ "neutral": true,
1420
+ "usage": "Transactional colors to move guests through task-based interactions.",
1421
+ "wcag": "n/a",
1422
+ "deprecated": true,
1423
+ "version": "4.5.0",
1424
+ "reference": "n/a"
1425
+ },
1426
+ "300": {
1427
+ "value": "transparent",
1428
+ "type": "semantic",
1429
+ "comment": "transparent",
1430
+ "public": true,
1431
+ "neutral": true,
1432
+ "usage": "Transactional colors to move guests through task-based interactions.",
1433
+ "wcag": "n/a",
1434
+ "deprecated": true,
1435
+ "version": "4.5.0",
1436
+ "reference": "n/a"
1437
+ },
1438
+ "400": {
1439
+ "value": "transparent",
1440
+ "type": "semantic",
1441
+ "comment": "transparent",
1442
+ "public": true,
1443
+ "neutral": true,
1444
+ "usage": "Transactional colors to move guests through task-based interactions.",
1445
+ "wcag": "n/a",
1446
+ "deprecated": true,
1447
+ "version": "4.5.0",
1448
+ "reference": "n/a"
1449
+ },
1450
+ "500": {
1451
+ "value": "transparent",
1452
+ "type": "semantic",
1453
+ "comment": "transparent",
1454
+ "public": true,
1455
+ "neutral": true,
1456
+ "usage": "Transactional colors to move guests through task-based interactions.",
1457
+ "wcag": "n/a",
1458
+ "deprecated": true,
1459
+ "version": "4.5.0",
1460
+ "reference": "n/a"
1461
+ }
1462
+ },
1463
+ "flamingo": {
1464
+ "100": {
1465
+ "value": "transparent",
1466
+ "type": "semantic",
1467
+ "comment": "transparent",
1468
+ "public": true,
1469
+ "neutral": true,
1470
+ "usage": "Transactional colors to move guests through task-based interactions.",
1471
+ "wcag": "n/a",
1472
+ "deprecated": true,
1473
+ "version": "4.5.0",
1474
+ "reference": "n/a"
1475
+ },
1476
+ "200": {
1477
+ "value": "transparent",
1478
+ "type": "semantic",
1479
+ "comment": "transparent",
1480
+ "public": true,
1481
+ "neutral": true,
1482
+ "usage": "Transactional colors to move guests through task-based interactions.",
1483
+ "wcag": "n/a",
1484
+ "deprecated": true,
1485
+ "version": "4.5.0",
1486
+ "reference": "n/a"
1487
+ },
1488
+ "300": {
1489
+ "value": "transparent",
1490
+ "type": "semantic",
1491
+ "comment": "transparent",
1492
+ "public": true,
1493
+ "neutral": true,
1494
+ "usage": "Transactional colors to move guests through task-based interactions.",
1495
+ "wcag": "n/a",
1496
+ "deprecated": true,
1497
+ "version": "4.5.0",
1498
+ "reference": "n/a"
1499
+ },
1500
+ "400": {
1501
+ "value": "transparent",
1502
+ "type": "semantic",
1503
+ "comment": "transparent",
1504
+ "public": true,
1505
+ "neutral": true,
1506
+ "usage": "Transactional colors to move guests through task-based interactions.",
1507
+ "wcag": "n/a",
1508
+ "deprecated": true,
1509
+ "version": "4.5.0",
1510
+ "reference": "n/a"
1511
+ },
1512
+ "500": {
1513
+ "value": "transparent",
1514
+ "type": "semantic",
1515
+ "comment": "transparent",
1516
+ "public": true,
1517
+ "neutral": true,
1518
+ "usage": "Transactional colors to move guests through task-based interactions.",
1519
+ "wcag": "n/a",
1520
+ "deprecated": true,
1521
+ "version": "4.5.0",
1522
+ "reference": "n/a"
1523
+ }
1524
+ },
1525
+ "canyon": {
1526
+ "100": {
1527
+ "value": "transparent",
1528
+ "type": "semantic",
1529
+ "comment": "transparent",
1530
+ "public": true,
1531
+ "neutral": true,
1532
+ "usage": "Transactional colors to move guests through task-based interactions.",
1533
+ "wcag": "n/a",
1534
+ "deprecated": true,
1535
+ "version": "4.5.0",
1536
+ "reference": "n/a"
1537
+ },
1538
+ "200": {
1539
+ "value": "transparent",
1540
+ "type": "semantic",
1541
+ "comment": "transparent",
1542
+ "public": true,
1543
+ "neutral": true,
1544
+ "usage": "Transactional colors to move guests through task-based interactions.",
1545
+ "wcag": "n/a",
1546
+ "deprecated": true,
1547
+ "version": "4.5.0",
1548
+ "reference": "n/a"
1549
+ },
1550
+ "300": {
1551
+ "value": "transparent",
1552
+ "type": "semantic",
1553
+ "comment": "transparent",
1554
+ "public": true,
1555
+ "neutral": true,
1556
+ "usage": "Transactional colors to move guests through task-based interactions.",
1557
+ "wcag": "n/a",
1558
+ "deprecated": true,
1559
+ "version": "4.5.0",
1560
+ "reference": "n/a"
1561
+ },
1562
+ "400": {
1563
+ "value": "transparent",
1564
+ "type": "semantic",
1565
+ "comment": "transparent",
1566
+ "public": true,
1567
+ "neutral": true,
1568
+ "usage": "Transactional colors to move guests through task-based interactions.",
1569
+ "wcag": "n/a",
1570
+ "deprecated": true,
1571
+ "version": "4.5.0",
1572
+ "reference": "n/a"
1573
+ },
1574
+ "500": {
1575
+ "value": "transparent",
1576
+ "type": "semantic",
1577
+ "comment": "transparent",
1578
+ "public": true,
1579
+ "neutral": true,
1580
+ "usage": "Transactional colors to move guests through task-based interactions.",
1581
+ "wcag": "n/a",
1582
+ "deprecated": true,
1583
+ "version": "4.5.0",
1584
+ "reference": "n/a"
1585
+ }
1586
+ },
1587
+ "goldcoast": {
1588
+ "100": {
1589
+ "value": "transparent",
1590
+ "type": "semantic",
1591
+ "comment": "transparent",
1592
+ "public": true,
1593
+ "neutral": true,
1594
+ "usage": "Transactional colors to move guests through task-based interactions.",
1595
+ "wcag": "n/a",
1596
+ "deprecated": true,
1597
+ "version": "4.5.0",
1598
+ "reference": "n/a"
1599
+ },
1600
+ "200": {
1601
+ "value": "transparent",
1602
+ "type": "semantic",
1603
+ "comment": "transparent",
1604
+ "public": true,
1605
+ "neutral": true,
1606
+ "usage": "Transactional colors to move guests through task-based interactions.",
1607
+ "wcag": "n/a",
1608
+ "deprecated": true,
1609
+ "version": "4.5.0",
1610
+ "reference": "n/a"
1611
+ },
1612
+ "300": {
1613
+ "value": "transparent",
1614
+ "type": "semantic",
1615
+ "comment": "transparent",
1616
+ "public": true,
1617
+ "neutral": true,
1618
+ "usage": "Transactional colors to move guests through task-based interactions.",
1619
+ "wcag": "n/a",
1620
+ "deprecated": true,
1621
+ "version": "4.5.0",
1622
+ "reference": "n/a"
1623
+ },
1624
+ "400": {
1625
+ "value": "transparent",
1626
+ "type": "semantic",
1627
+ "comment": "transparent",
1628
+ "public": true,
1629
+ "neutral": true,
1630
+ "usage": "Transactional colors to move guests through task-based interactions.",
1631
+ "wcag": "n/a",
1632
+ "deprecated": true,
1633
+ "version": "4.5.0",
1634
+ "reference": "n/a"
1635
+ },
1636
+ "500": {
1637
+ "value": "transparent",
1638
+ "type": "semantic",
1639
+ "comment": "transparent",
1640
+ "public": true,
1641
+ "neutral": true,
1642
+ "usage": "Transactional colors to move guests through task-based interactions.",
1643
+ "wcag": "n/a",
1644
+ "deprecated": true,
1645
+ "version": "4.5.0",
1646
+ "reference": "n/a"
1647
+ }
1648
+ },
1649
+ "emerald": {
1650
+ "value": "transparent",
1651
+ "type": "semantic",
1652
+ "public": true,
1653
+ "usage": "Tier branding color",
1654
+ "deprecated": true,
1655
+ "version": "4.5.0",
1656
+ "reference": "n/a"
1657
+ },
1658
+ "sapphire": {
1659
+ "value": "transparent",
1660
+ "type": "semantic",
1661
+ "public": true,
1662
+ "usage": "Tier branding color",
1663
+ "deprecated": true,
1664
+ "version": "4.5.0",
1665
+ "reference": "n/a"
1666
+ },
1667
+ "ruby": {
1668
+ "value": "transparent",
1669
+ "type": "semantic",
1670
+ "public": true,
1671
+ "usage": "Tier branding color",
1672
+ "deprecated": true,
1673
+ "version": "4.5.0",
1674
+ "reference": "n/a"
1675
+ },
1676
+ "lounge": {
1677
+ "value": "transparent",
1678
+ "type": "semantic",
1679
+ "public": true,
1680
+ "usage": "Tier branding color",
1681
+ "deprecated": false
1682
+ },
1683
+ "loungeplus": {
1684
+ "value": "transparent",
1685
+ "type": "semantic",
1686
+ "public": true,
1687
+ "usage": "Tier branding color",
1688
+ "deprecated": false
1689
+ }
1690
+ }
1691
+ }
1692
+ }