@ones-editor/editor 2.2.14-beta.17 → 2.2.14-beta.19

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 CHANGED
@@ -7140,6 +7140,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] .emb
7140
7140
  .embed-block[data-embed-type=mermaid] div[data-type=block-content],
7141
7141
  .embed-block[data-embed-type=flowchart] div[data-type=block-content],
7142
7142
  .embed-block[data-embed-type=plantuml] div[data-type=block-content] {
7143
+ max-height: 1000px;
7143
7144
  --border-color: #e5e5e5;
7144
7145
  outline: 1px solid var(--border-color);
7145
7146
  border-radius: 3px;
@@ -81485,6 +81486,7 @@ ${content}
81485
81486
  this.bindImage();
81486
81487
  }
81487
81488
  setAttributes(this.parent, { "data-src": src });
81489
+ this.setStatus("success");
81488
81490
  this.image.src = src;
81489
81491
  }
81490
81492
  destroy() {
@@ -89179,7 +89181,7 @@ ${data2.plantumlText}
89179
89181
  }
89180
89182
  }
89181
89183
  });
89182
- editor.version = "2.2.14-beta.17";
89184
+ editor.version = "2.2.14-beta.19";
89183
89185
  return editor;
89184
89186
  }
89185
89187
  function isDoc(doc2) {
@@ -89281,7 +89283,7 @@ ${data2.plantumlText}
89281
89283
  });
89282
89284
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
89283
89285
  OnesEditorToolbar.register(editor);
89284
- editor.version = "2.2.14-beta.17";
89286
+ editor.version = "2.2.14-beta.19";
89285
89287
  return editor;
89286
89288
  }
89287
89289
  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.2.14-beta.17",
3
+ "version": "2.2.14-beta.19",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {