@novalabsxyz/tokens 2.0.0-y.25 → 2.0.0-y.27
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/build/css/tailwindTextStyles.css +123 -123
- package/build/css/textStyles.css +123 -123
- package/build/css/tokens-dark.css +257 -74
- package/build/css/tokens-light.css +257 -74
- package/build/js/tokens-dark-mobile.js +257 -74
- package/build/js/tokens-dark.js +257 -74
- package/build/js/tokens-light-mobile.js +257 -74
- package/build/js/tokens-light.js +257 -74
- package/build/scss/tokens-dark.scss +257 -74
- package/build/scss/tokens-light.scss +257 -74
- package/package.json +2 -2
@@ -463,20 +463,205 @@ export const hm_gradient_linear_color_06 = 'linear-gradient(180deg, #fecfef 0%,
|
|
463
463
|
export const hm_gradient_linear_color_07 = 'linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)';
|
464
464
|
export const hm_gradient_linear_color_08 = 'linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)';
|
465
465
|
export const hm_gradient_linear_color_09 = 'linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)';
|
466
|
+
export const hm_focus_rings_ring_brand_color = '#9e77ed3d';
|
467
|
+
export const hm_focus_rings_ring_brand_type = 'dropShadow';
|
468
|
+
export const hm_focus_rings_ring_brand_x = '0';
|
469
|
+
export const hm_focus_rings_ring_brand_y = '0';
|
470
|
+
export const hm_focus_rings_ring_brand_blur = '0';
|
471
|
+
export const hm_focus_rings_ring_brand_spread = '4px';
|
472
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_color = '#9e77ed3d';
|
473
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_type = 'dropShadow';
|
474
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_x = '0';
|
475
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_y = '0';
|
476
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_blur = '0';
|
477
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_spread = '4px';
|
478
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_color = '#1018280d';
|
479
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_type = 'dropShadow';
|
480
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_x = '0';
|
481
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_y = '1px';
|
482
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_blur = '2px';
|
483
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_spread = '0';
|
484
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_color = '#9e77ed3d';
|
485
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_type = 'dropShadow';
|
486
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_x = '0';
|
487
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_y = '0';
|
488
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_blur = '0';
|
489
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_spread = '4px';
|
490
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_color = '#1018280f';
|
491
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_type = 'dropShadow';
|
492
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_x = '0';
|
493
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_y = '1px';
|
494
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_blur = '2px';
|
495
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_spread = '0';
|
496
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_color = '#1018281a';
|
497
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_type = 'dropShadow';
|
498
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_x = '0';
|
499
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_y = '1px';
|
500
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_blur = '3px';
|
501
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_spread = '0';
|
502
|
+
export const hm_focus_rings_ring_gray_color = '#98a2b324';
|
503
|
+
export const hm_focus_rings_ring_gray_type = 'dropShadow';
|
504
|
+
export const hm_focus_rings_ring_gray_x = '0';
|
505
|
+
export const hm_focus_rings_ring_gray_y = '0';
|
506
|
+
export const hm_focus_rings_ring_gray_blur = '0';
|
507
|
+
export const hm_focus_rings_ring_gray_spread = '4px';
|
508
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_color = '#98a2b324';
|
509
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_type = 'dropShadow';
|
510
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_x = '0';
|
511
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_y = '0';
|
512
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_blur = '0';
|
513
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_spread = '4px';
|
514
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_color = '#1018280d';
|
515
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_type = 'dropShadow';
|
516
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_x = '0';
|
517
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_y = '1px';
|
518
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_blur = '2px';
|
519
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_spread = '0';
|
520
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_color = '#98a2b324';
|
521
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_type = 'dropShadow';
|
522
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_x = '0';
|
523
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_y = '0';
|
524
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_blur = '0';
|
525
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_spread = '4px';
|
526
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_color = '#1018280f';
|
527
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_type = 'dropShadow';
|
528
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_x = '0';
|
529
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_y = '1px';
|
530
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_blur = '2px';
|
531
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_spread = '0';
|
532
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_color = '#1018281a';
|
533
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_type = 'dropShadow';
|
534
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_x = '0';
|
535
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_y = '1px';
|
536
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_blur = '3px';
|
537
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_spread = '0';
|
538
|
+
export const hm_focus_rings_ring_gray_secondary_color = '#98a2b333';
|
539
|
+
export const hm_focus_rings_ring_gray_secondary_type = 'dropShadow';
|
540
|
+
export const hm_focus_rings_ring_gray_secondary_x = '0';
|
541
|
+
export const hm_focus_rings_ring_gray_secondary_y = '0';
|
542
|
+
export const hm_focus_rings_ring_gray_secondary_blur = '0';
|
543
|
+
export const hm_focus_rings_ring_gray_secondary_spread = '4px';
|
544
|
+
export const hm_focus_rings_ring_error_color = '#f044383d';
|
545
|
+
export const hm_focus_rings_ring_error_type = 'dropShadow';
|
546
|
+
export const hm_focus_rings_ring_error_x = '0';
|
547
|
+
export const hm_focus_rings_ring_error_y = '0';
|
548
|
+
export const hm_focus_rings_ring_error_blur = '0';
|
549
|
+
export const hm_focus_rings_ring_error_spread = '4px';
|
550
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_color = '#f044383d';
|
551
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_type = 'dropShadow';
|
552
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_x = '0';
|
553
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_y = '0';
|
554
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_blur = '0';
|
555
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_spread = '4px';
|
556
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_color = '#1018280d';
|
557
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_type = 'dropShadow';
|
558
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_x = '0';
|
559
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_y = '1px';
|
560
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_blur = '2px';
|
561
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_spread = '0';
|
562
|
+
export const hm_shadows_shadow_xs_color = '#1018280d';
|
563
|
+
export const hm_shadows_shadow_xs_type = 'dropShadow';
|
564
|
+
export const hm_shadows_shadow_xs_x = '0';
|
565
|
+
export const hm_shadows_shadow_xs_y = '1px';
|
566
|
+
export const hm_shadows_shadow_xs_blur = '2px';
|
567
|
+
export const hm_shadows_shadow_xs_spread = '0';
|
568
|
+
export const hm_shadows_shadow_sm_1_color = '#1018280f';
|
569
|
+
export const hm_shadows_shadow_sm_1_type = 'dropShadow';
|
570
|
+
export const hm_shadows_shadow_sm_1_x = '0';
|
571
|
+
export const hm_shadows_shadow_sm_1_y = '1px';
|
572
|
+
export const hm_shadows_shadow_sm_1_blur = '2px';
|
573
|
+
export const hm_shadows_shadow_sm_1_spread = '0';
|
574
|
+
export const hm_shadows_shadow_sm_2_color = '#1018281a';
|
575
|
+
export const hm_shadows_shadow_sm_2_type = 'dropShadow';
|
576
|
+
export const hm_shadows_shadow_sm_2_x = '0';
|
577
|
+
export const hm_shadows_shadow_sm_2_y = '1px';
|
578
|
+
export const hm_shadows_shadow_sm_2_blur = '3px';
|
579
|
+
export const hm_shadows_shadow_sm_2_spread = '0';
|
580
|
+
export const hm_shadows_shadow_md_1_color = '#1018280f';
|
581
|
+
export const hm_shadows_shadow_md_1_type = 'dropShadow';
|
582
|
+
export const hm_shadows_shadow_md_1_x = '0';
|
583
|
+
export const hm_shadows_shadow_md_1_y = '2px';
|
584
|
+
export const hm_shadows_shadow_md_1_blur = '4px';
|
585
|
+
export const hm_shadows_shadow_md_1_spread = '-2px';
|
586
|
+
export const hm_shadows_shadow_md_2_color = '#1018281a';
|
587
|
+
export const hm_shadows_shadow_md_2_type = 'dropShadow';
|
588
|
+
export const hm_shadows_shadow_md_2_x = '0';
|
589
|
+
export const hm_shadows_shadow_md_2_y = '4px';
|
590
|
+
export const hm_shadows_shadow_md_2_blur = '8px';
|
591
|
+
export const hm_shadows_shadow_md_2_spread = '-2px';
|
592
|
+
export const hm_shadows_shadow_lg_1_color = '#10182808';
|
593
|
+
export const hm_shadows_shadow_lg_1_type = 'dropShadow';
|
594
|
+
export const hm_shadows_shadow_lg_1_x = '0';
|
595
|
+
export const hm_shadows_shadow_lg_1_y = '4px';
|
596
|
+
export const hm_shadows_shadow_lg_1_blur = '6px';
|
597
|
+
export const hm_shadows_shadow_lg_1_spread = '-2px';
|
598
|
+
export const hm_shadows_shadow_lg_2_color = '#10182814';
|
599
|
+
export const hm_shadows_shadow_lg_2_type = 'dropShadow';
|
600
|
+
export const hm_shadows_shadow_lg_2_x = '0';
|
601
|
+
export const hm_shadows_shadow_lg_2_y = '12px';
|
602
|
+
export const hm_shadows_shadow_lg_2_blur = '16px';
|
603
|
+
export const hm_shadows_shadow_lg_2_spread = '-4px';
|
604
|
+
export const hm_shadows_shadow_xl_1_color = '#10182808';
|
605
|
+
export const hm_shadows_shadow_xl_1_type = 'dropShadow';
|
606
|
+
export const hm_shadows_shadow_xl_1_x = '0';
|
607
|
+
export const hm_shadows_shadow_xl_1_y = '8px';
|
608
|
+
export const hm_shadows_shadow_xl_1_blur = '8px';
|
609
|
+
export const hm_shadows_shadow_xl_1_spread = '-4px';
|
610
|
+
export const hm_shadows_shadow_xl_2_color = '#10182814';
|
611
|
+
export const hm_shadows_shadow_xl_2_type = 'dropShadow';
|
612
|
+
export const hm_shadows_shadow_xl_2_x = '0';
|
613
|
+
export const hm_shadows_shadow_xl_2_y = '20px';
|
614
|
+
export const hm_shadows_shadow_xl_2_blur = '24px';
|
615
|
+
export const hm_shadows_shadow_xl_2_spread = '-4px';
|
616
|
+
export const hm_shadows_shadow_2xl_color = '#1018282e';
|
617
|
+
export const hm_shadows_shadow_2xl_type = 'dropShadow';
|
618
|
+
export const hm_shadows_shadow_2xl_x = '0';
|
619
|
+
export const hm_shadows_shadow_2xl_y = '24px';
|
620
|
+
export const hm_shadows_shadow_2xl_blur = '48px';
|
621
|
+
export const hm_shadows_shadow_2xl_spread = '-12px';
|
622
|
+
export const hm_shadows_shadow_3xl_color = '#10182824';
|
623
|
+
export const hm_shadows_shadow_3xl_type = 'dropShadow';
|
624
|
+
export const hm_shadows_shadow_3xl_x = '0';
|
625
|
+
export const hm_shadows_shadow_3xl_y = '32px';
|
626
|
+
export const hm_shadows_shadow_3xl_blur = '64px';
|
627
|
+
export const hm_shadows_shadow_3xl_spread = '-12px';
|
628
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_color = '#34405424';
|
629
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_type = 'dropShadow';
|
630
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_x = '0';
|
631
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_y = '75px';
|
632
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_blur = '150px';
|
633
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_spread = '0';
|
634
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_color = '#3440542e';
|
635
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_type = 'dropShadow';
|
636
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_x = '0';
|
637
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_y = '100px';
|
638
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_blur = '200px';
|
639
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_spread = '0';
|
640
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_color = '#3440541f';
|
641
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_type = 'dropShadow';
|
642
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_x = '-40px';
|
643
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_y = '40px';
|
644
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_blur = '72px';
|
645
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_spread = '0';
|
646
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_color = '#3440541f';
|
647
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_type = 'dropShadow';
|
648
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_x = '100px';
|
649
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_y = '100px';
|
650
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_blur = '150px';
|
651
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_spread = '0';
|
652
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_color = '#34405414';
|
653
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_type = 'dropShadow';
|
654
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_x = '32px';
|
655
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_y = '32px';
|
656
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_blur = '64px';
|
657
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_spread = '0';
|
466
658
|
export const hm_font_families_figtree = 'Figtree';
|
467
659
|
export const hm_font_families_inter = 'Inter';
|
468
660
|
export const hm_line_heights_0 = '100%';
|
469
|
-
export const hm_line_heights_1 = '
|
470
|
-
export const hm_line_heights_2 = '
|
471
|
-
export const hm_line_heights_3 = '
|
472
|
-
export const hm_line_heights_4 = '
|
473
|
-
export const hm_line_heights_5 = '32';
|
474
|
-
export const hm_line_heights_6 = '36';
|
475
|
-
export const hm_line_heights_7 = '30';
|
476
|
-
export const hm_line_heights_8 = '28';
|
477
|
-
export const hm_line_heights_9 = '24';
|
478
|
-
export const hm_line_heights_10 = '20';
|
479
|
-
export const hm_line_heights_11 = '18';
|
661
|
+
export const hm_line_heights_1 = '30';
|
662
|
+
export const hm_line_heights_2 = '120%';
|
663
|
+
export const hm_line_heights_3 = '110%';
|
664
|
+
export const hm_line_heights_4 = '24';
|
480
665
|
export const hm_font_weights_figtree_0 = 'Regular';
|
481
666
|
export const hm_font_weights_figtree_1 = 'Medium';
|
482
667
|
export const hm_font_weights_figtree_2 = 'SemiBold';
|
@@ -508,14 +693,12 @@ export const hm_paragraph_spacing_3 = '16';
|
|
508
693
|
export const hm_paragraph_spacing_4 = '18';
|
509
694
|
export const hm_paragraph_spacing_5 = '20';
|
510
695
|
export const hm_paragraph_spacing_6 = '24';
|
511
|
-
export const hm_paragraph_spacing_7 = '
|
512
|
-
export const hm_paragraph_spacing_8 = '
|
513
|
-
export const hm_paragraph_spacing_9 = '
|
514
|
-
export const hm_paragraph_spacing_10 = '
|
515
|
-
export const hm_paragraph_spacing_11 = '
|
516
|
-
export const hm_paragraph_spacing_12 = '
|
517
|
-
export const hm_paragraph_spacing_13 = '60';
|
518
|
-
export const hm_paragraph_spacing_14 = '72';
|
696
|
+
export const hm_paragraph_spacing_7 = '32';
|
697
|
+
export const hm_paragraph_spacing_8 = '36';
|
698
|
+
export const hm_paragraph_spacing_9 = '38';
|
699
|
+
export const hm_paragraph_spacing_10 = '48';
|
700
|
+
export const hm_paragraph_spacing_11 = '60';
|
701
|
+
export const hm_paragraph_spacing_12 = '72';
|
519
702
|
export const hm_display_2xl_regular_font_family = 'Figtree';
|
520
703
|
export const hm_display_2xl_regular_font_weight = 'Regular';
|
521
704
|
export const hm_display_2xl_regular_line_height = '100%';
|
@@ -563,7 +746,7 @@ export const hm_display_xl_regular_text_case = 'none';
|
|
563
746
|
export const hm_display_xl_regular_text_decoration = 'none';
|
564
747
|
export const hm_display_xl_medium_font_family = 'Figtree';
|
565
748
|
export const hm_display_xl_medium_font_weight = 'Medium';
|
566
|
-
export const hm_display_xl_medium_line_height = '
|
749
|
+
export const hm_display_xl_medium_line_height = '100%';
|
567
750
|
export const hm_display_xl_medium_font_size = '60px';
|
568
751
|
export const hm_display_xl_medium_letter_spacing = '-2%';
|
569
752
|
export const hm_display_xl_medium_paragraph_spacing = '60';
|
@@ -590,7 +773,7 @@ export const hm_display_xl_bold_text_case = 'none';
|
|
590
773
|
export const hm_display_xl_bold_text_decoration = 'none';
|
591
774
|
export const hm_display_lg_regular_font_family = 'Figtree';
|
592
775
|
export const hm_display_lg_regular_font_weight = 'Regular';
|
593
|
-
export const hm_display_lg_regular_line_height = '
|
776
|
+
export const hm_display_lg_regular_line_height = '100%';
|
594
777
|
export const hm_display_lg_regular_font_size = '48px';
|
595
778
|
export const hm_display_lg_regular_letter_spacing = '-2%';
|
596
779
|
export const hm_display_lg_regular_paragraph_spacing = '48';
|
@@ -599,7 +782,7 @@ export const hm_display_lg_regular_text_case = 'none';
|
|
599
782
|
export const hm_display_lg_regular_text_decoration = 'none';
|
600
783
|
export const hm_display_lg_medium_font_family = 'Figtree';
|
601
784
|
export const hm_display_lg_medium_font_weight = 'Medium';
|
602
|
-
export const hm_display_lg_medium_line_height = '
|
785
|
+
export const hm_display_lg_medium_line_height = '100%';
|
603
786
|
export const hm_display_lg_medium_font_size = '48px';
|
604
787
|
export const hm_display_lg_medium_letter_spacing = '-2%';
|
605
788
|
export const hm_display_lg_medium_paragraph_spacing = '48';
|
@@ -608,7 +791,7 @@ export const hm_display_lg_medium_text_case = 'none';
|
|
608
791
|
export const hm_display_lg_medium_text_decoration = 'none';
|
609
792
|
export const hm_display_lg_semibold_font_family = 'Figtree';
|
610
793
|
export const hm_display_lg_semibold_font_weight = 'SemiBold';
|
611
|
-
export const hm_display_lg_semibold_line_height = '
|
794
|
+
export const hm_display_lg_semibold_line_height = '100%';
|
612
795
|
export const hm_display_lg_semibold_font_size = '48px';
|
613
796
|
export const hm_display_lg_semibold_letter_spacing = '-2%';
|
614
797
|
export const hm_display_lg_semibold_paragraph_spacing = '48';
|
@@ -617,7 +800,7 @@ export const hm_display_lg_semibold_text_case = 'none';
|
|
617
800
|
export const hm_display_lg_semibold_text_decoration = 'none';
|
618
801
|
export const hm_display_lg_bold_font_family = 'Figtree';
|
619
802
|
export const hm_display_lg_bold_font_weight = 'Bold';
|
620
|
-
export const hm_display_lg_bold_line_height = '
|
803
|
+
export const hm_display_lg_bold_line_height = '100%';
|
621
804
|
export const hm_display_lg_bold_font_size = '48px';
|
622
805
|
export const hm_display_lg_bold_letter_spacing = '-2%';
|
623
806
|
export const hm_display_lg_bold_paragraph_spacing = '48';
|
@@ -662,43 +845,43 @@ export const hm_display_md_bold_text_case = 'none';
|
|
662
845
|
export const hm_display_md_bold_text_decoration = 'none';
|
663
846
|
export const hm_display_sm_regular_font_family = 'Figtree';
|
664
847
|
export const hm_display_sm_regular_font_weight = 'Regular';
|
665
|
-
export const hm_display_sm_regular_line_height = '
|
848
|
+
export const hm_display_sm_regular_line_height = '100%';
|
666
849
|
export const hm_display_sm_regular_font_size = '30px';
|
667
850
|
export const hm_display_sm_regular_letter_spacing = '0%';
|
668
|
-
export const hm_display_sm_regular_paragraph_spacing = '
|
851
|
+
export const hm_display_sm_regular_paragraph_spacing = '20';
|
669
852
|
export const hm_display_sm_regular_paragraph_indent = '0px';
|
670
853
|
export const hm_display_sm_regular_text_case = 'none';
|
671
854
|
export const hm_display_sm_regular_text_decoration = 'none';
|
672
855
|
export const hm_display_sm_medium_font_family = 'Figtree';
|
673
856
|
export const hm_display_sm_medium_font_weight = 'Medium';
|
674
|
-
export const hm_display_sm_medium_line_height = '
|
857
|
+
export const hm_display_sm_medium_line_height = '100%';
|
675
858
|
export const hm_display_sm_medium_font_size = '30px';
|
676
859
|
export const hm_display_sm_medium_letter_spacing = '0%';
|
677
|
-
export const hm_display_sm_medium_paragraph_spacing = '
|
860
|
+
export const hm_display_sm_medium_paragraph_spacing = '20';
|
678
861
|
export const hm_display_sm_medium_paragraph_indent = '0px';
|
679
862
|
export const hm_display_sm_medium_text_case = 'none';
|
680
863
|
export const hm_display_sm_medium_text_decoration = 'none';
|
681
864
|
export const hm_display_sm_semibold_font_family = 'Figtree';
|
682
865
|
export const hm_display_sm_semibold_font_weight = 'SemiBold';
|
683
|
-
export const hm_display_sm_semibold_line_height = '
|
866
|
+
export const hm_display_sm_semibold_line_height = '100%';
|
684
867
|
export const hm_display_sm_semibold_font_size = '30px';
|
685
868
|
export const hm_display_sm_semibold_letter_spacing = '0%';
|
686
|
-
export const hm_display_sm_semibold_paragraph_spacing = '
|
869
|
+
export const hm_display_sm_semibold_paragraph_spacing = '20';
|
687
870
|
export const hm_display_sm_semibold_paragraph_indent = '0px';
|
688
871
|
export const hm_display_sm_semibold_text_case = 'none';
|
689
872
|
export const hm_display_sm_semibold_text_decoration = 'none';
|
690
873
|
export const hm_display_sm_bold_font_family = 'Figtree';
|
691
874
|
export const hm_display_sm_bold_font_weight = 'Bold';
|
692
|
-
export const hm_display_sm_bold_line_height = '
|
875
|
+
export const hm_display_sm_bold_line_height = '100%';
|
693
876
|
export const hm_display_sm_bold_font_size = '30px';
|
694
877
|
export const hm_display_sm_bold_letter_spacing = '0%';
|
695
|
-
export const hm_display_sm_bold_paragraph_spacing = '
|
878
|
+
export const hm_display_sm_bold_paragraph_spacing = '20';
|
696
879
|
export const hm_display_sm_bold_paragraph_indent = '0px';
|
697
880
|
export const hm_display_sm_bold_text_case = 'none';
|
698
881
|
export const hm_display_sm_bold_text_decoration = 'none';
|
699
882
|
export const hm_display_sm_medium_italic_font_family = 'Inter';
|
700
883
|
export const hm_display_sm_medium_italic_font_weight = 'Medium';
|
701
|
-
export const hm_display_sm_medium_italic_line_height = '
|
884
|
+
export const hm_display_sm_medium_italic_line_height = '100%';
|
702
885
|
export const hm_display_sm_medium_italic_font_size = '30px';
|
703
886
|
export const hm_display_sm_medium_italic_letter_spacing = '0%';
|
704
887
|
export const hm_display_sm_medium_italic_paragraph_spacing = '38';
|
@@ -708,7 +891,7 @@ export const hm_display_sm_medium_italic_text_decoration = 'none';
|
|
708
891
|
export const hm_display_sm_medium_italic_font_style = 'italic';
|
709
892
|
export const hm_display_xs_regular_font_family = 'Figtree';
|
710
893
|
export const hm_display_xs_regular_font_weight = 'Regular';
|
711
|
-
export const hm_display_xs_regular_line_height = '
|
894
|
+
export const hm_display_xs_regular_line_height = '100%';
|
712
895
|
export const hm_display_xs_regular_font_size = '24px';
|
713
896
|
export const hm_display_xs_regular_letter_spacing = '0%';
|
714
897
|
export const hm_display_xs_regular_paragraph_spacing = '24';
|
@@ -717,7 +900,7 @@ export const hm_display_xs_regular_text_case = 'none';
|
|
717
900
|
export const hm_display_xs_regular_text_decoration = 'none';
|
718
901
|
export const hm_display_xs_medium_font_family = 'Figtree';
|
719
902
|
export const hm_display_xs_medium_font_weight = 'Medium';
|
720
|
-
export const hm_display_xs_medium_line_height = '
|
903
|
+
export const hm_display_xs_medium_line_height = '100%';
|
721
904
|
export const hm_display_xs_medium_font_size = '24px';
|
722
905
|
export const hm_display_xs_medium_letter_spacing = '0%';
|
723
906
|
export const hm_display_xs_medium_paragraph_spacing = '24';
|
@@ -726,7 +909,7 @@ export const hm_display_xs_medium_text_case = 'none';
|
|
726
909
|
export const hm_display_xs_medium_text_decoration = 'none';
|
727
910
|
export const hm_display_xs_semibold_font_family = 'Figtree';
|
728
911
|
export const hm_display_xs_semibold_font_weight = 'SemiBold';
|
729
|
-
export const hm_display_xs_semibold_line_height = '
|
912
|
+
export const hm_display_xs_semibold_line_height = '100%';
|
730
913
|
export const hm_display_xs_semibold_font_size = '24px';
|
731
914
|
export const hm_display_xs_semibold_letter_spacing = '0%';
|
732
915
|
export const hm_display_xs_semibold_paragraph_spacing = '24';
|
@@ -735,7 +918,7 @@ export const hm_display_xs_semibold_text_case = 'none';
|
|
735
918
|
export const hm_display_xs_semibold_text_decoration = 'none';
|
736
919
|
export const hm_display_xs_bold_font_family = 'Figtree';
|
737
920
|
export const hm_display_xs_bold_font_weight = 'Bold';
|
738
|
-
export const hm_display_xs_bold_line_height = '
|
921
|
+
export const hm_display_xs_bold_line_height = '100%';
|
739
922
|
export const hm_display_xs_bold_font_size = '24px';
|
740
923
|
export const hm_display_xs_bold_letter_spacing = '0%';
|
741
924
|
export const hm_display_xs_bold_paragraph_spacing = '24';
|
@@ -744,7 +927,7 @@ export const hm_display_xs_bold_text_case = 'none';
|
|
744
927
|
export const hm_display_xs_bold_text_decoration = 'none';
|
745
928
|
export const hm_display_xs_medium_italic_font_family = 'Inter';
|
746
929
|
export const hm_display_xs_medium_italic_font_weight = 'Medium';
|
747
|
-
export const hm_display_xs_medium_italic_line_height = '
|
930
|
+
export const hm_display_xs_medium_italic_line_height = '100%';
|
748
931
|
export const hm_display_xs_medium_italic_font_size = '24px';
|
749
932
|
export const hm_display_xs_medium_italic_letter_spacing = '0%';
|
750
933
|
export const hm_display_xs_medium_italic_paragraph_spacing = '32';
|
@@ -754,7 +937,7 @@ export const hm_display_xs_medium_italic_text_decoration = 'none';
|
|
754
937
|
export const hm_display_xs_medium_italic_font_style = 'italic';
|
755
938
|
export const hm_text_xl_regular_font_family = 'Figtree';
|
756
939
|
export const hm_text_xl_regular_font_weight = 'Regular';
|
757
|
-
export const hm_text_xl_regular_line_height = '
|
940
|
+
export const hm_text_xl_regular_line_height = '100%';
|
758
941
|
export const hm_text_xl_regular_font_size = '20px';
|
759
942
|
export const hm_text_xl_regular_letter_spacing = '0%';
|
760
943
|
export const hm_text_xl_regular_paragraph_spacing = '20';
|
@@ -763,7 +946,7 @@ export const hm_text_xl_regular_text_case = 'none';
|
|
763
946
|
export const hm_text_xl_regular_text_decoration = 'none';
|
764
947
|
export const hm_text_xl_medium_font_family = 'Figtree';
|
765
948
|
export const hm_text_xl_medium_font_weight = 'Medium';
|
766
|
-
export const hm_text_xl_medium_line_height = '
|
949
|
+
export const hm_text_xl_medium_line_height = '100%';
|
767
950
|
export const hm_text_xl_medium_font_size = '20px';
|
768
951
|
export const hm_text_xl_medium_letter_spacing = '0%';
|
769
952
|
export const hm_text_xl_medium_paragraph_spacing = '20';
|
@@ -772,7 +955,7 @@ export const hm_text_xl_medium_text_case = 'none';
|
|
772
955
|
export const hm_text_xl_medium_text_decoration = 'none';
|
773
956
|
export const hm_text_xl_semibold_font_family = 'Figtree';
|
774
957
|
export const hm_text_xl_semibold_font_weight = 'SemiBold';
|
775
|
-
export const hm_text_xl_semibold_line_height = '
|
958
|
+
export const hm_text_xl_semibold_line_height = '100%';
|
776
959
|
export const hm_text_xl_semibold_font_size = '20px';
|
777
960
|
export const hm_text_xl_semibold_letter_spacing = '0%';
|
778
961
|
export const hm_text_xl_semibold_paragraph_spacing = '20';
|
@@ -781,7 +964,7 @@ export const hm_text_xl_semibold_text_case = 'none';
|
|
781
964
|
export const hm_text_xl_semibold_text_decoration = 'none';
|
782
965
|
export const hm_text_xl_bold_font_family = 'Figtree';
|
783
966
|
export const hm_text_xl_bold_font_weight = 'Bold';
|
784
|
-
export const hm_text_xl_bold_line_height = '
|
967
|
+
export const hm_text_xl_bold_line_height = '100%';
|
785
968
|
export const hm_text_xl_bold_font_size = '20px';
|
786
969
|
export const hm_text_xl_bold_letter_spacing = '0%';
|
787
970
|
export const hm_text_xl_bold_paragraph_spacing = '20';
|
@@ -790,7 +973,7 @@ export const hm_text_xl_bold_text_case = 'none';
|
|
790
973
|
export const hm_text_xl_bold_text_decoration = 'none';
|
791
974
|
export const hm_text_xl_regular_italic_font_family = 'Inter';
|
792
975
|
export const hm_text_xl_regular_italic_font_weight = 'Regular';
|
793
|
-
export const hm_text_xl_regular_italic_line_height = '
|
976
|
+
export const hm_text_xl_regular_italic_line_height = '100%';
|
794
977
|
export const hm_text_xl_regular_italic_font_size = '20px';
|
795
978
|
export const hm_text_xl_regular_italic_letter_spacing = '0%';
|
796
979
|
export const hm_text_xl_regular_italic_paragraph_spacing = '20';
|
@@ -800,7 +983,7 @@ export const hm_text_xl_regular_italic_text_decoration = 'none';
|
|
800
983
|
export const hm_text_xl_regular_italic_font_style = 'italic';
|
801
984
|
export const hm_text_xl_medium_italic_font_family = 'Inter';
|
802
985
|
export const hm_text_xl_medium_italic_font_weight = 'Medium';
|
803
|
-
export const hm_text_xl_medium_italic_line_height = '
|
986
|
+
export const hm_text_xl_medium_italic_line_height = '100%';
|
804
987
|
export const hm_text_xl_medium_italic_font_size = '20px';
|
805
988
|
export const hm_text_xl_medium_italic_letter_spacing = '0%';
|
806
989
|
export const hm_text_xl_medium_italic_paragraph_spacing = '20';
|
@@ -810,7 +993,7 @@ export const hm_text_xl_medium_italic_text_decoration = 'none';
|
|
810
993
|
export const hm_text_xl_medium_italic_font_style = 'italic';
|
811
994
|
export const hm_text_xl_semibold_italic_font_family = 'Inter';
|
812
995
|
export const hm_text_xl_semibold_italic_font_weight = 'Semi Bold';
|
813
|
-
export const hm_text_xl_semibold_italic_line_height = '
|
996
|
+
export const hm_text_xl_semibold_italic_line_height = '100%';
|
814
997
|
export const hm_text_xl_semibold_italic_font_size = '20px';
|
815
998
|
export const hm_text_xl_semibold_italic_letter_spacing = '0%';
|
816
999
|
export const hm_text_xl_semibold_italic_paragraph_spacing = '20';
|
@@ -830,7 +1013,7 @@ export const hm_text_xl_bold_italic_text_decoration = 'none';
|
|
830
1013
|
export const hm_text_xl_bold_italic_font_style = 'italic';
|
831
1014
|
export const hm_text_xl_regular_underlined_font_family = 'Inter';
|
832
1015
|
export const hm_text_xl_regular_underlined_font_weight = 'Regular';
|
833
|
-
export const hm_text_xl_regular_underlined_line_height = '
|
1016
|
+
export const hm_text_xl_regular_underlined_line_height = '100%';
|
834
1017
|
export const hm_text_xl_regular_underlined_font_size = '20px';
|
835
1018
|
export const hm_text_xl_regular_underlined_letter_spacing = '0%';
|
836
1019
|
export const hm_text_xl_regular_underlined_paragraph_spacing = '0';
|
@@ -839,7 +1022,7 @@ export const hm_text_xl_regular_underlined_text_case = 'none';
|
|
839
1022
|
export const hm_text_xl_regular_underlined_text_decoration = 'underline';
|
840
1023
|
export const hm_text_lg_regular_font_family = 'Figtree';
|
841
1024
|
export const hm_text_lg_regular_font_weight = 'Regular';
|
842
|
-
export const hm_text_lg_regular_line_height = '
|
1025
|
+
export const hm_text_lg_regular_line_height = '120%';
|
843
1026
|
export const hm_text_lg_regular_font_size = '18px';
|
844
1027
|
export const hm_text_lg_regular_letter_spacing = '0%';
|
845
1028
|
export const hm_text_lg_regular_paragraph_spacing = '18';
|
@@ -848,7 +1031,7 @@ export const hm_text_lg_regular_text_case = 'none';
|
|
848
1031
|
export const hm_text_lg_regular_text_decoration = 'none';
|
849
1032
|
export const hm_text_lg_medium_font_family = 'Figtree';
|
850
1033
|
export const hm_text_lg_medium_font_weight = 'Medium';
|
851
|
-
export const hm_text_lg_medium_line_height = '
|
1034
|
+
export const hm_text_lg_medium_line_height = '120%';
|
852
1035
|
export const hm_text_lg_medium_font_size = '18px';
|
853
1036
|
export const hm_text_lg_medium_letter_spacing = '0%';
|
854
1037
|
export const hm_text_lg_medium_paragraph_spacing = '18';
|
@@ -857,7 +1040,7 @@ export const hm_text_lg_medium_text_case = 'none';
|
|
857
1040
|
export const hm_text_lg_medium_text_decoration = 'none';
|
858
1041
|
export const hm_text_lg_semibold_font_family = 'Figtree';
|
859
1042
|
export const hm_text_lg_semibold_font_weight = 'SemiBold';
|
860
|
-
export const hm_text_lg_semibold_line_height = '
|
1043
|
+
export const hm_text_lg_semibold_line_height = '120%';
|
861
1044
|
export const hm_text_lg_semibold_font_size = '18px';
|
862
1045
|
export const hm_text_lg_semibold_letter_spacing = '0%';
|
863
1046
|
export const hm_text_lg_semibold_paragraph_spacing = '18';
|
@@ -866,7 +1049,7 @@ export const hm_text_lg_semibold_text_case = 'none';
|
|
866
1049
|
export const hm_text_lg_semibold_text_decoration = 'none';
|
867
1050
|
export const hm_text_lg_bold_font_family = 'Figtree';
|
868
1051
|
export const hm_text_lg_bold_font_weight = 'Bold';
|
869
|
-
export const hm_text_lg_bold_line_height = '
|
1052
|
+
export const hm_text_lg_bold_line_height = '120%';
|
870
1053
|
export const hm_text_lg_bold_font_size = '18px';
|
871
1054
|
export const hm_text_lg_bold_letter_spacing = '0%';
|
872
1055
|
export const hm_text_lg_bold_paragraph_spacing = '18';
|
@@ -875,7 +1058,7 @@ export const hm_text_lg_bold_text_case = 'none';
|
|
875
1058
|
export const hm_text_lg_bold_text_decoration = 'none';
|
876
1059
|
export const hm_text_lg_regular_italic_font_family = 'Inter';
|
877
1060
|
export const hm_text_lg_regular_italic_font_weight = 'Regular';
|
878
|
-
export const hm_text_lg_regular_italic_line_height = '
|
1061
|
+
export const hm_text_lg_regular_italic_line_height = '100%';
|
879
1062
|
export const hm_text_lg_regular_italic_font_size = '18px';
|
880
1063
|
export const hm_text_lg_regular_italic_letter_spacing = '0%';
|
881
1064
|
export const hm_text_lg_regular_italic_paragraph_spacing = '18';
|
@@ -885,7 +1068,7 @@ export const hm_text_lg_regular_italic_text_decoration = 'none';
|
|
885
1068
|
export const hm_text_lg_regular_italic_font_style = 'italic';
|
886
1069
|
export const hm_text_lg_medium_italic_font_family = 'Inter';
|
887
1070
|
export const hm_text_lg_medium_italic_font_weight = 'Medium';
|
888
|
-
export const hm_text_lg_medium_italic_line_height = '
|
1071
|
+
export const hm_text_lg_medium_italic_line_height = '100%';
|
889
1072
|
export const hm_text_lg_medium_italic_font_size = '18px';
|
890
1073
|
export const hm_text_lg_medium_italic_letter_spacing = '0%';
|
891
1074
|
export const hm_text_lg_medium_italic_paragraph_spacing = '18';
|
@@ -895,7 +1078,7 @@ export const hm_text_lg_medium_italic_text_decoration = 'none';
|
|
895
1078
|
export const hm_text_lg_medium_italic_font_style = 'italic';
|
896
1079
|
export const hm_text_lg_semibold_italic_font_family = 'Inter';
|
897
1080
|
export const hm_text_lg_semibold_italic_font_weight = 'Semi Bold';
|
898
|
-
export const hm_text_lg_semibold_italic_line_height = '
|
1081
|
+
export const hm_text_lg_semibold_italic_line_height = '100%';
|
899
1082
|
export const hm_text_lg_semibold_italic_font_size = '18px';
|
900
1083
|
export const hm_text_lg_semibold_italic_letter_spacing = '0%';
|
901
1084
|
export const hm_text_lg_semibold_italic_paragraph_spacing = '18';
|
@@ -905,7 +1088,7 @@ export const hm_text_lg_semibold_italic_text_decoration = 'none';
|
|
905
1088
|
export const hm_text_lg_semibold_italic_font_style = 'italic';
|
906
1089
|
export const hm_text_lg_bold_italic_font_family = 'Inter';
|
907
1090
|
export const hm_text_lg_bold_italic_font_weight = 'Bold';
|
908
|
-
export const hm_text_lg_bold_italic_line_height = '
|
1091
|
+
export const hm_text_lg_bold_italic_line_height = '100%';
|
909
1092
|
export const hm_text_lg_bold_italic_font_size = '18px';
|
910
1093
|
export const hm_text_lg_bold_italic_letter_spacing = '0%';
|
911
1094
|
export const hm_text_lg_bold_italic_paragraph_spacing = '18';
|
@@ -915,7 +1098,7 @@ export const hm_text_lg_bold_italic_text_decoration = 'none';
|
|
915
1098
|
export const hm_text_lg_bold_italic_font_style = 'italic';
|
916
1099
|
export const hm_text_lg_regular_underlined_font_family = 'Inter';
|
917
1100
|
export const hm_text_lg_regular_underlined_font_weight = 'Regular';
|
918
|
-
export const hm_text_lg_regular_underlined_line_height = '
|
1101
|
+
export const hm_text_lg_regular_underlined_line_height = '100%';
|
919
1102
|
export const hm_text_lg_regular_underlined_font_size = '18px';
|
920
1103
|
export const hm_text_lg_regular_underlined_letter_spacing = '0%';
|
921
1104
|
export const hm_text_lg_regular_underlined_paragraph_spacing = '18';
|
@@ -924,16 +1107,16 @@ export const hm_text_lg_regular_underlined_text_case = 'none';
|
|
924
1107
|
export const hm_text_lg_regular_underlined_text_decoration = 'underline';
|
925
1108
|
export const hm_text_lg_medium_underlined_font_family = 'Inter';
|
926
1109
|
export const hm_text_lg_medium_underlined_font_weight = 'Medium';
|
927
|
-
export const hm_text_lg_medium_underlined_line_height = '
|
1110
|
+
export const hm_text_lg_medium_underlined_line_height = '100%';
|
928
1111
|
export const hm_text_lg_medium_underlined_font_size = '18px';
|
929
1112
|
export const hm_text_lg_medium_underlined_letter_spacing = '0%';
|
930
|
-
export const hm_text_lg_medium_underlined_paragraph_spacing = '
|
1113
|
+
export const hm_text_lg_medium_underlined_paragraph_spacing = '18';
|
931
1114
|
export const hm_text_lg_medium_underlined_paragraph_indent = '0px';
|
932
1115
|
export const hm_text_lg_medium_underlined_text_case = 'none';
|
933
1116
|
export const hm_text_lg_medium_underlined_text_decoration = 'underline';
|
934
1117
|
export const hm_text_lg_semibold_underlined_font_family = 'Inter';
|
935
1118
|
export const hm_text_lg_semibold_underlined_font_weight = 'Semi Bold';
|
936
|
-
export const hm_text_lg_semibold_underlined_line_height = '
|
1119
|
+
export const hm_text_lg_semibold_underlined_line_height = '100%';
|
937
1120
|
export const hm_text_lg_semibold_underlined_font_size = '18px';
|
938
1121
|
export const hm_text_lg_semibold_underlined_letter_spacing = '0%';
|
939
1122
|
export const hm_text_lg_semibold_underlined_paragraph_spacing = '18';
|
@@ -942,7 +1125,7 @@ export const hm_text_lg_semibold_underlined_text_case = 'none';
|
|
942
1125
|
export const hm_text_lg_semibold_underlined_text_decoration = 'underline';
|
943
1126
|
export const hm_text_md_regular_font_family = 'Figtree';
|
944
1127
|
export const hm_text_md_regular_font_weight = 'Regular';
|
945
|
-
export const hm_text_md_regular_line_height = '
|
1128
|
+
export const hm_text_md_regular_line_height = '120%';
|
946
1129
|
export const hm_text_md_regular_font_size = '16px';
|
947
1130
|
export const hm_text_md_regular_letter_spacing = '0%';
|
948
1131
|
export const hm_text_md_regular_paragraph_spacing = '16';
|
@@ -951,7 +1134,7 @@ export const hm_text_md_regular_text_case = 'none';
|
|
951
1134
|
export const hm_text_md_regular_text_decoration = 'none';
|
952
1135
|
export const hm_text_md_medium_font_family = 'Figtree';
|
953
1136
|
export const hm_text_md_medium_font_weight = 'Medium';
|
954
|
-
export const hm_text_md_medium_line_height = '
|
1137
|
+
export const hm_text_md_medium_line_height = '120%';
|
955
1138
|
export const hm_text_md_medium_font_size = '16px';
|
956
1139
|
export const hm_text_md_medium_letter_spacing = '0%';
|
957
1140
|
export const hm_text_md_medium_paragraph_spacing = '16';
|
@@ -960,7 +1143,7 @@ export const hm_text_md_medium_text_case = 'none';
|
|
960
1143
|
export const hm_text_md_medium_text_decoration = 'none';
|
961
1144
|
export const hm_text_md_semibold_font_family = 'Figtree';
|
962
1145
|
export const hm_text_md_semibold_font_weight = 'SemiBold';
|
963
|
-
export const hm_text_md_semibold_line_height = '
|
1146
|
+
export const hm_text_md_semibold_line_height = '120%';
|
964
1147
|
export const hm_text_md_semibold_font_size = '16px';
|
965
1148
|
export const hm_text_md_semibold_letter_spacing = '0%';
|
966
1149
|
export const hm_text_md_semibold_paragraph_spacing = '16';
|
@@ -969,7 +1152,7 @@ export const hm_text_md_semibold_text_case = 'none';
|
|
969
1152
|
export const hm_text_md_semibold_text_decoration = 'none';
|
970
1153
|
export const hm_text_md_bold_font_family = 'Figtree';
|
971
1154
|
export const hm_text_md_bold_font_weight = 'Bold';
|
972
|
-
export const hm_text_md_bold_line_height = '
|
1155
|
+
export const hm_text_md_bold_line_height = '110%';
|
973
1156
|
export const hm_text_md_bold_font_size = '16px';
|
974
1157
|
export const hm_text_md_bold_letter_spacing = '0%';
|
975
1158
|
export const hm_text_md_bold_paragraph_spacing = '16';
|
@@ -978,7 +1161,7 @@ export const hm_text_md_bold_text_case = 'none';
|
|
978
1161
|
export const hm_text_md_bold_text_decoration = 'none';
|
979
1162
|
export const hm_text_md_regular_italic_font_family = 'Inter';
|
980
1163
|
export const hm_text_md_regular_italic_font_weight = 'Regular';
|
981
|
-
export const hm_text_md_regular_italic_line_height = '
|
1164
|
+
export const hm_text_md_regular_italic_line_height = '100%';
|
982
1165
|
export const hm_text_md_regular_italic_font_size = '16px';
|
983
1166
|
export const hm_text_md_regular_italic_letter_spacing = '0%';
|
984
1167
|
export const hm_text_md_regular_italic_paragraph_spacing = '16';
|
@@ -1045,7 +1228,7 @@ export const hm_text_md_semibold_underlined_text_case = 'none';
|
|
1045
1228
|
export const hm_text_md_semibold_underlined_text_decoration = 'underline';
|
1046
1229
|
export const hm_text_sm_regular_font_family = 'Figtree';
|
1047
1230
|
export const hm_text_sm_regular_font_weight = 'Regular';
|
1048
|
-
export const hm_text_sm_regular_line_height = '
|
1231
|
+
export const hm_text_sm_regular_line_height = '110%';
|
1049
1232
|
export const hm_text_sm_regular_font_size = '14px';
|
1050
1233
|
export const hm_text_sm_regular_letter_spacing = '0%';
|
1051
1234
|
export const hm_text_sm_regular_paragraph_spacing = '14';
|
@@ -1054,7 +1237,7 @@ export const hm_text_sm_regular_text_case = 'none';
|
|
1054
1237
|
export const hm_text_sm_regular_text_decoration = 'none';
|
1055
1238
|
export const hm_text_sm_medium_font_family = 'Figtree';
|
1056
1239
|
export const hm_text_sm_medium_font_weight = 'Medium';
|
1057
|
-
export const hm_text_sm_medium_line_height = '
|
1240
|
+
export const hm_text_sm_medium_line_height = '110%';
|
1058
1241
|
export const hm_text_sm_medium_font_size = '14px';
|
1059
1242
|
export const hm_text_sm_medium_letter_spacing = '0%';
|
1060
1243
|
export const hm_text_sm_medium_paragraph_spacing = '14';
|
@@ -1063,7 +1246,7 @@ export const hm_text_sm_medium_text_case = 'none';
|
|
1063
1246
|
export const hm_text_sm_medium_text_decoration = 'none';
|
1064
1247
|
export const hm_text_sm_semibold_font_family = 'Figtree';
|
1065
1248
|
export const hm_text_sm_semibold_font_weight = 'SemiBold';
|
1066
|
-
export const hm_text_sm_semibold_line_height = '
|
1249
|
+
export const hm_text_sm_semibold_line_height = '110%';
|
1067
1250
|
export const hm_text_sm_semibold_font_size = '14px';
|
1068
1251
|
export const hm_text_sm_semibold_letter_spacing = '0%';
|
1069
1252
|
export const hm_text_sm_semibold_paragraph_spacing = '14';
|
@@ -1072,7 +1255,7 @@ export const hm_text_sm_semibold_text_case = 'none';
|
|
1072
1255
|
export const hm_text_sm_semibold_text_decoration = 'none';
|
1073
1256
|
export const hm_text_sm_bold_font_family = 'Figtree';
|
1074
1257
|
export const hm_text_sm_bold_font_weight = 'Bold';
|
1075
|
-
export const hm_text_sm_bold_line_height = '
|
1258
|
+
export const hm_text_sm_bold_line_height = '110%';
|
1076
1259
|
export const hm_text_sm_bold_font_size = '14px';
|
1077
1260
|
export const hm_text_sm_bold_letter_spacing = '0%';
|
1078
1261
|
export const hm_text_sm_bold_paragraph_spacing = '14';
|
@@ -1081,7 +1264,7 @@ export const hm_text_sm_bold_text_case = 'none';
|
|
1081
1264
|
export const hm_text_sm_bold_text_decoration = 'none';
|
1082
1265
|
export const hm_text_sm_regular_underlined_font_family = 'Inter';
|
1083
1266
|
export const hm_text_sm_regular_underlined_font_weight = 'Regular';
|
1084
|
-
export const hm_text_sm_regular_underlined_line_height = '
|
1267
|
+
export const hm_text_sm_regular_underlined_line_height = '100%';
|
1085
1268
|
export const hm_text_sm_regular_underlined_font_size = '14px';
|
1086
1269
|
export const hm_text_sm_regular_underlined_letter_spacing = '0%';
|
1087
1270
|
export const hm_text_sm_regular_underlined_paragraph_spacing = '14';
|
@@ -1090,7 +1273,7 @@ export const hm_text_sm_regular_underlined_text_case = 'none';
|
|
1090
1273
|
export const hm_text_sm_regular_underlined_text_decoration = 'underline';
|
1091
1274
|
export const hm_text_sm_medium_underlined_font_family = 'Inter';
|
1092
1275
|
export const hm_text_sm_medium_underlined_font_weight = 'Medium';
|
1093
|
-
export const hm_text_sm_medium_underlined_line_height = '
|
1276
|
+
export const hm_text_sm_medium_underlined_line_height = '100%';
|
1094
1277
|
export const hm_text_sm_medium_underlined_font_size = '14px';
|
1095
1278
|
export const hm_text_sm_medium_underlined_letter_spacing = '0%';
|
1096
1279
|
export const hm_text_sm_medium_underlined_paragraph_spacing = '14';
|
@@ -1099,7 +1282,7 @@ export const hm_text_sm_medium_underlined_text_case = 'none';
|
|
1099
1282
|
export const hm_text_sm_medium_underlined_text_decoration = 'underline';
|
1100
1283
|
export const hm_text_sm_semibold_underlined_font_family = 'Inter';
|
1101
1284
|
export const hm_text_sm_semibold_underlined_font_weight = 'Semi Bold';
|
1102
|
-
export const hm_text_sm_semibold_underlined_line_height = '
|
1285
|
+
export const hm_text_sm_semibold_underlined_line_height = '100%';
|
1103
1286
|
export const hm_text_sm_semibold_underlined_font_size = '14px';
|
1104
1287
|
export const hm_text_sm_semibold_underlined_letter_spacing = '0%';
|
1105
1288
|
export const hm_text_sm_semibold_underlined_paragraph_spacing = '14';
|
@@ -1108,7 +1291,7 @@ export const hm_text_sm_semibold_underlined_text_case = 'none';
|
|
1108
1291
|
export const hm_text_sm_semibold_underlined_text_decoration = 'underline';
|
1109
1292
|
export const hm_text_xs_regular_font_family = 'Figtree';
|
1110
1293
|
export const hm_text_xs_regular_font_weight = 'Regular';
|
1111
|
-
export const hm_text_xs_regular_line_height = '
|
1294
|
+
export const hm_text_xs_regular_line_height = '110%';
|
1112
1295
|
export const hm_text_xs_regular_font_size = '12px';
|
1113
1296
|
export const hm_text_xs_regular_letter_spacing = '0%';
|
1114
1297
|
export const hm_text_xs_regular_paragraph_spacing = '12';
|
@@ -1117,7 +1300,7 @@ export const hm_text_xs_regular_text_case = 'none';
|
|
1117
1300
|
export const hm_text_xs_regular_text_decoration = 'none';
|
1118
1301
|
export const hm_text_xs_medium_font_family = 'Figtree';
|
1119
1302
|
export const hm_text_xs_medium_font_weight = 'Medium';
|
1120
|
-
export const hm_text_xs_medium_line_height = '
|
1303
|
+
export const hm_text_xs_medium_line_height = '110%';
|
1121
1304
|
export const hm_text_xs_medium_font_size = '12px';
|
1122
1305
|
export const hm_text_xs_medium_letter_spacing = '0%';
|
1123
1306
|
export const hm_text_xs_medium_paragraph_spacing = '12';
|
@@ -1126,7 +1309,7 @@ export const hm_text_xs_medium_text_case = 'none';
|
|
1126
1309
|
export const hm_text_xs_medium_text_decoration = 'none';
|
1127
1310
|
export const hm_text_xs_semibold_font_family = 'Figtree';
|
1128
1311
|
export const hm_text_xs_semibold_font_weight = 'SemiBold';
|
1129
|
-
export const hm_text_xs_semibold_line_height = '
|
1312
|
+
export const hm_text_xs_semibold_line_height = '110%';
|
1130
1313
|
export const hm_text_xs_semibold_font_size = '12px';
|
1131
1314
|
export const hm_text_xs_semibold_letter_spacing = '0%';
|
1132
1315
|
export const hm_text_xs_semibold_paragraph_spacing = '12';
|
@@ -1135,7 +1318,7 @@ export const hm_text_xs_semibold_text_case = 'none';
|
|
1135
1318
|
export const hm_text_xs_semibold_text_decoration = 'none';
|
1136
1319
|
export const hm_text_xs_bold_font_family = 'Figtree';
|
1137
1320
|
export const hm_text_xs_bold_font_weight = 'Bold';
|
1138
|
-
export const hm_text_xs_bold_line_height = '
|
1321
|
+
export const hm_text_xs_bold_line_height = '110%';
|
1139
1322
|
export const hm_text_xs_bold_font_size = '12px';
|
1140
1323
|
export const hm_text_xs_bold_letter_spacing = '0%';
|
1141
1324
|
export const hm_text_xs_bold_paragraph_spacing = '12';
|