@narmi/design_system 4.46.0 → 4.46.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 (58) hide show
  1. package/dist/fonts/fonts.css +11 -0
  2. package/dist/index.js +102 -3
  3. package/dist/index.js.map +1 -1
  4. package/dist/style.css +1 -2132
  5. package/dist/style.css.map +1 -1
  6. package/dist/tokens/css/rgbColors.css +1 -1
  7. package/dist/tokens/css/tokens.css +1 -1
  8. package/dist/tokens/js/colors.esm.js +99 -0
  9. package/dist/tokens/js/colors.js +1 -1
  10. package/dist/tokens/js/manifest.esm.js +187 -0
  11. package/dist/tokens/js/manifest.js +148 -2664
  12. package/dist/tokens/js/reactNativeWeb.js +1 -1
  13. package/dist/types/Alert/index.d.ts +2 -2
  14. package/dist/types/AutocompleteModal/AutoComplete.d.ts +1 -1
  15. package/dist/types/AutocompleteModal/Item.d.ts +1 -1
  16. package/dist/types/AutocompleteModal/index.d.ts +4 -4
  17. package/dist/types/Button/index.d.ts +2 -2
  18. package/dist/types/Checkbox/index.d.ts +1 -1
  19. package/dist/types/Chip/index.d.ts +2 -2
  20. package/dist/types/ContentCard/index.d.ts +1 -1
  21. package/dist/types/ContextMenu/index.d.ts +1 -1
  22. package/dist/types/Dialog/index.d.ts +1 -1
  23. package/dist/types/DisabledShim/index.d.ts +2 -2
  24. package/dist/types/LoadingSkeleton/index.d.ts +1 -1
  25. package/dist/types/Radio/index.d.ts +1 -1
  26. package/dist/types/RadioButtons/index.d.ts +2 -2
  27. package/dist/types/Row/RowItem.d.ts +1 -1
  28. package/dist/types/Row/index.d.ts +2 -2
  29. package/dist/types/SeparatorList/index.d.ts +1 -1
  30. package/dist/types/Snackbar/index.d.ts +1 -1
  31. package/dist/types/SplitButton/SplitButtonMenu.d.ts +1 -1
  32. package/dist/types/SplitButton/SplitButtonPopover.d.ts +1 -1
  33. package/dist/types/SplitButton/index.d.ts +4 -4
  34. package/dist/types/Table/Body.d.ts +1 -1
  35. package/dist/types/Table/Cell.d.ts +1 -1
  36. package/dist/types/Table/Header.d.ts +1 -1
  37. package/dist/types/Table/HeaderCell.d.ts +1 -1
  38. package/dist/types/Table/Row.d.ts +1 -1
  39. package/dist/types/Table/index.d.ts +4 -4
  40. package/dist/types/Table/util/breakpoint.d.ts +1 -1
  41. package/dist/types/Table/util/colVisibilityContext.d.ts +2 -2
  42. package/dist/types/Table/util/grid.d.ts +1 -1
  43. package/dist/types/TableAutocomplete/Item.d.ts +1 -1
  44. package/dist/types/TableAutocomplete/index.d.ts +3 -3
  45. package/dist/types/TableInput/index.d.ts +1 -1
  46. package/dist/types/Tabs/TabsList.d.ts +1 -1
  47. package/dist/types/Tabs/TabsPanel.d.ts +1 -1
  48. package/dist/types/Tabs/context.d.ts +1 -1
  49. package/dist/types/Tabs/index.d.ts +4 -4
  50. package/dist/types/Tooltip/index.d.ts +1 -1
  51. package/dist/types/index.d.ts +30 -33
  52. package/package.json +14 -11
  53. package/dist/icons/Icons.stories.jsx +0 -74
  54. package/dist/icons/README.md +0 -29
  55. package/dist/icons/fonts/icomoon.ttf +0 -0
  56. package/dist/index.js.LICENSE.txt +0 -35
  57. /package/dist/fonts/{8b53d5067b416b155cc8.woff → narmi-matiere-bold-webfont.woff} +0 -0
  58. /package/dist/fonts/{d819207ee2e092cc2735.woff2 → narmi-matiere-bold-webfont.woff2} +0 -0
@@ -1,2707 +1,191 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Fri, 24 Oct 2025 22:45:06 GMT
4
- */
2
+ * DO NOT EDIT
3
+ * Generated by style-dictionary on Tue Nov 04 2025 23:27:57 GMT+0000 (Coordinated Universal Time)
4
+ * github.com/narmi/design_system/
5
+ */
5
6
 
6
- module.exports = {
7
+
8
+ const tokens = {
7
9
  "border": {
8
10
  "color": {
9
- "primary": {
10
- "value": "#1a4338",
11
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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
- }
11
+ "primary": "#1a4338",
12
+ "light": "#d9d9d9",
13
+ "default": "#d9d9d9"
66
14
  },
67
15
  "radius": {
68
- "s": {
69
- "value": "4px",
70
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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
- }
16
+ "s": "4px",
17
+ "m": "8px",
18
+ "l": "20px",
19
+ "default": "4px"
144
20
  },
145
21
  "size": {
146
- "s": {
147
- "value": "1px",
148
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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
- }
22
+ "s": "1px",
23
+ "m": "2px",
24
+ "default": "1px"
203
25
  }
204
26
  },
205
27
  "color": {
206
28
  "alpha": {
207
- "5": {
208
- "value": "0.05",
209
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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
- }
29
+ "5": "0.05",
30
+ "10": "0.1",
31
+ "20": "0.2"
264
32
  },
265
33
  "background": {
266
- "blueGrey": {
267
- "value": "#f4f6fa",
268
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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
- }
34
+ "blueGrey": "#f4f6fa",
35
+ "cloudGrey": "#e9e9e9",
36
+ "neutralGrey": "#f9f9f9",
37
+ "smokeGrey": "#f3f3f3",
38
+ "snowGrey": "#fbfbfb",
39
+ "white": "#ffffff",
40
+ "scrimLight": "rgba(255, 255, 255, 0.85)",
41
+ "scrimDark": "rgba(80, 80, 80, 0.7)"
418
42
  },
419
43
  "narmi": {
420
- "moss100": {
421
- "value": "#002921",
422
- "filePath": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "#dcc1a3",
1524
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1525
- "isSource": true,
1526
- "original": {
1527
- "value": "#DCC1A3"
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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "/home/runner/work/design_system/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": "#dcc1a3",
1600
- "filePath": "/home/runner/work/design_system/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
- "amethyst": {
1618
- "value": "#5514b8",
1619
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1620
- "isSource": true,
1621
- "original": {
1622
- "value": "#5514B8"
1623
- },
1624
- "name": "color-amethyst",
1625
- "attributes": {
1626
- "category": "color",
1627
- "type": "narmi",
1628
- "item": "amethyst"
1629
- },
1630
- "path": [
1631
- "color",
1632
- "narmi",
1633
- "amethyst"
1634
- ]
1635
- },
1636
- "black": {
1637
- "value": "#333333",
1638
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1639
- "isSource": true,
1640
- "original": {
1641
- "value": "#333333"
1642
- },
1643
- "name": "color-black",
1644
- "attributes": {
1645
- "category": "color",
1646
- "type": "narmi",
1647
- "item": "black"
1648
- },
1649
- "path": [
1650
- "color",
1651
- "narmi",
1652
- "black"
1653
- ]
1654
- },
1655
- "grey": {
1656
- "value": "#4c4c4c",
1657
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1658
- "isSource": true,
1659
- "original": {
1660
- "value": "#4C4C4C"
1661
- },
1662
- "name": "color-grey",
1663
- "attributes": {
1664
- "category": "color",
1665
- "type": "narmi",
1666
- "item": "grey"
1667
- },
1668
- "path": [
1669
- "color",
1670
- "narmi",
1671
- "grey"
1672
- ]
1673
- },
1674
- "mediumGrey": {
1675
- "value": "#8c8c8c",
1676
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1677
- "isSource": true,
1678
- "original": {
1679
- "value": "#8C8C8C"
1680
- },
1681
- "name": "color-mediumGrey",
1682
- "attributes": {
1683
- "category": "color",
1684
- "type": "narmi",
1685
- "item": "mediumGrey"
1686
- },
1687
- "path": [
1688
- "color",
1689
- "narmi",
1690
- "mediumGrey"
1691
- ]
1692
- },
1693
- "lightGrey": {
1694
- "value": "#d9d9d9",
1695
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1696
- "isSource": true,
1697
- "original": {
1698
- "value": "#D9D9D9"
1699
- },
1700
- "name": "color-lightGrey",
1701
- "attributes": {
1702
- "category": "color",
1703
- "type": "narmi",
1704
- "item": "lightGrey"
1705
- },
1706
- "path": [
1707
- "color",
1708
- "narmi",
1709
- "lightGrey"
1710
- ]
1711
- },
1712
- "white": {
1713
- "value": "#ffffff",
1714
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/narmi.json",
1715
- "isSource": true,
1716
- "original": {
1717
- "value": "#FFFFFF"
1718
- },
1719
- "name": "color-white",
1720
- "attributes": {
1721
- "category": "color",
1722
- "type": "narmi",
1723
- "item": "white"
1724
- },
1725
- "path": [
1726
- "color",
1727
- "narmi",
1728
- "white"
1729
- ]
1730
- }
44
+ "moss100": "#002921",
45
+ "moss200": "#0f3c32",
46
+ "moss300": "#005242",
47
+ "moss400": "#006553",
48
+ "moss500": "#3e8373",
49
+ "moss600": "#6ea193",
50
+ "moss700": "#9dc0b6",
51
+ "moss800": "#cdded9",
52
+ "moss": "#006553",
53
+ "pine100": "#041a14",
54
+ "pine200": "#062821",
55
+ "pine300": "#16362c",
56
+ "pine400": "#1a4338",
57
+ "pine500": "#44655b",
58
+ "pine600": "#708981",
59
+ "pine700": "#708981",
60
+ "pine800": "#cdd6d3",
61
+ "pine": "#1a4338",
62
+ "cove100": "#002547",
63
+ "cove200": "#00376a",
64
+ "cove300": "#094895",
65
+ "cove400": "#005cb2",
66
+ "cove500": "#237cc3",
67
+ "cove600": "#66a2d6",
68
+ "cove700": "#a6cff0",
69
+ "cove800": "#d4edff",
70
+ "cove": "#005cb2",
71
+ "azul100": "#001340",
72
+ "azul200": "#00205e",
73
+ "azul300": "#002c82",
74
+ "azul400": "#003ea0",
75
+ "azul500": "#3664b5",
76
+ "azul600": "#6b89c7",
77
+ "azul700": "#9cb1de",
78
+ "azul800": "#c9d8f2",
79
+ "azul": "#003ea0",
80
+ "pistachio100": "#485e3d",
81
+ "pistachio200": "#6b8c5a",
82
+ "pistachio300": "#90bb78",
83
+ "pistachio400": "#b5e995",
84
+ "pistachio500": "#ccf0b4",
85
+ "pistachio600": "#daf4c8",
86
+ "pistachio700": "#e9f8de",
87
+ "pistachio800": "#f7fcf3",
88
+ "pistachio": "#b5e995",
89
+ "cactus100": "#324c23",
90
+ "cactus200": "#4b7137",
91
+ "cactus300": "#63964b",
92
+ "cactus400": "#7fbc5b",
93
+ "cactus500": "#99ca7a",
94
+ "cactus600": "#b3d79a",
95
+ "cactus700": "#cce4ba",
96
+ "cactus800": "#e5f1dc",
97
+ "cactus": "#7fbc5b",
98
+ "sand100": "#423329",
99
+ "sand200": "#684d41",
100
+ "sand300": "#947564",
101
+ "sand400": "#c4a08a",
102
+ "sand500": "#dcc1a3",
103
+ "sand600": "#eed6c3",
104
+ "sand700": "#f4e3d6",
105
+ "sand800": "#fcf0e9",
106
+ "sand": "#dcc1a3",
107
+ "amethyst": "#5514b8",
108
+ "black": "#333333",
109
+ "grey": "#4c4c4c",
110
+ "mediumGrey": "#8c8c8c",
111
+ "lightGrey": "#d9d9d9",
112
+ "white": "#ffffff"
1731
113
  },
1732
114
  "system": {
1733
- "successDark": {
1734
- "value": "#027a48",
1735
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1736
- "isSource": true,
1737
- "original": {
1738
- "value": "#027A48"
1739
- },
1740
- "name": "color-successDark",
1741
- "attributes": {
1742
- "category": "color",
1743
- "type": "system",
1744
- "item": "successDark"
1745
- },
1746
- "path": [
1747
- "color",
1748
- "system",
1749
- "successDark"
1750
- ]
1751
- },
1752
- "successLight": {
1753
- "value": "#ecfdf3",
1754
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1755
- "isSource": true,
1756
- "original": {
1757
- "value": "#ECFDF3"
1758
- },
1759
- "name": "color-successLight",
1760
- "attributes": {
1761
- "category": "color",
1762
- "type": "system",
1763
- "item": "successLight"
1764
- },
1765
- "path": [
1766
- "color",
1767
- "system",
1768
- "successLight"
1769
- ]
1770
- },
1771
- "warnDark": {
1772
- "value": "#b54708",
1773
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1774
- "isSource": true,
1775
- "original": {
1776
- "value": "#B54708"
1777
- },
1778
- "name": "color-warnDark",
1779
- "attributes": {
1780
- "category": "color",
1781
- "type": "system",
1782
- "item": "warnDark"
1783
- },
1784
- "path": [
1785
- "color",
1786
- "system",
1787
- "warnDark"
1788
- ]
1789
- },
1790
- "warnLight": {
1791
- "value": "#fffaeb",
1792
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1793
- "isSource": true,
1794
- "original": {
1795
- "value": "#FFFAEB"
1796
- },
1797
- "name": "color-warnLight",
1798
- "attributes": {
1799
- "category": "color",
1800
- "type": "system",
1801
- "item": "warnLight"
1802
- },
1803
- "path": [
1804
- "color",
1805
- "system",
1806
- "warnLight"
1807
- ]
1808
- },
1809
- "infoDark": {
1810
- "value": "#195274",
1811
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1812
- "isSource": true,
1813
- "original": {
1814
- "value": "#195274"
1815
- },
1816
- "name": "color-infoDark",
1817
- "attributes": {
1818
- "category": "color",
1819
- "type": "system",
1820
- "item": "infoDark"
1821
- },
1822
- "path": [
1823
- "color",
1824
- "system",
1825
- "infoDark"
1826
- ]
1827
- },
1828
- "infoLight": {
1829
- "value": "#e8eef1",
1830
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1831
- "isSource": true,
1832
- "original": {
1833
- "value": "#E8EEF1"
1834
- },
1835
- "name": "color-infoLight",
1836
- "attributes": {
1837
- "category": "color",
1838
- "type": "system",
1839
- "item": "infoLight"
1840
- },
1841
- "path": [
1842
- "color",
1843
- "system",
1844
- "infoLight"
1845
- ]
1846
- },
1847
- "errorDark": {
1848
- "value": "#b42318",
1849
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1850
- "isSource": true,
1851
- "original": {
1852
- "value": "#b42318"
1853
- },
1854
- "name": "color-errorDark",
1855
- "attributes": {
1856
- "category": "color",
1857
- "type": "system",
1858
- "item": "errorDark"
1859
- },
1860
- "path": [
1861
- "color",
1862
- "system",
1863
- "errorDark"
1864
- ]
1865
- },
1866
- "errorLight": {
1867
- "value": "#fef3f2",
1868
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1869
- "isSource": true,
1870
- "original": {
1871
- "value": "#fef3f2"
1872
- },
1873
- "name": "color-errorLight",
1874
- "attributes": {
1875
- "category": "color",
1876
- "type": "system",
1877
- "item": "errorLight"
1878
- },
1879
- "path": [
1880
- "color",
1881
- "system",
1882
- "errorLight"
1883
- ]
1884
- }
115
+ "successDark": "#027a48",
116
+ "successLight": "#ecfdf3",
117
+ "warnDark": "#b54708",
118
+ "warnLight": "#fffaeb",
119
+ "infoDark": "#195274",
120
+ "infoLight": "#e8eef1",
121
+ "errorDark": "#b42318",
122
+ "errorLight": "#fef3f2"
1885
123
  },
1886
124
  "theme": {
1887
- "primary": {
1888
- "value": "#1a4338",
1889
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/theme.json",
1890
- "isSource": true,
1891
- "original": {
1892
- "value": "{color.narmi.pine.value}"
1893
- },
1894
- "name": "theme-primary",
1895
- "attributes": {
1896
- "category": "color",
1897
- "type": "theme",
1898
- "item": "primary"
1899
- },
1900
- "path": [
1901
- "color",
1902
- "theme",
1903
- "primary"
1904
- ]
1905
- },
1906
- "secondary": {
1907
- "value": "#006553",
1908
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/theme.json",
1909
- "isSource": true,
1910
- "original": {
1911
- "value": "{color.narmi.moss.value}"
1912
- },
1913
- "name": "theme-secondary",
1914
- "attributes": {
1915
- "category": "color",
1916
- "type": "theme",
1917
- "item": "secondary"
1918
- },
1919
- "path": [
1920
- "color",
1921
- "theme",
1922
- "secondary"
1923
- ]
1924
- },
1925
- "tertiary": {
1926
- "value": "#7fbc5b",
1927
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/theme.json",
1928
- "isSource": true,
1929
- "original": {
1930
- "value": "{color.narmi.cactus.value}"
1931
- },
1932
- "name": "theme-tertiary",
1933
- "attributes": {
1934
- "category": "color",
1935
- "type": "theme",
1936
- "item": "tertiary"
1937
- },
1938
- "path": [
1939
- "color",
1940
- "theme",
1941
- "tertiary"
1942
- ]
1943
- },
1944
- "link": {
1945
- "value": "#006553",
1946
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/theme.json",
1947
- "isSource": true,
1948
- "original": {
1949
- "value": "{color.theme.secondary.value}"
1950
- },
1951
- "name": "theme-link",
1952
- "attributes": {
1953
- "category": "color",
1954
- "type": "theme",
1955
- "item": "link"
1956
- },
1957
- "path": [
1958
- "color",
1959
- "theme",
1960
- "link"
1961
- ]
1962
- }
125
+ "primary": "#1a4338",
126
+ "secondary": "#006553",
127
+ "tertiary": "#7fbc5b",
128
+ "link": "#006553"
1963
129
  }
1964
130
  },
1965
131
  "font": {
1966
132
  "color": {
1967
- "heading": {
1968
- "value": "#333333",
1969
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/color.json",
1970
- "isSource": true,
1971
- "original": {
1972
- "value": "{color.narmi.black.value}"
1973
- },
1974
- "name": "font-color-heading",
1975
- "attributes": {
1976
- "category": "font",
1977
- "type": "color",
1978
- "item": "heading"
1979
- },
1980
- "path": [
1981
- "font",
1982
- "color",
1983
- "heading"
1984
- ]
1985
- },
1986
- "primary": {
1987
- "value": "#4c4c4c",
1988
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/color.json",
1989
- "isSource": true,
1990
- "original": {
1991
- "value": "{color.narmi.grey.value}"
1992
- },
1993
- "name": "font-color-primary",
1994
- "attributes": {
1995
- "category": "font",
1996
- "type": "color",
1997
- "item": "primary"
1998
- },
1999
- "path": [
2000
- "font",
2001
- "color",
2002
- "primary"
2003
- ]
2004
- },
2005
- "secondary": {
2006
- "value": "#6c6c6c",
2007
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/color.json",
2008
- "isSource": true,
2009
- "original": {
2010
- "value": "#6c6c6c"
2011
- },
2012
- "name": "font-color-secondary",
2013
- "attributes": {
2014
- "category": "font",
2015
- "type": "color",
2016
- "item": "secondary"
2017
- },
2018
- "path": [
2019
- "font",
2020
- "color",
2021
- "secondary"
2022
- ]
2023
- },
2024
- "hint": {
2025
- "value": "#d9d9d9",
2026
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/color.json",
2027
- "isSource": true,
2028
- "original": {
2029
- "value": "{color.narmi.lightGrey.value}"
2030
- },
2031
- "name": "font-color-hint",
2032
- "attributes": {
2033
- "category": "font",
2034
- "type": "color",
2035
- "item": "hint"
2036
- },
2037
- "path": [
2038
- "font",
2039
- "color",
2040
- "hint"
2041
- ]
2042
- }
133
+ "heading": "#333333",
134
+ "primary": "#4c4c4c",
135
+ "secondary": "#6c6c6c",
136
+ "hint": "#d9d9d9"
2043
137
  },
2044
138
  "family": {
2045
- "heading": {
2046
- "value": "'Narmi Matiere', serif",
2047
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/family.json",
2048
- "isSource": true,
2049
- "original": {
2050
- "value": "'Narmi Matiere', serif"
2051
- },
2052
- "name": "font-family-heading",
2053
- "attributes": {
2054
- "category": "font",
2055
- "type": "family",
2056
- "item": "heading"
2057
- },
2058
- "path": [
2059
- "font",
2060
- "family",
2061
- "heading"
2062
- ]
2063
- },
2064
- "body": {
2065
- "value": "Mulish, Helvetica, sans-serif",
2066
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/family.json",
2067
- "isSource": true,
2068
- "original": {
2069
- "value": "Mulish, Helvetica, sans-serif"
2070
- },
2071
- "name": "font-family-body",
2072
- "attributes": {
2073
- "category": "font",
2074
- "type": "family",
2075
- "item": "body"
2076
- },
2077
- "path": [
2078
- "font",
2079
- "family",
2080
- "body"
2081
- ]
2082
- },
2083
- "default": {
2084
- "value": "Mulish, Helvetica, sans-serif",
2085
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/family.json",
2086
- "isSource": true,
2087
- "original": {
2088
- "value": "{font.family.body.value}"
2089
- },
2090
- "name": "font-family-default",
2091
- "attributes": {
2092
- "category": "font",
2093
- "type": "family",
2094
- "item": "default"
2095
- },
2096
- "path": [
2097
- "font",
2098
- "family",
2099
- "default"
2100
- ]
2101
- }
139
+ "heading": "'Narmi Matiere', serif",
140
+ "body": "Mulish, Helvetica, sans-serif",
141
+ "default": "Mulish, Helvetica, sans-serif"
2102
142
  },
2103
143
  "lineHeight": {
2104
- "smallText": {
2105
- "value": "1.6",
2106
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/lineHeight.json",
2107
- "isSource": true,
2108
- "original": {
2109
- "value": "1.6"
2110
- },
2111
- "name": "font-lineHeight-smallText",
2112
- "attributes": {
2113
- "category": "font",
2114
- "type": "lineHeight",
2115
- "item": "smallText"
2116
- },
2117
- "path": [
2118
- "font",
2119
- "lineHeight",
2120
- "smallText"
2121
- ]
2122
- },
2123
- "bodyText": {
2124
- "value": "1.25",
2125
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/lineHeight.json",
2126
- "isSource": true,
2127
- "original": {
2128
- "value": "1.25"
2129
- },
2130
- "name": "font-lineHeight-bodyText",
2131
- "attributes": {
2132
- "category": "font",
2133
- "type": "lineHeight",
2134
- "item": "bodyText"
2135
- },
2136
- "path": [
2137
- "font",
2138
- "lineHeight",
2139
- "bodyText"
2140
- ]
2141
- },
2142
- "bigText": {
2143
- "value": "1.1",
2144
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/lineHeight.json",
2145
- "isSource": true,
2146
- "original": {
2147
- "value": "1.1"
2148
- },
2149
- "name": "font-lineHeight-bigText",
2150
- "attributes": {
2151
- "category": "font",
2152
- "type": "lineHeight",
2153
- "item": "bigText"
2154
- },
2155
- "path": [
2156
- "font",
2157
- "lineHeight",
2158
- "bigText"
2159
- ]
2160
- },
2161
- "default": {
2162
- "value": "1.25",
2163
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/lineHeight.json",
2164
- "isSource": true,
2165
- "original": {
2166
- "value": "{font.lineHeight.bodyText.value}"
2167
- },
2168
- "name": "font-lineHeight-default",
2169
- "attributes": {
2170
- "category": "font",
2171
- "type": "lineHeight",
2172
- "item": "default"
2173
- },
2174
- "path": [
2175
- "font",
2176
- "lineHeight",
2177
- "default"
2178
- ]
2179
- }
144
+ "smallText": "1.6",
145
+ "bodyText": "1.25",
146
+ "bigText": "1.1",
147
+ "default": "1.25"
2180
148
  },
2181
149
  "size": {
2182
- "xxs": {
2183
- "value": "10px",
2184
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2185
- "isSource": true,
2186
- "original": {
2187
- "value": "10px"
2188
- },
2189
- "name": "font-size-xxs",
2190
- "attributes": {
2191
- "category": "font",
2192
- "type": "size",
2193
- "item": "xxs"
2194
- },
2195
- "path": [
2196
- "font",
2197
- "size",
2198
- "xxs"
2199
- ]
2200
- },
2201
- "xs": {
2202
- "value": "12px",
2203
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2204
- "isSource": true,
2205
- "original": {
2206
- "value": "12px"
2207
- },
2208
- "name": "font-size-xs",
2209
- "attributes": {
2210
- "category": "font",
2211
- "type": "size",
2212
- "item": "xs"
2213
- },
2214
- "path": [
2215
- "font",
2216
- "size",
2217
- "xs"
2218
- ]
2219
- },
2220
- "s": {
2221
- "value": "14px",
2222
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2223
- "isSource": true,
2224
- "original": {
2225
- "value": "14px"
2226
- },
2227
- "name": "font-size-s",
2228
- "attributes": {
2229
- "category": "font",
2230
- "type": "size",
2231
- "item": "s"
2232
- },
2233
- "path": [
2234
- "font",
2235
- "size",
2236
- "s"
2237
- ]
2238
- },
2239
- "m": {
2240
- "value": "16px",
2241
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2242
- "isSource": true,
2243
- "original": {
2244
- "value": "16px"
2245
- },
2246
- "name": "font-size-m",
2247
- "attributes": {
2248
- "category": "font",
2249
- "type": "size",
2250
- "item": "m"
2251
- },
2252
- "path": [
2253
- "font",
2254
- "size",
2255
- "m"
2256
- ]
2257
- },
2258
- "l": {
2259
- "value": "20px",
2260
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2261
- "isSource": true,
2262
- "original": {
2263
- "value": "20px"
2264
- },
2265
- "name": "font-size-l",
2266
- "attributes": {
2267
- "category": "font",
2268
- "type": "size",
2269
- "item": "l"
2270
- },
2271
- "path": [
2272
- "font",
2273
- "size",
2274
- "l"
2275
- ]
2276
- },
2277
- "heading0": {
2278
- "value": "40px",
2279
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2280
- "isSource": true,
2281
- "original": {
2282
- "value": "40px"
2283
- },
2284
- "name": "font-size-heading0",
2285
- "attributes": {
2286
- "category": "font",
2287
- "type": "size",
2288
- "item": "heading0"
2289
- },
2290
- "path": [
2291
- "font",
2292
- "size",
2293
- "heading0"
2294
- ]
2295
- },
2296
- "heading1": {
2297
- "value": "32px",
2298
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2299
- "isSource": true,
2300
- "original": {
2301
- "value": "32px"
2302
- },
2303
- "name": "font-size-heading1",
2304
- "attributes": {
2305
- "category": "font",
2306
- "type": "size",
2307
- "item": "heading1"
2308
- },
2309
- "path": [
2310
- "font",
2311
- "size",
2312
- "heading1"
2313
- ]
2314
- },
2315
- "heading2": {
2316
- "value": "28px",
2317
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2318
- "isSource": true,
2319
- "original": {
2320
- "value": "28px"
2321
- },
2322
- "name": "font-size-heading2",
2323
- "attributes": {
2324
- "category": "font",
2325
- "type": "size",
2326
- "item": "heading2"
2327
- },
2328
- "path": [
2329
- "font",
2330
- "size",
2331
- "heading2"
2332
- ]
2333
- },
2334
- "heading3": {
2335
- "value": "24px",
2336
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2337
- "isSource": true,
2338
- "original": {
2339
- "value": "24px"
2340
- },
2341
- "name": "font-size-heading3",
2342
- "attributes": {
2343
- "category": "font",
2344
- "type": "size",
2345
- "item": "heading3"
2346
- },
2347
- "path": [
2348
- "font",
2349
- "size",
2350
- "heading3"
2351
- ]
2352
- },
2353
- "default": {
2354
- "value": "16px",
2355
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
2356
- "isSource": true,
2357
- "original": {
2358
- "value": "{font.size.m.value}"
2359
- },
2360
- "name": "font-size-default",
2361
- "attributes": {
2362
- "category": "font",
2363
- "type": "size",
2364
- "item": "default"
2365
- },
2366
- "path": [
2367
- "font",
2368
- "size",
2369
- "default"
2370
- ]
2371
- }
150
+ "xxs": "10px",
151
+ "xs": "12px",
152
+ "s": "14px",
153
+ "m": "16px",
154
+ "l": "20px",
155
+ "heading0": "40px",
156
+ "heading1": "32px",
157
+ "heading2": "28px",
158
+ "heading3": "24px",
159
+ "default": "16px"
2372
160
  },
2373
161
  "weight": {
2374
- "thin": {
2375
- "value": "200",
2376
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
2377
- "isSource": true,
2378
- "original": {
2379
- "value": "200"
2380
- },
2381
- "name": "font-weight-thin",
2382
- "attributes": {
2383
- "category": "font",
2384
- "type": "weight",
2385
- "item": "thin"
2386
- },
2387
- "path": [
2388
- "font",
2389
- "weight",
2390
- "thin"
2391
- ]
2392
- },
2393
- "normal": {
2394
- "value": "400",
2395
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
2396
- "isSource": true,
2397
- "original": {
2398
- "value": "400"
2399
- },
2400
- "name": "font-weight-normal",
2401
- "attributes": {
2402
- "category": "font",
2403
- "type": "weight",
2404
- "item": "normal"
2405
- },
2406
- "path": [
2407
- "font",
2408
- "weight",
2409
- "normal"
2410
- ]
2411
- },
2412
- "semibold": {
2413
- "value": "600",
2414
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
2415
- "isSource": true,
2416
- "original": {
2417
- "value": "600"
2418
- },
2419
- "name": "font-weight-semibold",
2420
- "attributes": {
2421
- "category": "font",
2422
- "type": "weight",
2423
- "item": "semibold"
2424
- },
2425
- "path": [
2426
- "font",
2427
- "weight",
2428
- "semibold"
2429
- ]
2430
- },
2431
- "bold": {
2432
- "value": "700",
2433
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
2434
- "isSource": true,
2435
- "original": {
2436
- "value": "700"
2437
- },
2438
- "name": "font-weight-bold",
2439
- "attributes": {
2440
- "category": "font",
2441
- "type": "weight",
2442
- "item": "bold"
2443
- },
2444
- "path": [
2445
- "font",
2446
- "weight",
2447
- "bold"
2448
- ]
2449
- },
2450
- "default": {
2451
- "value": "400",
2452
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
2453
- "isSource": true,
2454
- "original": {
2455
- "value": "{font.weight.normal.value}"
2456
- },
2457
- "name": "font-weight-default",
2458
- "attributes": {
2459
- "category": "font",
2460
- "type": "weight",
2461
- "item": "default"
2462
- },
2463
- "path": [
2464
- "font",
2465
- "weight",
2466
- "default"
2467
- ]
2468
- }
162
+ "thin": "200",
163
+ "normal": "400",
164
+ "semibold": "600",
165
+ "bold": "700",
166
+ "default": "400"
2469
167
  }
2470
168
  },
2471
169
  "layout": {
2472
170
  "space": {
2473
- "xxs": {
2474
- "value": "4px",
2475
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2476
- "isSource": true,
2477
- "original": {
2478
- "value": "4px"
2479
- },
2480
- "name": "space-xxs",
2481
- "attributes": {
2482
- "category": "layout",
2483
- "type": "space",
2484
- "item": "xxs"
2485
- },
2486
- "path": [
2487
- "layout",
2488
- "space",
2489
- "xxs"
2490
- ]
2491
- },
2492
- "xs": {
2493
- "value": "8px",
2494
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2495
- "isSource": true,
2496
- "original": {
2497
- "value": "8px"
2498
- },
2499
- "name": "space-xs",
2500
- "attributes": {
2501
- "category": "layout",
2502
- "type": "space",
2503
- "item": "xs"
2504
- },
2505
- "path": [
2506
- "layout",
2507
- "space",
2508
- "xs"
2509
- ]
2510
- },
2511
- "s": {
2512
- "value": "12px",
2513
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2514
- "isSource": true,
2515
- "original": {
2516
- "value": "12px"
2517
- },
2518
- "name": "space-s",
2519
- "attributes": {
2520
- "category": "layout",
2521
- "type": "space",
2522
- "item": "s"
2523
- },
2524
- "path": [
2525
- "layout",
2526
- "space",
2527
- "s"
2528
- ]
2529
- },
2530
- "m": {
2531
- "value": "16px",
2532
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2533
- "isSource": true,
2534
- "original": {
2535
- "value": "16px"
2536
- },
2537
- "name": "space-m",
2538
- "attributes": {
2539
- "category": "layout",
2540
- "type": "space",
2541
- "item": "m"
2542
- },
2543
- "path": [
2544
- "layout",
2545
- "space",
2546
- "m"
2547
- ]
2548
- },
2549
- "l": {
2550
- "value": "20px",
2551
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2552
- "isSource": true,
2553
- "original": {
2554
- "value": "20px"
2555
- },
2556
- "name": "space-l",
2557
- "attributes": {
2558
- "category": "layout",
2559
- "type": "space",
2560
- "item": "l"
2561
- },
2562
- "path": [
2563
- "layout",
2564
- "space",
2565
- "l"
2566
- ]
2567
- },
2568
- "xl": {
2569
- "value": "40px",
2570
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2571
- "isSource": true,
2572
- "original": {
2573
- "value": "40px"
2574
- },
2575
- "name": "space-xl",
2576
- "attributes": {
2577
- "category": "layout",
2578
- "type": "space",
2579
- "item": "xl"
2580
- },
2581
- "path": [
2582
- "layout",
2583
- "space",
2584
- "xl"
2585
- ]
2586
- },
2587
- "xxl": {
2588
- "value": "60px",
2589
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2590
- "isSource": true,
2591
- "original": {
2592
- "value": "60px"
2593
- },
2594
- "name": "space-xxl",
2595
- "attributes": {
2596
- "category": "layout",
2597
- "type": "space",
2598
- "item": "xxl"
2599
- },
2600
- "path": [
2601
- "layout",
2602
- "space",
2603
- "xxl"
2604
- ]
2605
- },
2606
- "default": {
2607
- "value": "20px",
2608
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/layout/space.json",
2609
- "isSource": true,
2610
- "original": {
2611
- "value": "{layout.space.l.value}"
2612
- },
2613
- "name": "space-default",
2614
- "attributes": {
2615
- "category": "layout",
2616
- "type": "space",
2617
- "item": "default"
2618
- },
2619
- "path": [
2620
- "layout",
2621
- "space",
2622
- "default"
2623
- ]
2624
- }
171
+ "xxs": "4px",
172
+ "xs": "8px",
173
+ "s": "12px",
174
+ "m": "16px",
175
+ "l": "20px",
176
+ "xl": "40px",
177
+ "xxl": "60px",
178
+ "default": "20px"
2625
179
  }
2626
180
  },
2627
181
  "shadow": {
2628
182
  "elevation": {
2629
- "low": {
2630
- "value": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
2631
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/shadow/elevation.json",
2632
- "isSource": true,
2633
- "original": {
2634
- "value": "0 2px 12px 0 rgba(80, 80, 80, 0.05)"
2635
- },
2636
- "name": "elevation-low",
2637
- "attributes": {
2638
- "category": "shadow",
2639
- "type": "elevation",
2640
- "item": "low"
2641
- },
2642
- "path": [
2643
- "shadow",
2644
- "elevation",
2645
- "low"
2646
- ]
2647
- },
2648
- "middle": {
2649
- "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
2650
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/shadow/elevation.json",
2651
- "isSource": true,
2652
- "original": {
2653
- "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
2654
- },
2655
- "name": "elevation-middle",
2656
- "attributes": {
2657
- "category": "shadow",
2658
- "type": "elevation",
2659
- "item": "middle"
2660
- },
2661
- "path": [
2662
- "shadow",
2663
- "elevation",
2664
- "middle"
2665
- ]
2666
- },
2667
- "high": {
2668
- "value": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
2669
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/shadow/elevation.json",
2670
- "isSource": true,
2671
- "original": {
2672
- "value": "0 2px 12px 0 rgba(80, 80, 80, 0.2)"
2673
- },
2674
- "name": "elevation-high",
2675
- "attributes": {
2676
- "category": "shadow",
2677
- "type": "elevation",
2678
- "item": "high"
2679
- },
2680
- "path": [
2681
- "shadow",
2682
- "elevation",
2683
- "high"
2684
- ]
2685
- },
2686
- "default": {
2687
- "value": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
2688
- "filePath": "/home/runner/work/design_system/design_system/tokens/src/shadow/elevation.json",
2689
- "isSource": true,
2690
- "original": {
2691
- "value": "{shadow.elevation.middle.value}"
2692
- },
2693
- "name": "elevation-default",
2694
- "attributes": {
2695
- "category": "shadow",
2696
- "type": "elevation",
2697
- "item": "default"
2698
- },
2699
- "path": [
2700
- "shadow",
2701
- "elevation",
2702
- "default"
2703
- ]
2704
- }
183
+ "low": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
184
+ "middle": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
185
+ "high": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
186
+ "default": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
2705
187
  }
2706
188
  }
2707
189
  };
190
+
191
+ module.exports = tokens;