@superdoc-dev/cli 0.2.0-next.47 → 0.2.0-next.49
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/index.js +4 -0
- package/package.json +6 -6
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.
|
|
3
|
+
"version": "0.2.0-next.49",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@superdoc-dev/cli-darwin-arm64": "0.2.0-next.
|
|
33
|
-
"@superdoc-dev/cli-darwin-x64": "0.2.0-next.
|
|
34
|
-
"@superdoc-dev/cli-linux-arm64": "0.2.0-next.
|
|
35
|
-
"@superdoc-dev/cli-
|
|
36
|
-
"@superdoc-dev/cli-
|
|
32
|
+
"@superdoc-dev/cli-darwin-arm64": "0.2.0-next.49",
|
|
33
|
+
"@superdoc-dev/cli-darwin-x64": "0.2.0-next.49",
|
|
34
|
+
"@superdoc-dev/cli-linux-arm64": "0.2.0-next.49",
|
|
35
|
+
"@superdoc-dev/cli-linux-x64": "0.2.0-next.49",
|
|
36
|
+
"@superdoc-dev/cli-windows-x64": "0.2.0-next.49"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"dev": "bun run src/index.ts",
|