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