@superdoc-dev/cli 0.14.0-next.1 → 0.14.0-next.3
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 +6 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -220415,7 +220415,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
220415
220415
|
init_remark_gfm_BhnWr3yf_es();
|
|
220416
220416
|
});
|
|
220417
220417
|
|
|
220418
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
220418
|
+
// ../../packages/superdoc/dist/chunks/src-BVHa1VXC.es.js
|
|
220419
220419
|
function deleteProps(obj, propOrProps) {
|
|
220420
220420
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
220421
220421
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -298915,6 +298915,7 @@ var Node$13 = class Node$14 {
|
|
|
298915
298915
|
box-sizing: border-box;
|
|
298916
298916
|
border-radius: 4px;
|
|
298917
298917
|
border: 1px solid transparent;
|
|
298918
|
+
background-color: var(--sd-content-controls-block-bg, transparent);
|
|
298918
298919
|
position: relative;
|
|
298919
298920
|
}
|
|
298920
298921
|
|
|
@@ -299010,6 +299011,7 @@ var Node$13 = class Node$14 {
|
|
|
299010
299011
|
box-sizing: border-box;
|
|
299011
299012
|
border-radius: 4px;
|
|
299012
299013
|
border: 1px solid transparent;
|
|
299014
|
+
background-color: var(--sd-content-controls-inline-bg, transparent);
|
|
299013
299015
|
position: relative;
|
|
299014
299016
|
display: inline;
|
|
299015
299017
|
font-size: initial;
|
|
@@ -299065,6 +299067,7 @@ var Node$13 = class Node$14 {
|
|
|
299065
299067
|
padding: 0;
|
|
299066
299068
|
border: none;
|
|
299067
299069
|
border-radius: 0;
|
|
299070
|
+
background-color: transparent;
|
|
299068
299071
|
}
|
|
299069
299072
|
.superdoc-structured-content-inline[data-appearance='hidden']:hover {
|
|
299070
299073
|
background-color: transparent;
|
|
@@ -317256,7 +317259,7 @@ menclose::after {
|
|
|
317256
317259
|
return;
|
|
317257
317260
|
console.log(...args$1);
|
|
317258
317261
|
}, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions, TRACKED_MARK_NAMES;
|
|
317259
|
-
var
|
|
317262
|
+
var init_src_BVHa1VXC_es = __esm(() => {
|
|
317260
317263
|
init_rolldown_runtime_Bg48TavK_es();
|
|
317261
317264
|
init_SuperConverter_BzpaXL4Z_es();
|
|
317262
317265
|
init_jszip_C49i9kUs_es();
|
|
@@ -351396,7 +351399,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
351396
351399
|
|
|
351397
351400
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
351398
351401
|
var init_super_editor_es = __esm(() => {
|
|
351399
|
-
|
|
351402
|
+
init_src_BVHa1VXC_es();
|
|
351400
351403
|
init_SuperConverter_BzpaXL4Z_es();
|
|
351401
351404
|
init_jszip_C49i9kUs_es();
|
|
351402
351405
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.14.0-next.
|
|
3
|
+
"version": "0.14.0-next.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.14.0-next.
|
|
38
|
-
"@superdoc-dev/cli-
|
|
39
|
-
"@superdoc-dev/cli-linux-arm64": "0.14.0-next.
|
|
40
|
-
"@superdoc-dev/cli-
|
|
41
|
-
"@superdoc-dev/cli-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.14.0-next.3",
|
|
38
|
+
"@superdoc-dev/cli-linux-x64": "0.14.0-next.3",
|
|
39
|
+
"@superdoc-dev/cli-linux-arm64": "0.14.0-next.3",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.14.0-next.3",
|
|
41
|
+
"@superdoc-dev/cli-darwin-x64": "0.14.0-next.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|