blue-react 8.7.2 → 8.7.3

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.
@@ -136,7 +136,8 @@ function MenuItem(props) {
136
136
  draggable: props.draggable,
137
137
  "data-tooltip": props["data-tooltip"],
138
138
  disabled: props.disabled,
139
- style: props.style
139
+ style: props.style,
140
+ type: props.type
140
141
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
141
142
  className: (0, _clsx.default)("blue-menu-item-icon", {
142
143
  hasIconForActive: iconForActive