ninegrid2 6.1423.0 → 6.1425.0

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.
@@ -28180,6 +28180,8 @@ class nxSplitter extends HTMLElement {
28180
28180
  dragBar.style.width = "100%";
28181
28181
  }
28182
28182
 
28183
+ dragBar.style.zIndex = "99999";
28184
+
28183
28185
  const minLimit = isHorizontal
28184
28186
  ? prevRect.left - dragBarOffsetParentRect.left
28185
28187
  : prevRect.top - dragBarOffsetParentRect.top;
@@ -28176,6 +28176,8 @@ class nxSplitter extends HTMLElement {
28176
28176
  dragBar.style.width = "100%";
28177
28177
  }
28178
28178
 
28179
+ dragBar.style.zIndex = "99999";
28180
+
28179
28181
  const minLimit = isHorizontal
28180
28182
  ? prevRect.left - dragBarOffsetParentRect.left
28181
28183
  : prevRect.top - dragBarOffsetParentRect.top;
@@ -2,7 +2,7 @@ import ninegrid from "../index.js";
2
2
 
3
3
  class ninegrid
4
4
  {
5
- static version = "0.13.33";
5
+ static version = "6.1425.0";
6
6
 
7
7
  constructor () {
8
8
 
@@ -88,6 +88,8 @@ class nxSplitter extends HTMLElement {
88
88
  dragBar.style.width = "100%";
89
89
  }
90
90
 
91
+ dragBar.style.zIndex = "99999";
92
+
91
93
  const minLimit = isHorizontal
92
94
  ? prevRect.left - dragBarOffsetParentRect.left
93
95
  : prevRect.top - dragBarOffsetParentRect.top;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1423.0",
4
+ "version": "6.1425.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -2,7 +2,7 @@ import ninegrid from "../index.js";
2
2
 
3
3
  class ninegrid
4
4
  {
5
- static version = "0.13.33";
5
+ static version = "6.1425.0";
6
6
 
7
7
  constructor () {
8
8
 
@@ -88,6 +88,8 @@ class nxSplitter extends HTMLElement {
88
88
  dragBar.style.width = "100%";
89
89
  }
90
90
 
91
+ dragBar.style.zIndex = "99999";
92
+
91
93
  const minLimit = isHorizontal
92
94
  ? prevRect.left - dragBarOffsetParentRect.left
93
95
  : prevRect.top - dragBarOffsetParentRect.top;