ninegrid2 6.1372.0 → 6.1374.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.
@@ -28613,9 +28613,7 @@ class nxTitle2 extends nxDiv {
28613
28613
  <span>${caption}</span>
28614
28614
  </div>
28615
28615
 
28616
- <div part="nx-title2-panel">
28617
- <slot></slot>
28618
- </div>
28616
+ <slot></slot>
28619
28617
  `;
28620
28618
 
28621
28619
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
@@ -28902,17 +28900,9 @@ class nxButtons extends nxDiv {
28902
28900
  <style>
28903
28901
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
28904
28902
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
28905
-
28906
- div[part="nx-buttons-part"] ::slotted(button[slot="sss"]) {
28907
- background: red;
28908
- padding: 4px 12px;
28909
- border: 1px solid green;
28910
- }
28911
28903
  </style>
28912
28904
 
28913
- <div part="nx-buttons-part">
28914
- <slot name="sss"></slot>
28915
- </div>
28905
+ <slot></slot>
28916
28906
  `;
28917
28907
 
28918
28908
  target.appendChild(htmlTmpl.content.cloneNode(true));
@@ -28609,9 +28609,7 @@ class nxTitle2 extends nxDiv {
28609
28609
  <span>${caption}</span>
28610
28610
  </div>
28611
28611
 
28612
- <div part="nx-title2-panel">
28613
- <slot></slot>
28614
- </div>
28612
+ <slot></slot>
28615
28613
  `;
28616
28614
 
28617
28615
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
@@ -28898,17 +28896,9 @@ class nxButtons extends nxDiv {
28898
28896
  <style>
28899
28897
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
28900
28898
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
28901
-
28902
- div[part="nx-buttons-part"] ::slotted(button[slot="sss"]) {
28903
- background: red;
28904
- padding: 4px 12px;
28905
- border: 1px solid green;
28906
- }
28907
28899
  </style>
28908
28900
 
28909
- <div part="nx-buttons-part">
28910
- <slot name="sss"></slot>
28911
- </div>
28901
+ <slot></slot>
28912
28902
  `;
28913
28903
 
28914
28904
  target.appendChild(htmlTmpl.content.cloneNode(true));
@@ -20,17 +20,9 @@ class nxButtons extends nxDiv {
20
20
  <style>
21
21
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
22
22
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
23
-
24
- div[part="nx-buttons-part"] ::slotted(button[slot="sss"]) {
25
- background: red;
26
- padding: 4px 12px;
27
- border: 1px solid green;
28
- }
29
23
  </style>
30
24
 
31
- <div part="nx-buttons-part">
32
- <slot name="sss"></slot>
33
- </div>
25
+ <slot></slot>
34
26
  `;
35
27
 
36
28
  target.appendChild(htmlTmpl.content.cloneNode(true));
@@ -35,9 +35,7 @@ class nxTitle2 extends nxDiv {
35
35
  <span>${caption}</span>
36
36
  </div>
37
37
 
38
- <div part="nx-title2-panel">
39
- <slot></slot>
40
- </div>
38
+ <slot></slot>
41
39
  `;
42
40
 
43
41
  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.1372.0",
4
+ "version": "6.1374.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -20,17 +20,9 @@ class nxButtons extends nxDiv {
20
20
  <style>
21
21
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
22
22
  ${ninegrid.getCustomPath(this,"nxButtons.css")}
23
-
24
- div[part="nx-buttons-part"] ::slotted(button[slot="sss"]) {
25
- background: red;
26
- padding: 4px 12px;
27
- border: 1px solid green;
28
- }
29
23
  </style>
30
24
 
31
- <div part="nx-buttons-part">
32
- <slot name="sss"></slot>
33
- </div>
25
+ <slot></slot>
34
26
  `;
35
27
 
36
28
  target.appendChild(htmlTmpl.content.cloneNode(true));
@@ -35,9 +35,7 @@ class nxTitle2 extends nxDiv {
35
35
  <span>${caption}</span>
36
36
  </div>
37
37
 
38
- <div part="nx-title2-panel">
39
- <slot></slot>
40
- </div>
38
+ <slot></slot>
41
39
  `;
42
40
 
43
41
  this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));