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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxSplitter.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxSplitter.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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") {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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") {
|
package/dist/nx/nxSplitter.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxSplitter.js
CHANGED