@superdoc-dev/cli 0.2.0-next.127 → 0.2.0-next.128
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 -4
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -135072,7 +135072,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
|
|
|
135072
135072
|
init_remark_gfm_z_sDF4ss_es();
|
|
135073
135073
|
});
|
|
135074
135074
|
|
|
135075
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
135075
|
+
// ../../packages/superdoc/dist/chunks/src-CBmd-TxZ.es.js
|
|
135076
135076
|
function deleteProps(obj, propOrProps) {
|
|
135077
135077
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
135078
135078
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -217838,7 +217838,7 @@ var Node$13 = class Node$14 {
|
|
|
217838
217838
|
return false;
|
|
217839
217839
|
return Boolean(checker(attrs));
|
|
217840
217840
|
}, SuperToolbar, ICONS, TEXTS, tableActionsOptions;
|
|
217841
|
-
var
|
|
217841
|
+
var init_src_CBmd_TxZ_es = __esm(() => {
|
|
217842
217842
|
init_rolldown_runtime_B2q5OVn9_es();
|
|
217843
217843
|
init_SuperConverter_Cw5CEerM_es();
|
|
217844
217844
|
init_jszip_ChlR43oI_es();
|
|
@@ -234580,7 +234580,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
234580
234580
|
const commentAnnotations = textRun.comments;
|
|
234581
234581
|
const hasAnyComment = !!commentAnnotations?.length;
|
|
234582
234582
|
const commentHighlight = getCommentHighlight(textRun, this.activeCommentId);
|
|
234583
|
-
if (commentHighlight.color &&
|
|
234583
|
+
if (commentHighlight.color && hasAnyComment) {
|
|
234584
234584
|
elem.style.backgroundColor = commentHighlight.color;
|
|
234585
234585
|
if (commentHighlight.hasNestedComments && commentHighlight.baseColor) {
|
|
234586
234586
|
const borderColor = `${commentHighlight.baseColor}99`;
|
|
@@ -251446,7 +251446,7 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
|
|
|
251446
251446
|
|
|
251447
251447
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
251448
251448
|
var init_super_editor_es = __esm(() => {
|
|
251449
|
-
|
|
251449
|
+
init_src_CBmd_TxZ_es();
|
|
251450
251450
|
init_SuperConverter_Cw5CEerM_es();
|
|
251451
251451
|
init_jszip_ChlR43oI_es();
|
|
251452
251452
|
init_xml_js_DLE8mr0n_es();
|
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.128",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
"@types/bun": "^1.3.8",
|
|
21
21
|
"@types/node": "22.19.2",
|
|
22
22
|
"typescript": "^5.9.2",
|
|
23
|
+
"@superdoc/document-api": "0.0.1",
|
|
23
24
|
"@superdoc/pm-adapter": "0.0.0",
|
|
24
25
|
"@superdoc/super-editor": "0.0.1",
|
|
25
|
-
"superdoc": "1.18.0"
|
|
26
|
-
"@superdoc/document-api": "0.0.1"
|
|
26
|
+
"superdoc": "1.18.0"
|
|
27
27
|
},
|
|
28
28
|
"module": "src/index.ts",
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@superdoc-dev/cli-darwin-arm64": "0.2.0-next.
|
|
34
|
-
"@superdoc-dev/cli-darwin-x64": "0.2.0-next.
|
|
35
|
-
"@superdoc-dev/cli-linux-
|
|
36
|
-
"@superdoc-dev/cli-windows-x64": "0.2.0-next.
|
|
37
|
-
"@superdoc-dev/cli-linux-
|
|
33
|
+
"@superdoc-dev/cli-darwin-arm64": "0.2.0-next.128",
|
|
34
|
+
"@superdoc-dev/cli-darwin-x64": "0.2.0-next.128",
|
|
35
|
+
"@superdoc-dev/cli-linux-x64": "0.2.0-next.128",
|
|
36
|
+
"@superdoc-dev/cli-windows-x64": "0.2.0-next.128",
|
|
37
|
+
"@superdoc-dev/cli-linux-arm64": "0.2.0-next.128"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "bun run src/index.ts",
|