@moderneinc/neo-design 2.8.0 → 3.0.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/dist/index.d.ts CHANGED
@@ -529,151 +529,205 @@ declare namespace colors_d {
529
529
  * @generated
530
530
  */
531
531
 
532
- type Activity = {
532
+ type Icons = {
533
+ hoverBorder: '#dce0ff';
534
+ pressedBackground: '#dce0ff';
533
535
  /**
534
536
  * @scopes All Fills, Stroke Color
535
537
  */
536
- recipeRun: '#992fb9';
538
+ hover: '#1e2ec2';
537
539
  /**
538
540
  * @scopes All Fills, Stroke Color
539
541
  */
540
- commitJob: '#2f42ff';
542
+ hoverBackground: '#f2f3ff';
541
543
  /**
542
544
  * @scopes All Fills, Stroke Color
543
545
  */
544
- visualization: '#27aa88';
545
- };
546
-
547
- declare const activity: Activity;
548
-
549
- type Border = {
546
+ disabled: '#d1d5db';
550
547
  /**
551
548
  * @scopes All Fills, Stroke Color
552
549
  */
553
- primary: '#d1d5db';
550
+ placeholder: '#9ca3af';
554
551
  /**
555
552
  * @scopes All Fills, Stroke Color
556
553
  */
557
- secondary: '#e5e7eb';
558
- focus: '#3bcca6';
559
- };
560
-
561
- declare const border: Border;
562
-
563
- type Buttons = {
554
+ pressed: '#131e7a';
564
555
  /**
565
556
  * @scopes All Fills, Stroke Color
566
557
  */
567
- destructive: '#cb3446';
558
+ utility: '#9ca3af';
568
559
  /**
569
560
  * @scopes All Fills, Stroke Color
570
561
  */
571
- navigationActive: '#ffffff';
572
- primary: {
573
- pressed: '#131e7a';
574
- default: '#2f42ff';
575
- hover: '#1e2ec2';
576
- disabled: '#f3f4f6';
577
- };
578
- secondary: {
579
- defaultBorder: '#b6bfff';
580
- hoverBackground: '#f2f3ff';
581
- pressedBackground: '#dce0ff';
582
- disabledBackground: '#f9fafb';
583
- defaultBackground: '#ffffff';
584
562
  default: '#1f2937';
585
- };
586
- tertiary: {
587
- default: '#2f42ff';
588
- hover: '#1e2ec2';
589
- pressed: '#131e7a';
590
- disabled: '#9ca3af';
591
- };
592
- navigation: {
593
- defaultBorder: '#b6bfff';
594
- hoverBackground: '#f3f4f6';
595
- pressedBackground: '#e5e7eb';
596
- activeBorder: '#2f42ff';
597
- };
563
+ /**
564
+ * @scopes All Fills, Stroke Color
565
+ */
566
+ active: '#2f42ff';
598
567
  };
599
568
 
600
- declare const buttons: Buttons;
569
+ declare const icons: Icons;
601
570
 
602
- type Data = {
571
+ type Surfaces = {
572
+ highlightBackground: 'rgba(38, 55, 230, 0)';
573
+ activeHighlight: 'rgba(182, 191, 255, 0.4)';
603
574
  /**
604
575
  * @scopes All Fills, Stroke Color
605
576
  */
606
- green: '#4ca75a';
577
+ page: '#f4f4f4';
607
578
  /**
608
579
  * @scopes All Fills, Stroke Color
609
580
  */
610
- yellow: '#fdda04';
581
+ card: '#ffffff';
611
582
  /**
612
583
  * @scopes All Fills, Stroke Color
613
584
  */
614
- orange1: '#ffc008';
585
+ cardHeader: '#f3f4f6';
615
586
  /**
616
587
  * @scopes All Fills, Stroke Color
617
588
  */
618
- orange2: '#ff9800';
589
+ tabActive: '#f3f4f6';
619
590
  /**
620
591
  * @scopes All Fills, Stroke Color
621
592
  */
622
- orange3: '#f9a91b';
593
+ listHover: '#f9fafb';
623
594
  /**
624
595
  * @scopes All Fills, Stroke Color
625
596
  */
626
- red1: '#ff5c24';
597
+ tableDisabledRow: '#f3f4f6';
627
598
  /**
628
599
  * @scopes All Fills, Stroke Color
629
600
  */
630
- red2: '#ed4134';
601
+ tableBackground: '#ffffff';
631
602
  /**
632
603
  * @scopes All Fills, Stroke Color
633
604
  */
634
- red3: '#cb3446';
605
+ shadowNeutral: 'rgba(31, 41, 55, 0.1)';
606
+ /**
607
+ * @scopes All Fills, Stroke Color
608
+ */
609
+ shadowPrimary: 'rgba(47, 66, 255, 0.1)';
610
+ /**
611
+ * @scopes All Fills, Stroke Color
612
+ */
613
+ tooltip: '#4b5563';
614
+ /**
615
+ * @scopes All Fills, Stroke Color
616
+ */
617
+ scrim: 'rgba(31, 41, 55, 0.2)';
618
+ /**
619
+ * @scopes All Fills, Stroke Color
620
+ */
621
+ tabSecondaryBackground: '#e5e7eb';
622
+ /**
623
+ * @scopes All Fills, Stroke Color
624
+ */
625
+ snackbarDarkMode: '#ffffff';
626
+ /**
627
+ * @scopes All Fills, Stroke Color
628
+ */
629
+ snackbarBrand: '#131e7a';
630
+ /**
631
+ * @scopes All Fills, Stroke Color
632
+ */
633
+ snackbarLightMode: '#4b5563';
634
+ /**
635
+ * @scopes All Fills, Stroke Color
636
+ */
637
+ white: '#ffffff';
638
+ /**
639
+ * @scopes All Fills, Stroke Color
640
+ */
641
+ black: '#000000';
635
642
  };
636
643
 
637
- declare const data: Data;
644
+ declare const surfaces: Surfaces;
638
645
 
639
- type Icons = {
646
+ type Typography = {
647
+ searchInputBackground: '#ffffff';
648
+ linkDefault: '#ffffff';
649
+ linkHover: '#ffffff';
650
+ navigation: {
651
+ search: {
652
+ highlightText: '#1e2ec2';
653
+ highlightBackground: 'rgba(47, 66, 255, 0)';
654
+ inputBackground: '#f2f3ff';
655
+ highlightBackgroundActive: '#b6bfff';
656
+ };
657
+ default: '#1f2937';
658
+ };
659
+ linkVisited: '#ffffff';
660
+ linkWhite: '#ffffff';
661
+ linkWhiteHover: '#ffffff';
662
+ input: {
663
+ placeholder: '#9ca3af';
664
+ default: '#1f2937';
665
+ label: '#1f2937';
666
+ helper: '#4b5563';
667
+ };
668
+ code: {
669
+ primary: '#1f2937';
670
+ secondary: '#9ca3af';
671
+ };
672
+ button: {
673
+ disabled: '#9ca3af';
674
+ };
675
+ tab: {
676
+ inactive: '#4b5563';
677
+ active: '#2f42ff';
678
+ };
679
+ link: {
680
+ primary: '#2f42ff';
681
+ disabled: '#b6bfff';
682
+ default: '#1f2937';
683
+ white: '#ffffff';
684
+ };
640
685
  /**
641
686
  * @scopes All Fills, Stroke Color
642
687
  */
643
- default: '#1f2937';
688
+ error: '#cb3446';
644
689
  /**
645
690
  * @scopes All Fills, Stroke Color
646
691
  */
647
- pressed: '#131e7a';
692
+ success: '#4ca75a';
648
693
  /**
649
694
  * @scopes All Fills, Stroke Color
650
695
  */
651
- utility: '#9ca3af';
696
+ warning: '#1f2937';
652
697
  /**
653
698
  * @scopes All Fills, Stroke Color
654
699
  */
655
- active: '#2f42ff';
700
+ tooltip: '#ffffff';
656
701
  /**
657
702
  * @scopes All Fills, Stroke Color
658
703
  */
659
- hover: '#1e2ec2';
704
+ legal: '#9ca3af';
660
705
  /**
661
706
  * @scopes All Fills, Stroke Color
662
707
  */
663
- hoverBackground: '#f2f3ff';
708
+ bodySecondary: '#6b7280';
664
709
  /**
665
710
  * @scopes All Fills, Stroke Color
666
711
  */
667
- disabled: '#d1d5db';
712
+ body: '#1f2937';
713
+ };
714
+
715
+ declare const typography: Typography;
716
+
717
+ type Border = {
718
+ overlay: 'rgba(255, 255, 255, 0)';
668
719
  /**
669
720
  * @scopes All Fills, Stroke Color
670
721
  */
671
- placeholder: '#9ca3af';
672
- hoverBorder: '#dce0ff';
673
- pressedBackground: '#dce0ff';
722
+ primary: '#d1d5db';
723
+ /**
724
+ * @scopes All Fills, Stroke Color
725
+ */
726
+ secondary: '#e5e7eb';
727
+ focus: '#3bcca6';
674
728
  };
675
729
 
676
- declare const icons: Icons;
730
+ declare const border: Border;
677
731
 
678
732
  type Input$1 = {
679
733
  /**
@@ -683,49 +737,49 @@ checkbox: '#d1d5db';
683
737
  /**
684
738
  * @scopes All Fills, Stroke Color
685
739
  */
686
- background: '#ffffff';
740
+ hoverBackground: '#f3f4f6';
687
741
  /**
688
742
  * @scopes All Fills, Stroke Color
689
743
  */
690
- disabledBackground: '#f9fafb';
744
+ background: '#ffffff';
691
745
  /**
692
746
  * @scopes All Fills, Stroke Color
693
747
  */
694
- hoverBackground: '#f3f4f6';
748
+ disabledBackground: '#f9fafb';
695
749
  };
696
750
 
697
751
  declare const input$1: Input$1;
698
752
 
699
753
  type Status = {
700
754
  success: {
701
- dark: '#2c6c36';
702
- default: '#4ca75a';
703
755
  light: '#f3fff5';
704
- transparent: '#4ca75a';
705
- };
706
- warning: {
707
- dark: '#856000';
708
- default: '#ffb800';
709
- light: '#fff8e5';
710
- transparent: '#ffb800';
756
+ default: '#4ca75a';
757
+ transparent: 'rgba(76, 167, 90, 0.5)';
758
+ dark: '#2c6c36';
711
759
  };
712
760
  error: {
713
- dark: '#a92232';
714
761
  light: '#ffedef';
715
762
  default: '#ed4a5d';
716
- transparent: '#ed4a5d';
763
+ transparent: 'rgba(237, 74, 93, 0.5)';
764
+ dark: '#a92232';
765
+ };
766
+ warning: {
767
+ light: '#fff8e5';
768
+ default: '#ffb800';
769
+ transparent: 'rgba(255, 184, 0, 0.5)';
770
+ dark: '#856000';
717
771
  };
718
772
  info: {
719
773
  dark: '#1e2ec2';
720
774
  default: '#2f42ff';
721
775
  light: '#f2f3ff';
722
- transparent: '#2f42ff';
776
+ transparent: 'rgba(47, 66, 255, 0.5)';
723
777
  };
724
778
  neutral: {
725
779
  dark: '#374151';
726
780
  default: '#6b7280';
727
781
  light: '#f3f4f6';
728
- transparent: '#6b7280';
782
+ transparent: 'rgba(107, 114, 128, 0.5)';
729
783
  };
730
784
  avatar: {
731
785
  initials: {
@@ -742,140 +796,98 @@ background7: '#ffebb7';
742
796
 
743
797
  declare const status: Status;
744
798
 
745
- type Surfaces = {
746
- /**
747
- * @scopes All Fills, Stroke Color
748
- */
749
- black: '#000000';
750
- /**
751
- * @scopes All Fills, Stroke Color
752
- */
753
- white: '#ffffff';
754
- /**
755
- * @scopes All Fills, Stroke Color
756
- */
757
- page: '#f4f4f4';
758
- /**
759
- * @scopes All Fills, Stroke Color
760
- */
761
- card: '#ffffff';
762
- /**
763
- * @scopes All Fills, Stroke Color
764
- */
765
- cardHeader: '#f3f4f6';
766
- /**
767
- * @scopes All Fills, Stroke Color
768
- */
769
- tabActive: '#f3f4f6';
770
- /**
771
- * @scopes All Fills, Stroke Color
772
- */
773
- listHover: '#f9fafb';
774
- /**
775
- * @scopes All Fills, Stroke Color
776
- */
777
- tableDisabledRow: '#f3f4f6';
778
- /**
779
- * @scopes All Fills, Stroke Color
780
- */
781
- tableBackground: '#ffffff';
782
- /**
783
- * @scopes All Fills, Stroke Color
784
- */
785
- tabSecondaryBackground: '#e5e7eb';
786
- /**
787
- * @scopes All Fills, Stroke Color
788
- */
789
- shadowNeutral: '#1f2937';
790
- /**
791
- * @scopes All Fills, Stroke Color
792
- */
793
- scrim: '#1f2937';
799
+ type Buttons = {
800
+ primary: {
801
+ hover: '#1e2ec2';
802
+ disabled: '#f3f4f6';
803
+ pressed: '#131e7a';
804
+ default: '#2f42ff';
805
+ };
806
+ secondary: {
807
+ defaultBorder: '#b6bfff';
808
+ hoverBackground: '#f2f3ff';
809
+ pressedBackground: '#dce0ff';
810
+ disabledBackground: '#f9fafb';
811
+ defaultBackground: '#ffffff';
812
+ default: '#1f2937';
813
+ };
814
+ tertiary: {
815
+ default: '#2f42ff';
816
+ hover: '#1e2ec2';
817
+ pressed: '#131e7a';
818
+ disabled: '#9ca3af';
819
+ };
794
820
  /**
795
821
  * @scopes All Fills, Stroke Color
796
822
  */
797
- shadowPrimary: '#2f42ff';
823
+ destructive: '#cb3446';
798
824
  /**
799
825
  * @scopes All Fills, Stroke Color
800
826
  */
801
- tooltip: '#4b5563';
827
+ navigationActive: '#ffffff';
828
+ navigation: {
829
+ defaultBorder: '#b6bfff';
830
+ hoverBackground: '#f3f4f6';
831
+ pressedBackground: '#e5e7eb';
832
+ activeBorder: '#2f42ff';
833
+ };
834
+ };
835
+
836
+ declare const buttons: Buttons;
837
+
838
+ type Activity = {
802
839
  /**
803
840
  * @scopes All Fills, Stroke Color
804
841
  */
805
- snackbarDarkMode: '#ffffff';
842
+ recipeRun: '#992fb9';
806
843
  /**
807
844
  * @scopes All Fills, Stroke Color
808
845
  */
809
- snackbarLightMode: '#4b5563';
846
+ commitJob: '#2f42ff';
810
847
  /**
811
848
  * @scopes All Fills, Stroke Color
812
849
  */
813
- snackbarBrand: '#131e7a';
814
- highlightBackground: '#2637e6';
815
- activeHighlight: '#b6bfff';
850
+ visualization: '#27aa88';
816
851
  };
817
852
 
818
- declare const surfaces: Surfaces;
853
+ declare const activity: Activity;
819
854
 
820
- type Typography = {
855
+ type Data = {
821
856
  /**
822
857
  * @scopes All Fills, Stroke Color
823
858
  */
824
- body: '#1f2937';
825
- button: {
826
- disabled: '#9ca3af';
827
- };
828
- input: {
829
- placeholder: '#9ca3af';
830
- default: '#1f2937';
831
- label: '#1f2937';
832
- helper: '#4b5563';
833
- };
834
- code: {
835
- primary: '#1f2937';
836
- secondary: '#9ca3af';
837
- };
838
- tab: {
839
- inactive: '#4b5563';
840
- active: '#2f42ff';
841
- };
842
- link: {
843
- primary: '#2f42ff';
844
- disabled: '#b6bfff';
845
- default: '#1f2937';
846
- white: '#ffffff';
847
- };
859
+ green: '#4ca75a';
848
860
  /**
849
861
  * @scopes All Fills, Stroke Color
850
862
  */
851
- error: '#cb3446';
863
+ yellow: '#fdda04';
852
864
  /**
853
865
  * @scopes All Fills, Stroke Color
854
866
  */
855
- success: '#4ca75a';
867
+ orange1: '#ffc008';
856
868
  /**
857
869
  * @scopes All Fills, Stroke Color
858
870
  */
859
- warning: '#1f2937';
871
+ orange2: '#ff9800';
860
872
  /**
861
873
  * @scopes All Fills, Stroke Color
862
874
  */
863
- tooltip: '#ffffff';
875
+ orange3: '#f9a91b';
864
876
  /**
865
877
  * @scopes All Fills, Stroke Color
866
878
  */
867
- legal: '#9ca3af';
879
+ red1: '#ff5c24';
868
880
  /**
869
881
  * @scopes All Fills, Stroke Color
870
882
  */
871
- bodySecondary: '#6b7280';
872
- searchInput: '#ffffff';
873
- navigation: {
874
- default: '#1f2937';
875
- };
883
+ red2: '#ed4134';
884
+ /**
885
+ * @scopes All Fills, Stroke Color
886
+ */
887
+ red3: '#cb3446';
876
888
  };
877
889
 
878
- declare const typography: Typography;
890
+ declare const data: Data;
879
891
 
880
892
  type Tab$1 = {
881
893
  /**
@@ -901,15 +913,15 @@ declare const code: Code;
901
913
  declare const brand: '#2f42ff';
902
914
 
903
915
  declare const _default$4: {
904
- activity: typeof activity,
905
- border: typeof border,
906
- buttons: typeof buttons,
907
- data: typeof data,
908
916
  icons: typeof icons,
909
- input: typeof input$1,
910
- status: typeof status,
911
917
  surfaces: typeof surfaces,
912
918
  typography: typeof typography,
919
+ border: typeof border,
920
+ input: typeof input$1,
921
+ status: typeof status,
922
+ buttons: typeof buttons,
923
+ activity: typeof activity,
924
+ data: typeof data,
913
925
  tab: typeof tab$1,
914
926
  code: typeof code,
915
927
  brand: typeof brand,
@@ -946,36 +958,18 @@ declare namespace semanticColors_d {
946
958
  */
947
959
 
948
960
  type Titles = {
949
- moddyHeader: {
950
- fontFamily: 'Inter';
951
- fontSize: 28;
952
- fontWeight: 500;
953
- lineHeight: '120%';
954
- };
955
- pageHeader: {
956
- fontFamily: 'Inter';
957
- fontSize: 21;
958
- fontWeight: 400;
959
- lineHeight: '140%';
960
- };
961
- codeHeader: {
962
- fontFamily: 'JetBrains Mono NL';
963
- fontSize: 21;
964
- fontWeight: 400;
965
- lineHeight: '2rem';
966
- };
967
961
  pageSubheader: {
962
+ lineHeight: '1.5rem';
968
963
  fontFamily: 'Inter';
969
964
  fontSize: 18;
970
965
  fontWeight: 500;
971
- lineHeight: '1.5rem';
972
966
  };
973
967
  sectionHeader: {
974
968
  default: {
969
+ lineHeight: '1.5rem';
975
970
  fontFamily: 'Inter';
976
971
  fontSize: 16;
977
972
  fontWeight: 400;
978
- lineHeight: '1.5rem';
979
973
  };
980
974
  medium: {
981
975
  fontFamily: 'Inter';
@@ -990,6 +984,24 @@ fontWeight: 600;
990
984
  lineHeight: '1.5rem';
991
985
  };
992
986
  };
987
+ codeHeader: {
988
+ lineHeight: '2rem';
989
+ fontFamily: 'JetBrains Mono NL';
990
+ fontSize: 21;
991
+ fontWeight: 400;
992
+ };
993
+ moddyHeader: {
994
+ lineHeight: '120%';
995
+ fontFamily: 'Inter';
996
+ fontSize: 28;
997
+ fontWeight: 500;
998
+ };
999
+ pageHeader: {
1000
+ lineHeight: '140%';
1001
+ fontFamily: 'Inter';
1002
+ fontSize: 21;
1003
+ fontWeight: 400;
1004
+ };
993
1005
  };
994
1006
 
995
1007
  declare const titles: Titles;
@@ -1001,18 +1013,6 @@ fontSize: 16;
1001
1013
  fontWeight: 400;
1002
1014
  lineHeight: '1.5rem';
1003
1015
  };
1004
- medium: {
1005
- fontFamily: 'Inter';
1006
- fontSize: 16;
1007
- fontWeight: 500;
1008
- lineHeight: '1.5rem';
1009
- };
1010
- semiBold: {
1011
- fontFamily: 'Inter';
1012
- fontSize: 16;
1013
- fontWeight: 600;
1014
- lineHeight: '1.5rem';
1015
- };
1016
1016
  small: {
1017
1017
  regular: {
1018
1018
  fontFamily: 'Inter';
@@ -1020,18 +1020,18 @@ fontSize: 14;
1020
1020
  fontWeight: 400;
1021
1021
  lineHeight: '1.5rem';
1022
1022
  };
1023
- medium: {
1024
- fontFamily: 'Inter';
1025
- fontSize: 14;
1026
- fontWeight: 500;
1027
- lineHeight: '1.5rem';
1028
- };
1029
1023
  semiBold: {
1030
1024
  fontFamily: 'Inter';
1031
1025
  fontSize: 14;
1032
1026
  fontWeight: 600;
1033
1027
  lineHeight: '150%';
1034
1028
  };
1029
+ medium: {
1030
+ fontFamily: 'Inter';
1031
+ fontSize: 14;
1032
+ fontWeight: 500;
1033
+ lineHeight: '1.5rem';
1034
+ };
1035
1035
  };
1036
1036
  xs: {
1037
1037
  regular: {
@@ -1040,25 +1040,19 @@ fontSize: 12;
1040
1040
  fontWeight: 400;
1041
1041
  lineHeight: '1rem';
1042
1042
  };
1043
- medium: {
1044
- fontFamily: 'Inter';
1045
- fontSize: 12;
1046
- fontWeight: 500;
1047
- lineHeight: '1rem';
1048
- };
1049
1043
  semiBold: {
1050
1044
  fontFamily: 'Inter';
1051
1045
  fontSize: 12;
1052
1046
  fontWeight: 600;
1053
1047
  lineHeight: '150%';
1054
1048
  };
1055
- };
1056
- xxs: {
1049
+ medium: {
1057
1050
  fontFamily: 'Inter';
1058
- fontSize: 10;
1059
- fontWeight: 400;
1051
+ fontSize: 12;
1052
+ fontWeight: 500;
1060
1053
  lineHeight: '1rem';
1061
1054
  };
1055
+ };
1062
1056
  code: {
1063
1057
  small: {
1064
1058
  fontFamily: 'JetBrains Mono NL';
@@ -1073,6 +1067,24 @@ fontWeight: 400;
1073
1067
  lineHeight: '1.5rem';
1074
1068
  };
1075
1069
  };
1070
+ xxs: {
1071
+ fontFamily: 'Inter';
1072
+ fontSize: 10;
1073
+ fontWeight: 400;
1074
+ lineHeight: '1rem';
1075
+ };
1076
+ semiBold: {
1077
+ fontFamily: 'Inter';
1078
+ fontSize: 16;
1079
+ fontWeight: 600;
1080
+ lineHeight: '1.5rem';
1081
+ };
1082
+ medium: {
1083
+ fontFamily: 'Inter';
1084
+ fontSize: 16;
1085
+ fontWeight: 500;
1086
+ lineHeight: '1.5rem';
1087
+ };
1076
1088
  };
1077
1089
 
1078
1090
  declare const body: Body;
@@ -1082,16 +1094,16 @@ fontFamily: 'Inter';
1082
1094
  fontSize: 10;
1083
1095
  fontWeight: 400;
1084
1096
  lineHeight: '1rem';
1085
- default: {
1097
+ selected: {
1086
1098
  fontFamily: 'Inter';
1087
1099
  fontSize: 10;
1088
- fontWeight: 400;
1100
+ fontWeight: 600;
1089
1101
  lineHeight: '1rem';
1090
1102
  };
1091
- selected: {
1103
+ default: {
1092
1104
  fontFamily: 'Inter';
1093
1105
  fontSize: 10;
1094
- fontWeight: 600;
1106
+ fontWeight: 400;
1095
1107
  lineHeight: '1rem';
1096
1108
  };
1097
1109
  };
@@ -1125,31 +1137,31 @@ lineHeight: '1.25rem';
1125
1137
  declare const button: Button;
1126
1138
 
1127
1139
  type Link = {
1128
- default: {
1140
+ hover: {
1129
1141
  fontFamily: 'Inter';
1130
1142
  fontSize: 16;
1131
1143
  fontWeight: 400;
1132
1144
  lineHeight: '1.5rem';
1145
+ textDecoration: 'underline';
1133
1146
  };
1134
- hover: {
1147
+ default: {
1135
1148
  fontFamily: 'Inter';
1136
1149
  fontSize: 16;
1137
1150
  fontWeight: 400;
1138
1151
  lineHeight: '1.5rem';
1139
- textDecoration: 'underline';
1140
1152
  };
1141
- small: {
1153
+ smallHover: {
1142
1154
  fontFamily: 'Inter';
1143
1155
  fontSize: 14;
1144
1156
  fontWeight: 500;
1145
1157
  lineHeight: '1.5rem';
1158
+ textDecoration: 'underline';
1146
1159
  };
1147
- smallHover: {
1160
+ small: {
1148
1161
  fontFamily: 'Inter';
1149
1162
  fontSize: 14;
1150
1163
  fontWeight: 500;
1151
1164
  lineHeight: '1.5rem';
1152
- textDecoration: 'underline';
1153
1165
  };
1154
1166
  large: {
1155
1167
  fontFamily: 'Inter';
@@ -1270,7 +1282,7 @@ declare namespace semanticTypography_d {
1270
1282
  * @generated
1271
1283
  */
1272
1284
 
1273
- type Modal = {
1285
+ type NeutralSmall = {
1274
1286
  /**
1275
1287
  * @scopes Effect Float
1276
1288
  */
@@ -1278,7 +1290,7 @@ x: 0;
1278
1290
  /**
1279
1291
  * @scopes Effect Float
1280
1292
  */
1281
- y: 8;
1293
+ y: 1;
1282
1294
  /**
1283
1295
  * @scopes Effect Color
1284
1296
  */
@@ -1286,16 +1298,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1286
1298
  /**
1287
1299
  * @scopes Effect Float
1288
1300
  */
1289
- blur: 15;
1301
+ blur: 3;
1290
1302
  /**
1291
1303
  * @scopes Effect Float
1292
1304
  */
1293
1305
  spread: 0;
1294
1306
  };
1295
1307
 
1296
- declare const modal: Modal;
1308
+ declare const neutralSmall: NeutralSmall;
1297
1309
 
1298
- type Dropdown = {
1310
+ type NeutralRegular = {
1299
1311
  /**
1300
1312
  * @scopes Effect Float
1301
1313
  */
@@ -1303,7 +1315,7 @@ x: 0;
1303
1315
  /**
1304
1316
  * @scopes Effect Float
1305
1317
  */
1306
- y: 8;
1318
+ y: 2;
1307
1319
  /**
1308
1320
  * @scopes Effect Color
1309
1321
  */
@@ -1311,16 +1323,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1311
1323
  /**
1312
1324
  * @scopes Effect Float
1313
1325
  */
1314
- blur: 15;
1326
+ blur: 4;
1315
1327
  /**
1316
1328
  * @scopes Effect Float
1317
1329
  */
1318
1330
  spread: 0;
1319
1331
  };
1320
1332
 
1321
- declare const dropdown: Dropdown;
1333
+ declare const neutralRegular: NeutralRegular;
1322
1334
 
1323
- type Drawer = {
1335
+ type NeutralMedium = {
1324
1336
  /**
1325
1337
  * @scopes Effect Float
1326
1338
  */
@@ -1343,9 +1355,9 @@ blur: 15;
1343
1355
  spread: 0;
1344
1356
  };
1345
1357
 
1346
- declare const drawer: Drawer;
1358
+ declare const neutralMedium: NeutralMedium;
1347
1359
 
1348
- type Card = {
1360
+ type PrimarySmall = {
1349
1361
  /**
1350
1362
  * @scopes Effect Float
1351
1363
  */
@@ -1353,32 +1365,32 @@ x: 0;
1353
1365
  /**
1354
1366
  * @scopes Effect Float
1355
1367
  */
1356
- y: 2;
1368
+ y: 1;
1357
1369
  /**
1358
1370
  * @scopes Effect Color
1359
1371
  */
1360
- shadow: 'rgba(31, 41, 55, 0.1)';
1372
+ shadow: 'rgba(47, 66, 255, 0.1)';
1361
1373
  /**
1362
1374
  * @scopes Effect Float
1363
1375
  */
1364
- blur: 4;
1376
+ blur: 3;
1365
1377
  /**
1366
1378
  * @scopes Effect Float
1367
1379
  */
1368
1380
  spread: 0;
1369
1381
  };
1370
1382
 
1371
- declare const card: Card;
1383
+ declare const primarySmall: PrimarySmall;
1372
1384
 
1373
- type NeutralSmall = {
1385
+ type NeutralLarge1 = {
1374
1386
  /**
1375
1387
  * @scopes Effect Float
1376
1388
  */
1377
- x: 0;
1389
+ blur: 4;
1378
1390
  /**
1379
1391
  * @scopes Effect Float
1380
1392
  */
1381
- y: 1;
1393
+ spread: 0;
1382
1394
  /**
1383
1395
  * @scopes Effect Color
1384
1396
  */
@@ -1386,16 +1398,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1386
1398
  /**
1387
1399
  * @scopes Effect Float
1388
1400
  */
1389
- blur: 3;
1401
+ y: 4;
1390
1402
  /**
1391
1403
  * @scopes Effect Float
1392
1404
  */
1393
- spread: 0;
1405
+ x: 0;
1394
1406
  };
1395
1407
 
1396
- declare const neutralSmall: NeutralSmall;
1408
+ declare const neutralLarge1: NeutralLarge1;
1397
1409
 
1398
- type NeutralRegular = {
1410
+ type PrimaryRegular = {
1399
1411
  /**
1400
1412
  * @scopes Effect Float
1401
1413
  */
@@ -1403,24 +1415,24 @@ x: 0;
1403
1415
  /**
1404
1416
  * @scopes Effect Float
1405
1417
  */
1406
- y: 2;
1418
+ y: 4;
1407
1419
  /**
1408
1420
  * @scopes Effect Color
1409
1421
  */
1410
- shadow: 'rgba(31, 41, 55, 0.1)';
1422
+ shadow: 'rgba(47, 66, 255, 0.1)';
1411
1423
  /**
1412
1424
  * @scopes Effect Float
1413
1425
  */
1414
- blur: 4;
1426
+ blur: 8;
1415
1427
  /**
1416
1428
  * @scopes Effect Float
1417
1429
  */
1418
1430
  spread: 0;
1419
1431
  };
1420
1432
 
1421
- declare const neutralRegular: NeutralRegular;
1433
+ declare const primaryRegular: PrimaryRegular;
1422
1434
 
1423
- type NeutralMedium = {
1435
+ type PrimaryMedium = {
1424
1436
  /**
1425
1437
  * @scopes Effect Float
1426
1438
  */
@@ -1432,7 +1444,7 @@ y: 8;
1432
1444
  /**
1433
1445
  * @scopes Effect Color
1434
1446
  */
1435
- shadow: 'rgba(31, 41, 55, 0.1)';
1447
+ shadow: 'rgba(47, 66, 255, 0.1)';
1436
1448
  /**
1437
1449
  * @scopes Effect Float
1438
1450
  */
@@ -1443,9 +1455,9 @@ blur: 15;
1443
1455
  spread: 0;
1444
1456
  };
1445
1457
 
1446
- declare const neutralMedium: NeutralMedium;
1458
+ declare const primaryMedium: PrimaryMedium;
1447
1459
 
1448
- type PrimarySmall = {
1460
+ type PrimaryLarge = {
1449
1461
  /**
1450
1462
  * @scopes Effect Float
1451
1463
  */
@@ -1453,7 +1465,7 @@ x: 0;
1453
1465
  /**
1454
1466
  * @scopes Effect Float
1455
1467
  */
1456
- y: 1;
1468
+ y: 8;
1457
1469
  /**
1458
1470
  * @scopes Effect Color
1459
1471
  */
@@ -1461,16 +1473,16 @@ shadow: 'rgba(47, 66, 255, 0.1)';
1461
1473
  /**
1462
1474
  * @scopes Effect Float
1463
1475
  */
1464
- blur: 3;
1476
+ blur: 24;
1465
1477
  /**
1466
1478
  * @scopes Effect Float
1467
1479
  */
1468
1480
  spread: 0;
1469
1481
  };
1470
1482
 
1471
- declare const primarySmall: PrimarySmall;
1483
+ declare const primaryLarge: PrimaryLarge;
1472
1484
 
1473
- type NeutralLarge1 = {
1485
+ type NeutralLarge2 = {
1474
1486
  /**
1475
1487
  * @scopes Effect Float
1476
1488
  */
@@ -1478,7 +1490,7 @@ x: 0;
1478
1490
  /**
1479
1491
  * @scopes Effect Float
1480
1492
  */
1481
- y: 4;
1493
+ y: 8;
1482
1494
  /**
1483
1495
  * @scopes Effect Color
1484
1496
  */
@@ -1486,16 +1498,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1486
1498
  /**
1487
1499
  * @scopes Effect Float
1488
1500
  */
1489
- blur: 4;
1501
+ blur: 24;
1490
1502
  /**
1491
1503
  * @scopes Effect Float
1492
1504
  */
1493
1505
  spread: 0;
1494
1506
  };
1495
1507
 
1496
- declare const neutralLarge1: NeutralLarge1;
1508
+ declare const neutralLarge2: NeutralLarge2;
1497
1509
 
1498
- type PrimaryRegular = {
1510
+ type Card = {
1499
1511
  /**
1500
1512
  * @scopes Effect Float
1501
1513
  */
@@ -1503,24 +1515,24 @@ x: 0;
1503
1515
  /**
1504
1516
  * @scopes Effect Float
1505
1517
  */
1506
- y: 4;
1518
+ y: 2;
1507
1519
  /**
1508
1520
  * @scopes Effect Color
1509
1521
  */
1510
- shadow: 'rgba(47, 66, 255, 0.1)';
1522
+ shadow: 'rgba(31, 41, 55, 0.1)';
1511
1523
  /**
1512
1524
  * @scopes Effect Float
1513
1525
  */
1514
- blur: 8;
1526
+ blur: 4;
1515
1527
  /**
1516
1528
  * @scopes Effect Float
1517
1529
  */
1518
1530
  spread: 0;
1519
1531
  };
1520
1532
 
1521
- declare const primaryRegular: PrimaryRegular;
1533
+ declare const card: Card;
1522
1534
 
1523
- type PrimaryMedium = {
1535
+ type HardLine = {
1524
1536
  /**
1525
1537
  * @scopes Effect Float
1526
1538
  */
@@ -1528,24 +1540,24 @@ x: 0;
1528
1540
  /**
1529
1541
  * @scopes Effect Float
1530
1542
  */
1531
- y: 8;
1543
+ y: 1;
1532
1544
  /**
1533
1545
  * @scopes Effect Color
1534
1546
  */
1535
- shadow: 'rgba(47, 66, 255, 0.1)';
1547
+ shadow: 'rgba(31, 41, 55, 0.1)';
1536
1548
  /**
1537
1549
  * @scopes Effect Float
1538
1550
  */
1539
- blur: 15;
1551
+ blur: 2;
1540
1552
  /**
1541
1553
  * @scopes Effect Float
1542
1554
  */
1543
1555
  spread: 0;
1544
1556
  };
1545
1557
 
1546
- declare const primaryMedium: PrimaryMedium;
1558
+ declare const hardLine: HardLine;
1547
1559
 
1548
- type PrimaryLarge = {
1560
+ type Dropdown = {
1549
1561
  /**
1550
1562
  * @scopes Effect Float
1551
1563
  */
@@ -1557,20 +1569,20 @@ y: 8;
1557
1569
  /**
1558
1570
  * @scopes Effect Color
1559
1571
  */
1560
- shadow: 'rgba(47, 66, 255, 0.1)';
1572
+ shadow: 'rgba(31, 41, 55, 0.1)';
1561
1573
  /**
1562
1574
  * @scopes Effect Float
1563
1575
  */
1564
- blur: 24;
1576
+ blur: 15;
1565
1577
  /**
1566
1578
  * @scopes Effect Float
1567
1579
  */
1568
1580
  spread: 0;
1569
1581
  };
1570
1582
 
1571
- declare const primaryLarge: PrimaryLarge;
1583
+ declare const dropdown: Dropdown;
1572
1584
 
1573
- type NeutralLarge2 = {
1585
+ type Drawer = {
1574
1586
  /**
1575
1587
  * @scopes Effect Float
1576
1588
  */
@@ -1586,16 +1598,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1586
1598
  /**
1587
1599
  * @scopes Effect Float
1588
1600
  */
1589
- blur: 24;
1601
+ blur: 15;
1590
1602
  /**
1591
1603
  * @scopes Effect Float
1592
1604
  */
1593
1605
  spread: 0;
1594
1606
  };
1595
1607
 
1596
- declare const neutralLarge2: NeutralLarge2;
1608
+ declare const drawer: Drawer;
1597
1609
 
1598
- type HardLine = {
1610
+ type Modal = {
1599
1611
  /**
1600
1612
  * @scopes Effect Float
1601
1613
  */
@@ -1603,7 +1615,7 @@ x: 0;
1603
1615
  /**
1604
1616
  * @scopes Effect Float
1605
1617
  */
1606
- y: 1;
1618
+ y: 8;
1607
1619
  /**
1608
1620
  * @scopes Effect Color
1609
1621
  */
@@ -1611,20 +1623,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
1611
1623
  /**
1612
1624
  * @scopes Effect Float
1613
1625
  */
1614
- blur: 2;
1626
+ blur: 15;
1615
1627
  /**
1616
1628
  * @scopes Effect Float
1617
1629
  */
1618
1630
  spread: 0;
1619
1631
  };
1620
1632
 
1621
- declare const hardLine: HardLine;
1633
+ declare const modal: Modal;
1622
1634
 
1623
1635
  declare const _default$2: {
1624
- modal: typeof modal,
1625
- dropdown: typeof dropdown,
1626
- drawer: typeof drawer,
1627
- card: typeof card,
1628
1636
  neutralSmall: typeof neutralSmall,
1629
1637
  neutralRegular: typeof neutralRegular,
1630
1638
  neutralMedium: typeof neutralMedium,
@@ -1634,7 +1642,11 @@ primaryRegular: typeof primaryRegular,
1634
1642
  primaryMedium: typeof primaryMedium,
1635
1643
  primaryLarge: typeof primaryLarge,
1636
1644
  neutralLarge2: typeof neutralLarge2,
1645
+ card: typeof card,
1637
1646
  hardLine: typeof hardLine,
1647
+ dropdown: typeof dropdown,
1648
+ drawer: typeof drawer,
1649
+ modal: typeof modal,
1638
1650
  };
1639
1651
 
1640
1652
  type shadows_d_Card = Card;
@@ -1720,59 +1732,59 @@ declare const spacing_2: 16;
1720
1732
  /**
1721
1733
  * @scopes Width Height, Gap
1722
1734
  */
1723
- declare const spacing_2_1_4: 18;
1735
+ declare const spacing_3: 24;
1724
1736
 
1725
1737
  /**
1726
1738
  * @scopes Width Height, Gap
1727
1739
  */
1728
- declare const spacing_2_1_2: 20;
1740
+ declare const spacing_2_3_4: 22;
1729
1741
 
1730
1742
  /**
1731
1743
  * @scopes Width Height, Gap
1732
1744
  */
1733
- declare const spacing_2_3_4: 22;
1745
+ declare const spacing_2_1_2: 20;
1734
1746
 
1735
1747
  /**
1736
1748
  * @scopes Width Height, Gap
1737
1749
  */
1738
- declare const spacing_3: 24;
1750
+ declare const spacing_2_1_4: 18;
1739
1751
 
1740
1752
  /**
1741
1753
  * @scopes Width Height, Gap
1742
1754
  */
1743
- declare const spacing_3_1_4: 26;
1755
+ declare const spacing_4: 32;
1744
1756
 
1745
1757
  /**
1746
1758
  * @scopes Width Height, Gap
1747
1759
  */
1748
- declare const spacing_3_1_2: 28;
1760
+ declare const spacing_3_3_4: 30;
1749
1761
 
1750
1762
  /**
1751
1763
  * @scopes Width Height, Gap
1752
1764
  */
1753
- declare const spacing_3_3_4: 30;
1765
+ declare const spacing_3_1_2: 28;
1754
1766
 
1755
1767
  /**
1756
1768
  * @scopes Width Height, Gap
1757
1769
  */
1758
- declare const spacing_4: 32;
1770
+ declare const spacing_3_1_4: 26;
1759
1771
 
1760
1772
  declare const spacing_5: 40;
1761
1773
 
1762
- declare const spacing_5_1_4: 42;
1774
+ declare const spacing_6: 48;
1775
+
1776
+ declare const spacing_8: 64;
1777
+
1778
+ declare const spacing_10: 80;
1763
1779
 
1764
1780
  declare const spacing_5_1_2: 44;
1765
1781
 
1766
- declare const spacing_6: 48;
1782
+ declare const spacing_5_1_4: 42;
1767
1783
 
1768
1784
  declare const spacing_7: 56;
1769
1785
 
1770
- declare const spacing_8: 64;
1771
-
1772
1786
  declare const spacing_9: 56;
1773
1787
 
1774
- declare const spacing_10: 80;
1775
-
1776
1788
  declare const _default$1: {
1777
1789
  spacing_1_4: typeof spacing_1_4,
1778
1790
  spacing_1_2: typeof spacing_1_2,
@@ -1782,22 +1794,22 @@ spacing_1_1_4: typeof spacing_1_1_4,
1782
1794
  spacing_1_1_2: typeof spacing_1_1_2,
1783
1795
  spacing_1_3_4: typeof spacing_1_3_4,
1784
1796
  spacing_2: typeof spacing_2,
1785
- spacing_2_1_4: typeof spacing_2_1_4,
1786
- spacing_2_1_2: typeof spacing_2_1_2,
1787
- spacing_2_3_4: typeof spacing_2_3_4,
1788
1797
  spacing_3: typeof spacing_3,
1789
- spacing_3_1_4: typeof spacing_3_1_4,
1790
- spacing_3_1_2: typeof spacing_3_1_2,
1791
- spacing_3_3_4: typeof spacing_3_3_4,
1798
+ spacing_2_3_4: typeof spacing_2_3_4,
1799
+ spacing_2_1_2: typeof spacing_2_1_2,
1800
+ spacing_2_1_4: typeof spacing_2_1_4,
1792
1801
  spacing_4: typeof spacing_4,
1802
+ spacing_3_3_4: typeof spacing_3_3_4,
1803
+ spacing_3_1_2: typeof spacing_3_1_2,
1804
+ spacing_3_1_4: typeof spacing_3_1_4,
1793
1805
  spacing_5: typeof spacing_5,
1794
- spacing_5_1_4: typeof spacing_5_1_4,
1795
- spacing_5_1_2: typeof spacing_5_1_2,
1796
1806
  spacing_6: typeof spacing_6,
1797
- spacing_7: typeof spacing_7,
1798
1807
  spacing_8: typeof spacing_8,
1799
- spacing_9: typeof spacing_9,
1800
1808
  spacing_10: typeof spacing_10,
1809
+ spacing_5_1_2: typeof spacing_5_1_2,
1810
+ spacing_5_1_4: typeof spacing_5_1_4,
1811
+ spacing_7: typeof spacing_7,
1812
+ spacing_9: typeof spacing_9,
1801
1813
  };
1802
1814
 
1803
1815
  declare const spacing_d_spacing_1: typeof spacing_1;
@@ -1860,27 +1872,45 @@ declare namespace spacing_d {
1860
1872
  * @generated
1861
1873
  */
1862
1874
 
1863
- type FontFamily = {
1864
- heading: 'Inter';
1865
- body: 'Inter';
1866
- code: 'JetBrains Mono NL';
1875
+ type LineHeight = {
1876
+ /**
1877
+ * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1878
+ */
1879
+ s: 20;
1880
+ /**
1881
+ * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1882
+ */
1883
+ m: 24;
1884
+ /**
1885
+ * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1886
+ */
1887
+ l: 28;
1888
+ /**
1889
+ * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1890
+ */
1891
+ xl: 32;
1892
+ /**
1893
+ * value in pixels
1894
+ * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1895
+ */
1896
+ xs: 16;
1867
1897
  };
1868
1898
 
1869
- declare const fontFamily: FontFamily;
1899
+ declare const lineHeight: LineHeight;
1870
1900
 
1871
1901
  type FontSize = {
1872
1902
  /**
1873
1903
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1874
1904
  */
1875
- xxs: 10;
1905
+ caption: 13;
1876
1906
  /**
1877
1907
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1878
1908
  */
1879
- xs: 12;
1909
+ code: 14;
1880
1910
  /**
1881
1911
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1882
1912
  */
1883
- sm: 14;
1913
+ xs: 12;
1884
1914
  /**
1885
1915
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1886
1916
  */
@@ -1888,15 +1918,15 @@ h6: 16;
1888
1918
  /**
1889
1919
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1890
1920
  */
1891
- default: 16;
1921
+ xxs: 10;
1892
1922
  /**
1893
1923
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1894
1924
  */
1895
- caption: 13;
1925
+ sm: 14;
1896
1926
  /**
1897
1927
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1898
1928
  */
1899
- code: 14;
1929
+ default: 16;
1900
1930
  /**
1901
1931
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1902
1932
  */
@@ -1921,6 +1951,20 @@ h1: 28;
1921
1951
 
1922
1952
  declare const fontSize: FontSize;
1923
1953
 
1954
+ type TextDecoration = {
1955
+ underline: 'underline';
1956
+ };
1957
+
1958
+ declare const textDecoration: TextDecoration;
1959
+
1960
+ type FontFamily = {
1961
+ body: 'Inter';
1962
+ code: 'JetBrains Mono NL';
1963
+ heading: 'Inter';
1964
+ };
1965
+
1966
+ declare const fontFamily: FontFamily;
1967
+
1924
1968
  type FontWeight = {
1925
1969
  /**
1926
1970
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
@@ -1929,11 +1973,11 @@ thin: 100;
1929
1973
  /**
1930
1974
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1931
1975
  */
1932
- light: 300;
1976
+ regular: 400;
1933
1977
  /**
1934
1978
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1935
1979
  */
1936
- regular: 400;
1980
+ bold: 700;
1937
1981
  /**
1938
1982
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1939
1983
  */
@@ -1941,11 +1985,11 @@ medium: 500;
1941
1985
  /**
1942
1986
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1943
1987
  */
1944
- semiBold: 600;
1988
+ light: 300;
1945
1989
  /**
1946
1990
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1947
1991
  */
1948
- bold: 700;
1992
+ semiBold: 600;
1949
1993
  /**
1950
1994
  * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1951
1995
  */
@@ -1954,44 +1998,12 @@ extraBold: 800;
1954
1998
 
1955
1999
  declare const fontWeight: FontWeight;
1956
2000
 
1957
- type LineHeight = {
1958
- /**
1959
- * value in pixels
1960
- * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1961
- */
1962
- xs: 16;
1963
- /**
1964
- * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1965
- */
1966
- s: 20;
1967
- /**
1968
- * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1969
- */
1970
- m: 24;
1971
- /**
1972
- * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1973
- */
1974
- l: 28;
1975
- /**
1976
- * @scopes Text Content, Font Style, Font Size, Line Height, Letter Spacing, Paragraph Spacing
1977
- */
1978
- xl: 32;
1979
- };
1980
-
1981
- declare const lineHeight: LineHeight;
1982
-
1983
- type TextDecoration = {
1984
- underline: 'underline';
1985
- };
1986
-
1987
- declare const textDecoration: TextDecoration;
1988
-
1989
2001
  declare const _default: {
1990
- fontFamily: typeof fontFamily,
1991
- fontSize: typeof fontSize,
1992
- fontWeight: typeof fontWeight,
1993
2002
  lineHeight: typeof lineHeight,
2003
+ fontSize: typeof fontSize,
1994
2004
  textDecoration: typeof textDecoration,
2005
+ fontFamily: typeof fontFamily,
2006
+ fontWeight: typeof fontWeight,
1995
2007
  };
1996
2008
 
1997
2009
  type typography_d_FontFamily = FontFamily;