@dexteel/mesf-core 7.15.1 → 7.15.2

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
- ".": "7.15.1"
2
+ ".": "7.15.2"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.15.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.1...@dexteel/mesf-core-v7.15.2) (2026-03-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **Context Menu:** Fix zIndex to show it above modals. ([7e9b905](https://github.com/dexteel/mesf-core-frontend/commit/7e9b9051079cfe3bd6e193713bc89c524ed5b10d))
9
+
3
10
  ## [7.15.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.0...@dexteel/mesf-core-v7.15.1) (2026-03-04)
4
11
 
5
12
 
package/dist/index.esm.js CHANGED
@@ -269,7 +269,7 @@ const ContextMenu$1 = ({ show, position, options }) => {
269
269
  width: "auto",
270
270
  height: "auto",
271
271
  margin: "0",
272
- zIndex: 1,
272
+ zIndex: (theme) => theme.zIndex.modal + 1,
273
273
  listStyle: "none",
274
274
  boxShadow: "0 0 20px 0 #ccc",
275
275
  "& .MuiMenuItem-root": {