@popmenu/ordering-ui 0.125.1 → 0.125.2

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/index.js CHANGED
@@ -2696,6 +2696,21 @@ var typography = {
2696
2696
  fontSize: '1.25rem',
2697
2697
  lineHeight: '1.875rem',
2698
2698
  },
2699
+ h4: {
2700
+ fontWeight: 500,
2701
+ fontSize: '1.125rem',
2702
+ lineHeight: '1.6875rem',
2703
+ },
2704
+ h5: {
2705
+ fontWeight: 500,
2706
+ fontSize: '1.125rem',
2707
+ lineHeight: '1.6875rem',
2708
+ },
2709
+ h6: {
2710
+ fontWeight: 500,
2711
+ fontSize: '1.125rem',
2712
+ lineHeight: '1.6875rem',
2713
+ },
2699
2714
  body1: {
2700
2715
  fontWeight: 400,
2701
2716
  fontSize: '1rem',