@ones-editor/editor 2.8.9 → 2.8.10

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
@@ -91822,7 +91822,7 @@ ${data2.plantumlText}
91822
91822
  __publicField(this, "manualShowChildren", true);
91823
91823
  __publicField(this, "childrenPlacement", "bottom-start");
91824
91824
  this.children = [{
91825
- name: "Plain text",
91825
+ name: i18n$1.t("commands.text"),
91826
91826
  id: "text",
91827
91827
  icon: TextIcon
91828
91828
  }, {
@@ -91840,7 +91840,7 @@ ${data2.plantumlText}
91840
91840
  ];
91841
91841
  for (let i = 1; i <= 6; i++) {
91842
91842
  this.children.push({
91843
- name: `Heading ${i}`,
91843
+ name: i18n$1.t("commands.heading", { name: `${i}` }),
91844
91844
  id: `heading-${i}`,
91845
91845
  icon: icons[i - 1],
91846
91846
  value: `${i}`
@@ -92594,7 +92594,7 @@ ${data2.plantumlText}
92594
92594
  }
92595
92595
  }
92596
92596
  });
92597
- editor.version = "2.8.9";
92597
+ editor.version = "2.8.10";
92598
92598
  return editor;
92599
92599
  }
92600
92600
  function isDoc(doc2) {
@@ -92707,7 +92707,7 @@ ${data2.plantumlText}
92707
92707
  }
92708
92708
  });
92709
92709
  OnesEditorToolbar.register(editor);
92710
- editor.version = "2.8.9";
92710
+ editor.version = "2.8.10";
92711
92711
  return editor;
92712
92712
  }
92713
92713
  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.9",
3
+ "version": "2.8.10",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {