@aurodesignsystem/design-tokens 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +86 -62
  3. package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
  4. package/dist/alaska/JSObject--allTokens.js +2124 -0
  5. package/dist/alaska/SCSSVariables--alaska.scss +63 -0
  6. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
  7. package/dist/alaska/primitives--alaska.scss +215 -0
  8. package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
  9. package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
  10. package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
  11. package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
  12. package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
  13. package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
  14. package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
  15. package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
  16. package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
  17. package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
  18. package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
  19. package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
  21. package/dist/hawaiian/JSObject--allTokens.js +2124 -0
  22. package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
  23. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
  24. package/dist/hawaiian/primitives--hawaiian.scss +175 -0
  25. package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
  26. package/package.json +5 -3
  27. package/src/primitives/alaska/color.json +796 -0
  28. package/src/primitives/alaska/typography.json +27 -0
  29. package/src/primitives/base/color.json +489 -0
  30. package/src/primitives/base/transparency.json +183 -0
  31. package/src/primitives/base/typography.json +210 -0
  32. package/src/primitives/hawaiian/color.json +508 -0
  33. package/src/primitives/hawaiian/typography.json +28 -0
  34. package/src/themes/alaska/color.json +394 -0
  35. package/src/themes/alaska/typography.json +132 -0
  36. package/src/themes/{excursion → auro-classic}/animation.json +6 -3
  37. package/src/{color → themes/auro-classic/color}/alert.json +7 -0
  38. package/src/{color → themes/auro-classic/color}/background.json +53 -25
  39. package/src/{color → themes/auro-classic/color}/base.json +303 -147
  40. package/src/{color → themes/auro-classic/color}/border.json +68 -32
  41. package/src/{color → themes/auro-classic/color}/brand.json +289 -158
  42. package/src/{color → themes/auro-classic/color}/container.json +101 -50
  43. package/src/{color → themes/auro-classic/color}/icon.json +129 -64
  44. package/src/{color → themes/auro-classic/color}/text.json +58 -28
  45. package/src/{color → themes/auro-classic/color}/tier.json +43 -22
  46. package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
  47. package/src/{color → themes/auro-classic/color}/utility.json +60 -30
  48. package/src/themes/auro-classic/comments.json +50 -0
  49. package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
  50. package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
  51. package/src/{asset → themes/auro-classic}/font.json +10 -5
  52. package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
  53. package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
  54. package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
  55. package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
  56. package/src/{size → themes/auro-classic/size}/radius.json +2 -1
  57. package/src/themes/auro-classic/size/scale.json +347 -0
  58. package/src/themes/auro-classic/size/unitless-scale.json +126 -0
  59. package/src/{text.json → themes/auro-classic/text.json} +192 -97
  60. package/src/themes/hawaiian/color.json +394 -0
  61. package/src/themes/hawaiian/typography.json +132 -0
  62. package/src/themes/transparent/color/alert.json +7 -0
  63. package/src/themes/transparent/color/background.json +30 -2
  64. package/src/themes/transparent/color/base.json +156 -0
  65. package/src/themes/transparent/color/border.json +36 -0
  66. package/src/themes/transparent/color/brand.json +167 -36
  67. package/src/themes/transparent/color/container.json +50 -0
  68. package/src/themes/transparent/color/icon.json +65 -0
  69. package/src/themes/transparent/color/text.json +30 -0
  70. package/src/themes/transparent/color/tier.json +22 -1
  71. package/src/themes/transparent/color/ui.json +12 -1
  72. package/src/themes/transparent/color/utility.json +30 -0
  73. package/src/themes/transparent/elevation.json +3 -0
  74. package/dist/tokens/JSObject--deprecated.js +0 -3157
  75. package/dist/tokens/SCSSVariables.scss +0 -1372
  76. package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
  77. package/dist/tokens/darkmode/JSDataColor.js +0 -528
  78. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
  79. package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
  80. package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
  81. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
  82. package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
  83. package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
  84. package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
  85. package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
  86. package/src/animation.json +0 -21
  87. package/src/color/ui.json +0 -125
  88. package/src/color-darkmode/base.json +0 -24
  89. package/src/color-darkmode/border.json +0 -32
  90. package/src/color-darkmode/icon.json +0 -32
  91. package/src/color-darkmode/text.json +0 -71
  92. package/src/color-darkmode/tier.json +0 -34
  93. package/src/comments.json +0 -34
  94. package/src/grid-breakpoint.json +0 -29
  95. package/src/grid-column.json +0 -29
  96. package/src/size/scale.json +0 -240
  97. package/src/size/unitless-scale.json +0 -82
  98. package/src/themes/excursion/asset/font.json +0 -35
  99. package/src/themes/excursion/color/alert.json +0 -90
  100. package/src/themes/excursion/color/background.json +0 -280
  101. package/src/themes/excursion/color/base.json +0 -1303
  102. package/src/themes/excursion/color/border.json +0 -288
  103. package/src/themes/excursion/color/brand.json +0 -1549
  104. package/src/themes/excursion/color/container.json +0 -464
  105. package/src/themes/excursion/color/excursion.json +0 -254
  106. package/src/themes/excursion/color/icon.json +0 -476
  107. package/src/themes/excursion/color/text.json +0 -270
  108. package/src/themes/excursion/color/tier.json +0 -180
  109. package/src/themes/excursion/comments.json +0 -34
  110. package/src/themes/excursion/depth copy.json +0 -22
  111. package/src/themes/excursion/elevation.json +0 -22
  112. package/src/themes/excursion/grid-gutter.json +0 -29
  113. package/src/themes/excursion/grid-margin.json +0 -29
  114. package/src/themes/excursion/size/radius.json +0 -9
  115. package/src/themes/excursion/size/scale.json +0 -234
  116. package/src/themes/excursion/size/unitless-scale.json +0 -82
  117. package/src/themes/excursion/text.json +0 -572
  118. package/src/themes/hawaiian/color/background.json +0 -15
  119. package/src/themes/hawaiian/color/border.json +0 -18
  120. package/src/themes/hawaiian/color/container.json +0 -56
  121. package/src/themes/hawaiian/color/icon.json +0 -24
  122. package/src/themes/hawaiian/color/text.json +0 -44
