grep-components 1.26.2-GREPF-2194.1 → 1.26.2-GREPF-2186.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.
package/dist/index.js CHANGED
@@ -3232,7 +3232,7 @@ var CollapsableMenuItem = function (_a) {
3232
3232
  return tooltipText ? (React__default.createElement(Tooltip, { title: tooltipText },
3233
3233
  React__default.createElement(MenuItem, { role: "menuitem", sx: disabled && !items
3234
3234
  ? { cursor: 'not-allowed', pointerEvents: 'inherit !important' }
3235
- : { pointerEvents: 'inherit !important' }, className: classes.root, onMouseOver: function (e) { return e.currentTarget.focus(); }, selected: open, ref: listItemRef, onClick: handleClick, onKeyDown: handleKey }, renderInner()))) : (React__default.createElement(MenuItem, __assign({ sx: disabled && !items ? { cursor: 'not-allowed' } : {}, className: classes.root, ref: listItemRef, selected: open, onClick: handleClick, onKeyDown: handleKey }, props), renderInner()));
3235
+ : { pointerEvents: 'inherit !important' }, className: classes.root, onMouseOver: function (e) { return e.currentTarget.focus(); }, selected: open, ref: listItemRef, onClick: handleClick, onKeyDown: handleKey }, renderInner()))) : (React__default.createElement(MenuItem, __assign({ sx: disabled && !items ? { cursor: 'not-allowed' } : {}, className: classes.root, onMouseOver: function (e) { return e.currentTarget.focus(); }, ref: listItemRef, selected: open, onClick: handleClick, onKeyDown: handleKey }, props), renderInner()));
3236
3236
  };
3237
3237
 
3238
3238
  var useStyles$f = makeStyles()(function (_a) {