@sumup-oss/design-tokens 8.0.0-next.1 → 8.0.0-next.3

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/dark.css CHANGED
@@ -147,8 +147,10 @@
147
147
  --cui-border-width-mega: 2px;
148
148
  --cui-font-stack-default: "Inter", "Inter-Fallback", Arial, system-ui, sans-serif, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
149
149
  --cui-font-stack-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
150
- --cui-font-weight-regular: 400;
151
- --cui-font-weight-bold: 700;
150
+ --cui-font-weight-regular: 375;
151
+ --cui-font-weight-semibold: 560;
152
+ --cui-font-weight-bold: 630;
153
+ --cui-letter-spacing: -.01375rem;
152
154
  --cui-icon-sizes-kilo: 16px;
153
155
  --cui-icon-sizes-mega: 24px;
154
156
  --cui-icon-sizes-giga: 32px;
@@ -164,51 +166,36 @@
164
166
  --cui-spacings-zetta: 56px;
165
167
  --cui-transitions-default: .12s ease-in-out;
166
168
  --cui-transitions-slow: .3s ease-in-out;
167
- --cui-typography-display-l-font-size: 4rem;
168
- --cui-typography-display-l-line-height: 4.5rem;
169
- --cui-typography-display-l-letter-spacing: 0px;
170
- --cui-typography-display-m-font-size: 3rem;
171
- --cui-typography-display-m-line-height: 3.5rem;
172
- --cui-typography-display-m-letter-spacing: 0px;
173
- --cui-typography-display-s-font-size: 2.5rem;
174
- --cui-typography-display-s-line-height: 2.875rem;
175
- --cui-typography-display-s-letter-spacing: 0px;
176
- --cui-typography-headline-l-font-size: 2rem;
177
- --cui-typography-headline-l-line-height: 2.25rem;
178
- --cui-typography-headline-l-letter-spacing: 0px;
179
- --cui-typography-headline-m-font-size: 1.375rem;
180
- --cui-typography-headline-m-line-height: 1.625rem;
181
- --cui-typography-headline-m-letter-spacing: 0px;
182
- --cui-typography-headline-s-font-size: 1.125rem;
183
- --cui-typography-headline-s-line-height: 1.375rem;
184
- --cui-typography-headline-s-letter-spacing: 0px;
185
- --cui-typography-body-l-font-size: 1.25rem;
186
- --cui-typography-body-l-line-height: 1.5rem;
187
- --cui-typography-body-l-letter-spacing: 0px;
188
- --cui-typography-body-m-font-size: 1rem;
189
- --cui-typography-body-m-line-height: 1.375rem;
190
- --cui-typography-body-m-letter-spacing: 0px;
191
- --cui-typography-body-s-font-size: .875rem;
192
- --cui-typography-body-s-line-height: 1.24rem;
193
- --cui-typography-body-s-letter-spacing: 0px;
194
- --cui-typography-compact-l-font-size: 1.125rem;
195
- --cui-typography-compact-l-line-height: 1.5rem;
196
- --cui-typography-compact-l-letter-spacing: 0px;
197
- --cui-typography-compact-m-font-size: .9375rem;
198
- --cui-typography-compact-m-line-height: 1.0625rem;
199
- --cui-typography-compact-m-letter-spacing: 0px;
200
- --cui-typography-compact-s-font-size: .8125rem;
201
- --cui-typography-compact-s-line-height: .9375rem;
202
- --cui-typography-compact-s-letter-spacing: 0px;
203
- --cui-typography-numeral-l-font-size: 3rem;
204
- --cui-typography-numeral-l-line-height: 3.375rem;
205
- --cui-typography-numeral-l-letter-spacing: 0px;
206
- --cui-typography-numeral-m-font-size: 1.5rem;
207
- --cui-typography-numeral-m-line-height: 1.75rem;
208
- --cui-typography-numeral-m-letter-spacing: 0px;
209
- --cui-typography-numeral-s-font-size: 1rem;
210
- --cui-typography-numeral-s-line-height: 1rem;
211
- --cui-typography-numeral-s-letter-spacing: 0px;
169
+ --cui-display-l-font-size: 4rem;
170
+ --cui-display-l-line-height: 4.5rem;
171
+ --cui-display-m-font-size: 3rem;
172
+ --cui-display-m-line-height: 3.5rem;
173
+ --cui-display-s-font-size: 2.5rem;
174
+ --cui-display-s-line-height: 2.875rem;
175
+ --cui-headline-l-font-size: 2rem;
176
+ --cui-headline-l-line-height: 2.25rem;
177
+ --cui-headline-m-font-size: 1.5rem;
178
+ --cui-headline-m-line-height: 1.625rem;
179
+ --cui-headline-s-font-size: 1.125rem;
180
+ --cui-headline-s-line-height: 1.375rem;
181
+ --cui-body-l-font-size: 1.25rem;
182
+ --cui-body-l-line-height: 1.5rem;
183
+ --cui-body-m-font-size: 1rem;
184
+ --cui-body-m-line-height: 1.375rem;
185
+ --cui-body-s-font-size: .875rem;
186
+ --cui-body-s-line-height: 1.25rem;
187
+ --cui-compact-l-font-size: 1.125rem;
188
+ --cui-compact-l-line-height: 1.5rem;
189
+ --cui-compact-m-font-size: .9375rem;
190
+ --cui-compact-m-line-height: 1.0625rem;
191
+ --cui-compact-s-font-size: .8125rem;
192
+ --cui-compact-s-line-height: .9375rem;
193
+ --cui-numeral-l-font-size: 3rem;
194
+ --cui-numeral-l-line-height: 3.375rem;
195
+ --cui-numeral-m-font-size: 1.5rem;
196
+ --cui-numeral-m-line-height: 1.75rem;
197
+ --cui-numeral-s-font-size: 1rem;
198
+ --cui-numeral-s-line-height: 1.375rem;
212
199
  --cui-typography-headline-one-font-size: 2rem;
213
200
  --cui-typography-headline-one-line-height: 2.25rem;
214
201
  --cui-typography-headline-two-font-size: 1.375rem;
@@ -596,6 +596,10 @@ export declare const schema: ({
596
596
  name: "--cui-font-weight-regular";
597
597
  type: "fontWeight";
598
598
  deprecation?: undefined;
599
+ } | {
600
+ name: "--cui-font-weight-semibold";
601
+ type: "fontWeight";
602
+ deprecation?: undefined;
599
603
  } | {
600
604
  name: "--cui-font-weight-bold";
601
605
  type: "fontWeight";
@@ -661,328 +665,272 @@ export declare const schema: ({
661
665
  type: "duration";
662
666
  deprecation?: undefined;
663
667
  } | {
664
- name: "--cui-typography-display-l-font-size";
665
- type: "dimension";
666
- deprecation?: undefined;
667
- } | {
668
- name: "--cui-typography-display-l-line-height";
669
- type: "dimension";
670
- deprecation?: undefined;
671
- } | {
672
- name: "--cui-typography-display-l-letter-spacing";
673
- type: "dimension";
674
- deprecation?: undefined;
675
- } | {
676
- name: "--cui-typography-display-m-font-size";
677
- type: "dimension";
678
- deprecation?: undefined;
679
- } | {
680
- name: "--cui-typography-display-m-line-height";
681
- type: "dimension";
682
- deprecation?: undefined;
683
- } | {
684
- name: "--cui-typography-display-m-letter-spacing";
685
- type: "dimension";
686
- deprecation?: undefined;
687
- } | {
688
- name: "--cui-typography-display-s-font-size";
689
- type: "dimension";
690
- deprecation?: undefined;
691
- } | {
692
- name: "--cui-typography-display-s-line-height";
693
- type: "dimension";
694
- deprecation?: undefined;
695
- } | {
696
- name: "--cui-typography-display-s-letter-spacing";
697
- type: "dimension";
698
- deprecation?: undefined;
699
- } | {
700
- name: "--cui-typography-headline-l-font-size";
701
- type: "dimension";
702
- deprecation?: undefined;
703
- } | {
704
- name: "--cui-typography-headline-l-line-height";
705
- type: "dimension";
706
- deprecation?: undefined;
707
- } | {
708
- name: "--cui-typography-headline-l-letter-spacing";
709
- type: "dimension";
710
- deprecation?: undefined;
711
- } | {
712
- name: "--cui-typography-headline-m-font-size";
713
- type: "dimension";
714
- deprecation?: undefined;
715
- } | {
716
- name: "--cui-typography-headline-m-line-height";
717
- type: "dimension";
718
- deprecation?: undefined;
719
- } | {
720
- name: "--cui-typography-headline-m-letter-spacing";
668
+ name: "--cui-display-l-font-size";
721
669
  type: "dimension";
722
670
  deprecation?: undefined;
723
671
  } | {
724
- name: "--cui-typography-headline-s-font-size";
672
+ name: "--cui-display-l-line-height";
725
673
  type: "dimension";
726
674
  deprecation?: undefined;
727
675
  } | {
728
- name: "--cui-typography-headline-s-line-height";
676
+ name: "--cui-display-m-font-size";
729
677
  type: "dimension";
730
678
  deprecation?: undefined;
731
679
  } | {
732
- name: "--cui-typography-headline-s-letter-spacing";
680
+ name: "--cui-display-m-line-height";
733
681
  type: "dimension";
734
682
  deprecation?: undefined;
735
683
  } | {
736
- name: "--cui-typography-body-l-font-size";
684
+ name: "--cui-display-s-font-size";
737
685
  type: "dimension";
738
686
  deprecation?: undefined;
739
687
  } | {
740
- name: "--cui-typography-body-l-line-height";
688
+ name: "--cui-display-s-line-height";
741
689
  type: "dimension";
742
690
  deprecation?: undefined;
743
691
  } | {
744
- name: "--cui-typography-body-l-letter-spacing";
692
+ name: "--cui-headline-l-font-size";
745
693
  type: "dimension";
746
694
  deprecation?: undefined;
747
695
  } | {
748
- name: "--cui-typography-body-m-font-size";
696
+ name: "--cui-headline-l-line-height";
749
697
  type: "dimension";
750
698
  deprecation?: undefined;
751
699
  } | {
752
- name: "--cui-typography-body-m-line-height";
700
+ name: "--cui-headline-m-font-size";
753
701
  type: "dimension";
754
702
  deprecation?: undefined;
755
703
  } | {
756
- name: "--cui-typography-body-m-letter-spacing";
704
+ name: "--cui-headline-m-line-height";
757
705
  type: "dimension";
758
706
  deprecation?: undefined;
759
707
  } | {
760
- name: "--cui-typography-body-s-font-size";
708
+ name: "--cui-headline-s-font-size";
761
709
  type: "dimension";
762
710
  deprecation?: undefined;
763
711
  } | {
764
- name: "--cui-typography-body-s-line-height";
712
+ name: "--cui-headline-s-line-height";
765
713
  type: "dimension";
766
714
  deprecation?: undefined;
767
715
  } | {
768
- name: "--cui-typography-body-s-letter-spacing";
716
+ name: "--cui-body-l-font-size";
769
717
  type: "dimension";
770
718
  deprecation?: undefined;
771
719
  } | {
772
- name: "--cui-typography-compact-l-font-size";
720
+ name: "--cui-body-l-line-height";
773
721
  type: "dimension";
774
722
  deprecation?: undefined;
775
723
  } | {
776
- name: "--cui-typography-compact-l-line-height";
724
+ name: "--cui-body-m-font-size";
777
725
  type: "dimension";
778
726
  deprecation?: undefined;
779
727
  } | {
780
- name: "--cui-typography-compact-l-letter-spacing";
728
+ name: "--cui-body-m-line-height";
781
729
  type: "dimension";
782
730
  deprecation?: undefined;
783
731
  } | {
784
- name: "--cui-typography-compact-m-font-size";
732
+ name: "--cui-body-s-font-size";
785
733
  type: "dimension";
786
734
  deprecation?: undefined;
787
735
  } | {
788
- name: "--cui-typography-compact-m-line-height";
736
+ name: "--cui-body-s-line-height";
789
737
  type: "dimension";
790
738
  deprecation?: undefined;
791
739
  } | {
792
- name: "--cui-typography-compact-m-letter-spacing";
740
+ name: "--cui-compact-l-font-size";
793
741
  type: "dimension";
794
742
  deprecation?: undefined;
795
743
  } | {
796
- name: "--cui-typography-compact-s-font-size";
744
+ name: "--cui-compact-l-line-height";
797
745
  type: "dimension";
798
746
  deprecation?: undefined;
799
747
  } | {
800
- name: "--cui-typography-compact-s-line-height";
748
+ name: "--cui-compact-m-font-size";
801
749
  type: "dimension";
802
750
  deprecation?: undefined;
803
751
  } | {
804
- name: "--cui-typography-compact-s-letter-spacing";
752
+ name: "--cui-compact-m-line-height";
805
753
  type: "dimension";
806
754
  deprecation?: undefined;
807
755
  } | {
808
- name: "--cui-typography-numeral-l-font-size";
756
+ name: "--cui-compact-s-font-size";
809
757
  type: "dimension";
810
758
  deprecation?: undefined;
811
759
  } | {
812
- name: "--cui-typography-numeral-l-line-height";
760
+ name: "--cui-compact-s-line-height";
813
761
  type: "dimension";
814
762
  deprecation?: undefined;
815
763
  } | {
816
- name: "--cui-typography-numeral-l-letter-spacing";
764
+ name: "--cui-numeral-l-font-size";
817
765
  type: "dimension";
818
766
  deprecation?: undefined;
819
767
  } | {
820
- name: "--cui-typography-numeral-m-font-size";
768
+ name: "--cui-numeral-l-line-height";
821
769
  type: "dimension";
822
770
  deprecation?: undefined;
823
771
  } | {
824
- name: "--cui-typography-numeral-m-line-height";
772
+ name: "--cui-numeral-m-font-size";
825
773
  type: "dimension";
826
774
  deprecation?: undefined;
827
775
  } | {
828
- name: "--cui-typography-numeral-m-letter-spacing";
776
+ name: "--cui-numeral-m-line-height";
829
777
  type: "dimension";
830
778
  deprecation?: undefined;
831
779
  } | {
832
- name: "--cui-typography-numeral-s-font-size";
780
+ name: "--cui-numeral-s-font-size";
833
781
  type: "dimension";
834
782
  deprecation?: undefined;
835
783
  } | {
836
- name: "--cui-typography-numeral-s-line-height";
784
+ name: "--cui-numeral-s-line-height";
837
785
  type: "dimension";
838
786
  deprecation?: undefined;
839
787
  } | {
840
- name: "--cui-typography-numeral-s-letter-spacing";
788
+ name: "--cui-letter-spacing";
841
789
  type: "dimension";
842
790
  deprecation?: undefined;
843
791
  } | {
844
792
  name: "--cui-typography-headline-one-font-size";
845
793
  type: "dimension";
846
794
  deprecation: {
847
- replacement: "--cui-typography-headline-l-font-size";
795
+ replacement: "--cui-headline-l-font-size";
848
796
  };
849
797
  } | {
850
798
  name: "--cui-typography-headline-one-line-height";
851
799
  type: "dimension";
852
800
  deprecation: {
853
- replacement: "--cui-typography-headline-l-line-height";
801
+ replacement: "--cui-headline-l-line-height";
854
802
  };
855
803
  } | {
856
804
  name: "--cui-typography-headline-two-font-size";
857
805
  type: "dimension";
858
806
  deprecation: {
859
- replacement: "--cui-typography-headline-m-font-size";
807
+ replacement: "--cui-headline-m-font-size";
860
808
  };
861
809
  } | {
862
810
  name: "--cui-typography-headline-two-line-height";
863
811
  type: "dimension";
864
812
  deprecation: {
865
- replacement: "--cui-typography-headline-m-line-height";
813
+ replacement: "--cui-headline-m-line-height";
866
814
  };
867
815
  } | {
868
816
  name: "--cui-typography-headline-three-font-size";
869
817
  type: "dimension";
870
818
  deprecation: {
871
- replacement: "--cui-typography-headline-m-font-size";
819
+ replacement: "--cui-headline-m-font-size";
872
820
  };
873
821
  } | {
874
822
  name: "--cui-typography-headline-three-line-height";
875
823
  type: "dimension";
876
824
  deprecation: {
877
- replacement: "--cui-typography-headline-m-line-height";
825
+ replacement: "--cui-headline-m-line-height";
878
826
  };
879
827
  } | {
880
828
  name: "--cui-typography-headline-four-font-size";
881
829
  type: "dimension";
882
830
  deprecation: {
883
- replacement: "--cui-typography-headline-s-font-size";
831
+ replacement: "--cui-headline-s-font-size";
884
832
  };
885
833
  } | {
886
834
  name: "--cui-typography-headline-four-line-height";
887
835
  type: "dimension";
888
836
  deprecation: {
889
- replacement: "--cui-typography-headline-s-line-height";
837
+ replacement: "--cui-headline-s-line-height";
890
838
  };
891
839
  } | {
892
840
  name: "--cui-typography-title-one-font-size";
893
841
  type: "dimension";
894
842
  deprecation: {
895
- replacement: "--cui-typography-display-l-font-size";
843
+ replacement: "--cui-display-l-font-size";
896
844
  };
897
845
  } | {
898
846
  name: "--cui-typography-title-one-line-height";
899
847
  type: "dimension";
900
848
  deprecation: {
901
- replacement: "--cui-typography-display-l-line-height";
849
+ replacement: "--cui-display-l-line-height";
902
850
  };
903
851
  } | {
904
852
  name: "--cui-typography-title-two-font-size";
905
853
  type: "dimension";
906
854
  deprecation: {
907
- replacement: "--cui-typography-display-m-font-size";
855
+ replacement: "--cui-display-m-font-size";
908
856
  };
909
857
  } | {
910
858
  name: "--cui-typography-title-two-line-height";
911
859
  type: "dimension";
912
860
  deprecation: {
913
- replacement: "--cui-typography-display-m-line-height";
861
+ replacement: "--cui-display-m-line-height";
914
862
  };
915
863
  } | {
916
864
  name: "--cui-typography-title-three-font-size";
917
865
  type: "dimension";
918
866
  deprecation: {
919
- replacement: "--cui-typography-display-m-font-size";
867
+ replacement: "--cui-display-m-font-size";
920
868
  };
921
869
  } | {
922
870
  name: "--cui-typography-title-three-line-height";
923
871
  type: "dimension";
924
872
  deprecation: {
925
- replacement: "--cui-typography-display-m-line-height";
873
+ replacement: "--cui-display-m-line-height";
926
874
  };
927
875
  } | {
928
876
  name: "--cui-typography-title-four-font-size";
929
877
  type: "dimension";
930
878
  deprecation: {
931
- replacement: "--cui-typography-display-s-font-size";
879
+ replacement: "--cui-display-s-font-size";
932
880
  };
933
881
  } | {
934
882
  name: "--cui-typography-title-four-line-height";
935
883
  type: "dimension";
936
884
  deprecation: {
937
- replacement: "--cui-typography-display-s-line-height";
885
+ replacement: "--cui-display-s-line-height";
938
886
  };
939
887
  } | {
940
888
  name: "--cui-typography-sub-headline-font-size";
941
889
  type: "dimension";
942
890
  deprecation: {
943
- replacement: "--cui-typography-headline-s-font-size";
891
+ replacement: "--cui-headline-s-font-size";
944
892
  };
945
893
  } | {
946
894
  name: "--cui-typography-sub-headline-line-height";
947
895
  type: "dimension";
948
896
  deprecation: {
949
- replacement: "--cui-typography-headline-s-line-height";
897
+ replacement: "--cui-headline-s-line-height";
950
898
  };
951
899
  } | {
952
900
  name: "--cui-typography-body-one-font-size";
953
901
  type: "dimension";
954
902
  deprecation: {
955
- replacement: "--cui-typography-body-m-font-size";
903
+ replacement: "--cui-body-m-font-size";
956
904
  };
957
905
  } | {
958
906
  name: "--cui-typography-body-one-line-height";
959
907
  type: "dimension";
960
908
  deprecation: {
961
- replacement: "--cui-typography-body-m-line-height";
909
+ replacement: "--cui-body-m-line-height";
962
910
  };
963
911
  } | {
964
912
  name: "--cui-typography-body-two-font-size";
965
913
  type: "dimension";
966
914
  deprecation: {
967
- replacement: "--cui-typography-body-s-font-size";
915
+ replacement: "--cui-body-s-font-size";
968
916
  };
969
917
  } | {
970
918
  name: "--cui-typography-body-two-line-height";
971
919
  type: "dimension";
972
920
  deprecation: {
973
- replacement: "--cui-typography-body-s-line-height";
921
+ replacement: "--cui-body-s-line-height";
974
922
  };
975
923
  } | {
976
924
  name: "--cui-typography-body-large-font-size";
977
925
  type: "dimension";
978
926
  deprecation: {
979
- replacement: "--cui-typography-body-l-font-size";
927
+ replacement: "--cui-body-l-font-size";
980
928
  };
981
929
  } | {
982
930
  name: "--cui-typography-body-large-line-height";
983
931
  type: "dimension";
984
932
  deprecation: {
985
- replacement: "--cui-typography-body-l-line-height";
933
+ replacement: "--cui-body-l-line-height";
986
934
  };
987
935
  } | {
988
936
  name: "--cui-z-index-default";