@sage/design-tokens 2.24.0 → 2.27.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.
package/data/tokens.json CHANGED
@@ -1,3522 +1 @@
1
- {
2
- "base": {
3
- "meta": {
4
- "name": {
5
- "value": "Base Theme",
6
- "type": "other"
7
- },
8
- "public": {
9
- "value": "true",
10
- "type": "other"
11
- }
12
- },
13
- "colors": {
14
- "logo": {
15
- "value": "#00d639ff",
16
- "type": "color",
17
- "description": "origin"
18
- },
19
- "transparent": {
20
- "value": "#00000000",
21
- "type": "color",
22
- "description": "origin"
23
- },
24
- "yin": {
25
- "030": {
26
- "value": "#0000004d",
27
- "type": "color",
28
- "description": "origin"
29
- },
30
- "055": {
31
- "value": "#0000008c",
32
- "type": "color",
33
- "description": "origin"
34
- },
35
- "065": {
36
- "value": "#000000a6",
37
- "type": "color",
38
- "description": "origin"
39
- },
40
- "075": {
41
- "value": "#000000bf",
42
- "type": "color",
43
- "description": "origin"
44
- },
45
- "090": {
46
- "value": "#000000e6",
47
- "type": "color",
48
- "description": "origin"
49
- }
50
- },
51
- "yang": {
52
- "100": {
53
- "value": "#ffffffff",
54
- "type": "color",
55
- "description": "origin"
56
- },
57
- "030": {
58
- "value": "#ffffff4d",
59
- "type": "color",
60
- "description": "origin"
61
- },
62
- "080": {
63
- "value": "#ffffffcc",
64
- "type": "color",
65
- "description": "origin"
66
- }
67
- },
68
- "gray": {
69
- "600": {
70
- "value": "#666666ff",
71
- "type": "color",
72
- "description": "origin"
73
- },
74
- "700": {
75
- "value": "#4d4d4dff",
76
- "type": "color",
77
- "description": "origin"
78
- },
79
- "750": {
80
- "value": "#404040ff",
81
- "type": "color",
82
- "description": "origin"
83
- },
84
- "850": {
85
- "value": "#262626ff",
86
- "type": "color",
87
- "description": "origin"
88
- },
89
- "900": {
90
- "value": "#191919ff",
91
- "type": "color",
92
- "description": "origin"
93
- },
94
- "1000": {
95
- "value": "#000000ff",
96
- "type": "color",
97
- "description": "origin"
98
- },
99
- "000": {
100
- "value": "#ffffffff",
101
- "description": "origin (not to be confused with yang tokens)",
102
- "type": "color"
103
- }
104
- },
105
- "disabled": {
106
- "400": {
107
- "value": "#f2f5f6ff",
108
- "type": "color",
109
- "description": "origin"
110
- },
111
- "500": {
112
- "value": "#e6ebedff",
113
- "type": "color",
114
- "description": "origin"
115
- },
116
- "600": {
117
- "value": "#ccd6dbff",
118
- "type": "color",
119
- "description": "origin"
120
- }
121
- },
122
- "readOnly": {
123
- "400": {
124
- "value": "#f2f5f6ff",
125
- "type": "color",
126
- "description": "origin"
127
- },
128
- "500": {
129
- "value": "#e6ebedff",
130
- "type": "color",
131
- "description": "origin"
132
- },
133
- "600": {
134
- "value": "#ccd6dbff",
135
- "type": "color",
136
- "description": "origin"
137
- }
138
- },
139
- "components": {
140
- "menu": {
141
- "spring": {
142
- "standard": {
143
- "500": {
144
- "value": "#e6ebedff",
145
- "type": "color"
146
- },
147
- "600": {
148
- "value": "#007e45ff",
149
- "type": "color"
150
- },
151
- "700": {
152
- "value": "#d9e0e4ff",
153
- "type": "color"
154
- }
155
- },
156
- "parent": {
157
- "500": {
158
- "value": "#e6ebedff",
159
- "type": "color"
160
- },
161
- "600": {
162
- "value": "#007e45ff",
163
- "type": "color"
164
- },
165
- "700": {
166
- "value": "#d9e0e4ff",
167
- "type": "color"
168
- }
169
- },
170
- "child": {
171
- "400": {
172
- "value": "#ccd6dbff",
173
- "type": "color"
174
- },
175
- "500": {
176
- "value": "#ffffffff",
177
- "type": "color"
178
- },
179
- "600": {
180
- "value": "#007e45ff",
181
- "type": "color"
182
- }
183
- },
184
- "childAlt": {
185
- "400": {
186
- "value": "#ccd6dbff",
187
- "type": "color"
188
- },
189
- "500": {
190
- "value": "#e6ebedff",
191
- "type": "color"
192
- },
193
- "600": {
194
- "value": "#007e45ff",
195
- "type": "color"
196
- }
197
- }
198
- },
199
- "summer": {
200
- "standard": {
201
- "400": {
202
- "value": "#ccd6dbff",
203
- "type": "color",
204
- "description": "selected menu button border"
205
- },
206
- "500": {
207
- "value": "#ffffffff",
208
- "type": "color",
209
- "description": "default menu button (to sit on colors.gray.000 nav bar)"
210
- },
211
- "600": {
212
- "value": "#007e45ff",
213
- "type": "color",
214
- "description": "hover (with click action)"
215
- },
216
- "700": {
217
- "value": "#e6ebedff",
218
- "type": "color",
219
- "description": "TO BE REMOVED"
220
- },
221
- "800": {
222
- "value": "#e6ebedff",
223
- "type": "color",
224
- "description": "selected menu button bg (use with 400 border)"
225
- }
226
- },
227
- "parent": {
228
- "400": {
229
- "value": "#ccd6dbff",
230
- "type": "color",
231
- "description": "selected menu button border (on parent with clickable action)"
232
- },
233
- "500": {
234
- "value": "#ffffffff",
235
- "type": "color",
236
- "description": "default menu button (to sit on colors.gray.000 nav bar)"
237
- },
238
- "600": {
239
- "value": "#007e45ff",
240
- "type": "color",
241
- "description": "hover (with click action)"
242
- },
243
- "700": {
244
- "value": "#e6ebedff",
245
- "type": "color",
246
- "description": "open menu item (or hover non-clickable)"
247
- },
248
- "800": {
249
- "value": "#e6ebedff",
250
- "type": "color",
251
- "description": "selected menu item (on parent with clickable action)"
252
- }
253
- },
254
- "child": {
255
- "300": {
256
- "value": "#b3c2c9ff",
257
- "type": "color",
258
- "description": "menu divider"
259
- },
260
- "400": {
261
- "value": "#ccd6dbff",
262
- "type": "color",
263
- "description": "selected menu button border"
264
- },
265
- "500": {
266
- "value": "#e6ebedff",
267
- "type": "color",
268
- "description": "default menu button"
269
- },
270
- "600": {
271
- "value": "#007e45ff",
272
- "type": "color",
273
- "description": "hover (with click action)"
274
- },
275
- "700": {
276
- "value": "#e6ebedff",
277
- "type": "color",
278
- "description": "open menu item"
279
- },
280
- "800": {
281
- "value": "#e6ebedff",
282
- "type": "color",
283
- "description": "selected menu button bg (use with 400 border)"
284
- }
285
- },
286
- "childAlt": {
287
- "300": {
288
- "value": "#b3c2c9ff",
289
- "type": "color",
290
- "description": "menu divider"
291
- },
292
- "400": {
293
- "value": "#ccd6dbff",
294
- "type": "color",
295
- "description": "selected menu button border"
296
- },
297
- "500": {
298
- "value": "#d9e0e4ff",
299
- "type": "color",
300
- "description": "default menu button"
301
- },
302
- "600": {
303
- "value": "#007e45ff",
304
- "type": "color",
305
- "description": "hover (with click action)"
306
- },
307
- "700": {
308
- "value": "#d9e0e4ff",
309
- "type": "color",
310
- "description": "open menu item"
311
- },
312
- "800": {
313
- "value": "#d9e0e4ff",
314
- "type": "color",
315
- "description": "selected menu button bg (use with 400 border)"
316
- }
317
- }
318
- },
319
- "autumn": {
320
- "standard": {
321
- "500": {
322
- "value": "#00324cff",
323
- "type": "color"
324
- },
325
- "600": {
326
- "value": "#007e45ff",
327
- "type": "color"
328
- },
329
- "700": {
330
- "value": "#19475eff",
331
- "type": "color",
332
- "description": ""
333
- }
334
- },
335
- "parent": {
336
- "500": {
337
- "value": "#00324cff",
338
- "type": "color"
339
- },
340
- "600": {
341
- "value": "#007e45ff",
342
- "type": "color",
343
- "description": ""
344
- },
345
- "700": {
346
- "value": "#19475eff",
347
- "type": "color",
348
- "description": ""
349
- }
350
- },
351
- "child": {
352
- "400": {
353
- "value": "#19475eff",
354
- "type": "color"
355
- },
356
- "500": {
357
- "value": "#001926ff",
358
- "type": "color"
359
- },
360
- "600": {
361
- "value": "#007e45ff",
362
- "type": "color"
363
- }
364
- },
365
- "childAlt": {
366
- "400": {
367
- "value": "#19475eff",
368
- "type": "color"
369
- },
370
- "500": {
371
- "value": "#00324cff",
372
- "type": "color"
373
- },
374
- "600": {
375
- "value": "#007e45ff",
376
- "type": "color"
377
- }
378
- }
379
- },
380
- "winter": {
381
- "standard": {
382
- "400": {
383
- "value": "#4d4d4dff",
384
- "type": "color",
385
- "description": "selected menu button border"
386
- },
387
- "500": {
388
- "value": "#000000ff",
389
- "type": "color",
390
- "description": "default menu button (to sit on colors.gray.1000 nav bar)"
391
- },
392
- "600": {
393
- "value": "#007e45ff",
394
- "type": "color",
395
- "description": "hover (with click action)"
396
- },
397
- "700": {
398
- "value": "#262626ff",
399
- "type": "color",
400
- "description": "TO BE REMOVED"
401
- },
402
- "800": {
403
- "value": "#262626ff",
404
- "type": "color",
405
- "description": "selected menu button bg (use with 400 border)"
406
- }
407
- },
408
- "parent": {
409
- "400": {
410
- "value": "#4d4d4dff",
411
- "type": "color",
412
- "description": "selected menu button border (for parent with clickable action)"
413
- },
414
- "500": {
415
- "value": "#000000ff",
416
- "type": "color",
417
- "description": "default menu button (to sit on colors.gray.1000 nav bar)"
418
- },
419
- "600": {
420
- "value": "#007e45ff",
421
- "type": "color",
422
- "description": "hover (with click action)"
423
- },
424
- "700": {
425
- "value": "#262626ff",
426
- "type": "color",
427
- "description": "open menu item (or hover non-clickable)"
428
- },
429
- "800": {
430
- "value": "#262626ff",
431
- "type": "color",
432
- "description": "selected menu item (on parent with clickable action)"
433
- }
434
- },
435
- "child": {
436
- "300": {
437
- "value": "#666666ff",
438
- "type": "color",
439
- "description": "menu divider"
440
- },
441
- "400": {
442
- "value": "#4d4d4dff",
443
- "type": "color",
444
- "description": "selected menu button border (darker than divider)"
445
- },
446
- "500": {
447
- "value": "#262626ff",
448
- "type": "color",
449
- "description": "default menu button"
450
- },
451
- "600": {
452
- "value": "#007e45ff",
453
- "type": "color",
454
- "description": "hover (with click action)"
455
- },
456
- "700": {
457
- "value": "#262626ff",
458
- "type": "color",
459
- "description": "open menu item"
460
- },
461
- "800": {
462
- "value": "#262626ff",
463
- "type": "color",
464
- "description": "selected menu button bg (use with 400 border)"
465
- }
466
- },
467
- "childAlt": {
468
- "300": {
469
- "value": "#666666ff",
470
- "type": "color",
471
- "description": "menu divider"
472
- },
473
- "400": {
474
- "value": "#4d4d4dff",
475
- "type": "color",
476
- "description": "selected menu button border"
477
- },
478
- "500": {
479
- "value": "#404040ff",
480
- "type": "color",
481
- "description": "default menu button"
482
- },
483
- "600": {
484
- "value": "#007e45ff",
485
- "type": "color",
486
- "description": "hover (with click action)"
487
- },
488
- "700": {
489
- "value": "#404040ff",
490
- "type": "color",
491
- "description": "open menu item"
492
- },
493
- "800": {
494
- "value": "#404040ff",
495
- "type": "color",
496
- "description": "selected menu button bg (use with 400 border)"
497
- }
498
- }
499
- },
500
- "yin": {
501
- "100": {
502
- "value": "#000000ff",
503
- "type": "color"
504
- },
505
- "065": {
506
- "value": "#000000a6",
507
- "type": "color"
508
- },
509
- "090": {
510
- "value": "#000000e6",
511
- "type": "color"
512
- }
513
- },
514
- "yang": {
515
- "100": {
516
- "value": "#ffffffff",
517
- "type": "color"
518
- },
519
- "080": {
520
- "value": "#ffffffcc",
521
- "type": "color"
522
- }
523
- },
524
- "transparent": {
525
- "value": "#00000000",
526
- "type": "color"
527
- }
528
- }
529
- },
530
- "utility": {
531
- "major": {
532
- "100": {
533
- "value": "#ccd6dbff",
534
- "type": "color",
535
- "description": "#CCD6DB "
536
- },
537
- "150": {
538
- "value": "#b3c2c9ff",
539
- "type": "color",
540
- "description": "#B3C2C9"
541
- },
542
- "200": {
543
- "value": "#99adb7ff",
544
- "type": "color",
545
- "description": "#99ADB7 "
546
- },
547
- "300": {
548
- "value": "#668494ff",
549
- "type": "color",
550
- "description": "#668494"
551
- },
552
- "400": {
553
- "value": "#335b70ff",
554
- "type": "color",
555
- "description": "#335B70"
556
- },
557
- "500": {
558
- "value": "#00324cff",
559
- "type": "color",
560
- "description": "#00324C"
561
- },
562
- "800": {
563
- "value": "#00141eff",
564
- "type": "color",
565
- "description": "#00141E"
566
- },
567
- "025": {
568
- "value": "#f2f5f6ff",
569
- "type": "color",
570
- "description": "#F2F5F6"
571
- },
572
- "010": {
573
- "value": "#fafbfbff",
574
- "type": "color",
575
- "description": ""
576
- },
577
- "040": {
578
- "value": "#edf1f2ff",
579
- "type": "color"
580
- },
581
- "050": {
582
- "value": "#e6ebedff",
583
- "type": "color",
584
- "description": "#E6EBED"
585
- },
586
- "075": {
587
- "value": "#d9e0e4ff",
588
- "type": "color",
589
- "description": "#D9E0E4"
590
- },
591
- "transparent": {
592
- "value": "#00000000",
593
- "type": "color"
594
- }
595
- },
596
- "yin": {
597
- "030": {
598
- "value": "#0000004d",
599
- "type": "color"
600
- },
601
- "055": {
602
- "value": "#0000008c",
603
- "type": "color"
604
- },
605
- "065": {
606
- "value": "#000000a6",
607
- "type": "color"
608
- },
609
- "090": {
610
- "value": "#000000e6",
611
- "type": "color"
612
- }
613
- },
614
- "yang": {
615
- "100": {
616
- "value": "#ffffffff",
617
- "type": "color"
618
- }
619
- },
620
- "disabled": {
621
- "400": {
622
- "value": "#f2f5f6ff",
623
- "type": "color",
624
- "description": ""
625
- },
626
- "500": {
627
- "value": "#e6ebedff",
628
- "type": "color",
629
- "description": ""
630
- },
631
- "600": {
632
- "value": "#ccd6dbff",
633
- "type": "color",
634
- "description": ""
635
- }
636
- },
637
- "readOnly": {
638
- "400": {
639
- "value": "#f2f5f6ff",
640
- "type": "color",
641
- "description": ""
642
- },
643
- "500": {
644
- "value": "#e6ebedff",
645
- "type": "color",
646
- "description": ""
647
- },
648
- "600": {
649
- "value": "#ccd6dbff",
650
- "type": "color",
651
- "description": ""
652
- }
653
- }
654
- },
655
- "action": {
656
- "major": {
657
- "150": {
658
- "value": "#b3d9c8ff",
659
- "type": "color",
660
- "description": "origin"
661
- },
662
- "350": {
663
- "value": "#4da77eff",
664
- "type": "color",
665
- "description": "origin"
666
- },
667
- "450": {
668
- "value": "#198e59ff",
669
- "type": "color",
670
- "description": "origin"
671
- },
672
- "500": {
673
- "value": "#007e45ff",
674
- "type": "color",
675
- "description": "origin (was originally #008146, darkened by 2% black to meet accessibility requirements)"
676
- },
677
- "600": {
678
- "value": "#006738ff",
679
- "type": "color",
680
- "description": "origin"
681
- },
682
- "700": {
683
- "value": "#004d2aff",
684
- "type": "color",
685
- "description": "origin"
686
- },
687
- "025": {
688
- "value": "#f2f9f6ff",
689
- "description": "origin (Currently only used on Tile Select)",
690
- "type": "color"
691
- },
692
- "transparent": {
693
- "value": "#00000000",
694
- "type": "color"
695
- },
696
- "yin": {
697
- "030": {
698
- "value": "#0000004d",
699
- "type": "color"
700
- },
701
- "055": {
702
- "value": "#0000008c",
703
- "type": "color"
704
- },
705
- "065": {
706
- "value": "#000000a6",
707
- "type": "color"
708
- },
709
- "090": {
710
- "value": "#000000e6",
711
- "type": "color"
712
- }
713
- },
714
- "yang": {
715
- "100": {
716
- "value": "#ffffffff",
717
- "type": "color"
718
- },
719
- "030": {
720
- "value": "#ffffff4d",
721
- "type": "color"
722
- }
723
- }
724
- },
725
- "minor": {
726
- "100": {
727
- "value": "#e6ebedff",
728
- "type": "color",
729
- "description": "origin"
730
- },
731
- "150": {
732
- "value": "#d9e0e4ff",
733
- "type": "color",
734
- "description": "origin"
735
- },
736
- "200": {
737
- "value": "#ccd6dbff",
738
- "type": "color",
739
- "description": "origin"
740
- },
741
- "250": {
742
- "value": "#b3c2c9ff",
743
- "type": "color",
744
- "description": "origin"
745
- },
746
- "300": {
747
- "value": "#99adb7ff",
748
- "type": "color",
749
- "description": "origin"
750
- },
751
- "400": {
752
- "value": "#668494ff",
753
- "type": "color",
754
- "description": "origin"
755
- },
756
- "500": {
757
- "value": "#335b70ff",
758
- "type": "color",
759
- "description": "origin"
760
- },
761
- "550": {
762
- "value": "#19475eff",
763
- "type": "color",
764
- "description": "origin"
765
- },
766
- "600": {
767
- "value": "#00324cff",
768
- "type": "color",
769
- "description": "origin"
770
- },
771
- "850": {
772
- "value": "#001926ff",
773
- "type": "color",
774
- "description": "origin"
775
- },
776
- "900": {
777
- "value": "#00141eff",
778
- "type": "color",
779
- "description": "origin"
780
- },
781
- "025": {
782
- "value": "#fafbfbff",
783
- "type": "color",
784
- "description": "origin"
785
- },
786
- "050": {
787
- "value": "#f2f5f6ff",
788
- "type": "color",
789
- "description": "origin"
790
- },
791
- "transparent": {
792
- "value": "#00000000",
793
- "type": "color"
794
- },
795
- "yin": {
796
- "030": {
797
- "value": "#0000004d",
798
- "type": "color"
799
- },
800
- "055": {
801
- "value": "#0000008c",
802
- "type": "color"
803
- },
804
- "065": {
805
- "value": "#000000a6",
806
- "type": "color"
807
- },
808
- "090": {
809
- "value": "#000000e6",
810
- "type": "color"
811
- }
812
- },
813
- "yang": {
814
- "100": {
815
- "value": "#ffffffff",
816
- "type": "color"
817
- }
818
- }
819
- },
820
- "disabled": {
821
- "400": {
822
- "value": "#f2f5f6ff",
823
- "type": "color"
824
- },
825
- "500": {
826
- "value": "#e6ebedff",
827
- "type": "color"
828
- },
829
- "600": {
830
- "value": "#ccd6dbff",
831
- "type": "color"
832
- }
833
- },
834
- "readOnly": {
835
- "400": {
836
- "value": "#f2f5f6ff",
837
- "type": "color"
838
- },
839
- "500": {
840
- "value": "#e6ebedff",
841
- "type": "color"
842
- },
843
- "600": {
844
- "value": "#ccd6dbff",
845
- "type": "color"
846
- }
847
- }
848
- },
849
- "semantic": {
850
- "neutral": {
851
- "200": {
852
- "value": "#ccd6dbff",
853
- "type": "color"
854
- },
855
- "500": {
856
- "value": "#335b70ff",
857
- "type": "color",
858
- "description": ""
859
- },
860
- "600": {
861
- "value": "#00324cff",
862
- "type": "color"
863
- },
864
- "transparent": {
865
- "value": "#00000000",
866
- "type": "color"
867
- },
868
- "yin": {
869
- "030": {
870
- "value": "#0000004d",
871
- "type": "color"
872
- },
873
- "055": {
874
- "value": "#0000008c",
875
- "type": "color"
876
- },
877
- "065": {
878
- "value": "#000000a6",
879
- "type": "color"
880
- },
881
- "090": {
882
- "value": "#000000e6",
883
- "type": "color"
884
- }
885
- },
886
- "yang": {
887
- "100": {
888
- "value": "#ffffffff",
889
- "type": "color"
890
- }
891
- }
892
- },
893
- "focus": {
894
- "250": {
895
- "value": "#ffda80ff",
896
- "type": "color"
897
- },
898
- "500": {
899
- "value": "#ffb500ff",
900
- "type": "color"
901
- },
902
- "transparent": {
903
- "value": "#00000000",
904
- "type": "color"
905
- }
906
- },
907
- "positive": {
908
- "500": {
909
- "value": "#008a21ff",
910
- "type": "color"
911
- },
912
- "600": {
913
- "value": "#006e1aff",
914
- "type": "color"
915
- },
916
- "transparent": {
917
- "value": "#00000000",
918
- "type": "color"
919
- },
920
- "yin": {
921
- "030": {
922
- "value": "#0000004d",
923
- "type": "color"
924
- },
925
- "055": {
926
- "value": "#0000008c",
927
- "type": "color"
928
- },
929
- "065": {
930
- "value": "#000000a6",
931
- "type": "color"
932
- },
933
- "090": {
934
- "value": "#000000e6",
935
- "type": "color"
936
- }
937
- },
938
- "yang": {
939
- "100": {
940
- "value": "#ffffffff",
941
- "type": "color"
942
- }
943
- }
944
- },
945
- "negative": {
946
- "500": {
947
- "value": "#cd384bff",
948
- "type": "color"
949
- },
950
- "600": {
951
- "value": "#a42d3cff",
952
- "type": "color"
953
- },
954
- "transparent": {
955
- "value": "#00000000",
956
- "type": "color"
957
- },
958
- "yin": {
959
- "030": {
960
- "value": "#0000004d",
961
- "type": "color"
962
- },
963
- "055": {
964
- "value": "#0000008c",
965
- "type": "color"
966
- },
967
- "065": {
968
- "value": "#000000a6",
969
- "type": "color"
970
- },
971
- "090": {
972
- "value": "#000000e6",
973
- "type": "color"
974
- }
975
- },
976
- "yang": {
977
- "100": {
978
- "value": "#ffffffff",
979
- "type": "color"
980
- }
981
- }
982
- },
983
- "caution": {
984
- "400": {
985
- "value": "#f28533ff",
986
- "type": "color"
987
- },
988
- "500": {
989
- "value": "#ef6700ff",
990
- "type": "color",
991
- "description": "was #E96400"
992
- },
993
- "600": {
994
- "value": "#bf5200ff",
995
- "type": "color"
996
- },
997
- "650": {
998
- "value": "#a74800ff",
999
- "type": "color"
1000
- },
1001
- "transparent": {
1002
- "value": "#00000000",
1003
- "type": "color"
1004
- },
1005
- "yin": {
1006
- "030": {
1007
- "value": "#0000004d",
1008
- "type": "color"
1009
- },
1010
- "055": {
1011
- "value": "#0000008c",
1012
- "type": "color"
1013
- },
1014
- "065": {
1015
- "value": "#000000a6",
1016
- "type": "color"
1017
- },
1018
- "090": {
1019
- "value": "#000000e6",
1020
- "type": "color"
1021
- }
1022
- },
1023
- "yang": {
1024
- "100": {
1025
- "value": "#ffffffff",
1026
- "type": "color"
1027
- }
1028
- }
1029
- },
1030
- "info": {
1031
- "150": {
1032
- "value": "#b3cfe5ff",
1033
- "type": "color"
1034
- },
1035
- "500": {
1036
- "value": "#0060a7ff",
1037
- "type": "color"
1038
- },
1039
- "600": {
1040
- "value": "#004d86ff",
1041
- "type": "color"
1042
- },
1043
- "transparent": {
1044
- "value": "#00000000",
1045
- "type": "color"
1046
- },
1047
- "yin": {
1048
- "030": {
1049
- "value": "#0000004d",
1050
- "type": "color"
1051
- },
1052
- "055": {
1053
- "value": "#0000008c",
1054
- "type": "color"
1055
- },
1056
- "065": {
1057
- "value": "#000000a6",
1058
- "type": "color"
1059
- },
1060
- "090": {
1061
- "value": "#000000e6",
1062
- "type": "color"
1063
- }
1064
- },
1065
- "yang": {
1066
- "100": {
1067
- "value": "#ffffffff",
1068
- "type": "color"
1069
- }
1070
- }
1071
- }
1072
- }
1073
- },
1074
- "sizing": {
1075
- "100": {
1076
- "value": "8px",
1077
- "type": "sizing"
1078
- },
1079
- "125": {
1080
- "value": "10px",
1081
- "type": "sizing"
1082
- },
1083
- "150": {
1084
- "value": "12px",
1085
- "type": "sizing"
1086
- },
1087
- "175": {
1088
- "value": "14px",
1089
- "type": "sizing"
1090
- },
1091
- "200": {
1092
- "value": "16px",
1093
- "type": "sizing"
1094
- },
1095
- "250": {
1096
- "value": "20px",
1097
- "type": "sizing"
1098
- },
1099
- "275": {
1100
- "value": "22px",
1101
- "type": "sizing"
1102
- },
1103
- "300": {
1104
- "value": "24px",
1105
- "type": "sizing"
1106
- },
1107
- "350": {
1108
- "value": "28px",
1109
- "type": "sizing"
1110
- },
1111
- "375": {
1112
- "value": "30px",
1113
- "type": "sizing"
1114
- },
1115
- "400": {
1116
- "value": "32px",
1117
- "type": "sizing"
1118
- },
1119
- "450": {
1120
- "value": "36px",
1121
- "type": "sizing"
1122
- },
1123
- "500": {
1124
- "value": "40px",
1125
- "type": "sizing"
1126
- },
1127
- "525": {
1128
- "value": "42px",
1129
- "type": "sizing"
1130
- },
1131
- "600": {
1132
- "value": "48px",
1133
- "type": "sizing"
1134
- },
1135
- "700": {
1136
- "value": "56px",
1137
- "type": "sizing"
1138
- },
1139
- "800": {
1140
- "value": "64px",
1141
- "type": "sizing"
1142
- },
1143
- "900": {
1144
- "value": "72px",
1145
- "type": "sizing"
1146
- },
1147
- "1000": {
1148
- "value": "80px",
1149
- "type": "sizing"
1150
- },
1151
- "1300": {
1152
- "value": "104px",
1153
- "type": "sizing"
1154
- },
1155
- "1600": {
1156
- "value": "128px",
1157
- "type": "sizing"
1158
- },
1159
- "010": {
1160
- "value": "1px",
1161
- "type": "sizing"
1162
- },
1163
- "025": {
1164
- "value": "2px",
1165
- "type": "sizing"
1166
- },
1167
- "050": {
1168
- "value": "4px",
1169
- "type": "sizing"
1170
- },
1171
- "075": {
1172
- "value": "6px",
1173
- "type": "sizing"
1174
- },
1175
- "logowidth": {
1176
- "value": "40px",
1177
- "type": "sizing"
1178
- }
1179
- },
1180
- "spacing": {
1181
- "100": {
1182
- "value": "8px",
1183
- "type": "spacing"
1184
- },
1185
- "110": {
1186
- "value": "9px",
1187
- "type": "spacing"
1188
- },
1189
- "125": {
1190
- "value": "10px",
1191
- "type": "spacing"
1192
- },
1193
- "150": {
1194
- "value": "12px",
1195
- "type": "spacing"
1196
- },
1197
- "200": {
1198
- "value": "16px",
1199
- "type": "spacing"
1200
- },
1201
- "250": {
1202
- "value": "20px",
1203
- "type": "spacing"
1204
- },
1205
- "300": {
1206
- "value": "24px",
1207
- "type": "spacing"
1208
- },
1209
- "400": {
1210
- "value": "32px",
1211
- "type": "spacing"
1212
- },
1213
- "500": {
1214
- "value": "40px",
1215
- "type": "spacing"
1216
- },
1217
- "600": {
1218
- "value": "48px",
1219
- "type": "spacing"
1220
- },
1221
- "700": {
1222
- "value": "56px",
1223
- "type": "spacing"
1224
- },
1225
- "800": {
1226
- "value": "64px",
1227
- "type": "spacing"
1228
- },
1229
- "900": {
1230
- "value": "72px",
1231
- "type": "spacing"
1232
- },
1233
- "1000": {
1234
- "value": "80px",
1235
- "type": "spacing"
1236
- },
1237
- "000": {
1238
- "value": "0",
1239
- "type": "spacing"
1240
- },
1241
- "010": {
1242
- "value": "1px",
1243
- "type": "spacing"
1244
- },
1245
- "025": {
1246
- "value": "2px",
1247
- "type": "spacing"
1248
- },
1249
- "050": {
1250
- "value": "4px",
1251
- "type": "spacing"
1252
- },
1253
- "060": {
1254
- "value": "5px",
1255
- "type": "spacing"
1256
- },
1257
- "075": {
1258
- "value": "6px",
1259
- "type": "spacing"
1260
- }
1261
- },
1262
- "borderWidth": {
1263
- "100": {
1264
- "value": "1px",
1265
- "type": "borderWidth"
1266
- },
1267
- "200": {
1268
- "value": "2px",
1269
- "type": "borderWidth"
1270
- },
1271
- "300": {
1272
- "value": "3px",
1273
- "type": "borderWidth"
1274
- },
1275
- "400": {
1276
- "value": "4px",
1277
- "type": "borderWidth"
1278
- },
1279
- "000": {
1280
- "value": "0px",
1281
- "type": "borderWidth"
1282
- }
1283
- },
1284
- "fontSizes": {
1285
- "100": {
1286
- "value": "14px",
1287
- "type": "fontSizes"
1288
- },
1289
- "200": {
1290
- "value": "16px",
1291
- "type": "fontSizes"
1292
- },
1293
- "300": {
1294
- "value": "18px",
1295
- "type": "fontSizes"
1296
- },
1297
- "400": {
1298
- "value": "20px",
1299
- "type": "fontSizes"
1300
- },
1301
- "500": {
1302
- "value": "22px",
1303
- "type": "fontSizes"
1304
- },
1305
- "600": {
1306
- "value": "24px",
1307
- "type": "fontSizes"
1308
- },
1309
- "700": {
1310
- "value": "32px",
1311
- "type": "fontSizes"
1312
- },
1313
- "800": {
1314
- "value": "40px",
1315
- "type": "fontSizes"
1316
- },
1317
- "900": {
1318
- "value": "48px",
1319
- "type": "fontSizes"
1320
- },
1321
- "1000": {
1322
- "value": "56px",
1323
- "type": "fontSizes"
1324
- },
1325
- "010": {
1326
- "value": "10px",
1327
- "type": "fontSizes"
1328
- },
1329
- "025": {
1330
- "value": "12px",
1331
- "type": "fontSizes"
1332
- },
1333
- "050": {
1334
- "value": "13px",
1335
- "type": "fontSizes"
1336
- }
1337
- },
1338
- "boxShadow": {
1339
- "100": {
1340
- "value": [
1341
- {
1342
- "x": "0",
1343
- "y": "5",
1344
- "blur": "5",
1345
- "spread": "0",
1346
- "color": "#00141e33",
1347
- "type": "dropShadow"
1348
- },
1349
- {
1350
- "x": "0",
1351
- "y": "10",
1352
- "blur": "10",
1353
- "spread": "0",
1354
- "color": "#00141e1a",
1355
- "type": "dropShadow"
1356
- }
1357
- ],
1358
- "type": "boxShadow"
1359
- },
1360
- "150": {
1361
- "value": {
1362
- "x": "0",
1363
- "y": "-4",
1364
- "blur": "12",
1365
- "spread": "0",
1366
- "color": "#00141e0d",
1367
- "type": "dropShadow"
1368
- },
1369
- "description": "for sticky footers",
1370
- "type": "boxShadow"
1371
- },
1372
- "200": {
1373
- "value": [
1374
- {
1375
- "x": "0",
1376
- "y": "10",
1377
- "blur": "20",
1378
- "spread": "0",
1379
- "color": "#00141e33",
1380
- "type": "dropShadow"
1381
- },
1382
- {
1383
- "x": "0",
1384
- "y": "20",
1385
- "blur": "40",
1386
- "spread": "0",
1387
- "color": "#00141e1a",
1388
- "type": "dropShadow"
1389
- }
1390
- ],
1391
- "type": "boxShadow"
1392
- },
1393
- "300": {
1394
- "value": [
1395
- {
1396
- "x": "0",
1397
- "y": "10",
1398
- "blur": "30",
1399
- "spread": "0",
1400
- "color": "#00141e1a",
1401
- "type": "dropShadow"
1402
- },
1403
- {
1404
- "x": "0",
1405
- "y": "30",
1406
- "blur": "60",
1407
- "spread": "0",
1408
- "color": "#00141e1a",
1409
- "type": "dropShadow"
1410
- }
1411
- ],
1412
- "type": "boxShadow"
1413
- },
1414
- "400": {
1415
- "value": [
1416
- {
1417
- "x": "0",
1418
- "y": "10",
1419
- "blur": "40",
1420
- "spread": "0",
1421
- "color": "#00141e0a",
1422
- "type": "dropShadow"
1423
- },
1424
- {
1425
- "x": "0",
1426
- "y": "50",
1427
- "blur": "80",
1428
- "spread": "0",
1429
- "color": "#00141e1a",
1430
- "type": "dropShadow"
1431
- }
1432
- ],
1433
- "type": "boxShadow"
1434
- },
1435
- "010": {
1436
- "value": {
1437
- "x": "0",
1438
- "y": "-1px",
1439
- "blur": "0",
1440
- "spread": "0",
1441
- "color": "#e6ebedff",
1442
- "type": "innerShadow"
1443
- },
1444
- "description": "bottom internal border",
1445
- "type": "boxShadow"
1446
- },
1447
- "050": {
1448
- "value": [
1449
- {
1450
- "x": "0",
1451
- "y": "3",
1452
- "blur": "3",
1453
- "spread": "0",
1454
- "color": "#00141e33",
1455
- "type": "dropShadow"
1456
- },
1457
- {
1458
- "x": "0",
1459
- "y": "2",
1460
- "blur": "4",
1461
- "spread": "0",
1462
- "color": "#00141e26",
1463
- "type": "dropShadow"
1464
- }
1465
- ],
1466
- "description": "",
1467
- "type": "boxShadow"
1468
- },
1469
- "075": {
1470
- "value": {
1471
- "x": "0",
1472
- "y": "6",
1473
- "blur": "4",
1474
- "spread": "-4",
1475
- "color": "#00141e0d",
1476
- "type": "innerShadow"
1477
- },
1478
- "description": "for table expandable row 1st child",
1479
- "type": "boxShadow"
1480
- },
1481
- "090": {
1482
- "value": {
1483
- "x": "0",
1484
- "y": "4px",
1485
- "blur": "8px",
1486
- "spread": "-4px",
1487
- "color": "#00141e1a",
1488
- "type": "dropShadow"
1489
- },
1490
- "type": "boxShadow",
1491
- "description": "product nav horizontal"
1492
- },
1493
- "091": {
1494
- "value": {
1495
- "x": "4px",
1496
- "y": "0",
1497
- "blur": "8px",
1498
- "spread": "-4px",
1499
- "color": "#00141e1a",
1500
- "type": "dropShadow"
1501
- },
1502
- "type": "boxShadow",
1503
- "description": "product nav vertical"
1504
- }
1505
- },
1506
- "fontWeights": {
1507
- "400": {
1508
- "value": "Regular",
1509
- "type": "fontWeights"
1510
- },
1511
- "500": {
1512
- "value": "Medium",
1513
- "type": "fontWeights"
1514
- },
1515
- "700": {
1516
- "value": "Bold",
1517
- "type": "fontWeights"
1518
- }
1519
- },
1520
- "lineHeights": {
1521
- "300": {
1522
- "value": "100%",
1523
- "type": "lineHeights"
1524
- },
1525
- "400": {
1526
- "value": "125%",
1527
- "type": "lineHeights"
1528
- },
1529
- "500": {
1530
- "value": "150%",
1531
- "type": "lineHeights"
1532
- }
1533
- },
1534
- "fontFamilies": {
1535
- "default": {
1536
- "value": "Sage UI",
1537
- "type": "fontFamilies"
1538
- },
1539
- "ios": {
1540
- "value": "San Francisco",
1541
- "type": "fontFamilies"
1542
- },
1543
- "android": {
1544
- "value": "Roboto",
1545
- "type": "fontFamilies"
1546
- },
1547
- "other": {
1548
- "value": "Open Sans",
1549
- "type": "fontFamilies"
1550
- }
1551
- },
1552
- "borderRadius": {
1553
- "circle": {
1554
- "value": "50%",
1555
- "type": "borderRadius"
1556
- }
1557
- },
1558
- "typography": {
1559
- "accordion": {
1560
- "title": {
1561
- "m": {
1562
- "value": {
1563
- "fontFamily": "Sage UI",
1564
- "fontWeight": "Bold",
1565
- "lineHeight": "125%",
1566
- "fontSize": "20px",
1567
- "letterSpacing": "0%",
1568
- "paragraphSpacing": "0",
1569
- "textDecoration": "none",
1570
- "textCase": "none"
1571
- },
1572
- "type": "typography"
1573
- }
1574
- },
1575
- "subtitle": {
1576
- "m": {
1577
- "value": {
1578
- "fontFamily": "Sage UI",
1579
- "fontWeight": "Regular",
1580
- "lineHeight": "150%",
1581
- "fontSize": "14px",
1582
- "letterSpacing": "0%",
1583
- "paragraphSpacing": "0",
1584
- "textDecoration": "none",
1585
- "textCase": "none"
1586
- },
1587
- "type": "typography"
1588
- }
1589
- },
1590
- "paragraph": {
1591
- "m": {
1592
- "value": {
1593
- "fontFamily": "Sage UI",
1594
- "fontWeight": "Regular",
1595
- "lineHeight": "150%",
1596
- "fontSize": "14px",
1597
- "letterSpacing": "0%",
1598
- "paragraphSpacing": "0",
1599
- "textDecoration": "none",
1600
- "textCase": "none"
1601
- },
1602
- "type": "typography"
1603
- }
1604
- }
1605
- },
1606
- "actionPopover": {
1607
- "menuItem": {
1608
- "m": {
1609
- "value": {
1610
- "fontFamily": "Sage UI",
1611
- "fontWeight": "Bold",
1612
- "lineHeight": "150%",
1613
- "fontSize": "14px",
1614
- "letterSpacing": "0%",
1615
- "paragraphSpacing": "0",
1616
- "textDecoration": "none",
1617
- "textCase": "none"
1618
- },
1619
- "type": "typography"
1620
- }
1621
- }
1622
- },
1623
- "anchorNav": {
1624
- "label": {
1625
- "m": {
1626
- "value": {
1627
- "fontFamily": "Sage UI",
1628
- "fontWeight": "Medium",
1629
- "lineHeight": "150%",
1630
- "fontSize": "14px",
1631
- "letterSpacing": "0%",
1632
- "paragraphSpacing": "0",
1633
- "textDecoration": "none",
1634
- "textCase": "none"
1635
- },
1636
- "type": "typography"
1637
- }
1638
- }
1639
- },
1640
- "badge": {
1641
- "label": {
1642
- "m": {
1643
- "value": {
1644
- "fontFamily": "Sage UI",
1645
- "fontWeight": "Medium",
1646
- "lineHeight": "150%",
1647
- "fontSize": "12px",
1648
- "letterSpacing": "0%",
1649
- "paragraphSpacing": "0",
1650
- "textDecoration": "none",
1651
- "textCase": "none"
1652
- },
1653
- "type": "typography"
1654
- }
1655
- }
1656
- },
1657
- "button": {
1658
- "label": {
1659
- "s": {
1660
- "value": {
1661
- "fontFamily": "Sage UI",
1662
- "fontWeight": "Medium",
1663
- "lineHeight": "150%",
1664
- "fontSize": "14px",
1665
- "letterSpacing": "0%",
1666
- "paragraphSpacing": "0px",
1667
- "textDecoration": "none",
1668
- "textCase": "none"
1669
- },
1670
- "type": "typography"
1671
- },
1672
- "m": {
1673
- "value": {
1674
- "fontFamily": "Sage UI",
1675
- "fontWeight": "Medium",
1676
- "lineHeight": "150%",
1677
- "fontSize": "14px",
1678
- "letterSpacing": "0%",
1679
- "paragraphSpacing": "0px",
1680
- "textDecoration": "none",
1681
- "textCase": "none"
1682
- },
1683
- "type": "typography"
1684
- },
1685
- "l": {
1686
- "value": {
1687
- "fontFamily": "Sage UI",
1688
- "fontWeight": "Medium",
1689
- "lineHeight": "150%",
1690
- "fontSize": "16px",
1691
- "letterSpacing": "0%",
1692
- "paragraphSpacing": "0px",
1693
- "textDecoration": "none",
1694
- "textCase": "none"
1695
- },
1696
- "type": "typography"
1697
- }
1698
- }
1699
- },
1700
- "card": {
1701
- "paragraph": {
1702
- "m": {
1703
- "value": {
1704
- "fontFamily": "Sage UI",
1705
- "fontWeight": "Regular",
1706
- "lineHeight": "150%",
1707
- "fontSize": "14px",
1708
- "letterSpacing": "0%",
1709
- "paragraphSpacing": "0",
1710
- "textDecoration": "none",
1711
- "textCase": "none"
1712
- },
1713
- "type": "typography"
1714
- }
1715
- }
1716
- },
1717
- "cardSelect": {
1718
- "title": {
1719
- "m": {
1720
- "value": {
1721
- "fontFamily": "Sage UI",
1722
- "fontWeight": "Bold",
1723
- "lineHeight": "150%",
1724
- "fontSize": "16px",
1725
- "letterSpacing": "0%",
1726
- "paragraphSpacing": "0",
1727
- "textDecoration": "none",
1728
- "textCase": "none"
1729
- },
1730
- "type": "typography"
1731
- }
1732
- },
1733
- "subtitle": {
1734
- "m": {
1735
- "value": {
1736
- "fontFamily": "Sage UI",
1737
- "fontWeight": "Medium",
1738
- "lineHeight": "150%",
1739
- "fontSize": "14px",
1740
- "letterSpacing": "0%",
1741
- "paragraphSpacing": "0",
1742
- "textDecoration": "none",
1743
- "textCase": "none"
1744
- },
1745
- "type": "typography"
1746
- }
1747
- },
1748
- "paragraph": {
1749
- "m": {
1750
- "value": {
1751
- "fontFamily": "Sage UI",
1752
- "fontWeight": "Regular",
1753
- "lineHeight": "150%",
1754
- "fontSize": "14px",
1755
- "letterSpacing": "0%",
1756
- "paragraphSpacing": "0",
1757
- "textDecoration": "none",
1758
- "textCase": "none"
1759
- },
1760
- "type": "typography"
1761
- }
1762
- }
1763
- },
1764
- "datePicker": {
1765
- "calendar": {
1766
- "date": {
1767
- "m": {
1768
- "value": {
1769
- "fontFamily": "Sage UI",
1770
- "fontWeight": "Bold",
1771
- "lineHeight": "150%",
1772
- "fontSize": "14px",
1773
- "letterSpacing": "0%",
1774
- "paragraphSpacing": "0",
1775
- "textDecoration": "none",
1776
- "textCase": "none"
1777
- },
1778
- "type": "typography"
1779
- }
1780
- },
1781
- "day": {
1782
- "m": {
1783
- "value": {
1784
- "fontFamily": "Sage UI",
1785
- "fontWeight": "Bold",
1786
- "lineHeight": "150%",
1787
- "fontSize": "14px",
1788
- "letterSpacing": "0%",
1789
- "paragraphSpacing": "0",
1790
- "textDecoration": "none",
1791
- "textCase": "none"
1792
- },
1793
- "type": "typography"
1794
- }
1795
- },
1796
- "month": {
1797
- "m": {
1798
- "value": {
1799
- "fontFamily": "Sage UI",
1800
- "fontWeight": "Bold",
1801
- "lineHeight": "125%",
1802
- "fontSize": "16px",
1803
- "letterSpacing": "0%",
1804
- "paragraphSpacing": "0",
1805
- "textDecoration": "none",
1806
- "textCase": "none"
1807
- },
1808
- "type": "typography"
1809
- }
1810
- }
1811
- }
1812
- },
1813
- "dialog": {
1814
- "title": {
1815
- "xs": {
1816
- "value": {
1817
- "fontFamily": "Sage UI",
1818
- "fontWeight": "Bold",
1819
- "lineHeight": "125%",
1820
- "fontSize": "24px",
1821
- "letterSpacing": "0%",
1822
- "paragraphSpacing": "0px"
1823
- },
1824
- "type": "typography"
1825
- },
1826
- "s": {
1827
- "value": {
1828
- "fontFamily": "Sage UI",
1829
- "fontWeight": "Bold",
1830
- "lineHeight": "125%",
1831
- "fontSize": "24px",
1832
- "letterSpacing": "0%",
1833
- "paragraphSpacing": "0px"
1834
- },
1835
- "type": "typography"
1836
- },
1837
- "ms": {
1838
- "value": {
1839
- "fontFamily": "Sage UI",
1840
- "fontWeight": "Bold",
1841
- "lineHeight": "125%",
1842
- "fontSize": "24px",
1843
- "letterSpacing": "0%",
1844
- "paragraphSpacing": "0px"
1845
- },
1846
- "type": "typography"
1847
- },
1848
- "m": {
1849
- "value": {
1850
- "fontFamily": "Sage UI",
1851
- "fontWeight": "Bold",
1852
- "lineHeight": "125%",
1853
- "fontSize": "24px",
1854
- "letterSpacing": "0%",
1855
- "paragraphSpacing": "0px"
1856
- },
1857
- "type": "typography"
1858
- },
1859
- "ml": {
1860
- "value": {
1861
- "fontFamily": "Sage UI",
1862
- "fontWeight": "Bold",
1863
- "lineHeight": "125%",
1864
- "fontSize": "24px",
1865
- "letterSpacing": "0%",
1866
- "paragraphSpacing": "0px"
1867
- },
1868
- "type": "typography"
1869
- },
1870
- "l": {
1871
- "value": {
1872
- "fontFamily": "Sage UI",
1873
- "fontWeight": "Bold",
1874
- "lineHeight": "125%",
1875
- "fontSize": "24px",
1876
- "letterSpacing": "0%",
1877
- "paragraphSpacing": "0px"
1878
- },
1879
- "type": "typography"
1880
- },
1881
- "xl": {
1882
- "value": {
1883
- "fontFamily": "Sage UI",
1884
- "fontWeight": "Bold",
1885
- "lineHeight": "125%",
1886
- "fontSize": "24px",
1887
- "letterSpacing": "0%",
1888
- "paragraphSpacing": "0px"
1889
- },
1890
- "type": "typography"
1891
- },
1892
- "xxl": {
1893
- "value": {
1894
- "fontFamily": "Sage UI",
1895
- "fontWeight": "Bold",
1896
- "lineHeight": "125%",
1897
- "fontSize": "24px",
1898
- "letterSpacing": "0%",
1899
- "paragraphSpacing": "0px"
1900
- },
1901
- "type": "typography"
1902
- }
1903
- },
1904
- "paragraph": {
1905
- "xs": {
1906
- "value": {
1907
- "fontFamily": "Sage UI",
1908
- "fontWeight": "Regular",
1909
- "lineHeight": "150%",
1910
- "fontSize": "14px",
1911
- "letterSpacing": "0%",
1912
- "paragraphSpacing": "0",
1913
- "textDecoration": "none",
1914
- "textCase": "none"
1915
- },
1916
- "type": "typography"
1917
- },
1918
- "s": {
1919
- "value": {
1920
- "fontFamily": "Sage UI",
1921
- "fontWeight": "Regular",
1922
- "lineHeight": "150%",
1923
- "fontSize": "14px",
1924
- "letterSpacing": "0%",
1925
- "paragraphSpacing": "0",
1926
- "textDecoration": "none",
1927
- "textCase": "none"
1928
- },
1929
- "type": "typography"
1930
- },
1931
- "ms": {
1932
- "value": {
1933
- "fontFamily": "Sage UI",
1934
- "fontWeight": "Regular",
1935
- "lineHeight": "150%",
1936
- "fontSize": "14px",
1937
- "letterSpacing": "0%",
1938
- "paragraphSpacing": "0",
1939
- "textDecoration": "none",
1940
- "textCase": "none"
1941
- },
1942
- "type": "typography"
1943
- },
1944
- "m": {
1945
- "value": {
1946
- "fontFamily": "Sage UI",
1947
- "fontWeight": "Regular",
1948
- "lineHeight": "150%",
1949
- "fontSize": "14px",
1950
- "letterSpacing": "0%",
1951
- "paragraphSpacing": "0",
1952
- "textDecoration": "none",
1953
- "textCase": "none"
1954
- },
1955
- "type": "typography"
1956
- },
1957
- "ml": {
1958
- "value": {
1959
- "fontFamily": "Sage UI",
1960
- "fontWeight": "Regular",
1961
- "lineHeight": "150%",
1962
- "fontSize": "14px",
1963
- "letterSpacing": "0%",
1964
- "paragraphSpacing": "0",
1965
- "textDecoration": "none",
1966
- "textCase": "none"
1967
- },
1968
- "type": "typography"
1969
- },
1970
- "l": {
1971
- "value": {
1972
- "fontFamily": "Sage UI",
1973
- "fontWeight": "Regular",
1974
- "lineHeight": "150%",
1975
- "fontSize": "14px",
1976
- "letterSpacing": "0%",
1977
- "paragraphSpacing": "0",
1978
- "textDecoration": "none",
1979
- "textCase": "none"
1980
- },
1981
- "type": "typography"
1982
- },
1983
- "xl": {
1984
- "value": {
1985
- "fontFamily": "Sage UI",
1986
- "fontWeight": "Regular",
1987
- "lineHeight": "150%",
1988
- "fontSize": "14px",
1989
- "letterSpacing": "0%",
1990
- "paragraphSpacing": "0",
1991
- "textDecoration": "none",
1992
- "textCase": "none"
1993
- },
1994
- "type": "typography"
1995
- },
1996
- "xxl": {
1997
- "value": {
1998
- "fontFamily": "Sage UI",
1999
- "fontWeight": "Regular",
2000
- "lineHeight": "150%",
2001
- "fontSize": "14px",
2002
- "letterSpacing": "0%",
2003
- "paragraphSpacing": "0",
2004
- "textDecoration": "none",
2005
- "textCase": "none"
2006
- },
2007
- "type": "typography"
2008
- }
2009
- }
2010
- },
2011
- "drawer": {
2012
- "title": {
2013
- "m": {
2014
- "value": {
2015
- "fontFamily": "Sage UI",
2016
- "fontWeight": "Bold",
2017
- "lineHeight": "125%",
2018
- "fontSize": "22px",
2019
- "letterSpacing": "0%",
2020
- "paragraphSpacing": "0px",
2021
- "textDecoration": "none",
2022
- "textCase": "none"
2023
- },
2024
- "type": "typography"
2025
- }
2026
- },
2027
- "paragraph": {
2028
- "m": {
2029
- "value": {
2030
- "fontFamily": "Sage UI",
2031
- "fontWeight": "Regular",
2032
- "lineHeight": "125%",
2033
- "letterSpacing": "0%",
2034
- "paragraphSpacing": "0",
2035
- "textDecoration": "none",
2036
- "textCase": "none"
2037
- },
2038
- "type": "typography"
2039
- }
2040
- }
2041
- },
2042
- "flash": {
2043
- "text": {
2044
- "m": {
2045
- "value": {
2046
- "fontFamily": "Sage UI",
2047
- "fontWeight": "Regular",
2048
- "lineHeight": "150%",
2049
- "fontSize": "14px",
2050
- "letterSpacing": "0%",
2051
- "paragraphSpacing": "0px"
2052
- },
2053
- "type": "typography"
2054
- },
2055
- "l": {
2056
- "value": {
2057
- "fontFamily": "Sage UI",
2058
- "fontWeight": "Regular",
2059
- "lineHeight": "150%",
2060
- "fontSize": "16px",
2061
- "letterSpacing": "0%",
2062
- "paragraphSpacing": "0px"
2063
- },
2064
- "type": "typography"
2065
- }
2066
- }
2067
- },
2068
- "formField": {
2069
- "label": {
2070
- "xs": {
2071
- "value": {
2072
- "fontFamily": "Sage UI",
2073
- "fontWeight": "Medium",
2074
- "lineHeight": "150%",
2075
- "fontSize": "14px",
2076
- "letterSpacing": "0%",
2077
- "paragraphSpacing": "0px"
2078
- },
2079
- "type": "typography"
2080
- },
2081
- "s": {
2082
- "value": {
2083
- "fontFamily": "Sage UI",
2084
- "fontWeight": "Medium",
2085
- "lineHeight": "150%",
2086
- "fontSize": "14px",
2087
- "letterSpacing": "0%",
2088
- "paragraphSpacing": "0px"
2089
- },
2090
- "type": "typography"
2091
- },
2092
- "m": {
2093
- "value": {
2094
- "fontFamily": "Sage UI",
2095
- "fontWeight": "Medium",
2096
- "lineHeight": "150%",
2097
- "fontSize": "14px",
2098
- "letterSpacing": "0%",
2099
- "paragraphSpacing": "0px"
2100
- },
2101
- "type": "typography"
2102
- },
2103
- "l": {
2104
- "value": {
2105
- "fontFamily": "Sage UI",
2106
- "fontWeight": "Medium",
2107
- "lineHeight": "150%",
2108
- "fontSize": "16px",
2109
- "letterSpacing": "0%",
2110
- "paragraphSpacing": "0px"
2111
- },
2112
- "type": "typography"
2113
- }
2114
- },
2115
- "hintText": {
2116
- "xs": {
2117
- "value": {
2118
- "fontFamily": "Sage UI",
2119
- "fontWeight": "Regular",
2120
- "lineHeight": "150%",
2121
- "fontSize": "14px",
2122
- "letterSpacing": "0%",
2123
- "paragraphSpacing": "0px"
2124
- },
2125
- "type": "typography"
2126
- },
2127
- "s": {
2128
- "value": {
2129
- "fontFamily": "Sage UI",
2130
- "fontWeight": "Regular",
2131
- "lineHeight": "150%",
2132
- "fontSize": "14px",
2133
- "letterSpacing": "0%",
2134
- "paragraphSpacing": "0px"
2135
- },
2136
- "type": "typography"
2137
- },
2138
- "m": {
2139
- "value": {
2140
- "fontFamily": "Sage UI",
2141
- "fontWeight": "Regular",
2142
- "lineHeight": "150%",
2143
- "fontSize": "14px",
2144
- "letterSpacing": "0%",
2145
- "paragraphSpacing": "0px"
2146
- },
2147
- "type": "typography"
2148
- },
2149
- "l": {
2150
- "value": {
2151
- "fontFamily": "Sage UI",
2152
- "fontWeight": "Regular",
2153
- "lineHeight": "150%",
2154
- "fontSize": "16px",
2155
- "letterSpacing": "0%",
2156
- "paragraphSpacing": "0px"
2157
- },
2158
- "type": "typography"
2159
- }
2160
- },
2161
- "errorMessage": {
2162
- "xs": {
2163
- "value": {
2164
- "fontFamily": "Sage UI",
2165
- "fontWeight": "Medium",
2166
- "lineHeight": "150%",
2167
- "fontSize": "14px",
2168
- "letterSpacing": "0%",
2169
- "paragraphSpacing": "0px"
2170
- },
2171
- "type": "typography"
2172
- },
2173
- "s": {
2174
- "value": {
2175
- "fontFamily": "Sage UI",
2176
- "fontWeight": "Medium",
2177
- "lineHeight": "150%",
2178
- "fontSize": "14px",
2179
- "letterSpacing": "0%",
2180
- "paragraphSpacing": "0px"
2181
- },
2182
- "type": "typography"
2183
- },
2184
- "m": {
2185
- "value": {
2186
- "fontFamily": "Sage UI",
2187
- "fontWeight": "Medium",
2188
- "lineHeight": "150%",
2189
- "fontSize": "14px",
2190
- "letterSpacing": "0%",
2191
- "paragraphSpacing": "0px"
2192
- },
2193
- "type": "typography"
2194
- },
2195
- "l": {
2196
- "value": {
2197
- "fontFamily": "Sage UI",
2198
- "fontWeight": "Medium",
2199
- "lineHeight": "150%",
2200
- "fontSize": "16px",
2201
- "letterSpacing": "0%",
2202
- "paragraphSpacing": "0px"
2203
- },
2204
- "type": "typography"
2205
- }
2206
- },
2207
- "cautionMessage": {
2208
- "xs": {
2209
- "value": {
2210
- "fontFamily": "Sage UI",
2211
- "fontWeight": "Regular",
2212
- "lineHeight": "150%",
2213
- "fontSize": "14px",
2214
- "letterSpacing": "0%",
2215
- "paragraphSpacing": "0px"
2216
- },
2217
- "type": "typography"
2218
- },
2219
- "s": {
2220
- "value": {
2221
- "fontFamily": "Sage UI",
2222
- "fontWeight": "Regular",
2223
- "lineHeight": "150%",
2224
- "fontSize": "14px",
2225
- "letterSpacing": "0%",
2226
- "paragraphSpacing": "0px"
2227
- },
2228
- "type": "typography"
2229
- },
2230
- "m": {
2231
- "value": {
2232
- "fontFamily": "Sage UI",
2233
- "fontWeight": "Regular",
2234
- "lineHeight": "150%",
2235
- "fontSize": "14px",
2236
- "letterSpacing": "0%",
2237
- "paragraphSpacing": "0px"
2238
- },
2239
- "type": "typography"
2240
- },
2241
- "l": {
2242
- "value": {
2243
- "fontFamily": "Sage UI",
2244
- "fontWeight": "Regular",
2245
- "lineHeight": "150%",
2246
- "fontSize": "16px",
2247
- "letterSpacing": "0%",
2248
- "paragraphSpacing": "0px"
2249
- },
2250
- "type": "typography"
2251
- }
2252
- },
2253
- "inputText": {
2254
- "xs": {
2255
- "value": {
2256
- "fontFamily": "Sage UI",
2257
- "fontWeight": "Regular",
2258
- "lineHeight": "150%",
2259
- "fontSize": "14px",
2260
- "letterSpacing": "0%",
2261
- "paragraphSpacing": "0px"
2262
- },
2263
- "type": "typography"
2264
- },
2265
- "s": {
2266
- "value": {
2267
- "fontFamily": "Sage UI",
2268
- "fontWeight": "Regular",
2269
- "lineHeight": "150%",
2270
- "fontSize": "14px",
2271
- "letterSpacing": "0%",
2272
- "paragraphSpacing": "0px"
2273
- },
2274
- "type": "typography"
2275
- },
2276
- "m": {
2277
- "value": {
2278
- "fontFamily": "Sage UI",
2279
- "fontWeight": "Regular",
2280
- "lineHeight": "150%",
2281
- "fontSize": "14px",
2282
- "letterSpacing": "0%",
2283
- "paragraphSpacing": "0px"
2284
- },
2285
- "type": "typography"
2286
- },
2287
- "l": {
2288
- "value": {
2289
- "fontFamily": "Sage UI",
2290
- "fontWeight": "Regular",
2291
- "lineHeight": "150%",
2292
- "fontSize": "16px",
2293
- "letterSpacing": "0%",
2294
- "paragraphSpacing": "0px"
2295
- },
2296
- "type": "typography"
2297
- }
2298
- },
2299
- "dropdownOptions": {
2300
- "xs": {
2301
- "value": {
2302
- "fontFamily": "Sage UI",
2303
- "fontWeight": "Regular",
2304
- "lineHeight": "150%",
2305
- "fontSize": "14px",
2306
- "letterSpacing": "0%",
2307
- "paragraphSpacing": "0px"
2308
- },
2309
- "type": "typography"
2310
- },
2311
- "s": {
2312
- "value": {
2313
- "fontFamily": "Sage UI",
2314
- "fontWeight": "Regular",
2315
- "lineHeight": "150%",
2316
- "fontSize": "14px",
2317
- "letterSpacing": "0%",
2318
- "paragraphSpacing": "0px"
2319
- },
2320
- "type": "typography"
2321
- },
2322
- "m": {
2323
- "value": {
2324
- "fontFamily": "Sage UI",
2325
- "fontWeight": "Regular",
2326
- "lineHeight": "150%",
2327
- "fontSize": "14px",
2328
- "letterSpacing": "0%",
2329
- "paragraphSpacing": "0px"
2330
- },
2331
- "type": "typography"
2332
- },
2333
- "l": {
2334
- "value": {
2335
- "fontFamily": "Sage UI",
2336
- "fontWeight": "Regular",
2337
- "lineHeight": "150%",
2338
- "fontSize": "16px",
2339
- "letterSpacing": "0%",
2340
- "paragraphSpacing": "0px"
2341
- },
2342
- "type": "typography"
2343
- }
2344
- },
2345
- "secondLabel": {
2346
- "xs": {
2347
- "value": {
2348
- "fontFamily": "Sage UI",
2349
- "fontWeight": "Medium",
2350
- "lineHeight": "150%",
2351
- "fontSize": "14px",
2352
- "letterSpacing": "0%",
2353
- "paragraphSpacing": "0px"
2354
- },
2355
- "type": "typography"
2356
- },
2357
- "s": {
2358
- "value": {
2359
- "fontFamily": "Sage UI",
2360
- "fontWeight": "Medium",
2361
- "lineHeight": "150%",
2362
- "fontSize": "14px",
2363
- "letterSpacing": "0%",
2364
- "paragraphSpacing": "0px"
2365
- },
2366
- "type": "typography"
2367
- },
2368
- "m": {
2369
- "value": {
2370
- "fontFamily": "Sage UI",
2371
- "fontWeight": "Medium",
2372
- "lineHeight": "150%",
2373
- "fontSize": "14px",
2374
- "letterSpacing": "0%",
2375
- "paragraphSpacing": "0px"
2376
- },
2377
- "type": "typography"
2378
- },
2379
- "l": {
2380
- "value": {
2381
- "fontFamily": "Sage UI",
2382
- "fontWeight": "Medium",
2383
- "lineHeight": "150%",
2384
- "fontSize": "16px",
2385
- "letterSpacing": "0%",
2386
- "paragraphSpacing": "0px"
2387
- },
2388
- "type": "typography"
2389
- }
2390
- },
2391
- "characterCount": {
2392
- "xs": {
2393
- "value": {
2394
- "fontFamily": "Sage UI",
2395
- "fontWeight": "Regular",
2396
- "lineHeight": "150%",
2397
- "fontSize": "14px",
2398
- "letterSpacing": "0%",
2399
- "paragraphSpacing": "0px"
2400
- },
2401
- "type": "typography"
2402
- },
2403
- "s": {
2404
- "value": {
2405
- "fontFamily": "Sage UI",
2406
- "fontWeight": "Regular",
2407
- "lineHeight": "150%",
2408
- "fontSize": "14px",
2409
- "letterSpacing": "0%",
2410
- "paragraphSpacing": "0px"
2411
- },
2412
- "type": "typography"
2413
- },
2414
- "m": {
2415
- "value": {
2416
- "fontFamily": "Sage UI",
2417
- "lineHeight": "150%",
2418
- "fontWeight": "Regular",
2419
- "fontSize": "14px",
2420
- "letterSpacing": "0%",
2421
- "paragraphSpacing": "0px"
2422
- },
2423
- "type": "typography"
2424
- },
2425
- "l": {
2426
- "value": {
2427
- "fontFamily": "Sage UI",
2428
- "fontWeight": "Regular",
2429
- "lineHeight": "150%",
2430
- "fontSize": "16px",
2431
- "letterSpacing": "0%",
2432
- "paragraphSpacing": "0px",
2433
- "textDecoration": "none",
2434
- "textCase": "none"
2435
- },
2436
- "type": "typography"
2437
- }
2438
- }
2439
- },
2440
- "link": {
2441
- "text": {
2442
- "s": {
2443
- "value": {
2444
- "fontFamily": "Sage UI",
2445
- "fontWeight": "Regular",
2446
- "lineHeight": "150%",
2447
- "fontSize": "12px",
2448
- "letterSpacing": "0%",
2449
- "paragraphSpacing": "0px",
2450
- "textDecoration": "underline",
2451
- "textCase": "none"
2452
- },
2453
- "type": "typography"
2454
- },
2455
- "m": {
2456
- "value": {
2457
- "fontFamily": "Sage UI",
2458
- "fontWeight": "Regular",
2459
- "lineHeight": "150%",
2460
- "fontSize": "14px",
2461
- "letterSpacing": "0%",
2462
- "paragraphSpacing": "0px",
2463
- "textDecoration": "underline",
2464
- "textCase": "none"
2465
- },
2466
- "type": "typography"
2467
- },
2468
- "l": {
2469
- "value": {
2470
- "fontFamily": "Sage UI",
2471
- "lineHeight": "150%",
2472
- "fontSize": "16px",
2473
- "letterSpacing": "0%",
2474
- "paragraphSpacing": "0px",
2475
- "textDecoration": "underline",
2476
- "textCase": "none"
2477
- },
2478
- "type": "typography"
2479
- }
2480
- }
2481
- },
2482
- "menu": {
2483
- "label": {
2484
- "m": {
2485
- "value": {
2486
- "fontFamily": "Sage UI",
2487
- "fontWeight": "Medium",
2488
- "lineHeight": "150%",
2489
- "fontSize": "14px",
2490
- "letterSpacing": "0%",
2491
- "paragraphSpacing": "0px"
2492
- },
2493
- "type": "typography"
2494
- },
2495
- "l": {
2496
- "value": {
2497
- "fontFamily": "Sage UI",
2498
- "fontWeight": "Medium",
2499
- "lineHeight": "150%",
2500
- "fontSize": "16px",
2501
- "letterSpacing": "0%",
2502
- "paragraphSpacing": "0px",
2503
- "textDecoration": "none",
2504
- "textCase": "none"
2505
- },
2506
- "type": "typography"
2507
- }
2508
- },
2509
- "segmentTitle": {
2510
- "m": {
2511
- "value": {
2512
- "fontFamily": "Sage UI",
2513
- "fontWeight": "Medium",
2514
- "lineHeight": "150%",
2515
- "fontSize": "12px",
2516
- "letterSpacing": "0%",
2517
- "paragraphSpacing": "0px",
2518
- "textDecoration": "none",
2519
- "textCase": "none"
2520
- },
2521
- "type": "typography"
2522
- }
2523
- }
2524
- },
2525
- "message": {
2526
- "heading": {
2527
- "m": {
2528
- "value": {
2529
- "fontFamily": "Sage UI",
2530
- "fontWeight": "Bold",
2531
- "lineHeight": "150%",
2532
- "fontSize": "14px",
2533
- "letterSpacing": "0%",
2534
- "paragraphSpacing": "0px"
2535
- },
2536
- "type": "typography"
2537
- },
2538
- "l": {
2539
- "value": {
2540
- "fontFamily": "Sage UI",
2541
- "fontWeight": "Bold",
2542
- "lineHeight": "150%",
2543
- "fontSize": "16px",
2544
- "letterSpacing": "0%",
2545
- "paragraphSpacing": "0px"
2546
- },
2547
- "type": "typography"
2548
- }
2549
- },
2550
- "text": {
2551
- "m": {
2552
- "value": {
2553
- "fontFamily": "Sage UI",
2554
- "fontWeight": "Regular",
2555
- "lineHeight": "150%",
2556
- "fontSize": "14px",
2557
- "letterSpacing": "0%",
2558
- "paragraphSpacing": "0px"
2559
- },
2560
- "type": "typography"
2561
- },
2562
- "l": {
2563
- "value": {
2564
- "fontFamily": "Sage UI",
2565
- "fontWeight": "Regular",
2566
- "lineHeight": "150%",
2567
- "fontSize": "16px",
2568
- "letterSpacing": "0%",
2569
- "paragraphSpacing": "0px"
2570
- },
2571
- "type": "typography"
2572
- }
2573
- }
2574
- },
2575
- "pagination": {
2576
- "label": {
2577
- "m": {
2578
- "value": {
2579
- "fontFamily": "Sage UI",
2580
- "fontWeight": "Regular",
2581
- "lineHeight": "150%",
2582
- "fontSize": "13px",
2583
- "letterSpacing": "0%",
2584
- "paragraphSpacing": "0px",
2585
- "textDecoration": "none",
2586
- "textCase": "none"
2587
- },
2588
- "type": "typography"
2589
- }
2590
- }
2591
- },
2592
- "pill": {
2593
- "label": {
2594
- "s": {
2595
- "value": {
2596
- "fontFamily": "Sage UI",
2597
- "fontWeight": "Medium",
2598
- "lineHeight": "150%",
2599
- "fontSize": "10px",
2600
- "letterSpacing": "0%",
2601
- "paragraphSpacing": "0px"
2602
- },
2603
- "type": "typography"
2604
- },
2605
- "m": {
2606
- "value": {
2607
- "fontFamily": "Sage UI",
2608
- "fontWeight": "Medium",
2609
- "lineHeight": "150%",
2610
- "fontSize": "12px",
2611
- "letterSpacing": "0%",
2612
- "paragraphSpacing": "0px"
2613
- },
2614
- "type": "typography"
2615
- },
2616
- "l": {
2617
- "value": {
2618
- "fontFamily": "Sage UI",
2619
- "fontWeight": "Medium",
2620
- "lineHeight": "150%",
2621
- "fontSize": "14px",
2622
- "letterSpacing": "0%",
2623
- "paragraphSpacing": "0px"
2624
- },
2625
- "type": "typography"
2626
- },
2627
- "xl": {
2628
- "value": {
2629
- "fontFamily": "Sage UI",
2630
- "fontWeight": "Medium",
2631
- "lineHeight": "150%",
2632
- "fontSize": "16px",
2633
- "letterSpacing": "0%",
2634
- "paragraphSpacing": "0px"
2635
- },
2636
- "type": "typography"
2637
- }
2638
- }
2639
- },
2640
- "profile": {
2641
- "emailText": {
2642
- "xs": {
2643
- "value": {
2644
- "fontFamily": "Sage UI",
2645
- "fontWeight": "Regular",
2646
- "lineHeight": "100%",
2647
- "fontSize": "12px",
2648
- "letterSpacing": "0%",
2649
- "paragraphSpacing": "0",
2650
- "textDecoration": "none",
2651
- "textCase": "none"
2652
- },
2653
- "type": "typography"
2654
- },
2655
- "s": {
2656
- "value": {
2657
- "fontFamily": "Sage UI",
2658
- "fontWeight": "Regular",
2659
- "lineHeight": "100%",
2660
- "fontSize": "14px",
2661
- "letterSpacing": "0%",
2662
- "paragraphSpacing": "0",
2663
- "textDecoration": "none",
2664
- "textCase": "none"
2665
- },
2666
- "type": "typography"
2667
- },
2668
- "m": {
2669
- "value": {
2670
- "fontFamily": "Sage UI",
2671
- "fontWeight": "Regular",
2672
- "lineHeight": "125%",
2673
- "fontSize": "14px",
2674
- "letterSpacing": "0%",
2675
- "paragraphSpacing": "0",
2676
- "textDecoration": "none",
2677
- "textCase": "none"
2678
- },
2679
- "type": "typography"
2680
- },
2681
- "ml": {
2682
- "value": {
2683
- "fontFamily": "Sage UI",
2684
- "fontWeight": "Regular",
2685
- "lineHeight": "125%",
2686
- "fontSize": "14px",
2687
- "letterSpacing": "0%",
2688
- "paragraphSpacing": "0",
2689
- "textDecoration": "none",
2690
- "textCase": "none"
2691
- },
2692
- "type": "typography"
2693
- },
2694
- "l": {
2695
- "value": {
2696
- "fontFamily": "Sage UI",
2697
- "fontWeight": "Regular",
2698
- "lineHeight": "125%",
2699
- "fontSize": "14px",
2700
- "letterSpacing": "0%",
2701
- "paragraphSpacing": "0",
2702
- "textDecoration": "none",
2703
- "textCase": "none"
2704
- },
2705
- "type": "typography"
2706
- },
2707
- "xl": {
2708
- "value": {
2709
- "fontFamily": "Sage UI",
2710
- "fontWeight": "Regular",
2711
- "lineHeight": "125%",
2712
- "fontSize": "18px",
2713
- "letterSpacing": "0%",
2714
- "paragraphSpacing": "0",
2715
- "textDecoration": "none",
2716
- "textCase": "none"
2717
- },
2718
- "type": "typography"
2719
- },
2720
- "xxl": {
2721
- "value": {
2722
- "fontFamily": "Sage UI",
2723
- "fontWeight": "Regular",
2724
- "lineHeight": "125%",
2725
- "fontSize": "24px",
2726
- "letterSpacing": "0%",
2727
- "paragraphSpacing": "0",
2728
- "textDecoration": "none",
2729
- "textCase": "none"
2730
- },
2731
- "type": "typography"
2732
- }
2733
- },
2734
- "emailLink": {
2735
- "xs": {
2736
- "value": {
2737
- "fontFamily": "Sage UI",
2738
- "fontWeight": "Regular",
2739
- "lineHeight": "100%",
2740
- "fontSize": "12px",
2741
- "letterSpacing": "0%",
2742
- "paragraphSpacing": "0",
2743
- "textDecoration": "underline",
2744
- "textCase": "none"
2745
- },
2746
- "type": "typography"
2747
- },
2748
- "s": {
2749
- "value": {
2750
- "fontFamily": "Sage UI",
2751
- "fontWeight": "Regular",
2752
- "lineHeight": "100%",
2753
- "fontSize": "14px",
2754
- "letterSpacing": "0%",
2755
- "paragraphSpacing": "0",
2756
- "textDecoration": "underline",
2757
- "textCase": "none"
2758
- },
2759
- "type": "typography"
2760
- },
2761
- "m": {
2762
- "value": {
2763
- "fontFamily": "Sage UI",
2764
- "fontWeight": "Regular",
2765
- "lineHeight": "125%",
2766
- "fontSize": "14px",
2767
- "letterSpacing": "0%",
2768
- "paragraphSpacing": "0",
2769
- "textDecoration": "underline",
2770
- "textCase": "none"
2771
- },
2772
- "type": "typography"
2773
- },
2774
- "ml": {
2775
- "value": {
2776
- "fontFamily": "Sage UI",
2777
- "fontWeight": "Regular",
2778
- "lineHeight": "125%",
2779
- "fontSize": "14px",
2780
- "letterSpacing": "0%",
2781
- "paragraphSpacing": "0",
2782
- "textDecoration": "underline",
2783
- "textCase": "none"
2784
- },
2785
- "type": "typography"
2786
- },
2787
- "l": {
2788
- "value": {
2789
- "fontFamily": "Sage UI",
2790
- "fontWeight": "Regular",
2791
- "lineHeight": "125%",
2792
- "fontSize": "14px",
2793
- "letterSpacing": "0%",
2794
- "paragraphSpacing": "0",
2795
- "textDecoration": "underline",
2796
- "textCase": "none"
2797
- },
2798
- "type": "typography"
2799
- },
2800
- "xl": {
2801
- "value": {
2802
- "fontFamily": "Sage UI",
2803
- "fontWeight": "Regular",
2804
- "lineHeight": "125%",
2805
- "fontSize": "18px",
2806
- "letterSpacing": "0%",
2807
- "paragraphSpacing": "0",
2808
- "textDecoration": "underline",
2809
- "textCase": "none"
2810
- },
2811
- "type": "typography"
2812
- },
2813
- "xxl": {
2814
- "value": {
2815
- "fontFamily": "Sage UI",
2816
- "fontWeight": "Regular",
2817
- "lineHeight": "125%",
2818
- "fontSize": "24px",
2819
- "letterSpacing": "0%",
2820
- "paragraphSpacing": "0",
2821
- "textDecoration": "underline",
2822
- "textCase": "none"
2823
- },
2824
- "type": "typography"
2825
- }
2826
- },
2827
- "initials": {
2828
- "xs": {
2829
- "value": {
2830
- "fontFamily": "Sage UI",
2831
- "fontWeight": "Medium",
2832
- "lineHeight": "150%",
2833
- "fontSize": "10px",
2834
- "letterSpacing": "0%",
2835
- "paragraphSpacing": "0",
2836
- "textDecoration": "none",
2837
- "textCase": "uppercase"
2838
- },
2839
- "type": "typography"
2840
- },
2841
- "s": {
2842
- "value": {
2843
- "fontFamily": "Sage UI",
2844
- "fontWeight": "Medium",
2845
- "lineHeight": "150%",
2846
- "fontSize": "14px",
2847
- "letterSpacing": "0%",
2848
- "paragraphSpacing": "0",
2849
- "textDecoration": "none",
2850
- "textCase": "uppercase"
2851
- },
2852
- "type": "typography"
2853
- },
2854
- "m": {
2855
- "value": {
2856
- "fontFamily": "Sage UI",
2857
- "fontWeight": "Medium",
2858
- "lineHeight": "150%",
2859
- "fontSize": "18px",
2860
- "letterSpacing": "0%",
2861
- "paragraphSpacing": "0",
2862
- "textDecoration": "none",
2863
- "textCase": "uppercase"
2864
- },
2865
- "type": "typography"
2866
- },
2867
- "ml": {
2868
- "value": {
2869
- "fontFamily": "Sage UI",
2870
- "fontWeight": "Medium",
2871
- "lineHeight": "150%",
2872
- "fontSize": "24px",
2873
- "letterSpacing": "0%",
2874
- "paragraphSpacing": "0",
2875
- "textDecoration": "none",
2876
- "textCase": "uppercase"
2877
- },
2878
- "type": "typography"
2879
- },
2880
- "l": {
2881
- "value": {
2882
- "fontFamily": "Sage UI",
2883
- "fontWeight": "Medium",
2884
- "lineHeight": "150%",
2885
- "fontSize": "32px",
2886
- "letterSpacing": "0%",
2887
- "paragraphSpacing": "0",
2888
- "textDecoration": "none",
2889
- "textCase": "uppercase"
2890
- },
2891
- "type": "typography"
2892
- },
2893
- "xl": {
2894
- "value": {
2895
- "fontFamily": "Sage UI",
2896
- "fontWeight": "Medium",
2897
- "lineHeight": "150%",
2898
- "fontSize": "48px",
2899
- "letterSpacing": "0%",
2900
- "paragraphSpacing": "0",
2901
- "textDecoration": "none",
2902
- "textCase": "uppercase"
2903
- },
2904
- "type": "typography"
2905
- },
2906
- "xxl": {
2907
- "value": {
2908
- "fontFamily": "Sage UI",
2909
- "fontWeight": "Medium",
2910
- "lineHeight": "150%",
2911
- "fontSize": "56px",
2912
- "letterSpacing": "0%",
2913
- "paragraphSpacing": "0",
2914
- "textDecoration": "none",
2915
- "textCase": "uppercase"
2916
- },
2917
- "type": "typography",
2918
- "description": " "
2919
- }
2920
- },
2921
- "name": {
2922
- "xs": {
2923
- "value": {
2924
- "fontFamily": "Sage UI",
2925
- "fontWeight": "Medium",
2926
- "lineHeight": "100%",
2927
- "fontSize": "13px",
2928
- "letterSpacing": "0%",
2929
- "paragraphSpacing": "0",
2930
- "textDecoration": "none",
2931
- "textCase": "none"
2932
- },
2933
- "type": "typography"
2934
- },
2935
- "s": {
2936
- "value": {
2937
- "fontFamily": "Sage UI",
2938
- "fontWeight": "Medium",
2939
- "lineHeight": "100%",
2940
- "fontSize": "14px",
2941
- "letterSpacing": "0%",
2942
- "paragraphSpacing": "0",
2943
- "textDecoration": "none",
2944
- "textCase": "none"
2945
- },
2946
- "type": "typography"
2947
- },
2948
- "m": {
2949
- "value": {
2950
- "fontFamily": "Sage UI",
2951
- "fontWeight": "Medium",
2952
- "lineHeight": "125%",
2953
- "fontSize": "14px",
2954
- "letterSpacing": "0%",
2955
- "paragraphSpacing": "0",
2956
- "textDecoration": "none",
2957
- "textCase": "none"
2958
- },
2959
- "type": "typography"
2960
- },
2961
- "ml": {
2962
- "value": {
2963
- "fontFamily": "Sage UI",
2964
- "fontWeight": "Medium",
2965
- "lineHeight": "125%",
2966
- "fontSize": "16px",
2967
- "letterSpacing": "0%",
2968
- "paragraphSpacing": "0",
2969
- "textDecoration": "none",
2970
- "textCase": "none"
2971
- },
2972
- "type": "typography"
2973
- },
2974
- "l": {
2975
- "value": {
2976
- "fontFamily": "Sage UI",
2977
- "fontWeight": "Medium",
2978
- "lineHeight": "125%",
2979
- "fontSize": "20px",
2980
- "letterSpacing": "0%",
2981
- "paragraphSpacing": "0",
2982
- "textDecoration": "none",
2983
- "textCase": "none"
2984
- },
2985
- "type": "typography"
2986
- },
2987
- "xl": {
2988
- "value": {
2989
- "fontFamily": "Sage UI",
2990
- "fontWeight": "Medium",
2991
- "lineHeight": "125%",
2992
- "fontSize": "24px",
2993
- "letterSpacing": "0%",
2994
- "paragraphSpacing": "0",
2995
- "textDecoration": "none",
2996
- "textCase": "none"
2997
- },
2998
- "type": "typography"
2999
- },
3000
- "xxl": {
3001
- "value": {
3002
- "fontFamily": "Sage UI",
3003
- "fontWeight": "Medium",
3004
- "lineHeight": "125%",
3005
- "fontSize": "32px",
3006
- "letterSpacing": "0%",
3007
- "paragraphSpacing": "0",
3008
- "textDecoration": "none",
3009
- "textCase": "none"
3010
- },
3011
- "type": "typography"
3012
- }
3013
- }
3014
- },
3015
- "progressTracker": {
3016
- "valueLabel": {
3017
- "s": {
3018
- "value": {
3019
- "fontFamily": "Sage UI",
3020
- "fontWeight": "Medium",
3021
- "lineHeight": "150%",
3022
- "fontSize": "14px",
3023
- "letterSpacing": "0%",
3024
- "paragraphSpacing": "0",
3025
- "textDecoration": "none",
3026
- "textCase": "none"
3027
- },
3028
- "type": "typography"
3029
- },
3030
- "m": {
3031
- "value": {
3032
- "fontFamily": "Sage UI",
3033
- "fontWeight": "Medium",
3034
- "lineHeight": "150%",
3035
- "fontSize": "14px",
3036
- "letterSpacing": "0%",
3037
- "paragraphSpacing": "0",
3038
- "textDecoration": "none",
3039
- "textCase": "none"
3040
- },
3041
- "type": "typography"
3042
- },
3043
- "l": {
3044
- "value": {
3045
- "fontFamily": "Sage UI",
3046
- "fontWeight": "Medium",
3047
- "lineHeight": "150%",
3048
- "fontSize": "14px",
3049
- "letterSpacing": "0%",
3050
- "paragraphSpacing": "0",
3051
- "textDecoration": "none",
3052
- "textCase": "none"
3053
- },
3054
- "type": "typography"
3055
- }
3056
- }
3057
- },
3058
- "search": {
3059
- "label": {
3060
- "m": {
3061
- "value": {
3062
- "fontFamily": "Sage UI",
3063
- "fontWeight": "Regular",
3064
- "lineHeight": "150%",
3065
- "fontSize": "14px",
3066
- "letterSpacing": "0%",
3067
- "paragraphSpacing": "0px",
3068
- "textDecoration": "none",
3069
- "textCase": "none"
3070
- },
3071
- "type": "typography"
3072
- }
3073
- }
3074
- },
3075
- "sidebar": {
3076
- "title": {
3077
- "xs": {
3078
- "value": {
3079
- "fontFamily": "Sage UI",
3080
- "fontWeight": "Bold",
3081
- "lineHeight": "125%",
3082
- "fontSize": "20px",
3083
- "letterSpacing": "0%",
3084
- "paragraphSpacing": "0px",
3085
- "textDecoration": "none",
3086
- "textCase": "none"
3087
- },
3088
- "type": "typography"
3089
- },
3090
- "s": {
3091
- "value": {
3092
- "fontFamily": "Sage UI",
3093
- "fontWeight": "Bold",
3094
- "lineHeight": "125%",
3095
- "fontSize": "20px",
3096
- "letterSpacing": "0%",
3097
- "paragraphSpacing": "0px",
3098
- "textDecoration": "none",
3099
- "textCase": "none"
3100
- },
3101
- "type": "typography"
3102
- },
3103
- "ms": {
3104
- "value": {
3105
- "fontFamily": "Sage UI",
3106
- "fontWeight": "Bold",
3107
- "lineHeight": "125%",
3108
- "fontSize": "20px",
3109
- "letterSpacing": "0%",
3110
- "paragraphSpacing": "0px",
3111
- "textDecoration": "none",
3112
- "textCase": "none"
3113
- },
3114
- "type": "typography"
3115
- },
3116
- "m": {
3117
- "value": {
3118
- "fontFamily": "Sage UI",
3119
- "fontWeight": "Bold",
3120
- "lineHeight": "125%",
3121
- "fontSize": "20px",
3122
- "letterSpacing": "0%",
3123
- "paragraphSpacing": "0px",
3124
- "textDecoration": "none",
3125
- "textCase": "none"
3126
- },
3127
- "type": "typography"
3128
- },
3129
- "ml": {
3130
- "value": {
3131
- "fontFamily": "Sage UI",
3132
- "fontWeight": "Bold",
3133
- "lineHeight": "125%",
3134
- "fontSize": "20px",
3135
- "letterSpacing": "0%",
3136
- "paragraphSpacing": "0px",
3137
- "textDecoration": "none",
3138
- "textCase": "none"
3139
- },
3140
- "type": "typography"
3141
- },
3142
- "l": {
3143
- "value": {
3144
- "fontFamily": "Sage UI",
3145
- "fontWeight": "Bold",
3146
- "lineHeight": "125%",
3147
- "fontSize": "20px",
3148
- "letterSpacing": "0%",
3149
- "paragraphSpacing": "0px",
3150
- "textDecoration": "none",
3151
- "textCase": "none"
3152
- },
3153
- "type": "typography"
3154
- },
3155
- "xl": {
3156
- "value": {
3157
- "fontFamily": "Sage UI",
3158
- "fontWeight": "Bold",
3159
- "lineHeight": "125%",
3160
- "fontSize": "20px",
3161
- "letterSpacing": "0%",
3162
- "paragraphSpacing": "0px",
3163
- "textDecoration": "none",
3164
- "textCase": "none"
3165
- },
3166
- "type": "typography"
3167
- }
3168
- },
3169
- "paragraph": {
3170
- "xs": {
3171
- "value": {
3172
- "fontFamily": "Sage UI",
3173
- "fontWeight": "Regular",
3174
- "lineHeight": "125%",
3175
- "letterSpacing": "0%",
3176
- "paragraphSpacing": "0",
3177
- "textDecoration": "none",
3178
- "textCase": "none"
3179
- },
3180
- "type": "typography"
3181
- },
3182
- "s": {
3183
- "value": {
3184
- "fontFamily": "Sage UI",
3185
- "fontWeight": "Regular",
3186
- "lineHeight": "125%",
3187
- "letterSpacing": "0%",
3188
- "paragraphSpacing": "0",
3189
- "textDecoration": "none",
3190
- "textCase": "none"
3191
- },
3192
- "type": "typography"
3193
- },
3194
- "ms": {
3195
- "value": {
3196
- "fontFamily": "Sage UI",
3197
- "fontWeight": "Regular",
3198
- "lineHeight": "125%",
3199
- "letterSpacing": "0%",
3200
- "paragraphSpacing": "0",
3201
- "textDecoration": "none",
3202
- "textCase": "none"
3203
- },
3204
- "type": "typography"
3205
- },
3206
- "m": {
3207
- "value": {
3208
- "fontFamily": "Sage UI",
3209
- "fontWeight": "Regular",
3210
- "lineHeight": "125%",
3211
- "letterSpacing": "0%",
3212
- "paragraphSpacing": "0",
3213
- "textDecoration": "none",
3214
- "textCase": "none"
3215
- },
3216
- "type": "typography"
3217
- },
3218
- "ml": {
3219
- "value": {
3220
- "fontFamily": "Sage UI",
3221
- "fontWeight": "Regular",
3222
- "lineHeight": "125%",
3223
- "letterSpacing": "0%",
3224
- "paragraphSpacing": "0",
3225
- "textDecoration": "none",
3226
- "textCase": "none"
3227
- },
3228
- "type": "typography"
3229
- },
3230
- "l": {
3231
- "value": {
3232
- "fontFamily": "Sage UI",
3233
- "fontWeight": "Regular",
3234
- "lineHeight": "125%",
3235
- "letterSpacing": "0%",
3236
- "paragraphSpacing": "0",
3237
- "textDecoration": "none",
3238
- "textCase": "none"
3239
- },
3240
- "type": "typography"
3241
- },
3242
- "xl": {
3243
- "value": {
3244
- "fontFamily": "Sage UI",
3245
- "fontWeight": "Regular",
3246
- "lineHeight": "125%",
3247
- "letterSpacing": "0%",
3248
- "paragraphSpacing": "0",
3249
- "textDecoration": "none",
3250
- "textCase": "none"
3251
- },
3252
- "type": "typography"
3253
- }
3254
- }
3255
- },
3256
- "stepFlow": {
3257
- "completeLabel": {
3258
- "m": {
3259
- "value": {
3260
- "fontFamily": "Sage UI",
3261
- "fontWeight": "Medium",
3262
- "lineHeight": "150%",
3263
- "fontSize": "14px",
3264
- "letterSpacing": "0%",
3265
- "paragraphSpacing": "0px"
3266
- },
3267
- "type": "typography"
3268
- }
3269
- },
3270
- "currentLabel": {
3271
- "m": {
3272
- "value": {
3273
- "fontFamily": "Sage UI",
3274
- "fontWeight": "Medium",
3275
- "lineHeight": "150%",
3276
- "fontSize": "14px",
3277
- "letterSpacing": "0%",
3278
- "paragraphSpacing": "0px"
3279
- },
3280
- "type": "typography"
3281
- }
3282
- },
3283
- "incompleteLabel": {
3284
- "m": {
3285
- "value": {
3286
- "fontFamily": "Sage UI",
3287
- "fontWeight": "Medium",
3288
- "lineHeight": "150%",
3289
- "fontSize": "14px",
3290
- "letterSpacing": "0%",
3291
- "paragraphSpacing": "0px"
3292
- },
3293
- "type": "typography"
3294
- }
3295
- }
3296
- },
3297
- "switch": {
3298
- "optionLabel": {
3299
- "m": {
3300
- "value": {
3301
- "fontFamily": "Sage UI",
3302
- "fontWeight": "Medium",
3303
- "lineHeight": "150%",
3304
- "fontSize": "12px",
3305
- "letterSpacing": "0%",
3306
- "paragraphSpacing": "0px",
3307
- "textCase": "uppercase",
3308
- "textDecoration": "none"
3309
- },
3310
- "type": "typography"
3311
- },
3312
- "l": {
3313
- "value": {
3314
- "fontFamily": "Sage UI",
3315
- "fontWeight": "Medium",
3316
- "lineHeight": "150%",
3317
- "fontSize": "14px",
3318
- "letterSpacing": "0%",
3319
- "paragraphSpacing": "0px",
3320
- "textDecoration": "none",
3321
- "textCase": "uppercase"
3322
- },
3323
- "type": "typography"
3324
- }
3325
- }
3326
- },
3327
- "table": {
3328
- "headerText": {
3329
- "xs": {
3330
- "value": {
3331
- "fontFamily": "Sage UI",
3332
- "fontWeight": "Medium",
3333
- "lineHeight": "150%",
3334
- "fontSize": "13px",
3335
- "letterSpacing": "0%",
3336
- "paragraphSpacing": "0px",
3337
- "textDecoration": "none",
3338
- "textCase": "none"
3339
- },
3340
- "type": "typography"
3341
- },
3342
- "s": {
3343
- "value": {
3344
- "fontFamily": "Sage UI",
3345
- "fontWeight": "Medium",
3346
- "lineHeight": "150%",
3347
- "fontSize": "14px",
3348
- "letterSpacing": "0%",
3349
- "paragraphSpacing": "0px",
3350
- "textDecoration": "none",
3351
- "textCase": "none"
3352
- },
3353
- "type": "typography"
3354
- },
3355
- "m": {
3356
- "value": {
3357
- "fontFamily": "Sage UI",
3358
- "fontWeight": "Medium",
3359
- "lineHeight": "150%",
3360
- "fontSize": "14px",
3361
- "letterSpacing": "0%",
3362
- "paragraphSpacing": "0px",
3363
- "textDecoration": "none",
3364
- "textCase": "none"
3365
- },
3366
- "type": "typography"
3367
- },
3368
- "l": {
3369
- "value": {
3370
- "fontFamily": "Sage UI",
3371
- "fontWeight": "Medium",
3372
- "lineHeight": "150%",
3373
- "fontSize": "16px",
3374
- "letterSpacing": "0%",
3375
- "paragraphSpacing": "0px",
3376
- "textDecoration": "none",
3377
- "textCase": "none"
3378
- },
3379
- "type": "typography"
3380
- },
3381
- "xl": {
3382
- "value": {
3383
- "fontFamily": "Sage UI",
3384
- "fontWeight": "Medium",
3385
- "lineHeight": "150%",
3386
- "fontSize": "16px",
3387
- "letterSpacing": "0%",
3388
- "paragraphSpacing": "0px",
3389
- "textDecoration": "none",
3390
- "textCase": "none"
3391
- },
3392
- "type": "typography"
3393
- }
3394
- },
3395
- "cellText": {
3396
- "xs": {
3397
- "value": {
3398
- "fontFamily": "Sage UI",
3399
- "fontWeight": "Regular",
3400
- "lineHeight": "150%",
3401
- "fontSize": "13px",
3402
- "letterSpacing": "0%",
3403
- "paragraphSpacing": "0px",
3404
- "textDecoration": "none",
3405
- "textCase": "none"
3406
- },
3407
- "type": "typography"
3408
- },
3409
- "s": {
3410
- "value": {
3411
- "fontFamily": "Sage UI",
3412
- "fontWeight": "Regular",
3413
- "lineHeight": "150%",
3414
- "fontSize": "14px",
3415
- "letterSpacing": "0%",
3416
- "paragraphSpacing": "0px",
3417
- "textDecoration": "none",
3418
- "textCase": "none"
3419
- },
3420
- "type": "typography"
3421
- },
3422
- "m": {
3423
- "value": {
3424
- "fontFamily": "Sage UI",
3425
- "fontWeight": "Regular",
3426
- "lineHeight": "150%",
3427
- "fontSize": "14px",
3428
- "letterSpacing": "0%",
3429
- "paragraphSpacing": "0px",
3430
- "textDecoration": "none",
3431
- "textCase": "none"
3432
- },
3433
- "type": "typography"
3434
- },
3435
- "l": {
3436
- "value": {
3437
- "fontFamily": "Sage UI",
3438
- "fontWeight": "Regular",
3439
- "lineHeight": "150%",
3440
- "fontSize": "16px",
3441
- "letterSpacing": "0%",
3442
- "paragraphSpacing": "0px",
3443
- "textDecoration": "none",
3444
- "textCase": "none"
3445
- },
3446
- "type": "typography"
3447
- },
3448
- "xl": {
3449
- "value": {
3450
- "fontFamily": "Sage UI",
3451
- "fontWeight": "Regular",
3452
- "lineHeight": "150%",
3453
- "fontSize": "16px",
3454
- "letterSpacing": "0%",
3455
- "paragraphSpacing": "0px",
3456
- "textDecoration": "none",
3457
- "textCase": "none"
3458
- },
3459
- "type": "typography"
3460
- }
3461
- }
3462
- },
3463
- "tile": {
3464
- "paragraph": {
3465
- "m": {
3466
- "value": {
3467
- "fontFamily": "Sage UI",
3468
- "fontWeight": "Regular",
3469
- "lineHeight": "150%",
3470
- "fontSize": "14px",
3471
- "letterSpacing": "0%",
3472
- "paragraphSpacing": "0",
3473
- "textDecoration": "none",
3474
- "textCase": "none"
3475
- },
3476
- "type": "typography"
3477
- }
3478
- }
3479
- },
3480
- "tooltip": {
3481
- "text": {
3482
- "m": {
3483
- "value": {
3484
- "fontFamily": "Sage UI",
3485
- "fontWeight": "Regular",
3486
- "lineHeight": "150%",
3487
- "fontSize": "14px",
3488
- "letterSpacing": "0%",
3489
- "paragraphSpacing": "0px"
3490
- },
3491
- "type": "typography"
3492
- },
3493
- "l": {
3494
- "value": {
3495
- "fontFamily": "Sage UI",
3496
- "fontWeight": "Regular",
3497
- "lineHeight": "150%",
3498
- "fontSize": "16px",
3499
- "letterSpacing": "0%",
3500
- "paragraphSpacing": "0px"
3501
- },
3502
- "type": "typography"
3503
- }
3504
- }
3505
- }
3506
- },
3507
- "opacity": {
3508
- "300": {
3509
- "value": "0.3",
3510
- "type": "opacity"
3511
- },
3512
- "600": {
3513
- "value": "0.6",
3514
- "type": "opacity"
3515
- },
3516
- "800": {
3517
- "value": "0.8",
3518
- "type": "opacity"
3519
- }
3520
- }
3521
- }
3522
- }
1
+ {}