@nadicodeai/design-system 0.1.1 → 0.3.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.
@@ -5,6 +5,974 @@
5
5
  "color": {
6
6
  "$type": "color",
7
7
  "primary": {
8
+ "$value": {
9
+ "colorSpace": "srgb",
10
+ "components": [
11
+ 0,
12
+ 0.549,
13
+ 0.271
14
+ ],
15
+ "hex": "#008c45"
16
+ }
17
+ },
18
+ "on-primary": {
19
+ "$value": {
20
+ "colorSpace": "srgb",
21
+ "components": [
22
+ 1,
23
+ 1,
24
+ 1
25
+ ],
26
+ "hex": "#ffffff"
27
+ }
28
+ },
29
+ "ink": {
30
+ "$value": {
31
+ "colorSpace": "srgb",
32
+ "components": [
33
+ 0.09,
34
+ 0.09,
35
+ 0.09
36
+ ],
37
+ "hex": "#171717"
38
+ }
39
+ },
40
+ "body": {
41
+ "$value": {
42
+ "colorSpace": "srgb",
43
+ "components": [
44
+ 0.302,
45
+ 0.302,
46
+ 0.302
47
+ ],
48
+ "hex": "#4d4d4d"
49
+ }
50
+ },
51
+ "muted": {
52
+ "$value": {
53
+ "colorSpace": "srgb",
54
+ "components": [
55
+ 0.533,
56
+ 0.533,
57
+ 0.533
58
+ ],
59
+ "hex": "#888888"
60
+ }
61
+ },
62
+ "canvas": {
63
+ "$value": {
64
+ "colorSpace": "srgb",
65
+ "components": [
66
+ 1,
67
+ 1,
68
+ 1
69
+ ],
70
+ "hex": "#ffffff"
71
+ }
72
+ },
73
+ "canvas-soft": {
74
+ "$value": {
75
+ "colorSpace": "srgb",
76
+ "components": [
77
+ 0.98,
78
+ 0.98,
79
+ 0.98
80
+ ],
81
+ "hex": "#fafafa"
82
+ }
83
+ },
84
+ "canvas-soft-2": {
85
+ "$value": {
86
+ "colorSpace": "srgb",
87
+ "components": [
88
+ 0.961,
89
+ 0.961,
90
+ 0.961
91
+ ],
92
+ "hex": "#f5f5f5"
93
+ }
94
+ },
95
+ "line": {
96
+ "$value": {
97
+ "colorSpace": "srgb",
98
+ "components": [
99
+ 0.898,
100
+ 0.898,
101
+ 0.898
102
+ ],
103
+ "hex": "#e5e5e5"
104
+ }
105
+ },
106
+ "seam": {
107
+ "$value": {
108
+ "colorSpace": "srgb",
109
+ "components": [
110
+ 0.894,
111
+ 0.906,
112
+ 0.925
113
+ ],
114
+ "hex": "#e4e7ec"
115
+ }
116
+ },
117
+ "cross": {
118
+ "$value": {
119
+ "colorSpace": "srgb",
120
+ "components": [
121
+ 0.631,
122
+ 0.631,
123
+ 0.631
124
+ ],
125
+ "hex": "#a1a1a1"
126
+ }
127
+ },
128
+ "link": {
129
+ "$value": {
130
+ "colorSpace": "srgb",
131
+ "components": [
132
+ 0,
133
+ 0.478,
134
+ 0.235
135
+ ],
136
+ "hex": "#007a3c"
137
+ }
138
+ },
139
+ "link-deep": {
140
+ "$value": {
141
+ "colorSpace": "srgb",
142
+ "components": [
143
+ 0,
144
+ 0.376,
145
+ 0.184
146
+ ],
147
+ "hex": "#00602f"
148
+ }
149
+ },
150
+ "link-bg-soft": {
151
+ "$value": {
152
+ "colorSpace": "srgb",
153
+ "components": [
154
+ 0.851,
155
+ 0.965,
156
+ 0.894
157
+ ],
158
+ "hex": "#d9f6e4"
159
+ }
160
+ },
161
+ "accent": {
162
+ "$value": {
163
+ "colorSpace": "srgb",
164
+ "components": [
165
+ 0.804,
166
+ 0.129,
167
+ 0.165
168
+ ],
169
+ "hex": "#cd212a"
170
+ }
171
+ },
172
+ "info": {
173
+ "$value": {
174
+ "colorSpace": "srgb",
175
+ "components": [
176
+ 0.153,
177
+ 0.263,
178
+ 0.847
179
+ ],
180
+ "hex": "#2743d8"
181
+ }
182
+ },
183
+ "success": {
184
+ "$value": {
185
+ "colorSpace": "srgb",
186
+ "components": [
187
+ 0,
188
+ 0.549,
189
+ 0.271
190
+ ],
191
+ "hex": "#008c45"
192
+ }
193
+ },
194
+ "error": {
195
+ "$value": {
196
+ "colorSpace": "srgb",
197
+ "components": [
198
+ 0.722,
199
+ 0,
200
+ 0.133
201
+ ],
202
+ "hex": "#b80022"
203
+ }
204
+ },
205
+ "error-soft": {
206
+ "$value": {
207
+ "colorSpace": "srgb",
208
+ "components": [
209
+ 0.988,
210
+ 0.894,
211
+ 0.894
212
+ ],
213
+ "hex": "#fce4e4"
214
+ }
215
+ },
216
+ "error-deep": {
217
+ "$value": {
218
+ "colorSpace": "srgb",
219
+ "components": [
220
+ 0.612,
221
+ 0,
222
+ 0.114
223
+ ],
224
+ "hex": "#9c001d"
225
+ }
226
+ },
227
+ "warning": {
228
+ "$value": {
229
+ "colorSpace": "srgb",
230
+ "components": [
231
+ 0.961,
232
+ 0.651,
233
+ 0.137
234
+ ],
235
+ "hex": "#f5a623"
236
+ }
237
+ },
238
+ "warning-soft": {
239
+ "$value": {
240
+ "colorSpace": "srgb",
241
+ "components": [
242
+ 1,
243
+ 0.945,
244
+ 0.812
245
+ ],
246
+ "hex": "#fff1cf"
247
+ }
248
+ },
249
+ "warning-deep": {
250
+ "$value": {
251
+ "colorSpace": "srgb",
252
+ "components": [
253
+ 0.561,
254
+ 0.29,
255
+ 0.024
256
+ ],
257
+ "hex": "#8f4a06"
258
+ }
259
+ },
260
+ "flag-red": {
261
+ "$value": {
262
+ "colorSpace": "srgb",
263
+ "components": [
264
+ 0.804,
265
+ 0.129,
266
+ 0.165
267
+ ],
268
+ "hex": "#cd212a"
269
+ }
270
+ },
271
+ "selection-bg": {
272
+ "$value": {
273
+ "colorSpace": "srgb",
274
+ "components": [
275
+ 0.09,
276
+ 0.09,
277
+ 0.09
278
+ ],
279
+ "hex": "#171717"
280
+ }
281
+ },
282
+ "selection-fg": {
283
+ "$value": {
284
+ "colorSpace": "srgb",
285
+ "components": [
286
+ 0.949,
287
+ 0.949,
288
+ 0.949
289
+ ],
290
+ "hex": "#f2f2f2"
291
+ }
292
+ },
293
+ "state-ready": {
294
+ "$value": {
295
+ "colorSpace": "srgb",
296
+ "components": [
297
+ 0.302,
298
+ 0.302,
299
+ 0.302
300
+ ],
301
+ "hex": "#4d4d4d"
302
+ }
303
+ },
304
+ "state-running": {
305
+ "$value": {
306
+ "colorSpace": "srgb",
307
+ "components": [
308
+ 0.153,
309
+ 0.263,
310
+ 0.847
311
+ ],
312
+ "hex": "#2743d8"
313
+ }
314
+ },
315
+ "state-review": {
316
+ "$value": {
317
+ "colorSpace": "srgb",
318
+ "components": [
319
+ 0.961,
320
+ 0.651,
321
+ 0.137
322
+ ],
323
+ "hex": "#f5a623"
324
+ }
325
+ },
326
+ "state-blocked": {
327
+ "$value": {
328
+ "colorSpace": "srgb",
329
+ "components": [
330
+ 0.722,
331
+ 0,
332
+ 0.133
333
+ ],
334
+ "hex": "#b80022"
335
+ }
336
+ },
337
+ "state-complete": {
338
+ "$value": {
339
+ "colorSpace": "srgb",
340
+ "components": [
341
+ 0,
342
+ 0.549,
343
+ 0.271
344
+ ],
345
+ "hex": "#008c45"
346
+ }
347
+ },
348
+ "background-100": {
349
+ "$value": {
350
+ "colorSpace": "srgb",
351
+ "components": [
352
+ 1,
353
+ 1,
354
+ 1
355
+ ],
356
+ "hex": "#ffffff"
357
+ }
358
+ },
359
+ "background-200": {
360
+ "$value": {
361
+ "colorSpace": "srgb",
362
+ "components": [
363
+ 0.98,
364
+ 0.98,
365
+ 0.98
366
+ ],
367
+ "hex": "#fafafa"
368
+ }
369
+ },
370
+ "gray-100": {
371
+ "$value": {
372
+ "colorSpace": "srgb",
373
+ "components": [
374
+ 0.949,
375
+ 0.949,
376
+ 0.949
377
+ ],
378
+ "hex": "#f2f2f2"
379
+ }
380
+ },
381
+ "gray-200": {
382
+ "$value": {
383
+ "colorSpace": "srgb",
384
+ "components": [
385
+ 0.922,
386
+ 0.922,
387
+ 0.922
388
+ ],
389
+ "hex": "#ebebeb"
390
+ }
391
+ },
392
+ "gray-300": {
393
+ "$value": {
394
+ "colorSpace": "srgb",
395
+ "components": [
396
+ 0.902,
397
+ 0.902,
398
+ 0.902
399
+ ],
400
+ "hex": "#e6e6e6"
401
+ }
402
+ },
403
+ "gray-400": {
404
+ "$value": {
405
+ "colorSpace": "srgb",
406
+ "components": [
407
+ 0.918,
408
+ 0.918,
409
+ 0.918
410
+ ],
411
+ "hex": "#eaeaea"
412
+ }
413
+ },
414
+ "gray-500": {
415
+ "$value": {
416
+ "colorSpace": "srgb",
417
+ "components": [
418
+ 0.788,
419
+ 0.788,
420
+ 0.788
421
+ ],
422
+ "hex": "#c9c9c9"
423
+ }
424
+ },
425
+ "gray-600": {
426
+ "$value": {
427
+ "colorSpace": "srgb",
428
+ "components": [
429
+ 0.659,
430
+ 0.659,
431
+ 0.659
432
+ ],
433
+ "hex": "#a8a8a8"
434
+ }
435
+ },
436
+ "gray-700": {
437
+ "$value": {
438
+ "colorSpace": "srgb",
439
+ "components": [
440
+ 0.561,
441
+ 0.561,
442
+ 0.561
443
+ ],
444
+ "hex": "#8f8f8f"
445
+ }
446
+ },
447
+ "gray-800": {
448
+ "$value": {
449
+ "colorSpace": "srgb",
450
+ "components": [
451
+ 0.49,
452
+ 0.49,
453
+ 0.49
454
+ ],
455
+ "hex": "#7d7d7d"
456
+ }
457
+ },
458
+ "gray-900": {
459
+ "$value": {
460
+ "colorSpace": "srgb",
461
+ "components": [
462
+ 0.302,
463
+ 0.302,
464
+ 0.302
465
+ ],
466
+ "hex": "#4d4d4d"
467
+ }
468
+ },
469
+ "gray-1000": {
470
+ "$value": {
471
+ "colorSpace": "srgb",
472
+ "components": [
473
+ 0.09,
474
+ 0.09,
475
+ 0.09
476
+ ],
477
+ "hex": "#171717"
478
+ }
479
+ },
480
+ "green-italia-100": {
481
+ "$value": {
482
+ "colorSpace": "srgb",
483
+ "components": [
484
+ 0.91,
485
+ 0.98,
486
+ 0.937
487
+ ],
488
+ "hex": "#e8faef"
489
+ }
490
+ },
491
+ "green-italia-200": {
492
+ "$value": {
493
+ "colorSpace": "srgb",
494
+ "components": [
495
+ 0.851,
496
+ 0.965,
497
+ 0.894
498
+ ],
499
+ "hex": "#d9f6e4"
500
+ }
501
+ },
502
+ "green-italia-300": {
503
+ "$value": {
504
+ "colorSpace": "srgb",
505
+ "components": [
506
+ 0.765,
507
+ 0.941,
508
+ 0.831
509
+ ],
510
+ "hex": "#c3f0d4"
511
+ }
512
+ },
513
+ "green-italia-400": {
514
+ "$value": {
515
+ "colorSpace": "srgb",
516
+ "components": [
517
+ 0.624,
518
+ 0.902,
519
+ 0.737
520
+ ],
521
+ "hex": "#9fe6bc"
522
+ }
523
+ },
524
+ "green-italia-500": {
525
+ "$value": {
526
+ "colorSpace": "srgb",
527
+ "components": [
528
+ 0.384,
529
+ 0.831,
530
+ 0.58
531
+ ],
532
+ "hex": "#62d494"
533
+ }
534
+ },
535
+ "green-italia-600": {
536
+ "$value": {
537
+ "colorSpace": "srgb",
538
+ "components": [
539
+ 0.09,
540
+ 0.71,
541
+ 0.408
542
+ ],
543
+ "hex": "#17b568"
544
+ }
545
+ },
546
+ "green-italia-700": {
547
+ "$value": {
548
+ "colorSpace": "srgb",
549
+ "components": [
550
+ 0,
551
+ 0.549,
552
+ 0.271
553
+ ],
554
+ "hex": "#008c45"
555
+ }
556
+ },
557
+ "green-italia-800": {
558
+ "$value": {
559
+ "colorSpace": "srgb",
560
+ "components": [
561
+ 0,
562
+ 0.478,
563
+ 0.235
564
+ ],
565
+ "hex": "#007a3c"
566
+ }
567
+ },
568
+ "green-italia-900": {
569
+ "$value": {
570
+ "colorSpace": "srgb",
571
+ "components": [
572
+ 0,
573
+ 0.376,
574
+ 0.184
575
+ ],
576
+ "hex": "#00602f"
577
+ }
578
+ },
579
+ "green-italia-1000": {
580
+ "$value": {
581
+ "colorSpace": "srgb",
582
+ "components": [
583
+ 0,
584
+ 0.188,
585
+ 0.102
586
+ ],
587
+ "hex": "#00301a"
588
+ }
589
+ },
590
+ "red-italia-100": {
591
+ "$value": {
592
+ "colorSpace": "srgb",
593
+ "components": [
594
+ 0.992,
595
+ 0.933,
596
+ 0.933
597
+ ],
598
+ "hex": "#fdeeee"
599
+ }
600
+ },
601
+ "red-italia-200": {
602
+ "$value": {
603
+ "colorSpace": "srgb",
604
+ "components": [
605
+ 0.988,
606
+ 0.894,
607
+ 0.894
608
+ ],
609
+ "hex": "#fce4e4"
610
+ }
611
+ },
612
+ "red-italia-300": {
613
+ "$value": {
614
+ "colorSpace": "srgb",
615
+ "components": [
616
+ 0.98,
617
+ 0.827,
618
+ 0.831
619
+ ],
620
+ "hex": "#fad3d4"
621
+ }
622
+ },
623
+ "red-italia-400": {
624
+ "$value": {
625
+ "colorSpace": "srgb",
626
+ "components": [
627
+ 0.969,
628
+ 0.702,
629
+ 0.71
630
+ ],
631
+ "hex": "#f7b3b5"
632
+ }
633
+ },
634
+ "red-italia-500": {
635
+ "$value": {
636
+ "colorSpace": "srgb",
637
+ "components": [
638
+ 0.949,
639
+ 0.502,
640
+ 0.522
641
+ ],
642
+ "hex": "#f28085"
643
+ }
644
+ },
645
+ "red-italia-600": {
646
+ "$value": {
647
+ "colorSpace": "srgb",
648
+ "components": [
649
+ 0.91,
650
+ 0.306,
651
+ 0.341
652
+ ],
653
+ "hex": "#e84e57"
654
+ }
655
+ },
656
+ "red-italia-700": {
657
+ "$value": {
658
+ "colorSpace": "srgb",
659
+ "components": [
660
+ 0.804,
661
+ 0.129,
662
+ 0.165
663
+ ],
664
+ "hex": "#cd212a"
665
+ }
666
+ },
667
+ "red-italia-800": {
668
+ "$value": {
669
+ "colorSpace": "srgb",
670
+ "components": [
671
+ 0.722,
672
+ 0,
673
+ 0.133
674
+ ],
675
+ "hex": "#b80022"
676
+ }
677
+ },
678
+ "red-italia-900": {
679
+ "$value": {
680
+ "colorSpace": "srgb",
681
+ "components": [
682
+ 0.612,
683
+ 0,
684
+ 0.114
685
+ ],
686
+ "hex": "#9c001d"
687
+ }
688
+ },
689
+ "red-italia-1000": {
690
+ "$value": {
691
+ "colorSpace": "srgb",
692
+ "components": [
693
+ 0.29,
694
+ 0,
695
+ 0.055
696
+ ],
697
+ "hex": "#4a000e"
698
+ }
699
+ },
700
+ "blue-cobalto-100": {
701
+ "$value": {
702
+ "colorSpace": "srgb",
703
+ "components": [
704
+ 0.933,
705
+ 0.949,
706
+ 1
707
+ ],
708
+ "hex": "#eef2ff"
709
+ }
710
+ },
711
+ "blue-cobalto-200": {
712
+ "$value": {
713
+ "colorSpace": "srgb",
714
+ "components": [
715
+ 0.886,
716
+ 0.914,
717
+ 0.996
718
+ ],
719
+ "hex": "#e2e9fe"
720
+ }
721
+ },
722
+ "blue-cobalto-300": {
723
+ "$value": {
724
+ "colorSpace": "srgb",
725
+ "components": [
726
+ 0.804,
727
+ 0.851,
728
+ 0.992
729
+ ],
730
+ "hex": "#cdd9fd"
731
+ }
732
+ },
733
+ "blue-cobalto-400": {
734
+ "$value": {
735
+ "colorSpace": "srgb",
736
+ "components": [
737
+ 0.663,
738
+ 0.745,
739
+ 0.98
740
+ ],
741
+ "hex": "#a9befa"
742
+ }
743
+ },
744
+ "blue-cobalto-500": {
745
+ "$value": {
746
+ "colorSpace": "srgb",
747
+ "components": [
748
+ 0.49,
749
+ 0.6,
750
+ 0.949
751
+ ],
752
+ "hex": "#7d99f2"
753
+ }
754
+ },
755
+ "blue-cobalto-600": {
756
+ "$value": {
757
+ "colorSpace": "srgb",
758
+ "components": [
759
+ 0.31,
760
+ 0.416,
761
+ 0.902
762
+ ],
763
+ "hex": "#4f6ae6"
764
+ }
765
+ },
766
+ "blue-cobalto-700": {
767
+ "$value": {
768
+ "colorSpace": "srgb",
769
+ "components": [
770
+ 0.153,
771
+ 0.263,
772
+ 0.847
773
+ ],
774
+ "hex": "#2743d8"
775
+ }
776
+ },
777
+ "blue-cobalto-800": {
778
+ "$value": {
779
+ "colorSpace": "srgb",
780
+ "components": [
781
+ 0.114,
782
+ 0.2,
783
+ 0.678
784
+ ],
785
+ "hex": "#1d33ad"
786
+ }
787
+ },
788
+ "blue-cobalto-900": {
789
+ "$value": {
790
+ "colorSpace": "srgb",
791
+ "components": [
792
+ 0.086,
793
+ 0.153,
794
+ 0.498
795
+ ],
796
+ "hex": "#16277f"
797
+ }
798
+ },
799
+ "blue-cobalto-1000": {
800
+ "$value": {
801
+ "colorSpace": "srgb",
802
+ "components": [
803
+ 0.039,
804
+ 0.071,
805
+ 0.251
806
+ ],
807
+ "hex": "#0a1240"
808
+ }
809
+ },
810
+ "amber-100": {
811
+ "$value": {
812
+ "colorSpace": "srgb",
813
+ "components": [
814
+ 1,
815
+ 0.965,
816
+ 0.882
817
+ ],
818
+ "hex": "#fff6e1"
819
+ }
820
+ },
821
+ "amber-200": {
822
+ "$value": {
823
+ "colorSpace": "srgb",
824
+ "components": [
825
+ 1,
826
+ 0.945,
827
+ 0.812
828
+ ],
829
+ "hex": "#fff1cf"
830
+ }
831
+ },
832
+ "amber-300": {
833
+ "$value": {
834
+ "colorSpace": "srgb",
835
+ "components": [
836
+ 1,
837
+ 0.914,
838
+ 0.702
839
+ ],
840
+ "hex": "#ffe9b3"
841
+ }
842
+ },
843
+ "amber-400": {
844
+ "$value": {
845
+ "colorSpace": "srgb",
846
+ "components": [
847
+ 1,
848
+ 0.851,
849
+ 0.49
850
+ ],
851
+ "hex": "#ffd97d"
852
+ }
853
+ },
854
+ "amber-500": {
855
+ "$value": {
856
+ "colorSpace": "srgb",
857
+ "components": [
858
+ 1,
859
+ 0.788,
860
+ 0.2
861
+ ],
862
+ "hex": "#ffc933"
863
+ }
864
+ },
865
+ "amber-600": {
866
+ "$value": {
867
+ "colorSpace": "srgb",
868
+ "components": [
869
+ 0.961,
870
+ 0.651,
871
+ 0.137
872
+ ],
873
+ "hex": "#f5a623"
874
+ }
875
+ },
876
+ "amber-700": {
877
+ "$value": {
878
+ "colorSpace": "srgb",
879
+ "components": [
880
+ 0.851,
881
+ 0.533,
882
+ 0
883
+ ],
884
+ "hex": "#d98800"
885
+ }
886
+ },
887
+ "amber-800": {
888
+ "$value": {
889
+ "colorSpace": "srgb",
890
+ "components": [
891
+ 0.702,
892
+ 0.42,
893
+ 0
894
+ ],
895
+ "hex": "#b36b00"
896
+ }
897
+ },
898
+ "amber-900": {
899
+ "$value": {
900
+ "colorSpace": "srgb",
901
+ "components": [
902
+ 0.561,
903
+ 0.29,
904
+ 0.024
905
+ ],
906
+ "hex": "#8f4a06"
907
+ }
908
+ },
909
+ "amber-1000": {
910
+ "$value": {
911
+ "colorSpace": "srgb",
912
+ "components": [
913
+ 0.271,
914
+ 0.137,
915
+ 0.004
916
+ ],
917
+ "hex": "#452301"
918
+ }
919
+ },
920
+ "campo-verde": {
921
+ "$value": {
922
+ "colorSpace": "srgb",
923
+ "components": [
924
+ 0,
925
+ 0.549,
926
+ 0.271
927
+ ],
928
+ "hex": "#008c45"
929
+ }
930
+ },
931
+ "campo-rosso": {
932
+ "$value": {
933
+ "colorSpace": "srgb",
934
+ "components": [
935
+ 0.804,
936
+ 0.129,
937
+ 0.165
938
+ ],
939
+ "hex": "#cd212a"
940
+ }
941
+ },
942
+ "campo-arancio": {
943
+ "$value": {
944
+ "colorSpace": "srgb",
945
+ "components": [
946
+ 0.894,
947
+ 0.325,
948
+ 0.043
949
+ ],
950
+ "hex": "#e4530b"
951
+ }
952
+ },
953
+ "campo-giallo": {
954
+ "$value": {
955
+ "colorSpace": "srgb",
956
+ "components": [
957
+ 0.949,
958
+ 0.718,
959
+ 0.02
960
+ ],
961
+ "hex": "#f2b705"
962
+ }
963
+ },
964
+ "campo-cobalto": {
965
+ "$value": {
966
+ "colorSpace": "srgb",
967
+ "components": [
968
+ 0.153,
969
+ 0.263,
970
+ 0.847
971
+ ],
972
+ "hex": "#2743d8"
973
+ }
974
+ },
975
+ "campo-inchiostro": {
8
976
  "$value": {
9
977
  "colorSpace": "srgb",
10
978
  "components": [
@@ -15,7 +983,7 @@
15
983
  "hex": "#171717"
16
984
  }
17
985
  },
18
- "on-primary": {
986
+ "campo-bianco": {
19
987
  "$value": {
20
988
  "colorSpace": "srgb",
21
989
  "components": [
@@ -26,62 +994,106 @@
26
994
  "hex": "#ffffff"
27
995
  }
28
996
  },
29
- "ink": {
997
+ "chart-1": {
30
998
  "$value": {
31
999
  "colorSpace": "srgb",
32
1000
  "components": [
33
- 0.09,
34
- 0.09,
35
- 0.09
1001
+ 0.153,
1002
+ 0.263,
1003
+ 0.847
36
1004
  ],
37
- "hex": "#171717"
1005
+ "hex": "#2743d8"
38
1006
  }
39
1007
  },
40
- "body": {
1008
+ "chart-2": {
41
1009
  "$value": {
42
1010
  "colorSpace": "srgb",
43
1011
  "components": [
44
- 0.302,
45
- 0.302,
46
- 0.302
1012
+ 0,
1013
+ 0.549,
1014
+ 0.271
47
1015
  ],
48
- "hex": "#4d4d4d"
1016
+ "hex": "#008c45"
49
1017
  }
50
1018
  },
51
- "muted": {
1019
+ "chart-3": {
52
1020
  "$value": {
53
1021
  "colorSpace": "srgb",
54
1022
  "components": [
55
- 0.533,
56
- 0.533,
57
- 0.533
1023
+ 0.961,
1024
+ 0.651,
1025
+ 0.137
58
1026
  ],
59
- "hex": "#888888"
1027
+ "hex": "#f5a623"
60
1028
  }
61
1029
  },
62
- "canvas": {
1030
+ "chart-4": {
63
1031
  "$value": {
64
1032
  "colorSpace": "srgb",
65
1033
  "components": [
66
- 1,
67
- 1,
68
- 1
1034
+ 0.804,
1035
+ 0.129,
1036
+ 0.165
69
1037
  ],
70
- "hex": "#ffffff"
1038
+ "hex": "#cd212a"
71
1039
  }
72
1040
  },
73
- "canvas-soft": {
1041
+ "chart-5": {
74
1042
  "$value": {
75
1043
  "colorSpace": "srgb",
76
1044
  "components": [
77
- 0.98,
78
- 0.98,
79
- 0.98
1045
+ 0,
1046
+ 0.514,
1047
+ 0.561
80
1048
  ],
81
- "hex": "#fafafa"
1049
+ "hex": "#00838f"
82
1050
  }
83
1051
  },
84
- "canvas-soft-2": {
1052
+ "chart-6": {
1053
+ "$value": {
1054
+ "colorSpace": "srgb",
1055
+ "components": [
1056
+ 0.435,
1057
+ 0.259,
1058
+ 0.757
1059
+ ],
1060
+ "hex": "#6f42c1"
1061
+ }
1062
+ },
1063
+ "dark-canvas": {
1064
+ "$value": {
1065
+ "colorSpace": "srgb",
1066
+ "components": [
1067
+ 0.039,
1068
+ 0.039,
1069
+ 0.039
1070
+ ],
1071
+ "hex": "#0a0a0a"
1072
+ }
1073
+ },
1074
+ "dark-canvas-soft": {
1075
+ "$value": {
1076
+ "colorSpace": "srgb",
1077
+ "components": [
1078
+ 0.09,
1079
+ 0.09,
1080
+ 0.09
1081
+ ],
1082
+ "hex": "#171717"
1083
+ }
1084
+ },
1085
+ "dark-canvas-soft-2": {
1086
+ "$value": {
1087
+ "colorSpace": "srgb",
1088
+ "components": [
1089
+ 0.149,
1090
+ 0.149,
1091
+ 0.149
1092
+ ],
1093
+ "hex": "#262626"
1094
+ }
1095
+ },
1096
+ "dark-ink": {
85
1097
  "$value": {
86
1098
  "colorSpace": "srgb",
87
1099
  "components": [
@@ -92,312 +1104,334 @@
92
1104
  "hex": "#f5f5f5"
93
1105
  }
94
1106
  },
95
- "line": {
1107
+ "dark-body": {
96
1108
  "$value": {
97
1109
  "colorSpace": "srgb",
98
1110
  "components": [
99
- 0.898,
100
- 0.898,
101
- 0.898
1111
+ 0.831,
1112
+ 0.831,
1113
+ 0.831
102
1114
  ],
103
- "hex": "#e5e5e5"
1115
+ "hex": "#d4d4d4"
104
1116
  }
105
1117
  },
106
- "seam": {
1118
+ "dark-muted": {
107
1119
  "$value": {
108
1120
  "colorSpace": "srgb",
109
1121
  "components": [
110
- 0.894,
111
- 0.906,
112
- 0.925
1122
+ 0.639,
1123
+ 0.639,
1124
+ 0.639
113
1125
  ],
114
- "hex": "#e4e7ec"
1126
+ "hex": "#a3a3a3"
115
1127
  }
116
1128
  },
117
- "cross": {
1129
+ "dark-line": {
118
1130
  "$value": {
119
1131
  "colorSpace": "srgb",
120
1132
  "components": [
121
- 0.631,
122
- 0.631,
123
- 0.631
1133
+ 0.18,
1134
+ 0.18,
1135
+ 0.18
124
1136
  ],
125
- "hex": "#a1a1a1"
1137
+ "hex": "#2e2e2e"
126
1138
  }
127
1139
  },
128
- "link": {
1140
+ "dark-input": {
129
1141
  "$value": {
130
1142
  "colorSpace": "srgb",
131
1143
  "components": [
132
- 0,
133
- 0.478,
134
- 0.369
1144
+ 0.365,
1145
+ 0.365,
1146
+ 0.365
135
1147
  ],
136
- "hex": "#007a5e"
1148
+ "hex": "#5d5d5d"
137
1149
  }
138
1150
  },
139
- "link-deep": {
1151
+ "dark-seam": {
140
1152
  "$value": {
141
1153
  "colorSpace": "srgb",
142
1154
  "components": [
143
- 0,
144
- 0.365,
145
- 0.286
1155
+ 0.122,
1156
+ 0.122,
1157
+ 0.122
146
1158
  ],
147
- "hex": "#005d49"
1159
+ "hex": "#1f1f1f"
148
1160
  }
149
1161
  },
150
- "link-bg-soft": {
1162
+ "dark-primary": {
151
1163
  "$value": {
152
1164
  "colorSpace": "srgb",
153
1165
  "components": [
154
- 0.847,
155
- 0.941,
156
- 0.914
1166
+ 0.929,
1167
+ 0.929,
1168
+ 0.929
157
1169
  ],
158
- "hex": "#d8f0e9"
1170
+ "hex": "#ededed"
159
1171
  }
160
1172
  },
161
- "success": {
1173
+ "dark-on-primary": {
162
1174
  "$value": {
163
1175
  "colorSpace": "srgb",
164
1176
  "components": [
165
- 0,
166
- 0.549,
167
- 0.271
1177
+ 0.039,
1178
+ 0.039,
1179
+ 0.039
168
1180
  ],
169
- "hex": "#008c45"
1181
+ "hex": "#0a0a0a"
170
1182
  }
171
1183
  },
172
- "error": {
1184
+ "dark-link": {
1185
+ "$value": {
1186
+ "colorSpace": "srgb",
1187
+ "components": [
1188
+ 0.624,
1189
+ 0.902,
1190
+ 0.737
1191
+ ],
1192
+ "hex": "#9fe6bc"
1193
+ }
1194
+ },
1195
+ "dark-link-deep": {
1196
+ "$value": {
1197
+ "colorSpace": "srgb",
1198
+ "components": [
1199
+ 0.765,
1200
+ 0.941,
1201
+ 0.831
1202
+ ],
1203
+ "hex": "#c3f0d4"
1204
+ }
1205
+ },
1206
+ "dark-link-bg-soft": {
173
1207
  "$value": {
174
1208
  "colorSpace": "srgb",
175
1209
  "components": [
176
- 0.722,
177
1210
  0,
178
- 0.133
1211
+ 0.188,
1212
+ 0.102
179
1213
  ],
180
- "hex": "#b80022"
1214
+ "hex": "#00301a"
181
1215
  }
182
1216
  },
183
- "error-soft": {
1217
+ "dark-error": {
184
1218
  "$value": {
185
1219
  "colorSpace": "srgb",
186
1220
  "components": [
187
- 0.957,
188
- 0.843,
189
- 0.863
1221
+ 0.969,
1222
+ 0.702,
1223
+ 0.71
190
1224
  ],
191
- "hex": "#f4d7dc"
1225
+ "hex": "#f7b3b5"
192
1226
  }
193
1227
  },
194
- "error-deep": {
1228
+ "dark-error-soft": {
195
1229
  "$value": {
196
1230
  "colorSpace": "srgb",
197
1231
  "components": [
198
- 0.51,
1232
+ 0.29,
199
1233
  0,
200
- 0.094
1234
+ 0.055
201
1235
  ],
202
- "hex": "#820018"
1236
+ "hex": "#4a000e"
203
1237
  }
204
1238
  },
205
- "warning": {
1239
+ "dark-error-deep": {
206
1240
  "$value": {
207
1241
  "colorSpace": "srgb",
208
1242
  "components": [
209
- 0.961,
210
- 0.651,
211
- 0.137
1243
+ 0.98,
1244
+ 0.827,
1245
+ 0.831
212
1246
  ],
213
- "hex": "#f5a623"
1247
+ "hex": "#fad3d4"
214
1248
  }
215
1249
  },
216
- "warning-soft": {
1250
+ "dark-warning": {
217
1251
  "$value": {
218
1252
  "colorSpace": "srgb",
219
1253
  "components": [
220
1254
  1,
221
- 0.937,
222
- 0.812
1255
+ 0.851,
1256
+ 0.49
223
1257
  ],
224
- "hex": "#ffefcf"
1258
+ "hex": "#ffd97d"
225
1259
  }
226
1260
  },
227
- "warning-deep": {
1261
+ "dark-warning-soft": {
228
1262
  "$value": {
229
1263
  "colorSpace": "srgb",
230
1264
  "components": [
231
- 0.671,
232
- 0.341,
233
- 0.039
1265
+ 0.271,
1266
+ 0.137,
1267
+ 0.004
234
1268
  ],
235
- "hex": "#ab570a"
1269
+ "hex": "#452301"
236
1270
  }
237
1271
  },
238
- "cyan": {
1272
+ "dark-warning-deep": {
239
1273
  "$value": {
240
1274
  "colorSpace": "srgb",
241
1275
  "components": [
242
- 0.314,
243
- 0.89,
244
- 0.761
1276
+ 1,
1277
+ 0.914,
1278
+ 0.702
245
1279
  ],
246
- "hex": "#50e3c2"
1280
+ "hex": "#ffe9b3"
247
1281
  }
248
1282
  },
249
- "cyan-soft": {
1283
+ "dark-cyan": {
250
1284
  "$value": {
251
1285
  "colorSpace": "srgb",
252
1286
  "components": [
253
- 0.667,
254
- 1,
255
- 0.925
1287
+ 0.2,
1288
+ 0.82,
1289
+ 0.796
256
1290
  ],
257
- "hex": "#aaffec"
1291
+ "hex": "#33d1cb"
258
1292
  }
259
1293
  },
260
- "cyan-deep": {
1294
+ "dark-cyan-soft": {
261
1295
  "$value": {
262
1296
  "colorSpace": "srgb",
263
1297
  "components": [
264
- 0.161,
265
- 0.737,
266
- 0.608
1298
+ 0.494,
1299
+ 0.91,
1300
+ 0.871
267
1301
  ],
268
- "hex": "#29bc9b"
1302
+ "hex": "#7ee8de"
269
1303
  }
270
1304
  },
271
- "flag-red": {
1305
+ "dark-cyan-deep": {
272
1306
  "$value": {
273
1307
  "colorSpace": "srgb",
274
1308
  "components": [
275
- 0.804,
276
- 0.129,
277
- 0.165
1309
+ 0.122,
1310
+ 0.62,
1311
+ 0.604
278
1312
  ],
279
- "hex": "#cd212a"
1313
+ "hex": "#1f9e9a"
280
1314
  }
281
1315
  },
282
- "gradient-develop-start": {
1316
+ "dark-success": {
283
1317
  "$value": {
284
1318
  "colorSpace": "srgb",
285
1319
  "components": [
286
- 0,
287
- 0.478,
288
- 0.369
1320
+ 0.384,
1321
+ 0.831,
1322
+ 0.58
289
1323
  ],
290
- "hex": "#007a5e"
1324
+ "hex": "#62d494"
291
1325
  }
292
1326
  },
293
- "gradient-develop-end": {
1327
+ "dark-state-ready": {
294
1328
  "$value": {
295
1329
  "colorSpace": "srgb",
296
1330
  "components": [
297
- 0,
298
- 0.875,
299
- 0.847
1331
+ 0.831,
1332
+ 0.831,
1333
+ 0.831
300
1334
  ],
301
- "hex": "#00dfd8"
1335
+ "hex": "#d4d4d4"
302
1336
  }
303
1337
  },
304
- "gradient-ship-start": {
1338
+ "dark-state-running": {
305
1339
  "$value": {
306
1340
  "colorSpace": "srgb",
307
1341
  "components": [
308
- 0.722,
309
- 0,
310
- 0.133
1342
+ 0.663,
1343
+ 0.745,
1344
+ 0.98
311
1345
  ],
312
- "hex": "#b80022"
1346
+ "hex": "#a9befa"
313
1347
  }
314
1348
  },
315
- "gradient-ship-end": {
1349
+ "dark-state-review": {
316
1350
  "$value": {
317
1351
  "colorSpace": "srgb",
318
1352
  "components": [
319
- 0.976,
320
- 0.796,
321
- 0.157
1353
+ 1,
1354
+ 0.851,
1355
+ 0.49
322
1356
  ],
323
- "hex": "#f9cb28"
1357
+ "hex": "#ffd97d"
324
1358
  }
325
1359
  },
326
- "selection-bg": {
1360
+ "dark-state-blocked": {
327
1361
  "$value": {
328
1362
  "colorSpace": "srgb",
329
1363
  "components": [
330
- 0.09,
331
- 0.09,
332
- 0.09
1364
+ 0.969,
1365
+ 0.702,
1366
+ 0.71
333
1367
  ],
334
- "hex": "#171717"
1368
+ "hex": "#f7b3b5"
335
1369
  }
336
1370
  },
337
- "selection-fg": {
1371
+ "dark-state-complete": {
338
1372
  "$value": {
339
1373
  "colorSpace": "srgb",
340
1374
  "components": [
341
- 0.949,
342
- 0.949,
343
- 0.949
1375
+ 0.384,
1376
+ 0.831,
1377
+ 0.58
344
1378
  ],
345
- "hex": "#f2f2f2"
1379
+ "hex": "#62d494"
346
1380
  }
347
1381
  },
348
- "state-ready": {
1382
+ "dark-selection-bg": {
349
1383
  "$value": {
350
1384
  "colorSpace": "srgb",
351
1385
  "components": [
352
- 0.09,
353
- 0.09,
354
- 0.09
1386
+ 0.929,
1387
+ 0.929,
1388
+ 0.929
355
1389
  ],
356
- "hex": "#171717"
1390
+ "hex": "#ededed"
357
1391
  }
358
1392
  },
359
- "state-running": {
1393
+ "dark-selection-fg": {
360
1394
  "$value": {
361
1395
  "colorSpace": "srgb",
362
1396
  "components": [
363
- 0,
364
- 0.478,
365
- 0.369
1397
+ 0.039,
1398
+ 0.039,
1399
+ 0.039
366
1400
  ],
367
- "hex": "#007a5e"
1401
+ "hex": "#0a0a0a"
368
1402
  }
369
1403
  },
370
- "state-review": {
1404
+ "dark-cross": {
371
1405
  "$value": {
372
1406
  "colorSpace": "srgb",
373
1407
  "components": [
374
- 0.961,
375
- 0.651,
376
- 0.137
1408
+ 0.431,
1409
+ 0.431,
1410
+ 0.431
377
1411
  ],
378
- "hex": "#f5a623"
1412
+ "hex": "#6e6e6e"
379
1413
  }
380
1414
  },
381
- "state-blocked": {
1415
+ "dark-chart-1": {
382
1416
  "$value": {
383
1417
  "colorSpace": "srgb",
384
1418
  "components": [
385
- 0.722,
386
- 0,
387
- 0.133
1419
+ 0.49,
1420
+ 0.6,
1421
+ 0.949
388
1422
  ],
389
- "hex": "#b80022"
1423
+ "hex": "#7d99f2"
390
1424
  }
391
1425
  },
392
- "state-complete": {
1426
+ "dark-chart-6": {
393
1427
  "$value": {
394
1428
  "colorSpace": "srgb",
395
1429
  "components": [
396
- 0,
397
- 0.549,
398
- 0.271
1430
+ 0.584,
1431
+ 0.459,
1432
+ 0.804
399
1433
  ],
400
- "hex": "#008c45"
1434
+ "hex": "#9575cd"
401
1435
  }
402
1436
  }
403
1437
  },
@@ -756,31 +1790,31 @@
756
1790
  },
757
1791
  "xs": {
758
1792
  "$value": {
759
- "value": 4,
1793
+ "value": 2,
760
1794
  "unit": "px"
761
1795
  }
762
1796
  },
763
1797
  "sm": {
764
1798
  "$value": {
765
- "value": 6,
1799
+ "value": 4,
766
1800
  "unit": "px"
767
1801
  }
768
1802
  },
769
1803
  "md": {
770
1804
  "$value": {
771
- "value": 8,
1805
+ "value": 6,
772
1806
  "unit": "px"
773
1807
  }
774
1808
  },
775
1809
  "lg": {
776
1810
  "$value": {
777
- "value": 12,
1811
+ "value": 8,
778
1812
  "unit": "px"
779
1813
  }
780
1814
  },
781
1815
  "xl": {
782
1816
  "$value": {
783
- "value": 16,
1817
+ "value": 10,
784
1818
  "unit": "px"
785
1819
  }
786
1820
  },