@@ -3,6 +3,7 @@
3
3
  "base": {
4
4
  "white": {
5
5
  "value": "transparent",
6
+ "type": "semantic",
6
7
  "comment": "transparent",
7
8
  "public": true,
8
9
  "neutral": true,
@@ -12,6 +13,7 @@
12
13
  },
13
14
  "white-100": {
14
15
  "value": "transparent",
16
+ "type": "semantic",
15
17
  "comment": "transparent",
16
18
  "public": true,
17
19
  "opacity": true,
@@ -21,6 +23,7 @@
21
23
  },
22
24
  "white-200": {
23
25
  "value": "transparent",
26
+ "type": "semantic",
24
27
  "comment": "transparent",
25
28
  "public": true,
26
29
  "opacity": true,
@@ -30,6 +33,7 @@
30
33
  },
31
34
  "white-300": {
32
35
  "value": "transparent",
36
+ "type": "semantic",
33
37
  "comment": "transparent",
34
38
  "public": true,
35
39
  "opacity": true,
@@ -39,6 +43,7 @@
39
43
  },
40
44
  "white-400": {
41
45
  "value": "transparent",
46
+ "type": "semantic",
42
47
  "comment": "transparent",
43
48
  "public": true,
44
49
  "opacity": true,
@@ -48,6 +53,7 @@
48
53
  },
49
54
  "white-500": {
50
55
  "value": "transparent",
56
+ "type": "semantic",
51
57
  "comment": "transparent",
52
58
  "public": true,
53
59
  "opacity": true,
@@ -57,6 +63,7 @@
57
63
  },
58
64
  "white-opacity-50": {
59
65
  "value": "transparent",
66
+ "type": "semantic",
60
67
  "comment": "transparent",
61
68
  "public": true,
62
69
  "opacity": true,
@@ -66,6 +73,7 @@
66
73
  },
67
74
  "white-opacity-40": {
68
75
  "value": "transparent",
76
+ "type": "semantic",
69
77
  "comment": "transparent",
70
78
  "public": true,
71
79
  "opacity": true,
@@ -75,6 +83,7 @@
75
83
  },
76
84
  "white-opacity-0": {
77
85
  "value": "transparent",
86
+ "type": "semantic",
78
87
  "comment": "transparent",
79
88
  "public": true,
80
89
  "opacity": true,
@@ -84,6 +93,7 @@
84
93
  },
85
94
  "black": {
86
95
  "value": "transparent",
96
+ "type": "semantic",
87
97
  "comment": "transparent",
88
98
  "public": true,
89
99
  "neutral": true,
@@ -93,6 +103,7 @@
93
103
  },
94
104
  "black-100": {
95
105
  "value": "transparent",
106
+ "type": "semantic",
96
107
  "comment": "transparent",
97
108
  "public": true,
98
109
  "opacity": true,
@@ -102,6 +113,7 @@
102
113
  },
103
114
  "black-200": {
104
115
  "value": "transparent",
116
+ "type": "semantic",
105
117
  "comment": "transparent",
106
118
  "public": true,
107
119
  "opacity": true,
@@ -111,6 +123,7 @@
111
123
  },
112
124
  "black-300": {
113
125
  "value": "transparent",
126
+ "type": "semantic",
114
127
  "comment": "transparent",
115
128
  "public": true,
116
129
  "opacity": true,
@@ -120,6 +133,7 @@
120
133
  },
121
134
  "black-400": {
122
135
  "value": "transparent",
136
+ "type": "semantic",
123
137
  "comment": "transparent",
124
138
  "public": true,
125
139
  "opacity": true,
@@ -129,6 +143,7 @@
129
143
  },
130
144
  "black-500": {
131
145
  "value": "transparent",
146
+ "type": "semantic",
132
147
  "comment": "transparent",
133
148
  "public": true,
134
149
  "opacity": true,
@@ -138,6 +153,7 @@
138
153
  },
139
154
  "black-opacity-15": {
140
155
  "value": "transparent",
156
+ "type": "semantic",
141
157
  "comment": "transparent",
142
158
  "public": true,
143
159
  "opacity": true,
@@ -148,6 +164,7 @@
148
164
  "blue": {
149
165
  "100": {
150
166
  "value": "transparent",
167
+ "type": "semantic",
151
168
  "comment": "transparent",
152
169
  "public": true,
153
170
  "usage": "",
@@ -156,6 +173,7 @@
156
173
  },
157
174
  "200": {
158
175
  "value": "transparent",
176
+ "type": "semantic",
159
177
  "comment": "transparent",
160
178
  "public": true,
161
179
  "usage": "",
@@ -164,6 +182,7 @@
164
182
  },
165
183
  "300": {
166
184
  "value": "transparent",
185
+ "type": "semantic",
167
186
  "comment": "transparent",
168
187
  "public": true,
169
188
  "usage": "",
@@ -172,6 +191,7 @@
172
191
  },
173
192
  "400": {
174
193
  "value": "transparent",
194
+ "type": "semantic",
175
195
  "comment": "transparent",
176
196
  "public": true,
177
197
  "usage": "",
@@ -180,6 +200,7 @@
180
200
  },
181
201
  "500": {
182
202
  "value": "transparent",
203
+ "type": "semantic",
183
204
  "comment": "transparent",
184
205
  "public": true,
185
206
  "usage": "",
@@ -188,6 +209,7 @@
188
209
  },
189
210
  "600": {
190
211
  "value": "transparent",
212
+ "type": "semantic",
191
213
  "comment": "transparent",
192
214
  "public": true,
193
215
  "usage": "",
@@ -196,6 +218,7 @@
196
218
  },
197
219
  "700": {
198
220
  "value": "transparent",
221
+ "type": "semantic",
199
222
  "comment": "transparent",
200
223
  "public": true,
201
224
  "usage": "",
@@ -204,6 +227,7 @@
204
227
  },
205
228
  "800": {
206
229
  "value": "transparent",
230
+ "type": "semantic",
207
231
  "comment": "transparent",
208
232
  "public": true,
209
233
  "usage": "",
@@ -212,6 +236,7 @@
212
236
  },
213
237
  "900": {
214
238
  "value": "transparent",
239
+ "type": "semantic",
215
240
  "comment": "transparent",
216
241
  "public": true,
217
242
  "usage": "",
@@ -220,6 +245,7 @@
220
245
  },
221
246
  "1000": {
222
247
  "value": "transparent",
248
+ "type": "semantic",
223
249
  "comment": "transparent",
224
250
  "public": true,
225
251
  "usage": "",
@@ -230,6 +256,7 @@
230
256
  "cyan": {
231
257
  "100": {
232
258
  "value": "transparent",
259
+ "type": "semantic",
233
260
  "comment": "transparent",
234
261
  "public": true,
235
262
  "usage": "",
@@ -238,6 +265,7 @@
238
265
  },
239
266
  "200": {
240
267
  "value": "transparent",
268
+ "type": "semantic",
241
269
  "comment": "transparent",
242
270
  "public": true,
243
271
  "usage": "",
@@ -246,6 +274,7 @@
246
274
  },
247
275
  "300": {
248
276
  "value": "transparent",
277
+ "type": "semantic",
249
278
  "comment": "transparent",
250
279
  "public": true,
251
280
  "usage": "",
@@ -254,6 +283,7 @@
254
283
  },
255
284
  "400": {
256
285
  "value": "transparent",
286
+ "type": "semantic",
257
287
  "comment": "transparent",
258
288
  "public": true,
259
289
  "usage": "",
@@ -262,6 +292,7 @@
262
292
  },
263
293
  "500": {
264
294
  "value": "transparent",
295
+ "type": "semantic",
265
296
  "comment": "transparent",
266
297
  "public": true,
267
298
  "usage": "",
@@ -270,6 +301,7 @@
270
301
  },
271
302
  "600": {
272
303
  "value": "transparent",
304
+ "type": "semantic",
273
305
  "comment": "transparent",
274
306
  "public": true,
275
307
  "usage": "",
@@ -278,6 +310,7 @@
278
310
  },
279
311
  "700": {
280
312
  "value": "transparent",
313
+ "type": "semantic",
281
314
  "comment": "transparent",
282
315
  "public": true,
283
316
  "usage": "",
@@ -286,6 +319,7 @@
286
319
  },
287
320
  "800": {
288
321
  "value": "transparent",
322
+ "type": "semantic",
289
323
  "comment": "transparent",
290
324
  "public": true,
291
325
  "usage": "",
@@ -294,6 +328,7 @@
294
328
  },
295
329
  "900": {
296
330
  "value": "transparent",
331
+ "type": "semantic",
297
332
  "comment": "transparent",
298
333
  "public": true,
299
334
  "usage": "",
@@ -302,6 +337,7 @@
302
337
  },
303
338
  "1000": {
304
339
  "value": "transparent",
340
+ "type": "semantic",
305
341
  "comment": "transparent",
306
342
  "public": true,
307
343
  "usage": "",
@@ -312,6 +348,7 @@
312
348
  "error": {
313
349
  "100": {
314
350
  "value": "transparent",
351
+ "type": "semantic",
315
352
  "comment": "transparent",
316
353
  "public": true,
317
354
  "usage": "",
@@ -320,6 +357,7 @@
320
357
  },
321
358
  "200": {
322
359
  "value": "transparent",
360
+ "type": "semantic",
323
361
  "comment": "transparent",
324
362
  "public": true,
325
363
  "usage": "",
@@ -328,6 +366,7 @@
328
366
  },
329
367
  "300": {
330
368
  "value": "transparent",
369
+ "type": "semantic",
331
370
  "comment": "transparent",
332
371
  "public": true,
333
372
  "usage": "",
@@ -336,6 +375,7 @@
336
375
  },
337
376
  "400": {
338
377
  "value": "transparent",
378
+ "type": "semantic",
339
379
  "comment": "transparent",
340
380
  "public": true,
341
381
  "usage": "",
@@ -344,6 +384,7 @@
344
384
  },
345
385
  "500": {
346
386
  "value": "transparent",
387
+ "type": "semantic",
347
388
  "comment": "transparent",
348
389
  "public": true,
349
390
  "usage": "",
@@ -354,6 +395,7 @@
354
395
  "gray": {
355
396
  "100": {
356
397
  "value": "transparent",
398
+ "type": "semantic",
357
399
  "comment": "transparent",
358
400
  "public": true,
359
401
  "usage": "",
@@ -362,6 +404,7 @@
362
404
  },
363
405
  "200": {
364
406
  "value": "transparent",
407
+ "type": "semantic",
365
408
  "comment": "transparent",
366
409
  "public": true,
367
410
  "usage": "",
@@ -370,6 +413,7 @@
370
413
  },
371
414
  "300": {
372
415
  "value": "transparent",
416
+ "type": "semantic",
373
417
  "comment": "transparent",
374
418
  "public": true,
375
419
  "usage": "",
@@ -378,6 +422,7 @@
378
422
  },
379
423
  "400": {
380
424
  "value": "transparent",
425
+ "type": "semantic",
381
426
  "comment": "transparent",
382
427
  "public": true,
383
428
  "usage": "",
@@ -386,6 +431,7 @@
386
431
  },
387
432
  "500": {
388
433
  "value": "transparent",
434
+ "type": "semantic",
389
435
  "comment": "transparent",
390
436
  "public": true,
391
437
  "usage": "",
@@ -394,6 +440,7 @@
394
440
  },
395
441
  "600": {
396
442
  "value": "transparent",
443
+ "type": "semantic",
397
444
  "comment": "transparent",
398
445
  "public": true,
399
446
  "usage": "",
@@ -402,6 +449,7 @@
402
449
  },
403
450
  "700": {
404
451
  "value": "transparent",
452
+ "type": "semantic",
405
453
  "comment": "transparent",
406
454
  "public": true,
407
455
  "usage": "",
@@ -410,6 +458,7 @@
410
458
  },
411
459
  "800": {
412
460
  "value": "transparent",
461
+ "type": "semantic",
413
462
  "comment": "transparent",
414
463
  "public": true,
415
464
  "usage": "",
@@ -418,6 +467,7 @@
418
467
  },
419
468
  "900": {
420
469
  "value": "transparent",
470
+ "type": "semantic",
421
471
  "comment": "transparent",
422
472
  "public": true,
423
473
  "usage": "",
@@ -426,6 +476,7 @@
426
476
  },
427
477
  "1000": {
428
478
  "value": "transparent",
479
+ "type": "semantic",
429
480
  "comment": "transparent",
430
481
  "public": true,
431
482
  "usage": "",
@@ -436,6 +487,7 @@
436
487
  "green": {
437
488
  "100": {
438
489
  "value": "transparent",
490
+ "type": "semantic",
439
491
  "comment": "transparent",
440
492
  "public": true,
441
493
  "usage": "",
@@ -444,6 +496,7 @@
444
496
  },
445
497
  "200": {
446
498
  "value": "transparent",
499
+ "type": "semantic",
447
500
  "comment": "transparent",
448
501
  "public": true,
449
502
  "usage": "",
@@ -452,6 +505,7 @@
452
505
  },
453
506
  "300": {
454
507
  "value": "transparent",
508
+ "type": "semantic",
455
509
  "comment": "transparent",
456
510
  "public": true,
457
511
  "usage": "",
@@ -460,6 +514,7 @@
460
514
  },
461
515
  "400": {
462
516
  "value": "transparent",
517
+ "type": "semantic",
463
518
  "comment": "transparent",
464
519
  "public": true,
465
520
  "usage": "",
@@ -468,6 +523,7 @@
468
523
  },
469
524
  "500": {
470
525
  "value": "transparent",
526
+ "type": "semantic",
471
527
  "comment": "transparent",
472
528
  "public": true,
473
529
  "usage": "",
@@ -476,6 +532,7 @@
476
532
  },
477
533
  "600": {
478
534
  "value": "transparent",
535
+ "type": "semantic",
479
536
  "comment": "transparent",
480
537
  "public": true,
481
538
  "usage": "",
@@ -484,6 +541,7 @@
484
541
  },
485
542
  "700": {
486
543
  "value": "transparent",
544
+ "type": "semantic",
487
545
  "comment": "transparent",
488
546
  "public": true,
489
547
  "usage": "",
@@ -492,6 +550,7 @@
492
550
  },
493
551
  "800": {
494
552
  "value": "transparent",
553
+ "type": "semantic",
495
554
  "comment": "transparent",
496
555
  "public": true,
497
556
  "usage": "",
@@ -500,6 +559,7 @@
500
559
  },
501
560
  "900": {
502
561
  "value": "transparent",
562
+ "type": "semantic",
503
563
  "comment": "transparent",
504
564
  "public": true,
505
565
  "usage": "",
@@ -508,6 +568,7 @@
508
568
  },
509
569
  "1000": {
510
570
  "value": "transparent",
571
+ "type": "semantic",
511
572
  "comment": "transparent",
512
573
  "public": true,
513
574
  "usage": "",
@@ -518,6 +579,7 @@
518
579
  "lime": {
519
580
  "100": {
520
581
  "value": "transparent",
582
+ "type": "semantic",
521
583
  "comment": "transparent",
522
584
  "public": true,
523
585
  "usage": "",
@@ -526,6 +588,7 @@
526
588
  },
527
589
  "200": {
528
590
  "value": "transparent",
591
+ "type": "semantic",
529
592
  "comment": "transparent",
530
593
  "public": true,
531
594
  "usage": "",
@@ -534,6 +597,7 @@
534
597
  },
535
598
  "300": {
536
599
  "value": "transparent",
600
+ "type": "semantic",
537
601
  "comment": "transparent",
538
602
  "public": true,
539
603
  "usage": "",
@@ -542,6 +606,7 @@
542
606
  },
543
607
  "400": {
544
608
  "value": "transparent",
609
+ "type": "semantic",
545
610
  "comment": "transparent",
546
611
  "public": true,
547
612
  "usage": "",
@@ -550,6 +615,7 @@
550
615
  },
551
616
  "500": {
552
617
  "value": "transparent",
618
+ "type": "semantic",
553
619
  "comment": "transparent",
554
620
  "public": true,
555
621
  "usage": "",
@@ -558,6 +624,7 @@
558
624
  },
559
625
  "600": {
560
626
  "value": "transparent",
627
+ "type": "semantic",
561
628
  "comment": "transparent",
562
629
  "public": true,
563
630
  "usage": "",
@@ -566,6 +633,7 @@
566
633
  },
567
634
  "700": {
568
635
  "value": "transparent",
636
+ "type": "semantic",
569
637
  "comment": "transparent",
570
638
  "public": true,
571
639
  "usage": "",
@@ -574,6 +642,7 @@
574
642
  },
575
643
  "800": {
576
644
  "value": "transparent",
645
+ "type": "semantic",
577
646
  "comment": "transparent",
578
647
  "public": true,
579
648
  "usage": "",
@@ -582,6 +651,7 @@
582
651
  },
583
652
  "900": {
584
653
  "value": "transparent",
654
+ "type": "semantic",
585
655
  "comment": "transparent",
586
656
  "public": true,
587
657
  "usage": "",
@@ -590,6 +660,7 @@
590
660
  },
591
661
  "1000": {
592
662
  "value": "transparent",
663
+ "type": "semantic",
593
664
  "comment": "transparent",
594
665
  "public": true,
595
666
  "usage": "",
@@ -600,6 +671,7 @@
600
671
  "navy": {
601
672
  "100": {
602
673
  "value": "transparent",
674
+ "type": "semantic",
603
675
  "comment": "transparent",
604
676
  "public": true,
605
677
  "usage": "",
@@ -608,6 +680,7 @@
608
680
  },
609
681
  "200": {
610
682
  "value": "transparent",
683
+ "type": "semantic",
611
684
  "comment": "transparent",
612
685
  "public": true,
613
686
  "usage": "",
@@ -616,6 +689,7 @@
616
689
  },
617
690
  "300": {
618
691
  "value": "transparent",
692
+ "type": "semantic",
619
693
  "comment": "transparent",
620
694
  "public": true,
621
695
  "usage": "",
@@ -624,6 +698,7 @@
624
698
  },
625
699
  "400": {
626
700
  "value": "transparent",
701
+ "type": "semantic",
627
702
  "comment": "transparent",
628
703
  "public": true,
629
704
  "usage": "",
@@ -632,6 +707,7 @@
632
707
  },
633
708
  "500": {
634
709
  "value": "transparent",
710
+ "type": "semantic",
635
711
  "comment": "transparent",
636
712
  "public": true,
637
713
  "usage": "",
@@ -640,6 +716,7 @@
640
716
  },
641
717
  "600": {
642
718
  "value": "transparent",
719
+ "type": "semantic",
643
720
  "comment": "transparent",
644
721
  "public": true,
645
722
  "usage": "",
@@ -648,6 +725,7 @@
648
725
  },
649
726
  "700": {
650
727
  "value": "transparent",
728
+ "type": "semantic",
651
729
  "comment": "transparent",
652
730
  "public": true,
653
731
  "usage": "",
@@ -656,6 +734,7 @@
656
734
  },
657
735
  "800": {
658
736
  "value": "transparent",
737
+ "type": "semantic",
659
738
  "comment": "transparent",
660
739
  "public": true,
661
740
  "usage": "",
@@ -664,6 +743,7 @@
664
743
  },
665
744
  "900": {
666
745
  "value": "transparent",
746
+ "type": "semantic",
667
747
  "comment": "transparent",
668
748
  "public": true,
669
749
  "usage": "",
@@ -672,6 +752,7 @@
672
752
  },
673
753
  "1000": {
674
754
  "value": "transparent",
755
+ "type": "semantic",
675
756
  "comment": "transparent",
676
757
  "public": true,
677
758
  "usage": "",
@@ -682,6 +763,7 @@
682
763
  "neutral": {
683
764
  "100": {
684
765
  "value": "transparent",
766
+ "type": "semantic",
685
767
  "comment": "transparent",
686
768
  "public": true,
687
769
  "usage": "",
@@ -690,6 +772,7 @@
690
772
  },
691
773
  "200": {
692
774
  "value": "transparent",
775
+ "type": "semantic",
693
776
  "comment": "transparent",
694
777
  "public": true,
695
778
  "usage": "",
@@ -698,6 +781,7 @@
698
781
  },
699
782
  "300": {
700
783
  "value": "transparent",
784
+ "type": "semantic",
701
785
  "comment": "transparent",
702
786
  "public": true,
703
787
  "usage": "",
@@ -706,6 +790,7 @@
706
790
  },
707
791
  "400": {
708
792
  "value": "transparent",
793
+ "type": "semantic",
709
794
  "comment": "transparent",
710
795
  "public": true,
711
796
  "usage": "",
@@ -714,6 +799,7 @@
714
799
  },
715
800
  "500": {
716
801
  "value": "transparent",
802
+ "type": "semantic",
717
803
  "comment": "transparent",
718
804
  "public": true,
719
805
  "usage": "",
@@ -722,6 +808,7 @@
722
808
  },
723
809
  "600": {
724
810
  "value": "transparent",
811
+ "type": "semantic",
725
812
  "comment": "transparent",
726
813
  "public": true,
727
814
  "usage": "",
@@ -730,6 +817,7 @@
730
817
  },
731
818
  "700": {
732
819
  "value": "transparent",
820
+ "type": "semantic",
733
821
  "comment": "transparent",
734
822
  "public": true,
735
823
  "usage": "",
@@ -738,6 +826,7 @@
738
826
  },
739
827
  "800": {
740
828
  "value": "transparent",
829
+ "type": "semantic",
741
830
  "comment": "transparent",
742
831
  "public": true,
743
832
  "usage": "",
@@ -746,6 +835,7 @@
746
835
  },
747
836
  "900": {
748
837
  "value": "transparent",
838
+ "type": "semantic",
749
839
  "comment": "transparent",
750
840
  "public": true,
751
841
  "usage": "",
@@ -754,6 +844,7 @@
754
844
  },
755
845
  "1000": {
756
846
  "value": "transparent",
847
+ "type": "semantic",
757
848
  "comment": "transparent",
758
849
  "public": true,
759
850
  "usage": "",
@@ -764,6 +855,7 @@
764
855
  "pink": {
765
856
  "100": {
766
857
  "value": "transparent",
858
+ "type": "semantic",
767
859
  "comment": "transparent",
768
860
  "public": true,
769
861
  "usage": "",
@@ -772,6 +864,7 @@
772
864
  },
773
865
  "200": {
774
866
  "value": "transparent",
867
+ "type": "semantic",
775
868
  "comment": "transparent",
776
869
  "public": true,
777
870
  "usage": "",
@@ -780,6 +873,7 @@
780
873
  },
781
874
  "300": {
782
875
  "value": "transparent",
876
+ "type": "semantic",
783
877
  "comment": "transparent",
784
878
  "public": true,
785
879
  "usage": "",
@@ -788,6 +882,7 @@
788
882
  },
789
883
  "400": {
790
884
  "value": "transparent",
885
+ "type": "semantic",
791
886
  "comment": "transparent",
792
887
  "public": true,
793
888
  "usage": "",
@@ -796,6 +891,7 @@
796
891
  },
797
892
  "500": {
798
893
  "value": "transparent",
894
+ "type": "semantic",
799
895
  "comment": "transparent",
800
896
  "public": true,
801
897
  "usage": "",
@@ -804,6 +900,7 @@
804
900
  },
805
901
  "600": {
806
902
  "value": "transparent",
903
+ "type": "semantic",
807
904
  "comment": "transparent",
808
905
  "public": true,
809
906
  "usage": "",
@@ -812,6 +909,7 @@
812
909
  },
813
910
  "700": {
814
911
  "value": "transparent",
912
+ "type": "semantic",
815
913
  "comment": "transparent",
816
914
  "public": true,
817
915
  "usage": "",
@@ -820,6 +918,7 @@
820
918
  },
821
919
  "800": {
822
920
  "value": "transparent",
921
+ "type": "semantic",
823
922
  "comment": "transparent",
824
923
  "public": true,
825
924
  "usage": "",
@@ -828,6 +927,7 @@
828
927
  },
829
928
  "900": {
830
929
  "value": "transparent",
930
+ "type": "semantic",
831
931
  "comment": "transparent",
832
932
  "public": true,
833
933
  "usage": "",
@@ -836,6 +936,7 @@
836
936
  },
837
937
  "1000": {
838
938
  "value": "transparent",
939
+ "type": "semantic",
839
940
  "comment": "transparent",
840
941
  "public": true,
841
942
  "usage": "",
@@ -846,6 +947,7 @@
846
947
  "purple": {
847
948
  "100": {
848
949
  "value": "transparent",
950
+ "type": "semantic",
849
951
  "comment": "transparent",
850
952
  "public": true,
851
953
  "usage": "",
@@ -854,6 +956,7 @@
854
956
  },
855
957
  "200": {
856
958
  "value": "transparent",
959
+ "type": "semantic",
857
960
  "comment": "transparent",
858
961
  "public": true,
859
962
  "usage": "",
@@ -862,6 +965,7 @@
862
965
  },
863
966
  "300": {
864
967
  "value": "transparent",
968
+ "type": "semantic",
865
969
  "comment": "transparent",
866
970
  "public": true,
867
971
  "usage": "",
@@ -870,6 +974,7 @@
870
974
  },
871
975
  "400": {
872
976
  "value": "transparent",
977
+ "type": "semantic",
873
978
  "comment": "transparent",
874
979
  "public": true,
875
980
  "usage": "",
@@ -878,6 +983,7 @@
878
983
  },
879
984
  "500": {
880
985
  "value": "transparent",
986
+ "type": "semantic",
881
987
  "comment": "transparent",
882
988
  "public": true,
883
989
  "usage": "",
@@ -886,6 +992,7 @@
886
992
  },
887
993
  "600": {
888
994
  "value": "transparent",
995
+ "type": "semantic",
889
996
  "comment": "transparent",
890
997
  "public": true,
891
998
  "usage": "",
@@ -894,6 +1001,7 @@
894
1001
  },
895
1002
  "700": {
896
1003
  "value": "transparent",
1004
+ "type": "semantic",
897
1005
  "comment": "transparent",
898
1006
  "public": true,
899
1007
  "usage": "",
@@ -902,6 +1010,7 @@
902
1010
  },
903
1011
  "800": {
904
1012
  "value": "transparent",
1013
+ "type": "semantic",
905
1014
  "comment": "transparent",
906
1015
  "public": true,
907
1016
  "usage": "",
@@ -910,6 +1019,7 @@
910
1019
  },
911
1020
  "900": {
912
1021
  "value": "transparent",
1022
+ "type": "semantic",
913
1023
  "comment": "transparent",
914
1024
  "public": true,
915
1025
  "usage": "",
@@ -918,6 +1028,7 @@
918
1028
  },
919
1029
  "1000": {
920
1030
  "value": "transparent",
1031
+ "type": "semantic",
921
1032
  "comment": "transparent",
922
1033
  "public": true,
923
1034
  "usage": "",
@@ -928,6 +1039,7 @@
928
1039
  "red": {
929
1040
  "100": {
930
1041
  "value": "transparent",
1042
+ "type": "semantic",
931
1043
  "comment": "transparent",
932
1044
  "public": true,
933
1045
  "usage": "",
@@ -936,6 +1048,7 @@
936
1048
  },
937
1049
  "200": {
938
1050
  "value": "transparent",
1051
+ "type": "semantic",
939
1052
  "comment": "transparent",
940
1053
  "public": true,
941
1054
  "usage": "",
@@ -944,6 +1057,7 @@
944
1057
  },
945
1058
  "300": {
946
1059
  "value": "transparent",
1060
+ "type": "semantic",
947
1061
  "comment": "transparent",
948
1062
  "public": true,
949
1063
  "usage": "",
@@ -952,6 +1066,7 @@
952
1066
  },
953
1067
  "400": {
954
1068
  "value": "transparent",
1069
+ "type": "semantic",
955
1070
  "comment": "transparent",
956
1071
  "public": true,
957
1072
  "usage": "",
@@ -960,6 +1075,7 @@
960
1075
  },
961
1076
  "500": {
962
1077
  "value": "transparent",
1078
+ "type": "semantic",
963
1079
  "comment": "transparent",
964
1080
  "public": true,
965
1081
  "usage": "",
@@ -968,6 +1084,7 @@
968
1084
  },
969
1085
  "600": {
970
1086
  "value": "transparent",
1087
+ "type": "semantic",
971
1088
  "comment": "transparent",
972
1089
  "public": true,
973
1090
  "usage": "",
@@ -976,6 +1093,7 @@
976
1093
  },
977
1094
  "700": {
978
1095
  "value": "transparent",
1096
+ "type": "semantic",
979
1097
  "comment": "transparent",
980
1098
  "public": true,
981
1099
  "usage": "",
@@ -984,6 +1102,7 @@
984
1102
  },
985
1103
  "800": {
986
1104
  "value": "transparent",
1105
+ "type": "semantic",
987
1106
  "comment": "transparent",
988
1107
  "public": true,
989
1108
  "usage": "",
@@ -992,6 +1111,7 @@
992
1111
  },
993
1112
  "900": {
994
1113
  "value": "transparent",
1114
+ "type": "semantic",
995
1115
  "comment": "transparent",
996
1116
  "public": true,
997
1117
  "usage": "",
@@ -1000,6 +1120,7 @@
1000
1120
  },
1001
1121
  "1000": {
1002
1122
  "value": "transparent",
1123
+ "type": "semantic",
1003
1124
  "comment": "transparent",
1004
1125
  "public": true,
1005
1126
  "usage": "",
@@ -1010,6 +1131,7 @@
1010
1131
  "success": {
1011
1132
  "100": {
1012
1133
  "value": "transparent",
1134
+ "type": "semantic",
1013
1135
  "comment": "transparent",
1014
1136
  "public": true,
1015
1137
  "usage": "",
@@ -1018,6 +1140,7 @@
1018
1140
  },
1019
1141
  "200": {
1020
1142
  "value": "transparent",
1143
+ "type": "semantic",
1021
1144
  "comment": "transparent",
1022
1145
  "public": true,
1023
1146
  "usage": "",
@@ -1026,6 +1149,7 @@
1026
1149
  },
1027
1150
  "300": {
1028
1151
  "value": "transparent",
1152
+ "type": "semantic",
1029
1153
  "comment": "transparent",
1030
1154
  "public": true,
1031
1155
  "usage": "",
@@ -1034,6 +1158,7 @@
1034
1158
  },
1035
1159
  "400": {
1036
1160
  "value": "transparent",
1161
+ "type": "semantic",
1037
1162
  "comment": "transparent",
1038
1163
  "public": true,
1039
1164
  "usage": "",
@@ -1042,6 +1167,7 @@
1042
1167
  },
1043
1168
  "500": {
1044
1169
  "value": "transparent",
1170
+ "type": "semantic",
1045
1171
  "comment": "transparent",
1046
1172
  "public": true,
1047
1173
  "usage": "",
@@ -1052,6 +1178,7 @@
1052
1178
  "turquoise": {
1053
1179
  "100": {
1054
1180
  "value": "transparent",
1181
+ "type": "semantic",
1055
1182
  "comment": "transparent",
1056
1183
  "public": true,
1057
1184
  "usage": "",
@@ -1060,6 +1187,7 @@
1060
1187
  },
1061
1188
  "200": {
1062
1189
  "value": "transparent",
1190
+ "type": "semantic",
1063
1191
  "comment": "transparent",
1064
1192
  "public": true,
1065
1193
  "usage": "",
@@ -1068,6 +1196,7 @@
1068
1196
  },
1069
1197
  "300": {
1070
1198
  "value": "transparent",
1199
+ "type": "semantic",
1071
1200
  "comment": "transparent",
1072
1201
  "public": true,
1073
1202
  "usage": "",
@@ -1076,6 +1205,7 @@
1076
1205
  },
1077
1206
  "400": {
1078
1207
  "value": "transparent",
1208
+ "type": "semantic",
1079
1209
  "comment": "transparent",
1080
1210
  "public": true,
1081
1211
  "usage": "",
@@ -1084,6 +1214,7 @@
1084
1214
  },
1085
1215
  "500": {
1086
1216
  "value": "transparent",
1217
+ "type": "semantic",
1087
1218
  "comment": "transparent",
1088
1219
  "public": true,
1089
1220
  "usage": "",
@@ -1092,6 +1223,7 @@
1092
1223
  },
1093
1224
  "600": {
1094
1225
  "value": "transparent",
1226
+ "type": "semantic",
1095
1227
  "comment": "transparent",
1096
1228
  "public": true,
1097
1229
  "usage": "",
@@ -1100,6 +1232,7 @@
1100
1232
  },
1101
1233
  "700": {
1102
1234
  "value": "transparent",
1235
+ "type": "semantic",
1103
1236
  "comment": "transparent",
1104
1237
  "public": true,
1105
1238
  "usage": "",
@@ -1108,6 +1241,7 @@
1108
1241
  },
1109
1242
  "800": {
1110
1243
  "value": "transparent",
1244
+ "type": "semantic",
1111
1245
  "comment": "transparent",
1112
1246
  "public": true,
1113
1247
  "usage": "",
@@ -1116,6 +1250,7 @@
1116
1250
  },
1117
1251
  "900": {
1118
1252
  "value": "transparent",
1253
+ "type": "semantic",
1119
1254
  "comment": "transparent",
1120
1255
  "public": true,
1121
1256
  "usage": "",
@@ -1124,6 +1259,7 @@
1124
1259
  },
1125
1260
  "1000": {
1126
1261
  "value": "transparent",
1262
+ "type": "semantic",
1127
1263
  "comment": "transparent",
1128
1264
  "public": true,
1129
1265
  "usage": "",
@@ -1134,6 +1270,7 @@
1134
1270
  "yellow": {
1135
1271
  "100": {
1136
1272
  "value": "transparent",
1273
+ "type": "semantic",
1137
1274
  "comment": "transparent",
1138
1275
  "public": true,
1139
1276
  "usage": "",
@@ -1142,6 +1279,7 @@
1142
1279
  },
1143
1280
  "200": {
1144
1281
  "value": "transparent",
1282
+ "type": "semantic",
1145
1283
  "comment": "transparent",
1146
1284
  "public": true,
1147
1285
  "usage": "",
@@ -1150,6 +1288,7 @@
1150
1288
  },
1151
1289
  "300": {
1152
1290
  "value": "transparent",
1291
+ "type": "semantic",
1153
1292
  "comment": "transparent",
1154
1293
  "public": true,
1155
1294
  "usage": "",
@@ -1158,6 +1297,7 @@
1158
1297
  },
1159
1298
  "400": {
1160
1299
  "value": "transparent",
1300
+ "type": "semantic",
1161
1301
  "comment": "transparent",
1162
1302
  "public": true,
1163
1303
  "usage": "",
@@ -1166,6 +1306,7 @@
1166
1306
  },
1167
1307
  "500": {
1168
1308
  "value": "transparent",
1309
+ "type": "semantic",
1169
1310
  "comment": "transparent",
1170
1311
  "public": true,
1171
1312
  "usage": "",
@@ -1174,6 +1315,7 @@
1174
1315
  },
1175
1316
  "600": {
1176
1317
  "value": "transparent",
1318
+ "type": "semantic",
1177
1319
  "comment": "transparent",
1178
1320
  "public": true,
1179
1321
  "usage": "",
@@ -1182,6 +1324,7 @@
1182
1324
  },
1183
1325
  "700": {
1184
1326
  "value": "transparent",
1327
+ "type": "semantic",
1185
1328
  "comment": "transparent",
1186
1329
  "public": true,
1187
1330
  "usage": "",
@@ -1190,6 +1333,7 @@
1190
1333
  },
1191
1334
  "800": {
1192
1335
  "value": "transparent",
1336
+ "type": "semantic",
1193
1337
  "comment": "transparent",
1194
1338
  "public": true,
1195
1339
  "usage": "",
@@ -1198,6 +1342,7 @@
1198
1342
  },
1199
1343
  "900": {
1200
1344
  "value": "transparent",
1345
+ "type": "semantic",
1201
1346
  "comment": "transparent",
1202
1347
  "public": true,
1203
1348
  "usage": "",
@@ -1206,6 +1351,7 @@
1206
1351
  },
1207
1352
  "1000": {
1208
1353
  "value": "transparent",
1354
+ "type": "semantic",
1209
1355
  "comment": "transparent",
1210
1356
  "public": true,
1211
1357
  "usage": "",
@@ -1216,6 +1362,7 @@
1216
1362
  "warning": {
1217
1363
  "100": {
1218
1364
  "value": "transparent",
1365
+ "type": "semantic",
1219
1366
  "comment": "transparent",
1220
1367
  "public": true,
1221
1368
  "usage": "",
@@ -1224,6 +1371,7 @@
1224
1371
  },
1225
1372
  "200": {
1226
1373
  "value": "transparent",
1374
+ "type": "semantic",
1227
1375
  "comment": "transparent",
1228
1376
  "public": true,
1229
1377
  "usage": "",
@@ -1232,6 +1380,7 @@
1232
1380
  },
1233
1381
  "300": {
1234
1382
  "value": "transparent",
1383
+ "type": "semantic",
1235
1384
  "comment": "transparent",
1236
1385
  "public": true,
1237
1386
  "usage": "",
@@ -1240,6 +1389,7 @@
1240
1389
  },
1241
1390
  "400": {
1242
1391
  "value": "transparent",
1392
+ "type": "semantic",
1243
1393
  "comment": "transparent",
1244
1394
  "public": true,
1245
1395
  "usage": "",
@@ -1248,6 +1398,7 @@
1248
1398
  },
1249
1399
  "500": {
1250
1400
  "value": "transparent",
1401
+ "type": "semantic",
1251
1402
  "comment": "transparent",
1252
1403
  "public": true,
1253
1404
  "usage": "",
@@ -1260,6 +1411,7 @@
1260
1411
  "error": {
1261
1412
  "100": {
1262
1413
  "value": "transparent",
1414
+ "type": "semantic",
1263
1415
  "public": true,
1264
1416
  "deprecated": true,
1265
1417
  "version": "4.5.0",
@@ -1267,6 +1419,7 @@
1267
1419
  },
1268
1420
  "500": {
1269
1421
  "value": "transparent",
1422
+ "type": "semantic",
1270
1423
  "public": true,
1271
1424
  "deprecated": true,
1272
1425
  "version": "4.5.0",
@@ -1276,6 +1429,7 @@
1276
1429
  "success": {
1277
1430
  "100": {
1278
1431
  "value": "transparent",
1432
+ "type": "semantic",
1279
1433
  "public": true,
1280
1434
  "deprecated": true,
1281
1435
  "version": "4.5.0",
@@ -1283,6 +1437,7 @@
1283
1437
  },
1284
1438
  "500": {
1285
1439
  "value": "transparent",
1440
+ "type": "semantic",
1286
1441
  "public": true,
1287
1442
  "deprecated": true,
1288
1443
  "version": "4.5.0",
@@ -1292,6 +1447,7 @@
1292
1447
  "warning": {
1293
1448
  "500": {
1294
1449
  "value": "transparent",
1450
+ "type": "semantic",
1295
1451
  "public": true,
1296
1452
  "deprecated": true,
1297
1453
  "version": "4.5.0",