ninegrid2 6.1364.0 → 6.1365.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.
@@ -28612,7 +28612,10 @@ class nxTitle2 extends nxDiv {
28612
28612
  <div class="left">
28613
28613
  <span>${caption}</span>
28614
28614
  </div>
28615
- ${this.originContents}
28615
+
28616
+ <div part="nx-title2">
28617
+ <slot></slot>
28618
+ </div>
28616
28619
  `;
28617
28620
 
28618
28621
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
@@ -28608,7 +28608,10 @@ class nxTitle2 extends nxDiv {
28608
28608
  <div class="left">
28609
28609
  <span>${caption}</span>
28610
28610
  </div>
28611
- ${this.originContents}
28611
+
28612
+ <div part="nx-title2">
28613
+ <slot></slot>
28614
+ </div>
28612
28615
  `;
28613
28616
 
28614
28617
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
@@ -34,7 +34,10 @@ class nxTitle2 extends nxDiv {
34
34
  <div class="left">
35
35
  <span>${caption}</span>
36
36
  </div>
37
- ${this.originContents}
37
+
38
+ <div part="nx-title2">
39
+ <slot></slot>
40
+ </div>
38
41
  `;
39
42
 
40
43
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1364.0",
4
+ "version": "6.1365.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -34,7 +34,10 @@ class nxTitle2 extends nxDiv {
34
34
  <div class="left">
35
35
  <span>${caption}</span>
36
36
  </div>
37
- ${this.originContents}
37
+
38
+ <div part="nx-title2">
39
+ <slot></slot>
40
+ </div>
38
41
  `;
39
42
 
40
43
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));