@superdoc-dev/cli 0.2.0-next.47 → 0.2.0-next.48

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 (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -59882,6 +59882,9 @@ function _getReferencedTableStyles(tableStyleReference, params2) {
59882
59882
  });
59883
59883
  if (Object.keys(cellMargins).length)
59884
59884
  stylesToReturn.cellMargins = cellMargins;
59885
+ if (tableProperties.tableCellSpacing) {
59886
+ stylesToReturn.tableCellSpacing = tableProperties.tableCellSpacing;
59887
+ }
59885
59888
  }
59886
59889
  }
59887
59890
  const tblStylePr = styleTag.elements.filter((el) => el.name === "w:tblStylePr");
@@ -70151,6 +70154,7 @@ function convertTable(node3, ctx) {
70151
70154
  return {
70152
70155
  type: "table",
70153
70156
  attrs: {
70157
+ tableStyleId: "TableGrid",
70154
70158
  tableProperties: {
70155
70159
  tableWidth: {
70156
70160
  value: FULL_WIDTH_TABLE_PCT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.2.0-next.47",
3
+ "version": "0.2.0-next.48",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -19,21 +19,21 @@
19
19
  "@types/bun": "^1.3.8",
20
20
  "@types/node": "22.19.2",
21
21
  "typescript": "^5.9.2",
22
- "@superdoc/document-api": "0.0.1",
23
22
  "@superdoc/pm-adapter": "0.0.0",
23
+ "@superdoc/super-editor": "0.0.1",
24
24
  "superdoc": "1.16.0",
25
- "@superdoc/super-editor": "0.0.1"
25
+ "@superdoc/document-api": "0.0.1"
26
26
  },
27
27
  "module": "src/index.ts",
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
31
  "optionalDependencies": {
32
- "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.47",
33
- "@superdoc-dev/cli-darwin-x64": "0.2.0-next.47",
34
- "@superdoc-dev/cli-linux-arm64": "0.2.0-next.47",
35
- "@superdoc-dev/cli-windows-x64": "0.2.0-next.47",
36
- "@superdoc-dev/cli-linux-x64": "0.2.0-next.47"
32
+ "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.48",
33
+ "@superdoc-dev/cli-darwin-x64": "0.2.0-next.48",
34
+ "@superdoc-dev/cli-linux-x64": "0.2.0-next.48",
35
+ "@superdoc-dev/cli-linux-arm64": "0.2.0-next.48",
36
+ "@superdoc-dev/cli-windows-x64": "0.2.0-next.48"
37
37
  },
38
38
  "scripts": {
39
39
  "dev": "bun run src/index.ts",