@ones-editor/editor 2.2.19-beta.6 → 2.2.19-beta.7
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5127,6 +5127,7 @@ div.editor-root div.editor-content div[data-type=editor-container] div.embed-blo
|
|
|
5127
5127
|
align-items: center;
|
|
5128
5128
|
white-space: nowrap;
|
|
5129
5129
|
font-size: 14px;
|
|
5130
|
+
margin-top: 2px;
|
|
5130
5131
|
}
|
|
5131
5132
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details .file-name-pre {
|
|
5132
5133
|
text-overflow: ellipsis;
|
|
@@ -5174,6 +5175,7 @@ div.editor-root div.editor-content div[data-type=editor-container] div.embed-blo
|
|
|
5174
5175
|
flex-shrink: 0;
|
|
5175
5176
|
color: #2D2D2E;
|
|
5176
5177
|
display: none;
|
|
5178
|
+
font-size: 14px;
|
|
5177
5179
|
}
|
|
5178
5180
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-actions button svg {
|
|
5179
5181
|
width: 16px;
|
|
@@ -88601,7 +88603,7 @@ ${data2.flowchartText}
|
|
|
88601
88603
|
}
|
|
88602
88604
|
}
|
|
88603
88605
|
});
|
|
88604
|
-
editor.version = "2.2.19-beta.
|
|
88606
|
+
editor.version = "2.2.19-beta.7";
|
|
88605
88607
|
return editor;
|
|
88606
88608
|
}
|
|
88607
88609
|
function isDoc(doc2) {
|
|
@@ -88696,7 +88698,7 @@ ${data2.flowchartText}
|
|
|
88696
88698
|
});
|
|
88697
88699
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88698
88700
|
OnesEditorToolbar.register(editor);
|
|
88699
|
-
editor.version = "2.2.19-beta.
|
|
88701
|
+
editor.version = "2.2.19-beta.7";
|
|
88700
88702
|
return editor;
|
|
88701
88703
|
}
|
|
88702
88704
|
async function showDocVersions(editor, options, serverUrl) {
|