@ones-editor/editor 2.8.44 → 2.8.45-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4049,9 +4049,6 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
4049
4049
  height: 24px;
4050
4050
  justify-content: center;
4051
4051
  }
4052
- .comment-editor-root:not(.comment-editor-readonly) .editor-root .editor-content [data-type=editor-block]:not([data-block-type=text]) {
4053
- width: 224px;
4054
- }
4055
4052
  .comment-editor-editing {
4056
4053
  border: 1px solid #0064ff;
4057
4054
  }
@@ -93931,7 +93928,7 @@ ${JSON.stringify(error2, null, 2)}`);
93931
93928
  }
93932
93929
  }
93933
93930
  });
93934
- editor.version = "2.8.44";
93931
+ editor.version = "2.8.45-beta.1";
93935
93932
  return editor;
93936
93933
  }
93937
93934
  function isDoc(doc2) {
@@ -94044,7 +94041,7 @@ ${JSON.stringify(error2, null, 2)}`);
94044
94041
  }
94045
94042
  });
94046
94043
  OnesEditorToolbar.register(editor);
94047
- editor.version = "2.8.44";
94044
+ editor.version = "2.8.45-beta.1";
94048
94045
  return editor;
94049
94046
  }
94050
94047
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.8.44",
3
+ "version": "2.8.45-beta.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {