@narmi/design_system 3.48.0-beta.2 → 3.48.0-beta.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 (35) hide show
  1. package/dist/deprecations.json +16 -0
  2. package/dist/docs/Formatters.md +55 -0
  3. package/dist/docs/classManifest.json +1342 -0
  4. package/dist/fonts/8b53d5067b416b155cc8.woff +0 -0
  5. package/dist/fonts/d819207ee2e092cc2735.woff2 +0 -0
  6. package/dist/icons/Icons.stories.jsx +74 -0
  7. package/dist/icons/README.md +29 -0
  8. package/dist/icons/compat-icons.json +327 -0
  9. package/dist/icons/fonts/icomoon.svg +343 -0
  10. package/dist/icons/fonts/icomoon.ttf +0 -0
  11. package/dist/icons/fonts/icomoon.woff +0 -0
  12. package/dist/icons/fonts/icomoon.woff2 +0 -0
  13. package/dist/icons/selection.json +1 -0
  14. package/dist/icons/style.css +1037 -0
  15. package/dist/index.js +3 -0
  16. package/dist/index.js.LICENSE.txt +34 -0
  17. package/dist/index.js.map +1 -0
  18. package/dist/style.css +2122 -0
  19. package/dist/style.css.map +1 -0
  20. package/dist/tokens/css/rgbColors.css +38 -0
  21. package/dist/tokens/css/tokens.css +146 -0
  22. package/dist/tokens/js/colors.js +98 -0
  23. package/dist/tokens/js/manifest.js +2688 -0
  24. package/dist/tokens/js/reactNativeWeb.js +190 -0
  25. package/dist/types/SeparatorList/index.d.ts +13 -0
  26. package/dist/types/SeparatorList/index.d.ts.map +1 -0
  27. package/dist/types/Slider/Thumbs.d.ts +3 -0
  28. package/dist/types/Slider/Thumbs.d.ts.map +1 -0
  29. package/dist/types/Slider/index.d.ts +30 -0
  30. package/dist/types/Slider/index.d.ts.map +1 -0
  31. package/dist/types/index.d.ts +6 -0
  32. package/dist/types/index.d.ts.map +1 -0
  33. package/dist/types/types/Icon.types.d.ts +5 -0
  34. package/dist/types/types/Icon.types.d.ts.map +1 -0
  35. package/package.json +1 -1
@@ -0,0 +1,2688 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 23 Aug 2024 18:02:59 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "border": {
8
+ "color": {
9
+ "primary": {
10
+ "value": "#1a4338",
11
+ "filePath": "/Users/alex/design_system/tokens/src/border/color.json",
12
+ "isSource": true,
13
+ "original": {
14
+ "value": "{color.theme.primary.value}"
15
+ },
16
+ "name": "border-color-primary",
17
+ "attributes": {
18
+ "category": "border",
19
+ "type": "color",
20
+ "item": "primary"
21
+ },
22
+ "path": [
23
+ "border",
24
+ "color",
25
+ "primary"
26
+ ]
27
+ },
28
+ "light": {
29
+ "value": "#d9d9d9",
30
+ "filePath": "/Users/alex/design_system/tokens/src/border/color.json",
31
+ "isSource": true,
32
+ "original": {
33
+ "value": "{color.narmi.lightGrey.value}"
34
+ },
35
+ "name": "border-color-light",
36
+ "attributes": {
37
+ "category": "border",
38
+ "type": "color",
39
+ "item": "light"
40
+ },
41
+ "path": [
42
+ "border",
43
+ "color",
44
+ "light"
45
+ ]
46
+ },
47
+ "default": {
48
+ "value": "#d9d9d9",
49
+ "filePath": "/Users/alex/design_system/tokens/src/border/color.json",
50
+ "isSource": true,
51
+ "original": {
52
+ "value": "{border.color.light.value}"
53
+ },
54
+ "name": "border-color-default",
55
+ "attributes": {
56
+ "category": "border",
57
+ "type": "color",
58
+ "item": "default"
59
+ },
60
+ "path": [
61
+ "border",
62
+ "color",
63
+ "default"
64
+ ]
65
+ }
66
+ },
67
+ "radius": {
68
+ "s": {
69
+ "value": "4px",
70
+ "filePath": "/Users/alex/design_system/tokens/src/border/radius.json",
71
+ "isSource": true,
72
+ "original": {
73
+ "value": "4px"
74
+ },
75
+ "name": "border-radius-s",
76
+ "attributes": {
77
+ "category": "border",
78
+ "type": "radius",
79
+ "item": "s"
80
+ },
81
+ "path": [
82
+ "border",
83
+ "radius",
84
+ "s"
85
+ ]
86
+ },
87
+ "m": {
88
+ "value": "8px",
89
+ "filePath": "/Users/alex/design_system/tokens/src/border/radius.json",
90
+ "isSource": true,
91
+ "original": {
92
+ "value": "8px"
93
+ },
94
+ "name": "border-radius-m",
95
+ "attributes": {
96
+ "category": "border",
97
+ "type": "radius",
98
+ "item": "m"
99
+ },
100
+ "path": [
101
+ "border",
102
+ "radius",
103
+ "m"
104
+ ]
105
+ },
106
+ "l": {
107
+ "value": "20px",
108
+ "filePath": "/Users/alex/design_system/tokens/src/border/radius.json",
109
+ "isSource": true,
110
+ "original": {
111
+ "value": "20px"
112
+ },
113
+ "name": "border-radius-l",
114
+ "attributes": {
115
+ "category": "border",
116
+ "type": "radius",
117
+ "item": "l"
118
+ },
119
+ "path": [
120
+ "border",
121
+ "radius",
122
+ "l"
123
+ ]
124
+ },
125
+ "default": {
126
+ "value": "4px",
127
+ "filePath": "/Users/alex/design_system/tokens/src/border/radius.json",
128
+ "isSource": true,
129
+ "original": {
130
+ "value": "{border.radius.s.value}"
131
+ },
132
+ "name": "border-radius-default",
133
+ "attributes": {
134
+ "category": "border",
135
+ "type": "radius",
136
+ "item": "default"
137
+ },
138
+ "path": [
139
+ "border",
140
+ "radius",
141
+ "default"
142
+ ]
143
+ }
144
+ },
145
+ "size": {
146
+ "s": {
147
+ "value": "1px",
148
+ "filePath": "/Users/alex/design_system/tokens/src/border/size.json",
149
+ "isSource": true,
150
+ "original": {
151
+ "value": "1px"
152
+ },
153
+ "name": "border-size-s",
154
+ "attributes": {
155
+ "category": "border",
156
+ "type": "size",
157
+ "item": "s"
158
+ },
159
+ "path": [
160
+ "border",
161
+ "size",
162
+ "s"
163
+ ]
164
+ },
165
+ "m": {
166
+ "value": "2px",
167
+ "filePath": "/Users/alex/design_system/tokens/src/border/size.json",
168
+ "isSource": true,
169
+ "original": {
170
+ "value": "2px"
171
+ },
172
+ "name": "border-size-m",
173
+ "attributes": {
174
+ "category": "border",
175
+ "type": "size",
176
+ "item": "m"
177
+ },
178
+ "path": [
179
+ "border",
180
+ "size",
181
+ "m"
182
+ ]
183
+ },
184
+ "default": {
185
+ "value": "1px",
186
+ "filePath": "/Users/alex/design_system/tokens/src/border/size.json",
187
+ "isSource": true,
188
+ "original": {
189
+ "value": "{border.size.s.value}"
190
+ },
191
+ "name": "border-size-default",
192
+ "attributes": {
193
+ "category": "border",
194
+ "type": "size",
195
+ "item": "default"
196
+ },
197
+ "path": [
198
+ "border",
199
+ "size",
200
+ "default"
201
+ ]
202
+ }
203
+ }
204
+ },
205
+ "color": {
206
+ "alpha": {
207
+ "5": {
208
+ "value": "0.05",
209
+ "filePath": "/Users/alex/design_system/tokens/src/color/alpha.json",
210
+ "isSource": true,
211
+ "original": {
212
+ "value": "0.05"
213
+ },
214
+ "name": "alpha-5",
215
+ "attributes": {
216
+ "category": "color",
217
+ "type": "alpha",
218
+ "item": "5"
219
+ },
220
+ "path": [
221
+ "color",
222
+ "alpha",
223
+ "5"
224
+ ]
225
+ },
226
+ "10": {
227
+ "value": "0.1",
228
+ "filePath": "/Users/alex/design_system/tokens/src/color/alpha.json",
229
+ "isSource": true,
230
+ "original": {
231
+ "value": "0.1"
232
+ },
233
+ "name": "alpha-10",
234
+ "attributes": {
235
+ "category": "color",
236
+ "type": "alpha",
237
+ "item": "10"
238
+ },
239
+ "path": [
240
+ "color",
241
+ "alpha",
242
+ "10"
243
+ ]
244
+ },
245
+ "20": {
246
+ "value": "0.2",
247
+ "filePath": "/Users/alex/design_system/tokens/src/color/alpha.json",
248
+ "isSource": true,
249
+ "original": {
250
+ "value": "0.2"
251
+ },
252
+ "name": "alpha-20",
253
+ "attributes": {
254
+ "category": "color",
255
+ "type": "alpha",
256
+ "item": "20"
257
+ },
258
+ "path": [
259
+ "color",
260
+ "alpha",
261
+ "20"
262
+ ]
263
+ }
264
+ },
265
+ "background": {
266
+ "blueGrey": {
267
+ "value": "#f4f6fa",
268
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
269
+ "isSource": true,
270
+ "original": {
271
+ "value": "#F4F6FA"
272
+ },
273
+ "name": "bgColor-blueGrey",
274
+ "attributes": {
275
+ "category": "color",
276
+ "type": "background",
277
+ "item": "blueGrey"
278
+ },
279
+ "path": [
280
+ "color",
281
+ "background",
282
+ "blueGrey"
283
+ ]
284
+ },
285
+ "cloudGrey": {
286
+ "value": "#e9e9e9",
287
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
288
+ "isSource": true,
289
+ "original": {
290
+ "value": "#E9E9E9"
291
+ },
292
+ "name": "bgColor-cloudGrey",
293
+ "attributes": {
294
+ "category": "color",
295
+ "type": "background",
296
+ "item": "cloudGrey"
297
+ },
298
+ "path": [
299
+ "color",
300
+ "background",
301
+ "cloudGrey"
302
+ ]
303
+ },
304
+ "neutralGrey": {
305
+ "value": "#f9f9f9",
306
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
307
+ "isSource": true,
308
+ "original": {
309
+ "value": "#F9F9F9"
310
+ },
311
+ "name": "bgColor-neutralGrey",
312
+ "attributes": {
313
+ "category": "color",
314
+ "type": "background",
315
+ "item": "neutralGrey"
316
+ },
317
+ "path": [
318
+ "color",
319
+ "background",
320
+ "neutralGrey"
321
+ ]
322
+ },
323
+ "smokeGrey": {
324
+ "value": "#f3f3f3",
325
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
326
+ "isSource": true,
327
+ "original": {
328
+ "value": "#F3F3F3"
329
+ },
330
+ "name": "bgColor-smokeGrey",
331
+ "attributes": {
332
+ "category": "color",
333
+ "type": "background",
334
+ "item": "smokeGrey"
335
+ },
336
+ "path": [
337
+ "color",
338
+ "background",
339
+ "smokeGrey"
340
+ ]
341
+ },
342
+ "snowGrey": {
343
+ "value": "#fbfbfb",
344
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
345
+ "isSource": true,
346
+ "original": {
347
+ "value": "#FBFBFB"
348
+ },
349
+ "name": "bgColor-snowGrey",
350
+ "attributes": {
351
+ "category": "color",
352
+ "type": "background",
353
+ "item": "snowGrey"
354
+ },
355
+ "path": [
356
+ "color",
357
+ "background",
358
+ "snowGrey"
359
+ ]
360
+ },
361
+ "white": {
362
+ "value": "#ffffff",
363
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
364
+ "isSource": true,
365
+ "original": {
366
+ "value": "{color.narmi.white.value}"
367
+ },
368
+ "name": "bgColor-white",
369
+ "attributes": {
370
+ "category": "color",
371
+ "type": "background",
372
+ "item": "white"
373
+ },
374
+ "path": [
375
+ "color",
376
+ "background",
377
+ "white"
378
+ ]
379
+ },
380
+ "scrimLight": {
381
+ "value": "rgba(255, 255, 255, 0.85)",
382
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
383
+ "isSource": true,
384
+ "original": {
385
+ "value": "rgba(255, 255, 255, 0.85)"
386
+ },
387
+ "name": "bgColor-scrimLight",
388
+ "attributes": {
389
+ "category": "color",
390
+ "type": "background",
391
+ "item": "scrimLight"
392
+ },
393
+ "path": [
394
+ "color",
395
+ "background",
396
+ "scrimLight"
397
+ ]
398
+ },
399
+ "scrimDark": {
400
+ "value": "rgba(80, 80, 80, 0.7)",
401
+ "filePath": "/Users/alex/design_system/tokens/src/color/background.json",
402
+ "isSource": true,
403
+ "original": {
404
+ "value": "rgba(80, 80, 80, 0.7)"
405
+ },
406
+ "name": "bgColor-scrimDark",
407
+ "attributes": {
408
+ "category": "color",
409
+ "type": "background",
410
+ "item": "scrimDark"
411
+ },
412
+ "path": [
413
+ "color",
414
+ "background",
415
+ "scrimDark"
416
+ ]
417
+ }
418
+ },
419
+ "narmi": {
420
+ "moss100": {
421
+ "value": "#002921",
422
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
423
+ "isSource": true,
424
+ "original": {
425
+ "value": "#002921"
426
+ },
427
+ "name": "color-moss100",
428
+ "attributes": {
429
+ "category": "color",
430
+ "type": "narmi",
431
+ "item": "moss100"
432
+ },
433
+ "path": [
434
+ "color",
435
+ "narmi",
436
+ "moss100"
437
+ ]
438
+ },
439
+ "moss200": {
440
+ "value": "#0f3c32",
441
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
442
+ "isSource": true,
443
+ "original": {
444
+ "value": "#0F3C32"
445
+ },
446
+ "name": "color-moss200",
447
+ "attributes": {
448
+ "category": "color",
449
+ "type": "narmi",
450
+ "item": "moss200"
451
+ },
452
+ "path": [
453
+ "color",
454
+ "narmi",
455
+ "moss200"
456
+ ]
457
+ },
458
+ "moss300": {
459
+ "value": "#005242",
460
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
461
+ "isSource": true,
462
+ "original": {
463
+ "value": "#005242"
464
+ },
465
+ "name": "color-moss300",
466
+ "attributes": {
467
+ "category": "color",
468
+ "type": "narmi",
469
+ "item": "moss300"
470
+ },
471
+ "path": [
472
+ "color",
473
+ "narmi",
474
+ "moss300"
475
+ ]
476
+ },
477
+ "moss400": {
478
+ "value": "#006553",
479
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
480
+ "isSource": true,
481
+ "original": {
482
+ "value": "#006553"
483
+ },
484
+ "name": "color-moss400",
485
+ "attributes": {
486
+ "category": "color",
487
+ "type": "narmi",
488
+ "item": "moss400"
489
+ },
490
+ "path": [
491
+ "color",
492
+ "narmi",
493
+ "moss400"
494
+ ]
495
+ },
496
+ "moss500": {
497
+ "value": "#3e8373",
498
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
499
+ "isSource": true,
500
+ "original": {
501
+ "value": "#3E8373"
502
+ },
503
+ "name": "color-moss500",
504
+ "attributes": {
505
+ "category": "color",
506
+ "type": "narmi",
507
+ "item": "moss500"
508
+ },
509
+ "path": [
510
+ "color",
511
+ "narmi",
512
+ "moss500"
513
+ ]
514
+ },
515
+ "moss600": {
516
+ "value": "#6ea193",
517
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
518
+ "isSource": true,
519
+ "original": {
520
+ "value": "#6EA193"
521
+ },
522
+ "name": "color-moss600",
523
+ "attributes": {
524
+ "category": "color",
525
+ "type": "narmi",
526
+ "item": "moss600"
527
+ },
528
+ "path": [
529
+ "color",
530
+ "narmi",
531
+ "moss600"
532
+ ]
533
+ },
534
+ "moss700": {
535
+ "value": "#9dc0b6",
536
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
537
+ "isSource": true,
538
+ "original": {
539
+ "value": "#9DC0B6"
540
+ },
541
+ "name": "color-moss700",
542
+ "attributes": {
543
+ "category": "color",
544
+ "type": "narmi",
545
+ "item": "moss700"
546
+ },
547
+ "path": [
548
+ "color",
549
+ "narmi",
550
+ "moss700"
551
+ ]
552
+ },
553
+ "moss800": {
554
+ "value": "#cdded9",
555
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
556
+ "isSource": true,
557
+ "original": {
558
+ "value": "#CDDED9"
559
+ },
560
+ "name": "color-moss800",
561
+ "attributes": {
562
+ "category": "color",
563
+ "type": "narmi",
564
+ "item": "moss800"
565
+ },
566
+ "path": [
567
+ "color",
568
+ "narmi",
569
+ "moss800"
570
+ ]
571
+ },
572
+ "moss": {
573
+ "value": "#006553",
574
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
575
+ "isSource": true,
576
+ "original": {
577
+ "value": "{color.narmi.moss400.value}"
578
+ },
579
+ "name": "color-moss",
580
+ "attributes": {
581
+ "category": "color",
582
+ "type": "narmi",
583
+ "item": "moss"
584
+ },
585
+ "path": [
586
+ "color",
587
+ "narmi",
588
+ "moss"
589
+ ]
590
+ },
591
+ "pine100": {
592
+ "value": "#041a14",
593
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
594
+ "isSource": true,
595
+ "original": {
596
+ "value": "#041A14"
597
+ },
598
+ "name": "color-pine100",
599
+ "attributes": {
600
+ "category": "color",
601
+ "type": "narmi",
602
+ "item": "pine100"
603
+ },
604
+ "path": [
605
+ "color",
606
+ "narmi",
607
+ "pine100"
608
+ ]
609
+ },
610
+ "pine200": {
611
+ "value": "#062821",
612
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
613
+ "isSource": true,
614
+ "original": {
615
+ "value": "#062821"
616
+ },
617
+ "name": "color-pine200",
618
+ "attributes": {
619
+ "category": "color",
620
+ "type": "narmi",
621
+ "item": "pine200"
622
+ },
623
+ "path": [
624
+ "color",
625
+ "narmi",
626
+ "pine200"
627
+ ]
628
+ },
629
+ "pine300": {
630
+ "value": "#16362c",
631
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
632
+ "isSource": true,
633
+ "original": {
634
+ "value": "#16362C"
635
+ },
636
+ "name": "color-pine300",
637
+ "attributes": {
638
+ "category": "color",
639
+ "type": "narmi",
640
+ "item": "pine300"
641
+ },
642
+ "path": [
643
+ "color",
644
+ "narmi",
645
+ "pine300"
646
+ ]
647
+ },
648
+ "pine400": {
649
+ "value": "#1a4338",
650
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
651
+ "isSource": true,
652
+ "original": {
653
+ "value": "#1A4338"
654
+ },
655
+ "name": "color-pine400",
656
+ "attributes": {
657
+ "category": "color",
658
+ "type": "narmi",
659
+ "item": "pine400"
660
+ },
661
+ "path": [
662
+ "color",
663
+ "narmi",
664
+ "pine400"
665
+ ]
666
+ },
667
+ "pine500": {
668
+ "value": "#44655b",
669
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
670
+ "isSource": true,
671
+ "original": {
672
+ "value": "#44655B"
673
+ },
674
+ "name": "color-pine500",
675
+ "attributes": {
676
+ "category": "color",
677
+ "type": "narmi",
678
+ "item": "pine500"
679
+ },
680
+ "path": [
681
+ "color",
682
+ "narmi",
683
+ "pine500"
684
+ ]
685
+ },
686
+ "pine600": {
687
+ "value": "#708981",
688
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
689
+ "isSource": true,
690
+ "original": {
691
+ "value": "#708981"
692
+ },
693
+ "name": "color-pine600",
694
+ "attributes": {
695
+ "category": "color",
696
+ "type": "narmi",
697
+ "item": "pine600"
698
+ },
699
+ "path": [
700
+ "color",
701
+ "narmi",
702
+ "pine600"
703
+ ]
704
+ },
705
+ "pine700": {
706
+ "value": "#708981",
707
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
708
+ "isSource": true,
709
+ "original": {
710
+ "value": "#708981"
711
+ },
712
+ "name": "color-pine700",
713
+ "attributes": {
714
+ "category": "color",
715
+ "type": "narmi",
716
+ "item": "pine700"
717
+ },
718
+ "path": [
719
+ "color",
720
+ "narmi",
721
+ "pine700"
722
+ ]
723
+ },
724
+ "pine800": {
725
+ "value": "#cdd6d3",
726
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
727
+ "isSource": true,
728
+ "original": {
729
+ "value": "#CDD6D3"
730
+ },
731
+ "name": "color-pine800",
732
+ "attributes": {
733
+ "category": "color",
734
+ "type": "narmi",
735
+ "item": "pine800"
736
+ },
737
+ "path": [
738
+ "color",
739
+ "narmi",
740
+ "pine800"
741
+ ]
742
+ },
743
+ "pine": {
744
+ "value": "#1a4338",
745
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
746
+ "isSource": true,
747
+ "original": {
748
+ "value": "{color.narmi.pine400.value}"
749
+ },
750
+ "name": "color-pine",
751
+ "attributes": {
752
+ "category": "color",
753
+ "type": "narmi",
754
+ "item": "pine"
755
+ },
756
+ "path": [
757
+ "color",
758
+ "narmi",
759
+ "pine"
760
+ ]
761
+ },
762
+ "cove100": {
763
+ "value": "#002547",
764
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
765
+ "isSource": true,
766
+ "original": {
767
+ "value": "#002547"
768
+ },
769
+ "name": "color-cove100",
770
+ "attributes": {
771
+ "category": "color",
772
+ "type": "narmi",
773
+ "item": "cove100"
774
+ },
775
+ "path": [
776
+ "color",
777
+ "narmi",
778
+ "cove100"
779
+ ]
780
+ },
781
+ "cove200": {
782
+ "value": "#00376a",
783
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
784
+ "isSource": true,
785
+ "original": {
786
+ "value": "#00376A"
787
+ },
788
+ "name": "color-cove200",
789
+ "attributes": {
790
+ "category": "color",
791
+ "type": "narmi",
792
+ "item": "cove200"
793
+ },
794
+ "path": [
795
+ "color",
796
+ "narmi",
797
+ "cove200"
798
+ ]
799
+ },
800
+ "cove300": {
801
+ "value": "#094895",
802
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
803
+ "isSource": true,
804
+ "original": {
805
+ "value": "#094895"
806
+ },
807
+ "name": "color-cove300",
808
+ "attributes": {
809
+ "category": "color",
810
+ "type": "narmi",
811
+ "item": "cove300"
812
+ },
813
+ "path": [
814
+ "color",
815
+ "narmi",
816
+ "cove300"
817
+ ]
818
+ },
819
+ "cove400": {
820
+ "value": "#005cb2",
821
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
822
+ "isSource": true,
823
+ "original": {
824
+ "value": "#005CB2"
825
+ },
826
+ "name": "color-cove400",
827
+ "attributes": {
828
+ "category": "color",
829
+ "type": "narmi",
830
+ "item": "cove400"
831
+ },
832
+ "path": [
833
+ "color",
834
+ "narmi",
835
+ "cove400"
836
+ ]
837
+ },
838
+ "cove500": {
839
+ "value": "#237cc3",
840
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
841
+ "isSource": true,
842
+ "original": {
843
+ "value": "#237CC3"
844
+ },
845
+ "name": "color-cove500",
846
+ "attributes": {
847
+ "category": "color",
848
+ "type": "narmi",
849
+ "item": "cove500"
850
+ },
851
+ "path": [
852
+ "color",
853
+ "narmi",
854
+ "cove500"
855
+ ]
856
+ },
857
+ "cove600": {
858
+ "value": "#66a2d6",
859
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
860
+ "isSource": true,
861
+ "original": {
862
+ "value": "#66A2D6"
863
+ },
864
+ "name": "color-cove600",
865
+ "attributes": {
866
+ "category": "color",
867
+ "type": "narmi",
868
+ "item": "cove600"
869
+ },
870
+ "path": [
871
+ "color",
872
+ "narmi",
873
+ "cove600"
874
+ ]
875
+ },
876
+ "cove700": {
877
+ "value": "#a6cff0",
878
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
879
+ "isSource": true,
880
+ "original": {
881
+ "value": "#A6CFF0"
882
+ },
883
+ "name": "color-cove700",
884
+ "attributes": {
885
+ "category": "color",
886
+ "type": "narmi",
887
+ "item": "cove700"
888
+ },
889
+ "path": [
890
+ "color",
891
+ "narmi",
892
+ "cove700"
893
+ ]
894
+ },
895
+ "cove800": {
896
+ "value": "#d4edff",
897
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
898
+ "isSource": true,
899
+ "original": {
900
+ "value": "#D4EDFF"
901
+ },
902
+ "name": "color-cove800",
903
+ "attributes": {
904
+ "category": "color",
905
+ "type": "narmi",
906
+ "item": "cove800"
907
+ },
908
+ "path": [
909
+ "color",
910
+ "narmi",
911
+ "cove800"
912
+ ]
913
+ },
914
+ "cove": {
915
+ "value": "#005cb2",
916
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
917
+ "isSource": true,
918
+ "original": {
919
+ "value": "{color.narmi.cove400.value}"
920
+ },
921
+ "name": "color-cove",
922
+ "attributes": {
923
+ "category": "color",
924
+ "type": "narmi",
925
+ "item": "cove"
926
+ },
927
+ "path": [
928
+ "color",
929
+ "narmi",
930
+ "cove"
931
+ ]
932
+ },
933
+ "azul100": {
934
+ "value": "#001340",
935
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
936
+ "isSource": true,
937
+ "original": {
938
+ "value": "#001340"
939
+ },
940
+ "name": "color-azul100",
941
+ "attributes": {
942
+ "category": "color",
943
+ "type": "narmi",
944
+ "item": "azul100"
945
+ },
946
+ "path": [
947
+ "color",
948
+ "narmi",
949
+ "azul100"
950
+ ]
951
+ },
952
+ "azul200": {
953
+ "value": "#00205e",
954
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
955
+ "isSource": true,
956
+ "original": {
957
+ "value": "#00205E"
958
+ },
959
+ "name": "color-azul200",
960
+ "attributes": {
961
+ "category": "color",
962
+ "type": "narmi",
963
+ "item": "azul200"
964
+ },
965
+ "path": [
966
+ "color",
967
+ "narmi",
968
+ "azul200"
969
+ ]
970
+ },
971
+ "azul300": {
972
+ "value": "#002c82",
973
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
974
+ "isSource": true,
975
+ "original": {
976
+ "value": "#002C82"
977
+ },
978
+ "name": "color-azul300",
979
+ "attributes": {
980
+ "category": "color",
981
+ "type": "narmi",
982
+ "item": "azul300"
983
+ },
984
+ "path": [
985
+ "color",
986
+ "narmi",
987
+ "azul300"
988
+ ]
989
+ },
990
+ "azul400": {
991
+ "value": "#003ea0",
992
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
993
+ "isSource": true,
994
+ "original": {
995
+ "value": "#003EA0"
996
+ },
997
+ "name": "color-azul400",
998
+ "attributes": {
999
+ "category": "color",
1000
+ "type": "narmi",
1001
+ "item": "azul400"
1002
+ },
1003
+ "path": [
1004
+ "color",
1005
+ "narmi",
1006
+ "azul400"
1007
+ ]
1008
+ },
1009
+ "azul500": {
1010
+ "value": "#3664b5",
1011
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1012
+ "isSource": true,
1013
+ "original": {
1014
+ "value": "#3664B5"
1015
+ },
1016
+ "name": "color-azul500",
1017
+ "attributes": {
1018
+ "category": "color",
1019
+ "type": "narmi",
1020
+ "item": "azul500"
1021
+ },
1022
+ "path": [
1023
+ "color",
1024
+ "narmi",
1025
+ "azul500"
1026
+ ]
1027
+ },
1028
+ "azul600": {
1029
+ "value": "#6b89c7",
1030
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1031
+ "isSource": true,
1032
+ "original": {
1033
+ "value": "#6B89C7"
1034
+ },
1035
+ "name": "color-azul600",
1036
+ "attributes": {
1037
+ "category": "color",
1038
+ "type": "narmi",
1039
+ "item": "azul600"
1040
+ },
1041
+ "path": [
1042
+ "color",
1043
+ "narmi",
1044
+ "azul600"
1045
+ ]
1046
+ },
1047
+ "azul700": {
1048
+ "value": "#9cb1de",
1049
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1050
+ "isSource": true,
1051
+ "original": {
1052
+ "value": "#9CB1DE"
1053
+ },
1054
+ "name": "color-azul700",
1055
+ "attributes": {
1056
+ "category": "color",
1057
+ "type": "narmi",
1058
+ "item": "azul700"
1059
+ },
1060
+ "path": [
1061
+ "color",
1062
+ "narmi",
1063
+ "azul700"
1064
+ ]
1065
+ },
1066
+ "azul800": {
1067
+ "value": "#c9d8f2",
1068
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1069
+ "isSource": true,
1070
+ "original": {
1071
+ "value": "#C9D8F2"
1072
+ },
1073
+ "name": "color-azul800",
1074
+ "attributes": {
1075
+ "category": "color",
1076
+ "type": "narmi",
1077
+ "item": "azul800"
1078
+ },
1079
+ "path": [
1080
+ "color",
1081
+ "narmi",
1082
+ "azul800"
1083
+ ]
1084
+ },
1085
+ "azul": {
1086
+ "value": "#003ea0",
1087
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1088
+ "isSource": true,
1089
+ "original": {
1090
+ "value": "{color.narmi.azul400.value}"
1091
+ },
1092
+ "name": "color-azul",
1093
+ "attributes": {
1094
+ "category": "color",
1095
+ "type": "narmi",
1096
+ "item": "azul"
1097
+ },
1098
+ "path": [
1099
+ "color",
1100
+ "narmi",
1101
+ "azul"
1102
+ ]
1103
+ },
1104
+ "pistachio100": {
1105
+ "value": "#485e3d",
1106
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1107
+ "isSource": true,
1108
+ "original": {
1109
+ "value": "#485E3D"
1110
+ },
1111
+ "name": "color-pistachio100",
1112
+ "attributes": {
1113
+ "category": "color",
1114
+ "type": "narmi",
1115
+ "item": "pistachio100"
1116
+ },
1117
+ "path": [
1118
+ "color",
1119
+ "narmi",
1120
+ "pistachio100"
1121
+ ]
1122
+ },
1123
+ "pistachio200": {
1124
+ "value": "#6b8c5a",
1125
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1126
+ "isSource": true,
1127
+ "original": {
1128
+ "value": "#6B8C5A"
1129
+ },
1130
+ "name": "color-pistachio200",
1131
+ "attributes": {
1132
+ "category": "color",
1133
+ "type": "narmi",
1134
+ "item": "pistachio200"
1135
+ },
1136
+ "path": [
1137
+ "color",
1138
+ "narmi",
1139
+ "pistachio200"
1140
+ ]
1141
+ },
1142
+ "pistachio300": {
1143
+ "value": "#90bb78",
1144
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1145
+ "isSource": true,
1146
+ "original": {
1147
+ "value": "#90BB78"
1148
+ },
1149
+ "name": "color-pistachio300",
1150
+ "attributes": {
1151
+ "category": "color",
1152
+ "type": "narmi",
1153
+ "item": "pistachio300"
1154
+ },
1155
+ "path": [
1156
+ "color",
1157
+ "narmi",
1158
+ "pistachio300"
1159
+ ]
1160
+ },
1161
+ "pistachio400": {
1162
+ "value": "#b5e995",
1163
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1164
+ "isSource": true,
1165
+ "original": {
1166
+ "value": "#B5E995"
1167
+ },
1168
+ "name": "color-pistachio400",
1169
+ "attributes": {
1170
+ "category": "color",
1171
+ "type": "narmi",
1172
+ "item": "pistachio400"
1173
+ },
1174
+ "path": [
1175
+ "color",
1176
+ "narmi",
1177
+ "pistachio400"
1178
+ ]
1179
+ },
1180
+ "pistachio500": {
1181
+ "value": "#ccf0b4",
1182
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1183
+ "isSource": true,
1184
+ "original": {
1185
+ "value": "#CCF0B4"
1186
+ },
1187
+ "name": "color-pistachio500",
1188
+ "attributes": {
1189
+ "category": "color",
1190
+ "type": "narmi",
1191
+ "item": "pistachio500"
1192
+ },
1193
+ "path": [
1194
+ "color",
1195
+ "narmi",
1196
+ "pistachio500"
1197
+ ]
1198
+ },
1199
+ "pistachio600": {
1200
+ "value": "#daf4c8",
1201
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1202
+ "isSource": true,
1203
+ "original": {
1204
+ "value": "#DAF4C8"
1205
+ },
1206
+ "name": "color-pistachio600",
1207
+ "attributes": {
1208
+ "category": "color",
1209
+ "type": "narmi",
1210
+ "item": "pistachio600"
1211
+ },
1212
+ "path": [
1213
+ "color",
1214
+ "narmi",
1215
+ "pistachio600"
1216
+ ]
1217
+ },
1218
+ "pistachio700": {
1219
+ "value": "#e9f8de",
1220
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1221
+ "isSource": true,
1222
+ "original": {
1223
+ "value": "#E9F8DE"
1224
+ },
1225
+ "name": "color-pistachio700",
1226
+ "attributes": {
1227
+ "category": "color",
1228
+ "type": "narmi",
1229
+ "item": "pistachio700"
1230
+ },
1231
+ "path": [
1232
+ "color",
1233
+ "narmi",
1234
+ "pistachio700"
1235
+ ]
1236
+ },
1237
+ "pistachio800": {
1238
+ "value": "#f7fcf3",
1239
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1240
+ "isSource": true,
1241
+ "original": {
1242
+ "value": "#F7FCF3"
1243
+ },
1244
+ "name": "color-pistachio800",
1245
+ "attributes": {
1246
+ "category": "color",
1247
+ "type": "narmi",
1248
+ "item": "pistachio800"
1249
+ },
1250
+ "path": [
1251
+ "color",
1252
+ "narmi",
1253
+ "pistachio800"
1254
+ ]
1255
+ },
1256
+ "pistachio": {
1257
+ "value": "#b5e995",
1258
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1259
+ "isSource": true,
1260
+ "original": {
1261
+ "value": "{color.narmi.pistachio400.value}"
1262
+ },
1263
+ "name": "color-pistachio",
1264
+ "attributes": {
1265
+ "category": "color",
1266
+ "type": "narmi",
1267
+ "item": "pistachio"
1268
+ },
1269
+ "path": [
1270
+ "color",
1271
+ "narmi",
1272
+ "pistachio"
1273
+ ]
1274
+ },
1275
+ "cactus100": {
1276
+ "value": "#324c23",
1277
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1278
+ "isSource": true,
1279
+ "original": {
1280
+ "value": "#324C23"
1281
+ },
1282
+ "name": "color-cactus100",
1283
+ "attributes": {
1284
+ "category": "color",
1285
+ "type": "narmi",
1286
+ "item": "cactus100"
1287
+ },
1288
+ "path": [
1289
+ "color",
1290
+ "narmi",
1291
+ "cactus100"
1292
+ ]
1293
+ },
1294
+ "cactus200": {
1295
+ "value": "#4b7137",
1296
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1297
+ "isSource": true,
1298
+ "original": {
1299
+ "value": "#4B7137"
1300
+ },
1301
+ "name": "color-cactus200",
1302
+ "attributes": {
1303
+ "category": "color",
1304
+ "type": "narmi",
1305
+ "item": "cactus200"
1306
+ },
1307
+ "path": [
1308
+ "color",
1309
+ "narmi",
1310
+ "cactus200"
1311
+ ]
1312
+ },
1313
+ "cactus300": {
1314
+ "value": "#63964b",
1315
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1316
+ "isSource": true,
1317
+ "original": {
1318
+ "value": "#63964B"
1319
+ },
1320
+ "name": "color-cactus300",
1321
+ "attributes": {
1322
+ "category": "color",
1323
+ "type": "narmi",
1324
+ "item": "cactus300"
1325
+ },
1326
+ "path": [
1327
+ "color",
1328
+ "narmi",
1329
+ "cactus300"
1330
+ ]
1331
+ },
1332
+ "cactus400": {
1333
+ "value": "#7fbc5b",
1334
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1335
+ "isSource": true,
1336
+ "original": {
1337
+ "value": "#7FBC5B"
1338
+ },
1339
+ "name": "color-cactus400",
1340
+ "attributes": {
1341
+ "category": "color",
1342
+ "type": "narmi",
1343
+ "item": "cactus400"
1344
+ },
1345
+ "path": [
1346
+ "color",
1347
+ "narmi",
1348
+ "cactus400"
1349
+ ]
1350
+ },
1351
+ "cactus500": {
1352
+ "value": "#99ca7a",
1353
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1354
+ "isSource": true,
1355
+ "original": {
1356
+ "value": "#99CA7A"
1357
+ },
1358
+ "name": "color-cactus500",
1359
+ "attributes": {
1360
+ "category": "color",
1361
+ "type": "narmi",
1362
+ "item": "cactus500"
1363
+ },
1364
+ "path": [
1365
+ "color",
1366
+ "narmi",
1367
+ "cactus500"
1368
+ ]
1369
+ },
1370
+ "cactus600": {
1371
+ "value": "#b3d79a",
1372
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1373
+ "isSource": true,
1374
+ "original": {
1375
+ "value": "#B3D79A"
1376
+ },
1377
+ "name": "color-cactus600",
1378
+ "attributes": {
1379
+ "category": "color",
1380
+ "type": "narmi",
1381
+ "item": "cactus600"
1382
+ },
1383
+ "path": [
1384
+ "color",
1385
+ "narmi",
1386
+ "cactus600"
1387
+ ]
1388
+ },
1389
+ "cactus700": {
1390
+ "value": "#cce4ba",
1391
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1392
+ "isSource": true,
1393
+ "original": {
1394
+ "value": "#CCE4BA"
1395
+ },
1396
+ "name": "color-cactus700",
1397
+ "attributes": {
1398
+ "category": "color",
1399
+ "type": "narmi",
1400
+ "item": "cactus700"
1401
+ },
1402
+ "path": [
1403
+ "color",
1404
+ "narmi",
1405
+ "cactus700"
1406
+ ]
1407
+ },
1408
+ "cactus800": {
1409
+ "value": "#e5f1dc",
1410
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1411
+ "isSource": true,
1412
+ "original": {
1413
+ "value": "#E5F1DC"
1414
+ },
1415
+ "name": "color-cactus800",
1416
+ "attributes": {
1417
+ "category": "color",
1418
+ "type": "narmi",
1419
+ "item": "cactus800"
1420
+ },
1421
+ "path": [
1422
+ "color",
1423
+ "narmi",
1424
+ "cactus800"
1425
+ ]
1426
+ },
1427
+ "cactus": {
1428
+ "value": "#7fbc5b",
1429
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1430
+ "isSource": true,
1431
+ "original": {
1432
+ "value": "{color.narmi.cactus400.value}"
1433
+ },
1434
+ "name": "color-cactus",
1435
+ "attributes": {
1436
+ "category": "color",
1437
+ "type": "narmi",
1438
+ "item": "cactus"
1439
+ },
1440
+ "path": [
1441
+ "color",
1442
+ "narmi",
1443
+ "cactus"
1444
+ ]
1445
+ },
1446
+ "sand100": {
1447
+ "value": "#423329",
1448
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1449
+ "isSource": true,
1450
+ "original": {
1451
+ "value": "#423329"
1452
+ },
1453
+ "name": "color-sand100",
1454
+ "attributes": {
1455
+ "category": "color",
1456
+ "type": "narmi",
1457
+ "item": "sand100"
1458
+ },
1459
+ "path": [
1460
+ "color",
1461
+ "narmi",
1462
+ "sand100"
1463
+ ]
1464
+ },
1465
+ "sand200": {
1466
+ "value": "#684d41",
1467
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1468
+ "isSource": true,
1469
+ "original": {
1470
+ "value": "#684D41"
1471
+ },
1472
+ "name": "color-sand200",
1473
+ "attributes": {
1474
+ "category": "color",
1475
+ "type": "narmi",
1476
+ "item": "sand200"
1477
+ },
1478
+ "path": [
1479
+ "color",
1480
+ "narmi",
1481
+ "sand200"
1482
+ ]
1483
+ },
1484
+ "sand300": {
1485
+ "value": "#947564",
1486
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1487
+ "isSource": true,
1488
+ "original": {
1489
+ "value": "#947564"
1490
+ },
1491
+ "name": "color-sand300",
1492
+ "attributes": {
1493
+ "category": "color",
1494
+ "type": "narmi",
1495
+ "item": "sand300"
1496
+ },
1497
+ "path": [
1498
+ "color",
1499
+ "narmi",
1500
+ "sand300"
1501
+ ]
1502
+ },
1503
+ "sand400": {
1504
+ "value": "#c4a08a",
1505
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1506
+ "isSource": true,
1507
+ "original": {
1508
+ "value": "#C4A08A"
1509
+ },
1510
+ "name": "color-sand400",
1511
+ "attributes": {
1512
+ "category": "color",
1513
+ "type": "narmi",
1514
+ "item": "sand400"
1515
+ },
1516
+ "path": [
1517
+ "color",
1518
+ "narmi",
1519
+ "sand400"
1520
+ ]
1521
+ },
1522
+ "sand500": {
1523
+ "value": "#dcc1a2",
1524
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1525
+ "isSource": true,
1526
+ "original": {
1527
+ "value": "#DCC1A2"
1528
+ },
1529
+ "name": "color-sand500",
1530
+ "attributes": {
1531
+ "category": "color",
1532
+ "type": "narmi",
1533
+ "item": "sand500"
1534
+ },
1535
+ "path": [
1536
+ "color",
1537
+ "narmi",
1538
+ "sand500"
1539
+ ]
1540
+ },
1541
+ "sand600": {
1542
+ "value": "#eed6c3",
1543
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1544
+ "isSource": true,
1545
+ "original": {
1546
+ "value": "#EED6C3"
1547
+ },
1548
+ "name": "color-sand600",
1549
+ "attributes": {
1550
+ "category": "color",
1551
+ "type": "narmi",
1552
+ "item": "sand600"
1553
+ },
1554
+ "path": [
1555
+ "color",
1556
+ "narmi",
1557
+ "sand600"
1558
+ ]
1559
+ },
1560
+ "sand700": {
1561
+ "value": "#f4e3d6",
1562
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1563
+ "isSource": true,
1564
+ "original": {
1565
+ "value": "#F4E3D6"
1566
+ },
1567
+ "name": "color-sand700",
1568
+ "attributes": {
1569
+ "category": "color",
1570
+ "type": "narmi",
1571
+ "item": "sand700"
1572
+ },
1573
+ "path": [
1574
+ "color",
1575
+ "narmi",
1576
+ "sand700"
1577
+ ]
1578
+ },
1579
+ "sand800": {
1580
+ "value": "#fcf0e9",
1581
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1582
+ "isSource": true,
1583
+ "original": {
1584
+ "value": "#FCF0E9"
1585
+ },
1586
+ "name": "color-sand800",
1587
+ "attributes": {
1588
+ "category": "color",
1589
+ "type": "narmi",
1590
+ "item": "sand800"
1591
+ },
1592
+ "path": [
1593
+ "color",
1594
+ "narmi",
1595
+ "sand800"
1596
+ ]
1597
+ },
1598
+ "sand": {
1599
+ "value": "#dcc1a2",
1600
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1601
+ "isSource": true,
1602
+ "original": {
1603
+ "value": "{color.narmi.sand500.value}"
1604
+ },
1605
+ "name": "color-sand",
1606
+ "attributes": {
1607
+ "category": "color",
1608
+ "type": "narmi",
1609
+ "item": "sand"
1610
+ },
1611
+ "path": [
1612
+ "color",
1613
+ "narmi",
1614
+ "sand"
1615
+ ]
1616
+ },
1617
+ "black": {
1618
+ "value": "#333333",
1619
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1620
+ "isSource": true,
1621
+ "original": {
1622
+ "value": "#333333"
1623
+ },
1624
+ "name": "color-black",
1625
+ "attributes": {
1626
+ "category": "color",
1627
+ "type": "narmi",
1628
+ "item": "black"
1629
+ },
1630
+ "path": [
1631
+ "color",
1632
+ "narmi",
1633
+ "black"
1634
+ ]
1635
+ },
1636
+ "grey": {
1637
+ "value": "#4c4c4c",
1638
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1639
+ "isSource": true,
1640
+ "original": {
1641
+ "value": "#4C4C4C"
1642
+ },
1643
+ "name": "color-grey",
1644
+ "attributes": {
1645
+ "category": "color",
1646
+ "type": "narmi",
1647
+ "item": "grey"
1648
+ },
1649
+ "path": [
1650
+ "color",
1651
+ "narmi",
1652
+ "grey"
1653
+ ]
1654
+ },
1655
+ "mediumGrey": {
1656
+ "value": "#8c8c8c",
1657
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1658
+ "isSource": true,
1659
+ "original": {
1660
+ "value": "#8C8C8C"
1661
+ },
1662
+ "name": "color-mediumGrey",
1663
+ "attributes": {
1664
+ "category": "color",
1665
+ "type": "narmi",
1666
+ "item": "mediumGrey"
1667
+ },
1668
+ "path": [
1669
+ "color",
1670
+ "narmi",
1671
+ "mediumGrey"
1672
+ ]
1673
+ },
1674
+ "lightGrey": {
1675
+ "value": "#d9d9d9",
1676
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1677
+ "isSource": true,
1678
+ "original": {
1679
+ "value": "#D9D9D9"
1680
+ },
1681
+ "name": "color-lightGrey",
1682
+ "attributes": {
1683
+ "category": "color",
1684
+ "type": "narmi",
1685
+ "item": "lightGrey"
1686
+ },
1687
+ "path": [
1688
+ "color",
1689
+ "narmi",
1690
+ "lightGrey"
1691
+ ]
1692
+ },
1693
+ "white": {
1694
+ "value": "#ffffff",
1695
+ "filePath": "/Users/alex/design_system/tokens/src/color/narmi.json",
1696
+ "isSource": true,
1697
+ "original": {
1698
+ "value": "#FFFFFF"
1699
+ },
1700
+ "name": "color-white",
1701
+ "attributes": {
1702
+ "category": "color",
1703
+ "type": "narmi",
1704
+ "item": "white"
1705
+ },
1706
+ "path": [
1707
+ "color",
1708
+ "narmi",
1709
+ "white"
1710
+ ]
1711
+ }
1712
+ },
1713
+ "system": {
1714
+ "successDark": {
1715
+ "value": "#37b374",
1716
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1717
+ "isSource": true,
1718
+ "original": {
1719
+ "value": "#37B374"
1720
+ },
1721
+ "name": "color-successDark",
1722
+ "attributes": {
1723
+ "category": "color",
1724
+ "type": "system",
1725
+ "item": "successDark"
1726
+ },
1727
+ "path": [
1728
+ "color",
1729
+ "system",
1730
+ "successDark"
1731
+ ]
1732
+ },
1733
+ "successLight": {
1734
+ "value": "#e3fae7",
1735
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1736
+ "isSource": true,
1737
+ "original": {
1738
+ "value": "#E3FAE7"
1739
+ },
1740
+ "name": "color-successLight",
1741
+ "attributes": {
1742
+ "category": "color",
1743
+ "type": "system",
1744
+ "item": "successLight"
1745
+ },
1746
+ "path": [
1747
+ "color",
1748
+ "system",
1749
+ "successLight"
1750
+ ]
1751
+ },
1752
+ "warnDark": {
1753
+ "value": "#eac348",
1754
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1755
+ "isSource": true,
1756
+ "original": {
1757
+ "value": "#EAC348"
1758
+ },
1759
+ "name": "color-warnDark",
1760
+ "attributes": {
1761
+ "category": "color",
1762
+ "type": "system",
1763
+ "item": "warnDark"
1764
+ },
1765
+ "path": [
1766
+ "color",
1767
+ "system",
1768
+ "warnDark"
1769
+ ]
1770
+ },
1771
+ "warnLight": {
1772
+ "value": "#fef8e3",
1773
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1774
+ "isSource": true,
1775
+ "original": {
1776
+ "value": "#FEF8E3"
1777
+ },
1778
+ "name": "color-warnLight",
1779
+ "attributes": {
1780
+ "category": "color",
1781
+ "type": "system",
1782
+ "item": "warnLight"
1783
+ },
1784
+ "path": [
1785
+ "color",
1786
+ "system",
1787
+ "warnLight"
1788
+ ]
1789
+ },
1790
+ "infoDark": {
1791
+ "value": "#195274",
1792
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1793
+ "isSource": true,
1794
+ "original": {
1795
+ "value": "#195274"
1796
+ },
1797
+ "name": "color-infoDark",
1798
+ "attributes": {
1799
+ "category": "color",
1800
+ "type": "system",
1801
+ "item": "infoDark"
1802
+ },
1803
+ "path": [
1804
+ "color",
1805
+ "system",
1806
+ "infoDark"
1807
+ ]
1808
+ },
1809
+ "infoLight": {
1810
+ "value": "#e8eef1",
1811
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1812
+ "isSource": true,
1813
+ "original": {
1814
+ "value": "#E8EEF1"
1815
+ },
1816
+ "name": "color-infoLight",
1817
+ "attributes": {
1818
+ "category": "color",
1819
+ "type": "system",
1820
+ "item": "infoLight"
1821
+ },
1822
+ "path": [
1823
+ "color",
1824
+ "system",
1825
+ "infoLight"
1826
+ ]
1827
+ },
1828
+ "errorDark": {
1829
+ "value": "#d93b3b",
1830
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1831
+ "isSource": true,
1832
+ "original": {
1833
+ "value": "#D93B3B"
1834
+ },
1835
+ "name": "color-errorDark",
1836
+ "attributes": {
1837
+ "category": "color",
1838
+ "type": "system",
1839
+ "item": "errorDark"
1840
+ },
1841
+ "path": [
1842
+ "color",
1843
+ "system",
1844
+ "errorDark"
1845
+ ]
1846
+ },
1847
+ "errorLight": {
1848
+ "value": "#fdf1f1",
1849
+ "filePath": "/Users/alex/design_system/tokens/src/color/system.json",
1850
+ "isSource": true,
1851
+ "original": {
1852
+ "value": "#FDF1F1"
1853
+ },
1854
+ "name": "color-errorLight",
1855
+ "attributes": {
1856
+ "category": "color",
1857
+ "type": "system",
1858
+ "item": "errorLight"
1859
+ },
1860
+ "path": [
1861
+ "color",
1862
+ "system",
1863
+ "errorLight"
1864
+ ]
1865
+ }
1866
+ },
1867
+ "theme": {
1868
+ "primary": {
1869
+ "value": "#1a4338",
1870
+ "filePath": "/Users/alex/design_system/tokens/src/color/theme.json",
1871
+ "isSource": true,
1872
+ "original": {
1873
+ "value": "{color.narmi.pine.value}"
1874
+ },
1875
+ "name": "theme-primary",
1876
+ "attributes": {
1877
+ "category": "color",
1878
+ "type": "theme",
1879
+ "item": "primary"
1880
+ },
1881
+ "path": [
1882
+ "color",
1883
+ "theme",
1884
+ "primary"
1885
+ ]
1886
+ },
1887
+ "secondary": {
1888
+ "value": "#006553",
1889
+ "filePath": "/Users/alex/design_system/tokens/src/color/theme.json",
1890
+ "isSource": true,
1891
+ "original": {
1892
+ "value": "{color.narmi.moss.value}"
1893
+ },
1894
+ "name": "theme-secondary",
1895
+ "attributes": {
1896
+ "category": "color",
1897
+ "type": "theme",
1898
+ "item": "secondary"
1899
+ },
1900
+ "path": [
1901
+ "color",
1902
+ "theme",
1903
+ "secondary"
1904
+ ]
1905
+ },
1906
+ "tertiary": {
1907
+ "value": "#7fbc5b",
1908
+ "filePath": "/Users/alex/design_system/tokens/src/color/theme.json",
1909
+ "isSource": true,
1910
+ "original": {
1911
+ "value": "{color.narmi.cactus.value}"
1912
+ },
1913
+ "name": "theme-tertiary",
1914
+ "attributes": {
1915
+ "category": "color",
1916
+ "type": "theme",
1917
+ "item": "tertiary"
1918
+ },
1919
+ "path": [
1920
+ "color",
1921
+ "theme",
1922
+ "tertiary"
1923
+ ]
1924
+ },
1925
+ "link": {
1926
+ "value": "#006553",
1927
+ "filePath": "/Users/alex/design_system/tokens/src/color/theme.json",
1928
+ "isSource": true,
1929
+ "original": {
1930
+ "value": "{color.theme.secondary.value}"
1931
+ },
1932
+ "name": "theme-link",
1933
+ "attributes": {
1934
+ "category": "color",
1935
+ "type": "theme",
1936
+ "item": "link"
1937
+ },
1938
+ "path": [
1939
+ "color",
1940
+ "theme",
1941
+ "link"
1942
+ ]
1943
+ }
1944
+ }
1945
+ },
1946
+ "font": {
1947
+ "color": {
1948
+ "heading": {
1949
+ "value": "#333333",
1950
+ "filePath": "/Users/alex/design_system/tokens/src/font/color.json",
1951
+ "isSource": true,
1952
+ "original": {
1953
+ "value": "{color.narmi.black.value}"
1954
+ },
1955
+ "name": "font-color-heading",
1956
+ "attributes": {
1957
+ "category": "font",
1958
+ "type": "color",
1959
+ "item": "heading"
1960
+ },
1961
+ "path": [
1962
+ "font",
1963
+ "color",
1964
+ "heading"
1965
+ ]
1966
+ },
1967
+ "primary": {
1968
+ "value": "#4c4c4c",
1969
+ "filePath": "/Users/alex/design_system/tokens/src/font/color.json",
1970
+ "isSource": true,
1971
+ "original": {
1972
+ "value": "{color.narmi.grey.value}"
1973
+ },
1974
+ "name": "font-color-primary",
1975
+ "attributes": {
1976
+ "category": "font",
1977
+ "type": "color",
1978
+ "item": "primary"
1979
+ },
1980
+ "path": [
1981
+ "font",
1982
+ "color",
1983
+ "primary"
1984
+ ]
1985
+ },
1986
+ "secondary": {
1987
+ "value": "#6c6c6c",
1988
+ "filePath": "/Users/alex/design_system/tokens/src/font/color.json",
1989
+ "isSource": true,
1990
+ "original": {
1991
+ "value": "#6c6c6c"
1992
+ },
1993
+ "name": "font-color-secondary",
1994
+ "attributes": {
1995
+ "category": "font",
1996
+ "type": "color",
1997
+ "item": "secondary"
1998
+ },
1999
+ "path": [
2000
+ "font",
2001
+ "color",
2002
+ "secondary"
2003
+ ]
2004
+ },
2005
+ "hint": {
2006
+ "value": "#d9d9d9",
2007
+ "filePath": "/Users/alex/design_system/tokens/src/font/color.json",
2008
+ "isSource": true,
2009
+ "original": {
2010
+ "value": "{color.narmi.lightGrey.value}"
2011
+ },
2012
+ "name": "font-color-hint",
2013
+ "attributes": {
2014
+ "category": "font",
2015
+ "type": "color",
2016
+ "item": "hint"
2017
+ },
2018
+ "path": [
2019
+ "font",
2020
+ "color",
2021
+ "hint"
2022
+ ]
2023
+ }
2024
+ },
2025
+ "family": {
2026
+ "heading": {
2027
+ "value": "'Narmi Matiere', serif",
2028
+ "filePath": "/Users/alex/design_system/tokens/src/font/family.json",
2029
+ "isSource": true,
2030
+ "original": {
2031
+ "value": "'Narmi Matiere', serif"
2032
+ },
2033
+ "name": "font-family-heading",
2034
+ "attributes": {
2035
+ "category": "font",
2036
+ "type": "family",
2037
+ "item": "heading"
2038
+ },
2039
+ "path": [
2040
+ "font",
2041
+ "family",
2042
+ "heading"
2043
+ ]
2044
+ },
2045
+ "body": {
2046
+ "value": "Mulish, Helvetica, sans-serif",
2047
+ "filePath": "/Users/alex/design_system/tokens/src/font/family.json",
2048
+ "isSource": true,
2049
+ "original": {
2050
+ "value": "Mulish, Helvetica, sans-serif"
2051
+ },
2052
+ "name": "font-family-body",
2053
+ "attributes": {
2054
+ "category": "font",
2055
+ "type": "family",
2056
+ "item": "body"
2057
+ },
2058
+ "path": [
2059
+ "font",
2060
+ "family",
2061
+ "body"
2062
+ ]
2063
+ },
2064
+ "default": {
2065
+ "value": "Mulish, Helvetica, sans-serif",
2066
+ "filePath": "/Users/alex/design_system/tokens/src/font/family.json",
2067
+ "isSource": true,
2068
+ "original": {
2069
+ "value": "{font.family.body.value}"
2070
+ },
2071
+ "name": "font-family-default",
2072
+ "attributes": {
2073
+ "category": "font",
2074
+ "type": "family",
2075
+ "item": "default"
2076
+ },
2077
+ "path": [
2078
+ "font",
2079
+ "family",
2080
+ "default"
2081
+ ]
2082
+ }
2083
+ },
2084
+ "lineHeight": {
2085
+ "smallText": {
2086
+ "value": "1.6",
2087
+ "filePath": "/Users/alex/design_system/tokens/src/font/lineHeight.json",
2088
+ "isSource": true,
2089
+ "original": {
2090
+ "value": "1.6"
2091
+ },
2092
+ "name": "font-lineHeight-smallText",
2093
+ "attributes": {
2094
+ "category": "font",
2095
+ "type": "lineHeight",
2096
+ "item": "smallText"
2097
+ },
2098
+ "path": [
2099
+ "font",
2100
+ "lineHeight",
2101
+ "smallText"
2102
+ ]
2103
+ },
2104
+ "bodyText": {
2105
+ "value": "1.25",
2106
+ "filePath": "/Users/alex/design_system/tokens/src/font/lineHeight.json",
2107
+ "isSource": true,
2108
+ "original": {
2109
+ "value": "1.25"
2110
+ },
2111
+ "name": "font-lineHeight-bodyText",
2112
+ "attributes": {
2113
+ "category": "font",
2114
+ "type": "lineHeight",
2115
+ "item": "bodyText"
2116
+ },
2117
+ "path": [
2118
+ "font",
2119
+ "lineHeight",
2120
+ "bodyText"
2121
+ ]
2122
+ },
2123
+ "bigText": {
2124
+ "value": "1.1",
2125
+ "filePath": "/Users/alex/design_system/tokens/src/font/lineHeight.json",
2126
+ "isSource": true,
2127
+ "original": {
2128
+ "value": "1.1"
2129
+ },
2130
+ "name": "font-lineHeight-bigText",
2131
+ "attributes": {
2132
+ "category": "font",
2133
+ "type": "lineHeight",
2134
+ "item": "bigText"
2135
+ },
2136
+ "path": [
2137
+ "font",
2138
+ "lineHeight",
2139
+ "bigText"
2140
+ ]
2141
+ },
2142
+ "default": {
2143
+ "value": "1.25",
2144
+ "filePath": "/Users/alex/design_system/tokens/src/font/lineHeight.json",
2145
+ "isSource": true,
2146
+ "original": {
2147
+ "value": "{font.lineHeight.bodyText.value}"
2148
+ },
2149
+ "name": "font-lineHeight-default",
2150
+ "attributes": {
2151
+ "category": "font",
2152
+ "type": "lineHeight",
2153
+ "item": "default"
2154
+ },
2155
+ "path": [
2156
+ "font",
2157
+ "lineHeight",
2158
+ "default"
2159
+ ]
2160
+ }
2161
+ },
2162
+ "size": {
2163
+ "xxs": {
2164
+ "value": "10px",
2165
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2166
+ "isSource": true,
2167
+ "original": {
2168
+ "value": "10px"
2169
+ },
2170
+ "name": "font-size-xxs",
2171
+ "attributes": {
2172
+ "category": "font",
2173
+ "type": "size",
2174
+ "item": "xxs"
2175
+ },
2176
+ "path": [
2177
+ "font",
2178
+ "size",
2179
+ "xxs"
2180
+ ]
2181
+ },
2182
+ "xs": {
2183
+ "value": "12px",
2184
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2185
+ "isSource": true,
2186
+ "original": {
2187
+ "value": "12px"
2188
+ },
2189
+ "name": "font-size-xs",
2190
+ "attributes": {
2191
+ "category": "font",
2192
+ "type": "size",
2193
+ "item": "xs"
2194
+ },
2195
+ "path": [
2196
+ "font",
2197
+ "size",
2198
+ "xs"
2199
+ ]
2200
+ },
2201
+ "s": {
2202
+ "value": "14px",
2203
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2204
+ "isSource": true,
2205
+ "original": {
2206
+ "value": "14px"
2207
+ },
2208
+ "name": "font-size-s",
2209
+ "attributes": {
2210
+ "category": "font",
2211
+ "type": "size",
2212
+ "item": "s"
2213
+ },
2214
+ "path": [
2215
+ "font",
2216
+ "size",
2217
+ "s"
2218
+ ]
2219
+ },
2220
+ "m": {
2221
+ "value": "16px",
2222
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2223
+ "isSource": true,
2224
+ "original": {
2225
+ "value": "16px"
2226
+ },
2227
+ "name": "font-size-m",
2228
+ "attributes": {
2229
+ "category": "font",
2230
+ "type": "size",
2231
+ "item": "m"
2232
+ },
2233
+ "path": [
2234
+ "font",
2235
+ "size",
2236
+ "m"
2237
+ ]
2238
+ },
2239
+ "l": {
2240
+ "value": "20px",
2241
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2242
+ "isSource": true,
2243
+ "original": {
2244
+ "value": "20px"
2245
+ },
2246
+ "name": "font-size-l",
2247
+ "attributes": {
2248
+ "category": "font",
2249
+ "type": "size",
2250
+ "item": "l"
2251
+ },
2252
+ "path": [
2253
+ "font",
2254
+ "size",
2255
+ "l"
2256
+ ]
2257
+ },
2258
+ "heading0": {
2259
+ "value": "40px",
2260
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2261
+ "isSource": true,
2262
+ "original": {
2263
+ "value": "40px"
2264
+ },
2265
+ "name": "font-size-heading0",
2266
+ "attributes": {
2267
+ "category": "font",
2268
+ "type": "size",
2269
+ "item": "heading0"
2270
+ },
2271
+ "path": [
2272
+ "font",
2273
+ "size",
2274
+ "heading0"
2275
+ ]
2276
+ },
2277
+ "heading1": {
2278
+ "value": "32px",
2279
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2280
+ "isSource": true,
2281
+ "original": {
2282
+ "value": "32px"
2283
+ },
2284
+ "name": "font-size-heading1",
2285
+ "attributes": {
2286
+ "category": "font",
2287
+ "type": "size",
2288
+ "item": "heading1"
2289
+ },
2290
+ "path": [
2291
+ "font",
2292
+ "size",
2293
+ "heading1"
2294
+ ]
2295
+ },
2296
+ "heading2": {
2297
+ "value": "28px",
2298
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2299
+ "isSource": true,
2300
+ "original": {
2301
+ "value": "28px"
2302
+ },
2303
+ "name": "font-size-heading2",
2304
+ "attributes": {
2305
+ "category": "font",
2306
+ "type": "size",
2307
+ "item": "heading2"
2308
+ },
2309
+ "path": [
2310
+ "font",
2311
+ "size",
2312
+ "heading2"
2313
+ ]
2314
+ },
2315
+ "heading3": {
2316
+ "value": "24px",
2317
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2318
+ "isSource": true,
2319
+ "original": {
2320
+ "value": "24px"
2321
+ },
2322
+ "name": "font-size-heading3",
2323
+ "attributes": {
2324
+ "category": "font",
2325
+ "type": "size",
2326
+ "item": "heading3"
2327
+ },
2328
+ "path": [
2329
+ "font",
2330
+ "size",
2331
+ "heading3"
2332
+ ]
2333
+ },
2334
+ "default": {
2335
+ "value": "16px",
2336
+ "filePath": "/Users/alex/design_system/tokens/src/font/size.json",
2337
+ "isSource": true,
2338
+ "original": {
2339
+ "value": "{font.size.m.value}"
2340
+ },
2341
+ "name": "font-size-default",
2342
+ "attributes": {
2343
+ "category": "font",
2344
+ "type": "size",
2345
+ "item": "default"
2346
+ },
2347
+ "path": [
2348
+ "font",
2349
+ "size",
2350
+ "default"
2351
+ ]
2352
+ }
2353
+ },
2354
+ "weight": {
2355
+ "thin": {
2356
+ "value": "200",
2357
+ "filePath": "/Users/alex/design_system/tokens/src/font/weight.json",
2358
+ "isSource": true,
2359
+ "original": {
2360
+ "value": "200"
2361
+ },
2362
+ "name": "font-weight-thin",
2363
+ "attributes": {
2364
+ "category": "font",
2365
+ "type": "weight",
2366
+ "item": "thin"
2367
+ },
2368
+ "path": [
2369
+ "font",
2370
+ "weight",
2371
+ "thin"
2372
+ ]
2373
+ },
2374
+ "normal": {
2375
+ "value": "400",
2376
+ "filePath": "/Users/alex/design_system/tokens/src/font/weight.json",
2377
+ "isSource": true,
2378
+ "original": {
2379
+ "value": "400"
2380
+ },
2381
+ "name": "font-weight-normal",
2382
+ "attributes": {
2383
+ "category": "font",
2384
+ "type": "weight",
2385
+ "item": "normal"
2386
+ },
2387
+ "path": [
2388
+ "font",
2389
+ "weight",
2390
+ "normal"
2391
+ ]
2392
+ },
2393
+ "semibold": {
2394
+ "value": "600",
2395
+ "filePath": "/Users/alex/design_system/tokens/src/font/weight.json",
2396
+ "isSource": true,
2397
+ "original": {
2398
+ "value": "600"
2399
+ },
2400
+ "name": "font-weight-semibold",
2401
+ "attributes": {
2402
+ "category": "font",
2403
+ "type": "weight",
2404
+ "item": "semibold"
2405
+ },
2406
+ "path": [
2407
+ "font",
2408
+ "weight",
2409
+ "semibold"
2410
+ ]
2411
+ },
2412
+ "bold": {
2413
+ "value": "700",
2414
+ "filePath": "/Users/alex/design_system/tokens/src/font/weight.json",
2415
+ "isSource": true,
2416
+ "original": {
2417
+ "value": "700"
2418
+ },
2419
+ "name": "font-weight-bold",
2420
+ "attributes": {
2421
+ "category": "font",
2422
+ "type": "weight",
2423
+ "item": "bold"
2424
+ },
2425
+ "path": [
2426
+ "font",
2427
+ "weight",
2428
+ "bold"
2429
+ ]
2430
+ },
2431
+ "default": {
2432
+ "value": "400",
2433
+ "filePath": "/Users/alex/design_system/tokens/src/font/weight.json",
2434
+ "isSource": true,
2435
+ "original": {
2436
+ "value": "{font.weight.normal.value}"
2437
+ },
2438
+ "name": "font-weight-default",
2439
+ "attributes": {
2440
+ "category": "font",
2441
+ "type": "weight",
2442
+ "item": "default"
2443
+ },
2444
+ "path": [
2445
+ "font",
2446
+ "weight",
2447
+ "default"
2448
+ ]
2449
+ }
2450
+ }
2451
+ },
2452
+ "layout": {
2453
+ "space": {
2454
+ "xxs": {
2455
+ "value": "4px",
2456
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2457
+ "isSource": true,
2458
+ "original": {
2459
+ "value": "4px"
2460
+ },
2461
+ "name": "space-xxs",
2462
+ "attributes": {
2463
+ "category": "layout",
2464
+ "type": "space",
2465
+ "item": "xxs"
2466
+ },
2467
+ "path": [
2468
+ "layout",
2469
+ "space",
2470
+ "xxs"
2471
+ ]
2472
+ },
2473
+ "xs": {
2474
+ "value": "8px",
2475
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2476
+ "isSource": true,
2477
+ "original": {
2478
+ "value": "8px"
2479
+ },
2480
+ "name": "space-xs",
2481
+ "attributes": {
2482
+ "category": "layout",
2483
+ "type": "space",
2484
+ "item": "xs"
2485
+ },
2486
+ "path": [
2487
+ "layout",
2488
+ "space",
2489
+ "xs"
2490
+ ]
2491
+ },
2492
+ "s": {
2493
+ "value": "12px",
2494
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2495
+ "isSource": true,
2496
+ "original": {
2497
+ "value": "12px"
2498
+ },
2499
+ "name": "space-s",
2500
+ "attributes": {
2501
+ "category": "layout",
2502
+ "type": "space",
2503
+ "item": "s"
2504
+ },
2505
+ "path": [
2506
+ "layout",
2507
+ "space",
2508
+ "s"
2509
+ ]
2510
+ },
2511
+ "m": {
2512
+ "value": "16px",
2513
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2514
+ "isSource": true,
2515
+ "original": {
2516
+ "value": "16px"
2517
+ },
2518
+ "name": "space-m",
2519
+ "attributes": {
2520
+ "category": "layout",
2521
+ "type": "space",
2522
+ "item": "m"
2523
+ },
2524
+ "path": [
2525
+ "layout",
2526
+ "space",
2527
+ "m"
2528
+ ]
2529
+ },
2530
+ "l": {
2531
+ "value": "20px",
2532
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2533
+ "isSource": true,
2534
+ "original": {
2535
+ "value": "20px"
2536
+ },
2537
+ "name": "space-l",
2538
+ "attributes": {
2539
+ "category": "layout",
2540
+ "type": "space",
2541
+ "item": "l"
2542
+ },
2543
+ "path": [
2544
+ "layout",
2545
+ "space",
2546
+ "l"
2547
+ ]
2548
+ },
2549
+ "xl": {
2550
+ "value": "40px",
2551
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2552
+ "isSource": true,
2553
+ "original": {
2554
+ "value": "40px"
2555
+ },
2556
+ "name": "space-xl",
2557
+ "attributes": {
2558
+ "category": "layout",
2559
+ "type": "space",
2560
+ "item": "xl"
2561
+ },
2562
+ "path": [
2563
+ "layout",
2564
+ "space",
2565
+ "xl"
2566
+ ]
2567
+ },
2568
+ "xxl": {
2569
+ "value": "60px",
2570
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2571
+ "isSource": true,
2572
+ "original": {
2573
+ "value": "60px"
2574
+ },
2575
+ "name": "space-xxl",
2576
+ "attributes": {
2577
+ "category": "layout",
2578
+ "type": "space",
2579
+ "item": "xxl"
2580
+ },
2581
+ "path": [
2582
+ "layout",
2583
+ "space",
2584
+ "xxl"
2585
+ ]
2586
+ },
2587
+ "default": {
2588
+ "value": "20px",
2589
+ "filePath": "/Users/alex/design_system/tokens/src/layout/space.json",
2590
+ "isSource": true,
2591
+ "original": {
2592
+ "value": "{layout.space.l.value}"
2593
+ },
2594
+ "name": "space-default",
2595
+ "attributes": {
2596
+ "category": "layout",
2597
+ "type": "space",
2598
+ "item": "default"
2599
+ },
2600
+ "path": [
2601
+ "layout",
2602
+ "space",
2603
+ "default"
2604
+ ]
2605
+ }
2606
+ }
2607
+ },
2608
+ "shadow": {
2609
+ "elevation": {
2610
+ "low": {
2611
+ "value": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
2612
+ "filePath": "/Users/alex/design_system/tokens/src/shadow/elevation.json",
2613
+ "isSource": true,
2614
+ "original": {
2615
+ "value": "0 2px 12px 0 rgba(80, 80, 80, 0.05)"
2616
+ },
2617
+ "name": "elevation-low",
2618
+ "attributes": {
2619
+ "category": "shadow",
2620
+ "type": "elevation",
2621
+ "item": "low"
2622
+ },
2623
+ "path": [
2624
+ "shadow",
2625
+ "elevation",
2626
+ "low"
2627
+ ]
2628
+ },
2629
+ "middle": {
2630
+ "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
2631
+ "filePath": "/Users/alex/design_system/tokens/src/shadow/elevation.json",
2632
+ "isSource": true,
2633
+ "original": {
2634
+ "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
2635
+ },
2636
+ "name": "elevation-middle",
2637
+ "attributes": {
2638
+ "category": "shadow",
2639
+ "type": "elevation",
2640
+ "item": "middle"
2641
+ },
2642
+ "path": [
2643
+ "shadow",
2644
+ "elevation",
2645
+ "middle"
2646
+ ]
2647
+ },
2648
+ "high": {
2649
+ "value": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
2650
+ "filePath": "/Users/alex/design_system/tokens/src/shadow/elevation.json",
2651
+ "isSource": true,
2652
+ "original": {
2653
+ "value": "0 2px 12px 0 rgba(80, 80, 80, 0.2)"
2654
+ },
2655
+ "name": "elevation-high",
2656
+ "attributes": {
2657
+ "category": "shadow",
2658
+ "type": "elevation",
2659
+ "item": "high"
2660
+ },
2661
+ "path": [
2662
+ "shadow",
2663
+ "elevation",
2664
+ "high"
2665
+ ]
2666
+ },
2667
+ "default": {
2668
+ "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
2669
+ "filePath": "/Users/alex/design_system/tokens/src/shadow/elevation.json",
2670
+ "isSource": true,
2671
+ "original": {
2672
+ "value": "{shadow.elevation.middle.value}"
2673
+ },
2674
+ "name": "elevation-default",
2675
+ "attributes": {
2676
+ "category": "shadow",
2677
+ "type": "elevation",
2678
+ "item": "default"
2679
+ },
2680
+ "path": [
2681
+ "shadow",
2682
+ "elevation",
2683
+ "default"
2684
+ ]
2685
+ }
2686
+ }
2687
+ }
2688
+ };