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.
@@ -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]) {
@@ -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]) {
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1047.0",
4
+ "version": "6.1049.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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]) {