ninegrid2 6.695.0 → 6.696.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.
@@ -121157,7 +121157,7 @@ class nxSplitter extends HTMLElement {
121157
121157
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
121158
121158
  }
121159
121159
 
121160
- console.log(e.clientX, prevRect.left, delta, next.style.width);
121160
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
121161
121161
  };
121162
121162
 
121163
121163
 
@@ -121153,7 +121153,7 @@ class nxSplitter extends HTMLElement {
121153
121153
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
121154
121154
  }
121155
121155
 
121156
- console.log(e.clientX, prevRect.left, delta, next.style.width);
121156
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
121157
121157
  };
121158
121158
 
121159
121159
 
@@ -142,7 +142,7 @@ class nxSplitter extends HTMLElement {
142
142
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
143
143
  }
144
144
 
145
- console.log(e.clientX, prevRect.left, delta, next.style.width);
145
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
146
146
  };
147
147
 
148
148
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.695.0",
4
+ "version": "6.696.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -142,7 +142,7 @@ class nxSplitter extends HTMLElement {
142
142
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
143
143
  }
144
144
 
145
- console.log(e.clientX, prevRect.left, delta, next.style.width);
145
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
146
146
  };
147
147
 
148
148