react-pdf-levelup 2.0.19 → 2.0.20
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.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -354,6 +354,7 @@ var styles5 = import_renderer5.StyleSheet.create({
|
|
|
354
354
|
fontFamily: "Helvetica",
|
|
355
355
|
borderRight: 1,
|
|
356
356
|
borderColor: "#000"
|
|
357
|
+
// borderTopWidth: 0,
|
|
357
358
|
},
|
|
358
359
|
cellSmall: {
|
|
359
360
|
width: "25%"
|
|
@@ -515,7 +516,7 @@ var import_qrcode = __toESM(require("qrcode"));
|
|
|
515
516
|
var generateQRAsBase64 = async ({
|
|
516
517
|
value,
|
|
517
518
|
size = 150,
|
|
518
|
-
colorDark = "#
|
|
519
|
+
colorDark = "#282828",
|
|
519
520
|
colorLight = "#ffffff",
|
|
520
521
|
margin = 0,
|
|
521
522
|
errorCorrectionLevel = "M"
|
package/dist/index.mjs
CHANGED
|
@@ -266,6 +266,7 @@ var styles5 = StyleSheet5.create({
|
|
|
266
266
|
fontFamily: "Helvetica",
|
|
267
267
|
borderRight: 1,
|
|
268
268
|
borderColor: "#000"
|
|
269
|
+
// borderTopWidth: 0,
|
|
269
270
|
},
|
|
270
271
|
cellSmall: {
|
|
271
272
|
width: "25%"
|
|
@@ -427,7 +428,7 @@ import QRCode from "qrcode";
|
|
|
427
428
|
var generateQRAsBase64 = async ({
|
|
428
429
|
value,
|
|
429
430
|
size = 150,
|
|
430
|
-
colorDark = "#
|
|
431
|
+
colorDark = "#282828",
|
|
431
432
|
colorLight = "#ffffff",
|
|
432
433
|
margin = 0,
|
|
433
434
|
errorCorrectionLevel = "M"
|