ninegrid2 6.755.0 → 6.757.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.
@@ -121191,7 +121191,7 @@ class nxSplitter extends HTMLElement {
121191
121191
  if (!prev || !next || !parent) return;
121192
121192
 
121193
121193
  const currentTotal = this.#getSiblingSizeSum();
121194
- console.log(siblingSize);
121194
+ console.log(currentTotal);
121195
121195
 
121196
121196
  const parentSize = isHorizontal
121197
121197
  ? parent.getBoundingClientRect().width
@@ -121187,7 +121187,7 @@ class nxSplitter extends HTMLElement {
121187
121187
  if (!prev || !next || !parent) return;
121188
121188
 
121189
121189
  const currentTotal = this.#getSiblingSizeSum();
121190
- console.log(siblingSize);
121190
+ console.log(currentTotal);
121191
121191
 
121192
121192
  const parentSize = isHorizontal
121193
121193
  ? parent.getBoundingClientRect().width
@@ -204,7 +204,7 @@ class nxSplitter extends HTMLElement {
204
204
  if (!prev || !next || !parent) return;
205
205
 
206
206
  const currentTotal = this.#getSiblingSizeSum();
207
- console.log(siblingSize);
207
+ console.log(currentTotal);
208
208
 
209
209
  const parentSize = isHorizontal
210
210
  ? parent.getBoundingClientRect().width
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.755.0",
4
+ "version": "6.757.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -204,7 +204,7 @@ class nxSplitter extends HTMLElement {
204
204
  if (!prev || !next || !parent) return;
205
205
 
206
206
  const currentTotal = this.#getSiblingSizeSum();
207
- console.log(siblingSize);
207
+ console.log(currentTotal);
208
208
 
209
209
  const parentSize = isHorizontal
210
210
  ? parent.getBoundingClientRect().width