pcm-shared-components 0.0.27 → 0.0.28

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.
@@ -3,8 +3,8 @@ import { makeStyles } from '@mui/styles';
3
3
  import Fab from '@mui/material/Fab';
4
4
  import PropTypes from 'prop-types';
5
5
  import Tooltip from '@mui/material/Tooltip';
6
- import clsx from 'clsx';
7
- import '../../../styles/tailwind.css';
6
+ import clsx from 'clsx'; // import '../../../styles/tailwind.css';
7
+
8
8
  import MoreVertIcon from '@mui/icons-material/MoreVert';
9
9
  const useStyles = makeStyles(() => ({
10
10
  rootFabElement: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {