@ones-editor/editor 3.0.4-beta.101 → 3.0.4-beta.103

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 +3 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4051,9 +4051,6 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
4051
4051
  height: 24px;
4052
4052
  justify-content: center;
4053
4053
  }
4054
- .comment-editor-root:not(.comment-editor-readonly) .editor-root .editor-content [data-type=editor-block]:not([data-block-type=text]) {
4055
- width: 224px;
4056
- }
4057
4054
  .comment-editor-editing {
4058
4055
  border: 1px solid #0064ff;
4059
4056
  }
@@ -7967,6 +7964,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] .emb
7967
7964
  font-size: 14px;
7968
7965
  font-weight: 400;
7969
7966
  line-height: 22px;
7967
+ font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
7970
7968
  }
7971
7969
  .embed-block[data-embed-type=mermaid] div[data-type=block-content] .embed-code-editor-container textarea:focus,
7972
7970
  .embed-block[data-embed-type=flowchart] div[data-type=block-content] .embed-code-editor-container textarea:focus,
@@ -96687,7 +96685,7 @@ ${JSON.stringify(error2, null, 2)}`);
96687
96685
  }
96688
96686
  }
96689
96687
  });
96690
- editor.version = "3.0.4-beta.101";
96688
+ editor.version = "3.0.4-beta.103";
96691
96689
  return editor;
96692
96690
  }
96693
96691
  function isDoc(doc2) {
@@ -96821,7 +96819,7 @@ ${JSON.stringify(error2, null, 2)}`);
96821
96819
  OnesEditorDropTarget.register(editor);
96822
96820
  OnesEditorTocProvider.register(editor);
96823
96821
  OnesEditorExclusiveBlock.register(editor);
96824
- editor.version = "3.0.4-beta.101";
96822
+ editor.version = "3.0.4-beta.103";
96825
96823
  return editor;
96826
96824
  }
96827
96825
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "3.0.4-beta.101",
3
+ "version": "3.0.4-beta.103",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {