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