@dexteel/mesf-core 4.20.4 → 4.20.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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "4.20.4"
2
+ ".": "4.20.5"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [4.20.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.4...@dexteel/mesf-core-v4.20.5) (2024-11-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ContextMenu:** Add zIndex=1 to differentiate it from MUI Inputs ([5aa158a](https://github.com/dexteel/mesf-core-frontend/commit/5aa158a015ba40086f62e83b4074b957fc049b3d))
9
+
10
+ ## [4.20.4] - 2024-11-08
11
+
12
+
13
+
1
14
  # Changelog
2
15
 
3
16
  ## [4.20.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.3...@dexteel/mesf-core-v4.20.4) (2024-11-08)
package/dist/index.esm.js CHANGED
@@ -8147,6 +8147,7 @@ var useStyles$1 = makeStyles(function (theme) { return ({
8147
8147
  height: "auto",
8148
8148
  margin: "0",
8149
8149
  position: "fixed",
8150
+ zIndex: 1,
8150
8151
  listStyle: "none",
8151
8152
  boxShadow: "0 0 20px 0 #ccc",
8152
8153
  "& .MuiMenuItem-root": {