@m4l/components 9.1.111 → 9.1.112

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.
@@ -128,7 +128,8 @@ function MenuActions(props) {
128
128
  selected: open,
129
129
  disabled,
130
130
  componentPaletteColor: "default",
131
- badgeContent
131
+ badgeContent,
132
+ "aria-label": "menu-actions"
132
133
  }
133
134
  ),
134
135
  open && /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.1.111",
3
+ "version": "9.1.112",
4
4
  "license": "UNLICENSED",
5
5
  "lint-staged": {
6
6
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"