@ones-editor/editor 2.1.8-beta.11 → 2.1.8-beta.12

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
@@ -39087,7 +39087,7 @@ ${codeText}
39087
39087
  const zhCN$w = {
39088
39088
  colorPalette: {
39089
39089
  colorDesc: "\u5B57\u4F53\u989C\u8272",
39090
- name: "\u6587\u672C\u989C\u8272",
39090
+ name: "\u5B57\u4F53\u989C\u8272",
39091
39091
  backgroundDesc: "\u80CC\u666F\u989C\u8272",
39092
39092
  reset: "\u6062\u590D\u9ED8\u8BA4",
39093
39093
  more: "\u66F4\u591A\u989C\u8272"
@@ -39151,7 +39151,7 @@ ${codeText}
39151
39151
  const jaJP$w = {
39152
39152
  colorPalette: {
39153
39153
  colorDesc: "\u30D5\u30A9\u30F3\u30C8\u306E\u8272",
39154
- name: "\u30C6\u30AD\u30B9\u30C8\u306E\u8272",
39154
+ name: "\u30D5\u30A9\u30F3\u30C8\u306E\u8272",
39155
39155
  backgroundDesc: "\u80CC\u666F\u8272",
39156
39156
  reset: "\u30C7\u30D5\u30A9\u30EB\u30C8\u306B\u623B\u3059",
39157
39157
  more: "\u305D\u306E\u4ED6\u306E\u8272"
@@ -87778,7 +87778,7 @@ ${data2.flowchartText}
87778
87778
  }
87779
87779
  }
87780
87780
  });
87781
- editor.version = "2.1.8-beta.11";
87781
+ editor.version = "2.1.8-beta.12";
87782
87782
  if (Logger$2.level === LogLevel.DEBUG) {
87783
87783
  window.setReauthFail = (fail) => {
87784
87784
  window.isReauthError = fail;
@@ -87879,7 +87879,7 @@ ${data2.flowchartText}
87879
87879
  });
87880
87880
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
87881
87881
  OnesEditorToolbar.register(editor);
87882
- editor.version = "2.1.8-beta.11";
87882
+ editor.version = "2.1.8-beta.12";
87883
87883
  return editor;
87884
87884
  }
87885
87885
  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.1.8-beta.11",
3
+ "version": "2.1.8-beta.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",