grep-components 1.28.0-GREPF-2215.2 → 1.28.0-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
@@ -3100,7 +3100,7 @@ const CollapsableMenuItem = ({ items, onClick, children, onClose: _onclose, tool
3100
3100
  return tooltipText ? (React__default.createElement(Tooltip, { title: tooltipText },
3101
3101
  React__default.createElement(MenuItem, { role: "menuitem", sx: disabled && !items
3102
3102
  ? { cursor: 'not-allowed', pointerEvents: 'inherit !important' }
3103
- : { pointerEvents: 'inherit !important' }, className: classes.root, onMouseOver: (e) => e.currentTarget.focus(), selected: open, ref: listItemRef, onClick: handleClick, onKeyDown: handleKey }, renderInner()))) : (React__default.createElement(MenuItem, { sx: disabled && !items ? { cursor: 'not-allowed' } : {}, className: classes.root, ref: listItemRef, selected: open, onClick: handleClick, onKeyDown: handleKey, ...props }, renderInner()));
3103
+ : { pointerEvents: 'inherit !important' }, className: classes.root, onMouseOver: (e) => e.currentTarget.focus(), selected: open, ref: listItemRef, onClick: handleClick, onKeyDown: handleKey }, renderInner()))) : (React__default.createElement(MenuItem, { sx: disabled && !items ? { cursor: 'not-allowed' } : {}, className: classes.root, onMouseOver: (e) => e.currentTarget.focus(), ref: listItemRef, selected: open, onClick: handleClick, onKeyDown: handleKey, ...props }, renderInner()));
3104
3104
  };
3105
3105
 
3106
3106
  const useStyles$f = makeStyles()(({ palette }) => ({