@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.es.js +15 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +15 -0
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -2659,6 +2659,21 @@ var typography = {
|
|
|
2659
2659
|
fontSize: '1.25rem',
|
|
2660
2660
|
lineHeight: '1.875rem',
|
|
2661
2661
|
},
|
|
2662
|
+
h4: {
|
|
2663
|
+
fontWeight: 500,
|
|
2664
|
+
fontSize: '1.125rem',
|
|
2665
|
+
lineHeight: '1.6875rem',
|
|
2666
|
+
},
|
|
2667
|
+
h5: {
|
|
2668
|
+
fontWeight: 500,
|
|
2669
|
+
fontSize: '1.125rem',
|
|
2670
|
+
lineHeight: '1.6875rem',
|
|
2671
|
+
},
|
|
2672
|
+
h6: {
|
|
2673
|
+
fontWeight: 500,
|
|
2674
|
+
fontSize: '1.125rem',
|
|
2675
|
+
lineHeight: '1.6875rem',
|
|
2676
|
+
},
|
|
2662
2677
|
body1: {
|
|
2663
2678
|
fontWeight: 400,
|
|
2664
2679
|
fontSize: '1rem',
|