@ones-editor/editor 1.1.16-beta.12 → 1.1.16-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
@@ -850,6 +850,9 @@ div.tippy-box[data-theme=menu] .tippy-arrow::after {
850
850
  div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar-root, div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
851
851
  box-shadow: 0px 0px 1px rgba(48, 48, 48, 0.25), 0px 12px 24px rgba(48, 48, 48, 0.15);
852
852
  }
853
+ div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root {
854
+ overflow: initial;
855
+ }
853
856
  div.tippy-box button {
854
857
  outline: none;
855
858
  }
@@ -75360,7 +75363,7 @@ ${data.flowchartText}
75360
75363
  }
75361
75364
  }
75362
75365
  });
75363
- editor.version = "1.1.16-beta.12";
75366
+ editor.version = "1.1.16-beta.15";
75364
75367
  return editor;
75365
75368
  }
75366
75369
  function isDoc(doc2) {
@@ -75442,7 +75445,7 @@ ${data.flowchartText}
75442
75445
  });
75443
75446
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
75444
75447
  OnesEditorToolbar.register(editor);
75445
- editor.version = "1.1.16-beta.12";
75448
+ editor.version = "1.1.16-beta.15";
75446
75449
  return editor;
75447
75450
  }
75448
75451
  async function showDocVersions(editor, options, serverUrl) {
@@ -75848,6 +75851,7 @@ ${data.flowchartText}
75848
75851
  exports2.hasCtrlOrCmdOnly = hasCtrlOrCmdOnly;
75849
75852
  exports2.hashCode = hashCode;
75850
75853
  exports2.hideBlock = hideBlock;
75854
+ exports2.hideTemplates = hideTemplates;
75851
75855
  exports2.htmlToFragment = htmlToFragment;
75852
75856
  exports2.i18n = i18n$1;
75853
75857
  exports2.includeBigTable = includeBigTable;
@@ -75975,6 +75979,7 @@ ${data.flowchartText}
75975
75979
  exports2.shortcutToDisplayText = shortcutToDisplayText;
75976
75980
  exports2.showBlock = showBlock;
75977
75981
  exports2.showDocVersions = showDocVersions;
75982
+ exports2.showTemplates = showTemplates;
75978
75983
  exports2.splitText = splitText;
75979
75984
  exports2.splitToThree = splitToThree;
75980
75985
  exports2.stringToDataUrl = stringToDataUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "1.1.16-beta.12",
3
+ "version": "1.1.16-beta.15",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",