jspdf-utils 0.1.8 → 0.1.9

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.
@@ -464,6 +464,7 @@ async function K(t, e = {}) {
464
464
  async function tt(t, e, a = {}) {
465
465
  const n = M(a), i = await K(t, a);
466
466
  e.innerHTML = "", Object.assign(e.style, {
467
+ direction: "ltr",
467
468
  width: "fit-content",
468
469
  height: n.pageHeight + "mm",
469
470
  maxHeight: "100vh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jspdf-utils",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Utility helpers for jsPDF's doc.html() renderer with automatic page breaking, table splitting, and RTL support",
5
5
  "type": "module",
6
6
  "main": "dist/html-to-pdf.js",