@halogen-ui/tokens 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,2061 @@
1
+ {
2
+ "$themes": [
3
+ {
4
+ "id": "dark",
5
+ "name": "Dark",
6
+ "selectedTokenSets": {
7
+ "primitives": "source",
8
+ "dark": "enabled"
9
+ }
10
+ },
11
+ {
12
+ "id": "light",
13
+ "name": "Light",
14
+ "selectedTokenSets": {
15
+ "primitives": "source",
16
+ "light": "enabled"
17
+ }
18
+ }
19
+ ],
20
+ "primitives": {
21
+ "color": {
22
+ "neutral": {
23
+ "0": {
24
+ "value": "#ffffff",
25
+ "type": "color"
26
+ },
27
+ "25": {
28
+ "value": "#f8f7f6",
29
+ "type": "color"
30
+ },
31
+ "50": {
32
+ "value": "#f0efed",
33
+ "type": "color"
34
+ },
35
+ "100": {
36
+ "value": "#e4e2e0",
37
+ "type": "color"
38
+ },
39
+ "200": {
40
+ "value": "#d3d1cf",
41
+ "type": "color"
42
+ },
43
+ "300": {
44
+ "value": "#bbb9b6",
45
+ "type": "color"
46
+ },
47
+ "400": {
48
+ "value": "#a7a5a3",
49
+ "type": "color"
50
+ },
51
+ "450": {
52
+ "value": "#969492",
53
+ "type": "color"
54
+ },
55
+ "500": {
56
+ "value": "#8c8a88",
57
+ "type": "color"
58
+ },
59
+ "550": {
60
+ "value": "#7c7a77",
61
+ "type": "color"
62
+ },
63
+ "600": {
64
+ "value": "#6e6c69",
65
+ "type": "color"
66
+ },
67
+ "700": {
68
+ "value": "#54524f",
69
+ "type": "color"
70
+ },
71
+ "800": {
72
+ "value": "#3b3936",
73
+ "type": "color"
74
+ },
75
+ "850": {
76
+ "value": "#2f2d2b",
77
+ "type": "color"
78
+ },
79
+ "900": {
80
+ "value": "#292725",
81
+ "type": "color"
82
+ },
83
+ "950": {
84
+ "value": "#1e1c1a",
85
+ "type": "color"
86
+ },
87
+ "1000": {
88
+ "value": "#12100e",
89
+ "type": "color"
90
+ }
91
+ },
92
+ "state": {
93
+ "hover": {
94
+ "dark": {
95
+ "value": "rgba(255, 255, 255, 0.08)",
96
+ "type": "color"
97
+ },
98
+ "light": {
99
+ "value": "rgba(0, 0, 0, 0.06)",
100
+ "type": "color"
101
+ }
102
+ },
103
+ "active": {
104
+ "dark": {
105
+ "value": "rgba(255, 255, 255, 0.14)",
106
+ "type": "color"
107
+ },
108
+ "light": {
109
+ "value": "rgba(0, 0, 0, 0.1)",
110
+ "type": "color"
111
+ }
112
+ },
113
+ "focus": {
114
+ "glow": {
115
+ "value": "rgba(255, 100, 31, 0.24)",
116
+ "type": "color"
117
+ }
118
+ },
119
+ "selection": {
120
+ "dark": {
121
+ "value": "rgba(255, 100, 31, 0.35)",
122
+ "type": "color"
123
+ },
124
+ "light": {
125
+ "value": "rgba(255, 100, 31, 0.32)",
126
+ "type": "color"
127
+ }
128
+ }
129
+ },
130
+ "heat": {
131
+ "dark": {
132
+ "0": {
133
+ "value": "#4d2f29",
134
+ "type": "color"
135
+ },
136
+ "1": {
137
+ "value": "#7b513c",
138
+ "type": "color"
139
+ },
140
+ "2": {
141
+ "value": "#aa7647",
142
+ "type": "color"
143
+ },
144
+ "3": {
145
+ "value": "#d8a147",
146
+ "type": "color"
147
+ },
148
+ "4": {
149
+ "value": "#fdd345",
150
+ "type": "color"
151
+ }
152
+ },
153
+ "light": {
154
+ "0": {
155
+ "value": "#eee1df",
156
+ "type": "color"
157
+ },
158
+ "1": {
159
+ "value": "#e1b49f",
160
+ "type": "color"
161
+ },
162
+ "2": {
163
+ "value": "#c98c55",
164
+ "type": "color"
165
+ },
166
+ "3": {
167
+ "value": "#99712f",
168
+ "type": "color"
169
+ },
170
+ "4": {
171
+ "value": "#6a560b",
172
+ "type": "color"
173
+ }
174
+ }
175
+ },
176
+ "orange": {
177
+ "base": {
178
+ "value": "#ff641f",
179
+ "type": "color"
180
+ },
181
+ "bright": {
182
+ "value": "#ff875b",
183
+ "type": "color"
184
+ },
185
+ "dim": {
186
+ "value": "#ee5500",
187
+ "type": "color"
188
+ },
189
+ "text": {
190
+ "light": {
191
+ "value": "#bf4200",
192
+ "type": "color",
193
+ "strong": {
194
+ "value": "#8e3000",
195
+ "type": "color"
196
+ }
197
+ },
198
+ "on": {
199
+ "chip": {
200
+ "light": {
201
+ "value": "#bc4100",
202
+ "type": "color"
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "mark": {
208
+ "light": {
209
+ "value": "#ef5500",
210
+ "type": "color"
211
+ }
212
+ },
213
+ "surface": {
214
+ "dark": {
215
+ "value": "#351f17",
216
+ "type": "color",
217
+ "hover": {
218
+ "value": "#482c22",
219
+ "type": "color"
220
+ }
221
+ },
222
+ "light": {
223
+ "value": "#f6eae6",
224
+ "type": "color",
225
+ "hover": {
226
+ "value": "#f0dad3",
227
+ "type": "color"
228
+ }
229
+ }
230
+ },
231
+ "border": {
232
+ "dark": {
233
+ "value": "#a36047",
234
+ "type": "color"
235
+ },
236
+ "light": {
237
+ "value": "#ce5f34",
238
+ "type": "color"
239
+ }
240
+ }
241
+ },
242
+ "coral": {
243
+ "base": {
244
+ "value": "#ff493f",
245
+ "type": "color"
246
+ },
247
+ "bright": {
248
+ "value": "#ff7466",
249
+ "type": "color"
250
+ },
251
+ "dim": {
252
+ "value": "#ee3730",
253
+ "type": "color"
254
+ },
255
+ "text": {
256
+ "light": {
257
+ "value": "#da0010",
258
+ "type": "color"
259
+ }
260
+ },
261
+ "mark": {
262
+ "light": {
263
+ "value": "#ff3d35",
264
+ "type": "color"
265
+ }
266
+ }
267
+ },
268
+ "amber": {
269
+ "base": {
270
+ "value": "#ff9f00",
271
+ "type": "color"
272
+ },
273
+ "bright": {
274
+ "value": "#ffba6d",
275
+ "type": "color"
276
+ },
277
+ "dim": {
278
+ "value": "#ec9300",
279
+ "type": "color"
280
+ },
281
+ "text": {
282
+ "light": {
283
+ "value": "#9b5e00",
284
+ "type": "color"
285
+ }
286
+ },
287
+ "mark": {
288
+ "light": {
289
+ "value": "#c27700",
290
+ "type": "color"
291
+ }
292
+ }
293
+ },
294
+ "yellow": {
295
+ "base": {
296
+ "value": "#ffd21a",
297
+ "type": "color"
298
+ },
299
+ "bright": {
300
+ "value": "#ffe89d",
301
+ "type": "color"
302
+ },
303
+ "dim": {
304
+ "value": "#efc400",
305
+ "type": "color"
306
+ },
307
+ "text": {
308
+ "light": {
309
+ "value": "#826900",
310
+ "type": "color"
311
+ }
312
+ },
313
+ "mark": {
314
+ "light": {
315
+ "value": "#a48500",
316
+ "type": "color"
317
+ }
318
+ }
319
+ },
320
+ "peach": {
321
+ "base": {
322
+ "value": "#ffb46b",
323
+ "type": "color"
324
+ },
325
+ "bright": {
326
+ "value": "#ffcda0",
327
+ "type": "color"
328
+ },
329
+ "dim": {
330
+ "value": "#f0a65d",
331
+ "type": "color"
332
+ },
333
+ "text": {
334
+ "light": {
335
+ "value": "#9f5c00",
336
+ "type": "color"
337
+ }
338
+ },
339
+ "mark": {
340
+ "light": {
341
+ "value": "#c67500",
342
+ "type": "color"
343
+ }
344
+ }
345
+ },
346
+ "pink": {
347
+ "base": {
348
+ "value": "#e8a6d8",
349
+ "type": "color"
350
+ },
351
+ "bright": {
352
+ "value": "#fbb7ea",
353
+ "type": "color"
354
+ },
355
+ "dim": {
356
+ "value": "#d998c9",
357
+ "type": "color"
358
+ },
359
+ "text": {
360
+ "light": {
361
+ "value": "#a54a94",
362
+ "type": "color"
363
+ }
364
+ },
365
+ "mark": {
366
+ "light": {
367
+ "value": "#ce5fb9",
368
+ "type": "color"
369
+ }
370
+ }
371
+ },
372
+ "teal": {
373
+ "base": {
374
+ "value": "#22b8a8",
375
+ "type": "color"
376
+ },
377
+ "bright": {
378
+ "value": "#3ecab9",
379
+ "type": "color"
380
+ },
381
+ "dim": {
382
+ "value": "#00a99a",
383
+ "type": "color"
384
+ },
385
+ "text": {
386
+ "light": {
387
+ "value": "#13796f",
388
+ "type": "color",
389
+ "strong": {
390
+ "value": "#0b5951",
391
+ "type": "color"
392
+ }
393
+ },
394
+ "on": {
395
+ "chip": {
396
+ "light": {
397
+ "value": "#13786e",
398
+ "type": "color"
399
+ }
400
+ }
401
+ }
402
+ },
403
+ "mark": {
404
+ "light": {
405
+ "value": "#1a988b",
406
+ "type": "color"
407
+ }
408
+ },
409
+ "surface": {
410
+ "dark": {
411
+ "value": "#1a2926",
412
+ "type": "color",
413
+ "hover": {
414
+ "value": "#263835",
415
+ "type": "color"
416
+ }
417
+ },
418
+ "light": {
419
+ "value": "#d2f6ef",
420
+ "type": "color",
421
+ "hover": {
422
+ "value": "#abefe4",
423
+ "type": "color"
424
+ }
425
+ }
426
+ },
427
+ "border": {
428
+ "dark": {
429
+ "value": "#4d7a73",
430
+ "type": "color"
431
+ },
432
+ "light": {
433
+ "value": "#3d8c82",
434
+ "type": "color"
435
+ }
436
+ }
437
+ },
438
+ "success": {
439
+ "solid": {
440
+ "value": "#62c84a",
441
+ "type": "color"
442
+ },
443
+ "on": {
444
+ "solid": {
445
+ "value": "#12100e",
446
+ "type": "color"
447
+ }
448
+ },
449
+ "surface": {
450
+ "dark": {
451
+ "value": "#1d291b",
452
+ "type": "color"
453
+ },
454
+ "light": {
455
+ "value": "#dff4da",
456
+ "type": "color"
457
+ }
458
+ },
459
+ "text": {
460
+ "dark": {
461
+ "value": "#62c94a",
462
+ "type": "color"
463
+ },
464
+ "light": {
465
+ "value": "#28591c",
466
+ "type": "color"
467
+ }
468
+ },
469
+ "border": {
470
+ "dark": {
471
+ "value": "#577b50",
472
+ "type": "color"
473
+ },
474
+ "light": {
475
+ "value": "#538d46",
476
+ "type": "color"
477
+ }
478
+ }
479
+ },
480
+ "warning": {
481
+ "solid": {
482
+ "value": "#d6a453",
483
+ "type": "color"
484
+ },
485
+ "on": {
486
+ "solid": {
487
+ "value": "#12100e",
488
+ "type": "color"
489
+ }
490
+ },
491
+ "surface": {
492
+ "dark": {
493
+ "value": "#2a241b",
494
+ "type": "color"
495
+ },
496
+ "light": {
497
+ "value": "#f3ece0",
498
+ "type": "color"
499
+ }
500
+ },
501
+ "text": {
502
+ "dark": {
503
+ "value": "#deaa56",
504
+ "type": "color"
505
+ },
506
+ "light": {
507
+ "value": "#634a22",
508
+ "type": "color"
509
+ }
510
+ },
511
+ "border": {
512
+ "dark": {
513
+ "value": "#816f53",
514
+ "type": "color"
515
+ },
516
+ "light": {
517
+ "value": "#997b4d",
518
+ "type": "color"
519
+ }
520
+ }
521
+ },
522
+ "error": {
523
+ "solid": {
524
+ "value": "#cd1f2c",
525
+ "type": "color"
526
+ },
527
+ "on": {
528
+ "solid": {
529
+ "value": "#ffffff",
530
+ "type": "color"
531
+ }
532
+ },
533
+ "surface": {
534
+ "dark": {
535
+ "value": "#381c1a",
536
+ "type": "color"
537
+ },
538
+ "light": {
539
+ "value": "#f5eae9",
540
+ "type": "color"
541
+ }
542
+ },
543
+ "text": {
544
+ "dark": {
545
+ "value": "#fa9891",
546
+ "type": "color"
547
+ },
548
+ "light": {
549
+ "value": "#9b151f",
550
+ "type": "color"
551
+ }
552
+ },
553
+ "border": {
554
+ "dark": {
555
+ "value": "#b05752",
556
+ "type": "color"
557
+ },
558
+ "light": {
559
+ "value": "#e14b4a",
560
+ "type": "color"
561
+ }
562
+ }
563
+ }
564
+ },
565
+ "space": {
566
+ "0": {
567
+ "value": "0px",
568
+ "type": "spacing"
569
+ },
570
+ "1": {
571
+ "value": "4px",
572
+ "type": "spacing"
573
+ },
574
+ "2": {
575
+ "value": "8px",
576
+ "type": "spacing"
577
+ },
578
+ "3": {
579
+ "value": "12px",
580
+ "type": "spacing"
581
+ },
582
+ "4": {
583
+ "value": "16px",
584
+ "type": "spacing"
585
+ },
586
+ "5": {
587
+ "value": "20px",
588
+ "type": "spacing"
589
+ },
590
+ "6": {
591
+ "value": "24px",
592
+ "type": "spacing"
593
+ },
594
+ "8": {
595
+ "value": "32px",
596
+ "type": "spacing"
597
+ },
598
+ "10": {
599
+ "value": "40px",
600
+ "type": "spacing"
601
+ },
602
+ "12": {
603
+ "value": "48px",
604
+ "type": "spacing"
605
+ },
606
+ "16": {
607
+ "value": "64px",
608
+ "type": "spacing"
609
+ },
610
+ "20": {
611
+ "value": "80px",
612
+ "type": "spacing"
613
+ },
614
+ "24": {
615
+ "value": "96px",
616
+ "type": "spacing"
617
+ },
618
+ "32": {
619
+ "value": "128px",
620
+ "type": "spacing"
621
+ },
622
+ "40": {
623
+ "value": "160px",
624
+ "type": "spacing"
625
+ },
626
+ "48": {
627
+ "value": "192px",
628
+ "type": "spacing"
629
+ },
630
+ "64": {
631
+ "value": "256px",
632
+ "type": "spacing"
633
+ },
634
+ "80": {
635
+ "value": "320px",
636
+ "type": "spacing"
637
+ },
638
+ "px": {
639
+ "value": "1px",
640
+ "type": "spacing"
641
+ },
642
+ "half": {
643
+ "value": "2px",
644
+ "type": "spacing"
645
+ }
646
+ },
647
+ "radius": {
648
+ "none": {
649
+ "value": "0px",
650
+ "type": "borderRadius"
651
+ },
652
+ "xs": {
653
+ "value": "4px",
654
+ "type": "borderRadius"
655
+ },
656
+ "sm": {
657
+ "value": "6px",
658
+ "type": "borderRadius"
659
+ },
660
+ "md": {
661
+ "value": "10px",
662
+ "type": "borderRadius"
663
+ },
664
+ "lg": {
665
+ "value": "16px",
666
+ "type": "borderRadius"
667
+ },
668
+ "xl": {
669
+ "value": "24px",
670
+ "type": "borderRadius"
671
+ },
672
+ "2xl": {
673
+ "value": "32px",
674
+ "type": "borderRadius"
675
+ },
676
+ "full": {
677
+ "value": "9999px",
678
+ "type": "borderRadius"
679
+ }
680
+ },
681
+ "control": {
682
+ "sm": {
683
+ "value": "32px",
684
+ "type": "sizing"
685
+ },
686
+ "md": {
687
+ "value": "40px",
688
+ "type": "sizing"
689
+ },
690
+ "lg": {
691
+ "value": "48px",
692
+ "type": "sizing"
693
+ },
694
+ "xl": {
695
+ "value": "56px",
696
+ "type": "sizing"
697
+ }
698
+ },
699
+ "icon": {
700
+ "sm": {
701
+ "value": "16px",
702
+ "type": "sizing"
703
+ },
704
+ "md": {
705
+ "value": "20px",
706
+ "type": "sizing"
707
+ },
708
+ "lg": {
709
+ "value": "24px",
710
+ "type": "sizing"
711
+ },
712
+ "stroke": {
713
+ "sm": {
714
+ "value": "1.5",
715
+ "type": "sizing"
716
+ },
717
+ "md": {
718
+ "value": "1.75",
719
+ "type": "sizing"
720
+ },
721
+ "lg": {
722
+ "value": "2",
723
+ "type": "sizing"
724
+ }
725
+ }
726
+ },
727
+ "border": {
728
+ "width": {
729
+ "0": {
730
+ "value": "0px",
731
+ "type": "borderWidth"
732
+ },
733
+ "1": {
734
+ "value": "1px",
735
+ "type": "borderWidth"
736
+ },
737
+ "2": {
738
+ "value": "2px",
739
+ "type": "borderWidth"
740
+ }
741
+ }
742
+ },
743
+ "target": {
744
+ "min": {
745
+ "value": "24px",
746
+ "type": "sizing"
747
+ },
748
+ "touch": {
749
+ "value": "44px",
750
+ "type": "sizing"
751
+ }
752
+ },
753
+ "container": {
754
+ "prose": {
755
+ "value": "720px",
756
+ "type": "sizing"
757
+ },
758
+ "default": {
759
+ "value": "1280px",
760
+ "type": "sizing"
761
+ },
762
+ "wide": {
763
+ "value": "1440px",
764
+ "type": "sizing"
765
+ }
766
+ },
767
+ "breakpoint": {
768
+ "sm": {
769
+ "value": "640px",
770
+ "type": "sizing"
771
+ },
772
+ "md": {
773
+ "value": "768px",
774
+ "type": "sizing"
775
+ },
776
+ "lg": {
777
+ "value": "1024px",
778
+ "type": "sizing"
779
+ },
780
+ "xl": {
781
+ "value": "1280px",
782
+ "type": "sizing"
783
+ },
784
+ "2xl": {
785
+ "value": "1536px",
786
+ "type": "sizing"
787
+ }
788
+ },
789
+ "layer": {
790
+ "base": {
791
+ "value": "0",
792
+ "type": "other"
793
+ },
794
+ "raised": {
795
+ "value": "10",
796
+ "type": "other"
797
+ },
798
+ "sticky": {
799
+ "value": "100",
800
+ "type": "other"
801
+ },
802
+ "overlay": {
803
+ "value": "1000",
804
+ "type": "other"
805
+ },
806
+ "modal": {
807
+ "value": "1100",
808
+ "type": "other"
809
+ },
810
+ "popover": {
811
+ "value": "1200",
812
+ "type": "other"
813
+ },
814
+ "toast": {
815
+ "value": "1300",
816
+ "type": "other"
817
+ },
818
+ "tooltip": {
819
+ "value": "1400",
820
+ "type": "other"
821
+ }
822
+ },
823
+ "aspect": {
824
+ "video": {
825
+ "value": "16 / 9",
826
+ "type": "other"
827
+ },
828
+ "square": {
829
+ "value": "1 / 1",
830
+ "type": "other"
831
+ },
832
+ "wide": {
833
+ "value": "21 / 9",
834
+ "type": "other"
835
+ }
836
+ },
837
+ "font": {
838
+ "family": {
839
+ "sans": {
840
+ "value": "Geist",
841
+ "type": "fontFamilies"
842
+ },
843
+ "mono": {
844
+ "value": "Geist Mono",
845
+ "type": "fontFamilies"
846
+ }
847
+ },
848
+ "weight": {
849
+ "regular": {
850
+ "value": "400",
851
+ "type": "fontWeights"
852
+ },
853
+ "medium": {
854
+ "value": "500",
855
+ "type": "fontWeights"
856
+ },
857
+ "semibold": {
858
+ "value": "600",
859
+ "type": "fontWeights"
860
+ },
861
+ "bold": {
862
+ "value": "700",
863
+ "type": "fontWeights"
864
+ }
865
+ },
866
+ "size": {
867
+ "2xs": {
868
+ "value": "11px",
869
+ "type": "fontSizes"
870
+ },
871
+ "xs": {
872
+ "value": "12px",
873
+ "type": "fontSizes"
874
+ },
875
+ "sm": {
876
+ "value": "13px",
877
+ "type": "fontSizes"
878
+ },
879
+ "base": {
880
+ "value": "14px",
881
+ "type": "fontSizes"
882
+ },
883
+ "md": {
884
+ "value": "16px",
885
+ "type": "fontSizes"
886
+ },
887
+ "lg": {
888
+ "value": "18px",
889
+ "type": "fontSizes"
890
+ },
891
+ "xl": {
892
+ "value": "20px",
893
+ "type": "fontSizes"
894
+ }
895
+ }
896
+ },
897
+ "display": {
898
+ "size": {
899
+ "xs": {
900
+ "value": "1.5rem",
901
+ "type": "fontSizes"
902
+ },
903
+ "sm": {
904
+ "value": "1.875rem",
905
+ "type": "fontSizes"
906
+ },
907
+ "md": {
908
+ "value": "2.75rem",
909
+ "type": "fontSizes"
910
+ },
911
+ "lg": {
912
+ "value": "3.75rem",
913
+ "type": "fontSizes"
914
+ },
915
+ "xl": {
916
+ "value": "5.5rem",
917
+ "type": "fontSizes"
918
+ },
919
+ "2xl": {
920
+ "value": "8rem",
921
+ "type": "fontSizes"
922
+ }
923
+ }
924
+ },
925
+ "line": {
926
+ "height": {
927
+ "none": {
928
+ "value": "100%",
929
+ "type": "lineHeights"
930
+ },
931
+ "display": {
932
+ "2xl": {
933
+ "value": "95%",
934
+ "type": "lineHeights"
935
+ },
936
+ "xl": {
937
+ "value": "100%",
938
+ "type": "lineHeights"
939
+ },
940
+ "lg": {
941
+ "value": "105%",
942
+ "type": "lineHeights"
943
+ },
944
+ "md": {
945
+ "value": "110%",
946
+ "type": "lineHeights"
947
+ },
948
+ "sm": {
949
+ "value": "120%",
950
+ "type": "lineHeights"
951
+ },
952
+ "xs": {
953
+ "value": "125%",
954
+ "type": "lineHeights"
955
+ }
956
+ },
957
+ "snug": {
958
+ "value": "135%",
959
+ "type": "lineHeights"
960
+ },
961
+ "normal": {
962
+ "value": "150%",
963
+ "type": "lineHeights"
964
+ },
965
+ "relaxed": {
966
+ "value": "160%",
967
+ "type": "lineHeights"
968
+ }
969
+ }
970
+ },
971
+ "tracking": {
972
+ "wider": {
973
+ "value": "1.5%",
974
+ "type": "letterSpacing"
975
+ },
976
+ "wide": {
977
+ "value": "0.5%",
978
+ "type": "letterSpacing"
979
+ },
980
+ "normal": {
981
+ "value": "0%",
982
+ "type": "letterSpacing"
983
+ },
984
+ "tight": {
985
+ "value": "-1%",
986
+ "type": "letterSpacing"
987
+ },
988
+ "tighter": {
989
+ "value": "-1.5%",
990
+ "type": "letterSpacing"
991
+ },
992
+ "tightest": {
993
+ "value": "-2%",
994
+ "type": "letterSpacing"
995
+ },
996
+ "display": {
997
+ "value": "-3%",
998
+ "type": "letterSpacing",
999
+ "tight": {
1000
+ "value": "-3.5%",
1001
+ "type": "letterSpacing"
1002
+ }
1003
+ }
1004
+ },
1005
+ "measure": {
1006
+ "prose": {
1007
+ "value": "68ch",
1008
+ "type": "other"
1009
+ },
1010
+ "narrow": {
1011
+ "value": "46ch",
1012
+ "type": "other"
1013
+ }
1014
+ },
1015
+ "duration": {
1016
+ "instant": {
1017
+ "value": "0ms",
1018
+ "type": "other"
1019
+ },
1020
+ "press": {
1021
+ "value": "70ms",
1022
+ "type": "other"
1023
+ },
1024
+ "fast": {
1025
+ "value": "120ms",
1026
+ "type": "other"
1027
+ },
1028
+ "base": {
1029
+ "value": "180ms",
1030
+ "type": "other"
1031
+ },
1032
+ "slow": {
1033
+ "value": "260ms",
1034
+ "type": "other"
1035
+ },
1036
+ "slower": {
1037
+ "value": "400ms",
1038
+ "type": "other"
1039
+ },
1040
+ "deliberate": {
1041
+ "value": "600ms",
1042
+ "type": "other"
1043
+ }
1044
+ },
1045
+ "easing": {
1046
+ "enter": {
1047
+ "value": "cubic-bezier(0.22, 1, 0.36, 1)",
1048
+ "type": "other"
1049
+ },
1050
+ "exit": {
1051
+ "value": "cubic-bezier(0.64, 0, 0.78, 0)",
1052
+ "type": "other"
1053
+ },
1054
+ "move": {
1055
+ "value": "cubic-bezier(0.65, 0, 0.35, 1)",
1056
+ "type": "other"
1057
+ },
1058
+ "overshoot": {
1059
+ "value": "cubic-bezier(0.34, 1.4, 0.64, 1)",
1060
+ "type": "other"
1061
+ },
1062
+ "linear": {
1063
+ "value": "linear",
1064
+ "type": "other"
1065
+ }
1066
+ },
1067
+ "travel": {
1068
+ "ui": {
1069
+ "value": "8px",
1070
+ "type": "other"
1071
+ },
1072
+ "expressive": {
1073
+ "value": "24px",
1074
+ "type": "other"
1075
+ }
1076
+ },
1077
+ "press": {
1078
+ "scale": {
1079
+ "value": "0.97",
1080
+ "type": "other"
1081
+ }
1082
+ },
1083
+ "reel": {
1084
+ "travel": {
1085
+ "value": "100%",
1086
+ "type": "other"
1087
+ }
1088
+ },
1089
+ "overlay": {
1090
+ "zoom": {
1091
+ "from": {
1092
+ "value": "0.96",
1093
+ "type": "other"
1094
+ }
1095
+ },
1096
+ "sheet": {
1097
+ "travel": {
1098
+ "value": "100%",
1099
+ "type": "other"
1100
+ }
1101
+ }
1102
+ },
1103
+ "shadow": {
1104
+ "sm": {
1105
+ "value": "0 1px 2px 0 rgb(0 0 0 / 0.16)",
1106
+ "type": "other"
1107
+ },
1108
+ "md": {
1109
+ "value": "0 4px 12px -2px rgb(0 0 0 / 0.24), 0 2px 4px -2px rgb(0 0 0 / 0.16)",
1110
+ "type": "other"
1111
+ },
1112
+ "lg": {
1113
+ "value": "0 16px 40px -8px rgb(0 0 0 / 0.36), 0 4px 8px -4px rgb(0 0 0 / 0.2)",
1114
+ "type": "other"
1115
+ },
1116
+ "none": {
1117
+ "value": "none",
1118
+ "type": "other"
1119
+ }
1120
+ },
1121
+ "alpha": {
1122
+ "hairline": {
1123
+ "dark": {
1124
+ "value": "0.08",
1125
+ "type": "other"
1126
+ },
1127
+ "light": {
1128
+ "value": "0.08",
1129
+ "type": "other"
1130
+ }
1131
+ },
1132
+ "edge": {
1133
+ "highlight": {
1134
+ "value": "0.06",
1135
+ "type": "other"
1136
+ }
1137
+ },
1138
+ "scrim": {
1139
+ "dark": {
1140
+ "value": "0.72",
1141
+ "type": "other"
1142
+ },
1143
+ "light": {
1144
+ "value": "0.48",
1145
+ "type": "other"
1146
+ }
1147
+ },
1148
+ "disabled": {
1149
+ "value": "0.38",
1150
+ "type": "other"
1151
+ }
1152
+ },
1153
+ "scrim": {
1154
+ "blur": {
1155
+ "value": "5px",
1156
+ "type": "other"
1157
+ },
1158
+ "opacity": {
1159
+ "value": "0.7",
1160
+ "type": "other"
1161
+ }
1162
+ }
1163
+ },
1164
+ "dark": {
1165
+ "surface": {
1166
+ "ground": {
1167
+ "value": "#12100e",
1168
+ "type": "color"
1169
+ },
1170
+ "raised": {
1171
+ "value": "#1e1c1a",
1172
+ "type": "color"
1173
+ },
1174
+ "overlay": {
1175
+ "value": "#292725",
1176
+ "type": "color"
1177
+ },
1178
+ "floating": {
1179
+ "value": "#292725",
1180
+ "type": "color"
1181
+ },
1182
+ "modal": {
1183
+ "value": "#292725",
1184
+ "type": "color"
1185
+ },
1186
+ "subtle": {
1187
+ "value": "#292725",
1188
+ "type": "color",
1189
+ "hover": {
1190
+ "value": "#2f2d2b",
1191
+ "type": "color"
1192
+ },
1193
+ "active": {
1194
+ "value": "#3b3936",
1195
+ "type": "color"
1196
+ }
1197
+ },
1198
+ "field": {
1199
+ "value": "#292725",
1200
+ "type": "color"
1201
+ },
1202
+ "state": {
1203
+ "hover": {
1204
+ "value": "rgba(255, 255, 255, 0.08)",
1205
+ "type": "color"
1206
+ },
1207
+ "active": {
1208
+ "value": "rgba(255, 255, 255, 0.14)",
1209
+ "type": "color"
1210
+ }
1211
+ },
1212
+ "selection": {
1213
+ "value": "rgba(255, 100, 31, 0.35)",
1214
+ "type": "color"
1215
+ },
1216
+ "knob": {
1217
+ "value": "#f0efed",
1218
+ "type": "color"
1219
+ },
1220
+ "inverse": {
1221
+ "value": "#f0efed",
1222
+ "type": "color"
1223
+ },
1224
+ "accent": {
1225
+ "value": "#ff641f",
1226
+ "type": "color",
1227
+ "hover": {
1228
+ "value": "#ff875b",
1229
+ "type": "color"
1230
+ },
1231
+ "active": {
1232
+ "value": "#ee5500",
1233
+ "type": "color"
1234
+ },
1235
+ "subtle": {
1236
+ "value": "#351f17",
1237
+ "type": "color",
1238
+ "hover": {
1239
+ "value": "#482c22",
1240
+ "type": "color"
1241
+ }
1242
+ }
1243
+ },
1244
+ "disabled": {
1245
+ "value": "#292725",
1246
+ "type": "color"
1247
+ },
1248
+ "scrim": {
1249
+ "value": "#12100e",
1250
+ "type": "color"
1251
+ }
1252
+ },
1253
+ "ink": {
1254
+ "primary": {
1255
+ "value": "#f0efed",
1256
+ "type": "color"
1257
+ },
1258
+ "secondary": {
1259
+ "value": "#bbb9b6",
1260
+ "type": "color"
1261
+ },
1262
+ "tertiary": {
1263
+ "value": "#969492",
1264
+ "type": "color"
1265
+ },
1266
+ "placeholder": {
1267
+ "value": "#969492",
1268
+ "type": "color"
1269
+ },
1270
+ "disabled": {
1271
+ "value": "#6e6c69",
1272
+ "type": "color"
1273
+ },
1274
+ "accent": {
1275
+ "value": "#ff641f",
1276
+ "type": "color"
1277
+ },
1278
+ "on": {
1279
+ "accent": {
1280
+ "value": "#12100e",
1281
+ "type": "color"
1282
+ },
1283
+ "gradient": {
1284
+ "value": "#12100e",
1285
+ "type": "color"
1286
+ },
1287
+ "scrim": {
1288
+ "value": "#f0efed",
1289
+ "type": "color",
1290
+ "secondary": {
1291
+ "value": "#d3d1cf",
1292
+ "type": "color"
1293
+ }
1294
+ }
1295
+ },
1296
+ "inverse": {
1297
+ "value": "#12100e",
1298
+ "type": "color"
1299
+ },
1300
+ "link": {
1301
+ "value": "#ff641f",
1302
+ "type": "color",
1303
+ "hover": {
1304
+ "value": "#ff875b",
1305
+ "type": "color"
1306
+ }
1307
+ }
1308
+ },
1309
+ "line": {
1310
+ "subtle": {
1311
+ "value": "#2f2d2b",
1312
+ "type": "color"
1313
+ },
1314
+ "divider": {
1315
+ "value": "#3b3936",
1316
+ "type": "color"
1317
+ },
1318
+ "control": {
1319
+ "value": "#3b3936",
1320
+ "type": "color"
1321
+ },
1322
+ "strong": {
1323
+ "value": "#969492",
1324
+ "type": "color"
1325
+ },
1326
+ "focus": {
1327
+ "value": "#ff641f",
1328
+ "type": "color",
1329
+ "glow": {
1330
+ "value": "rgba(255, 100, 31, 0.24)",
1331
+ "type": "color"
1332
+ }
1333
+ },
1334
+ "accent": {
1335
+ "value": "#a36047",
1336
+ "type": "color"
1337
+ },
1338
+ "disabled": {
1339
+ "value": "#2f2d2b",
1340
+ "type": "color"
1341
+ },
1342
+ "edge": {
1343
+ "highlight": {
1344
+ "value": "#54524f",
1345
+ "type": "color"
1346
+ }
1347
+ }
1348
+ },
1349
+ "status": {
1350
+ "success": {
1351
+ "solid": {
1352
+ "value": "#62c84a",
1353
+ "type": "color"
1354
+ },
1355
+ "on": {
1356
+ "solid": {
1357
+ "value": "#12100e",
1358
+ "type": "color"
1359
+ }
1360
+ },
1361
+ "ink": {
1362
+ "value": "#62c94a",
1363
+ "type": "color"
1364
+ },
1365
+ "surface": {
1366
+ "value": "#1d291b",
1367
+ "type": "color"
1368
+ },
1369
+ "line": {
1370
+ "value": "#577b50",
1371
+ "type": "color"
1372
+ }
1373
+ },
1374
+ "warning": {
1375
+ "solid": {
1376
+ "value": "#d6a453",
1377
+ "type": "color"
1378
+ },
1379
+ "on": {
1380
+ "solid": {
1381
+ "value": "#12100e",
1382
+ "type": "color"
1383
+ }
1384
+ },
1385
+ "ink": {
1386
+ "value": "#deaa56",
1387
+ "type": "color"
1388
+ },
1389
+ "surface": {
1390
+ "value": "#2a241b",
1391
+ "type": "color"
1392
+ },
1393
+ "line": {
1394
+ "value": "#816f53",
1395
+ "type": "color"
1396
+ }
1397
+ },
1398
+ "error": {
1399
+ "solid": {
1400
+ "value": "#cd1f2c",
1401
+ "type": "color"
1402
+ },
1403
+ "on": {
1404
+ "solid": {
1405
+ "value": "#ffffff",
1406
+ "type": "color"
1407
+ }
1408
+ },
1409
+ "ink": {
1410
+ "value": "#fa9891",
1411
+ "type": "color"
1412
+ },
1413
+ "surface": {
1414
+ "value": "#381c1a",
1415
+ "type": "color"
1416
+ },
1417
+ "line": {
1418
+ "value": "#b05752",
1419
+ "type": "color"
1420
+ }
1421
+ },
1422
+ "info": {
1423
+ "solid": {
1424
+ "value": "#22b8a8",
1425
+ "type": "color"
1426
+ },
1427
+ "on": {
1428
+ "solid": {
1429
+ "value": "#12100e",
1430
+ "type": "color"
1431
+ }
1432
+ },
1433
+ "ink": {
1434
+ "value": "#22b8a8",
1435
+ "type": "color"
1436
+ },
1437
+ "surface": {
1438
+ "value": "#1a2926",
1439
+ "type": "color"
1440
+ },
1441
+ "line": {
1442
+ "value": "#4d7a73",
1443
+ "type": "color"
1444
+ }
1445
+ }
1446
+ },
1447
+ "viz": {
1448
+ "1": {
1449
+ "value": "#ff641f",
1450
+ "type": "color"
1451
+ },
1452
+ "2": {
1453
+ "value": "#22b8a8",
1454
+ "type": "color"
1455
+ },
1456
+ "3": {
1457
+ "value": "#ffd21a",
1458
+ "type": "color"
1459
+ },
1460
+ "4": {
1461
+ "value": "#e8a6d8",
1462
+ "type": "color"
1463
+ },
1464
+ "5": {
1465
+ "value": "#ff493f",
1466
+ "type": "color"
1467
+ },
1468
+ "6": {
1469
+ "value": "#ffb46b",
1470
+ "type": "color"
1471
+ },
1472
+ "7": {
1473
+ "value": "#bbb9b6",
1474
+ "type": "color"
1475
+ },
1476
+ "grid": {
1477
+ "value": "#2f2d2b",
1478
+ "type": "color"
1479
+ },
1480
+ "axis": {
1481
+ "value": "#969492",
1482
+ "type": "color"
1483
+ },
1484
+ "sequential": {
1485
+ "0": {
1486
+ "value": "#4d2f29",
1487
+ "type": "color"
1488
+ },
1489
+ "1": {
1490
+ "value": "#7b513c",
1491
+ "type": "color"
1492
+ },
1493
+ "2": {
1494
+ "value": "#aa7647",
1495
+ "type": "color"
1496
+ },
1497
+ "3": {
1498
+ "value": "#d8a147",
1499
+ "type": "color"
1500
+ },
1501
+ "4": {
1502
+ "value": "#fdd345",
1503
+ "type": "color"
1504
+ }
1505
+ },
1506
+ "diverging": {
1507
+ "0": {
1508
+ "value": "#8c8a88",
1509
+ "type": "color"
1510
+ },
1511
+ "neg": {
1512
+ "1": {
1513
+ "value": "#3ecab9",
1514
+ "type": "color"
1515
+ },
1516
+ "2": {
1517
+ "value": "#00a99a",
1518
+ "type": "color"
1519
+ }
1520
+ },
1521
+ "pos": {
1522
+ "1": {
1523
+ "value": "#ff875b",
1524
+ "type": "color"
1525
+ },
1526
+ "2": {
1527
+ "value": "#ee5500",
1528
+ "type": "color"
1529
+ }
1530
+ }
1531
+ }
1532
+ },
1533
+ "gradient": {
1534
+ "ember": {
1535
+ "value": "linear-gradient(135deg, #ff641f 0%, #ff493f 100%)",
1536
+ "type": "color"
1537
+ },
1538
+ "solar": {
1539
+ "value": "linear-gradient(135deg, #ff641f 0%, #ff9f00 50%, #ffd21a 100%)",
1540
+ "type": "color"
1541
+ },
1542
+ "dusk": {
1543
+ "value": "linear-gradient(135deg, #ff493f 0%, #e8a6d8 100%)",
1544
+ "type": "color"
1545
+ },
1546
+ "glow": {
1547
+ "value": "radial-gradient(circle at 50% 0%, #351f17 0%, transparent 70%)",
1548
+ "type": "color"
1549
+ },
1550
+ "ground": {
1551
+ "value": "linear-gradient(180deg, #12100e 0%, #1e1c1a 100%)",
1552
+ "type": "color"
1553
+ }
1554
+ },
1555
+ "elevation": {
1556
+ "1": {
1557
+ "value": "none",
1558
+ "type": "other"
1559
+ },
1560
+ "2": {
1561
+ "value": "none",
1562
+ "type": "other"
1563
+ },
1564
+ "3": {
1565
+ "value": [
1566
+ {
1567
+ "x": "0",
1568
+ "y": "4px",
1569
+ "blur": "12px",
1570
+ "spread": "-2px",
1571
+ "color": "rgb(0 0 0 / 0.24)",
1572
+ "type": "dropShadow"
1573
+ },
1574
+ {
1575
+ "x": "0",
1576
+ "y": "2px",
1577
+ "blur": "4px",
1578
+ "spread": "-2px",
1579
+ "color": "rgb(0 0 0 / 0.16)",
1580
+ "type": "dropShadow"
1581
+ }
1582
+ ],
1583
+ "type": "boxShadow"
1584
+ },
1585
+ "4": {
1586
+ "value": [
1587
+ {
1588
+ "x": "0",
1589
+ "y": "16px",
1590
+ "blur": "40px",
1591
+ "spread": "-8px",
1592
+ "color": "rgb(0 0 0 / 0.36)",
1593
+ "type": "dropShadow"
1594
+ },
1595
+ {
1596
+ "x": "0",
1597
+ "y": "4px",
1598
+ "blur": "8px",
1599
+ "spread": "-4px",
1600
+ "color": "rgb(0 0 0 / 0.2)",
1601
+ "type": "dropShadow"
1602
+ }
1603
+ ],
1604
+ "type": "boxShadow"
1605
+ }
1606
+ }
1607
+ },
1608
+ "light": {
1609
+ "surface": {
1610
+ "ground": {
1611
+ "value": "#ffffff",
1612
+ "type": "color"
1613
+ },
1614
+ "raised": {
1615
+ "value": "#f8f7f6",
1616
+ "type": "color"
1617
+ },
1618
+ "overlay": {
1619
+ "value": "#ffffff",
1620
+ "type": "color"
1621
+ },
1622
+ "floating": {
1623
+ "value": "#ffffff",
1624
+ "type": "color"
1625
+ },
1626
+ "modal": {
1627
+ "value": "#ffffff",
1628
+ "type": "color"
1629
+ },
1630
+ "subtle": {
1631
+ "value": "#e4e2e0",
1632
+ "type": "color",
1633
+ "hover": {
1634
+ "value": "#d3d1cf",
1635
+ "type": "color"
1636
+ },
1637
+ "active": {
1638
+ "value": "#bbb9b6",
1639
+ "type": "color"
1640
+ }
1641
+ },
1642
+ "field": {
1643
+ "value": "#f8f7f6",
1644
+ "type": "color"
1645
+ },
1646
+ "state": {
1647
+ "hover": {
1648
+ "value": "rgba(0, 0, 0, 0.06)",
1649
+ "type": "color"
1650
+ },
1651
+ "active": {
1652
+ "value": "rgba(0, 0, 0, 0.1)",
1653
+ "type": "color"
1654
+ }
1655
+ },
1656
+ "selection": {
1657
+ "value": "rgba(255, 100, 31, 0.32)",
1658
+ "type": "color"
1659
+ },
1660
+ "knob": {
1661
+ "value": "#ffffff",
1662
+ "type": "color"
1663
+ },
1664
+ "inverse": {
1665
+ "value": "#12100e",
1666
+ "type": "color"
1667
+ },
1668
+ "accent": {
1669
+ "value": "#ff641f",
1670
+ "type": "color",
1671
+ "hover": {
1672
+ "value": "#ff875b",
1673
+ "type": "color"
1674
+ },
1675
+ "active": {
1676
+ "value": "#ee5500",
1677
+ "type": "color"
1678
+ },
1679
+ "subtle": {
1680
+ "value": "#f6eae6",
1681
+ "type": "color",
1682
+ "hover": {
1683
+ "value": "#f0dad3",
1684
+ "type": "color"
1685
+ }
1686
+ }
1687
+ },
1688
+ "disabled": {
1689
+ "value": "#e4e2e0",
1690
+ "type": "color"
1691
+ },
1692
+ "scrim": {
1693
+ "value": "#12100e",
1694
+ "type": "color"
1695
+ }
1696
+ },
1697
+ "ink": {
1698
+ "primary": {
1699
+ "value": "#12100e",
1700
+ "type": "color"
1701
+ },
1702
+ "secondary": {
1703
+ "value": "#54524f",
1704
+ "type": "color"
1705
+ },
1706
+ "tertiary": {
1707
+ "value": "#6e6c69",
1708
+ "type": "color"
1709
+ },
1710
+ "placeholder": {
1711
+ "value": "#54524f",
1712
+ "type": "color"
1713
+ },
1714
+ "disabled": {
1715
+ "value": "#a7a5a3",
1716
+ "type": "color"
1717
+ },
1718
+ "accent": {
1719
+ "value": "#bf4200",
1720
+ "type": "color"
1721
+ },
1722
+ "on": {
1723
+ "accent": {
1724
+ "value": "#12100e",
1725
+ "type": "color"
1726
+ },
1727
+ "gradient": {
1728
+ "value": "#12100e",
1729
+ "type": "color"
1730
+ },
1731
+ "scrim": {
1732
+ "value": "#f0efed",
1733
+ "type": "color",
1734
+ "secondary": {
1735
+ "value": "#d3d1cf",
1736
+ "type": "color"
1737
+ }
1738
+ }
1739
+ },
1740
+ "inverse": {
1741
+ "value": "#ffffff",
1742
+ "type": "color"
1743
+ },
1744
+ "link": {
1745
+ "value": "#bf4200",
1746
+ "type": "color",
1747
+ "hover": {
1748
+ "value": "#8e3000",
1749
+ "type": "color"
1750
+ }
1751
+ }
1752
+ },
1753
+ "line": {
1754
+ "subtle": {
1755
+ "value": "#e4e2e0",
1756
+ "type": "color"
1757
+ },
1758
+ "divider": {
1759
+ "value": "#d3d1cf",
1760
+ "type": "color"
1761
+ },
1762
+ "control": {
1763
+ "value": "#e4e2e0",
1764
+ "type": "color"
1765
+ },
1766
+ "strong": {
1767
+ "value": "#54524f",
1768
+ "type": "color"
1769
+ },
1770
+ "focus": {
1771
+ "value": "#ff641f",
1772
+ "type": "color",
1773
+ "glow": {
1774
+ "value": "rgba(255, 100, 31, 0.24)",
1775
+ "type": "color"
1776
+ }
1777
+ },
1778
+ "accent": {
1779
+ "value": "#ce5f34",
1780
+ "type": "color"
1781
+ },
1782
+ "disabled": {
1783
+ "value": "#d3d1cf",
1784
+ "type": "color"
1785
+ },
1786
+ "edge": {
1787
+ "highlight": {
1788
+ "value": "#e4e2e0",
1789
+ "type": "color"
1790
+ }
1791
+ }
1792
+ },
1793
+ "status": {
1794
+ "success": {
1795
+ "solid": {
1796
+ "value": "#62c84a",
1797
+ "type": "color"
1798
+ },
1799
+ "on": {
1800
+ "solid": {
1801
+ "value": "#12100e",
1802
+ "type": "color"
1803
+ }
1804
+ },
1805
+ "ink": {
1806
+ "value": "#28591c",
1807
+ "type": "color"
1808
+ },
1809
+ "surface": {
1810
+ "value": "#dff4da",
1811
+ "type": "color"
1812
+ },
1813
+ "line": {
1814
+ "value": "#538d46",
1815
+ "type": "color"
1816
+ }
1817
+ },
1818
+ "warning": {
1819
+ "solid": {
1820
+ "value": "#d6a453",
1821
+ "type": "color"
1822
+ },
1823
+ "on": {
1824
+ "solid": {
1825
+ "value": "#12100e",
1826
+ "type": "color"
1827
+ }
1828
+ },
1829
+ "ink": {
1830
+ "value": "#634a22",
1831
+ "type": "color"
1832
+ },
1833
+ "surface": {
1834
+ "value": "#f3ece0",
1835
+ "type": "color"
1836
+ },
1837
+ "line": {
1838
+ "value": "#997b4d",
1839
+ "type": "color"
1840
+ }
1841
+ },
1842
+ "error": {
1843
+ "solid": {
1844
+ "value": "#cd1f2c",
1845
+ "type": "color"
1846
+ },
1847
+ "on": {
1848
+ "solid": {
1849
+ "value": "#ffffff",
1850
+ "type": "color"
1851
+ }
1852
+ },
1853
+ "ink": {
1854
+ "value": "#9b151f",
1855
+ "type": "color"
1856
+ },
1857
+ "surface": {
1858
+ "value": "#f5eae9",
1859
+ "type": "color"
1860
+ },
1861
+ "line": {
1862
+ "value": "#e14b4a",
1863
+ "type": "color"
1864
+ }
1865
+ },
1866
+ "info": {
1867
+ "solid": {
1868
+ "value": "#22b8a8",
1869
+ "type": "color"
1870
+ },
1871
+ "on": {
1872
+ "solid": {
1873
+ "value": "#12100e",
1874
+ "type": "color"
1875
+ }
1876
+ },
1877
+ "ink": {
1878
+ "value": "#13786e",
1879
+ "type": "color"
1880
+ },
1881
+ "surface": {
1882
+ "value": "#d2f6ef",
1883
+ "type": "color"
1884
+ },
1885
+ "line": {
1886
+ "value": "#3d8c82",
1887
+ "type": "color"
1888
+ }
1889
+ }
1890
+ },
1891
+ "viz": {
1892
+ "1": {
1893
+ "value": "#ef5500",
1894
+ "type": "color"
1895
+ },
1896
+ "2": {
1897
+ "value": "#1a988b",
1898
+ "type": "color"
1899
+ },
1900
+ "3": {
1901
+ "value": "#a48500",
1902
+ "type": "color"
1903
+ },
1904
+ "4": {
1905
+ "value": "#ce5fb9",
1906
+ "type": "color"
1907
+ },
1908
+ "5": {
1909
+ "value": "#ff3d35",
1910
+ "type": "color"
1911
+ },
1912
+ "6": {
1913
+ "value": "#c67500",
1914
+ "type": "color"
1915
+ },
1916
+ "7": {
1917
+ "value": "#6e6c69",
1918
+ "type": "color"
1919
+ },
1920
+ "grid": {
1921
+ "value": "#e4e2e0",
1922
+ "type": "color"
1923
+ },
1924
+ "axis": {
1925
+ "value": "#6e6c69",
1926
+ "type": "color"
1927
+ },
1928
+ "sequential": {
1929
+ "0": {
1930
+ "value": "#eee1df",
1931
+ "type": "color"
1932
+ },
1933
+ "1": {
1934
+ "value": "#e1b49f",
1935
+ "type": "color"
1936
+ },
1937
+ "2": {
1938
+ "value": "#c98c55",
1939
+ "type": "color"
1940
+ },
1941
+ "3": {
1942
+ "value": "#99712f",
1943
+ "type": "color"
1944
+ },
1945
+ "4": {
1946
+ "value": "#6a560b",
1947
+ "type": "color"
1948
+ }
1949
+ },
1950
+ "diverging": {
1951
+ "0": {
1952
+ "value": "#bbb9b6",
1953
+ "type": "color"
1954
+ },
1955
+ "neg": {
1956
+ "1": {
1957
+ "value": "#1a988b",
1958
+ "type": "color"
1959
+ },
1960
+ "2": {
1961
+ "value": "#13796f",
1962
+ "type": "color"
1963
+ }
1964
+ },
1965
+ "pos": {
1966
+ "1": {
1967
+ "value": "#ef5500",
1968
+ "type": "color"
1969
+ },
1970
+ "2": {
1971
+ "value": "#bf4200",
1972
+ "type": "color"
1973
+ }
1974
+ }
1975
+ }
1976
+ },
1977
+ "gradient": {
1978
+ "ember": {
1979
+ "value": "linear-gradient(135deg, #ff641f 0%, #ff493f 100%)",
1980
+ "type": "color"
1981
+ },
1982
+ "solar": {
1983
+ "value": "linear-gradient(135deg, #ff641f 0%, #ff9f00 50%, #ffd21a 100%)",
1984
+ "type": "color"
1985
+ },
1986
+ "dusk": {
1987
+ "value": "linear-gradient(135deg, #ff493f 0%, #e8a6d8 100%)",
1988
+ "type": "color"
1989
+ },
1990
+ "glow": {
1991
+ "value": "radial-gradient(circle at 50% 0%, #f6eae6 0%, transparent 70%)",
1992
+ "type": "color"
1993
+ },
1994
+ "ground": {
1995
+ "value": "linear-gradient(180deg, #f0efed 0%, #e4e2e0 100%)",
1996
+ "type": "color"
1997
+ }
1998
+ },
1999
+ "elevation": {
2000
+ "1": {
2001
+ "value": "none",
2002
+ "type": "other"
2003
+ },
2004
+ "2": {
2005
+ "value": [
2006
+ {
2007
+ "x": "0",
2008
+ "y": "1px",
2009
+ "blur": "2px",
2010
+ "spread": "0",
2011
+ "color": "rgb(0 0 0 / 0.16)",
2012
+ "type": "dropShadow"
2013
+ }
2014
+ ],
2015
+ "type": "boxShadow"
2016
+ },
2017
+ "3": {
2018
+ "value": [
2019
+ {
2020
+ "x": "0",
2021
+ "y": "4px",
2022
+ "blur": "12px",
2023
+ "spread": "-2px",
2024
+ "color": "rgb(0 0 0 / 0.24)",
2025
+ "type": "dropShadow"
2026
+ },
2027
+ {
2028
+ "x": "0",
2029
+ "y": "2px",
2030
+ "blur": "4px",
2031
+ "spread": "-2px",
2032
+ "color": "rgb(0 0 0 / 0.16)",
2033
+ "type": "dropShadow"
2034
+ }
2035
+ ],
2036
+ "type": "boxShadow"
2037
+ },
2038
+ "4": {
2039
+ "value": [
2040
+ {
2041
+ "x": "0",
2042
+ "y": "16px",
2043
+ "blur": "40px",
2044
+ "spread": "-8px",
2045
+ "color": "rgb(0 0 0 / 0.36)",
2046
+ "type": "dropShadow"
2047
+ },
2048
+ {
2049
+ "x": "0",
2050
+ "y": "4px",
2051
+ "blur": "8px",
2052
+ "spread": "-4px",
2053
+ "color": "rgb(0 0 0 / 0.2)",
2054
+ "type": "dropShadow"
2055
+ }
2056
+ ],
2057
+ "type": "boxShadow"
2058
+ }
2059
+ }
2060
+ }
2061
+ }