ninegrid2 6.1362.0 → 6.1364.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.
@@ -28906,8 +28906,6 @@ class nxButtons extends nxDiv {
28906
28906
  </div>
28907
28907
  `;
28908
28908
 
28909
- console.log(htmlTmpl);
28910
-
28911
28909
  target.appendChild(htmlTmpl.content.cloneNode(true));
28912
28910
  }
28913
28911
  }
@@ -28902,8 +28902,6 @@ class nxButtons extends nxDiv {
28902
28902
  </div>
28903
28903
  `;
28904
28904
 
28905
- console.log(htmlTmpl);
28906
-
28907
28905
  target.appendChild(htmlTmpl.content.cloneNode(true));
28908
28906
  }
28909
28907
  }
@@ -27,8 +27,6 @@ class nxButtons extends nxDiv {
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.1362.0",
4
+ "version": "6.1364.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -27,8 +27,6 @@ class nxButtons extends nxDiv {
27
27
  </div>
28
28
  `;
29
29
 
30
- console.log(htmlTmpl);
31
-
32
30
  target.appendChild(htmlTmpl.content.cloneNode(true));
33
31
  }
34
32
  }