@ones-editor/editor 3.0.4-beta.102 → 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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7964,6 +7964,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] .emb
7964
7964
  font-size: 14px;
7965
7965
  font-weight: 400;
7966
7966
  line-height: 22px;
7967
+ font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
7967
7968
  }
7968
7969
  .embed-block[data-embed-type=mermaid] div[data-type=block-content] .embed-code-editor-container textarea:focus,
7969
7970
  .embed-block[data-embed-type=flowchart] div[data-type=block-content] .embed-code-editor-container textarea:focus,
@@ -96684,7 +96685,7 @@ ${JSON.stringify(error2, null, 2)}`);
96684
96685
  }
96685
96686
  }
96686
96687
  });
96687
- editor.version = "3.0.4-beta.102";
96688
+ editor.version = "3.0.4-beta.103";
96688
96689
  return editor;
96689
96690
  }
96690
96691
  function isDoc(doc2) {
@@ -96818,7 +96819,7 @@ ${JSON.stringify(error2, null, 2)}`);
96818
96819
  OnesEditorDropTarget.register(editor);
96819
96820
  OnesEditorTocProvider.register(editor);
96820
96821
  OnesEditorExclusiveBlock.register(editor);
96821
- editor.version = "3.0.4-beta.102";
96822
+ editor.version = "3.0.4-beta.103";
96822
96823
  return editor;
96823
96824
  }
96824
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.102",
3
+ "version": "3.0.4-beta.103",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {