@sage/design-tokens 2.26.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,3535 +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
- "1200": {
1152
- "value": "96px",
1153
- "type": "sizing"
1154
- },
1155
- "1300": {
1156
- "value": "104px",
1157
- "type": "sizing"
1158
- },
1159
- "1600": {
1160
- "value": "128px",
1161
- "type": "sizing"
1162
- },
1163
- "010": {
1164
- "value": "1px",
1165
- "type": "sizing"
1166
- },
1167
- "025": {
1168
- "value": "2px",
1169
- "type": "sizing"
1170
- },
1171
- "050": {
1172
- "value": "4px",
1173
- "type": "sizing"
1174
- },
1175
- "075": {
1176
- "value": "6px",
1177
- "type": "sizing"
1178
- },
1179
- "logowidth": {
1180
- "value": "40px",
1181
- "type": "sizing"
1182
- }
1183
- },
1184
- "spacing": {
1185
- "100": {
1186
- "value": "8px",
1187
- "type": "spacing"
1188
- },
1189
- "110": {
1190
- "value": "9px",
1191
- "type": "spacing"
1192
- },
1193
- "125": {
1194
- "value": "10px",
1195
- "type": "spacing"
1196
- },
1197
- "150": {
1198
- "value": "12px",
1199
- "type": "spacing"
1200
- },
1201
- "200": {
1202
- "value": "16px",
1203
- "type": "spacing"
1204
- },
1205
- "250": {
1206
- "value": "20px",
1207
- "type": "spacing"
1208
- },
1209
- "300": {
1210
- "value": "24px",
1211
- "type": "spacing"
1212
- },
1213
- "400": {
1214
- "value": "32px",
1215
- "type": "spacing"
1216
- },
1217
- "500": {
1218
- "value": "40px",
1219
- "type": "spacing"
1220
- },
1221
- "600": {
1222
- "value": "48px",
1223
- "type": "spacing"
1224
- },
1225
- "700": {
1226
- "value": "56px",
1227
- "type": "spacing"
1228
- },
1229
- "800": {
1230
- "value": "64px",
1231
- "type": "spacing"
1232
- },
1233
- "900": {
1234
- "value": "72px",
1235
- "type": "spacing"
1236
- },
1237
- "1000": {
1238
- "value": "80px",
1239
- "type": "spacing"
1240
- },
1241
- "000": {
1242
- "value": "0",
1243
- "type": "spacing"
1244
- },
1245
- "010": {
1246
- "value": "1px",
1247
- "type": "spacing"
1248
- },
1249
- "025": {
1250
- "value": "2px",
1251
- "type": "spacing"
1252
- },
1253
- "050": {
1254
- "value": "4px",
1255
- "type": "spacing"
1256
- },
1257
- "060": {
1258
- "value": "5px",
1259
- "type": "spacing"
1260
- },
1261
- "075": {
1262
- "value": "6px",
1263
- "type": "spacing"
1264
- }
1265
- },
1266
- "borderWidth": {
1267
- "100": {
1268
- "value": "1px",
1269
- "type": "borderWidth"
1270
- },
1271
- "200": {
1272
- "value": "2px",
1273
- "type": "borderWidth"
1274
- },
1275
- "300": {
1276
- "value": "3px",
1277
- "type": "borderWidth"
1278
- },
1279
- "400": {
1280
- "value": "4px",
1281
- "type": "borderWidth"
1282
- },
1283
- "000": {
1284
- "value": "0px",
1285
- "type": "borderWidth"
1286
- }
1287
- },
1288
- "fontSizes": {
1289
- "100": {
1290
- "value": "14px",
1291
- "type": "fontSizes"
1292
- },
1293
- "200": {
1294
- "value": "16px",
1295
- "type": "fontSizes"
1296
- },
1297
- "300": {
1298
- "value": "18px",
1299
- "type": "fontSizes"
1300
- },
1301
- "400": {
1302
- "value": "20px",
1303
- "type": "fontSizes"
1304
- },
1305
- "500": {
1306
- "value": "22px",
1307
- "type": "fontSizes"
1308
- },
1309
- "600": {
1310
- "value": "24px",
1311
- "type": "fontSizes"
1312
- },
1313
- "700": {
1314
- "value": "32px",
1315
- "type": "fontSizes"
1316
- },
1317
- "800": {
1318
- "value": "40px",
1319
- "type": "fontSizes"
1320
- },
1321
- "900": {
1322
- "value": "48px",
1323
- "type": "fontSizes"
1324
- },
1325
- "1000": {
1326
- "value": "56px",
1327
- "type": "fontSizes"
1328
- },
1329
- "010": {
1330
- "value": "10px",
1331
- "type": "fontSizes"
1332
- },
1333
- "025": {
1334
- "value": "12px",
1335
- "type": "fontSizes"
1336
- },
1337
- "050": {
1338
- "value": "13px",
1339
- "type": "fontSizes"
1340
- }
1341
- },
1342
- "boxShadow": {
1343
- "100": {
1344
- "value": [
1345
- {
1346
- "x": "0",
1347
- "y": "5",
1348
- "blur": "5",
1349
- "spread": "0",
1350
- "color": "#00141e33",
1351
- "type": "dropShadow"
1352
- },
1353
- {
1354
- "x": "0",
1355
- "y": "10",
1356
- "blur": "10",
1357
- "spread": "0",
1358
- "color": "#00141e1a",
1359
- "type": "dropShadow"
1360
- }
1361
- ],
1362
- "type": "boxShadow"
1363
- },
1364
- "150": {
1365
- "value": {
1366
- "x": "0",
1367
- "y": "-4",
1368
- "blur": "12",
1369
- "spread": "0",
1370
- "color": "#00141e0d",
1371
- "type": "dropShadow"
1372
- },
1373
- "description": "for sticky footers",
1374
- "type": "boxShadow"
1375
- },
1376
- "200": {
1377
- "value": [
1378
- {
1379
- "x": "0",
1380
- "y": "10",
1381
- "blur": "20",
1382
- "spread": "0",
1383
- "color": "#00141e33",
1384
- "type": "dropShadow"
1385
- },
1386
- {
1387
- "x": "0",
1388
- "y": "20",
1389
- "blur": "40",
1390
- "spread": "0",
1391
- "color": "#00141e1a",
1392
- "type": "dropShadow"
1393
- }
1394
- ],
1395
- "type": "boxShadow"
1396
- },
1397
- "300": {
1398
- "value": [
1399
- {
1400
- "x": "0",
1401
- "y": "10",
1402
- "blur": "30",
1403
- "spread": "0",
1404
- "color": "#00141e1a",
1405
- "type": "dropShadow"
1406
- },
1407
- {
1408
- "x": "0",
1409
- "y": "30",
1410
- "blur": "60",
1411
- "spread": "0",
1412
- "color": "#00141e1a",
1413
- "type": "dropShadow"
1414
- }
1415
- ],
1416
- "type": "boxShadow"
1417
- },
1418
- "400": {
1419
- "value": [
1420
- {
1421
- "x": "0",
1422
- "y": "10",
1423
- "blur": "40",
1424
- "spread": "0",
1425
- "color": "#00141e0a",
1426
- "type": "dropShadow"
1427
- },
1428
- {
1429
- "x": "0",
1430
- "y": "50",
1431
- "blur": "80",
1432
- "spread": "0",
1433
- "color": "#00141e1a",
1434
- "type": "dropShadow"
1435
- }
1436
- ],
1437
- "type": "boxShadow"
1438
- },
1439
- "010": {
1440
- "value": {
1441
- "x": "0",
1442
- "y": "-1px",
1443
- "blur": "0",
1444
- "spread": "0",
1445
- "color": "#e6ebedff",
1446
- "type": "innerShadow"
1447
- },
1448
- "description": "bottom internal border",
1449
- "type": "boxShadow"
1450
- },
1451
- "050": {
1452
- "value": [
1453
- {
1454
- "x": "0",
1455
- "y": "3",
1456
- "blur": "3",
1457
- "spread": "0",
1458
- "color": "#00141e33",
1459
- "type": "dropShadow"
1460
- },
1461
- {
1462
- "x": "0",
1463
- "y": "2",
1464
- "blur": "4",
1465
- "spread": "0",
1466
- "color": "#00141e26",
1467
- "type": "dropShadow"
1468
- }
1469
- ],
1470
- "description": "",
1471
- "type": "boxShadow"
1472
- },
1473
- "075": {
1474
- "value": {
1475
- "x": "0",
1476
- "y": "6",
1477
- "blur": "4",
1478
- "spread": "-4",
1479
- "color": "#00141e0d",
1480
- "type": "innerShadow"
1481
- },
1482
- "description": "for table expandable row 1st child",
1483
- "type": "boxShadow"
1484
- },
1485
- "090": {
1486
- "value": {
1487
- "x": "0",
1488
- "y": "4px",
1489
- "blur": "8px",
1490
- "spread": "-4px",
1491
- "color": "#00141e1a",
1492
- "type": "dropShadow"
1493
- },
1494
- "type": "boxShadow",
1495
- "description": "product nav horizontal"
1496
- },
1497
- "091": {
1498
- "value": {
1499
- "x": "4px",
1500
- "y": "0",
1501
- "blur": "8px",
1502
- "spread": "-4px",
1503
- "color": "#00141e1a",
1504
- "type": "dropShadow"
1505
- },
1506
- "type": "boxShadow",
1507
- "description": "product nav vertical"
1508
- }
1509
- },
1510
- "fontWeights": {
1511
- "400": {
1512
- "value": "Regular",
1513
- "type": "fontWeights"
1514
- },
1515
- "500": {
1516
- "value": "Medium",
1517
- "type": "fontWeights"
1518
- },
1519
- "700": {
1520
- "value": "Bold",
1521
- "type": "fontWeights"
1522
- }
1523
- },
1524
- "lineHeights": {
1525
- "300": {
1526
- "value": "100%",
1527
- "type": "lineHeights"
1528
- },
1529
- "400": {
1530
- "value": "125%",
1531
- "type": "lineHeights"
1532
- },
1533
- "500": {
1534
- "value": "150%",
1535
- "type": "lineHeights"
1536
- }
1537
- },
1538
- "fontFamilies": {
1539
- "default": {
1540
- "value": "Sage UI",
1541
- "type": "fontFamilies"
1542
- },
1543
- "ios": {
1544
- "value": "San Francisco",
1545
- "type": "fontFamilies"
1546
- },
1547
- "android": {
1548
- "value": "Roboto",
1549
- "type": "fontFamilies"
1550
- },
1551
- "other": {
1552
- "value": "Open Sans",
1553
- "type": "fontFamilies"
1554
- }
1555
- },
1556
- "borderRadius": {
1557
- "circle": {
1558
- "value": "50%",
1559
- "type": "borderRadius"
1560
- }
1561
- },
1562
- "typography": {
1563
- "accordion": {
1564
- "title": {
1565
- "m": {
1566
- "value": {
1567
- "fontFamily": "Sage UI",
1568
- "fontWeight": "Bold",
1569
- "lineHeight": "125%",
1570
- "fontSize": "20px",
1571
- "letterSpacing": "0%",
1572
- "paragraphSpacing": "0",
1573
- "textDecoration": "none",
1574
- "textCase": "none"
1575
- },
1576
- "type": "typography"
1577
- }
1578
- },
1579
- "subtitle": {
1580
- "m": {
1581
- "value": {
1582
- "fontFamily": "Sage UI",
1583
- "fontWeight": "Regular",
1584
- "lineHeight": "150%",
1585
- "fontSize": "14px",
1586
- "letterSpacing": "0%",
1587
- "paragraphSpacing": "0",
1588
- "textDecoration": "none",
1589
- "textCase": "none"
1590
- },
1591
- "type": "typography"
1592
- }
1593
- },
1594
- "paragraph": {
1595
- "m": {
1596
- "value": {
1597
- "fontFamily": "Sage UI",
1598
- "fontWeight": "Regular",
1599
- "lineHeight": "150%",
1600
- "fontSize": "14px",
1601
- "letterSpacing": "0%",
1602
- "paragraphSpacing": "0",
1603
- "textDecoration": "none",
1604
- "textCase": "none"
1605
- },
1606
- "type": "typography"
1607
- }
1608
- }
1609
- },
1610
- "actionPopover": {
1611
- "menuItem": {
1612
- "m": {
1613
- "value": {
1614
- "fontFamily": "Sage UI",
1615
- "fontWeight": "Bold",
1616
- "lineHeight": "150%",
1617
- "fontSize": "14px",
1618
- "letterSpacing": "0%",
1619
- "paragraphSpacing": "0",
1620
- "textDecoration": "none",
1621
- "textCase": "none"
1622
- },
1623
- "type": "typography"
1624
- }
1625
- }
1626
- },
1627
- "anchorNav": {
1628
- "label": {
1629
- "m": {
1630
- "value": {
1631
- "fontFamily": "Sage UI",
1632
- "fontWeight": "Medium",
1633
- "lineHeight": "150%",
1634
- "fontSize": "14px",
1635
- "letterSpacing": "0%",
1636
- "paragraphSpacing": "0",
1637
- "textDecoration": "none",
1638
- "textCase": "none"
1639
- },
1640
- "type": "typography"
1641
- }
1642
- }
1643
- },
1644
- "badge": {
1645
- "label": {
1646
- "m": {
1647
- "value": {
1648
- "fontFamily": "Sage UI",
1649
- "fontWeight": "Medium",
1650
- "lineHeight": "150%",
1651
- "fontSize": "12px",
1652
- "letterSpacing": "0%",
1653
- "paragraphSpacing": "0",
1654
- "textDecoration": "none",
1655
- "textCase": "none"
1656
- },
1657
- "type": "typography"
1658
- }
1659
- }
1660
- },
1661
- "button": {
1662
- "label": {
1663
- "s": {
1664
- "value": {
1665
- "fontFamily": "Sage UI",
1666
- "fontWeight": "Medium",
1667
- "lineHeight": "150%",
1668
- "fontSize": "14px",
1669
- "letterSpacing": "0%",
1670
- "paragraphSpacing": "0px",
1671
- "textDecoration": "none",
1672
- "textCase": "none"
1673
- },
1674
- "type": "typography"
1675
- },
1676
- "m": {
1677
- "value": {
1678
- "fontFamily": "Sage UI",
1679
- "fontWeight": "Medium",
1680
- "lineHeight": "150%",
1681
- "fontSize": "14px",
1682
- "letterSpacing": "0%",
1683
- "paragraphSpacing": "0px",
1684
- "textDecoration": "none",
1685
- "textCase": "none"
1686
- },
1687
- "type": "typography"
1688
- },
1689
- "l": {
1690
- "value": {
1691
- "fontFamily": "Sage UI",
1692
- "fontWeight": "Medium",
1693
- "lineHeight": "150%",
1694
- "fontSize": "16px",
1695
- "letterSpacing": "0%",
1696
- "paragraphSpacing": "0px",
1697
- "textDecoration": "none",
1698
- "textCase": "none"
1699
- },
1700
- "type": "typography"
1701
- }
1702
- }
1703
- },
1704
- "card": {
1705
- "paragraph": {
1706
- "m": {
1707
- "value": {
1708
- "fontFamily": "Sage UI",
1709
- "fontWeight": "Regular",
1710
- "lineHeight": "150%",
1711
- "fontSize": "14px",
1712
- "letterSpacing": "0%",
1713
- "paragraphSpacing": "0",
1714
- "textDecoration": "none",
1715
- "textCase": "none"
1716
- },
1717
- "type": "typography"
1718
- }
1719
- }
1720
- },
1721
- "cardSelect": {
1722
- "title": {
1723
- "m": {
1724
- "value": {
1725
- "fontFamily": "Sage UI",
1726
- "fontWeight": "Bold",
1727
- "lineHeight": "150%",
1728
- "fontSize": "16px",
1729
- "letterSpacing": "0%",
1730
- "paragraphSpacing": "0",
1731
- "textDecoration": "none",
1732
- "textCase": "none"
1733
- },
1734
- "type": "typography"
1735
- }
1736
- },
1737
- "subtitle": {
1738
- "m": {
1739
- "value": {
1740
- "fontFamily": "Sage UI",
1741
- "fontWeight": "Medium",
1742
- "lineHeight": "150%",
1743
- "fontSize": "14px",
1744
- "letterSpacing": "0%",
1745
- "paragraphSpacing": "0",
1746
- "textDecoration": "none",
1747
- "textCase": "none"
1748
- },
1749
- "type": "typography"
1750
- }
1751
- },
1752
- "paragraph": {
1753
- "m": {
1754
- "value": {
1755
- "fontFamily": "Sage UI",
1756
- "fontWeight": "Regular",
1757
- "lineHeight": "150%",
1758
- "fontSize": "14px",
1759
- "letterSpacing": "0%",
1760
- "paragraphSpacing": "0",
1761
- "textDecoration": "none",
1762
- "textCase": "none"
1763
- },
1764
- "type": "typography"
1765
- }
1766
- }
1767
- },
1768
- "datePicker": {
1769
- "calendar": {
1770
- "date": {
1771
- "m": {
1772
- "value": {
1773
- "fontFamily": "Sage UI",
1774
- "fontWeight": "Bold",
1775
- "lineHeight": "150%",
1776
- "fontSize": "14px",
1777
- "letterSpacing": "0%",
1778
- "paragraphSpacing": "0",
1779
- "textDecoration": "none",
1780
- "textCase": "none"
1781
- },
1782
- "type": "typography"
1783
- }
1784
- },
1785
- "day": {
1786
- "m": {
1787
- "value": {
1788
- "fontFamily": "Sage UI",
1789
- "fontWeight": "Bold",
1790
- "lineHeight": "150%",
1791
- "fontSize": "14px",
1792
- "letterSpacing": "0%",
1793
- "paragraphSpacing": "0",
1794
- "textDecoration": "none",
1795
- "textCase": "none"
1796
- },
1797
- "type": "typography"
1798
- }
1799
- },
1800
- "month": {
1801
- "m": {
1802
- "value": {
1803
- "fontFamily": "Sage UI",
1804
- "fontWeight": "Bold",
1805
- "lineHeight": "125%",
1806
- "fontSize": "16px",
1807
- "letterSpacing": "0%",
1808
- "paragraphSpacing": "0",
1809
- "textDecoration": "none",
1810
- "textCase": "none"
1811
- },
1812
- "type": "typography"
1813
- }
1814
- }
1815
- }
1816
- },
1817
- "dialog": {
1818
- "title": {
1819
- "xs": {
1820
- "value": {
1821
- "fontFamily": "Sage UI",
1822
- "fontWeight": "Bold",
1823
- "lineHeight": "125%",
1824
- "fontSize": "24px",
1825
- "letterSpacing": "0%",
1826
- "paragraphSpacing": "0px"
1827
- },
1828
- "type": "typography"
1829
- },
1830
- "s": {
1831
- "value": {
1832
- "fontFamily": "Sage UI",
1833
- "fontWeight": "Bold",
1834
- "lineHeight": "125%",
1835
- "fontSize": "24px",
1836
- "letterSpacing": "0%",
1837
- "paragraphSpacing": "0px"
1838
- },
1839
- "type": "typography"
1840
- },
1841
- "ms": {
1842
- "value": {
1843
- "fontFamily": "Sage UI",
1844
- "fontWeight": "Bold",
1845
- "lineHeight": "125%",
1846
- "fontSize": "24px",
1847
- "letterSpacing": "0%",
1848
- "paragraphSpacing": "0px"
1849
- },
1850
- "type": "typography"
1851
- },
1852
- "m": {
1853
- "value": {
1854
- "fontFamily": "Sage UI",
1855
- "fontWeight": "Bold",
1856
- "lineHeight": "125%",
1857
- "fontSize": "24px",
1858
- "letterSpacing": "0%",
1859
- "paragraphSpacing": "0px"
1860
- },
1861
- "type": "typography"
1862
- },
1863
- "ml": {
1864
- "value": {
1865
- "fontFamily": "Sage UI",
1866
- "fontWeight": "Bold",
1867
- "lineHeight": "125%",
1868
- "fontSize": "24px",
1869
- "letterSpacing": "0%",
1870
- "paragraphSpacing": "0px"
1871
- },
1872
- "type": "typography"
1873
- },
1874
- "l": {
1875
- "value": {
1876
- "fontFamily": "Sage UI",
1877
- "fontWeight": "Bold",
1878
- "lineHeight": "125%",
1879
- "fontSize": "24px",
1880
- "letterSpacing": "0%",
1881
- "paragraphSpacing": "0px"
1882
- },
1883
- "type": "typography"
1884
- },
1885
- "xl": {
1886
- "value": {
1887
- "fontFamily": "Sage UI",
1888
- "fontWeight": "Bold",
1889
- "lineHeight": "125%",
1890
- "fontSize": "24px",
1891
- "letterSpacing": "0%",
1892
- "paragraphSpacing": "0px"
1893
- },
1894
- "type": "typography"
1895
- },
1896
- "xxl": {
1897
- "value": {
1898
- "fontFamily": "Sage UI",
1899
- "fontWeight": "Bold",
1900
- "lineHeight": "125%",
1901
- "fontSize": "24px",
1902
- "letterSpacing": "0%",
1903
- "paragraphSpacing": "0px"
1904
- },
1905
- "type": "typography"
1906
- }
1907
- },
1908
- "paragraph": {
1909
- "xs": {
1910
- "value": {
1911
- "fontFamily": "Sage UI",
1912
- "fontWeight": "Regular",
1913
- "lineHeight": "150%",
1914
- "fontSize": "14px",
1915
- "letterSpacing": "0%",
1916
- "paragraphSpacing": "0",
1917
- "textDecoration": "none",
1918
- "textCase": "none"
1919
- },
1920
- "type": "typography"
1921
- },
1922
- "s": {
1923
- "value": {
1924
- "fontFamily": "Sage UI",
1925
- "fontWeight": "Regular",
1926
- "lineHeight": "150%",
1927
- "fontSize": "14px",
1928
- "letterSpacing": "0%",
1929
- "paragraphSpacing": "0",
1930
- "textDecoration": "none",
1931
- "textCase": "none"
1932
- },
1933
- "type": "typography"
1934
- },
1935
- "ms": {
1936
- "value": {
1937
- "fontFamily": "Sage UI",
1938
- "fontWeight": "Regular",
1939
- "lineHeight": "150%",
1940
- "fontSize": "14px",
1941
- "letterSpacing": "0%",
1942
- "paragraphSpacing": "0",
1943
- "textDecoration": "none",
1944
- "textCase": "none"
1945
- },
1946
- "type": "typography"
1947
- },
1948
- "m": {
1949
- "value": {
1950
- "fontFamily": "Sage UI",
1951
- "fontWeight": "Regular",
1952
- "lineHeight": "150%",
1953
- "fontSize": "14px",
1954
- "letterSpacing": "0%",
1955
- "paragraphSpacing": "0",
1956
- "textDecoration": "none",
1957
- "textCase": "none"
1958
- },
1959
- "type": "typography"
1960
- },
1961
- "ml": {
1962
- "value": {
1963
- "fontFamily": "Sage UI",
1964
- "fontWeight": "Regular",
1965
- "lineHeight": "150%",
1966
- "fontSize": "14px",
1967
- "letterSpacing": "0%",
1968
- "paragraphSpacing": "0",
1969
- "textDecoration": "none",
1970
- "textCase": "none"
1971
- },
1972
- "type": "typography"
1973
- },
1974
- "l": {
1975
- "value": {
1976
- "fontFamily": "Sage UI",
1977
- "fontWeight": "Regular",
1978
- "lineHeight": "150%",
1979
- "fontSize": "14px",
1980
- "letterSpacing": "0%",
1981
- "paragraphSpacing": "0",
1982
- "textDecoration": "none",
1983
- "textCase": "none"
1984
- },
1985
- "type": "typography"
1986
- },
1987
- "xl": {
1988
- "value": {
1989
- "fontFamily": "Sage UI",
1990
- "fontWeight": "Regular",
1991
- "lineHeight": "150%",
1992
- "fontSize": "14px",
1993
- "letterSpacing": "0%",
1994
- "paragraphSpacing": "0",
1995
- "textDecoration": "none",
1996
- "textCase": "none"
1997
- },
1998
- "type": "typography"
1999
- },
2000
- "xxl": {
2001
- "value": {
2002
- "fontFamily": "Sage UI",
2003
- "fontWeight": "Regular",
2004
- "lineHeight": "150%",
2005
- "fontSize": "14px",
2006
- "letterSpacing": "0%",
2007
- "paragraphSpacing": "0",
2008
- "textDecoration": "none",
2009
- "textCase": "none"
2010
- },
2011
- "type": "typography"
2012
- }
2013
- }
2014
- },
2015
- "drawer": {
2016
- "title": {
2017
- "m": {
2018
- "value": {
2019
- "fontFamily": "Sage UI",
2020
- "fontWeight": "Bold",
2021
- "lineHeight": "125%",
2022
- "fontSize": "22px",
2023
- "letterSpacing": "0%",
2024
- "paragraphSpacing": "0px",
2025
- "textDecoration": "none",
2026
- "textCase": "none"
2027
- },
2028
- "type": "typography"
2029
- }
2030
- },
2031
- "paragraph": {
2032
- "m": {
2033
- "value": {
2034
- "fontFamily": "Sage UI",
2035
- "fontWeight": "Regular",
2036
- "lineHeight": "125%",
2037
- "fontSize": "14px",
2038
- "letterSpacing": "0%",
2039
- "paragraphSpacing": "0",
2040
- "textDecoration": "none",
2041
- "textCase": "none"
2042
- },
2043
- "type": "typography"
2044
- }
2045
- }
2046
- },
2047
- "flash": {
2048
- "text": {
2049
- "m": {
2050
- "value": {
2051
- "fontFamily": "Sage UI",
2052
- "fontWeight": "Regular",
2053
- "lineHeight": "150%",
2054
- "fontSize": "14px",
2055
- "letterSpacing": "0%",
2056
- "paragraphSpacing": "0px"
2057
- },
2058
- "type": "typography"
2059
- },
2060
- "l": {
2061
- "value": {
2062
- "fontFamily": "Sage UI",
2063
- "fontWeight": "Regular",
2064
- "lineHeight": "150%",
2065
- "fontSize": "16px",
2066
- "letterSpacing": "0%",
2067
- "paragraphSpacing": "0px"
2068
- },
2069
- "type": "typography"
2070
- }
2071
- }
2072
- },
2073
- "formField": {
2074
- "label": {
2075
- "xs": {
2076
- "value": {
2077
- "fontFamily": "Sage UI",
2078
- "fontWeight": "Medium",
2079
- "lineHeight": "150%",
2080
- "fontSize": "14px",
2081
- "letterSpacing": "0%",
2082
- "paragraphSpacing": "0px"
2083
- },
2084
- "type": "typography"
2085
- },
2086
- "s": {
2087
- "value": {
2088
- "fontFamily": "Sage UI",
2089
- "fontWeight": "Medium",
2090
- "lineHeight": "150%",
2091
- "fontSize": "14px",
2092
- "letterSpacing": "0%",
2093
- "paragraphSpacing": "0px"
2094
- },
2095
- "type": "typography"
2096
- },
2097
- "m": {
2098
- "value": {
2099
- "fontFamily": "Sage UI",
2100
- "fontWeight": "Medium",
2101
- "lineHeight": "150%",
2102
- "fontSize": "14px",
2103
- "letterSpacing": "0%",
2104
- "paragraphSpacing": "0px"
2105
- },
2106
- "type": "typography"
2107
- },
2108
- "l": {
2109
- "value": {
2110
- "fontFamily": "Sage UI",
2111
- "fontWeight": "Medium",
2112
- "lineHeight": "150%",
2113
- "fontSize": "16px",
2114
- "letterSpacing": "0%",
2115
- "paragraphSpacing": "0px"
2116
- },
2117
- "type": "typography"
2118
- }
2119
- },
2120
- "hintText": {
2121
- "xs": {
2122
- "value": {
2123
- "fontFamily": "Sage UI",
2124
- "fontWeight": "Regular",
2125
- "lineHeight": "150%",
2126
- "fontSize": "14px",
2127
- "letterSpacing": "0%",
2128
- "paragraphSpacing": "0px"
2129
- },
2130
- "type": "typography"
2131
- },
2132
- "s": {
2133
- "value": {
2134
- "fontFamily": "Sage UI",
2135
- "fontWeight": "Regular",
2136
- "lineHeight": "150%",
2137
- "fontSize": "14px",
2138
- "letterSpacing": "0%",
2139
- "paragraphSpacing": "0px"
2140
- },
2141
- "type": "typography"
2142
- },
2143
- "m": {
2144
- "value": {
2145
- "fontFamily": "Sage UI",
2146
- "fontWeight": "Regular",
2147
- "lineHeight": "150%",
2148
- "fontSize": "14px",
2149
- "letterSpacing": "0%",
2150
- "paragraphSpacing": "0px"
2151
- },
2152
- "type": "typography"
2153
- },
2154
- "l": {
2155
- "value": {
2156
- "fontFamily": "Sage UI",
2157
- "fontWeight": "Regular",
2158
- "lineHeight": "150%",
2159
- "fontSize": "16px",
2160
- "letterSpacing": "0%",
2161
- "paragraphSpacing": "0px"
2162
- },
2163
- "type": "typography"
2164
- }
2165
- },
2166
- "errorMessage": {
2167
- "xs": {
2168
- "value": {
2169
- "fontFamily": "Sage UI",
2170
- "fontWeight": "Medium",
2171
- "lineHeight": "150%",
2172
- "fontSize": "14px",
2173
- "letterSpacing": "0%",
2174
- "paragraphSpacing": "0px"
2175
- },
2176
- "type": "typography"
2177
- },
2178
- "s": {
2179
- "value": {
2180
- "fontFamily": "Sage UI",
2181
- "fontWeight": "Medium",
2182
- "lineHeight": "150%",
2183
- "fontSize": "14px",
2184
- "letterSpacing": "0%",
2185
- "paragraphSpacing": "0px"
2186
- },
2187
- "type": "typography"
2188
- },
2189
- "m": {
2190
- "value": {
2191
- "fontFamily": "Sage UI",
2192
- "fontWeight": "Medium",
2193
- "lineHeight": "150%",
2194
- "fontSize": "14px",
2195
- "letterSpacing": "0%",
2196
- "paragraphSpacing": "0px"
2197
- },
2198
- "type": "typography"
2199
- },
2200
- "l": {
2201
- "value": {
2202
- "fontFamily": "Sage UI",
2203
- "fontWeight": "Medium",
2204
- "lineHeight": "150%",
2205
- "fontSize": "16px",
2206
- "letterSpacing": "0%",
2207
- "paragraphSpacing": "0px"
2208
- },
2209
- "type": "typography"
2210
- }
2211
- },
2212
- "cautionMessage": {
2213
- "xs": {
2214
- "value": {
2215
- "fontFamily": "Sage UI",
2216
- "fontWeight": "Regular",
2217
- "lineHeight": "150%",
2218
- "fontSize": "14px",
2219
- "letterSpacing": "0%",
2220
- "paragraphSpacing": "0px"
2221
- },
2222
- "type": "typography"
2223
- },
2224
- "s": {
2225
- "value": {
2226
- "fontFamily": "Sage UI",
2227
- "fontWeight": "Regular",
2228
- "lineHeight": "150%",
2229
- "fontSize": "14px",
2230
- "letterSpacing": "0%",
2231
- "paragraphSpacing": "0px"
2232
- },
2233
- "type": "typography"
2234
- },
2235
- "m": {
2236
- "value": {
2237
- "fontFamily": "Sage UI",
2238
- "fontWeight": "Regular",
2239
- "lineHeight": "150%",
2240
- "fontSize": "14px",
2241
- "letterSpacing": "0%",
2242
- "paragraphSpacing": "0px"
2243
- },
2244
- "type": "typography"
2245
- },
2246
- "l": {
2247
- "value": {
2248
- "fontFamily": "Sage UI",
2249
- "fontWeight": "Regular",
2250
- "lineHeight": "150%",
2251
- "fontSize": "16px",
2252
- "letterSpacing": "0%",
2253
- "paragraphSpacing": "0px"
2254
- },
2255
- "type": "typography"
2256
- }
2257
- },
2258
- "inputText": {
2259
- "xs": {
2260
- "value": {
2261
- "fontFamily": "Sage UI",
2262
- "fontWeight": "Regular",
2263
- "lineHeight": "150%",
2264
- "fontSize": "14px",
2265
- "letterSpacing": "0%",
2266
- "paragraphSpacing": "0px"
2267
- },
2268
- "type": "typography"
2269
- },
2270
- "s": {
2271
- "value": {
2272
- "fontFamily": "Sage UI",
2273
- "fontWeight": "Regular",
2274
- "lineHeight": "150%",
2275
- "fontSize": "14px",
2276
- "letterSpacing": "0%",
2277
- "paragraphSpacing": "0px"
2278
- },
2279
- "type": "typography"
2280
- },
2281
- "m": {
2282
- "value": {
2283
- "fontFamily": "Sage UI",
2284
- "fontWeight": "Regular",
2285
- "lineHeight": "150%",
2286
- "fontSize": "14px",
2287
- "letterSpacing": "0%",
2288
- "paragraphSpacing": "0px"
2289
- },
2290
- "type": "typography"
2291
- },
2292
- "l": {
2293
- "value": {
2294
- "fontFamily": "Sage UI",
2295
- "fontWeight": "Regular",
2296
- "lineHeight": "150%",
2297
- "fontSize": "16px",
2298
- "letterSpacing": "0%",
2299
- "paragraphSpacing": "0px"
2300
- },
2301
- "type": "typography"
2302
- }
2303
- },
2304
- "dropdownOptions": {
2305
- "xs": {
2306
- "value": {
2307
- "fontFamily": "Sage UI",
2308
- "fontWeight": "Regular",
2309
- "lineHeight": "150%",
2310
- "fontSize": "14px",
2311
- "letterSpacing": "0%",
2312
- "paragraphSpacing": "0px"
2313
- },
2314
- "type": "typography"
2315
- },
2316
- "s": {
2317
- "value": {
2318
- "fontFamily": "Sage UI",
2319
- "fontWeight": "Regular",
2320
- "lineHeight": "150%",
2321
- "fontSize": "14px",
2322
- "letterSpacing": "0%",
2323
- "paragraphSpacing": "0px"
2324
- },
2325
- "type": "typography"
2326
- },
2327
- "m": {
2328
- "value": {
2329
- "fontFamily": "Sage UI",
2330
- "fontWeight": "Regular",
2331
- "lineHeight": "150%",
2332
- "fontSize": "14px",
2333
- "letterSpacing": "0%",
2334
- "paragraphSpacing": "0px"
2335
- },
2336
- "type": "typography"
2337
- },
2338
- "l": {
2339
- "value": {
2340
- "fontFamily": "Sage UI",
2341
- "fontWeight": "Regular",
2342
- "lineHeight": "150%",
2343
- "fontSize": "16px",
2344
- "letterSpacing": "0%",
2345
- "paragraphSpacing": "0px"
2346
- },
2347
- "type": "typography"
2348
- }
2349
- },
2350
- "secondLabel": {
2351
- "xs": {
2352
- "value": {
2353
- "fontFamily": "Sage UI",
2354
- "fontWeight": "Medium",
2355
- "lineHeight": "150%",
2356
- "fontSize": "14px",
2357
- "letterSpacing": "0%",
2358
- "paragraphSpacing": "0px"
2359
- },
2360
- "type": "typography"
2361
- },
2362
- "s": {
2363
- "value": {
2364
- "fontFamily": "Sage UI",
2365
- "fontWeight": "Medium",
2366
- "lineHeight": "150%",
2367
- "fontSize": "14px",
2368
- "letterSpacing": "0%",
2369
- "paragraphSpacing": "0px"
2370
- },
2371
- "type": "typography"
2372
- },
2373
- "m": {
2374
- "value": {
2375
- "fontFamily": "Sage UI",
2376
- "fontWeight": "Medium",
2377
- "lineHeight": "150%",
2378
- "fontSize": "14px",
2379
- "letterSpacing": "0%",
2380
- "paragraphSpacing": "0px"
2381
- },
2382
- "type": "typography"
2383
- },
2384
- "l": {
2385
- "value": {
2386
- "fontFamily": "Sage UI",
2387
- "fontWeight": "Medium",
2388
- "lineHeight": "150%",
2389
- "fontSize": "16px",
2390
- "letterSpacing": "0%",
2391
- "paragraphSpacing": "0px"
2392
- },
2393
- "type": "typography"
2394
- }
2395
- },
2396
- "characterCount": {
2397
- "xs": {
2398
- "value": {
2399
- "fontFamily": "Sage UI",
2400
- "fontWeight": "Regular",
2401
- "lineHeight": "150%",
2402
- "fontSize": "14px",
2403
- "letterSpacing": "0%",
2404
- "paragraphSpacing": "0px"
2405
- },
2406
- "type": "typography"
2407
- },
2408
- "s": {
2409
- "value": {
2410
- "fontFamily": "Sage UI",
2411
- "fontWeight": "Regular",
2412
- "lineHeight": "150%",
2413
- "fontSize": "14px",
2414
- "letterSpacing": "0%",
2415
- "paragraphSpacing": "0px"
2416
- },
2417
- "type": "typography"
2418
- },
2419
- "m": {
2420
- "value": {
2421
- "fontFamily": "Sage UI",
2422
- "lineHeight": "150%",
2423
- "fontWeight": "Regular",
2424
- "fontSize": "14px",
2425
- "letterSpacing": "0%",
2426
- "paragraphSpacing": "0px"
2427
- },
2428
- "type": "typography"
2429
- },
2430
- "l": {
2431
- "value": {
2432
- "fontFamily": "Sage UI",
2433
- "fontWeight": "Regular",
2434
- "lineHeight": "150%",
2435
- "fontSize": "16px",
2436
- "letterSpacing": "0%",
2437
- "paragraphSpacing": "0px",
2438
- "textDecoration": "none",
2439
- "textCase": "none"
2440
- },
2441
- "type": "typography"
2442
- }
2443
- }
2444
- },
2445
- "link": {
2446
- "text": {
2447
- "s": {
2448
- "value": {
2449
- "fontFamily": "Sage UI",
2450
- "fontWeight": "Regular",
2451
- "lineHeight": "150%",
2452
- "fontSize": "12px",
2453
- "letterSpacing": "0%",
2454
- "paragraphSpacing": "0px",
2455
- "textDecoration": "underline",
2456
- "textCase": "none"
2457
- },
2458
- "type": "typography"
2459
- },
2460
- "m": {
2461
- "value": {
2462
- "fontFamily": "Sage UI",
2463
- "fontWeight": "Regular",
2464
- "lineHeight": "150%",
2465
- "fontSize": "14px",
2466
- "letterSpacing": "0%",
2467
- "paragraphSpacing": "0px",
2468
- "textDecoration": "underline",
2469
- "textCase": "none"
2470
- },
2471
- "type": "typography"
2472
- },
2473
- "l": {
2474
- "value": {
2475
- "fontFamily": "Sage UI",
2476
- "fontWeight": "Regular",
2477
- "lineHeight": "150%",
2478
- "fontSize": "16px",
2479
- "letterSpacing": "0%",
2480
- "paragraphSpacing": "0px",
2481
- "textDecoration": "underline",
2482
- "textCase": "none"
2483
- },
2484
- "type": "typography"
2485
- }
2486
- }
2487
- },
2488
- "menu": {
2489
- "label": {
2490
- "m": {
2491
- "value": {
2492
- "fontFamily": "Sage UI",
2493
- "fontWeight": "Medium",
2494
- "lineHeight": "150%",
2495
- "fontSize": "14px",
2496
- "letterSpacing": "0%",
2497
- "paragraphSpacing": "0px"
2498
- },
2499
- "type": "typography"
2500
- },
2501
- "l": {
2502
- "value": {
2503
- "fontFamily": "Sage UI",
2504
- "fontWeight": "Medium",
2505
- "lineHeight": "150%",
2506
- "fontSize": "16px",
2507
- "letterSpacing": "0%",
2508
- "paragraphSpacing": "0px",
2509
- "textDecoration": "none",
2510
- "textCase": "none"
2511
- },
2512
- "type": "typography"
2513
- }
2514
- },
2515
- "segmentTitle": {
2516
- "m": {
2517
- "value": {
2518
- "fontFamily": "Sage UI",
2519
- "fontWeight": "Medium",
2520
- "lineHeight": "150%",
2521
- "fontSize": "12px",
2522
- "letterSpacing": "0%",
2523
- "paragraphSpacing": "0px",
2524
- "textDecoration": "none",
2525
- "textCase": "none"
2526
- },
2527
- "type": "typography"
2528
- }
2529
- }
2530
- },
2531
- "message": {
2532
- "heading": {
2533
- "m": {
2534
- "value": {
2535
- "fontFamily": "Sage UI",
2536
- "fontWeight": "Bold",
2537
- "lineHeight": "150%",
2538
- "fontSize": "14px",
2539
- "letterSpacing": "0%",
2540
- "paragraphSpacing": "0px"
2541
- },
2542
- "type": "typography"
2543
- },
2544
- "l": {
2545
- "value": {
2546
- "fontFamily": "Sage UI",
2547
- "fontWeight": "Bold",
2548
- "lineHeight": "150%",
2549
- "fontSize": "16px",
2550
- "letterSpacing": "0%",
2551
- "paragraphSpacing": "0px"
2552
- },
2553
- "type": "typography"
2554
- }
2555
- },
2556
- "text": {
2557
- "m": {
2558
- "value": {
2559
- "fontFamily": "Sage UI",
2560
- "fontWeight": "Regular",
2561
- "lineHeight": "150%",
2562
- "fontSize": "14px",
2563
- "letterSpacing": "0%",
2564
- "paragraphSpacing": "0px"
2565
- },
2566
- "type": "typography"
2567
- },
2568
- "l": {
2569
- "value": {
2570
- "fontFamily": "Sage UI",
2571
- "fontWeight": "Regular",
2572
- "lineHeight": "150%",
2573
- "fontSize": "16px",
2574
- "letterSpacing": "0%",
2575
- "paragraphSpacing": "0px"
2576
- },
2577
- "type": "typography"
2578
- }
2579
- }
2580
- },
2581
- "pagination": {
2582
- "label": {
2583
- "m": {
2584
- "value": {
2585
- "fontFamily": "Sage UI",
2586
- "fontWeight": "Regular",
2587
- "lineHeight": "150%",
2588
- "fontSize": "13px",
2589
- "letterSpacing": "0%",
2590
- "paragraphSpacing": "0px",
2591
- "textDecoration": "none",
2592
- "textCase": "none"
2593
- },
2594
- "type": "typography"
2595
- }
2596
- }
2597
- },
2598
- "pill": {
2599
- "label": {
2600
- "s": {
2601
- "value": {
2602
- "fontFamily": "Sage UI",
2603
- "fontWeight": "Medium",
2604
- "lineHeight": "150%",
2605
- "fontSize": "10px",
2606
- "letterSpacing": "0%",
2607
- "paragraphSpacing": "0px"
2608
- },
2609
- "type": "typography"
2610
- },
2611
- "m": {
2612
- "value": {
2613
- "fontFamily": "Sage UI",
2614
- "fontWeight": "Medium",
2615
- "lineHeight": "150%",
2616
- "fontSize": "12px",
2617
- "letterSpacing": "0%",
2618
- "paragraphSpacing": "0px"
2619
- },
2620
- "type": "typography"
2621
- },
2622
- "l": {
2623
- "value": {
2624
- "fontFamily": "Sage UI",
2625
- "fontWeight": "Medium",
2626
- "lineHeight": "150%",
2627
- "fontSize": "14px",
2628
- "letterSpacing": "0%",
2629
- "paragraphSpacing": "0px"
2630
- },
2631
- "type": "typography"
2632
- },
2633
- "xl": {
2634
- "value": {
2635
- "fontFamily": "Sage UI",
2636
- "fontWeight": "Medium",
2637
- "lineHeight": "150%",
2638
- "fontSize": "16px",
2639
- "letterSpacing": "0%",
2640
- "paragraphSpacing": "0px"
2641
- },
2642
- "type": "typography"
2643
- }
2644
- }
2645
- },
2646
- "profile": {
2647
- "emailText": {
2648
- "xs": {
2649
- "value": {
2650
- "fontFamily": "Sage UI",
2651
- "fontWeight": "Regular",
2652
- "lineHeight": "100%",
2653
- "fontSize": "12px",
2654
- "letterSpacing": "0%",
2655
- "paragraphSpacing": "0",
2656
- "textDecoration": "none",
2657
- "textCase": "none"
2658
- },
2659
- "type": "typography"
2660
- },
2661
- "s": {
2662
- "value": {
2663
- "fontFamily": "Sage UI",
2664
- "fontWeight": "Regular",
2665
- "lineHeight": "100%",
2666
- "fontSize": "14px",
2667
- "letterSpacing": "0%",
2668
- "paragraphSpacing": "0",
2669
- "textDecoration": "none",
2670
- "textCase": "none"
2671
- },
2672
- "type": "typography"
2673
- },
2674
- "m": {
2675
- "value": {
2676
- "fontFamily": "Sage UI",
2677
- "fontWeight": "Regular",
2678
- "lineHeight": "125%",
2679
- "fontSize": "14px",
2680
- "letterSpacing": "0%",
2681
- "paragraphSpacing": "0",
2682
- "textDecoration": "none",
2683
- "textCase": "none"
2684
- },
2685
- "type": "typography"
2686
- },
2687
- "ml": {
2688
- "value": {
2689
- "fontFamily": "Sage UI",
2690
- "fontWeight": "Regular",
2691
- "lineHeight": "125%",
2692
- "fontSize": "14px",
2693
- "letterSpacing": "0%",
2694
- "paragraphSpacing": "0",
2695
- "textDecoration": "none",
2696
- "textCase": "none"
2697
- },
2698
- "type": "typography"
2699
- },
2700
- "l": {
2701
- "value": {
2702
- "fontFamily": "Sage UI",
2703
- "fontWeight": "Regular",
2704
- "lineHeight": "125%",
2705
- "fontSize": "14px",
2706
- "letterSpacing": "0%",
2707
- "paragraphSpacing": "0",
2708
- "textDecoration": "none",
2709
- "textCase": "none"
2710
- },
2711
- "type": "typography"
2712
- },
2713
- "xl": {
2714
- "value": {
2715
- "fontFamily": "Sage UI",
2716
- "fontWeight": "Regular",
2717
- "lineHeight": "125%",
2718
- "fontSize": "18px",
2719
- "letterSpacing": "0%",
2720
- "paragraphSpacing": "0",
2721
- "textDecoration": "none",
2722
- "textCase": "none"
2723
- },
2724
- "type": "typography"
2725
- },
2726
- "xxl": {
2727
- "value": {
2728
- "fontFamily": "Sage UI",
2729
- "fontWeight": "Regular",
2730
- "lineHeight": "125%",
2731
- "fontSize": "24px",
2732
- "letterSpacing": "0%",
2733
- "paragraphSpacing": "0",
2734
- "textDecoration": "none",
2735
- "textCase": "none"
2736
- },
2737
- "type": "typography"
2738
- }
2739
- },
2740
- "emailLink": {
2741
- "xs": {
2742
- "value": {
2743
- "fontFamily": "Sage UI",
2744
- "fontWeight": "Regular",
2745
- "lineHeight": "100%",
2746
- "fontSize": "12px",
2747
- "letterSpacing": "0%",
2748
- "paragraphSpacing": "0",
2749
- "textDecoration": "underline",
2750
- "textCase": "none"
2751
- },
2752
- "type": "typography"
2753
- },
2754
- "s": {
2755
- "value": {
2756
- "fontFamily": "Sage UI",
2757
- "fontWeight": "Regular",
2758
- "lineHeight": "100%",
2759
- "fontSize": "14px",
2760
- "letterSpacing": "0%",
2761
- "paragraphSpacing": "0",
2762
- "textDecoration": "underline",
2763
- "textCase": "none"
2764
- },
2765
- "type": "typography"
2766
- },
2767
- "m": {
2768
- "value": {
2769
- "fontFamily": "Sage UI",
2770
- "fontWeight": "Regular",
2771
- "lineHeight": "125%",
2772
- "fontSize": "14px",
2773
- "letterSpacing": "0%",
2774
- "paragraphSpacing": "0",
2775
- "textDecoration": "underline",
2776
- "textCase": "none"
2777
- },
2778
- "type": "typography"
2779
- },
2780
- "ml": {
2781
- "value": {
2782
- "fontFamily": "Sage UI",
2783
- "fontWeight": "Regular",
2784
- "lineHeight": "125%",
2785
- "fontSize": "14px",
2786
- "letterSpacing": "0%",
2787
- "paragraphSpacing": "0",
2788
- "textDecoration": "underline",
2789
- "textCase": "none"
2790
- },
2791
- "type": "typography"
2792
- },
2793
- "l": {
2794
- "value": {
2795
- "fontFamily": "Sage UI",
2796
- "fontWeight": "Regular",
2797
- "lineHeight": "125%",
2798
- "fontSize": "14px",
2799
- "letterSpacing": "0%",
2800
- "paragraphSpacing": "0",
2801
- "textDecoration": "underline",
2802
- "textCase": "none"
2803
- },
2804
- "type": "typography"
2805
- },
2806
- "xl": {
2807
- "value": {
2808
- "fontFamily": "Sage UI",
2809
- "fontWeight": "Regular",
2810
- "lineHeight": "125%",
2811
- "fontSize": "18px",
2812
- "letterSpacing": "0%",
2813
- "paragraphSpacing": "0",
2814
- "textDecoration": "underline",
2815
- "textCase": "none"
2816
- },
2817
- "type": "typography"
2818
- },
2819
- "xxl": {
2820
- "value": {
2821
- "fontFamily": "Sage UI",
2822
- "fontWeight": "Regular",
2823
- "lineHeight": "125%",
2824
- "fontSize": "24px",
2825
- "letterSpacing": "0%",
2826
- "paragraphSpacing": "0",
2827
- "textDecoration": "underline",
2828
- "textCase": "none"
2829
- },
2830
- "type": "typography"
2831
- }
2832
- },
2833
- "initials": {
2834
- "xs": {
2835
- "value": {
2836
- "fontFamily": "Sage UI",
2837
- "fontWeight": "Medium",
2838
- "lineHeight": "150%",
2839
- "fontSize": "10px",
2840
- "letterSpacing": "0%",
2841
- "paragraphSpacing": "0",
2842
- "textDecoration": "none",
2843
- "textCase": "uppercase"
2844
- },
2845
- "type": "typography"
2846
- },
2847
- "s": {
2848
- "value": {
2849
- "fontFamily": "Sage UI",
2850
- "fontWeight": "Medium",
2851
- "lineHeight": "150%",
2852
- "fontSize": "14px",
2853
- "letterSpacing": "0%",
2854
- "paragraphSpacing": "0",
2855
- "textDecoration": "none",
2856
- "textCase": "uppercase"
2857
- },
2858
- "type": "typography"
2859
- },
2860
- "m": {
2861
- "value": {
2862
- "fontFamily": "Sage UI",
2863
- "fontWeight": "Medium",
2864
- "lineHeight": "150%",
2865
- "fontSize": "18px",
2866
- "letterSpacing": "0%",
2867
- "paragraphSpacing": "0",
2868
- "textDecoration": "none",
2869
- "textCase": "uppercase"
2870
- },
2871
- "type": "typography"
2872
- },
2873
- "ml": {
2874
- "value": {
2875
- "fontFamily": "Sage UI",
2876
- "fontWeight": "Medium",
2877
- "lineHeight": "150%",
2878
- "fontSize": "24px",
2879
- "letterSpacing": "0%",
2880
- "paragraphSpacing": "0",
2881
- "textDecoration": "none",
2882
- "textCase": "uppercase"
2883
- },
2884
- "type": "typography"
2885
- },
2886
- "l": {
2887
- "value": {
2888
- "fontFamily": "Sage UI",
2889
- "fontWeight": "Medium",
2890
- "lineHeight": "150%",
2891
- "fontSize": "32px",
2892
- "letterSpacing": "0%",
2893
- "paragraphSpacing": "0",
2894
- "textDecoration": "none",
2895
- "textCase": "uppercase"
2896
- },
2897
- "type": "typography"
2898
- },
2899
- "xl": {
2900
- "value": {
2901
- "fontFamily": "Sage UI",
2902
- "fontWeight": "Medium",
2903
- "lineHeight": "150%",
2904
- "fontSize": "48px",
2905
- "letterSpacing": "0%",
2906
- "paragraphSpacing": "0",
2907
- "textDecoration": "none",
2908
- "textCase": "uppercase"
2909
- },
2910
- "type": "typography"
2911
- },
2912
- "xxl": {
2913
- "value": {
2914
- "fontFamily": "Sage UI",
2915
- "fontWeight": "Medium",
2916
- "lineHeight": "150%",
2917
- "fontSize": "56px",
2918
- "letterSpacing": "0%",
2919
- "paragraphSpacing": "0",
2920
- "textDecoration": "none",
2921
- "textCase": "uppercase"
2922
- },
2923
- "type": "typography",
2924
- "description": " "
2925
- }
2926
- },
2927
- "name": {
2928
- "xs": {
2929
- "value": {
2930
- "fontFamily": "Sage UI",
2931
- "fontWeight": "Medium",
2932
- "lineHeight": "100%",
2933
- "fontSize": "13px",
2934
- "letterSpacing": "0%",
2935
- "paragraphSpacing": "0",
2936
- "textDecoration": "none",
2937
- "textCase": "none"
2938
- },
2939
- "type": "typography"
2940
- },
2941
- "s": {
2942
- "value": {
2943
- "fontFamily": "Sage UI",
2944
- "fontWeight": "Medium",
2945
- "lineHeight": "100%",
2946
- "fontSize": "14px",
2947
- "letterSpacing": "0%",
2948
- "paragraphSpacing": "0",
2949
- "textDecoration": "none",
2950
- "textCase": "none"
2951
- },
2952
- "type": "typography"
2953
- },
2954
- "m": {
2955
- "value": {
2956
- "fontFamily": "Sage UI",
2957
- "fontWeight": "Medium",
2958
- "lineHeight": "125%",
2959
- "fontSize": "14px",
2960
- "letterSpacing": "0%",
2961
- "paragraphSpacing": "0",
2962
- "textDecoration": "none",
2963
- "textCase": "none"
2964
- },
2965
- "type": "typography"
2966
- },
2967
- "ml": {
2968
- "value": {
2969
- "fontFamily": "Sage UI",
2970
- "fontWeight": "Medium",
2971
- "lineHeight": "125%",
2972
- "fontSize": "16px",
2973
- "letterSpacing": "0%",
2974
- "paragraphSpacing": "0",
2975
- "textDecoration": "none",
2976
- "textCase": "none"
2977
- },
2978
- "type": "typography"
2979
- },
2980
- "l": {
2981
- "value": {
2982
- "fontFamily": "Sage UI",
2983
- "fontWeight": "Medium",
2984
- "lineHeight": "125%",
2985
- "fontSize": "20px",
2986
- "letterSpacing": "0%",
2987
- "paragraphSpacing": "0",
2988
- "textDecoration": "none",
2989
- "textCase": "none"
2990
- },
2991
- "type": "typography"
2992
- },
2993
- "xl": {
2994
- "value": {
2995
- "fontFamily": "Sage UI",
2996
- "fontWeight": "Medium",
2997
- "lineHeight": "125%",
2998
- "fontSize": "24px",
2999
- "letterSpacing": "0%",
3000
- "paragraphSpacing": "0",
3001
- "textDecoration": "none",
3002
- "textCase": "none"
3003
- },
3004
- "type": "typography"
3005
- },
3006
- "xxl": {
3007
- "value": {
3008
- "fontFamily": "Sage UI",
3009
- "fontWeight": "Medium",
3010
- "lineHeight": "125%",
3011
- "fontSize": "32px",
3012
- "letterSpacing": "0%",
3013
- "paragraphSpacing": "0",
3014
- "textDecoration": "none",
3015
- "textCase": "none"
3016
- },
3017
- "type": "typography"
3018
- }
3019
- }
3020
- },
3021
- "progressTracker": {
3022
- "valueLabel": {
3023
- "s": {
3024
- "value": {
3025
- "fontFamily": "Sage UI",
3026
- "fontWeight": "Medium",
3027
- "lineHeight": "150%",
3028
- "fontSize": "14px",
3029
- "letterSpacing": "0%",
3030
- "paragraphSpacing": "0",
3031
- "textDecoration": "none",
3032
- "textCase": "none"
3033
- },
3034
- "type": "typography"
3035
- },
3036
- "m": {
3037
- "value": {
3038
- "fontFamily": "Sage UI",
3039
- "fontWeight": "Medium",
3040
- "lineHeight": "150%",
3041
- "fontSize": "14px",
3042
- "letterSpacing": "0%",
3043
- "paragraphSpacing": "0",
3044
- "textDecoration": "none",
3045
- "textCase": "none"
3046
- },
3047
- "type": "typography"
3048
- },
3049
- "l": {
3050
- "value": {
3051
- "fontFamily": "Sage UI",
3052
- "fontWeight": "Medium",
3053
- "lineHeight": "150%",
3054
- "fontSize": "14px",
3055
- "letterSpacing": "0%",
3056
- "paragraphSpacing": "0",
3057
- "textDecoration": "none",
3058
- "textCase": "none"
3059
- },
3060
- "type": "typography"
3061
- }
3062
- }
3063
- },
3064
- "search": {
3065
- "label": {
3066
- "m": {
3067
- "value": {
3068
- "fontFamily": "Sage UI",
3069
- "fontWeight": "Regular",
3070
- "lineHeight": "150%",
3071
- "fontSize": "14px",
3072
- "letterSpacing": "0%",
3073
- "paragraphSpacing": "0px",
3074
- "textDecoration": "none",
3075
- "textCase": "none"
3076
- },
3077
- "type": "typography"
3078
- }
3079
- }
3080
- },
3081
- "sidebar": {
3082
- "title": {
3083
- "xs": {
3084
- "value": {
3085
- "fontFamily": "Sage UI",
3086
- "fontWeight": "Bold",
3087
- "lineHeight": "125%",
3088
- "fontSize": "20px",
3089
- "letterSpacing": "0%",
3090
- "paragraphSpacing": "0px",
3091
- "textDecoration": "none",
3092
- "textCase": "none"
3093
- },
3094
- "type": "typography"
3095
- },
3096
- "s": {
3097
- "value": {
3098
- "fontFamily": "Sage UI",
3099
- "fontWeight": "Bold",
3100
- "lineHeight": "125%",
3101
- "fontSize": "20px",
3102
- "letterSpacing": "0%",
3103
- "paragraphSpacing": "0px",
3104
- "textDecoration": "none",
3105
- "textCase": "none"
3106
- },
3107
- "type": "typography"
3108
- },
3109
- "ms": {
3110
- "value": {
3111
- "fontFamily": "Sage UI",
3112
- "fontWeight": "Bold",
3113
- "lineHeight": "125%",
3114
- "fontSize": "20px",
3115
- "letterSpacing": "0%",
3116
- "paragraphSpacing": "0px",
3117
- "textDecoration": "none",
3118
- "textCase": "none"
3119
- },
3120
- "type": "typography"
3121
- },
3122
- "m": {
3123
- "value": {
3124
- "fontFamily": "Sage UI",
3125
- "fontWeight": "Bold",
3126
- "lineHeight": "125%",
3127
- "fontSize": "20px",
3128
- "letterSpacing": "0%",
3129
- "paragraphSpacing": "0px",
3130
- "textDecoration": "none",
3131
- "textCase": "none"
3132
- },
3133
- "type": "typography"
3134
- },
3135
- "ml": {
3136
- "value": {
3137
- "fontFamily": "Sage UI",
3138
- "fontWeight": "Bold",
3139
- "lineHeight": "125%",
3140
- "fontSize": "20px",
3141
- "letterSpacing": "0%",
3142
- "paragraphSpacing": "0px",
3143
- "textDecoration": "none",
3144
- "textCase": "none"
3145
- },
3146
- "type": "typography"
3147
- },
3148
- "l": {
3149
- "value": {
3150
- "fontFamily": "Sage UI",
3151
- "fontWeight": "Bold",
3152
- "lineHeight": "125%",
3153
- "fontSize": "20px",
3154
- "letterSpacing": "0%",
3155
- "paragraphSpacing": "0px",
3156
- "textDecoration": "none",
3157
- "textCase": "none"
3158
- },
3159
- "type": "typography"
3160
- },
3161
- "xl": {
3162
- "value": {
3163
- "fontFamily": "Sage UI",
3164
- "fontWeight": "Bold",
3165
- "lineHeight": "125%",
3166
- "fontSize": "20px",
3167
- "letterSpacing": "0%",
3168
- "paragraphSpacing": "0px",
3169
- "textDecoration": "none",
3170
- "textCase": "none"
3171
- },
3172
- "type": "typography"
3173
- }
3174
- },
3175
- "paragraph": {
3176
- "xs": {
3177
- "value": {
3178
- "fontFamily": "Sage UI",
3179
- "fontWeight": "Regular",
3180
- "lineHeight": "125%",
3181
- "fontSize": "14px",
3182
- "letterSpacing": "0%",
3183
- "paragraphSpacing": "0",
3184
- "textDecoration": "none",
3185
- "textCase": "none"
3186
- },
3187
- "type": "typography"
3188
- },
3189
- "s": {
3190
- "value": {
3191
- "fontFamily": "Sage UI",
3192
- "fontWeight": "Regular",
3193
- "lineHeight": "125%",
3194
- "fontSize": "14px",
3195
- "letterSpacing": "0%",
3196
- "paragraphSpacing": "0",
3197
- "textDecoration": "none",
3198
- "textCase": "none"
3199
- },
3200
- "type": "typography"
3201
- },
3202
- "ms": {
3203
- "value": {
3204
- "fontFamily": "Sage UI",
3205
- "fontWeight": "Regular",
3206
- "lineHeight": "125%",
3207
- "fontSize": "14px",
3208
- "letterSpacing": "0%",
3209
- "paragraphSpacing": "0",
3210
- "textDecoration": "none",
3211
- "textCase": "none"
3212
- },
3213
- "type": "typography"
3214
- },
3215
- "m": {
3216
- "value": {
3217
- "fontFamily": "Sage UI",
3218
- "fontWeight": "Regular",
3219
- "lineHeight": "125%",
3220
- "fontSize": "14px",
3221
- "letterSpacing": "0%",
3222
- "paragraphSpacing": "0",
3223
- "textDecoration": "none",
3224
- "textCase": "none"
3225
- },
3226
- "type": "typography"
3227
- },
3228
- "ml": {
3229
- "value": {
3230
- "fontFamily": "Sage UI",
3231
- "fontWeight": "Regular",
3232
- "lineHeight": "125%",
3233
- "fontSize": "14px",
3234
- "letterSpacing": "0%",
3235
- "paragraphSpacing": "0",
3236
- "textDecoration": "none",
3237
- "textCase": "none"
3238
- },
3239
- "type": "typography"
3240
- },
3241
- "l": {
3242
- "value": {
3243
- "fontFamily": "Sage UI",
3244
- "fontWeight": "Regular",
3245
- "lineHeight": "125%",
3246
- "fontSize": "14px",
3247
- "letterSpacing": "0%",
3248
- "paragraphSpacing": "0",
3249
- "textDecoration": "none",
3250
- "textCase": "none"
3251
- },
3252
- "type": "typography"
3253
- },
3254
- "xl": {
3255
- "value": {
3256
- "fontFamily": "Sage UI",
3257
- "fontWeight": "Regular",
3258
- "lineHeight": "125%",
3259
- "fontSize": "14px",
3260
- "letterSpacing": "0%",
3261
- "paragraphSpacing": "0",
3262
- "textDecoration": "none",
3263
- "textCase": "none"
3264
- },
3265
- "type": "typography"
3266
- }
3267
- }
3268
- },
3269
- "stepFlow": {
3270
- "completeLabel": {
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
- "currentLabel": {
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
- "incompleteLabel": {
3297
- "m": {
3298
- "value": {
3299
- "fontFamily": "Sage UI",
3300
- "fontWeight": "Medium",
3301
- "lineHeight": "150%",
3302
- "fontSize": "14px",
3303
- "letterSpacing": "0%",
3304
- "paragraphSpacing": "0px"
3305
- },
3306
- "type": "typography"
3307
- }
3308
- }
3309
- },
3310
- "switch": {
3311
- "optionLabel": {
3312
- "m": {
3313
- "value": {
3314
- "fontFamily": "Sage UI",
3315
- "fontWeight": "Medium",
3316
- "lineHeight": "150%",
3317
- "fontSize": "12px",
3318
- "letterSpacing": "0%",
3319
- "paragraphSpacing": "0px",
3320
- "textCase": "uppercase",
3321
- "textDecoration": "none"
3322
- },
3323
- "type": "typography"
3324
- },
3325
- "l": {
3326
- "value": {
3327
- "fontFamily": "Sage UI",
3328
- "fontWeight": "Medium",
3329
- "lineHeight": "150%",
3330
- "fontSize": "14px",
3331
- "letterSpacing": "0%",
3332
- "paragraphSpacing": "0px",
3333
- "textDecoration": "none",
3334
- "textCase": "uppercase"
3335
- },
3336
- "type": "typography"
3337
- }
3338
- }
3339
- },
3340
- "table": {
3341
- "headerText": {
3342
- "xs": {
3343
- "value": {
3344
- "fontFamily": "Sage UI",
3345
- "fontWeight": "Medium",
3346
- "lineHeight": "150%",
3347
- "fontSize": "13px",
3348
- "letterSpacing": "0%",
3349
- "paragraphSpacing": "0px",
3350
- "textDecoration": "none",
3351
- "textCase": "none"
3352
- },
3353
- "type": "typography"
3354
- },
3355
- "s": {
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
- "m": {
3369
- "value": {
3370
- "fontFamily": "Sage UI",
3371
- "fontWeight": "Medium",
3372
- "lineHeight": "150%",
3373
- "fontSize": "14px",
3374
- "letterSpacing": "0%",
3375
- "paragraphSpacing": "0px",
3376
- "textDecoration": "none",
3377
- "textCase": "none"
3378
- },
3379
- "type": "typography"
3380
- },
3381
- "l": {
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
- "xl": {
3395
- "value": {
3396
- "fontFamily": "Sage UI",
3397
- "fontWeight": "Medium",
3398
- "lineHeight": "150%",
3399
- "fontSize": "16px",
3400
- "letterSpacing": "0%",
3401
- "paragraphSpacing": "0px",
3402
- "textDecoration": "none",
3403
- "textCase": "none"
3404
- },
3405
- "type": "typography"
3406
- }
3407
- },
3408
- "cellText": {
3409
- "xs": {
3410
- "value": {
3411
- "fontFamily": "Sage UI",
3412
- "fontWeight": "Regular",
3413
- "lineHeight": "150%",
3414
- "fontSize": "13px",
3415
- "letterSpacing": "0%",
3416
- "paragraphSpacing": "0px",
3417
- "textDecoration": "none",
3418
- "textCase": "none"
3419
- },
3420
- "type": "typography"
3421
- },
3422
- "s": {
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
- "m": {
3436
- "value": {
3437
- "fontFamily": "Sage UI",
3438
- "fontWeight": "Regular",
3439
- "lineHeight": "150%",
3440
- "fontSize": "14px",
3441
- "letterSpacing": "0%",
3442
- "paragraphSpacing": "0px",
3443
- "textDecoration": "none",
3444
- "textCase": "none"
3445
- },
3446
- "type": "typography"
3447
- },
3448
- "l": {
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
- "xl": {
3462
- "value": {
3463
- "fontFamily": "Sage UI",
3464
- "fontWeight": "Regular",
3465
- "lineHeight": "150%",
3466
- "fontSize": "16px",
3467
- "letterSpacing": "0%",
3468
- "paragraphSpacing": "0px",
3469
- "textDecoration": "none",
3470
- "textCase": "none"
3471
- },
3472
- "type": "typography"
3473
- }
3474
- }
3475
- },
3476
- "tile": {
3477
- "paragraph": {
3478
- "m": {
3479
- "value": {
3480
- "fontFamily": "Sage UI",
3481
- "fontWeight": "Regular",
3482
- "lineHeight": "150%",
3483
- "fontSize": "14px",
3484
- "letterSpacing": "0%",
3485
- "paragraphSpacing": "0",
3486
- "textDecoration": "none",
3487
- "textCase": "none"
3488
- },
3489
- "type": "typography"
3490
- }
3491
- }
3492
- },
3493
- "tooltip": {
3494
- "text": {
3495
- "m": {
3496
- "value": {
3497
- "fontFamily": "Sage UI",
3498
- "fontWeight": "Regular",
3499
- "lineHeight": "150%",
3500
- "fontSize": "14px",
3501
- "letterSpacing": "0%",
3502
- "paragraphSpacing": "0px"
3503
- },
3504
- "type": "typography"
3505
- },
3506
- "l": {
3507
- "value": {
3508
- "fontFamily": "Sage UI",
3509
- "fontWeight": "Regular",
3510
- "lineHeight": "150%",
3511
- "fontSize": "16px",
3512
- "letterSpacing": "0%",
3513
- "paragraphSpacing": "0px"
3514
- },
3515
- "type": "typography"
3516
- }
3517
- }
3518
- }
3519
- },
3520
- "opacity": {
3521
- "300": {
3522
- "value": "0.3",
3523
- "type": "opacity"
3524
- },
3525
- "600": {
3526
- "value": "0.6",
3527
- "type": "opacity"
3528
- },
3529
- "800": {
3530
- "value": "0.8",
3531
- "type": "opacity"
3532
- }
3533
- }
3534
- }
3535
- }
1
+ {}