cloudmr-ux 4.4.4 → 4.4.5

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.
@@ -36,5 +36,4 @@
36
36
  height: 30pt;
37
37
  background: #333;
38
38
  color: #fff;
39
- // margin-bottom: 4px;
40
39
  }
@@ -33,6 +33,7 @@ import VisibilityOffIcon from "@mui/icons-material/VisibilityOff";
33
33
  import OpacityIcon from "@mui/icons-material/Opacity";
34
34
  import CheckIcon from "@mui/icons-material/Check";
35
35
  import CloseIcon from "@mui/icons-material/Close";
36
+ import ClickAwayListener from "@mui/material/ClickAwayListener";
36
37
  import DrawColorPlatte from "./DrawColorPlatte";
37
38
  import EraserPlatte from "./EraserPlatte";
38
39
  import MaskPlatte from "./MaskPlatte";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",