@neo4j-ndl/base 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2871 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 01 Mar 2022 17:09:29 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "borderRadius": {
8
+ "sm": {
9
+ "value": "4px",
10
+ "filePath": "src/tokens/borderRadius.json",
11
+ "isSource": true,
12
+ "original": {
13
+ "value": "4px"
14
+ },
15
+ "name": "BorderRadiusSm",
16
+ "attributes": {
17
+ "category": "borderRadius",
18
+ "type": "sm"
19
+ },
20
+ "path": [
21
+ "borderRadius",
22
+ "sm"
23
+ ]
24
+ },
25
+ "md": {
26
+ "value": "6px",
27
+ "filePath": "src/tokens/borderRadius.json",
28
+ "isSource": true,
29
+ "original": {
30
+ "value": "6px"
31
+ },
32
+ "name": "BorderRadiusMd",
33
+ "attributes": {
34
+ "category": "borderRadius",
35
+ "type": "md"
36
+ },
37
+ "path": [
38
+ "borderRadius",
39
+ "md"
40
+ ]
41
+ },
42
+ "lg": {
43
+ "value": "8px",
44
+ "filePath": "src/tokens/borderRadius.json",
45
+ "isSource": true,
46
+ "original": {
47
+ "value": "8px"
48
+ },
49
+ "name": "BorderRadiusLg",
50
+ "attributes": {
51
+ "category": "borderRadius",
52
+ "type": "lg"
53
+ },
54
+ "path": [
55
+ "borderRadius",
56
+ "lg"
57
+ ]
58
+ },
59
+ "xl": {
60
+ "value": "10px",
61
+ "filePath": "src/tokens/borderRadius.json",
62
+ "isSource": true,
63
+ "original": {
64
+ "value": "10px"
65
+ },
66
+ "name": "BorderRadiusXl",
67
+ "attributes": {
68
+ "category": "borderRadius",
69
+ "type": "xl"
70
+ },
71
+ "path": [
72
+ "borderRadius",
73
+ "xl"
74
+ ]
75
+ },
76
+ "1xl": {
77
+ "value": "12px",
78
+ "filePath": "src/tokens/borderRadius.json",
79
+ "isSource": true,
80
+ "original": {
81
+ "value": "12px"
82
+ },
83
+ "name": "BorderRadius1xl",
84
+ "attributes": {
85
+ "category": "borderRadius",
86
+ "type": "1xl"
87
+ },
88
+ "path": [
89
+ "borderRadius",
90
+ "1xl"
91
+ ]
92
+ },
93
+ "2xl": {
94
+ "value": "14px",
95
+ "filePath": "src/tokens/borderRadius.json",
96
+ "isSource": true,
97
+ "original": {
98
+ "value": "14px"
99
+ },
100
+ "name": "BorderRadius2xl",
101
+ "attributes": {
102
+ "category": "borderRadius",
103
+ "type": "2xl"
104
+ },
105
+ "path": [
106
+ "borderRadius",
107
+ "2xl"
108
+ ]
109
+ },
110
+ "3xl": {
111
+ "value": "16px",
112
+ "filePath": "src/tokens/borderRadius.json",
113
+ "isSource": true,
114
+ "original": {
115
+ "value": "16px"
116
+ },
117
+ "name": "BorderRadius3xl",
118
+ "attributes": {
119
+ "category": "borderRadius",
120
+ "type": "3xl"
121
+ },
122
+ "path": [
123
+ "borderRadius",
124
+ "3xl"
125
+ ]
126
+ },
127
+ "4xl": {
128
+ "value": "18px",
129
+ "filePath": "src/tokens/borderRadius.json",
130
+ "isSource": true,
131
+ "original": {
132
+ "value": "18px"
133
+ },
134
+ "name": "BorderRadius4xl",
135
+ "attributes": {
136
+ "category": "borderRadius",
137
+ "type": "4xl"
138
+ },
139
+ "path": [
140
+ "borderRadius",
141
+ "4xl"
142
+ ]
143
+ },
144
+ "5xl": {
145
+ "value": "20px",
146
+ "filePath": "src/tokens/borderRadius.json",
147
+ "isSource": true,
148
+ "original": {
149
+ "value": "20px"
150
+ },
151
+ "name": "BorderRadius5xl",
152
+ "attributes": {
153
+ "category": "borderRadius",
154
+ "type": "5xl"
155
+ },
156
+ "path": [
157
+ "borderRadius",
158
+ "5xl"
159
+ ]
160
+ },
161
+ "full": {
162
+ "value": "9999px;",
163
+ "filePath": "src/tokens/borderRadius.json",
164
+ "isSource": true,
165
+ "original": {
166
+ "value": "9999px;"
167
+ },
168
+ "name": "BorderRadiusFull",
169
+ "attributes": {
170
+ "category": "borderRadius",
171
+ "type": "full"
172
+ },
173
+ "path": [
174
+ "borderRadius",
175
+ "full"
176
+ ]
177
+ }
178
+ },
179
+ "colors": {
180
+ "primary": {
181
+ "10": {
182
+ "value": "#e6f8ff",
183
+ "comment": "lighest shade of brand primary color",
184
+ "filePath": "src/tokens/colors.json",
185
+ "isSource": true,
186
+ "original": {
187
+ "value": "#e6f8ff",
188
+ "comment": "lighest shade of brand primary color"
189
+ },
190
+ "name": "ColorsPrimary10",
191
+ "attributes": {
192
+ "category": "colors",
193
+ "type": "primary",
194
+ "item": "10"
195
+ },
196
+ "path": [
197
+ "colors",
198
+ "primary",
199
+ "10"
200
+ ]
201
+ },
202
+ "20": {
203
+ "value": "#a3e2ff",
204
+ "filePath": "src/tokens/colors.json",
205
+ "isSource": true,
206
+ "original": {
207
+ "value": "#a3e2ff"
208
+ },
209
+ "name": "ColorsPrimary20",
210
+ "attributes": {
211
+ "category": "colors",
212
+ "type": "primary",
213
+ "item": "20"
214
+ },
215
+ "path": [
216
+ "colors",
217
+ "primary",
218
+ "20"
219
+ ]
220
+ },
221
+ "30": {
222
+ "value": "#7ad1ff",
223
+ "filePath": "src/tokens/colors.json",
224
+ "isSource": true,
225
+ "original": {
226
+ "value": "#7ad1ff"
227
+ },
228
+ "name": "ColorsPrimary30",
229
+ "attributes": {
230
+ "category": "colors",
231
+ "type": "primary",
232
+ "item": "30"
233
+ },
234
+ "path": [
235
+ "colors",
236
+ "primary",
237
+ "30"
238
+ ]
239
+ },
240
+ "40": {
241
+ "rgb": "1,139,255",
242
+ "value": "#018bff",
243
+ "filePath": "src/tokens/colors.json",
244
+ "isSource": true,
245
+ "original": {
246
+ "rgb": "1,139,255",
247
+ "value": "#018bff"
248
+ },
249
+ "name": "ColorsPrimary40",
250
+ "attributes": {
251
+ "category": "colors",
252
+ "type": "primary",
253
+ "item": "40"
254
+ },
255
+ "path": [
256
+ "colors",
257
+ "primary",
258
+ "40"
259
+ ]
260
+ },
261
+ "50": {
262
+ "value": "#006FD6",
263
+ "filePath": "src/tokens/colors.json",
264
+ "isSource": true,
265
+ "original": {
266
+ "value": "#006FD6"
267
+ },
268
+ "name": "ColorsPrimary50",
269
+ "attributes": {
270
+ "category": "colors",
271
+ "type": "primary",
272
+ "item": "50"
273
+ },
274
+ "path": [
275
+ "colors",
276
+ "primary",
277
+ "50"
278
+ ]
279
+ },
280
+ "60": {
281
+ "value": "#0056b3",
282
+ "filePath": "src/tokens/colors.json",
283
+ "isSource": true,
284
+ "original": {
285
+ "value": "#0056b3"
286
+ },
287
+ "name": "ColorsPrimary60",
288
+ "attributes": {
289
+ "category": "colors",
290
+ "type": "primary",
291
+ "item": "60"
292
+ },
293
+ "path": [
294
+ "colors",
295
+ "primary",
296
+ "60"
297
+ ]
298
+ },
299
+ "70": {
300
+ "value": "#004092",
301
+ "filePath": "src/tokens/colors.json",
302
+ "isSource": true,
303
+ "original": {
304
+ "value": "#004092"
305
+ },
306
+ "name": "ColorsPrimary70",
307
+ "attributes": {
308
+ "category": "colors",
309
+ "type": "primary",
310
+ "item": "70"
311
+ },
312
+ "path": [
313
+ "colors",
314
+ "primary",
315
+ "70"
316
+ ]
317
+ }
318
+ },
319
+ "danger": {
320
+ "10": {
321
+ "value": "#ffe6e9",
322
+ "filePath": "src/tokens/colors.json",
323
+ "isSource": true,
324
+ "original": {
325
+ "value": "#ffe6e9"
326
+ },
327
+ "name": "ColorsDanger10",
328
+ "attributes": {
329
+ "category": "colors",
330
+ "type": "danger",
331
+ "item": "10"
332
+ },
333
+ "path": [
334
+ "colors",
335
+ "danger",
336
+ "10"
337
+ ]
338
+ },
339
+ "20": {
340
+ "value": "#ffb8c4",
341
+ "filePath": "src/tokens/colors.json",
342
+ "isSource": true,
343
+ "original": {
344
+ "value": "#ffb8c4"
345
+ },
346
+ "name": "ColorsDanger20",
347
+ "attributes": {
348
+ "category": "colors",
349
+ "type": "danger",
350
+ "item": "20"
351
+ },
352
+ "path": [
353
+ "colors",
354
+ "danger",
355
+ "20"
356
+ ]
357
+ },
358
+ "30": {
359
+ "value": "#ff668a",
360
+ "filePath": "src/tokens/colors.json",
361
+ "isSource": true,
362
+ "original": {
363
+ "value": "#ff668a"
364
+ },
365
+ "name": "ColorsDanger30",
366
+ "attributes": {
367
+ "category": "colors",
368
+ "type": "danger",
369
+ "item": "30"
370
+ },
371
+ "path": [
372
+ "colors",
373
+ "danger",
374
+ "30"
375
+ ]
376
+ },
377
+ "40": {
378
+ "rgb": "237,18,82",
379
+ "value": "#ed1252",
380
+ "filePath": "src/tokens/colors.json",
381
+ "isSource": true,
382
+ "original": {
383
+ "rgb": "237,18,82",
384
+ "value": "#ed1252"
385
+ },
386
+ "name": "ColorsDanger40",
387
+ "attributes": {
388
+ "category": "colors",
389
+ "type": "danger",
390
+ "item": "40"
391
+ },
392
+ "path": [
393
+ "colors",
394
+ "danger",
395
+ "40"
396
+ ]
397
+ },
398
+ "50": {
399
+ "value": "#cc254b",
400
+ "filePath": "src/tokens/colors.json",
401
+ "isSource": true,
402
+ "original": {
403
+ "value": "#cc254b"
404
+ },
405
+ "name": "ColorsDanger50",
406
+ "attributes": {
407
+ "category": "colors",
408
+ "type": "danger",
409
+ "item": "50"
410
+ },
411
+ "path": [
412
+ "colors",
413
+ "danger",
414
+ "50"
415
+ ]
416
+ },
417
+ "60": {
418
+ "value": "#a1003b",
419
+ "filePath": "src/tokens/colors.json",
420
+ "isSource": true,
421
+ "original": {
422
+ "value": "#a1003b"
423
+ },
424
+ "name": "ColorsDanger60",
425
+ "attributes": {
426
+ "category": "colors",
427
+ "type": "danger",
428
+ "item": "60"
429
+ },
430
+ "path": [
431
+ "colors",
432
+ "danger",
433
+ "60"
434
+ ]
435
+ },
436
+ "70": {
437
+ "value": "#7a0031",
438
+ "filePath": "src/tokens/colors.json",
439
+ "isSource": true,
440
+ "original": {
441
+ "value": "#7a0031"
442
+ },
443
+ "name": "ColorsDanger70",
444
+ "attributes": {
445
+ "category": "colors",
446
+ "type": "danger",
447
+ "item": "70"
448
+ },
449
+ "path": [
450
+ "colors",
451
+ "danger",
452
+ "70"
453
+ ]
454
+ }
455
+ },
456
+ "success": {
457
+ "10": {
458
+ "value": "#E1FAEF",
459
+ "filePath": "src/tokens/colors.json",
460
+ "isSource": true,
461
+ "original": {
462
+ "value": "#E1FAEF"
463
+ },
464
+ "name": "ColorsSuccess10",
465
+ "attributes": {
466
+ "category": "colors",
467
+ "type": "success",
468
+ "item": "10"
469
+ },
470
+ "path": [
471
+ "colors",
472
+ "success",
473
+ "10"
474
+ ]
475
+ },
476
+ "20": {
477
+ "value": "#98EDCB",
478
+ "filePath": "src/tokens/colors.json",
479
+ "isSource": true,
480
+ "original": {
481
+ "value": "#98EDCB"
482
+ },
483
+ "name": "ColorsSuccess20",
484
+ "attributes": {
485
+ "category": "colors",
486
+ "type": "success",
487
+ "item": "20"
488
+ },
489
+ "path": [
490
+ "colors",
491
+ "success",
492
+ "20"
493
+ ]
494
+ },
495
+ "30": {
496
+ "value": "#44D4A4",
497
+ "filePath": "src/tokens/colors.json",
498
+ "isSource": true,
499
+ "original": {
500
+ "value": "#44D4A4"
501
+ },
502
+ "name": "ColorsSuccess30",
503
+ "attributes": {
504
+ "category": "colors",
505
+ "type": "success",
506
+ "item": "30"
507
+ },
508
+ "path": [
509
+ "colors",
510
+ "success",
511
+ "30"
512
+ ]
513
+ },
514
+ "40": {
515
+ "value": "#00BA88",
516
+ "filePath": "src/tokens/colors.json",
517
+ "isSource": true,
518
+ "original": {
519
+ "value": "#00BA88"
520
+ },
521
+ "name": "ColorsSuccess40",
522
+ "attributes": {
523
+ "category": "colors",
524
+ "type": "success",
525
+ "item": "40"
526
+ },
527
+ "path": [
528
+ "colors",
529
+ "success",
530
+ "40"
531
+ ]
532
+ },
533
+ "50": {
534
+ "value": "#327D60",
535
+ "filePath": "src/tokens/colors.json",
536
+ "isSource": true,
537
+ "original": {
538
+ "value": "#327D60"
539
+ },
540
+ "name": "ColorsSuccess50",
541
+ "attributes": {
542
+ "category": "colors",
543
+ "type": "success",
544
+ "item": "50"
545
+ },
546
+ "path": [
547
+ "colors",
548
+ "success",
549
+ "50"
550
+ ]
551
+ },
552
+ "60": {
553
+ "value": "#006E58",
554
+ "filePath": "src/tokens/colors.json",
555
+ "isSource": true,
556
+ "original": {
557
+ "value": "#006E58"
558
+ },
559
+ "name": "ColorsSuccess60",
560
+ "attributes": {
561
+ "category": "colors",
562
+ "type": "success",
563
+ "item": "60"
564
+ },
565
+ "path": [
566
+ "colors",
567
+ "success",
568
+ "60"
569
+ ]
570
+ },
571
+ "70": {
572
+ "value": "#00473B",
573
+ "filePath": "src/tokens/colors.json",
574
+ "isSource": true,
575
+ "original": {
576
+ "value": "#00473B"
577
+ },
578
+ "name": "ColorsSuccess70",
579
+ "attributes": {
580
+ "category": "colors",
581
+ "type": "success",
582
+ "item": "70"
583
+ },
584
+ "path": [
585
+ "colors",
586
+ "success",
587
+ "70"
588
+ ]
589
+ }
590
+ },
591
+ "warning": {
592
+ "10": {
593
+ "value": "#FFFBDE",
594
+ "filePath": "src/tokens/colors.json",
595
+ "isSource": true,
596
+ "original": {
597
+ "value": "#FFFBDE"
598
+ },
599
+ "name": "ColorsWarning10",
600
+ "attributes": {
601
+ "category": "colors",
602
+ "type": "warning",
603
+ "item": "10"
604
+ },
605
+ "path": [
606
+ "colors",
607
+ "warning",
608
+ "10"
609
+ ]
610
+ },
611
+ "20": {
612
+ "value": "#FFF4B5",
613
+ "filePath": "src/tokens/colors.json",
614
+ "isSource": true,
615
+ "original": {
616
+ "value": "#FFF4B5"
617
+ },
618
+ "name": "ColorsWarning20",
619
+ "attributes": {
620
+ "category": "colors",
621
+ "type": "warning",
622
+ "item": "20"
623
+ },
624
+ "path": [
625
+ "colors",
626
+ "warning",
627
+ "20"
628
+ ]
629
+ },
630
+ "30": {
631
+ "value": "#FFEA8C",
632
+ "filePath": "src/tokens/colors.json",
633
+ "isSource": true,
634
+ "original": {
635
+ "value": "#FFEA8C"
636
+ },
637
+ "name": "ColorsWarning30",
638
+ "attributes": {
639
+ "category": "colors",
640
+ "type": "warning",
641
+ "item": "30"
642
+ },
643
+ "path": [
644
+ "colors",
645
+ "warning",
646
+ "30"
647
+ ]
648
+ },
649
+ "40": {
650
+ "value": "#FFDE63",
651
+ "filePath": "src/tokens/colors.json",
652
+ "isSource": true,
653
+ "original": {
654
+ "value": "#FFDE63"
655
+ },
656
+ "name": "ColorsWarning40",
657
+ "attributes": {
658
+ "category": "colors",
659
+ "type": "warning",
660
+ "item": "40"
661
+ },
662
+ "path": [
663
+ "colors",
664
+ "warning",
665
+ "40"
666
+ ]
667
+ },
668
+ "50": {
669
+ "value": "#D9B54A",
670
+ "filePath": "src/tokens/colors.json",
671
+ "isSource": true,
672
+ "original": {
673
+ "value": "#D9B54A"
674
+ },
675
+ "name": "ColorsWarning50",
676
+ "attributes": {
677
+ "category": "colors",
678
+ "type": "warning",
679
+ "item": "50"
680
+ },
681
+ "path": [
682
+ "colors",
683
+ "warning",
684
+ "50"
685
+ ]
686
+ },
687
+ "60": {
688
+ "value": "#966c2e",
689
+ "filePath": "src/tokens/colors.json",
690
+ "isSource": true,
691
+ "original": {
692
+ "value": "#966c2e"
693
+ },
694
+ "name": "ColorsWarning60",
695
+ "attributes": {
696
+ "category": "colors",
697
+ "type": "warning",
698
+ "item": "60"
699
+ },
700
+ "path": [
701
+ "colors",
702
+ "warning",
703
+ "60"
704
+ ]
705
+ },
706
+ "70": {
707
+ "value": "#664817",
708
+ "filePath": "src/tokens/colors.json",
709
+ "isSource": true,
710
+ "original": {
711
+ "value": "#664817"
712
+ },
713
+ "name": "ColorsWarning70",
714
+ "attributes": {
715
+ "category": "colors",
716
+ "type": "warning",
717
+ "item": "70"
718
+ },
719
+ "path": [
720
+ "colors",
721
+ "warning",
722
+ "70"
723
+ ]
724
+ }
725
+ },
726
+ "blueberry": {
727
+ "10": {
728
+ "value": "#E8EBF6",
729
+ "filePath": "src/tokens/colors.json",
730
+ "isSource": true,
731
+ "original": {
732
+ "value": "#E8EBF6"
733
+ },
734
+ "name": "ColorsBlueberry10",
735
+ "attributes": {
736
+ "category": "colors",
737
+ "type": "blueberry",
738
+ "item": "10"
739
+ },
740
+ "path": [
741
+ "colors",
742
+ "blueberry",
743
+ "10"
744
+ ]
745
+ },
746
+ "20": {
747
+ "value": "#C4CCE9",
748
+ "filePath": "src/tokens/colors.json",
749
+ "isSource": true,
750
+ "original": {
751
+ "value": "#C4CCE9"
752
+ },
753
+ "name": "ColorsBlueberry20",
754
+ "attributes": {
755
+ "category": "colors",
756
+ "type": "blueberry",
757
+ "item": "20"
758
+ },
759
+ "path": [
760
+ "colors",
761
+ "blueberry",
762
+ "20"
763
+ ]
764
+ },
765
+ "30": {
766
+ "value": "#9DABD9",
767
+ "filePath": "src/tokens/colors.json",
768
+ "isSource": true,
769
+ "original": {
770
+ "value": "#9DABD9"
771
+ },
772
+ "name": "ColorsBlueberry30",
773
+ "attributes": {
774
+ "category": "colors",
775
+ "type": "blueberry",
776
+ "item": "30"
777
+ },
778
+ "path": [
779
+ "colors",
780
+ "blueberry",
781
+ "30"
782
+ ]
783
+ },
784
+ "40": {
785
+ "value": "#768ACA",
786
+ "filePath": "src/tokens/colors.json",
787
+ "isSource": true,
788
+ "original": {
789
+ "value": "#768ACA"
790
+ },
791
+ "name": "ColorsBlueberry40",
792
+ "attributes": {
793
+ "category": "colors",
794
+ "type": "blueberry",
795
+ "item": "40"
796
+ },
797
+ "path": [
798
+ "colors",
799
+ "blueberry",
800
+ "40"
801
+ ]
802
+ },
803
+ "50": {
804
+ "value": "#3557B4",
805
+ "filePath": "src/tokens/colors.json",
806
+ "isSource": true,
807
+ "original": {
808
+ "value": "#3557B4"
809
+ },
810
+ "name": "ColorsBlueberry50",
811
+ "attributes": {
812
+ "category": "colors",
813
+ "type": "blueberry",
814
+ "item": "50"
815
+ },
816
+ "path": [
817
+ "colors",
818
+ "blueberry",
819
+ "50"
820
+ ]
821
+ },
822
+ "60": {
823
+ "value": "#25459E",
824
+ "filePath": "src/tokens/colors.json",
825
+ "isSource": true,
826
+ "original": {
827
+ "value": "#25459E"
828
+ },
829
+ "name": "ColorsBlueberry60",
830
+ "attributes": {
831
+ "category": "colors",
832
+ "type": "blueberry",
833
+ "item": "60"
834
+ },
835
+ "path": [
836
+ "colors",
837
+ "blueberry",
838
+ "60"
839
+ ]
840
+ },
841
+ "70": {
842
+ "value": "#0B297D",
843
+ "filePath": "src/tokens/colors.json",
844
+ "isSource": true,
845
+ "original": {
846
+ "value": "#0B297D"
847
+ },
848
+ "name": "ColorsBlueberry70",
849
+ "attributes": {
850
+ "category": "colors",
851
+ "type": "blueberry",
852
+ "item": "70"
853
+ },
854
+ "path": [
855
+ "colors",
856
+ "blueberry",
857
+ "70"
858
+ ]
859
+ }
860
+ },
861
+ "mint": {
862
+ "10": {
863
+ "value": "#F0FFFA",
864
+ "filePath": "src/tokens/colors.json",
865
+ "isSource": true,
866
+ "original": {
867
+ "value": "#F0FFFA"
868
+ },
869
+ "name": "ColorsMint10",
870
+ "attributes": {
871
+ "category": "colors",
872
+ "type": "mint",
873
+ "item": "10"
874
+ },
875
+ "path": [
876
+ "colors",
877
+ "mint",
878
+ "10"
879
+ ]
880
+ },
881
+ "20": {
882
+ "value": "#D1FFF4",
883
+ "filePath": "src/tokens/colors.json",
884
+ "isSource": true,
885
+ "original": {
886
+ "value": "#D1FFF4"
887
+ },
888
+ "name": "ColorsMint20",
889
+ "attributes": {
890
+ "category": "colors",
891
+ "type": "mint",
892
+ "item": "20"
893
+ },
894
+ "path": [
895
+ "colors",
896
+ "mint",
897
+ "20"
898
+ ]
899
+ },
900
+ "30": {
901
+ "value": "#A8FFEE",
902
+ "filePath": "src/tokens/colors.json",
903
+ "isSource": true,
904
+ "original": {
905
+ "value": "#A8FFEE"
906
+ },
907
+ "name": "ColorsMint30",
908
+ "attributes": {
909
+ "category": "colors",
910
+ "type": "mint",
911
+ "item": "30"
912
+ },
913
+ "path": [
914
+ "colors",
915
+ "mint",
916
+ "30"
917
+ ]
918
+ },
919
+ "40": {
920
+ "value": "#55F9E2",
921
+ "filePath": "src/tokens/colors.json",
922
+ "isSource": true,
923
+ "original": {
924
+ "value": "#55F9E2"
925
+ },
926
+ "name": "ColorsMint40",
927
+ "attributes": {
928
+ "category": "colors",
929
+ "type": "mint",
930
+ "item": "40"
931
+ },
932
+ "path": [
933
+ "colors",
934
+ "mint",
935
+ "40"
936
+ ]
937
+ },
938
+ "50": {
939
+ "value": "#3DD4C5",
940
+ "filePath": "src/tokens/colors.json",
941
+ "isSource": true,
942
+ "original": {
943
+ "value": "#3DD4C5"
944
+ },
945
+ "name": "ColorsMint50",
946
+ "attributes": {
947
+ "category": "colors",
948
+ "type": "mint",
949
+ "item": "50"
950
+ },
951
+ "path": [
952
+ "colors",
953
+ "mint",
954
+ "50"
955
+ ]
956
+ },
957
+ "60": {
958
+ "value": "#2AADA5",
959
+ "filePath": "src/tokens/colors.json",
960
+ "isSource": true,
961
+ "original": {
962
+ "value": "#2AADA5"
963
+ },
964
+ "name": "ColorsMint60",
965
+ "attributes": {
966
+ "category": "colors",
967
+ "type": "mint",
968
+ "item": "60"
969
+ },
970
+ "path": [
971
+ "colors",
972
+ "mint",
973
+ "60"
974
+ ]
975
+ },
976
+ "70": {
977
+ "value": "#116161",
978
+ "filePath": "src/tokens/colors.json",
979
+ "isSource": true,
980
+ "original": {
981
+ "value": "#116161"
982
+ },
983
+ "name": "ColorsMint70",
984
+ "attributes": {
985
+ "category": "colors",
986
+ "type": "mint",
987
+ "item": "70"
988
+ },
989
+ "path": [
990
+ "colors",
991
+ "mint",
992
+ "70"
993
+ ]
994
+ }
995
+ },
996
+ "neutral": {
997
+ "10": {
998
+ "value": "#FFFFFF",
999
+ "filePath": "src/tokens/colors.json",
1000
+ "isSource": true,
1001
+ "original": {
1002
+ "value": "#FFFFFF"
1003
+ },
1004
+ "name": "ColorsNeutral10",
1005
+ "attributes": {
1006
+ "category": "colors",
1007
+ "type": "neutral",
1008
+ "item": "10"
1009
+ },
1010
+ "path": [
1011
+ "colors",
1012
+ "neutral",
1013
+ "10"
1014
+ ]
1015
+ },
1016
+ "20": {
1017
+ "value": "#F5F7FA",
1018
+ "filePath": "src/tokens/colors.json",
1019
+ "isSource": true,
1020
+ "original": {
1021
+ "value": "#F5F7FA"
1022
+ },
1023
+ "name": "ColorsNeutral20",
1024
+ "attributes": {
1025
+ "category": "colors",
1026
+ "type": "neutral",
1027
+ "item": "20"
1028
+ },
1029
+ "path": [
1030
+ "colors",
1031
+ "neutral",
1032
+ "20"
1033
+ ]
1034
+ },
1035
+ "30": {
1036
+ "value": "#EEF1F6",
1037
+ "filePath": "src/tokens/colors.json",
1038
+ "isSource": true,
1039
+ "original": {
1040
+ "value": "#EEF1F6"
1041
+ },
1042
+ "name": "ColorsNeutral30",
1043
+ "attributes": {
1044
+ "category": "colors",
1045
+ "type": "neutral",
1046
+ "item": "30"
1047
+ },
1048
+ "path": [
1049
+ "colors",
1050
+ "neutral",
1051
+ "30"
1052
+ ]
1053
+ },
1054
+ "40": {
1055
+ "value": "#E6E9EE",
1056
+ "filePath": "src/tokens/colors.json",
1057
+ "isSource": true,
1058
+ "original": {
1059
+ "value": "#E6E9EE"
1060
+ },
1061
+ "name": "ColorsNeutral40",
1062
+ "attributes": {
1063
+ "category": "colors",
1064
+ "type": "neutral",
1065
+ "item": "40"
1066
+ },
1067
+ "path": [
1068
+ "colors",
1069
+ "neutral",
1070
+ "40"
1071
+ ]
1072
+ },
1073
+ "50": {
1074
+ "value": "#C4C8CD",
1075
+ "filePath": "src/tokens/colors.json",
1076
+ "isSource": true,
1077
+ "original": {
1078
+ "value": "#C4C8CD"
1079
+ },
1080
+ "name": "ColorsNeutral50",
1081
+ "attributes": {
1082
+ "category": "colors",
1083
+ "type": "neutral",
1084
+ "item": "50"
1085
+ },
1086
+ "path": [
1087
+ "colors",
1088
+ "neutral",
1089
+ "50"
1090
+ ]
1091
+ },
1092
+ "60": {
1093
+ "value": "#B2B7BD",
1094
+ "filePath": "src/tokens/colors.json",
1095
+ "isSource": true,
1096
+ "original": {
1097
+ "value": "#B2B7BD"
1098
+ },
1099
+ "name": "ColorsNeutral60",
1100
+ "attributes": {
1101
+ "category": "colors",
1102
+ "type": "neutral",
1103
+ "item": "60"
1104
+ },
1105
+ "path": [
1106
+ "colors",
1107
+ "neutral",
1108
+ "60"
1109
+ ]
1110
+ },
1111
+ "70": {
1112
+ "value": "#717780",
1113
+ "rgb": "113,119,128",
1114
+ "filePath": "src/tokens/colors.json",
1115
+ "isSource": true,
1116
+ "original": {
1117
+ "value": "#717780",
1118
+ "rgb": "113,119,128"
1119
+ },
1120
+ "name": "ColorsNeutral70",
1121
+ "attributes": {
1122
+ "category": "colors",
1123
+ "type": "neutral",
1124
+ "item": "70"
1125
+ },
1126
+ "path": [
1127
+ "colors",
1128
+ "neutral",
1129
+ "70"
1130
+ ]
1131
+ },
1132
+ "80": {
1133
+ "value": "#535B66",
1134
+ "filePath": "src/tokens/colors.json",
1135
+ "isSource": true,
1136
+ "original": {
1137
+ "value": "#535B66"
1138
+ },
1139
+ "name": "ColorsNeutral80",
1140
+ "attributes": {
1141
+ "category": "colors",
1142
+ "type": "neutral",
1143
+ "item": "80"
1144
+ },
1145
+ "path": [
1146
+ "colors",
1147
+ "neutral",
1148
+ "80"
1149
+ ]
1150
+ },
1151
+ "90": {
1152
+ "value": "#151E29",
1153
+ "filePath": "src/tokens/colors.json",
1154
+ "isSource": true,
1155
+ "original": {
1156
+ "value": "#151E29"
1157
+ },
1158
+ "name": "ColorsNeutral90",
1159
+ "attributes": {
1160
+ "category": "colors",
1161
+ "type": "neutral",
1162
+ "item": "90"
1163
+ },
1164
+ "path": [
1165
+ "colors",
1166
+ "neutral",
1167
+ "90"
1168
+ ]
1169
+ }
1170
+ }
1171
+ },
1172
+ "font": {
1173
+ "size": {
1174
+ "h1": {
1175
+ "value": "48px",
1176
+ "filePath": "src/tokens/fonts.json",
1177
+ "isSource": true,
1178
+ "original": {
1179
+ "value": "48px"
1180
+ },
1181
+ "name": "FontSizeH1",
1182
+ "attributes": {
1183
+ "category": "font",
1184
+ "type": "size",
1185
+ "item": "h1"
1186
+ },
1187
+ "path": [
1188
+ "font",
1189
+ "size",
1190
+ "h1"
1191
+ ]
1192
+ },
1193
+ "h2": {
1194
+ "value": "40px",
1195
+ "filePath": "src/tokens/fonts.json",
1196
+ "isSource": true,
1197
+ "original": {
1198
+ "value": "40px"
1199
+ },
1200
+ "name": "FontSizeH2",
1201
+ "attributes": {
1202
+ "category": "font",
1203
+ "type": "size",
1204
+ "item": "h2"
1205
+ },
1206
+ "path": [
1207
+ "font",
1208
+ "size",
1209
+ "h2"
1210
+ ]
1211
+ },
1212
+ "h3": {
1213
+ "value": "30px",
1214
+ "filePath": "src/tokens/fonts.json",
1215
+ "isSource": true,
1216
+ "original": {
1217
+ "value": "30px"
1218
+ },
1219
+ "name": "FontSizeH3",
1220
+ "attributes": {
1221
+ "category": "font",
1222
+ "type": "size",
1223
+ "item": "h3"
1224
+ },
1225
+ "path": [
1226
+ "font",
1227
+ "size",
1228
+ "h3"
1229
+ ]
1230
+ },
1231
+ "h4": {
1232
+ "value": "24px",
1233
+ "filePath": "src/tokens/fonts.json",
1234
+ "isSource": true,
1235
+ "original": {
1236
+ "value": "24px"
1237
+ },
1238
+ "name": "FontSizeH4",
1239
+ "attributes": {
1240
+ "category": "font",
1241
+ "type": "size",
1242
+ "item": "h4"
1243
+ },
1244
+ "path": [
1245
+ "font",
1246
+ "size",
1247
+ "h4"
1248
+ ]
1249
+ },
1250
+ "h5": {
1251
+ "value": "20px",
1252
+ "filePath": "src/tokens/fonts.json",
1253
+ "isSource": true,
1254
+ "original": {
1255
+ "value": "20px"
1256
+ },
1257
+ "name": "FontSizeH5",
1258
+ "attributes": {
1259
+ "category": "font",
1260
+ "type": "size",
1261
+ "item": "h5"
1262
+ },
1263
+ "path": [
1264
+ "font",
1265
+ "size",
1266
+ "h5"
1267
+ ]
1268
+ },
1269
+ "h6": {
1270
+ "value": "16px",
1271
+ "filePath": "src/tokens/fonts.json",
1272
+ "isSource": true,
1273
+ "original": {
1274
+ "value": "16px"
1275
+ },
1276
+ "name": "FontSizeH6",
1277
+ "attributes": {
1278
+ "category": "font",
1279
+ "type": "size",
1280
+ "item": "h6"
1281
+ },
1282
+ "path": [
1283
+ "font",
1284
+ "size",
1285
+ "h6"
1286
+ ]
1287
+ },
1288
+ "subheading-large": {
1289
+ "value": "20px",
1290
+ "filePath": "src/tokens/fonts.json",
1291
+ "isSource": true,
1292
+ "original": {
1293
+ "value": "20px"
1294
+ },
1295
+ "name": "FontSizeSubheadingLarge",
1296
+ "attributes": {
1297
+ "category": "font",
1298
+ "type": "size",
1299
+ "item": "subheading-large"
1300
+ },
1301
+ "path": [
1302
+ "font",
1303
+ "size",
1304
+ "subheading-large"
1305
+ ]
1306
+ },
1307
+ "subheading-medium": {
1308
+ "value": "16px",
1309
+ "filePath": "src/tokens/fonts.json",
1310
+ "isSource": true,
1311
+ "original": {
1312
+ "value": "16px"
1313
+ },
1314
+ "name": "FontSizeSubheadingMedium",
1315
+ "attributes": {
1316
+ "category": "font",
1317
+ "type": "size",
1318
+ "item": "subheading-medium"
1319
+ },
1320
+ "path": [
1321
+ "font",
1322
+ "size",
1323
+ "subheading-medium"
1324
+ ]
1325
+ },
1326
+ "subheading-small": {
1327
+ "value": "14px",
1328
+ "filePath": "src/tokens/fonts.json",
1329
+ "isSource": true,
1330
+ "original": {
1331
+ "value": "14px"
1332
+ },
1333
+ "name": "FontSizeSubheadingSmall",
1334
+ "attributes": {
1335
+ "category": "font",
1336
+ "type": "size",
1337
+ "item": "subheading-small"
1338
+ },
1339
+ "path": [
1340
+ "font",
1341
+ "size",
1342
+ "subheading-small"
1343
+ ]
1344
+ },
1345
+ "body-large": {
1346
+ "value": "16px",
1347
+ "filePath": "src/tokens/fonts.json",
1348
+ "isSource": true,
1349
+ "original": {
1350
+ "value": "16px"
1351
+ },
1352
+ "name": "FontSizeBodyLarge",
1353
+ "attributes": {
1354
+ "category": "font",
1355
+ "type": "size",
1356
+ "item": "body-large"
1357
+ },
1358
+ "path": [
1359
+ "font",
1360
+ "size",
1361
+ "body-large"
1362
+ ]
1363
+ },
1364
+ "body-medium": {
1365
+ "value": "14px",
1366
+ "filePath": "src/tokens/fonts.json",
1367
+ "isSource": true,
1368
+ "original": {
1369
+ "value": "14px"
1370
+ },
1371
+ "name": "FontSizeBodyMedium",
1372
+ "attributes": {
1373
+ "category": "font",
1374
+ "type": "size",
1375
+ "item": "body-medium"
1376
+ },
1377
+ "path": [
1378
+ "font",
1379
+ "size",
1380
+ "body-medium"
1381
+ ]
1382
+ },
1383
+ "body-small": {
1384
+ "value": "12px",
1385
+ "filePath": "src/tokens/fonts.json",
1386
+ "isSource": true,
1387
+ "original": {
1388
+ "value": "12px"
1389
+ },
1390
+ "name": "FontSizeBodySmall",
1391
+ "attributes": {
1392
+ "category": "font",
1393
+ "type": "size",
1394
+ "item": "body-small"
1395
+ },
1396
+ "path": [
1397
+ "font",
1398
+ "size",
1399
+ "body-small"
1400
+ ]
1401
+ },
1402
+ "code": {
1403
+ "value": "14px",
1404
+ "filePath": "src/tokens/fonts.json",
1405
+ "isSource": true,
1406
+ "original": {
1407
+ "value": "14px"
1408
+ },
1409
+ "name": "FontSizeCode",
1410
+ "attributes": {
1411
+ "category": "font",
1412
+ "type": "size",
1413
+ "item": "code"
1414
+ },
1415
+ "path": [
1416
+ "font",
1417
+ "size",
1418
+ "code"
1419
+ ]
1420
+ },
1421
+ "label": {
1422
+ "value": "14px",
1423
+ "filePath": "src/tokens/fonts.json",
1424
+ "isSource": true,
1425
+ "original": {
1426
+ "value": "14px"
1427
+ },
1428
+ "name": "FontSizeLabel",
1429
+ "attributes": {
1430
+ "category": "font",
1431
+ "type": "size",
1432
+ "item": "label"
1433
+ },
1434
+ "path": [
1435
+ "font",
1436
+ "size",
1437
+ "label"
1438
+ ]
1439
+ }
1440
+ },
1441
+ "weight": {
1442
+ "bold": {
1443
+ "value": "700",
1444
+ "filePath": "src/tokens/fonts.json",
1445
+ "isSource": true,
1446
+ "original": {
1447
+ "value": "700"
1448
+ },
1449
+ "name": "FontWeightBold",
1450
+ "attributes": {
1451
+ "category": "font",
1452
+ "type": "weight",
1453
+ "item": "bold"
1454
+ },
1455
+ "path": [
1456
+ "font",
1457
+ "weight",
1458
+ "bold"
1459
+ ]
1460
+ },
1461
+ "semibold": {
1462
+ "value": "600",
1463
+ "filePath": "src/tokens/fonts.json",
1464
+ "isSource": true,
1465
+ "original": {
1466
+ "value": "600"
1467
+ },
1468
+ "name": "FontWeightSemibold",
1469
+ "attributes": {
1470
+ "category": "font",
1471
+ "type": "weight",
1472
+ "item": "semibold"
1473
+ },
1474
+ "path": [
1475
+ "font",
1476
+ "weight",
1477
+ "semibold"
1478
+ ]
1479
+ },
1480
+ "normal": {
1481
+ "value": "400",
1482
+ "filePath": "src/tokens/fonts.json",
1483
+ "isSource": true,
1484
+ "original": {
1485
+ "value": "400"
1486
+ },
1487
+ "name": "FontWeightNormal",
1488
+ "attributes": {
1489
+ "category": "font",
1490
+ "type": "weight",
1491
+ "item": "normal"
1492
+ },
1493
+ "path": [
1494
+ "font",
1495
+ "weight",
1496
+ "normal"
1497
+ ]
1498
+ },
1499
+ "light": {
1500
+ "value": "300",
1501
+ "filePath": "src/tokens/fonts.json",
1502
+ "isSource": true,
1503
+ "original": {
1504
+ "value": "300"
1505
+ },
1506
+ "name": "FontWeightLight",
1507
+ "attributes": {
1508
+ "category": "font",
1509
+ "type": "weight",
1510
+ "item": "light"
1511
+ },
1512
+ "path": [
1513
+ "font",
1514
+ "weight",
1515
+ "light"
1516
+ ]
1517
+ }
1518
+ }
1519
+ },
1520
+ "palette": {
1521
+ "light": {
1522
+ "neutral": {
1523
+ "text": {
1524
+ "weakest": {
1525
+ "value": "#B2B7BD",
1526
+ "filePath": "src/tokens/palette.json",
1527
+ "isSource": true,
1528
+ "original": {
1529
+ "value": "{colors.neutral.60.value}"
1530
+ },
1531
+ "name": "PaletteLightNeutralTextWeakest",
1532
+ "attributes": {
1533
+ "category": "palette",
1534
+ "type": "light",
1535
+ "item": "neutral",
1536
+ "subitem": "text",
1537
+ "state": "weakest"
1538
+ },
1539
+ "path": [
1540
+ "palette",
1541
+ "light",
1542
+ "neutral",
1543
+ "text",
1544
+ "weakest"
1545
+ ]
1546
+ },
1547
+ "weaker": {
1548
+ "value": "#717780",
1549
+ "filePath": "src/tokens/palette.json",
1550
+ "isSource": true,
1551
+ "original": {
1552
+ "value": "{colors.neutral.70.value}"
1553
+ },
1554
+ "name": "PaletteLightNeutralTextWeaker",
1555
+ "attributes": {
1556
+ "category": "palette",
1557
+ "type": "light",
1558
+ "item": "neutral",
1559
+ "subitem": "text",
1560
+ "state": "weaker"
1561
+ },
1562
+ "path": [
1563
+ "palette",
1564
+ "light",
1565
+ "neutral",
1566
+ "text",
1567
+ "weaker"
1568
+ ]
1569
+ },
1570
+ "weak": {
1571
+ "value": "#535B66",
1572
+ "filePath": "src/tokens/palette.json",
1573
+ "isSource": true,
1574
+ "original": {
1575
+ "value": "{colors.neutral.80.value}"
1576
+ },
1577
+ "name": "PaletteLightNeutralTextWeak",
1578
+ "attributes": {
1579
+ "category": "palette",
1580
+ "type": "light",
1581
+ "item": "neutral",
1582
+ "subitem": "text",
1583
+ "state": "weak"
1584
+ },
1585
+ "path": [
1586
+ "palette",
1587
+ "light",
1588
+ "neutral",
1589
+ "text",
1590
+ "weak"
1591
+ ]
1592
+ },
1593
+ "default": {
1594
+ "value": "#151E29",
1595
+ "filePath": "src/tokens/palette.json",
1596
+ "isSource": true,
1597
+ "original": {
1598
+ "value": "{colors.neutral.90.value}"
1599
+ },
1600
+ "name": "PaletteLightNeutralTextDefault",
1601
+ "attributes": {
1602
+ "category": "palette",
1603
+ "type": "light",
1604
+ "item": "neutral",
1605
+ "subitem": "text",
1606
+ "state": "default"
1607
+ },
1608
+ "path": [
1609
+ "palette",
1610
+ "light",
1611
+ "neutral",
1612
+ "text",
1613
+ "default"
1614
+ ]
1615
+ },
1616
+ "inverse": {
1617
+ "value": "#FFFFFF",
1618
+ "filePath": "src/tokens/palette.json",
1619
+ "isSource": true,
1620
+ "original": {
1621
+ "value": "{colors.neutral.10.value}"
1622
+ },
1623
+ "name": "PaletteLightNeutralTextInverse",
1624
+ "attributes": {
1625
+ "category": "palette",
1626
+ "type": "light",
1627
+ "item": "neutral",
1628
+ "subitem": "text",
1629
+ "state": "inverse"
1630
+ },
1631
+ "path": [
1632
+ "palette",
1633
+ "light",
1634
+ "neutral",
1635
+ "text",
1636
+ "inverse"
1637
+ ]
1638
+ }
1639
+ },
1640
+ "bg": {
1641
+ "weak": {
1642
+ "value": "#FFFFFF",
1643
+ "filePath": "src/tokens/palette.json",
1644
+ "isSource": true,
1645
+ "original": {
1646
+ "value": "{colors.neutral.10.value}"
1647
+ },
1648
+ "name": "PaletteLightNeutralBgWeak",
1649
+ "attributes": {
1650
+ "category": "palette",
1651
+ "type": "light",
1652
+ "item": "neutral",
1653
+ "subitem": "bg",
1654
+ "state": "weak"
1655
+ },
1656
+ "path": [
1657
+ "palette",
1658
+ "light",
1659
+ "neutral",
1660
+ "bg",
1661
+ "weak"
1662
+ ]
1663
+ },
1664
+ "default": {
1665
+ "value": "#F5F7FA",
1666
+ "filePath": "src/tokens/palette.json",
1667
+ "isSource": true,
1668
+ "original": {
1669
+ "value": "{colors.neutral.20.value}"
1670
+ },
1671
+ "name": "PaletteLightNeutralBgDefault",
1672
+ "attributes": {
1673
+ "category": "palette",
1674
+ "type": "light",
1675
+ "item": "neutral",
1676
+ "subitem": "bg",
1677
+ "state": "default"
1678
+ },
1679
+ "path": [
1680
+ "palette",
1681
+ "light",
1682
+ "neutral",
1683
+ "bg",
1684
+ "default"
1685
+ ]
1686
+ },
1687
+ "strong": {
1688
+ "value": "#E6E9EE",
1689
+ "filePath": "src/tokens/palette.json",
1690
+ "isSource": true,
1691
+ "original": {
1692
+ "value": "{colors.neutral.40.value}"
1693
+ },
1694
+ "name": "PaletteLightNeutralBgStrong",
1695
+ "attributes": {
1696
+ "category": "palette",
1697
+ "type": "light",
1698
+ "item": "neutral",
1699
+ "subitem": "bg",
1700
+ "state": "strong"
1701
+ },
1702
+ "path": [
1703
+ "palette",
1704
+ "light",
1705
+ "neutral",
1706
+ "bg",
1707
+ "strong"
1708
+ ]
1709
+ },
1710
+ "strongest": {
1711
+ "value": "#535B66",
1712
+ "filePath": "src/tokens/palette.json",
1713
+ "isSource": true,
1714
+ "original": {
1715
+ "value": "{colors.neutral.80.value}"
1716
+ },
1717
+ "name": "PaletteLightNeutralBgStrongest",
1718
+ "attributes": {
1719
+ "category": "palette",
1720
+ "type": "light",
1721
+ "item": "neutral",
1722
+ "subitem": "bg",
1723
+ "state": "strongest"
1724
+ },
1725
+ "path": [
1726
+ "palette",
1727
+ "light",
1728
+ "neutral",
1729
+ "bg",
1730
+ "strongest"
1731
+ ]
1732
+ }
1733
+ },
1734
+ "border": {
1735
+ "weak": {
1736
+ "value": "#EEF1F6",
1737
+ "filePath": "src/tokens/palette.json",
1738
+ "isSource": true,
1739
+ "original": {
1740
+ "value": "{colors.neutral.30.value}"
1741
+ },
1742
+ "name": "PaletteLightNeutralBorderWeak",
1743
+ "attributes": {
1744
+ "category": "palette",
1745
+ "type": "light",
1746
+ "item": "neutral",
1747
+ "subitem": "border",
1748
+ "state": "weak"
1749
+ },
1750
+ "path": [
1751
+ "palette",
1752
+ "light",
1753
+ "neutral",
1754
+ "border",
1755
+ "weak"
1756
+ ]
1757
+ },
1758
+ "strong": {
1759
+ "value": "#B2B7BD",
1760
+ "filePath": "src/tokens/palette.json",
1761
+ "isSource": true,
1762
+ "original": {
1763
+ "value": "{colors.neutral.60.value}"
1764
+ },
1765
+ "name": "PaletteLightNeutralBorderStrong",
1766
+ "attributes": {
1767
+ "category": "palette",
1768
+ "type": "light",
1769
+ "item": "neutral",
1770
+ "subitem": "border",
1771
+ "state": "strong"
1772
+ },
1773
+ "path": [
1774
+ "palette",
1775
+ "light",
1776
+ "neutral",
1777
+ "border",
1778
+ "strong"
1779
+ ]
1780
+ }
1781
+ },
1782
+ "hover": {
1783
+ "alpha": "0.1",
1784
+ "value": "rgba(113,119,128,0.1)",
1785
+ "filePath": "src/tokens/palette.json",
1786
+ "isSource": true,
1787
+ "original": {
1788
+ "alpha": "0.1",
1789
+ "value": "rgba({colors.neutral.70.rgb},{palette.light.neutral.hover.alpha})"
1790
+ },
1791
+ "name": "PaletteLightNeutralHover",
1792
+ "attributes": {
1793
+ "category": "palette",
1794
+ "type": "light",
1795
+ "item": "neutral",
1796
+ "subitem": "hover"
1797
+ },
1798
+ "path": [
1799
+ "palette",
1800
+ "light",
1801
+ "neutral",
1802
+ "hover"
1803
+ ]
1804
+ },
1805
+ "pressed": {
1806
+ "alpha": "0.2",
1807
+ "value": "rgba(113,119,128,0.2)",
1808
+ "filePath": "src/tokens/palette.json",
1809
+ "isSource": true,
1810
+ "original": {
1811
+ "alpha": "0.2",
1812
+ "value": "rgba({colors.neutral.70.rgb},{palette.light.neutral.pressed.alpha})"
1813
+ },
1814
+ "name": "PaletteLightNeutralPressed",
1815
+ "attributes": {
1816
+ "category": "palette",
1817
+ "type": "light",
1818
+ "item": "neutral",
1819
+ "subitem": "pressed"
1820
+ },
1821
+ "path": [
1822
+ "palette",
1823
+ "light",
1824
+ "neutral",
1825
+ "pressed"
1826
+ ]
1827
+ }
1828
+ },
1829
+ "primary": {
1830
+ "text": {
1831
+ "value": "#006FD6",
1832
+ "filePath": "src/tokens/palette.json",
1833
+ "isSource": true,
1834
+ "original": {
1835
+ "value": "{colors.primary.50.value}"
1836
+ },
1837
+ "name": "PaletteLightPrimaryText",
1838
+ "attributes": {
1839
+ "category": "palette",
1840
+ "type": "light",
1841
+ "item": "primary",
1842
+ "subitem": "text"
1843
+ },
1844
+ "path": [
1845
+ "palette",
1846
+ "light",
1847
+ "primary",
1848
+ "text"
1849
+ ]
1850
+ },
1851
+ "icon": {
1852
+ "value": "#006FD6",
1853
+ "filePath": "src/tokens/palette.json",
1854
+ "isSource": true,
1855
+ "original": {
1856
+ "value": "{colors.primary.50.value}"
1857
+ },
1858
+ "name": "PaletteLightPrimaryIcon",
1859
+ "attributes": {
1860
+ "category": "palette",
1861
+ "type": "light",
1862
+ "item": "primary",
1863
+ "subitem": "icon"
1864
+ },
1865
+ "path": [
1866
+ "palette",
1867
+ "light",
1868
+ "primary",
1869
+ "icon"
1870
+ ]
1871
+ },
1872
+ "bg": {
1873
+ "strong": {
1874
+ "value": "#006FD6",
1875
+ "filePath": "src/tokens/palette.json",
1876
+ "isSource": true,
1877
+ "original": {
1878
+ "value": "{colors.primary.50.value}"
1879
+ },
1880
+ "name": "PaletteLightPrimaryBgStrong",
1881
+ "attributes": {
1882
+ "category": "palette",
1883
+ "type": "light",
1884
+ "item": "primary",
1885
+ "subitem": "bg",
1886
+ "state": "strong"
1887
+ },
1888
+ "path": [
1889
+ "palette",
1890
+ "light",
1891
+ "primary",
1892
+ "bg",
1893
+ "strong"
1894
+ ]
1895
+ },
1896
+ "weak": {
1897
+ "value": "#e6f8ff",
1898
+ "filePath": "src/tokens/palette.json",
1899
+ "isSource": true,
1900
+ "original": {
1901
+ "value": "{colors.primary.10.value}"
1902
+ },
1903
+ "name": "PaletteLightPrimaryBgWeak",
1904
+ "attributes": {
1905
+ "category": "palette",
1906
+ "type": "light",
1907
+ "item": "primary",
1908
+ "subitem": "bg",
1909
+ "state": "weak"
1910
+ },
1911
+ "path": [
1912
+ "palette",
1913
+ "light",
1914
+ "primary",
1915
+ "bg",
1916
+ "weak"
1917
+ ]
1918
+ }
1919
+ },
1920
+ "border": {
1921
+ "strong": {
1922
+ "value": "#006FD6",
1923
+ "filePath": "src/tokens/palette.json",
1924
+ "isSource": true,
1925
+ "original": {
1926
+ "value": "{colors.primary.50.value}"
1927
+ },
1928
+ "name": "PaletteLightPrimaryBorderStrong",
1929
+ "attributes": {
1930
+ "category": "palette",
1931
+ "type": "light",
1932
+ "item": "primary",
1933
+ "subitem": "border",
1934
+ "state": "strong"
1935
+ },
1936
+ "path": [
1937
+ "palette",
1938
+ "light",
1939
+ "primary",
1940
+ "border",
1941
+ "strong"
1942
+ ]
1943
+ },
1944
+ "weak": {
1945
+ "value": "#7ad1ff",
1946
+ "filePath": "src/tokens/palette.json",
1947
+ "isSource": true,
1948
+ "original": {
1949
+ "value": "{colors.primary.30.value}"
1950
+ },
1951
+ "name": "PaletteLightPrimaryBorderWeak",
1952
+ "attributes": {
1953
+ "category": "palette",
1954
+ "type": "light",
1955
+ "item": "primary",
1956
+ "subitem": "border",
1957
+ "state": "weak"
1958
+ },
1959
+ "path": [
1960
+ "palette",
1961
+ "light",
1962
+ "primary",
1963
+ "border",
1964
+ "weak"
1965
+ ]
1966
+ }
1967
+ },
1968
+ "focus": {
1969
+ "value": "#018bff",
1970
+ "filePath": "src/tokens/palette.json",
1971
+ "isSource": true,
1972
+ "original": {
1973
+ "value": "{colors.primary.40.value}"
1974
+ },
1975
+ "name": "PaletteLightPrimaryFocus",
1976
+ "attributes": {
1977
+ "category": "palette",
1978
+ "type": "light",
1979
+ "item": "primary",
1980
+ "subitem": "focus"
1981
+ },
1982
+ "path": [
1983
+ "palette",
1984
+ "light",
1985
+ "primary",
1986
+ "focus"
1987
+ ]
1988
+ },
1989
+ "hover": {
1990
+ "weak": {
1991
+ "alpha": "0.08",
1992
+ "value": "rgba(1,139,255,0.08)",
1993
+ "filePath": "src/tokens/palette.json",
1994
+ "isSource": true,
1995
+ "original": {
1996
+ "alpha": "0.08",
1997
+ "value": "rgba({colors.primary.40.rgb},{palette.light.primary.hover.weak.alpha})"
1998
+ },
1999
+ "name": "PaletteLightPrimaryHoverWeak",
2000
+ "attributes": {
2001
+ "category": "palette",
2002
+ "type": "light",
2003
+ "item": "primary",
2004
+ "subitem": "hover",
2005
+ "state": "weak"
2006
+ },
2007
+ "path": [
2008
+ "palette",
2009
+ "light",
2010
+ "primary",
2011
+ "hover",
2012
+ "weak"
2013
+ ]
2014
+ },
2015
+ "strong": {
2016
+ "value": "#0056b3",
2017
+ "filePath": "src/tokens/palette.json",
2018
+ "isSource": true,
2019
+ "original": {
2020
+ "value": "{colors.primary.60.value}"
2021
+ },
2022
+ "name": "PaletteLightPrimaryHoverStrong",
2023
+ "attributes": {
2024
+ "category": "palette",
2025
+ "type": "light",
2026
+ "item": "primary",
2027
+ "subitem": "hover",
2028
+ "state": "strong"
2029
+ },
2030
+ "path": [
2031
+ "palette",
2032
+ "light",
2033
+ "primary",
2034
+ "hover",
2035
+ "strong"
2036
+ ]
2037
+ }
2038
+ },
2039
+ "pressed": {
2040
+ "weak": {
2041
+ "alpha": "0.12",
2042
+ "value": "rgba(1,139,255,0.12)",
2043
+ "filePath": "src/tokens/palette.json",
2044
+ "isSource": true,
2045
+ "original": {
2046
+ "alpha": "0.12",
2047
+ "value": "rgba({colors.primary.40.rgb},{palette.light.primary.pressed.weak.alpha})"
2048
+ },
2049
+ "name": "PaletteLightPrimaryPressedWeak",
2050
+ "attributes": {
2051
+ "category": "palette",
2052
+ "type": "light",
2053
+ "item": "primary",
2054
+ "subitem": "pressed",
2055
+ "state": "weak"
2056
+ },
2057
+ "path": [
2058
+ "palette",
2059
+ "light",
2060
+ "primary",
2061
+ "pressed",
2062
+ "weak"
2063
+ ]
2064
+ },
2065
+ "strong": {
2066
+ "value": "#004092",
2067
+ "filePath": "src/tokens/palette.json",
2068
+ "isSource": true,
2069
+ "original": {
2070
+ "value": "{colors.primary.70.value}"
2071
+ },
2072
+ "name": "PaletteLightPrimaryPressedStrong",
2073
+ "attributes": {
2074
+ "category": "palette",
2075
+ "type": "light",
2076
+ "item": "primary",
2077
+ "subitem": "pressed",
2078
+ "state": "strong"
2079
+ },
2080
+ "path": [
2081
+ "palette",
2082
+ "light",
2083
+ "primary",
2084
+ "pressed",
2085
+ "strong"
2086
+ ]
2087
+ }
2088
+ }
2089
+ },
2090
+ "danger": {
2091
+ "text": {
2092
+ "value": "#cc254b",
2093
+ "filePath": "src/tokens/palette.json",
2094
+ "isSource": true,
2095
+ "original": {
2096
+ "value": "{colors.danger.50.value}"
2097
+ },
2098
+ "name": "PaletteLightDangerText",
2099
+ "attributes": {
2100
+ "category": "palette",
2101
+ "type": "light",
2102
+ "item": "danger",
2103
+ "subitem": "text"
2104
+ },
2105
+ "path": [
2106
+ "palette",
2107
+ "light",
2108
+ "danger",
2109
+ "text"
2110
+ ]
2111
+ },
2112
+ "icon": {
2113
+ "value": "#cc254b",
2114
+ "filePath": "src/tokens/palette.json",
2115
+ "isSource": true,
2116
+ "original": {
2117
+ "value": "{colors.danger.50.value}"
2118
+ },
2119
+ "name": "PaletteLightDangerIcon",
2120
+ "attributes": {
2121
+ "category": "palette",
2122
+ "type": "light",
2123
+ "item": "danger",
2124
+ "subitem": "icon"
2125
+ },
2126
+ "path": [
2127
+ "palette",
2128
+ "light",
2129
+ "danger",
2130
+ "icon"
2131
+ ]
2132
+ },
2133
+ "bg": {
2134
+ "strong": {
2135
+ "value": "#cc254b",
2136
+ "filePath": "src/tokens/palette.json",
2137
+ "isSource": true,
2138
+ "original": {
2139
+ "value": "{colors.danger.50.value}"
2140
+ },
2141
+ "name": "PaletteLightDangerBgStrong",
2142
+ "attributes": {
2143
+ "category": "palette",
2144
+ "type": "light",
2145
+ "item": "danger",
2146
+ "subitem": "bg",
2147
+ "state": "strong"
2148
+ },
2149
+ "path": [
2150
+ "palette",
2151
+ "light",
2152
+ "danger",
2153
+ "bg",
2154
+ "strong"
2155
+ ]
2156
+ },
2157
+ "weak": {
2158
+ "value": "#ffe6e9",
2159
+ "filePath": "src/tokens/palette.json",
2160
+ "isSource": true,
2161
+ "original": {
2162
+ "value": "{colors.danger.10.value}"
2163
+ },
2164
+ "name": "PaletteLightDangerBgWeak",
2165
+ "attributes": {
2166
+ "category": "palette",
2167
+ "type": "light",
2168
+ "item": "danger",
2169
+ "subitem": "bg",
2170
+ "state": "weak"
2171
+ },
2172
+ "path": [
2173
+ "palette",
2174
+ "light",
2175
+ "danger",
2176
+ "bg",
2177
+ "weak"
2178
+ ]
2179
+ }
2180
+ },
2181
+ "border": {
2182
+ "strong": {
2183
+ "value": "#cc254b",
2184
+ "filePath": "src/tokens/palette.json",
2185
+ "isSource": true,
2186
+ "original": {
2187
+ "value": "{colors.danger.50.value}"
2188
+ },
2189
+ "name": "PaletteLightDangerBorderStrong",
2190
+ "attributes": {
2191
+ "category": "palette",
2192
+ "type": "light",
2193
+ "item": "danger",
2194
+ "subitem": "border",
2195
+ "state": "strong"
2196
+ },
2197
+ "path": [
2198
+ "palette",
2199
+ "light",
2200
+ "danger",
2201
+ "border",
2202
+ "strong"
2203
+ ]
2204
+ },
2205
+ "weak": {
2206
+ "value": "#ffb8c4",
2207
+ "filePath": "src/tokens/palette.json",
2208
+ "isSource": true,
2209
+ "original": {
2210
+ "value": "{colors.danger.20.value}"
2211
+ },
2212
+ "name": "PaletteLightDangerBorderWeak",
2213
+ "attributes": {
2214
+ "category": "palette",
2215
+ "type": "light",
2216
+ "item": "danger",
2217
+ "subitem": "border",
2218
+ "state": "weak"
2219
+ },
2220
+ "path": [
2221
+ "palette",
2222
+ "light",
2223
+ "danger",
2224
+ "border",
2225
+ "weak"
2226
+ ]
2227
+ }
2228
+ },
2229
+ "hover": {
2230
+ "weak": {
2231
+ "alpha": "0.08",
2232
+ "value": "rgba(237,18,82,0.08)",
2233
+ "filePath": "src/tokens/palette.json",
2234
+ "isSource": true,
2235
+ "original": {
2236
+ "alpha": "0.08",
2237
+ "value": "rgba({colors.danger.40.rgb},{palette.light.danger.hover.weak.alpha})"
2238
+ },
2239
+ "name": "PaletteLightDangerHoverWeak",
2240
+ "attributes": {
2241
+ "category": "palette",
2242
+ "type": "light",
2243
+ "item": "danger",
2244
+ "subitem": "hover",
2245
+ "state": "weak"
2246
+ },
2247
+ "path": [
2248
+ "palette",
2249
+ "light",
2250
+ "danger",
2251
+ "hover",
2252
+ "weak"
2253
+ ]
2254
+ },
2255
+ "strong": {
2256
+ "value": "#a1003b",
2257
+ "filePath": "src/tokens/palette.json",
2258
+ "isSource": true,
2259
+ "original": {
2260
+ "value": "{colors.danger.60.value}"
2261
+ },
2262
+ "name": "PaletteLightDangerHoverStrong",
2263
+ "attributes": {
2264
+ "category": "palette",
2265
+ "type": "light",
2266
+ "item": "danger",
2267
+ "subitem": "hover",
2268
+ "state": "strong"
2269
+ },
2270
+ "path": [
2271
+ "palette",
2272
+ "light",
2273
+ "danger",
2274
+ "hover",
2275
+ "strong"
2276
+ ]
2277
+ }
2278
+ },
2279
+ "pressed": {
2280
+ "weak": {
2281
+ "alpha": "0.12",
2282
+ "value": "rgba(237,18,82,0.12)",
2283
+ "filePath": "src/tokens/palette.json",
2284
+ "isSource": true,
2285
+ "original": {
2286
+ "alpha": "0.12",
2287
+ "value": "rgba({colors.danger.40.rgb},{palette.light.danger.pressed.weak.alpha})"
2288
+ },
2289
+ "name": "PaletteLightDangerPressedWeak",
2290
+ "attributes": {
2291
+ "category": "palette",
2292
+ "type": "light",
2293
+ "item": "danger",
2294
+ "subitem": "pressed",
2295
+ "state": "weak"
2296
+ },
2297
+ "path": [
2298
+ "palette",
2299
+ "light",
2300
+ "danger",
2301
+ "pressed",
2302
+ "weak"
2303
+ ]
2304
+ },
2305
+ "strong": {
2306
+ "value": "#7a0031",
2307
+ "filePath": "src/tokens/palette.json",
2308
+ "isSource": true,
2309
+ "original": {
2310
+ "value": "{colors.danger.70.value}"
2311
+ },
2312
+ "name": "PaletteLightDangerPressedStrong",
2313
+ "attributes": {
2314
+ "category": "palette",
2315
+ "type": "light",
2316
+ "item": "danger",
2317
+ "subitem": "pressed",
2318
+ "state": "strong"
2319
+ },
2320
+ "path": [
2321
+ "palette",
2322
+ "light",
2323
+ "danger",
2324
+ "pressed",
2325
+ "strong"
2326
+ ]
2327
+ }
2328
+ }
2329
+ },
2330
+ "warning": {
2331
+ "text": {
2332
+ "value": "#966c2e",
2333
+ "filePath": "src/tokens/palette.json",
2334
+ "isSource": true,
2335
+ "original": {
2336
+ "value": "{colors.warning.60.value}"
2337
+ },
2338
+ "name": "PaletteLightWarningText",
2339
+ "attributes": {
2340
+ "category": "palette",
2341
+ "type": "light",
2342
+ "item": "warning",
2343
+ "subitem": "text"
2344
+ },
2345
+ "path": [
2346
+ "palette",
2347
+ "light",
2348
+ "warning",
2349
+ "text"
2350
+ ]
2351
+ },
2352
+ "icon": {
2353
+ "value": "#966c2e",
2354
+ "filePath": "src/tokens/palette.json",
2355
+ "isSource": true,
2356
+ "original": {
2357
+ "value": "{colors.warning.60.value}"
2358
+ },
2359
+ "name": "PaletteLightWarningIcon",
2360
+ "attributes": {
2361
+ "category": "palette",
2362
+ "type": "light",
2363
+ "item": "warning",
2364
+ "subitem": "icon"
2365
+ },
2366
+ "path": [
2367
+ "palette",
2368
+ "light",
2369
+ "warning",
2370
+ "icon"
2371
+ ]
2372
+ },
2373
+ "bg": {
2374
+ "strong": {
2375
+ "value": "#966c2e",
2376
+ "filePath": "src/tokens/palette.json",
2377
+ "isSource": true,
2378
+ "original": {
2379
+ "value": "{colors.warning.60.value}"
2380
+ },
2381
+ "name": "PaletteLightWarningBgStrong",
2382
+ "attributes": {
2383
+ "category": "palette",
2384
+ "type": "light",
2385
+ "item": "warning",
2386
+ "subitem": "bg",
2387
+ "state": "strong"
2388
+ },
2389
+ "path": [
2390
+ "palette",
2391
+ "light",
2392
+ "warning",
2393
+ "bg",
2394
+ "strong"
2395
+ ]
2396
+ },
2397
+ "weak": {
2398
+ "value": "#FFFBDE",
2399
+ "filePath": "src/tokens/palette.json",
2400
+ "isSource": true,
2401
+ "original": {
2402
+ "value": "{colors.warning.10.value}"
2403
+ },
2404
+ "name": "PaletteLightWarningBgWeak",
2405
+ "attributes": {
2406
+ "category": "palette",
2407
+ "type": "light",
2408
+ "item": "warning",
2409
+ "subitem": "bg",
2410
+ "state": "weak"
2411
+ },
2412
+ "path": [
2413
+ "palette",
2414
+ "light",
2415
+ "warning",
2416
+ "bg",
2417
+ "weak"
2418
+ ]
2419
+ }
2420
+ },
2421
+ "border": {
2422
+ "strong": {
2423
+ "value": "#966c2e",
2424
+ "filePath": "src/tokens/palette.json",
2425
+ "isSource": true,
2426
+ "original": {
2427
+ "value": "{colors.warning.60.value}"
2428
+ },
2429
+ "name": "PaletteLightWarningBorderStrong",
2430
+ "attributes": {
2431
+ "category": "palette",
2432
+ "type": "light",
2433
+ "item": "warning",
2434
+ "subitem": "border",
2435
+ "state": "strong"
2436
+ },
2437
+ "path": [
2438
+ "palette",
2439
+ "light",
2440
+ "warning",
2441
+ "border",
2442
+ "strong"
2443
+ ]
2444
+ },
2445
+ "weak": {
2446
+ "value": "#FFEA8C",
2447
+ "filePath": "src/tokens/palette.json",
2448
+ "isSource": true,
2449
+ "original": {
2450
+ "value": "{colors.warning.30.value}"
2451
+ },
2452
+ "name": "PaletteLightWarningBorderWeak",
2453
+ "attributes": {
2454
+ "category": "palette",
2455
+ "type": "light",
2456
+ "item": "warning",
2457
+ "subitem": "border",
2458
+ "state": "weak"
2459
+ },
2460
+ "path": [
2461
+ "palette",
2462
+ "light",
2463
+ "warning",
2464
+ "border",
2465
+ "weak"
2466
+ ]
2467
+ }
2468
+ }
2469
+ },
2470
+ "success": {
2471
+ "text": {
2472
+ "value": "#327D60",
2473
+ "filePath": "src/tokens/palette.json",
2474
+ "isSource": true,
2475
+ "original": {
2476
+ "value": "{colors.success.50.value}"
2477
+ },
2478
+ "name": "PaletteLightSuccessText",
2479
+ "attributes": {
2480
+ "category": "palette",
2481
+ "type": "light",
2482
+ "item": "success",
2483
+ "subitem": "text"
2484
+ },
2485
+ "path": [
2486
+ "palette",
2487
+ "light",
2488
+ "success",
2489
+ "text"
2490
+ ]
2491
+ },
2492
+ "icon": {
2493
+ "value": "#327D60",
2494
+ "filePath": "src/tokens/palette.json",
2495
+ "isSource": true,
2496
+ "original": {
2497
+ "value": "{colors.success.50.value}"
2498
+ },
2499
+ "name": "PaletteLightSuccessIcon",
2500
+ "attributes": {
2501
+ "category": "palette",
2502
+ "type": "light",
2503
+ "item": "success",
2504
+ "subitem": "icon"
2505
+ },
2506
+ "path": [
2507
+ "palette",
2508
+ "light",
2509
+ "success",
2510
+ "icon"
2511
+ ]
2512
+ },
2513
+ "bg": {
2514
+ "strong": {
2515
+ "value": "#327D60",
2516
+ "filePath": "src/tokens/palette.json",
2517
+ "isSource": true,
2518
+ "original": {
2519
+ "value": "{colors.success.50.value}"
2520
+ },
2521
+ "name": "PaletteLightSuccessBgStrong",
2522
+ "attributes": {
2523
+ "category": "palette",
2524
+ "type": "light",
2525
+ "item": "success",
2526
+ "subitem": "bg",
2527
+ "state": "strong"
2528
+ },
2529
+ "path": [
2530
+ "palette",
2531
+ "light",
2532
+ "success",
2533
+ "bg",
2534
+ "strong"
2535
+ ]
2536
+ },
2537
+ "weak": {
2538
+ "value": "#E1FAEF",
2539
+ "filePath": "src/tokens/palette.json",
2540
+ "isSource": true,
2541
+ "original": {
2542
+ "value": "{colors.success.10.value}"
2543
+ },
2544
+ "name": "PaletteLightSuccessBgWeak",
2545
+ "attributes": {
2546
+ "category": "palette",
2547
+ "type": "light",
2548
+ "item": "success",
2549
+ "subitem": "bg",
2550
+ "state": "weak"
2551
+ },
2552
+ "path": [
2553
+ "palette",
2554
+ "light",
2555
+ "success",
2556
+ "bg",
2557
+ "weak"
2558
+ ]
2559
+ }
2560
+ },
2561
+ "border": {
2562
+ "strong": {
2563
+ "value": "#327D60",
2564
+ "filePath": "src/tokens/palette.json",
2565
+ "isSource": true,
2566
+ "original": {
2567
+ "value": "{colors.success.50.value}"
2568
+ },
2569
+ "name": "PaletteLightSuccessBorderStrong",
2570
+ "attributes": {
2571
+ "category": "palette",
2572
+ "type": "light",
2573
+ "item": "success",
2574
+ "subitem": "border",
2575
+ "state": "strong"
2576
+ },
2577
+ "path": [
2578
+ "palette",
2579
+ "light",
2580
+ "success",
2581
+ "border",
2582
+ "strong"
2583
+ ]
2584
+ },
2585
+ "weak": {
2586
+ "value": "#98EDCB",
2587
+ "filePath": "src/tokens/palette.json",
2588
+ "isSource": true,
2589
+ "original": {
2590
+ "value": "{colors.success.20.value}"
2591
+ },
2592
+ "name": "PaletteLightSuccessBorderWeak",
2593
+ "attributes": {
2594
+ "category": "palette",
2595
+ "type": "light",
2596
+ "item": "success",
2597
+ "subitem": "border",
2598
+ "state": "weak"
2599
+ },
2600
+ "path": [
2601
+ "palette",
2602
+ "light",
2603
+ "success",
2604
+ "border",
2605
+ "weak"
2606
+ ]
2607
+ }
2608
+ }
2609
+ }
2610
+ }
2611
+ },
2612
+ "boxShadow": {
2613
+ "l2": {
2614
+ "value": "0px 1px 2px 0px rgba(12, 26, 37, 0.18)",
2615
+ "filePath": "src/tokens/shadows.json",
2616
+ "isSource": true,
2617
+ "original": {
2618
+ "value": "0px 1px 2px 0px rgba(12, 26, 37, 0.18)"
2619
+ },
2620
+ "name": "BoxShadowL2",
2621
+ "attributes": {
2622
+ "category": "boxShadow",
2623
+ "type": "l2"
2624
+ },
2625
+ "path": [
2626
+ "boxShadow",
2627
+ "l2"
2628
+ ]
2629
+ },
2630
+ "l3": {
2631
+ "value": "0px 4px 8px 0px rgba(12, 26, 37, 0.04)",
2632
+ "filePath": "src/tokens/shadows.json",
2633
+ "isSource": true,
2634
+ "original": {
2635
+ "value": "0px 4px 8px 0px rgba(12, 26, 37, 0.04)"
2636
+ },
2637
+ "name": "BoxShadowL3",
2638
+ "attributes": {
2639
+ "category": "boxShadow",
2640
+ "type": "l3"
2641
+ },
2642
+ "path": [
2643
+ "boxShadow",
2644
+ "l3"
2645
+ ]
2646
+ },
2647
+ "l4": {
2648
+ "value": "0px 4px 8px 0px rgba(12, 26, 37, 0.08)",
2649
+ "filePath": "src/tokens/shadows.json",
2650
+ "isSource": true,
2651
+ "original": {
2652
+ "value": "0px 4px 8px 0px rgba(12, 26, 37, 0.08)"
2653
+ },
2654
+ "name": "BoxShadowL4",
2655
+ "attributes": {
2656
+ "category": "boxShadow",
2657
+ "type": "l4"
2658
+ },
2659
+ "path": [
2660
+ "boxShadow",
2661
+ "l4"
2662
+ ]
2663
+ },
2664
+ "l5": {
2665
+ "value": "0px 8px 20px 0px rgba(12, 26, 37, 0.12)",
2666
+ "filePath": "src/tokens/shadows.json",
2667
+ "isSource": true,
2668
+ "original": {
2669
+ "value": "0px 8px 20px 0px rgba(12, 26, 37, 0.12)"
2670
+ },
2671
+ "name": "BoxShadowL5",
2672
+ "attributes": {
2673
+ "category": "boxShadow",
2674
+ "type": "l5"
2675
+ },
2676
+ "path": [
2677
+ "boxShadow",
2678
+ "l5"
2679
+ ]
2680
+ }
2681
+ },
2682
+ "space": {
2683
+ "1": {
2684
+ "value": "0.25rem",
2685
+ "filePath": "src/tokens/spacing.json",
2686
+ "isSource": true,
2687
+ "original": {
2688
+ "value": "0.25rem"
2689
+ },
2690
+ "name": "Space1",
2691
+ "attributes": {
2692
+ "category": "space",
2693
+ "type": "1"
2694
+ },
2695
+ "path": [
2696
+ "space",
2697
+ "1"
2698
+ ]
2699
+ },
2700
+ "2": {
2701
+ "value": "0.5rem",
2702
+ "filePath": "src/tokens/spacing.json",
2703
+ "isSource": true,
2704
+ "original": {
2705
+ "value": "0.5rem"
2706
+ },
2707
+ "name": "Space2",
2708
+ "attributes": {
2709
+ "category": "space",
2710
+ "type": "2"
2711
+ },
2712
+ "path": [
2713
+ "space",
2714
+ "2"
2715
+ ]
2716
+ },
2717
+ "3": {
2718
+ "value": "0.75rem",
2719
+ "filePath": "src/tokens/spacing.json",
2720
+ "isSource": true,
2721
+ "original": {
2722
+ "value": "0.75rem"
2723
+ },
2724
+ "name": "Space3",
2725
+ "attributes": {
2726
+ "category": "space",
2727
+ "type": "3"
2728
+ },
2729
+ "path": [
2730
+ "space",
2731
+ "3"
2732
+ ]
2733
+ },
2734
+ "4": {
2735
+ "value": "1rem",
2736
+ "filePath": "src/tokens/spacing.json",
2737
+ "isSource": true,
2738
+ "original": {
2739
+ "value": "1rem"
2740
+ },
2741
+ "name": "Space4",
2742
+ "attributes": {
2743
+ "category": "space",
2744
+ "type": "4"
2745
+ },
2746
+ "path": [
2747
+ "space",
2748
+ "4"
2749
+ ]
2750
+ },
2751
+ "6": {
2752
+ "value": "1.5rem",
2753
+ "filePath": "src/tokens/spacing.json",
2754
+ "isSource": true,
2755
+ "original": {
2756
+ "value": "1.5rem"
2757
+ },
2758
+ "name": "Space6",
2759
+ "attributes": {
2760
+ "category": "space",
2761
+ "type": "6"
2762
+ },
2763
+ "path": [
2764
+ "space",
2765
+ "6"
2766
+ ]
2767
+ },
2768
+ "8": {
2769
+ "value": "2rem",
2770
+ "filePath": "src/tokens/spacing.json",
2771
+ "isSource": true,
2772
+ "original": {
2773
+ "value": "2rem"
2774
+ },
2775
+ "name": "Space8",
2776
+ "attributes": {
2777
+ "category": "space",
2778
+ "type": "8"
2779
+ },
2780
+ "path": [
2781
+ "space",
2782
+ "8"
2783
+ ]
2784
+ },
2785
+ "12": {
2786
+ "value": "3rem",
2787
+ "filePath": "src/tokens/spacing.json",
2788
+ "isSource": true,
2789
+ "original": {
2790
+ "value": "3rem"
2791
+ },
2792
+ "name": "Space12",
2793
+ "attributes": {
2794
+ "category": "space",
2795
+ "type": "12"
2796
+ },
2797
+ "path": [
2798
+ "space",
2799
+ "12"
2800
+ ]
2801
+ },
2802
+ "16": {
2803
+ "value": "4rem",
2804
+ "filePath": "src/tokens/spacing.json",
2805
+ "isSource": true,
2806
+ "original": {
2807
+ "value": "4rem"
2808
+ },
2809
+ "name": "Space16",
2810
+ "attributes": {
2811
+ "category": "space",
2812
+ "type": "16"
2813
+ },
2814
+ "path": [
2815
+ "space",
2816
+ "16"
2817
+ ]
2818
+ },
2819
+ "20": {
2820
+ "value": "5rem",
2821
+ "filePath": "src/tokens/spacing.json",
2822
+ "isSource": true,
2823
+ "original": {
2824
+ "value": "5rem"
2825
+ },
2826
+ "name": "Space20",
2827
+ "attributes": {
2828
+ "category": "space",
2829
+ "type": "20"
2830
+ },
2831
+ "path": [
2832
+ "space",
2833
+ "20"
2834
+ ]
2835
+ },
2836
+ "24": {
2837
+ "value": "6rem",
2838
+ "filePath": "src/tokens/spacing.json",
2839
+ "isSource": true,
2840
+ "original": {
2841
+ "value": "6rem"
2842
+ },
2843
+ "name": "Space24",
2844
+ "attributes": {
2845
+ "category": "space",
2846
+ "type": "24"
2847
+ },
2848
+ "path": [
2849
+ "space",
2850
+ "24"
2851
+ ]
2852
+ },
2853
+ "32": {
2854
+ "value": "8rem",
2855
+ "filePath": "src/tokens/spacing.json",
2856
+ "isSource": true,
2857
+ "original": {
2858
+ "value": "8rem"
2859
+ },
2860
+ "name": "Space32",
2861
+ "attributes": {
2862
+ "category": "space",
2863
+ "type": "32"
2864
+ },
2865
+ "path": [
2866
+ "space",
2867
+ "32"
2868
+ ]
2869
+ }
2870
+ }
2871
+ };