@vivliostyle/core 2.16.0 → 2.17.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 (34) hide show
  1. package/lib/vivliostyle/base.d.ts +5 -14
  2. package/lib/vivliostyle/break-position.d.ts +1 -10
  3. package/lib/vivliostyle/cfi.d.ts +4 -12
  4. package/lib/vivliostyle/columns.d.ts +0 -21
  5. package/lib/vivliostyle/css-cascade.d.ts +74 -372
  6. package/lib/vivliostyle/css-page.d.ts +3 -141
  7. package/lib/vivliostyle/css-parser.d.ts +0 -169
  8. package/lib/vivliostyle/css-prop.d.ts +0 -25
  9. package/lib/vivliostyle/css-styler.d.ts +4 -11
  10. package/lib/vivliostyle/css-tokenizer.d.ts +9 -3
  11. package/lib/vivliostyle/css-validator.d.ts +1 -186
  12. package/lib/vivliostyle/css.d.ts +28 -178
  13. package/lib/vivliostyle/diff.d.ts +2 -8
  14. package/lib/vivliostyle/epub.d.ts +1 -6
  15. package/lib/vivliostyle/exprs.d.ts +1 -225
  16. package/lib/vivliostyle/footnotes.d.ts +7 -30
  17. package/lib/vivliostyle/layout-processor.d.ts +8 -24
  18. package/lib/vivliostyle/layout-util.d.ts +0 -9
  19. package/lib/vivliostyle/layout.d.ts +4 -37
  20. package/lib/vivliostyle/net.d.ts +2 -8
  21. package/lib/vivliostyle/ops.d.ts +5 -52
  22. package/lib/vivliostyle/page-floats.d.ts +7 -21
  23. package/lib/vivliostyle/page-master.d.ts +3 -54
  24. package/lib/vivliostyle/pseudo-element.d.ts +3 -7
  25. package/lib/vivliostyle/repetitive-element.d.ts +9 -54
  26. package/lib/vivliostyle/table.d.ts +11 -92
  27. package/lib/vivliostyle/task.d.ts +16 -49
  28. package/lib/vivliostyle/toc.d.ts +1 -3
  29. package/lib/vivliostyle/types.d.ts +5 -4
  30. package/lib/vivliostyle/vgen.d.ts +14 -43
  31. package/lib/vivliostyle/vtree.d.ts +0 -4
  32. package/lib/vivliostyle.js +1 -1
  33. package/lib/vivliostyle.js.map +1 -1
  34. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vivliostyle/core",
3
3
  "description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
4
- "version": "2.16.0",
4
+ "version": "2.17.2",
5
5
  "author": "Vivliostyle Foundation",
6
6
  "scripts": {
7
7
  "build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false",
@@ -55,5 +55,5 @@
55
55
  "engines": {
56
56
  "node": ">=12"
57
57
  },
58
- "gitHead": "38abccc8e52e1c640cf983414807b9da8d05e533"
58
+ "gitHead": "27012ab56a0c9c0685f4f49023a8faf7fe73c0ab"
59
59
  }