@silurus/ooxml 0.60.1 → 0.61.0

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/docx.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { O as e } from "./src-CWqt1QE0.js";
2
- import { i as t, n, r } from "./docx-B4CmtwJQ.js";
2
+ import { i as t, n, r } from "./docx-DcHz7cyz.js";
3
3
  export { t as DocxDocument, r as DocxViewer, e as autoResize, n as noteText };
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as e } from "./pptx-CcRBxO-i.js";
1
+ import { t as e } from "./pptx-XdCbndbT.js";
2
2
  import { t } from "./xlsx-B8GnK1Ad.js";
3
- import { t as n } from "./docx-B4CmtwJQ.js";
3
+ import { t as n } from "./docx-DcHz7cyz.js";
4
4
  export { n as docx, e as pptx, t as xlsx };
@@ -509,7 +509,7 @@ function Me(e, t, r, a = "#000000", o, s = {
509
509
  "bordercallout1",
510
510
  "accentcallout1",
511
511
  "accentbordercallout1"
512
- ]), x = !t.custGeom && g !== "arc" && n(g), S = (e, n) => {
512
+ ]), x = !t.custGeom && n(g), S = (e, n) => {
513
513
  let a = n ?? v, o = n ? null : t.stroke ? () => {
514
514
  X(e, t.stroke, r), e.stroke();
515
515
  } : null, s = () => Ae(e);
@@ -1610,7 +1610,7 @@ var Tt = "data:application/wasm;base64,AGFzbQEAAAAB8gIwYAJ/fwBgAn9/AX9gA39/fwBgA
1610
1610
  static async load(t, n = {}) {
1611
1611
  let r = n.mode ?? "main";
1612
1612
  if (r === "worker" && (typeof Worker > "u" || typeof OffscreenCanvas > "u")) throw Error("mode: 'worker' requires Worker and OffscreenCanvas support");
1613
- let i = new e(r === "worker" ? (await import("./render-worker-host-qS8zOCxE.js")).createRenderWorker() : new wt(), r), a;
1613
+ let i = new e(r === "worker" ? (await import("./render-worker-host-CZI8tWId.js")).createRenderWorker() : new wt(), r), a;
1614
1614
  if (typeof t == "string") {
1615
1615
  let e = await fetch(t);
1616
1616
  if (!e.ok) throw Error(`Failed to fetch: ${e.status} ${e.statusText}`);
package/dist/pptx.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { O as e } from "./src-CWqt1QE0.js";
2
- import { i as t, n, r } from "./pptx-CcRBxO-i.js";
2
+ import { i as t, n, r } from "./pptx-XdCbndbT.js";
3
3
  export { r as PptxPresentation, n as PptxViewer, e as autoResize, t as renderSlide };