@aurodesignsystem/design-tokens 5.0.0 → 5.0.2

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 (120) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +62 -86
  3. package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
  4. package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
  5. package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
  6. package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
  7. package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
  8. package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
  9. package/dist/tokens/JSObject--deprecated.js +3157 -0
  10. package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
  11. package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
  12. package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
  13. package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
  14. package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
  15. package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
  16. package/dist/tokens/base/SCSSVariables.scss +1372 -0
  17. package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
  18. package/dist/tokens/darkmode/JSDataColor.js +528 -0
  19. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
  20. package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
  21. package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
  22. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
  23. package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
  24. package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
  25. package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
  26. package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
  27. package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
  28. package/package.json +4 -6
  29. package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
  30. package/src/{themes/auro-classic → asset}/font.json +5 -10
  31. package/src/{themes/auro-classic/color → color}/alert.json +0 -7
  32. package/src/{themes/auro-classic/color → color}/background.json +25 -53
  33. package/src/{themes/auro-classic/color → color}/base.json +147 -303
  34. package/src/{themes/auro-classic/color → color}/border.json +32 -68
  35. package/src/{themes/auro-classic/color → color}/brand.json +158 -289
  36. package/src/{themes/auro-classic/color → color}/container.json +50 -101
  37. package/src/{themes/auro-classic/color → color}/icon.json +64 -129
  38. package/src/{themes/auro-classic/color → color}/text.json +28 -58
  39. package/src/{themes/auro-classic/color → color}/tier.json +22 -43
  40. package/src/{themes/auro-classic/color → color}/ui.json +1 -12
  41. package/src/{themes/auro-classic/color → color}/utility.json +30 -60
  42. package/src/color-darkmode/base.json +24 -0
  43. package/src/color-darkmode/border.json +32 -0
  44. package/src/color-darkmode/icon.json +32 -0
  45. package/src/color-darkmode/text.json +71 -0
  46. package/src/color-darkmode/tier.json +34 -0
  47. package/src/comments.json +34 -0
  48. package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
  49. package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
  50. package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
  51. package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
  52. package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
  53. package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
  54. package/src/{themes/auro-classic/size → size}/radius.json +1 -2
  55. package/src/size/scale.json +240 -0
  56. package/src/size/unitless-scale.json +82 -0
  57. package/src/{themes/auro-classic/text.json → text.json} +97 -192
  58. package/src/themes/excursion/animation.json +21 -0
  59. package/src/themes/excursion/asset/font.json +35 -0
  60. package/src/themes/excursion/color/alert.json +90 -0
  61. package/src/themes/excursion/color/background.json +280 -0
  62. package/src/themes/excursion/color/base.json +1303 -0
  63. package/src/themes/excursion/color/border.json +288 -0
  64. package/src/themes/excursion/color/brand.json +1549 -0
  65. package/src/themes/excursion/color/container.json +464 -0
  66. package/src/themes/excursion/color/excursion.json +254 -0
  67. package/src/themes/excursion/color/icon.json +476 -0
  68. package/src/themes/excursion/color/text.json +270 -0
  69. package/src/themes/excursion/color/tier.json +180 -0
  70. package/src/themes/excursion/color/ui.json +125 -0
  71. package/src/themes/excursion/comments.json +34 -0
  72. package/src/themes/excursion/depth copy.json +22 -0
  73. package/src/themes/excursion/elevation.json +22 -0
  74. package/src/themes/excursion/grid-breakpoint.json +29 -0
  75. package/src/themes/excursion/grid-column.json +29 -0
  76. package/src/themes/excursion/grid-gutter.json +29 -0
  77. package/src/themes/excursion/grid-margin.json +29 -0
  78. package/src/themes/excursion/size/radius.json +9 -0
  79. package/src/themes/excursion/size/scale.json +234 -0
  80. package/src/themes/excursion/size/unitless-scale.json +82 -0
  81. package/src/themes/excursion/text.json +572 -0
  82. package/src/themes/hawaiian/color/background.json +15 -0
  83. package/src/themes/hawaiian/color/border.json +18 -0
  84. package/src/themes/hawaiian/color/container.json +56 -0
  85. package/src/themes/hawaiian/color/icon.json +24 -0
  86. package/src/themes/hawaiian/color/text.json +44 -0
  87. package/src/themes/transparent/color/alert.json +0 -7
  88. package/src/themes/transparent/color/background.json +2 -30
  89. package/src/themes/transparent/color/base.json +0 -156
  90. package/src/themes/transparent/color/border.json +0 -36
  91. package/src/themes/transparent/color/brand.json +36 -167
  92. package/src/themes/transparent/color/container.json +0 -50
  93. package/src/themes/transparent/color/icon.json +0 -65
  94. package/src/themes/transparent/color/text.json +0 -30
  95. package/src/themes/transparent/color/tier.json +1 -22
  96. package/src/themes/transparent/color/ui.json +1 -12
  97. package/src/themes/transparent/color/utility.json +0 -30
  98. package/src/themes/transparent/elevation.json +0 -3
  99. package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
  100. package/dist/alaska/SCSSVariables--alaska.scss +0 -63
  101. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
  102. package/dist/alaska/primitives--alaska.scss +0 -215
  103. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
  104. package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
  105. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
  106. package/dist/hawaiian/primitives--hawaiian.scss +0 -175
  107. package/src/primitives/alaska/color.json +0 -796
  108. package/src/primitives/alaska/typography.json +0 -27
  109. package/src/primitives/base/color.json +0 -489
  110. package/src/primitives/base/transparency.json +0 -183
  111. package/src/primitives/base/typography.json +0 -210
  112. package/src/primitives/hawaiian/color.json +0 -508
  113. package/src/primitives/hawaiian/typography.json +0 -28
  114. package/src/themes/alaska/color.json +0 -394
  115. package/src/themes/alaska/typography.json +0 -132
  116. package/src/themes/auro-classic/comments.json +0 -50
  117. package/src/themes/auro-classic/size/scale.json +0 -347
  118. package/src/themes/auro-classic/size/unitless-scale.json +0 -126
  119. package/src/themes/hawaiian/color.json +0 -394
  120. package/src/themes/hawaiian/typography.json +0 -132
