@octaviaflow/core 3.0.18-beta.36 → 3.0.18-beta.38

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
@@ -14835,7 +14835,6 @@ function FlowToolbarButton({
14835
14835
  disabled,
14836
14836
  "aria-label": label,
14837
14837
  "aria-pressed": active,
14838
- title,
14839
14838
  children: /* @__PURE__ */ jsx54("span", { className: "ods-flow-toolbar__btn-icon", children: icon })
14840
14839
  }
14841
14840
  ) });
@@ -14940,7 +14939,6 @@ function FlowToolbarSave({
14940
14939
  disabled,
14941
14940
  "aria-label": tooltip,
14942
14941
  "aria-busy": resolved === "saving",
14943
- title: shortcut ? `${tooltip} (${shortcut})` : tooltip,
14944
14942
  children: [
14945
14943
  /* @__PURE__ */ jsx54("span", { className: "ods-flow-toolbar__btn-icon", children: icon }),
14946
14944
  showLabel && /* @__PURE__ */ jsx54("span", { className: "ods-flow-toolbar__btn-label", children: resolved === "saving" ? "Saving\u2026" : label })
@@ -15117,7 +15115,6 @@ function FlowToolbarZoom({
15117
15115
  {
15118
15116
  className: "ods-flow-toolbar__zoom-label",
15119
15117
  "aria-label": `Current zoom ${pct} percent`,
15120
- title: "Current zoom",
15121
15118
  children: [
15122
15119
  pct,
15123
15120
  "%"