ninegrid2 6.1047.0 → 6.1049.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/nxLayout.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxLayout.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121896,7 +121896,7 @@ class NxLayout extends HTMLElement {
|
|
|
121896
121896
|
rowWrapper.style.display = 'flex';
|
|
121897
121897
|
rowWrapper.style.flex = `1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
121898
121898
|
rowWrapper.style.height = '100%';
|
|
121899
|
-
rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
121899
|
+
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
121900
121900
|
|
|
121901
121901
|
for (let col = 0; col < numColumns; col++) {
|
|
121902
121902
|
if (children[childIndex]) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121892,7 +121892,7 @@ class NxLayout extends HTMLElement {
|
|
|
121892
121892
|
rowWrapper.style.display = 'flex';
|
|
121893
121893
|
rowWrapper.style.flex = `1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
121894
121894
|
rowWrapper.style.height = '100%';
|
|
121895
|
-
rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
121895
|
+
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
121896
121896
|
|
|
121897
121897
|
for (let col = 0; col < numColumns; col++) {
|
|
121898
121898
|
if (children[childIndex]) {
|
package/dist/nx/nxLayout.js
CHANGED
|
@@ -53,7 +53,7 @@ class NxLayout extends HTMLElement {
|
|
|
53
53
|
rowWrapper.style.display = 'flex';
|
|
54
54
|
rowWrapper.style.flex = `1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
55
55
|
rowWrapper.style.height = '100%';
|
|
56
|
-
rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
56
|
+
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
57
57
|
|
|
58
58
|
for (let col = 0; col < numColumns; col++) {
|
|
59
59
|
if (children[childIndex]) {
|
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED
|
@@ -53,7 +53,7 @@ class NxLayout extends HTMLElement {
|
|
|
53
53
|
rowWrapper.style.display = 'flex';
|
|
54
54
|
rowWrapper.style.flex = `1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
55
55
|
rowWrapper.style.height = '100%';
|
|
56
|
-
rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
56
|
+
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
|
57
57
|
|
|
58
58
|
for (let col = 0; col < numColumns; col++) {
|
|
59
59
|
if (children[childIndex]) {
|