@ones-editor/editor 2.8.28-beta.11 → 2.8.28-beta.12
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4338,11 +4338,11 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
|
|
|
4338
4338
|
.editor-web-comment-root[list-type=resolved] .comment-groups-container {
|
|
4339
4339
|
display: flex;
|
|
4340
4340
|
flex-direction: column;
|
|
4341
|
-
gap: 20px;
|
|
4342
4341
|
padding-left: 8px;
|
|
4343
4342
|
padding-top: 60px;
|
|
4344
4343
|
}
|
|
4345
4344
|
.editor-web-comment-root[list-type=resolved] .comment-groups-container .comment-group-item-root {
|
|
4345
|
+
margin-bottom: 20px;
|
|
4346
4346
|
position: inherit;
|
|
4347
4347
|
transform: none;
|
|
4348
4348
|
}
|
|
@@ -94634,7 +94634,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94634
94634
|
}
|
|
94635
94635
|
}
|
|
94636
94636
|
});
|
|
94637
|
-
editor.version = "2.8.28-beta.
|
|
94637
|
+
editor.version = "2.8.28-beta.12";
|
|
94638
94638
|
return editor;
|
|
94639
94639
|
}
|
|
94640
94640
|
function isDoc(doc2) {
|
|
@@ -94748,7 +94748,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94748
94748
|
}
|
|
94749
94749
|
});
|
|
94750
94750
|
OnesEditorToolbar.register(editor);
|
|
94751
|
-
editor.version = "2.8.28-beta.
|
|
94751
|
+
editor.version = "2.8.28-beta.12";
|
|
94752
94752
|
return editor;
|
|
94753
94753
|
}
|
|
94754
94754
|
async function showDocVersions(editor, options, serverUrl) {
|