blue-react 8.7.1 → 8.7.2

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,9 @@ 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
138
140
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
139
141
  className: (0, _clsx.default)("blue-menu-item-icon", {
140
142
  hasIconForActive: iconForActive