ninegrid2 6.1346.0 → 6.1348.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,6 +28901,8 @@ class nxButtons extends nxDiv {
28901
28901
  <slot></slot>
28902
28902
  `;
28903
28903
 
28904
+ console.log(htmlTmpl);
28905
+
28904
28906
  target.appendChild(htmlTmpl.content.cloneNode(true));
28905
28907
  }
28906
28908
  }
@@ -28897,6 +28897,8 @@ class nxButtons extends nxDiv {
28897
28897
  <slot></slot>
28898
28898
  `;
28899
28899
 
28900
+ console.log(htmlTmpl);
28901
+
28900
28902
  target.appendChild(htmlTmpl.content.cloneNode(true));
28901
28903
  }
28902
28904
  }
@@ -24,6 +24,8 @@ class nxButtons extends nxDiv {
24
24
  <slot></slot>
25
25
  `;
26
26
 
27
+ console.log(htmlTmpl);
28
+
27
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
28
30
  }
29
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1346.0",
4
+ "version": "6.1348.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -24,6 +24,8 @@ class nxButtons extends nxDiv {
24
24
  <slot></slot>
25
25
  `;
26
26
 
27
+ console.log(htmlTmpl);
28
+
27
29
  target.appendChild(htmlTmpl.content.cloneNode(true));
28
30
  }
29
31
  }