@@ -4,7 +4,6 @@
4
4
  "primary": {
5
5
  "default": {
6
6
  "value": "{color.base.gray.700.value}",
7
- "type": "semantic",
8
7
  "public": true,
9
8
  "default": true,
10
9
  "usage": "Primary color for icons on light backgrounds",
@@ -13,7 +12,6 @@
13
12
  },
14
13
  "inverse": {
15
14
  "value": "{color.brand.gray.100.value}",
16
- "type": "semantic",
17
15
  "public": true,
18
16
  "inverse": true,
19
17
  "usage": "Primary color for icons on dark backgrounds",
@@ -24,7 +22,6 @@
24
22
  "secondary": {
25
23
  "default": {
26
24
  "value": "{color.brand.neutral.600.value}",
27
- "type": "semantic",
28
25
  "public": true,
29
26
  "default": true,
30
27
  "usage": "Secondary color for icons on light backgrounds",
@@ -33,7 +30,6 @@
33
30
  },
34
31
  "inverse": {
35
32
  "value": "{color.brand.neutral.300.value}",
36
- "type": "semantic",
37
33
  "public": true,
38
34
  "inverse": true,
39
35
  "usage": "Secondary color for icons on dark backgrounds",
@@ -44,7 +40,6 @@
44
40
  "tertiary": {
45
41
  "default": {
46
42
  "value": "{color.brand.neutral.400.value}",
47
- "type": "semantic",
48
43
  "public": true,
49
44
  "default": true,
50
45
  "usage": "Tertiary color for icons on light backgrounds",
@@ -53,7 +48,6 @@
53
48
  },
54
49
  "inverse": {
55
50
  "value": "{color.brand.neutral.500.value}",
56
- "type": "semantic",
57
51
  "public": true,
58
52
  "inverse": true,
59
53
  "usage": "Tertiary color for icons on dark backgrounds",
@@ -64,7 +58,6 @@
64
58
  "emphasis": {
65
59
  "default": {
66
60
  "value": "{color.base.gray.1000.value}",
67
- "type": "semantic",
68
61
  "public": true,
69
62
  "default": true,
70
63
  "usage": "Emphasis or darkest icon color on light backgrounds",
@@ -73,7 +66,6 @@
73
66
  },
74
67
  "inverse": {
75
68
  "value": "{color.base.white.value}",
76
- "type": "semantic",
77
69
  "public": true,
78
70
  "inverse": true,
79
71
  "usage": "Emphasis or lightest icon color on dark backgrounds",
@@ -84,7 +76,6 @@
84
76
  "accent": {
85
77
  "default": {
86
78
  "value": "{color.brand.lime.400.value}",
87
- "type": "semantic",
88
79
  "public": true,
89
80
  "default": true,
90
81
  "usage": "Accent color for icon color on light backgrounds",
@@ -93,7 +84,6 @@
93
84
  },
94
85
  "inverse": {
95
86
  "value": "{color.brand.lime.300.value}",
96
- "type": "semantic",
97
87
  "public": true,
98
88
  "inverse": true,
99
89
  "usage": "Accent color for icon color on dark backgrounds",
@@ -104,7 +94,6 @@
104
94
  "info": {
105
95
  "default": {
106
96
  "value": "{color.brand.navy.700.value}",
107
- "type": "semantic",
108
97
  "public": true,
109
98
  "default": true,
110
99
  "usage": "Info icon color on light backgrounds",
@@ -113,7 +102,6 @@
113
102
  },
114
103
  "inverse": {
115
104
  "value": "{color.brand.navy.400.value}",
116
- "type": "semantic",
117
105
  "public": true,
118
106
  "inverse": true,
119
107
  "usage": "Info icon color on dark backgrounds",
@@ -124,7 +112,6 @@
124
112
  "error": {
125
113
  "default": {
126
114
  "value": "{color.base.error.400.value}",
127
- "type": "semantic",
128
115
  "public": true,
129
116
  "default": true,
130
117
  "usage": "Error icon color on light backgrounds",
@@ -133,7 +120,6 @@
133
120
  },
134
121
  "inverse": {
135
122
  "value": "{color.base.error.200.value}",
136
- "type": "semantic",
137
123
  "public": true,
138
124
  "inverse": true,
139
125
  "usage": "Error icon color on dark backgrounds",
@@ -144,7 +130,6 @@
144
130
  "warning": {
145
131
  "default": {
146
132
  "value": "{color.base.warning.300.value}",
147
- "type": "semantic",
148
133
  "public": true,
149
134
  "default": true,
150
135
  "usage": "Warning icon color on light backgrounds",
@@ -153,7 +138,6 @@
153
138
  },
154
139
  "inverse": {
155
140
  "value": "{color.base.warning.200.value}",
156
- "type": "semantic",
157
141
  "public": true,
158
142
  "inverse": true,
159
143
  "usage": "Warning icon color on dark backgrounds",
@@ -164,7 +148,6 @@
164
148
  "success": {
165
149
  "default": {
166
150
  "value": "{color.base.success.300.value}",
167
- "type": "semantic",
168
151
  "public": true,
169
152
  "default": true,
170
153
  "usage": "Success icon color on light backgrounds",
@@ -173,7 +156,6 @@
173
156
  },
174
157
  "inverse": {
175
158
  "value": "{color.base.success.200.value}",
176
- "type": "semantic",
177
159
  "public": true,
178
160
  "inverse": true,
179
161
  "usage": "Success icon color on dark backgrounds",
@@ -184,7 +166,6 @@
184
166
  "subtle": {
185
167
  "default": {
186
168
  "value": "{color.brand.blue.300.value}",
187
- "type": "semantic",
188
169
  "public": true,
189
170
  "default": true,
190
171
  "usage": "Subtle icon color on light backgrounds",
@@ -193,7 +174,6 @@
193
174
  },
194
175
  "inverse": {
195
176
  "value": "{color.brand.navy.700.value}",
196
- "type": "semantic",
197
177
  "public": true,
198
178
  "inverse": true,
199
179
  "usage": "Subtle icon color on dark backgrounds",
@@ -206,7 +186,6 @@
206
186
  "default": {
207
187
  "default": {
208
188
  "value": "{color.brand.blue.700.value}",
209
- "type": "semantic",
210
189
  "public": true,
211
190
  "default": true,
212
191
  "usage": "Default color for UI icons on light backgrounds",
@@ -215,7 +194,6 @@
215
194
  },
216
195
  "inverse": {
217
196
  "value": "{color.brand.cyan.400.value}",
218
- "type": "semantic",
219
197
  "public": true,
220
198
  "inverse": true,
221
199
  "usage": "Default color for UI icons on dark backgrounds",
@@ -226,7 +204,6 @@
226
204
  "hover": {
227
205
  "default": {
228
206
  "value": "{color.brand.blue.900.value}",
229
- "type": "semantic",
230
207
  "public": true,
231
208
  "default": true,
232
209
  "usage": "Hover color for UI icons on light backgrounds",
@@ -235,7 +212,6 @@
235
212
  },
236
213
  "inverse": {
237
214
  "value": "{color.brand.cyan.200.value}",
238
- "type": "semantic",
239
215
  "public": true,
240
216
  "inverse": true,
241
217
  "usage": "Hover color for UI icons on dark backgrounds",
@@ -246,7 +222,6 @@
246
222
  "active": {
247
223
  "default": {
248
224
  "value": "{color.brand.blue.800.value}",
249
- "type": "semantic",
250
225
  "public": true,
251
226
  "default": true,
252
227
  "usage": "Active color for UI icons on light backgrounds",
@@ -255,7 +230,6 @@
255
230
  },
256
231
  "inverse": {
257
232
  "value": "{color.brand.cyan.300.value}",
258
- "type": "semantic",
259
233
  "public": true,
260
234
  "inverse": true,
261
235
  "usage": "Active color for UI icons on dark backgrounds",
@@ -266,7 +240,6 @@
266
240
  "disabled": {
267
241
  "default": {
268
242
  "value": "{color.brand.gray.400.value}",
269
- "type": "semantic",
270
243
  "public": true,
271
244
  "default": true,
272
245
  "usage": "Disabled color for UI icons on light backgrounds",
@@ -275,7 +248,6 @@
275
248
  },
276
249
  "inverse": {
277
250
  "value": "{color.brand.gray.600.value}",
278
- "type": "semantic",
279
251
  "public": true,
280
252
  "inverse": true,
281
253
  "usage": "Disabled color for UI icons on dark backgrounds",
@@ -286,7 +258,6 @@
286
258
  "focus": {
287
259
  "default": {
288
260
  "value": "{color.brand.blue.700.value}",
289
- "type": "semantic",
290
261
  "public": true,
291
262
  "default": true,
292
263
  "usage": "Focus color for UI icons on light backgrounds",
@@ -295,7 +266,6 @@
295
266
  },
296
267
  "inverse": {
297
268
  "value": "{color.brand.cyan.400.value}",
298
- "type": "semantic",
299
269
  "public": true,
300
270
  "inverse": true,
301
271
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -308,7 +278,6 @@
308
278
  "active": {
309
279
  "default": {
310
280
  "value": "{color.brand.gray.700.value}",
311
- "type": "semantic",
312
281
  "public": true,
313
282
  "default": true,
314
283
  "usage": "Focus color for UI icons on light backgrounds",
@@ -317,7 +286,6 @@
317
286
  },
318
287
  "inverse": {
319
288
  "value": "{color.brand.gray.300.value}",
320
- "type": "semantic",
321
289
  "public": true,
322
290
  "inverse": true,
323
291
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -328,7 +296,6 @@
328
296
  "default": {
329
297
  "default": {
330
298
  "value": "{color.brand.gray.600.value}",
331
- "type": "semantic",
332
299
  "public": true,
333
300
  "default": true,
334
301
  "usage": "Focus color for UI icons on light backgrounds",
@@ -337,7 +304,6 @@
337
304
  },
338
305
  "inverse": {
339
306
  "value": "{color.brand.gray.400.value}",
340
- "type": "semantic",
341
307
  "public": true,
342
308
  "inverse": true,
343
309
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -348,7 +314,6 @@
348
314
  "disabled": {
349
315
  "default": {
350
316
  "value": "{color.brand.gray.400.value}",
351
- "type": "semantic",
352
317
  "public": true,
353
318
  "default": true,
354
319
  "usage": "Focus color for UI icons on light backgrounds",
@@ -357,7 +322,6 @@
357
322
  },
358
323
  "inverse": {
359
324
  "value": "{color.brand.gray.600.value}",
360
- "type": "semantic",
361
325
  "public": true,
362
326
  "inverse": true,
363
327
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -368,7 +332,6 @@
368
332
  "focus": {
369
333
  "default": {
370
334
  "value": "{color.brand.gray.600.value}",
371
- "type": "semantic",
372
335
  "public": true,
373
336
  "default": true,
374
337
  "usage": "Focus color for UI icons on light backgrounds",
@@ -377,7 +340,6 @@
377
340
  },
378
341
  "inverse": {
379
342
  "value": "{color.brand.gray.400.value}",
380
- "type": "semantic",
381
343
  "public": true,
382
344
  "inverse": true,
383
345
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -388,7 +350,6 @@
388
350
  "hover": {
389
351
  "default": {
390
352
  "value": "{color.brand.gray.800.value}",
391
- "type": "semantic",
392
353
  "public": true,
393
354
  "default": true,
394
355
  "usage": "Focus color for UI icons on light backgrounds",
@@ -397,7 +358,6 @@
397
358
  },
398
359
  "inverse": {
399
360
  "value": "{color.brand.gray.200.value}",
400
- "type": "semantic",
401
361
  "public": true,
402
362
  "inverse": true,
403
363
  "usage": "Focus color for UI icons on dark backgrounds",
@@ -411,7 +371,6 @@
411
371
  "red": {
412
372
  "default": {
413
373
  "value": "{color.brand.red.700.value}",
414
- "type": "semantic",
415
374
  "public": true,
416
375
  "default": true,
417
376
  "usage": "Brand color for red icons on light backgrounds",
@@ -420,7 +379,6 @@
420
379
  },
421
380
  "inverse": {
422
381
  "value": "{color.brand.red.500.value}",
423
- "type": "semantic",
424
382
  "public": true,
425
383
  "inverse": true,
426
384
  "usage": "Brand color for red icons on dark backgrounds",
@@ -431,7 +389,6 @@
431
389
  "yellow": {
432
390
  "default": {
433
391
  "value": "{color.brand.yellow.700.value}",
434
- "type": "semantic",
435
392
  "public": true,
436
393
  "default": true,
437
394
  "usage": "Brand color for yellow icons on light backgrounds",
@@ -440,7 +397,6 @@
440
397
  },
441
398
  "inverse": {
442
399
  "value": "{color.brand.yellow.300.value}",
443
- "type": "semantic",
444
400
  "public": true,
445
401
  "inverse": true,
446
402
  "usage": "Brand color for yellow icons on dark backgrounds",
@@ -451,7 +407,6 @@
451
407
  "pink": {
452
408
  "default": {
453
409
  "value": "{color.brand.pink.700.value}",
454
- "type": "semantic",
455
410
  "public": true,
456
411
  "default": true,
457
412
  "usage": "Brand color for pink icons on light backgrounds",
@@ -460,7 +415,6 @@
460
415
  },
461
416
  "inverse": {
462
417
  "value": "{color.brand.pink.500.value}",
463
- "type": "semantic",
464
418
  "public": true,
465
419
  "inverse": true,
466
420
  "usage": "Brand color for pink icons on dark backgrounds",
@@ -471,7 +425,6 @@
471
425
  "purple": {
472
426
  "default": {
473
427
  "value": "{color.brand.purple.700.value}",
474
- "type": "semantic",
475
428
  "public": true,
476
429
  "default": true,
477
430
  "usage": "Brand color for purple icons on light backgrounds",
@@ -480,7 +433,6 @@
480
433
  },
481
434
  "inverse": {
482
435
  "value": "{color.brand.purple.500.value}",
483
- "type": "semantic",
484
436
  "public": true,
485
437
  "inverse": true,
486
438
  "usage": "Brand color for purple icons on dark backgrounds",
@@ -491,7 +443,6 @@
491
443
  "lime": {
492
444
  "default": {
493
445
  "value": "{color.brand.lime.700.value}",
494
- "type": "semantic",
495
446
  "public": true,
496
447
  "default": true,
497
448
  "usage": "Brand color for lime icons on light backgrounds",
@@ -500,7 +451,6 @@
500
451
  },
501
452
  "inverse": {
502
453
  "value": "{color.brand.lime.300.value}",
503
- "type": "semantic",
504
454
  "public": true,
505
455
  "inverse": true,
506
456
  "usage": "Brand color for lime icons on dark backgrounds",
@@ -511,7 +461,6 @@
511
461
  "green": {
512
462
  "default": {
513
463
  "value": "{color.brand.green.700.value}",
514
- "type": "semantic",
515
464
  "public": true,
516
465
  "default": true,
517
466
  "usage": "Brand color for green icons on light backgrounds",
@@ -520,7 +469,6 @@
520
469
  },
521
470
  "inverse": {
522
471
  "value": "{color.brand.green.500.value}",
523
- "type": "semantic",
524
472
  "public": true,
525
473
  "inverse": true,
526
474
  "usage": "Brand color for green icons on dark backgrounds",
@@ -531,7 +479,6 @@
531
479
  "turquoise": {
532
480
  "default": {
533
481
  "value": "{color.brand.turquoise.700.value}",
534
- "type": "semantic",
535
482
  "public": true,
536
483
  "default": true,
537
484
  "usage": "Brand color for turquoise icons on light backgrounds",
@@ -540,7 +487,6 @@
540
487
  },
541
488
  "inverse": {
542
489
  "value": "{color.brand.turquoise.500.value}",
543
- "type": "semantic",
544
490
  "public": true,
545
491
  "inverse": true,
546
492
  "usage": "Brand color for turquoise icons on dark backgrounds",
@@ -551,7 +497,6 @@
551
497
  "navy": {
552
498
  "default": {
553
499
  "value": "{color.brand.navy.800.value}",
554
- "type": "semantic",
555
500
  "public": true,
556
501
  "default": true,
557
502
  "usage": "Brand color for navy icons on light backgrounds",
@@ -560,7 +505,6 @@
560
505
  },
561
506
  "inverse": {
562
507
  "value": "{color.brand.navy.500.value}",
563
- "type": "semantic",
564
508
  "public": true,
565
509
  "inverse": true,
566
510
  "usage": "Brand color for navy icons on dark backgrounds",
@@ -571,7 +515,6 @@
571
515
  "blue": {
572
516
  "default": {
573
517
  "value": "{color.brand.blue.700.value}",
574
- "type": "semantic",
575
518
  "public": true,
576
519
  "default": true,
577
520
  "usage": "Brand color for blue icons on light backgrounds",
@@ -580,7 +523,6 @@
580
523
  },
581
524
  "inverse": {
582
525
  "value": "{color.brand.blue.500.value}",
583
- "type": "semantic",
584
526
  "public": true,
585
527
  "inverse": true,
586
528
  "usage": "Brand color for blue icons on dark backgrounds",
@@ -591,7 +533,6 @@
591
533
  "cyan": {
592
534
  "default": {
593
535
  "value": "{color.brand.cyan.700.value}",
594
- "type": "semantic",
595
536
  "public": true,
596
537
  "default": true,
597
538
  "usage": "Brand color for cyan icons on light backgrounds",
@@ -600,7 +541,6 @@
600
541
  },
601
542
  "inverse": {
602
543
  "value": "{color.brand.cyan.300.value}",
603
- "type": "semantic",
604
544
  "public": true,
605
545
  "inverse": true,
606
546
  "usage": "Brand color for cyan icons on dark backgrounds",
@@ -611,7 +551,6 @@
611
551
  "gray": {
612
552
  "default": {
613
553
  "value": "{color.brand.gray.700.value}",
614
- "type": "semantic",
615
554
  "public": true,
616
555
  "default": true,
617
556
  "usage": "Brand color for gray icons on light backgrounds",
@@ -620,7 +559,6 @@
620
559
  },
621
560
  "inverse": {
622
561
  "value": "{color.brand.gray.300.value}",
623
- "type": "semantic",
624
562
  "public": true,
625
563
  "inverse": true,
626
564
  "usage": "Brand color for gray icons on dark backgrounds",
@@ -631,7 +569,6 @@
631
569
  "neutral": {
632
570
  "default": {
633
571
  "value": "{color.brand.neutral.700.value}",
634
- "type": "semantic",
635
572
  "public": true,
636
573
  "default": true,
637
574
  "usage": "Brand color for neutral icons on light backgrounds",
@@ -640,7 +577,6 @@
640
577
  },
641
578
  "inverse": {
642
579
  "value": "{color.brand.neutral.400.value}",
643
- "type": "semantic",
644
580
  "public": true,
645
581
  "inverse": true,
646
582
  "usage": "Brand color for neutral icons on dark backgrounds",
@@ -652,7 +588,6 @@
652
588
  "disabled": {
653
589
  "default": {
654
590
  "value": "{color.base.black-opacity-15.value}",
655
- "type": "semantic",
656
591
  "public": true,
657
592
  "default": true,
658
593
  "usage": "Disabled icon color on light backgrounds",