blue-react 9.5.0 → 9.5.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.
@@ -142,7 +142,8 @@ function MenuItem(props) {
142
142
  "data-tooltip": props["data-tooltip"],
143
143
  disabled: props.disabled,
144
144
  style: props.style,
145
- type: props.type
145
+ type: props.type,
146
+ id: props.id
146
147
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, props.icon !== undefined && /*#__PURE__*/_react.default.createElement("span", {
147
148
  className: (0, _clsx.default)("blue-menu-item-icon", props.iconClassName, {
148
149
  hasIconForActive: iconForActive