ninegrid2 6.856.0 → 6.858.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.
@@ -121418,7 +121418,7 @@ class nxSplitter extends HTMLElement {
121418
121418
  prev.style.flex = "none";
121419
121419
  next.style.flex = "none";
121420
121420
 
121421
- console.log(delta, totalSize);
121421
+ console.log(delta, totalSize, clickOffset);
121422
121422
 
121423
121423
  // 📌 사이즈 적용
121424
121424
  if (this.#mode === "h") {
@@ -121414,7 +121414,7 @@ class nxSplitter extends HTMLElement {
121414
121414
  prev.style.flex = "none";
121415
121415
  next.style.flex = "none";
121416
121416
 
121417
- console.log(delta, totalSize);
121417
+ console.log(delta, totalSize, clickOffset);
121418
121418
 
121419
121419
  // 📌 사이즈 적용
121420
121420
  if (this.#mode === "h") {
@@ -273,7 +273,7 @@ class nxSplitter extends HTMLElement {
273
273
  prev.style.flex = "none";
274
274
  next.style.flex = "none";
275
275
 
276
- console.log(delta, totalSize);
276
+ console.log(delta, totalSize, clickOffset);
277
277
 
278
278
  // 📌 사이즈 적용
279
279
  if (this.#mode === "h") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.856.0",
4
+ "version": "6.858.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -273,7 +273,7 @@ class nxSplitter extends HTMLElement {
273
273
  prev.style.flex = "none";
274
274
  next.style.flex = "none";
275
275
 
276
- console.log(delta, totalSize);
276
+ console.log(delta, totalSize, clickOffset);
277
277
 
278
278
  // 📌 사이즈 적용
279
279
  if (this.#mode === "h") {