react-pdf-levelup 3.0.34 → 3.1.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/dist/index.cjs CHANGED
@@ -449,7 +449,7 @@ var styles5 = import_renderer5.StyleSheet.create({
449
449
  text: {
450
450
  fontSize: 10,
451
451
  fontFamily: "Helvetica",
452
- paddingTop: 4,
452
+ paddingTop: 8,
453
453
  paddingLeft: 8,
454
454
  paddingRight: 8
455
455
  },
package/dist/index.js CHANGED
@@ -362,7 +362,7 @@ var styles5 = StyleSheet5.create({
362
362
  text: {
363
363
  fontSize: 10,
364
364
  fontFamily: "Helvetica",
365
- paddingTop: 4,
365
+ paddingTop: 8,
366
366
  paddingLeft: 8,
367
367
  paddingRight: 8
368
368
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-pdf-levelup",
3
- "version": "3.0.34",
3
+ "version": "3.1.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",