@daikin-oss/dds-tokens 0.3.2 → 0.4.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.
@@ -147,11 +147,7 @@ export const colorLinkTextVisitedPress = "#e1bbe8";
147
147
  export const colorLinkSurfaceVisitedHover = "#250e29";
148
148
  export const colorLinkSurfaceVisitedPress = "#37153d";
149
149
  export const borderRadius100 = "4px";
150
- export const borderRadius150 = "6px";
151
150
  export const borderRadius200 = "8px";
152
- export const borderRadius250 = "10px";
153
- export const borderRadius300 = "12px";
154
- export const borderRadius400 = "16px";
155
151
  export const borderRadius050 = "2px";
156
152
  export const borderWidth100 = "4px";
157
153
  export const borderWidth025 = "1px";
@@ -160,23 +156,29 @@ export const space100 = "4px";
160
156
  export const space200 = "8px";
161
157
  export const space300 = "12px";
162
158
  export const space400 = "16px";
159
+ export const space600 = "24px";
163
160
  export const space800 = "32px";
164
161
  export const space050 = "2px";
165
162
  export const fontRegularNormal300 = "400 12px/1.5 Roboto";
166
163
  export const fontRegularNormal350 = "400 14px/1.5 Roboto";
167
164
  export const fontRegularNormal400 = "400 16px/1.5 Roboto";
165
+ export const fontRegularNormal500 = "400 20px/1.5 Roboto";
168
166
  export const fontRegularTight300 = "400 12px/1.3 Roboto";
169
167
  export const fontRegularTight350 = "400 14px/1.3 Roboto";
170
168
  export const fontRegularTight400 = "400 16px/1.3 Roboto";
169
+ export const fontRegularTight500 = "400 20px/1.3 Roboto";
171
170
  export const fontRegularBoldNormal300 = "700 12px/1.5 Roboto";
172
171
  export const fontRegularBoldNormal350 = "700 14px/1.5 Roboto";
173
172
  export const fontRegularBoldNormal400 = "700 16px/1.5 Roboto";
173
+ export const fontRegularBoldNormal500 = "700 20px/1.5 Roboto";
174
174
  export const fontRegularBoldTight300 = "700 12px/1.3 Roboto";
175
175
  export const fontRegularBoldTight350 = "700 14px/1.3 Roboto";
176
176
  export const fontRegularBoldTight400 = "700 16px/1.3 Roboto";
177
+ export const fontRegularBoldTight500 = "700 20px/1.3 Roboto";
177
178
  export const fontSize300 = "12px";
178
179
  export const fontSize350 = "14px";
179
180
  export const fontSize400 = "16px";
181
+ export const fontSize500 = "20px";
180
182
  export const fontLineHeightTight = 1.3;
181
183
  export const fontLineHeightNormal = 1.5;
182
184
  export const fontWeightBold = 700;
@@ -148,11 +148,7 @@ module.exports = {
148
148
  colorLinkSurfaceVisitedHover: "#f0ddf3",
149
149
  colorLinkSurfaceVisitedPress: "#e1bbe8",
150
150
  borderRadius100: "4px",
151
- borderRadius150: "6px",
152
151
  borderRadius200: "8px",
153
- borderRadius250: "10px",
154
- borderRadius300: "12px",
155
- borderRadius400: "16px",
156
152
  borderRadius050: "2px",
157
153
  borderWidth100: "4px",
158
154
  borderWidth025: "1px",
@@ -161,23 +157,29 @@ module.exports = {
161
157
  space200: "8px",
162
158
  space300: "12px",
163
159
  space400: "16px",
160
+ space600: "24px",
164
161
  space800: "32px",
165
162
  space050: "2px",
166
163
  fontRegularNormal300: "400 12px/1.5 Roboto",
167
164
  fontRegularNormal350: "400 14px/1.5 Roboto",
168
165
  fontRegularNormal400: "400 16px/1.5 Roboto",
166
+ fontRegularNormal500: "400 20px/1.5 Roboto",
169
167
  fontRegularTight300: "400 12px/1.3 Roboto",
170
168
  fontRegularTight350: "400 14px/1.3 Roboto",
171
169
  fontRegularTight400: "400 16px/1.3 Roboto",
170
+ fontRegularTight500: "400 20px/1.3 Roboto",
172
171
  fontRegularBoldNormal300: "700 12px/1.5 Roboto",
173
172
  fontRegularBoldNormal350: "700 14px/1.5 Roboto",
174
173
  fontRegularBoldNormal400: "700 16px/1.5 Roboto",
174
+ fontRegularBoldNormal500: "700 20px/1.5 Roboto",
175
175
  fontRegularBoldTight300: "700 12px/1.3 Roboto",
176
176
  fontRegularBoldTight350: "700 14px/1.3 Roboto",
177
177
  fontRegularBoldTight400: "700 16px/1.3 Roboto",
178
+ fontRegularBoldTight500: "700 20px/1.3 Roboto",
178
179
  fontSize300: "12px",
179
180
  fontSize350: "14px",
180
181
  fontSize400: "16px",
182
+ fontSize500: "20px",
181
183
  fontLineHeightTight: 1.3,
182
184
  fontLineHeightNormal: 1.5,
183
185
  fontWeightBold: 700,
@@ -147,11 +147,7 @@ export const colorLinkTextVisitedPress: string;
147
147
  export const colorLinkSurfaceVisitedHover: string;
148
148
  export const colorLinkSurfaceVisitedPress: string;
149
149
  export const borderRadius100: string;
150
- export const borderRadius150: string;
151
150
  export const borderRadius200: string;
152
- export const borderRadius250: string;
153
- export const borderRadius300: string;
154
- export const borderRadius400: string;
155
151
  export const borderRadius050: string;
156
152
  export const borderWidth100: string;
157
153
  export const borderWidth025: string;
@@ -160,23 +156,29 @@ export const space100: string;
160
156
  export const space200: string;
161
157
  export const space300: string;
162
158
  export const space400: string;
159
+ export const space600: string;
163
160
  export const space800: string;
164
161
  export const space050: string;
165
162
  export const fontRegularNormal300: string;
166
163
  export const fontRegularNormal350: string;
167
164
  export const fontRegularNormal400: string;
165
+ export const fontRegularNormal500: string;
168
166
  export const fontRegularTight300: string;
169
167
  export const fontRegularTight350: string;
170
168
  export const fontRegularTight400: string;
169
+ export const fontRegularTight500: string;
171
170
  export const fontRegularBoldNormal300: string;
172
171
  export const fontRegularBoldNormal350: string;
173
172
  export const fontRegularBoldNormal400: string;
173
+ export const fontRegularBoldNormal500: string;
174
174
  export const fontRegularBoldTight300: string;
175
175
  export const fontRegularBoldTight350: string;
176
176
  export const fontRegularBoldTight400: string;
177
+ export const fontRegularBoldTight500: string;
177
178
  export const fontSize300: string;
178
179
  export const fontSize350: string;
179
180
  export const fontSize400: string;
181
+ export const fontSize500: string;
180
182
  export const fontLineHeightTight: number;
181
183
  export const fontLineHeightNormal: number;
182
184
  export const fontWeightBold: number;
@@ -147,11 +147,7 @@ export const colorLinkTextVisitedPress: string;
147
147
  export const colorLinkSurfaceVisitedHover: string;
148
148
  export const colorLinkSurfaceVisitedPress: string;
149
149
  export const borderRadius100: string;
150
- export const borderRadius150: string;
151
150
  export const borderRadius200: string;
152
- export const borderRadius250: string;
153
- export const borderRadius300: string;
154
- export const borderRadius400: string;
155
151
  export const borderRadius050: string;
156
152
  export const borderWidth100: string;
157
153
  export const borderWidth025: string;
@@ -160,23 +156,29 @@ export const space100: string;
160
156
  export const space200: string;
161
157
  export const space300: string;
162
158
  export const space400: string;
159
+ export const space600: string;
163
160
  export const space800: string;
164
161
  export const space050: string;
165
162
  export const fontRegularNormal300: string;
166
163
  export const fontRegularNormal350: string;
167
164
  export const fontRegularNormal400: string;
165
+ export const fontRegularNormal500: string;
168
166
  export const fontRegularTight300: string;
169
167
  export const fontRegularTight350: string;
170
168
  export const fontRegularTight400: string;
169
+ export const fontRegularTight500: string;
171
170
  export const fontRegularBoldNormal300: string;
172
171
  export const fontRegularBoldNormal350: string;
173
172
  export const fontRegularBoldNormal400: string;
173
+ export const fontRegularBoldNormal500: string;
174
174
  export const fontRegularBoldTight300: string;
175
175
  export const fontRegularBoldTight350: string;
176
176
  export const fontRegularBoldTight400: string;
177
+ export const fontRegularBoldTight500: string;
177
178
  export const fontSize300: string;
178
179
  export const fontSize350: string;
179
180
  export const fontSize400: string;
181
+ export const fontSize500: string;
180
182
  export const fontLineHeightTight: number;
181
183
  export const fontLineHeightNormal: number;
182
184
  export const fontWeightBold: number;
@@ -147,11 +147,7 @@ export const colorLinkTextVisitedPress = "#37153d";
147
147
  export const colorLinkSurfaceVisitedHover = "#f0ddf3";
148
148
  export const colorLinkSurfaceVisitedPress = "#e1bbe8";
149
149
  export const borderRadius100 = "4px";
150
- export const borderRadius150 = "6px";
151
150
  export const borderRadius200 = "8px";
152
- export const borderRadius250 = "10px";
153
- export const borderRadius300 = "12px";
154
- export const borderRadius400 = "16px";
155
151
  export const borderRadius050 = "2px";
156
152
  export const borderWidth100 = "4px";
157
153
  export const borderWidth025 = "1px";
@@ -160,23 +156,29 @@ export const space100 = "4px";
160
156
  export const space200 = "8px";
161
157
  export const space300 = "12px";
162
158
  export const space400 = "16px";
159
+ export const space600 = "24px";
163
160
  export const space800 = "32px";
164
161
  export const space050 = "2px";
165
162
  export const fontRegularNormal300 = "400 12px/1.5 Roboto";
166
163
  export const fontRegularNormal350 = "400 14px/1.5 Roboto";
167
164
  export const fontRegularNormal400 = "400 16px/1.5 Roboto";
165
+ export const fontRegularNormal500 = "400 20px/1.5 Roboto";
168
166
  export const fontRegularTight300 = "400 12px/1.3 Roboto";
169
167
  export const fontRegularTight350 = "400 14px/1.3 Roboto";
170
168
  export const fontRegularTight400 = "400 16px/1.3 Roboto";
169
+ export const fontRegularTight500 = "400 20px/1.3 Roboto";
171
170
  export const fontRegularBoldNormal300 = "700 12px/1.5 Roboto";
172
171
  export const fontRegularBoldNormal350 = "700 14px/1.5 Roboto";
173
172
  export const fontRegularBoldNormal400 = "700 16px/1.5 Roboto";
173
+ export const fontRegularBoldNormal500 = "700 20px/1.5 Roboto";
174
174
  export const fontRegularBoldTight300 = "700 12px/1.3 Roboto";
175
175
  export const fontRegularBoldTight350 = "700 14px/1.3 Roboto";
176
176
  export const fontRegularBoldTight400 = "700 16px/1.3 Roboto";
177
+ export const fontRegularBoldTight500 = "700 20px/1.3 Roboto";
177
178
  export const fontSize300 = "12px";
178
179
  export const fontSize350 = "14px";
179
180
  export const fontSize400 = "16px";
181
+ export const fontSize500 = "20px";
180
182
  export const fontLineHeightTight = 1.3;
181
183
  export const fontLineHeightNormal = 1.5;
182
184
  export const fontWeightBold = 700;
@@ -509,31 +509,11 @@
509
509
  "dimension",
510
510
  "borderRadius"
511
511
  ],
512
- "border-radius-150": [
513
- "6px",
514
- "dimension",
515
- "borderRadius"
516
- ],
517
512
  "border-radius-200": [
518
513
  "8px",
519
514
  "dimension",
520
515
  "borderRadius"
521
516
  ],
522
- "border-radius-250": [
523
- "10px",
524
- "dimension",
525
- "borderRadius"
526
- ],
527
- "border-radius-300": [
528
- "12px",
529
- "dimension",
530
- "borderRadius"
531
- ],
532
- "border-radius-400": [
533
- "16px",
534
- "dimension",
535
- "borderRadius"
536
- ],
537
517
  "border-radius-050": [
538
518
  "2px",
539
519
  "dimension",
@@ -574,6 +554,11 @@
574
554
  "dimension",
575
555
  "spacing"
576
556
  ],
557
+ "space-600": [
558
+ "24px",
559
+ "dimension",
560
+ "spacing"
561
+ ],
577
562
  "space-800": [
578
563
  "32px",
579
564
  "dimension",
@@ -599,6 +584,11 @@
599
584
  "typography",
600
585
  null
601
586
  ],
587
+ "font-regular-normal-500": [
588
+ "400 20px/1.5 Roboto",
589
+ "typography",
590
+ null
591
+ ],
602
592
  "font-regular-tight-300": [
603
593
  "400 12px/1.3 Roboto",
604
594
  "typography",
@@ -614,6 +604,11 @@
614
604
  "typography",
615
605
  null
616
606
  ],
607
+ "font-regular-tight-500": [
608
+ "400 20px/1.3 Roboto",
609
+ "typography",
610
+ null
611
+ ],
617
612
  "font-regular-bold-normal-300": [
618
613
  "700 12px/1.5 Roboto",
619
614
  "typography",
@@ -629,6 +624,11 @@
629
624
  "typography",
630
625
  null
631
626
  ],
627
+ "font-regular-bold-normal-500": [
628
+ "700 20px/1.5 Roboto",
629
+ "typography",
630
+ null
631
+ ],
632
632
  "font-regular-bold-tight-300": [
633
633
  "700 12px/1.3 Roboto",
634
634
  "typography",
@@ -644,6 +644,11 @@
644
644
  "typography",
645
645
  null
646
646
  ],
647
+ "font-regular-bold-tight-500": [
648
+ "700 20px/1.3 Roboto",
649
+ "typography",
650
+ null
651
+ ],
647
652
  "font-size-300": [
648
653
  "12px",
649
654
  "fontSize",
@@ -659,6 +664,11 @@
659
664
  "fontSize",
660
665
  "fontSizes"
661
666
  ],
667
+ "font-size-500": [
668
+ "20px",
669
+ "fontSize",
670
+ "fontSizes"
671
+ ],
662
672
  "font-line-height-tight": [
663
673
  "1.3",
664
674
  "lineHeight",
@@ -509,31 +509,11 @@
509
509
  "dimension",
510
510
  "borderRadius"
511
511
  ],
512
- "border-radius-150": [
513
- "6px",
514
- "dimension",
515
- "borderRadius"
516
- ],
517
512
  "border-radius-200": [
518
513
  "8px",
519
514
  "dimension",
520
515
  "borderRadius"
521
516
  ],
522
- "border-radius-250": [
523
- "10px",
524
- "dimension",
525
- "borderRadius"
526
- ],
527
- "border-radius-300": [
528
- "12px",
529
- "dimension",
530
- "borderRadius"
531
- ],
532
- "border-radius-400": [
533
- "16px",
534
- "dimension",
535
- "borderRadius"
536
- ],
537
517
  "border-radius-050": [
538
518
  "2px",
539
519
  "dimension",
@@ -574,6 +554,11 @@
574
554
  "dimension",
575
555
  "spacing"
576
556
  ],
557
+ "space-600": [
558
+ "24px",
559
+ "dimension",
560
+ "spacing"
561
+ ],
577
562
  "space-800": [
578
563
  "32px",
579
564
  "dimension",
@@ -599,6 +584,11 @@
599
584
  "typography",
600
585
  null
601
586
  ],
587
+ "font-regular-normal-500": [
588
+ "400 20px/1.5 Roboto",
589
+ "typography",
590
+ null
591
+ ],
602
592
  "font-regular-tight-300": [
603
593
  "400 12px/1.3 Roboto",
604
594
  "typography",
@@ -614,6 +604,11 @@
614
604
  "typography",
615
605
  null
616
606
  ],
607
+ "font-regular-tight-500": [
608
+ "400 20px/1.3 Roboto",
609
+ "typography",
610
+ null
611
+ ],
617
612
  "font-regular-bold-normal-300": [
618
613
  "700 12px/1.5 Roboto",
619
614
  "typography",
@@ -629,6 +624,11 @@
629
624
  "typography",
630
625
  null
631
626
  ],
627
+ "font-regular-bold-normal-500": [
628
+ "700 20px/1.5 Roboto",
629
+ "typography",
630
+ null
631
+ ],
632
632
  "font-regular-bold-tight-300": [
633
633
  "700 12px/1.3 Roboto",
634
634
  "typography",
@@ -644,6 +644,11 @@
644
644
  "typography",
645
645
  null
646
646
  ],
647
+ "font-regular-bold-tight-500": [
648
+ "700 20px/1.3 Roboto",
649
+ "typography",
650
+ null
651
+ ],
647
652
  "font-size-300": [
648
653
  "12px",
649
654
  "fontSize",
@@ -659,6 +664,11 @@
659
664
  "fontSize",
660
665
  "fontSizes"
661
666
  ],
667
+ "font-size-500": [
668
+ "20px",
669
+ "fontSize",
670
+ "fontSizes"
671
+ ],
662
672
  "font-line-height-tight": [
663
673
  "1.3",
664
674
  "lineHeight",
@@ -724,31 +724,11 @@
724
724
  "dimension",
725
725
  "borderRadius"
726
726
  ],
727
- "border-radius-150": [
728
- "6px",
729
- "dimension",
730
- "borderRadius"
731
- ],
732
727
  "border-radius-200": [
733
728
  "8px",
734
729
  "dimension",
735
730
  "borderRadius"
736
731
  ],
737
- "border-radius-250": [
738
- "10px",
739
- "dimension",
740
- "borderRadius"
741
- ],
742
- "border-radius-300": [
743
- "12px",
744
- "dimension",
745
- "borderRadius"
746
- ],
747
- "border-radius-400": [
748
- "16px",
749
- "dimension",
750
- "borderRadius"
751
- ],
752
732
  "border-radius-050": [
753
733
  "2px",
754
734
  "dimension",
@@ -789,6 +769,11 @@
789
769
  "dimension",
790
770
  "spacing"
791
771
  ],
772
+ "space-600": [
773
+ "24px",
774
+ "dimension",
775
+ "spacing"
776
+ ],
792
777
  "space-800": [
793
778
  "32px",
794
779
  "dimension",
@@ -814,6 +799,11 @@
814
799
  "typography",
815
800
  null
816
801
  ],
802
+ "font-regular-normal-500": [
803
+ "400 20px/1.5 Roboto",
804
+ "typography",
805
+ null
806
+ ],
817
807
  "font-regular-tight-300": [
818
808
  "400 12px/1.3 Roboto",
819
809
  "typography",
@@ -829,6 +819,11 @@
829
819
  "typography",
830
820
  null
831
821
  ],
822
+ "font-regular-tight-500": [
823
+ "400 20px/1.3 Roboto",
824
+ "typography",
825
+ null
826
+ ],
832
827
  "font-regular-bold-normal-300": [
833
828
  "700 12px/1.5 Roboto",
834
829
  "typography",
@@ -844,6 +839,11 @@
844
839
  "typography",
845
840
  null
846
841
  ],
842
+ "font-regular-bold-normal-500": [
843
+ "700 20px/1.5 Roboto",
844
+ "typography",
845
+ null
846
+ ],
847
847
  "font-regular-bold-tight-300": [
848
848
  "700 12px/1.3 Roboto",
849
849
  "typography",
@@ -859,6 +859,11 @@
859
859
  "typography",
860
860
  null
861
861
  ],
862
+ "font-regular-bold-tight-500": [
863
+ "700 20px/1.3 Roboto",
864
+ "typography",
865
+ null
866
+ ],
862
867
  "font-size-300": [
863
868
  "12px",
864
869
  "fontSize",
@@ -874,6 +879,11 @@
874
879
  "fontSize",
875
880
  "fontSizes"
876
881
  ],
882
+ "font-size-500": [
883
+ "20px",
884
+ "fontSize",
885
+ "fontSizes"
886
+ ],
877
887
  "font-line-height-tight": [
878
888
  "1.3",
879
889
  "lineHeight",
@@ -724,31 +724,11 @@
724
724
  "dimension",
725
725
  "borderRadius"
726
726
  ],
727
- "border-radius-150": [
728
- "6px",
729
- "dimension",
730
- "borderRadius"
731
- ],
732
727
  "border-radius-200": [
733
728
  "8px",
734
729
  "dimension",
735
730
  "borderRadius"
736
731
  ],
737
- "border-radius-250": [
738
- "10px",
739
- "dimension",
740
- "borderRadius"
741
- ],
742
- "border-radius-300": [
743
- "12px",
744
- "dimension",
745
- "borderRadius"
746
- ],
747
- "border-radius-400": [
748
- "16px",
749
- "dimension",
750
- "borderRadius"
751
- ],
752
732
  "border-radius-050": [
753
733
  "2px",
754
734
  "dimension",
@@ -789,6 +769,11 @@
789
769
  "dimension",
790
770
  "spacing"
791
771
  ],
772
+ "space-600": [
773
+ "24px",
774
+ "dimension",
775
+ "spacing"
776
+ ],
792
777
  "space-800": [
793
778
  "32px",
794
779
  "dimension",
@@ -814,6 +799,11 @@
814
799
  "typography",
815
800
  null
816
801
  ],
802
+ "font-regular-normal-500": [
803
+ "400 20px/1.5 Roboto",
804
+ "typography",
805
+ null
806
+ ],
817
807
  "font-regular-tight-300": [
818
808
  "400 12px/1.3 Roboto",
819
809
  "typography",
@@ -829,6 +819,11 @@
829
819
  "typography",
830
820
  null
831
821
  ],
822
+ "font-regular-tight-500": [
823
+ "400 20px/1.3 Roboto",
824
+ "typography",
825
+ null
826
+ ],
832
827
  "font-regular-bold-normal-300": [
833
828
  "700 12px/1.5 Roboto",
834
829
  "typography",
@@ -844,6 +839,11 @@
844
839
  "typography",
845
840
  null
846
841
  ],
842
+ "font-regular-bold-normal-500": [
843
+ "700 20px/1.5 Roboto",
844
+ "typography",
845
+ null
846
+ ],
847
847
  "font-regular-bold-tight-300": [
848
848
  "700 12px/1.3 Roboto",
849
849
  "typography",
@@ -859,6 +859,11 @@
859
859
  "typography",
860
860
  null
861
861
  ],
862
+ "font-regular-bold-tight-500": [
863
+ "700 20px/1.3 Roboto",
864
+ "typography",
865
+ null
866
+ ],
862
867
  "font-size-300": [
863
868
  "12px",
864
869
  "fontSize",
@@ -874,6 +879,11 @@
874
879
  "fontSize",
875
880
  "fontSizes"
876
881
  ],
882
+ "font-size-500": [
883
+ "20px",
884
+ "fontSize",
885
+ "fontSizes"
886
+ ],
877
887
  "font-line-height-tight": [
878
888
  "1.3",
879
889
  "lineHeight",
@@ -105,11 +105,7 @@
105
105
  --dds-color-purple-110: #37153d;
106
106
  --dds-color-purple-120: #250e29;
107
107
  --dds-border-radius-100: 4px;
108
- --dds-border-radius-150: 6px;
109
108
  --dds-border-radius-200: 8px;
110
- --dds-border-radius-250: 10px;
111
- --dds-border-radius-300: 12px;
112
- --dds-border-radius-400: 16px;
113
109
  --dds-border-radius-050: 2px;
114
110
  --dds-border-width-100: 4px;
115
111
  --dds-border-width-025: 1px;
@@ -118,23 +114,29 @@
118
114
  --dds-space-200: 8px;
119
115
  --dds-space-300: 12px;
120
116
  --dds-space-400: 16px;
117
+ --dds-space-600: 24px;
121
118
  --dds-space-800: 32px;
122
119
  --dds-space-050: 2px;
123
120
  --dds-font-regular-normal-300: 400 12px/1.5 Roboto;
124
121
  --dds-font-regular-normal-350: 400 14px/1.5 Roboto;
125
122
  --dds-font-regular-normal-400: 400 16px/1.5 Roboto;
123
+ --dds-font-regular-normal-500: 400 20px/1.5 Roboto;
126
124
  --dds-font-regular-tight-300: 400 12px/1.3 Roboto;
127
125
  --dds-font-regular-tight-350: 400 14px/1.3 Roboto;
128
126
  --dds-font-regular-tight-400: 400 16px/1.3 Roboto;
127
+ --dds-font-regular-tight-500: 400 20px/1.3 Roboto;
129
128
  --dds-font-regular-bold-normal-300: 700 12px/1.5 Roboto;
130
129
  --dds-font-regular-bold-normal-350: 700 14px/1.5 Roboto;
131
130
  --dds-font-regular-bold-normal-400: 700 16px/1.5 Roboto;
131
+ --dds-font-regular-bold-normal-500: 700 20px/1.5 Roboto;
132
132
  --dds-font-regular-bold-tight-300: 700 12px/1.3 Roboto;
133
133
  --dds-font-regular-bold-tight-350: 700 14px/1.3 Roboto;
134
134
  --dds-font-regular-bold-tight-400: 700 16px/1.3 Roboto;
135
+ --dds-font-regular-bold-tight-500: 700 20px/1.3 Roboto;
135
136
  --dds-font-size-300: 12px;
136
137
  --dds-font-size-350: 14px;
137
138
  --dds-font-size-400: 16px;
139
+ --dds-font-size-500: 20px;
138
140
  --dds-font-line-height-tight: 1.3;
139
141
  --dds-font-line-height-normal: 1.5;
140
142
  --dds-font-weight-bold: 700;