@homebound/beam 3.99.0 → 3.99.1

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.cjs CHANGED
@@ -21978,9 +21978,7 @@ function HeaderActions(props) {
21978
21978
  ...menuProps
21979
21979
  } = action;
21980
21980
  void kind;
21981
- return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(ButtonMenu, { ...menuProps, trigger: {
21982
- icon: "verticalDots"
21983
- } }, key);
21981
+ return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(ButtonMenu, { ...menuProps }, key);
21984
21982
  }
21985
21983
  return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(Button, { ...action }, key);
21986
21984
  }) });