pcm-shared-components 0.0.150 → 0.0.151

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.
@@ -5,7 +5,6 @@ import { makeStyles } from '@mui/styles';
5
5
  import ListItemIcon from "@mui/material/ListItemIcon";
6
6
  import ListItemText from "@mui/material/ListItemText";
7
7
  import Switch from "@mui/material/Switch";
8
- import { StyledMenuItem } from './StyledMenuParts';
9
8
 
10
9
  const GenericSubMenu = ({
11
10
  menu,
@@ -74,7 +73,7 @@ const GenericSubMenu = ({
74
73
  return /*#__PURE__*/React.createElement("div", {
75
74
  key: `main_sub_menu_items_${menu.icon}`,
76
75
  className: !full_menu ? "flex flex-row" : 'flex flex-col w-full'
77
- }, full_menu ? /*#__PURE__*/React.createElement(StyledMenuItem, {
76
+ }, full_menu ? /*#__PURE__*/React.createElement(MenuItem, {
78
77
  onClick: openSubMenu
79
78
  }, menu.icon && /*#__PURE__*/React.createElement(ListItemIcon, null, menu.icon), /*#__PURE__*/React.createElement("div", {
80
79
  className: "flex flex-row justify-between w-full"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {