@aurodesignsystem/design-tokens 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/CHANGELOG.md +573 -0
  2. package/LICENSE +201 -0
  3. package/README.md +97 -0
  4. package/dist/tokens/CSSCustomProperties--darkmode.css +302 -0
  5. package/dist/tokens/CSSCustomProperties.css +315 -0
  6. package/dist/tokens/CSSCustomPropertiesColorRGB--darkmode.css +155 -0
  7. package/dist/tokens/CSSCustomPropertiesColorRGB.css +168 -0
  8. package/dist/tokens/CSSOpacityProperties--darkmode.scss +10 -0
  9. package/dist/tokens/CSSOpacityProperties.scss +10 -0
  10. package/dist/tokens/CSSSizeCustomProperties--darkmode.css +20 -0
  11. package/dist/tokens/CSSSizeCustomProperties.css +20 -0
  12. package/dist/tokens/CSSVariables--darkmode.css +302 -0
  13. package/dist/tokens/CSSVariablesMapFlat--darkmode.css +368 -0
  14. package/dist/tokens/JSData--color.js +3665 -0
  15. package/dist/tokens/JSData--darkmodeColor.js +3254 -0
  16. package/dist/tokens/JSObject--allDarkTokens.js +7087 -0
  17. package/dist/tokens/JSObject--allTokens.js +7498 -0
  18. package/dist/tokens/JSObject--deprecated.js +2788 -0
  19. package/dist/tokens/JSObject--deprecatedDark.js +675 -0
  20. package/dist/tokens/JSVariables--color.js +166 -0
  21. package/dist/tokens/JSVariables--darkmodeColor.js +153 -0
  22. package/dist/tokens/SCSSOpacityVariables--darkmode.scss +7 -0
  23. package/dist/tokens/SCSSOpacityVariables.scss +7 -0
  24. package/dist/tokens/SCSSVariableMap--darkmode.scss +37 -0
  25. package/dist/tokens/SCSSVariableMap.scss +37 -0
  26. package/dist/tokens/SCSSVariables--darkmode.scss +299 -0
  27. package/dist/tokens/SCSSVariables.scss +312 -0
  28. package/dist/tokens/SCSSVariablesMapFlat--darkmode.scss +368 -0
  29. package/dist/tokens/SCSSVariablesMapFlat.scss +381 -0
  30. package/dist/tokens/SassCustomProperties--darkmode.scss +302 -0
  31. package/dist/tokens/SassCustomProperties.scss +315 -0
  32. package/dist/tokens/SassCustomPropertiesColorRGB--darkmode.scss +155 -0
  33. package/dist/tokens/SassCustomPropertiesColorRGB.scss +168 -0
  34. package/dist/tokens/SassSizeCustomProperties--darkmode.scss +20 -0
  35. package/dist/tokens/SassSizeCustomProperties.scss +20 -0
  36. package/package.json +92 -0
  37. package/packageScripts/postinstall.mjs +34 -0
  38. package/src/animation.json +21 -0
  39. package/src/asset/font.json +35 -0
  40. package/src/breakpoint.json +28 -0
  41. package/src/color/alert.json +175 -0
  42. package/src/color/background.json +38 -0
  43. package/src/color/base.json +140 -0
  44. package/src/color/border.json +214 -0
  45. package/src/color/brand.json +530 -0
  46. package/src/color/icon.json +150 -0
  47. package/src/color/text.json +237 -0
  48. package/src/color/tier.json +114 -0
  49. package/src/color/ui.json +165 -0
  50. package/src/color-darkmode/alert.json +56 -0
  51. package/src/color-darkmode/background.json +38 -0
  52. package/src/color-darkmode/base.json +140 -0
  53. package/src/color-darkmode/border.json +66 -0
  54. package/src/color-darkmode/brand.json +530 -0
  55. package/src/color-darkmode/icon.json +46 -0
  56. package/src/color-darkmode/text.json +66 -0
  57. package/src/color-darkmode/tier.json +54 -0
  58. package/src/color-darkmode/ui.json +57 -0
  59. package/src/comments.json +34 -0
  60. package/src/depth.json +29 -0
  61. package/src/elevation.json +22 -0
  62. package/src/grid-breakpoint.json +29 -0
  63. package/src/grid-column.json +29 -0
  64. package/src/grid-gutter.json +29 -0
  65. package/src/grid-margin.json +29 -0
  66. package/src/shadow.json +13 -0
  67. package/src/size/radius.json +9 -0
  68. package/src/size/scale.json +308 -0
  69. package/src/size/unitless-scale.json +82 -0
  70. package/src/text.json +572 -0
@@ -0,0 +1,675 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 13 Sep 2023 17:26:40 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "size": {
8
+ "none": {
9
+ "value": "0",
10
+ "comment": "Deprecated token, use 0 value",
11
+ "public": false,
12
+ "deprecated": true,
13
+ "reference": "n/a",
14
+ "version": "3.10.0",
15
+ "filePath": "./src/size/scale.json",
16
+ "isSource": false,
17
+ "original": {
18
+ "value": "0",
19
+ "comment": "Deprecated token, use 0 value",
20
+ "public": false,
21
+ "deprecated": true,
22
+ "reference": "n/a",
23
+ "version": "3.10.0"
24
+ },
25
+ "name": "size-none",
26
+ "attributes": {
27
+ "category": "size",
28
+ "type": "none"
29
+ },
30
+ "path": [
31
+ "size",
32
+ "none"
33
+ ]
34
+ },
35
+ "xxxs": {
36
+ "value": 0.125,
37
+ "comment": "\n // New token, see auro-size-25",
38
+ "public": false,
39
+ "reference": "size-25",
40
+ "deprecated": true,
41
+ "version": "3.10.0",
42
+ "filePath": "./src/size/scale.json",
43
+ "isSource": false,
44
+ "original": {
45
+ "value": 0.125,
46
+ "comment": "{comments.reference.comment} auro-size-25",
47
+ "public": false,
48
+ "reference": "size-25",
49
+ "deprecated": true,
50
+ "version": "3.10.0"
51
+ },
52
+ "name": "size-xxxs",
53
+ "attributes": {
54
+ "category": "size",
55
+ "type": "xxxs"
56
+ },
57
+ "path": [
58
+ "size",
59
+ "xxxs"
60
+ ]
61
+ },
62
+ "xxs": {
63
+ "value": 0.25,
64
+ "comment": "\n // New token, see auro-size-50",
65
+ "public": false,
66
+ "reference": "size-50",
67
+ "deprecated": true,
68
+ "version": "3.10.0",
69
+ "filePath": "./src/size/scale.json",
70
+ "isSource": false,
71
+ "original": {
72
+ "value": 0.25,
73
+ "comment": "{comments.reference.comment} auro-size-50",
74
+ "public": false,
75
+ "reference": "size-50",
76
+ "deprecated": true,
77
+ "version": "3.10.0"
78
+ },
79
+ "name": "size-xxs",
80
+ "attributes": {
81
+ "category": "size",
82
+ "type": "xxs"
83
+ },
84
+ "path": [
85
+ "size",
86
+ "xxs"
87
+ ]
88
+ },
89
+ "xs": {
90
+ "value": 0.5,
91
+ "comment": "\n // New token, see auro-size-100",
92
+ "public": false,
93
+ "reference": "size-100",
94
+ "deprecated": true,
95
+ "version": "3.10.0",
96
+ "filePath": "./src/size/scale.json",
97
+ "isSource": false,
98
+ "original": {
99
+ "value": 0.5,
100
+ "comment": "{comments.reference.comment} auro-size-100",
101
+ "public": false,
102
+ "reference": "size-100",
103
+ "deprecated": true,
104
+ "version": "3.10.0"
105
+ },
106
+ "name": "size-xs",
107
+ "attributes": {
108
+ "category": "size",
109
+ "type": "xs"
110
+ },
111
+ "path": [
112
+ "size",
113
+ "xs"
114
+ ]
115
+ },
116
+ "sm": {
117
+ "value": 0.75,
118
+ "comment": "\n // New token, see auro-size-150",
119
+ "public": false,
120
+ "reference": "size-150",
121
+ "deprecated": true,
122
+ "version": "3.10.0",
123
+ "filePath": "./src/size/scale.json",
124
+ "isSource": false,
125
+ "original": {
126
+ "value": 0.75,
127
+ "comment": "{comments.reference.comment} auro-size-150",
128
+ "public": false,
129
+ "reference": "size-150",
130
+ "deprecated": true,
131
+ "version": "3.10.0"
132
+ },
133
+ "name": "size-sm",
134
+ "attributes": {
135
+ "category": "size",
136
+ "type": "sm"
137
+ },
138
+ "path": [
139
+ "size",
140
+ "sm"
141
+ ]
142
+ },
143
+ "md": {
144
+ "value": 1,
145
+ "comment": "\n // New token, see auro-size-200",
146
+ "public": false,
147
+ "reference": "size-200",
148
+ "deprecated": true,
149
+ "version": "3.10.0",
150
+ "filePath": "./src/size/scale.json",
151
+ "isSource": false,
152
+ "original": {
153
+ "value": 1,
154
+ "comment": "{comments.reference.comment} auro-size-200",
155
+ "public": false,
156
+ "reference": "size-200",
157
+ "deprecated": true,
158
+ "version": "3.10.0"
159
+ },
160
+ "name": "size-md",
161
+ "attributes": {
162
+ "category": "size",
163
+ "type": "md"
164
+ },
165
+ "path": [
166
+ "size",
167
+ "md"
168
+ ]
169
+ },
170
+ "lg": {
171
+ "value": 1.5,
172
+ "comment": "\n // New token, see auro-size-300",
173
+ "public": false,
174
+ "reference": "size-300",
175
+ "deprecated": true,
176
+ "version": "3.10.0",
177
+ "filePath": "./src/size/scale.json",
178
+ "isSource": false,
179
+ "original": {
180
+ "value": 1.5,
181
+ "comment": "{comments.reference.comment} auro-size-300",
182
+ "public": false,
183
+ "reference": "size-300",
184
+ "deprecated": true,
185
+ "version": "3.10.0"
186
+ },
187
+ "name": "size-lg",
188
+ "attributes": {
189
+ "category": "size",
190
+ "type": "lg"
191
+ },
192
+ "path": [
193
+ "size",
194
+ "lg"
195
+ ]
196
+ },
197
+ "xl": {
198
+ "value": 2,
199
+ "comment": "\n // New token, see auro-size-400",
200
+ "public": false,
201
+ "reference": "size-400",
202
+ "deprecated": true,
203
+ "version": "3.10.0",
204
+ "filePath": "./src/size/scale.json",
205
+ "isSource": false,
206
+ "original": {
207
+ "value": 2,
208
+ "comment": "{comments.reference.comment} auro-size-400",
209
+ "public": false,
210
+ "reference": "size-400",
211
+ "deprecated": true,
212
+ "version": "3.10.0"
213
+ },
214
+ "name": "size-xl",
215
+ "attributes": {
216
+ "category": "size",
217
+ "type": "xl"
218
+ },
219
+ "path": [
220
+ "size",
221
+ "xl"
222
+ ]
223
+ },
224
+ "xxl": {
225
+ "value": 3,
226
+ "comment": "\n // New token, see auro-size-600",
227
+ "reference": "size-600",
228
+ "public": false,
229
+ "deprecated": true,
230
+ "version": "3.10.0",
231
+ "filePath": "./src/size/scale.json",
232
+ "isSource": false,
233
+ "original": {
234
+ "value": 3,
235
+ "comment": "{comments.reference.comment} auro-size-600",
236
+ "reference": "size-600",
237
+ "public": false,
238
+ "deprecated": true,
239
+ "version": "3.10.0"
240
+ },
241
+ "name": "size-xxl",
242
+ "attributes": {
243
+ "category": "size",
244
+ "type": "xxl"
245
+ },
246
+ "path": [
247
+ "size",
248
+ "xxl"
249
+ ]
250
+ },
251
+ "xxxl": {
252
+ "value": 4,
253
+ "public": false,
254
+ "deprecated": true,
255
+ "version": "3.10.0",
256
+ "comment": "\n // New token, see auro-size-800",
257
+ "reference": "size-800",
258
+ "filePath": "./src/size/scale.json",
259
+ "isSource": false,
260
+ "original": {
261
+ "value": 4,
262
+ "public": false,
263
+ "deprecated": true,
264
+ "version": "3.10.0",
265
+ "comment": "{comments.reference.comment} auro-size-800",
266
+ "reference": "size-800"
267
+ },
268
+ "name": "size-xxxl",
269
+ "attributes": {
270
+ "category": "size",
271
+ "type": "xxxl"
272
+ },
273
+ "path": [
274
+ "size",
275
+ "xxxl"
276
+ ]
277
+ }
278
+ },
279
+ "breakpoint": {
280
+ "sm": {
281
+ "value": "660px",
282
+ "public": false,
283
+ "deprecated": true,
284
+ "version": "3.13.0",
285
+ "reference": "grid-breakpoint-sm",
286
+ "comment": "\n // New token, see grid-breakpoint-sm",
287
+ "filePath": "./src/breakpoint.json",
288
+ "isSource": false,
289
+ "original": {
290
+ "value": "660px",
291
+ "public": false,
292
+ "deprecated": true,
293
+ "version": "3.13.0",
294
+ "reference": "grid-breakpoint-sm",
295
+ "comment": "{comments.reference.comment} grid-breakpoint-sm"
296
+ },
297
+ "name": "breakpoint-sm",
298
+ "attributes": {
299
+ "category": "breakpoint",
300
+ "type": "sm"
301
+ },
302
+ "path": [
303
+ "breakpoint",
304
+ "sm"
305
+ ]
306
+ },
307
+ "md": {
308
+ "value": "1024px",
309
+ "public": false,
310
+ "deprecated": true,
311
+ "version": "3.13.0",
312
+ "reference": "grid-breakpoint-md",
313
+ "comment": "\n // New token, see grid-breakpoint-md",
314
+ "filePath": "./src/breakpoint.json",
315
+ "isSource": false,
316
+ "original": {
317
+ "value": "1024px",
318
+ "public": false,
319
+ "deprecated": true,
320
+ "version": "3.13.0",
321
+ "reference": "grid-breakpoint-md",
322
+ "comment": "{comments.reference.comment} grid-breakpoint-md"
323
+ },
324
+ "name": "breakpoint-md",
325
+ "attributes": {
326
+ "category": "breakpoint",
327
+ "type": "md"
328
+ },
329
+ "path": [
330
+ "breakpoint",
331
+ "md"
332
+ ]
333
+ },
334
+ "lg": {
335
+ "value": "1232px",
336
+ "public": false,
337
+ "deprecated": true,
338
+ "version": "3.13.0",
339
+ "reference": "grid-breakpoint-lg",
340
+ "comment": "\n // New token, see grid-breakpoint-lg",
341
+ "filePath": "./src/breakpoint.json",
342
+ "isSource": false,
343
+ "original": {
344
+ "value": "1232px",
345
+ "public": false,
346
+ "deprecated": true,
347
+ "version": "3.13.0",
348
+ "reference": "grid-breakpoint-lg",
349
+ "comment": "{comments.reference.comment} grid-breakpoint-lg"
350
+ },
351
+ "name": "breakpoint-lg",
352
+ "attributes": {
353
+ "category": "breakpoint",
354
+ "type": "lg"
355
+ },
356
+ "path": [
357
+ "breakpoint",
358
+ "lg"
359
+ ]
360
+ }
361
+ },
362
+ "depth": {
363
+ "dialog": {
364
+ "value": "100",
365
+ "public": false,
366
+ "deprecated": true,
367
+ "reference": "depth-modal",
368
+ "version": "3.2.1",
369
+ "filePath": "./src/depth.json",
370
+ "isSource": false,
371
+ "original": {
372
+ "value": "100",
373
+ "public": false,
374
+ "deprecated": true,
375
+ "reference": "depth-modal",
376
+ "version": "3.2.1"
377
+ },
378
+ "name": "depth-dialog",
379
+ "attributes": {
380
+ "category": "depth",
381
+ "type": "dialog"
382
+ },
383
+ "path": [
384
+ "depth",
385
+ "dialog"
386
+ ]
387
+ }
388
+ },
389
+ "shadow": {
390
+ "boxShadow": {
391
+ "classic": {
392
+ "value": "0 0 3px 0 rgba(0, 0, 0, 0.35)",
393
+ "public": false,
394
+ "deprecated": true,
395
+ "reference": "n/a",
396
+ "version": "3.2.1",
397
+ "filePath": "./src/shadow.json",
398
+ "isSource": false,
399
+ "original": {
400
+ "value": "0 0 3px 0 rgba(0, 0, 0, 0.35)",
401
+ "public": false,
402
+ "deprecated": true,
403
+ "reference": "n/a",
404
+ "version": "3.2.1"
405
+ },
406
+ "name": "shadow-box-shadow-classic",
407
+ "attributes": {
408
+ "category": "shadow",
409
+ "type": "boxShadow",
410
+ "item": "classic"
411
+ },
412
+ "path": [
413
+ "shadow",
414
+ "boxShadow",
415
+ "classic"
416
+ ]
417
+ }
418
+ }
419
+ },
420
+ "color": {
421
+ "base": {
422
+ "gray": {
423
+ "100": {
424
+ "value": "#f8f8f8",
425
+ "version": "3.1.0",
426
+ "public": false,
427
+ "neutral": true,
428
+ "usage": "Neutral accent",
429
+ "wcag": "n/a",
430
+ "deprecated": true,
431
+ "reference": "color-brand-gray-100",
432
+ "comment": "\n // New token, see color-brand-gray-100",
433
+ "filePath": "./src/color-darkmode/base.json",
434
+ "isSource": true,
435
+ "original": {
436
+ "value": "f8f8f8",
437
+ "version": "3.1.0",
438
+ "public": false,
439
+ "neutral": true,
440
+ "usage": "Neutral accent",
441
+ "wcag": "n/a",
442
+ "deprecated": true,
443
+ "reference": "color-brand-gray-100",
444
+ "comment": "{comments.reference.comment} color-brand-gray-100"
445
+ },
446
+ "name": "color-base-gray-100",
447
+ "attributes": {
448
+ "category": "color",
449
+ "type": "base",
450
+ "item": "gray",
451
+ "subitem": "100"
452
+ },
453
+ "path": [
454
+ "color",
455
+ "base",
456
+ "gray",
457
+ "100"
458
+ ]
459
+ },
460
+ "200": {
461
+ "value": "#dbdbdb",
462
+ "public": false,
463
+ "neutral": true,
464
+ "usage": "Neutral accent",
465
+ "wcag": "n/a",
466
+ "deprecated": true,
467
+ "version": "3.1.0",
468
+ "reference": "color-brand-gray-200",
469
+ "comment": "\n // New token, see color-brand-gray-200",
470
+ "filePath": "./src/color-darkmode/base.json",
471
+ "isSource": true,
472
+ "original": {
473
+ "value": "dbdbdb",
474
+ "public": false,
475
+ "neutral": true,
476
+ "usage": "Neutral accent",
477
+ "wcag": "n/a",
478
+ "deprecated": true,
479
+ "version": "3.1.0",
480
+ "reference": "color-brand-gray-200",
481
+ "comment": "{comments.reference.comment} color-brand-gray-200"
482
+ },
483
+ "name": "color-base-gray-200",
484
+ "attributes": {
485
+ "category": "color",
486
+ "type": "base",
487
+ "item": "gray",
488
+ "subitem": "200"
489
+ },
490
+ "path": [
491
+ "color",
492
+ "base",
493
+ "gray",
494
+ "200"
495
+ ]
496
+ },
497
+ "300": {
498
+ "value": "#b2b2b2",
499
+ "public": false,
500
+ "neutral": true,
501
+ "usage": "Neutral accent",
502
+ "wcag": "n/a",
503
+ "deprecated": true,
504
+ "version": "3.1.0",
505
+ "reference": "color-brand-gray-300",
506
+ "comment": "\n // New token, see color-brand-gray-300",
507
+ "filePath": "./src/color-darkmode/base.json",
508
+ "isSource": true,
509
+ "original": {
510
+ "value": "b2b2b2",
511
+ "public": false,
512
+ "neutral": true,
513
+ "usage": "Neutral accent",
514
+ "wcag": "n/a",
515
+ "deprecated": true,
516
+ "version": "3.1.0",
517
+ "reference": "color-brand-gray-300",
518
+ "comment": "{comments.reference.comment} color-brand-gray-300"
519
+ },
520
+ "name": "color-base-gray-300",
521
+ "attributes": {
522
+ "category": "color",
523
+ "type": "base",
524
+ "item": "gray",
525
+ "subitem": "300"
526
+ },
527
+ "path": [
528
+ "color",
529
+ "base",
530
+ "gray",
531
+ "300"
532
+ ]
533
+ },
534
+ "400": {
535
+ "value": "#767676",
536
+ "public": false,
537
+ "neutral": true,
538
+ "usage": "Neutral accent",
539
+ "wcag": "n/a",
540
+ "deprecated": true,
541
+ "version": "3.1.0",
542
+ "reference": "color-brand-gray-400",
543
+ "comment": "\n // New token, see color-brand-gray-400",
544
+ "filePath": "./src/color-darkmode/base.json",
545
+ "isSource": true,
546
+ "original": {
547
+ "value": "767676",
548
+ "public": false,
549
+ "neutral": true,
550
+ "usage": "Neutral accent",
551
+ "wcag": "n/a",
552
+ "deprecated": true,
553
+ "version": "3.1.0",
554
+ "reference": "color-brand-gray-400",
555
+ "comment": "{comments.reference.comment} color-brand-gray-400"
556
+ },
557
+ "name": "color-base-gray-400",
558
+ "attributes": {
559
+ "category": "color",
560
+ "type": "base",
561
+ "item": "gray",
562
+ "subitem": "400"
563
+ },
564
+ "path": [
565
+ "color",
566
+ "base",
567
+ "gray",
568
+ "400"
569
+ ]
570
+ },
571
+ "500": {
572
+ "value": "#222222",
573
+ "public": false,
574
+ "neutral": true,
575
+ "usage": "Neutral accent",
576
+ "wcag": "n/a",
577
+ "deprecated": true,
578
+ "version": "3.1.0",
579
+ "reference": "color-brand-gray-500",
580
+ "comment": "\n // New token, see color-brand-gray-500",
581
+ "filePath": "./src/color-darkmode/base.json",
582
+ "isSource": true,
583
+ "original": {
584
+ "value": "222222",
585
+ "public": false,
586
+ "neutral": true,
587
+ "usage": "Neutral accent",
588
+ "wcag": "n/a",
589
+ "deprecated": true,
590
+ "version": "3.1.0",
591
+ "reference": "color-brand-gray-500",
592
+ "comment": "{comments.reference.comment} color-brand-gray-500"
593
+ },
594
+ "name": "color-base-gray-500",
595
+ "attributes": {
596
+ "category": "color",
597
+ "type": "base",
598
+ "item": "gray",
599
+ "subitem": "500"
600
+ },
601
+ "path": [
602
+ "color",
603
+ "base",
604
+ "gray",
605
+ "500"
606
+ ]
607
+ }
608
+ },
609
+ "neutral": {
610
+ "400": {
611
+ "value": "#9fabbb",
612
+ "public": false,
613
+ "deprecated": true,
614
+ "version": "3.1.0",
615
+ "reference": "color-brand-neutral-400",
616
+ "comment": "\n // New token, see color-brand-neutral-400",
617
+ "filePath": "./src/color-darkmode/base.json",
618
+ "isSource": true,
619
+ "original": {
620
+ "value": "9fabbb",
621
+ "public": false,
622
+ "deprecated": true,
623
+ "version": "3.1.0",
624
+ "reference": "color-brand-neutral-400",
625
+ "comment": "{comments.reference.comment} color-brand-neutral-400"
626
+ },
627
+ "name": "color-base-neutral-400",
628
+ "attributes": {
629
+ "category": "color",
630
+ "type": "base",
631
+ "item": "neutral",
632
+ "subitem": "400"
633
+ },
634
+ "path": [
635
+ "color",
636
+ "base",
637
+ "neutral",
638
+ "400"
639
+ ]
640
+ },
641
+ "500": {
642
+ "value": "#626b79",
643
+ "public": false,
644
+ "deprecated": true,
645
+ "version": "3.1.0",
646
+ "reference": "color-brand-neutral-500",
647
+ "comment": "\n // New token, see color-brand-neutral-500",
648
+ "filePath": "./src/color-darkmode/base.json",
649
+ "isSource": true,
650
+ "original": {
651
+ "value": "626b79",
652
+ "public": false,
653
+ "deprecated": true,
654
+ "version": "3.1.0",
655
+ "reference": "color-brand-neutral-500",
656
+ "comment": "{comments.reference.comment} color-brand-neutral-500"
657
+ },
658
+ "name": "color-base-neutral-500",
659
+ "attributes": {
660
+ "category": "color",
661
+ "type": "base",
662
+ "item": "neutral",
663
+ "subitem": "500"
664
+ },
665
+ "path": [
666
+ "color",
667
+ "base",
668
+ "neutral",
669
+ "500"
670
+ ]
671
+ }
672
+ }
673
+ }
674
+ }
675
+ };