@ones-editor/editor 2.5.1-beta.13 → 2.5.1-beta.15

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
@@ -73684,7 +73684,9 @@ ${codeText}
73684
73684
  em: "style-italic",
73685
73685
  del: "style-strikethrough",
73686
73686
  superscript: "style-superscript",
73687
- subscript: "style-subscript"
73687
+ sup: "style-superscript",
73688
+ subscript: "style-subscript",
73689
+ sub: "style-subscript"
73688
73690
  };
73689
73691
  function applyHtmlToText(htm, attributes) {
73690
73692
  const html = htm.toLowerCase();
@@ -92169,7 +92171,7 @@ ${data2.plantumlText}
92169
92171
  }
92170
92172
  }
92171
92173
  });
92172
- editor.version = "2.5.1-beta.13";
92174
+ editor.version = "2.5.1-beta.15";
92173
92175
  return editor;
92174
92176
  }
92175
92177
  function isDoc(doc2) {
@@ -92282,7 +92284,7 @@ ${data2.plantumlText}
92282
92284
  }
92283
92285
  });
92284
92286
  OnesEditorToolbar.register(editor);
92285
- editor.version = "2.5.1-beta.13";
92287
+ editor.version = "2.5.1-beta.15";
92286
92288
  return editor;
92287
92289
  }
92288
92290
  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.5.1-beta.13",
3
+ "version": "2.5.1-beta.15",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {