@harbour-enterprises/superdoc 1.0.0-alpha.68 → 1.0.0-alpha.69

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.
@@ -40859,7 +40859,7 @@ class fhe extends yie {
40859
40859
  console.debug("[🎨 super-toolbar]", ...e);
40860
40860
  }
40861
40861
  setZoom(e) {
40862
- const n = e / 100, i = this.toolbarItems.find((r) => r.name.value === "zoom");
40862
+ const n = e / 100, i = [...this.toolbarItems, ...this.overflowItems].find((r) => r.name.value === "zoom");
40863
40863
  Yr(this, eI).setZoom({ item: i, argument: n });
40864
40864
  }
40865
40865
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.68",
4
+ "version": "1.0.0-alpha.69",
5
5
  "files": [
6
6
  "dist"
7
7
  ],