@ones-editor/editor 2.1.7-beta.12 → 2.1.7-beta.13

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 +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7641,18 +7641,18 @@ div.editor-root div.editor-content div[data-type=editor-container] div[data-embe
7641
7641
  }
7642
7642
  div.editor-root.compact.no-heading-collapse.no-block-menu > .editor-content {
7643
7643
  padding-left: 10px;
7644
- }[data-fixed-toolbar-id=main-toolbar] {
7644
+ }.editor-command-bar.toolbar[data-fixed-toolbar-id=main-toolbar] {
7645
7645
  font-size: 14px;
7646
7646
  color: #2d2d2e;
7647
7647
  overflow-x: visible;
7648
7648
  }
7649
- [data-fixed-toolbar-id=main-toolbar] .command-item {
7649
+ .editor-command-bar.toolbar[data-fixed-toolbar-id=main-toolbar] .command-item {
7650
7650
  flex-shrink: 0;
7651
7651
  }
7652
- [data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] {
7652
+ .editor-command-bar.toolbar[data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] {
7653
7653
  min-width: 77px;
7654
7654
  }
7655
- [data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] .toolbar-item-name-container {
7655
+ .editor-command-bar.toolbar[data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] .toolbar-item-name-container {
7656
7656
  flex-grow: 1;
7657
7657
  flex-shrink: 0;
7658
7658
  }`)),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
@@ -87617,7 +87617,7 @@ ${data2.flowchartText}
87617
87617
  }
87618
87618
  }
87619
87619
  });
87620
- editor.version = "2.1.7-beta.12";
87620
+ editor.version = "2.1.7-beta.13";
87621
87621
  if (Logger$2.level === LogLevel.DEBUG) {
87622
87622
  window.setReauthFail = (fail) => {
87623
87623
  window.isReauthError = fail;
@@ -87736,7 +87736,7 @@ ${data2.flowchartText}
87736
87736
  }
87737
87737
  }
87738
87738
  OnesEditorToolbar.register(editor);
87739
- editor.version = "2.1.7-beta.12";
87739
+ editor.version = "2.1.7-beta.13";
87740
87740
  return editor;
87741
87741
  }
87742
87742
  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.7-beta.12",
3
+ "version": "2.1.7-beta.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",