ninegrid2 6.1361.0 → 6.1363.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.
@@ -28901,13 +28901,11 @@ class nxButtons extends nxDiv {
28901
28901
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
28902
28902
  </style>
28903
28903
 
28904
- <div part="container">
28904
+ <div part="nx-buttons">
28905
28905
  <slot></slot>
28906
28906
  </div>
28907
28907
  `;
28908
28908
 
28909
- console.log(htmlTmpl);
28910
-
28911
28909
  target.appendChild(htmlTmpl.content.cloneNode(true));
28912
28910
  }
28913
28911
  }
@@ -28897,13 +28897,11 @@ class nxButtons extends nxDiv {
28897
28897
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
28898
28898
  </style>
28899
28899
 
28900
- <div part="container">
28900
+ <div part="nx-buttons">
28901
28901
  <slot></slot>
28902
28902
  </div>
28903
28903
  `;
28904
28904
 
28905
- console.log(htmlTmpl);
28906
-
28907
28905
  target.appendChild(htmlTmpl.content.cloneNode(true));
28908
28906
  }
28909
28907
  }
@@ -22,13 +22,11 @@ class nxButtons extends nxDiv {
22
22
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
23
23
  </style>
24
24
 
25
- <div part="container">
25
+ <div part="nx-buttons">
26
26
  <slot></slot>
27
27
  </div>
28
28
  `;
29
29
 
30
- console.log(htmlTmpl);
31
-
32
30
  target.appendChild(htmlTmpl.content.cloneNode(true));
33
31
  }
34
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1361.0",
4
+ "version": "6.1363.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -22,13 +22,11 @@ class nxButtons extends nxDiv {
22
22
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
23
23
  </style>
24
24
 
25
- <div part="container">
25
+ <div part="nx-buttons">
26
26
  <slot></slot>
27
27
  </div>
28
28
  `;
29
29
 
30
- console.log(htmlTmpl);
31
-
32
30
  target.appendChild(htmlTmpl.content.cloneNode(true));
33
31
  }
34
32
  }