@ones-editor/editor 2.6.1-beta.4 → 2.6.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
CHANGED
|
@@ -25650,9 +25650,6 @@ var __publicField = (obj, key, value) => {
|
|
|
25650
25650
|
if (key === "inline-style-background-color") {
|
|
25651
25651
|
newStyles.backgroundColor = value;
|
|
25652
25652
|
}
|
|
25653
|
-
if (key === "inline-style-font-size") {
|
|
25654
|
-
newStyles.fontSize = value;
|
|
25655
|
-
}
|
|
25656
25653
|
}
|
|
25657
25654
|
});
|
|
25658
25655
|
return { classes, attributes: newAttributes, styles: newStyles };
|
|
@@ -92432,7 +92429,7 @@ ${data2.plantumlText}
|
|
|
92432
92429
|
}
|
|
92433
92430
|
}
|
|
92434
92431
|
});
|
|
92435
|
-
editor.version = "2.6.
|
|
92432
|
+
editor.version = "2.6.3";
|
|
92436
92433
|
return editor;
|
|
92437
92434
|
}
|
|
92438
92435
|
function isDoc(doc2) {
|
|
@@ -92545,7 +92542,7 @@ ${data2.plantumlText}
|
|
|
92545
92542
|
}
|
|
92546
92543
|
});
|
|
92547
92544
|
OnesEditorToolbar.register(editor);
|
|
92548
|
-
editor.version = "2.6.
|
|
92545
|
+
editor.version = "2.6.3";
|
|
92549
92546
|
return editor;
|
|
92550
92547
|
}
|
|
92551
92548
|
async function showDocVersions(editor, options, serverUrl) {
|