gutterpress 0.10.5 → 0.10.6-beta.2

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.
Files changed (28) hide show
  1. package/dist/api/index.js +1 -1
  2. package/dist/{audit-ax5ps29k.js → audit-gwhqj45v.js} +4 -4
  3. package/dist/{build-79dv44cn.js → build-by1rwswq.js} +4 -4
  4. package/dist/{cli-v031r2h6.js → cli-980t4qp9.js} +1 -1
  5. package/dist/{cli-0t4zfevc.js → cli-bwbs3qm4.js} +1 -1
  6. package/dist/{cli-chkwtg9m.js → cli-nde3d8wk.js} +341 -192
  7. package/dist/{cli-5pq315qe.js → cli-vntks53w.js} +1 -1
  8. package/dist/cli.js +14 -14
  9. package/dist/{doctor-qejmbv32.js → doctor-gxetpd6x.js} +2 -2
  10. package/dist/{engine-mtyjc4v6.js → engine-4ctgbwj5.js} +1 -1
  11. package/dist/{engine-fwe8djyn.js → engine-bhhcne06.js} +1 -1
  12. package/dist/{index-ya1yw5me.js → index-dxvn0dr9.js} +160 -11
  13. package/dist/{index-ja0p4w5f.js → index-eyzv51dw.js} +1 -1
  14. package/dist/index.js +2 -2
  15. package/dist/lib/markdown/assemble.d.ts +3 -1
  16. package/dist/lib/markdown/gutterpress-css.d.ts +31 -5
  17. package/dist/lib/markdown/markers.d.ts +79 -3
  18. package/dist/lib/pdf-inspect.d.ts +33 -5
  19. package/dist/lib/render-parity.d.ts +108 -0
  20. package/dist/{lint-wweg6pf0.js → lint-p5m5gn2f.js} +4 -4
  21. package/dist/{new-yf8emyp3.js → new-cgnm1vz6.js} +4 -4
  22. package/dist/{plugin-dj6crat4.js → plugin-2zwx1tex.js} +4 -4
  23. package/dist/{preflight-d34pzgr6.js → preflight-gypyj54v.js} +4 -4
  24. package/dist/{preview-g2f5982y.js → preview-670h69jp.js} +4 -4
  25. package/dist/{publish-6vt6yqm4.js → publish-zw39dmgm.js} +4 -4
  26. package/dist/render.js +146 -6
  27. package/dist/{validate-vjwgxswp.js → validate-2fnfyyx8.js} +4 -4
  28. package/package.json +1 -1
package/dist/api/index.js CHANGED
@@ -106,7 +106,7 @@ import {
106
106
  syncProject,
107
107
  testRemoteAccess,
108
108
  validateProjectPlugins
109
- } from "../index-ya1yw5me.js";
109
+ } from "../index-dxvn0dr9.js";
110
110
  import {
111
111
  BuildError,
112
112
  DEFAULT_PRINT_OPTS,
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  executeAndReport
3
- } from "./cli-chkwtg9m.js";
3
+ } from "./cli-nde3d8wk.js";
4
4
  import {
5
5
  log
6
- } from "./cli-5pq315qe.js";
6
+ } from "./cli-vntks53w.js";
7
7
  import {
8
8
  UsageError,
9
9
  rejectExtraPositionals,
10
10
  rejectUnknownFlags
11
- } from "./cli-v031r2h6.js";
12
- import"./cli-0t4zfevc.js";
11
+ } from "./cli-980t4qp9.js";
12
+ import"./cli-bwbs3qm4.js";
13
13
  import"./cli-c41yr7he.js";
14
14
  import {
15
15
  EXIT_CODES
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  runBuild,
3
3
  splitOutPath
4
- } from "./cli-chkwtg9m.js";
4
+ } from "./cli-nde3d8wk.js";
5
5
  import {
6
6
  log
7
- } from "./cli-5pq315qe.js";
7
+ } from "./cli-vntks53w.js";
8
8
  import {
9
9
  UsageError,
10
10
  parseEngine,
@@ -12,8 +12,8 @@ import {
12
12
  parsePdfxFlavor,
13
13
  rejectExtraPositionals,
14
14
  rejectUnknownFlags
15
- } from "./cli-v031r2h6.js";
16
- import"./cli-0t4zfevc.js";
15
+ } from "./cli-980t4qp9.js";
16
+ import"./cli-bwbs3qm4.js";
17
17
  import"./cli-c41yr7he.js";
18
18
  import {
19
19
  BuildError
@@ -4,7 +4,7 @@ import {
4
4
  // package.json
5
5
  var package_default = {
6
6
  name: "gutterpress",
7
- version: "0.10.5",
7
+ version: "0.10.6-beta.2",
8
8
  description: "Markdown-to-PDF converter for professional print layout using a native Chromium print engine and Ghostscript.",
9
9
  author: "itlackey",
10
10
  license: "MPL-2.0",
@@ -2474,7 +2474,7 @@ ${mapCss}`;
2474
2474
  if (pageBackgrounds.length)
2475
2475
  log(`audit: ${pageBackgrounds.length} unreferenced @page background image(s)`);
2476
2476
  for (const d of multicol)
2477
- diagnose("engine.multicol.dead-column", `${d} runs over more than one page in columns, and only the last page's columns get balanced — earlier pages are left with an empty column. Add column-fill: auto to ${d}.`);
2477
+ diagnose("engine.multicol.dead-column", `${d} runs over more than one page in columns, and only the last page's columns get balanced — earlier pages are left with an empty column. Add .gp-columns-flow to ${d} (column-fill: auto) so every page's columns fill.`);
2478
2478
  if (multicol.length)
2479
2479
  log(`audit: ${multicol.length} fragmenting multicol warning(s)`);
2480
2480
  }