pcm-shared-components 0.0.29 → 0.0.30

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.
@@ -8,24 +8,7 @@ import '../../../styles/tailwind.css';
8
8
  import MoreVertIcon from '@mui/icons-material/MoreVert';
9
9
  const useStyles = makeStyles(() => ({
10
10
  rootFabElement: {
11
- margin: 2,
12
- backgroundColor: ({
13
- backgroundColor
14
- }) => backgroundColor,
15
- '&:hover': {
16
- background: ({
17
- hoverBackgroundColor
18
- }) => hoverBackgroundColor,
19
- color: ({
20
- hoverTextColor
21
- }) => hoverTextColor
22
- },
23
- boxShadow: ({
24
- boxShadow
25
- }) => boxShadow ? '' : 'none',
26
- color: ({
27
- textColor
28
- }) => textColor
11
+ margin: 2
29
12
  }
30
13
  }));
31
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {