@sage/design-tokens 2.25.0 → 2.28.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,3526 +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
- "letterSpacing": "0%",
2038
- "paragraphSpacing": "0",
2039
- "textDecoration": "none",
2040
- "textCase": "none"
2041
- },
2042
- "type": "typography"
2043
- }
2044
- }
2045
- },
2046
- "flash": {
2047
- "text": {
2048
- "m": {
2049
- "value": {
2050
- "fontFamily": "Sage UI",
2051
- "fontWeight": "Regular",
2052
- "lineHeight": "150%",
2053
- "fontSize": "14px",
2054
- "letterSpacing": "0%",
2055
- "paragraphSpacing": "0px"
2056
- },
2057
- "type": "typography"
2058
- },
2059
- "l": {
2060
- "value": {
2061
- "fontFamily": "Sage UI",
2062
- "fontWeight": "Regular",
2063
- "lineHeight": "150%",
2064
- "fontSize": "16px",
2065
- "letterSpacing": "0%",
2066
- "paragraphSpacing": "0px"
2067
- },
2068
- "type": "typography"
2069
- }
2070
- }
2071
- },
2072
- "formField": {
2073
- "label": {
2074
- "xs": {
2075
- "value": {
2076
- "fontFamily": "Sage UI",
2077
- "fontWeight": "Medium",
2078
- "lineHeight": "150%",
2079
- "fontSize": "14px",
2080
- "letterSpacing": "0%",
2081
- "paragraphSpacing": "0px"
2082
- },
2083
- "type": "typography"
2084
- },
2085
- "s": {
2086
- "value": {
2087
- "fontFamily": "Sage UI",
2088
- "fontWeight": "Medium",
2089
- "lineHeight": "150%",
2090
- "fontSize": "14px",
2091
- "letterSpacing": "0%",
2092
- "paragraphSpacing": "0px"
2093
- },
2094
- "type": "typography"
2095
- },
2096
- "m": {
2097
- "value": {
2098
- "fontFamily": "Sage UI",
2099
- "fontWeight": "Medium",
2100
- "lineHeight": "150%",
2101
- "fontSize": "14px",
2102
- "letterSpacing": "0%",
2103
- "paragraphSpacing": "0px"
2104
- },
2105
- "type": "typography"
2106
- },
2107
- "l": {
2108
- "value": {
2109
- "fontFamily": "Sage UI",
2110
- "fontWeight": "Medium",
2111
- "lineHeight": "150%",
2112
- "fontSize": "16px",
2113
- "letterSpacing": "0%",
2114
- "paragraphSpacing": "0px"
2115
- },
2116
- "type": "typography"
2117
- }
2118
- },
2119
- "hintText": {
2120
- "xs": {
2121
- "value": {
2122
- "fontFamily": "Sage UI",
2123
- "fontWeight": "Regular",
2124
- "lineHeight": "150%",
2125
- "fontSize": "14px",
2126
- "letterSpacing": "0%",
2127
- "paragraphSpacing": "0px"
2128
- },
2129
- "type": "typography"
2130
- },
2131
- "s": {
2132
- "value": {
2133
- "fontFamily": "Sage UI",
2134
- "fontWeight": "Regular",
2135
- "lineHeight": "150%",
2136
- "fontSize": "14px",
2137
- "letterSpacing": "0%",
2138
- "paragraphSpacing": "0px"
2139
- },
2140
- "type": "typography"
2141
- },
2142
- "m": {
2143
- "value": {
2144
- "fontFamily": "Sage UI",
2145
- "fontWeight": "Regular",
2146
- "lineHeight": "150%",
2147
- "fontSize": "14px",
2148
- "letterSpacing": "0%",
2149
- "paragraphSpacing": "0px"
2150
- },
2151
- "type": "typography"
2152
- },
2153
- "l": {
2154
- "value": {
2155
- "fontFamily": "Sage UI",
2156
- "fontWeight": "Regular",
2157
- "lineHeight": "150%",
2158
- "fontSize": "16px",
2159
- "letterSpacing": "0%",
2160
- "paragraphSpacing": "0px"
2161
- },
2162
- "type": "typography"
2163
- }
2164
- },
2165
- "errorMessage": {
2166
- "xs": {
2167
- "value": {
2168
- "fontFamily": "Sage UI",
2169
- "fontWeight": "Medium",
2170
- "lineHeight": "150%",
2171
- "fontSize": "14px",
2172
- "letterSpacing": "0%",
2173
- "paragraphSpacing": "0px"
2174
- },
2175
- "type": "typography"
2176
- },
2177
- "s": {
2178
- "value": {
2179
- "fontFamily": "Sage UI",
2180
- "fontWeight": "Medium",
2181
- "lineHeight": "150%",
2182
- "fontSize": "14px",
2183
- "letterSpacing": "0%",
2184
- "paragraphSpacing": "0px"
2185
- },
2186
- "type": "typography"
2187
- },
2188
- "m": {
2189
- "value": {
2190
- "fontFamily": "Sage UI",
2191
- "fontWeight": "Medium",
2192
- "lineHeight": "150%",
2193
- "fontSize": "14px",
2194
- "letterSpacing": "0%",
2195
- "paragraphSpacing": "0px"
2196
- },
2197
- "type": "typography"
2198
- },
2199
- "l": {
2200
- "value": {
2201
- "fontFamily": "Sage UI",
2202
- "fontWeight": "Medium",
2203
- "lineHeight": "150%",
2204
- "fontSize": "16px",
2205
- "letterSpacing": "0%",
2206
- "paragraphSpacing": "0px"
2207
- },
2208
- "type": "typography"
2209
- }
2210
- },
2211
- "cautionMessage": {
2212
- "xs": {
2213
- "value": {
2214
- "fontFamily": "Sage UI",
2215
- "fontWeight": "Regular",
2216
- "lineHeight": "150%",
2217
- "fontSize": "14px",
2218
- "letterSpacing": "0%",
2219
- "paragraphSpacing": "0px"
2220
- },
2221
- "type": "typography"
2222
- },
2223
- "s": {
2224
- "value": {
2225
- "fontFamily": "Sage UI",
2226
- "fontWeight": "Regular",
2227
- "lineHeight": "150%",
2228
- "fontSize": "14px",
2229
- "letterSpacing": "0%",
2230
- "paragraphSpacing": "0px"
2231
- },
2232
- "type": "typography"
2233
- },
2234
- "m": {
2235
- "value": {
2236
- "fontFamily": "Sage UI",
2237
- "fontWeight": "Regular",
2238
- "lineHeight": "150%",
2239
- "fontSize": "14px",
2240
- "letterSpacing": "0%",
2241
- "paragraphSpacing": "0px"
2242
- },
2243
- "type": "typography"
2244
- },
2245
- "l": {
2246
- "value": {
2247
- "fontFamily": "Sage UI",
2248
- "fontWeight": "Regular",
2249
- "lineHeight": "150%",
2250
- "fontSize": "16px",
2251
- "letterSpacing": "0%",
2252
- "paragraphSpacing": "0px"
2253
- },
2254
- "type": "typography"
2255
- }
2256
- },
2257
- "inputText": {
2258
- "xs": {
2259
- "value": {
2260
- "fontFamily": "Sage UI",
2261
- "fontWeight": "Regular",
2262
- "lineHeight": "150%",
2263
- "fontSize": "14px",
2264
- "letterSpacing": "0%",
2265
- "paragraphSpacing": "0px"
2266
- },
2267
- "type": "typography"
2268
- },
2269
- "s": {
2270
- "value": {
2271
- "fontFamily": "Sage UI",
2272
- "fontWeight": "Regular",
2273
- "lineHeight": "150%",
2274
- "fontSize": "14px",
2275
- "letterSpacing": "0%",
2276
- "paragraphSpacing": "0px"
2277
- },
2278
- "type": "typography"
2279
- },
2280
- "m": {
2281
- "value": {
2282
- "fontFamily": "Sage UI",
2283
- "fontWeight": "Regular",
2284
- "lineHeight": "150%",
2285
- "fontSize": "14px",
2286
- "letterSpacing": "0%",
2287
- "paragraphSpacing": "0px"
2288
- },
2289
- "type": "typography"
2290
- },
2291
- "l": {
2292
- "value": {
2293
- "fontFamily": "Sage UI",
2294
- "fontWeight": "Regular",
2295
- "lineHeight": "150%",
2296
- "fontSize": "16px",
2297
- "letterSpacing": "0%",
2298
- "paragraphSpacing": "0px"
2299
- },
2300
- "type": "typography"
2301
- }
2302
- },
2303
- "dropdownOptions": {
2304
- "xs": {
2305
- "value": {
2306
- "fontFamily": "Sage UI",
2307
- "fontWeight": "Regular",
2308
- "lineHeight": "150%",
2309
- "fontSize": "14px",
2310
- "letterSpacing": "0%",
2311
- "paragraphSpacing": "0px"
2312
- },
2313
- "type": "typography"
2314
- },
2315
- "s": {
2316
- "value": {
2317
- "fontFamily": "Sage UI",
2318
- "fontWeight": "Regular",
2319
- "lineHeight": "150%",
2320
- "fontSize": "14px",
2321
- "letterSpacing": "0%",
2322
- "paragraphSpacing": "0px"
2323
- },
2324
- "type": "typography"
2325
- },
2326
- "m": {
2327
- "value": {
2328
- "fontFamily": "Sage UI",
2329
- "fontWeight": "Regular",
2330
- "lineHeight": "150%",
2331
- "fontSize": "14px",
2332
- "letterSpacing": "0%",
2333
- "paragraphSpacing": "0px"
2334
- },
2335
- "type": "typography"
2336
- },
2337
- "l": {
2338
- "value": {
2339
- "fontFamily": "Sage UI",
2340
- "fontWeight": "Regular",
2341
- "lineHeight": "150%",
2342
- "fontSize": "16px",
2343
- "letterSpacing": "0%",
2344
- "paragraphSpacing": "0px"
2345
- },
2346
- "type": "typography"
2347
- }
2348
- },
2349
- "secondLabel": {
2350
- "xs": {
2351
- "value": {
2352
- "fontFamily": "Sage UI",
2353
- "fontWeight": "Medium",
2354
- "lineHeight": "150%",
2355
- "fontSize": "14px",
2356
- "letterSpacing": "0%",
2357
- "paragraphSpacing": "0px"
2358
- },
2359
- "type": "typography"
2360
- },
2361
- "s": {
2362
- "value": {
2363
- "fontFamily": "Sage UI",
2364
- "fontWeight": "Medium",
2365
- "lineHeight": "150%",
2366
- "fontSize": "14px",
2367
- "letterSpacing": "0%",
2368
- "paragraphSpacing": "0px"
2369
- },
2370
- "type": "typography"
2371
- },
2372
- "m": {
2373
- "value": {
2374
- "fontFamily": "Sage UI",
2375
- "fontWeight": "Medium",
2376
- "lineHeight": "150%",
2377
- "fontSize": "14px",
2378
- "letterSpacing": "0%",
2379
- "paragraphSpacing": "0px"
2380
- },
2381
- "type": "typography"
2382
- },
2383
- "l": {
2384
- "value": {
2385
- "fontFamily": "Sage UI",
2386
- "fontWeight": "Medium",
2387
- "lineHeight": "150%",
2388
- "fontSize": "16px",
2389
- "letterSpacing": "0%",
2390
- "paragraphSpacing": "0px"
2391
- },
2392
- "type": "typography"
2393
- }
2394
- },
2395
- "characterCount": {
2396
- "xs": {
2397
- "value": {
2398
- "fontFamily": "Sage UI",
2399
- "fontWeight": "Regular",
2400
- "lineHeight": "150%",
2401
- "fontSize": "14px",
2402
- "letterSpacing": "0%",
2403
- "paragraphSpacing": "0px"
2404
- },
2405
- "type": "typography"
2406
- },
2407
- "s": {
2408
- "value": {
2409
- "fontFamily": "Sage UI",
2410
- "fontWeight": "Regular",
2411
- "lineHeight": "150%",
2412
- "fontSize": "14px",
2413
- "letterSpacing": "0%",
2414
- "paragraphSpacing": "0px"
2415
- },
2416
- "type": "typography"
2417
- },
2418
- "m": {
2419
- "value": {
2420
- "fontFamily": "Sage UI",
2421
- "lineHeight": "150%",
2422
- "fontWeight": "Regular",
2423
- "fontSize": "14px",
2424
- "letterSpacing": "0%",
2425
- "paragraphSpacing": "0px"
2426
- },
2427
- "type": "typography"
2428
- },
2429
- "l": {
2430
- "value": {
2431
- "fontFamily": "Sage UI",
2432
- "fontWeight": "Regular",
2433
- "lineHeight": "150%",
2434
- "fontSize": "16px",
2435
- "letterSpacing": "0%",
2436
- "paragraphSpacing": "0px",
2437
- "textDecoration": "none",
2438
- "textCase": "none"
2439
- },
2440
- "type": "typography"
2441
- }
2442
- }
2443
- },
2444
- "link": {
2445
- "text": {
2446
- "s": {
2447
- "value": {
2448
- "fontFamily": "Sage UI",
2449
- "fontWeight": "Regular",
2450
- "lineHeight": "150%",
2451
- "fontSize": "12px",
2452
- "letterSpacing": "0%",
2453
- "paragraphSpacing": "0px",
2454
- "textDecoration": "underline",
2455
- "textCase": "none"
2456
- },
2457
- "type": "typography"
2458
- },
2459
- "m": {
2460
- "value": {
2461
- "fontFamily": "Sage UI",
2462
- "fontWeight": "Regular",
2463
- "lineHeight": "150%",
2464
- "fontSize": "14px",
2465
- "letterSpacing": "0%",
2466
- "paragraphSpacing": "0px",
2467
- "textDecoration": "underline",
2468
- "textCase": "none"
2469
- },
2470
- "type": "typography"
2471
- },
2472
- "l": {
2473
- "value": {
2474
- "fontFamily": "Sage UI",
2475
- "lineHeight": "150%",
2476
- "fontSize": "16px",
2477
- "letterSpacing": "0%",
2478
- "paragraphSpacing": "0px",
2479
- "textDecoration": "underline",
2480
- "textCase": "none"
2481
- },
2482
- "type": "typography"
2483
- }
2484
- }
2485
- },
2486
- "menu": {
2487
- "label": {
2488
- "m": {
2489
- "value": {
2490
- "fontFamily": "Sage UI",
2491
- "fontWeight": "Medium",
2492
- "lineHeight": "150%",
2493
- "fontSize": "14px",
2494
- "letterSpacing": "0%",
2495
- "paragraphSpacing": "0px"
2496
- },
2497
- "type": "typography"
2498
- },
2499
- "l": {
2500
- "value": {
2501
- "fontFamily": "Sage UI",
2502
- "fontWeight": "Medium",
2503
- "lineHeight": "150%",
2504
- "fontSize": "16px",
2505
- "letterSpacing": "0%",
2506
- "paragraphSpacing": "0px",
2507
- "textDecoration": "none",
2508
- "textCase": "none"
2509
- },
2510
- "type": "typography"
2511
- }
2512
- },
2513
- "segmentTitle": {
2514
- "m": {
2515
- "value": {
2516
- "fontFamily": "Sage UI",
2517
- "fontWeight": "Medium",
2518
- "lineHeight": "150%",
2519
- "fontSize": "12px",
2520
- "letterSpacing": "0%",
2521
- "paragraphSpacing": "0px",
2522
- "textDecoration": "none",
2523
- "textCase": "none"
2524
- },
2525
- "type": "typography"
2526
- }
2527
- }
2528
- },
2529
- "message": {
2530
- "heading": {
2531
- "m": {
2532
- "value": {
2533
- "fontFamily": "Sage UI",
2534
- "fontWeight": "Bold",
2535
- "lineHeight": "150%",
2536
- "fontSize": "14px",
2537
- "letterSpacing": "0%",
2538
- "paragraphSpacing": "0px"
2539
- },
2540
- "type": "typography"
2541
- },
2542
- "l": {
2543
- "value": {
2544
- "fontFamily": "Sage UI",
2545
- "fontWeight": "Bold",
2546
- "lineHeight": "150%",
2547
- "fontSize": "16px",
2548
- "letterSpacing": "0%",
2549
- "paragraphSpacing": "0px"
2550
- },
2551
- "type": "typography"
2552
- }
2553
- },
2554
- "text": {
2555
- "m": {
2556
- "value": {
2557
- "fontFamily": "Sage UI",
2558
- "fontWeight": "Regular",
2559
- "lineHeight": "150%",
2560
- "fontSize": "14px",
2561
- "letterSpacing": "0%",
2562
- "paragraphSpacing": "0px"
2563
- },
2564
- "type": "typography"
2565
- },
2566
- "l": {
2567
- "value": {
2568
- "fontFamily": "Sage UI",
2569
- "fontWeight": "Regular",
2570
- "lineHeight": "150%",
2571
- "fontSize": "16px",
2572
- "letterSpacing": "0%",
2573
- "paragraphSpacing": "0px"
2574
- },
2575
- "type": "typography"
2576
- }
2577
- }
2578
- },
2579
- "pagination": {
2580
- "label": {
2581
- "m": {
2582
- "value": {
2583
- "fontFamily": "Sage UI",
2584
- "fontWeight": "Regular",
2585
- "lineHeight": "150%",
2586
- "fontSize": "13px",
2587
- "letterSpacing": "0%",
2588
- "paragraphSpacing": "0px",
2589
- "textDecoration": "none",
2590
- "textCase": "none"
2591
- },
2592
- "type": "typography"
2593
- }
2594
- }
2595
- },
2596
- "pill": {
2597
- "label": {
2598
- "s": {
2599
- "value": {
2600
- "fontFamily": "Sage UI",
2601
- "fontWeight": "Medium",
2602
- "lineHeight": "150%",
2603
- "fontSize": "10px",
2604
- "letterSpacing": "0%",
2605
- "paragraphSpacing": "0px"
2606
- },
2607
- "type": "typography"
2608
- },
2609
- "m": {
2610
- "value": {
2611
- "fontFamily": "Sage UI",
2612
- "fontWeight": "Medium",
2613
- "lineHeight": "150%",
2614
- "fontSize": "12px",
2615
- "letterSpacing": "0%",
2616
- "paragraphSpacing": "0px"
2617
- },
2618
- "type": "typography"
2619
- },
2620
- "l": {
2621
- "value": {
2622
- "fontFamily": "Sage UI",
2623
- "fontWeight": "Medium",
2624
- "lineHeight": "150%",
2625
- "fontSize": "14px",
2626
- "letterSpacing": "0%",
2627
- "paragraphSpacing": "0px"
2628
- },
2629
- "type": "typography"
2630
- },
2631
- "xl": {
2632
- "value": {
2633
- "fontFamily": "Sage UI",
2634
- "fontWeight": "Medium",
2635
- "lineHeight": "150%",
2636
- "fontSize": "16px",
2637
- "letterSpacing": "0%",
2638
- "paragraphSpacing": "0px"
2639
- },
2640
- "type": "typography"
2641
- }
2642
- }
2643
- },
2644
- "profile": {
2645
- "emailText": {
2646
- "xs": {
2647
- "value": {
2648
- "fontFamily": "Sage UI",
2649
- "fontWeight": "Regular",
2650
- "lineHeight": "100%",
2651
- "fontSize": "12px",
2652
- "letterSpacing": "0%",
2653
- "paragraphSpacing": "0",
2654
- "textDecoration": "none",
2655
- "textCase": "none"
2656
- },
2657
- "type": "typography"
2658
- },
2659
- "s": {
2660
- "value": {
2661
- "fontFamily": "Sage UI",
2662
- "fontWeight": "Regular",
2663
- "lineHeight": "100%",
2664
- "fontSize": "14px",
2665
- "letterSpacing": "0%",
2666
- "paragraphSpacing": "0",
2667
- "textDecoration": "none",
2668
- "textCase": "none"
2669
- },
2670
- "type": "typography"
2671
- },
2672
- "m": {
2673
- "value": {
2674
- "fontFamily": "Sage UI",
2675
- "fontWeight": "Regular",
2676
- "lineHeight": "125%",
2677
- "fontSize": "14px",
2678
- "letterSpacing": "0%",
2679
- "paragraphSpacing": "0",
2680
- "textDecoration": "none",
2681
- "textCase": "none"
2682
- },
2683
- "type": "typography"
2684
- },
2685
- "ml": {
2686
- "value": {
2687
- "fontFamily": "Sage UI",
2688
- "fontWeight": "Regular",
2689
- "lineHeight": "125%",
2690
- "fontSize": "14px",
2691
- "letterSpacing": "0%",
2692
- "paragraphSpacing": "0",
2693
- "textDecoration": "none",
2694
- "textCase": "none"
2695
- },
2696
- "type": "typography"
2697
- },
2698
- "l": {
2699
- "value": {
2700
- "fontFamily": "Sage UI",
2701
- "fontWeight": "Regular",
2702
- "lineHeight": "125%",
2703
- "fontSize": "14px",
2704
- "letterSpacing": "0%",
2705
- "paragraphSpacing": "0",
2706
- "textDecoration": "none",
2707
- "textCase": "none"
2708
- },
2709
- "type": "typography"
2710
- },
2711
- "xl": {
2712
- "value": {
2713
- "fontFamily": "Sage UI",
2714
- "fontWeight": "Regular",
2715
- "lineHeight": "125%",
2716
- "fontSize": "18px",
2717
- "letterSpacing": "0%",
2718
- "paragraphSpacing": "0",
2719
- "textDecoration": "none",
2720
- "textCase": "none"
2721
- },
2722
- "type": "typography"
2723
- },
2724
- "xxl": {
2725
- "value": {
2726
- "fontFamily": "Sage UI",
2727
- "fontWeight": "Regular",
2728
- "lineHeight": "125%",
2729
- "fontSize": "24px",
2730
- "letterSpacing": "0%",
2731
- "paragraphSpacing": "0",
2732
- "textDecoration": "none",
2733
- "textCase": "none"
2734
- },
2735
- "type": "typography"
2736
- }
2737
- },
2738
- "emailLink": {
2739
- "xs": {
2740
- "value": {
2741
- "fontFamily": "Sage UI",
2742
- "fontWeight": "Regular",
2743
- "lineHeight": "100%",
2744
- "fontSize": "12px",
2745
- "letterSpacing": "0%",
2746
- "paragraphSpacing": "0",
2747
- "textDecoration": "underline",
2748
- "textCase": "none"
2749
- },
2750
- "type": "typography"
2751
- },
2752
- "s": {
2753
- "value": {
2754
- "fontFamily": "Sage UI",
2755
- "fontWeight": "Regular",
2756
- "lineHeight": "100%",
2757
- "fontSize": "14px",
2758
- "letterSpacing": "0%",
2759
- "paragraphSpacing": "0",
2760
- "textDecoration": "underline",
2761
- "textCase": "none"
2762
- },
2763
- "type": "typography"
2764
- },
2765
- "m": {
2766
- "value": {
2767
- "fontFamily": "Sage UI",
2768
- "fontWeight": "Regular",
2769
- "lineHeight": "125%",
2770
- "fontSize": "14px",
2771
- "letterSpacing": "0%",
2772
- "paragraphSpacing": "0",
2773
- "textDecoration": "underline",
2774
- "textCase": "none"
2775
- },
2776
- "type": "typography"
2777
- },
2778
- "ml": {
2779
- "value": {
2780
- "fontFamily": "Sage UI",
2781
- "fontWeight": "Regular",
2782
- "lineHeight": "125%",
2783
- "fontSize": "14px",
2784
- "letterSpacing": "0%",
2785
- "paragraphSpacing": "0",
2786
- "textDecoration": "underline",
2787
- "textCase": "none"
2788
- },
2789
- "type": "typography"
2790
- },
2791
- "l": {
2792
- "value": {
2793
- "fontFamily": "Sage UI",
2794
- "fontWeight": "Regular",
2795
- "lineHeight": "125%",
2796
- "fontSize": "14px",
2797
- "letterSpacing": "0%",
2798
- "paragraphSpacing": "0",
2799
- "textDecoration": "underline",
2800
- "textCase": "none"
2801
- },
2802
- "type": "typography"
2803
- },
2804
- "xl": {
2805
- "value": {
2806
- "fontFamily": "Sage UI",
2807
- "fontWeight": "Regular",
2808
- "lineHeight": "125%",
2809
- "fontSize": "18px",
2810
- "letterSpacing": "0%",
2811
- "paragraphSpacing": "0",
2812
- "textDecoration": "underline",
2813
- "textCase": "none"
2814
- },
2815
- "type": "typography"
2816
- },
2817
- "xxl": {
2818
- "value": {
2819
- "fontFamily": "Sage UI",
2820
- "fontWeight": "Regular",
2821
- "lineHeight": "125%",
2822
- "fontSize": "24px",
2823
- "letterSpacing": "0%",
2824
- "paragraphSpacing": "0",
2825
- "textDecoration": "underline",
2826
- "textCase": "none"
2827
- },
2828
- "type": "typography"
2829
- }
2830
- },
2831
- "initials": {
2832
- "xs": {
2833
- "value": {
2834
- "fontFamily": "Sage UI",
2835
- "fontWeight": "Medium",
2836
- "lineHeight": "150%",
2837
- "fontSize": "10px",
2838
- "letterSpacing": "0%",
2839
- "paragraphSpacing": "0",
2840
- "textDecoration": "none",
2841
- "textCase": "uppercase"
2842
- },
2843
- "type": "typography"
2844
- },
2845
- "s": {
2846
- "value": {
2847
- "fontFamily": "Sage UI",
2848
- "fontWeight": "Medium",
2849
- "lineHeight": "150%",
2850
- "fontSize": "14px",
2851
- "letterSpacing": "0%",
2852
- "paragraphSpacing": "0",
2853
- "textDecoration": "none",
2854
- "textCase": "uppercase"
2855
- },
2856
- "type": "typography"
2857
- },
2858
- "m": {
2859
- "value": {
2860
- "fontFamily": "Sage UI",
2861
- "fontWeight": "Medium",
2862
- "lineHeight": "150%",
2863
- "fontSize": "18px",
2864
- "letterSpacing": "0%",
2865
- "paragraphSpacing": "0",
2866
- "textDecoration": "none",
2867
- "textCase": "uppercase"
2868
- },
2869
- "type": "typography"
2870
- },
2871
- "ml": {
2872
- "value": {
2873
- "fontFamily": "Sage UI",
2874
- "fontWeight": "Medium",
2875
- "lineHeight": "150%",
2876
- "fontSize": "24px",
2877
- "letterSpacing": "0%",
2878
- "paragraphSpacing": "0",
2879
- "textDecoration": "none",
2880
- "textCase": "uppercase"
2881
- },
2882
- "type": "typography"
2883
- },
2884
- "l": {
2885
- "value": {
2886
- "fontFamily": "Sage UI",
2887
- "fontWeight": "Medium",
2888
- "lineHeight": "150%",
2889
- "fontSize": "32px",
2890
- "letterSpacing": "0%",
2891
- "paragraphSpacing": "0",
2892
- "textDecoration": "none",
2893
- "textCase": "uppercase"
2894
- },
2895
- "type": "typography"
2896
- },
2897
- "xl": {
2898
- "value": {
2899
- "fontFamily": "Sage UI",
2900
- "fontWeight": "Medium",
2901
- "lineHeight": "150%",
2902
- "fontSize": "48px",
2903
- "letterSpacing": "0%",
2904
- "paragraphSpacing": "0",
2905
- "textDecoration": "none",
2906
- "textCase": "uppercase"
2907
- },
2908
- "type": "typography"
2909
- },
2910
- "xxl": {
2911
- "value": {
2912
- "fontFamily": "Sage UI",
2913
- "fontWeight": "Medium",
2914
- "lineHeight": "150%",
2915
- "fontSize": "56px",
2916
- "letterSpacing": "0%",
2917
- "paragraphSpacing": "0",
2918
- "textDecoration": "none",
2919
- "textCase": "uppercase"
2920
- },
2921
- "type": "typography",
2922
- "description": " "
2923
- }
2924
- },
2925
- "name": {
2926
- "xs": {
2927
- "value": {
2928
- "fontFamily": "Sage UI",
2929
- "fontWeight": "Medium",
2930
- "lineHeight": "100%",
2931
- "fontSize": "13px",
2932
- "letterSpacing": "0%",
2933
- "paragraphSpacing": "0",
2934
- "textDecoration": "none",
2935
- "textCase": "none"
2936
- },
2937
- "type": "typography"
2938
- },
2939
- "s": {
2940
- "value": {
2941
- "fontFamily": "Sage UI",
2942
- "fontWeight": "Medium",
2943
- "lineHeight": "100%",
2944
- "fontSize": "14px",
2945
- "letterSpacing": "0%",
2946
- "paragraphSpacing": "0",
2947
- "textDecoration": "none",
2948
- "textCase": "none"
2949
- },
2950
- "type": "typography"
2951
- },
2952
- "m": {
2953
- "value": {
2954
- "fontFamily": "Sage UI",
2955
- "fontWeight": "Medium",
2956
- "lineHeight": "125%",
2957
- "fontSize": "14px",
2958
- "letterSpacing": "0%",
2959
- "paragraphSpacing": "0",
2960
- "textDecoration": "none",
2961
- "textCase": "none"
2962
- },
2963
- "type": "typography"
2964
- },
2965
- "ml": {
2966
- "value": {
2967
- "fontFamily": "Sage UI",
2968
- "fontWeight": "Medium",
2969
- "lineHeight": "125%",
2970
- "fontSize": "16px",
2971
- "letterSpacing": "0%",
2972
- "paragraphSpacing": "0",
2973
- "textDecoration": "none",
2974
- "textCase": "none"
2975
- },
2976
- "type": "typography"
2977
- },
2978
- "l": {
2979
- "value": {
2980
- "fontFamily": "Sage UI",
2981
- "fontWeight": "Medium",
2982
- "lineHeight": "125%",
2983
- "fontSize": "20px",
2984
- "letterSpacing": "0%",
2985
- "paragraphSpacing": "0",
2986
- "textDecoration": "none",
2987
- "textCase": "none"
2988
- },
2989
- "type": "typography"
2990
- },
2991
- "xl": {
2992
- "value": {
2993
- "fontFamily": "Sage UI",
2994
- "fontWeight": "Medium",
2995
- "lineHeight": "125%",
2996
- "fontSize": "24px",
2997
- "letterSpacing": "0%",
2998
- "paragraphSpacing": "0",
2999
- "textDecoration": "none",
3000
- "textCase": "none"
3001
- },
3002
- "type": "typography"
3003
- },
3004
- "xxl": {
3005
- "value": {
3006
- "fontFamily": "Sage UI",
3007
- "fontWeight": "Medium",
3008
- "lineHeight": "125%",
3009
- "fontSize": "32px",
3010
- "letterSpacing": "0%",
3011
- "paragraphSpacing": "0",
3012
- "textDecoration": "none",
3013
- "textCase": "none"
3014
- },
3015
- "type": "typography"
3016
- }
3017
- }
3018
- },
3019
- "progressTracker": {
3020
- "valueLabel": {
3021
- "s": {
3022
- "value": {
3023
- "fontFamily": "Sage UI",
3024
- "fontWeight": "Medium",
3025
- "lineHeight": "150%",
3026
- "fontSize": "14px",
3027
- "letterSpacing": "0%",
3028
- "paragraphSpacing": "0",
3029
- "textDecoration": "none",
3030
- "textCase": "none"
3031
- },
3032
- "type": "typography"
3033
- },
3034
- "m": {
3035
- "value": {
3036
- "fontFamily": "Sage UI",
3037
- "fontWeight": "Medium",
3038
- "lineHeight": "150%",
3039
- "fontSize": "14px",
3040
- "letterSpacing": "0%",
3041
- "paragraphSpacing": "0",
3042
- "textDecoration": "none",
3043
- "textCase": "none"
3044
- },
3045
- "type": "typography"
3046
- },
3047
- "l": {
3048
- "value": {
3049
- "fontFamily": "Sage UI",
3050
- "fontWeight": "Medium",
3051
- "lineHeight": "150%",
3052
- "fontSize": "14px",
3053
- "letterSpacing": "0%",
3054
- "paragraphSpacing": "0",
3055
- "textDecoration": "none",
3056
- "textCase": "none"
3057
- },
3058
- "type": "typography"
3059
- }
3060
- }
3061
- },
3062
- "search": {
3063
- "label": {
3064
- "m": {
3065
- "value": {
3066
- "fontFamily": "Sage UI",
3067
- "fontWeight": "Regular",
3068
- "lineHeight": "150%",
3069
- "fontSize": "14px",
3070
- "letterSpacing": "0%",
3071
- "paragraphSpacing": "0px",
3072
- "textDecoration": "none",
3073
- "textCase": "none"
3074
- },
3075
- "type": "typography"
3076
- }
3077
- }
3078
- },
3079
- "sidebar": {
3080
- "title": {
3081
- "xs": {
3082
- "value": {
3083
- "fontFamily": "Sage UI",
3084
- "fontWeight": "Bold",
3085
- "lineHeight": "125%",
3086
- "fontSize": "20px",
3087
- "letterSpacing": "0%",
3088
- "paragraphSpacing": "0px",
3089
- "textDecoration": "none",
3090
- "textCase": "none"
3091
- },
3092
- "type": "typography"
3093
- },
3094
- "s": {
3095
- "value": {
3096
- "fontFamily": "Sage UI",
3097
- "fontWeight": "Bold",
3098
- "lineHeight": "125%",
3099
- "fontSize": "20px",
3100
- "letterSpacing": "0%",
3101
- "paragraphSpacing": "0px",
3102
- "textDecoration": "none",
3103
- "textCase": "none"
3104
- },
3105
- "type": "typography"
3106
- },
3107
- "ms": {
3108
- "value": {
3109
- "fontFamily": "Sage UI",
3110
- "fontWeight": "Bold",
3111
- "lineHeight": "125%",
3112
- "fontSize": "20px",
3113
- "letterSpacing": "0%",
3114
- "paragraphSpacing": "0px",
3115
- "textDecoration": "none",
3116
- "textCase": "none"
3117
- },
3118
- "type": "typography"
3119
- },
3120
- "m": {
3121
- "value": {
3122
- "fontFamily": "Sage UI",
3123
- "fontWeight": "Bold",
3124
- "lineHeight": "125%",
3125
- "fontSize": "20px",
3126
- "letterSpacing": "0%",
3127
- "paragraphSpacing": "0px",
3128
- "textDecoration": "none",
3129
- "textCase": "none"
3130
- },
3131
- "type": "typography"
3132
- },
3133
- "ml": {
3134
- "value": {
3135
- "fontFamily": "Sage UI",
3136
- "fontWeight": "Bold",
3137
- "lineHeight": "125%",
3138
- "fontSize": "20px",
3139
- "letterSpacing": "0%",
3140
- "paragraphSpacing": "0px",
3141
- "textDecoration": "none",
3142
- "textCase": "none"
3143
- },
3144
- "type": "typography"
3145
- },
3146
- "l": {
3147
- "value": {
3148
- "fontFamily": "Sage UI",
3149
- "fontWeight": "Bold",
3150
- "lineHeight": "125%",
3151
- "fontSize": "20px",
3152
- "letterSpacing": "0%",
3153
- "paragraphSpacing": "0px",
3154
- "textDecoration": "none",
3155
- "textCase": "none"
3156
- },
3157
- "type": "typography"
3158
- },
3159
- "xl": {
3160
- "value": {
3161
- "fontFamily": "Sage UI",
3162
- "fontWeight": "Bold",
3163
- "lineHeight": "125%",
3164
- "fontSize": "20px",
3165
- "letterSpacing": "0%",
3166
- "paragraphSpacing": "0px",
3167
- "textDecoration": "none",
3168
- "textCase": "none"
3169
- },
3170
- "type": "typography"
3171
- }
3172
- },
3173
- "paragraph": {
3174
- "xs": {
3175
- "value": {
3176
- "fontFamily": "Sage UI",
3177
- "fontWeight": "Regular",
3178
- "lineHeight": "125%",
3179
- "letterSpacing": "0%",
3180
- "paragraphSpacing": "0",
3181
- "textDecoration": "none",
3182
- "textCase": "none"
3183
- },
3184
- "type": "typography"
3185
- },
3186
- "s": {
3187
- "value": {
3188
- "fontFamily": "Sage UI",
3189
- "fontWeight": "Regular",
3190
- "lineHeight": "125%",
3191
- "letterSpacing": "0%",
3192
- "paragraphSpacing": "0",
3193
- "textDecoration": "none",
3194
- "textCase": "none"
3195
- },
3196
- "type": "typography"
3197
- },
3198
- "ms": {
3199
- "value": {
3200
- "fontFamily": "Sage UI",
3201
- "fontWeight": "Regular",
3202
- "lineHeight": "125%",
3203
- "letterSpacing": "0%",
3204
- "paragraphSpacing": "0",
3205
- "textDecoration": "none",
3206
- "textCase": "none"
3207
- },
3208
- "type": "typography"
3209
- },
3210
- "m": {
3211
- "value": {
3212
- "fontFamily": "Sage UI",
3213
- "fontWeight": "Regular",
3214
- "lineHeight": "125%",
3215
- "letterSpacing": "0%",
3216
- "paragraphSpacing": "0",
3217
- "textDecoration": "none",
3218
- "textCase": "none"
3219
- },
3220
- "type": "typography"
3221
- },
3222
- "ml": {
3223
- "value": {
3224
- "fontFamily": "Sage UI",
3225
- "fontWeight": "Regular",
3226
- "lineHeight": "125%",
3227
- "letterSpacing": "0%",
3228
- "paragraphSpacing": "0",
3229
- "textDecoration": "none",
3230
- "textCase": "none"
3231
- },
3232
- "type": "typography"
3233
- },
3234
- "l": {
3235
- "value": {
3236
- "fontFamily": "Sage UI",
3237
- "fontWeight": "Regular",
3238
- "lineHeight": "125%",
3239
- "letterSpacing": "0%",
3240
- "paragraphSpacing": "0",
3241
- "textDecoration": "none",
3242
- "textCase": "none"
3243
- },
3244
- "type": "typography"
3245
- },
3246
- "xl": {
3247
- "value": {
3248
- "fontFamily": "Sage UI",
3249
- "fontWeight": "Regular",
3250
- "lineHeight": "125%",
3251
- "letterSpacing": "0%",
3252
- "paragraphSpacing": "0",
3253
- "textDecoration": "none",
3254
- "textCase": "none"
3255
- },
3256
- "type": "typography"
3257
- }
3258
- }
3259
- },
3260
- "stepFlow": {
3261
- "completeLabel": {
3262
- "m": {
3263
- "value": {
3264
- "fontFamily": "Sage UI",
3265
- "fontWeight": "Medium",
3266
- "lineHeight": "150%",
3267
- "fontSize": "14px",
3268
- "letterSpacing": "0%",
3269
- "paragraphSpacing": "0px"
3270
- },
3271
- "type": "typography"
3272
- }
3273
- },
3274
- "currentLabel": {
3275
- "m": {
3276
- "value": {
3277
- "fontFamily": "Sage UI",
3278
- "fontWeight": "Medium",
3279
- "lineHeight": "150%",
3280
- "fontSize": "14px",
3281
- "letterSpacing": "0%",
3282
- "paragraphSpacing": "0px"
3283
- },
3284
- "type": "typography"
3285
- }
3286
- },
3287
- "incompleteLabel": {
3288
- "m": {
3289
- "value": {
3290
- "fontFamily": "Sage UI",
3291
- "fontWeight": "Medium",
3292
- "lineHeight": "150%",
3293
- "fontSize": "14px",
3294
- "letterSpacing": "0%",
3295
- "paragraphSpacing": "0px"
3296
- },
3297
- "type": "typography"
3298
- }
3299
- }
3300
- },
3301
- "switch": {
3302
- "optionLabel": {
3303
- "m": {
3304
- "value": {
3305
- "fontFamily": "Sage UI",
3306
- "fontWeight": "Medium",
3307
- "lineHeight": "150%",
3308
- "fontSize": "12px",
3309
- "letterSpacing": "0%",
3310
- "paragraphSpacing": "0px",
3311
- "textCase": "uppercase",
3312
- "textDecoration": "none"
3313
- },
3314
- "type": "typography"
3315
- },
3316
- "l": {
3317
- "value": {
3318
- "fontFamily": "Sage UI",
3319
- "fontWeight": "Medium",
3320
- "lineHeight": "150%",
3321
- "fontSize": "14px",
3322
- "letterSpacing": "0%",
3323
- "paragraphSpacing": "0px",
3324
- "textDecoration": "none",
3325
- "textCase": "uppercase"
3326
- },
3327
- "type": "typography"
3328
- }
3329
- }
3330
- },
3331
- "table": {
3332
- "headerText": {
3333
- "xs": {
3334
- "value": {
3335
- "fontFamily": "Sage UI",
3336
- "fontWeight": "Medium",
3337
- "lineHeight": "150%",
3338
- "fontSize": "13px",
3339
- "letterSpacing": "0%",
3340
- "paragraphSpacing": "0px",
3341
- "textDecoration": "none",
3342
- "textCase": "none"
3343
- },
3344
- "type": "typography"
3345
- },
3346
- "s": {
3347
- "value": {
3348
- "fontFamily": "Sage UI",
3349
- "fontWeight": "Medium",
3350
- "lineHeight": "150%",
3351
- "fontSize": "14px",
3352
- "letterSpacing": "0%",
3353
- "paragraphSpacing": "0px",
3354
- "textDecoration": "none",
3355
- "textCase": "none"
3356
- },
3357
- "type": "typography"
3358
- },
3359
- "m": {
3360
- "value": {
3361
- "fontFamily": "Sage UI",
3362
- "fontWeight": "Medium",
3363
- "lineHeight": "150%",
3364
- "fontSize": "14px",
3365
- "letterSpacing": "0%",
3366
- "paragraphSpacing": "0px",
3367
- "textDecoration": "none",
3368
- "textCase": "none"
3369
- },
3370
- "type": "typography"
3371
- },
3372
- "l": {
3373
- "value": {
3374
- "fontFamily": "Sage UI",
3375
- "fontWeight": "Medium",
3376
- "lineHeight": "150%",
3377
- "fontSize": "16px",
3378
- "letterSpacing": "0%",
3379
- "paragraphSpacing": "0px",
3380
- "textDecoration": "none",
3381
- "textCase": "none"
3382
- },
3383
- "type": "typography"
3384
- },
3385
- "xl": {
3386
- "value": {
3387
- "fontFamily": "Sage UI",
3388
- "fontWeight": "Medium",
3389
- "lineHeight": "150%",
3390
- "fontSize": "16px",
3391
- "letterSpacing": "0%",
3392
- "paragraphSpacing": "0px",
3393
- "textDecoration": "none",
3394
- "textCase": "none"
3395
- },
3396
- "type": "typography"
3397
- }
3398
- },
3399
- "cellText": {
3400
- "xs": {
3401
- "value": {
3402
- "fontFamily": "Sage UI",
3403
- "fontWeight": "Regular",
3404
- "lineHeight": "150%",
3405
- "fontSize": "13px",
3406
- "letterSpacing": "0%",
3407
- "paragraphSpacing": "0px",
3408
- "textDecoration": "none",
3409
- "textCase": "none"
3410
- },
3411
- "type": "typography"
3412
- },
3413
- "s": {
3414
- "value": {
3415
- "fontFamily": "Sage UI",
3416
- "fontWeight": "Regular",
3417
- "lineHeight": "150%",
3418
- "fontSize": "14px",
3419
- "letterSpacing": "0%",
3420
- "paragraphSpacing": "0px",
3421
- "textDecoration": "none",
3422
- "textCase": "none"
3423
- },
3424
- "type": "typography"
3425
- },
3426
- "m": {
3427
- "value": {
3428
- "fontFamily": "Sage UI",
3429
- "fontWeight": "Regular",
3430
- "lineHeight": "150%",
3431
- "fontSize": "14px",
3432
- "letterSpacing": "0%",
3433
- "paragraphSpacing": "0px",
3434
- "textDecoration": "none",
3435
- "textCase": "none"
3436
- },
3437
- "type": "typography"
3438
- },
3439
- "l": {
3440
- "value": {
3441
- "fontFamily": "Sage UI",
3442
- "fontWeight": "Regular",
3443
- "lineHeight": "150%",
3444
- "fontSize": "16px",
3445
- "letterSpacing": "0%",
3446
- "paragraphSpacing": "0px",
3447
- "textDecoration": "none",
3448
- "textCase": "none"
3449
- },
3450
- "type": "typography"
3451
- },
3452
- "xl": {
3453
- "value": {
3454
- "fontFamily": "Sage UI",
3455
- "fontWeight": "Regular",
3456
- "lineHeight": "150%",
3457
- "fontSize": "16px",
3458
- "letterSpacing": "0%",
3459
- "paragraphSpacing": "0px",
3460
- "textDecoration": "none",
3461
- "textCase": "none"
3462
- },
3463
- "type": "typography"
3464
- }
3465
- }
3466
- },
3467
- "tile": {
3468
- "paragraph": {
3469
- "m": {
3470
- "value": {
3471
- "fontFamily": "Sage UI",
3472
- "fontWeight": "Regular",
3473
- "lineHeight": "150%",
3474
- "fontSize": "14px",
3475
- "letterSpacing": "0%",
3476
- "paragraphSpacing": "0",
3477
- "textDecoration": "none",
3478
- "textCase": "none"
3479
- },
3480
- "type": "typography"
3481
- }
3482
- }
3483
- },
3484
- "tooltip": {
3485
- "text": {
3486
- "m": {
3487
- "value": {
3488
- "fontFamily": "Sage UI",
3489
- "fontWeight": "Regular",
3490
- "lineHeight": "150%",
3491
- "fontSize": "14px",
3492
- "letterSpacing": "0%",
3493
- "paragraphSpacing": "0px"
3494
- },
3495
- "type": "typography"
3496
- },
3497
- "l": {
3498
- "value": {
3499
- "fontFamily": "Sage UI",
3500
- "fontWeight": "Regular",
3501
- "lineHeight": "150%",
3502
- "fontSize": "16px",
3503
- "letterSpacing": "0%",
3504
- "paragraphSpacing": "0px"
3505
- },
3506
- "type": "typography"
3507
- }
3508
- }
3509
- }
3510
- },
3511
- "opacity": {
3512
- "300": {
3513
- "value": "0.3",
3514
- "type": "opacity"
3515
- },
3516
- "600": {
3517
- "value": "0.6",
3518
- "type": "opacity"
3519
- },
3520
- "800": {
3521
- "value": "0.8",
3522
- "type": "opacity"
3523
- }
3524
- }
3525
- }
3526
- }
1
+ {}