@pdfme/ui 6.1.1-dev.10 → 6.1.1-dev.12
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 +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -100449,7 +100449,7 @@ var Underline = [["path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }], ["line", {
|
|
|
100449
100449
|
y2: "20"
|
|
100450
100450
|
}]];
|
|
100451
100451
|
//#endregion
|
|
100452
|
-
//#region ../schemas/dist/builtins-
|
|
100452
|
+
//#region ../schemas/dist/builtins-IF8ozb_E.js
|
|
100453
100453
|
var addUriLinkAnnotation = (arg) => {
|
|
100454
100454
|
const { pdfDoc, page, uri, rect, borderWidth = 0 } = arg;
|
|
100455
100455
|
const safeUri = normalizeSafeLinkUri(uri);
|
|
@@ -101585,7 +101585,8 @@ var buildStyledTextContainer = (arg, fontKitFont, value, resolvedDynamicFontSize
|
|
|
101585
101585
|
marginBottom: `${bottomAdjustment}px`,
|
|
101586
101586
|
paddingTop: `${topAdjustment}px`,
|
|
101587
101587
|
backgroundColor: "transparent",
|
|
101588
|
-
textDecoration: textDecorations.join(" ")
|
|
101588
|
+
textDecoration: textDecorations.join(" "),
|
|
101589
|
+
height: "100%"
|
|
101589
101590
|
};
|
|
101590
101591
|
const textBlock = document.createElement("div");
|
|
101591
101592
|
textBlock.id = "text-" + String(schema.id);
|