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.
- package/dist/bundle.cjs.js +2 -12
- package/dist/bundle.esm.js +2 -12
- package/dist/nx/nxButtons.js +1 -9
- package/dist/nx/nxTitle2.js +1 -3
- package/package.json +1 -1
- package/src/nx/nxButtons.js +1 -9
- package/src/nx/nxTitle2.js +1 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -28613,9 +28613,7 @@ class nxTitle2 extends nxDiv {
|
|
|
28613
28613
|
<span>${caption}</span>
|
|
28614
28614
|
</div>
|
|
28615
28615
|
|
|
28616
|
-
|
|
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
|
-
<
|
|
28914
|
-
<slot name="sss"></slot>
|
|
28915
|
-
</div>
|
|
28905
|
+
<slot></slot>
|
|
28916
28906
|
`;
|
|
28917
28907
|
|
|
28918
28908
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28609,9 +28609,7 @@ class nxTitle2 extends nxDiv {
|
|
|
28609
28609
|
<span>${caption}</span>
|
|
28610
28610
|
</div>
|
|
28611
28611
|
|
|
28612
|
-
|
|
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
|
-
<
|
|
28910
|
-
<slot name="sss"></slot>
|
|
28911
|
-
</div>
|
|
28901
|
+
<slot></slot>
|
|
28912
28902
|
`;
|
|
28913
28903
|
|
|
28914
28904
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
package/dist/nx/nxButtons.js
CHANGED
|
@@ -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
|
-
<
|
|
32
|
-
<slot name="sss"></slot>
|
|
33
|
-
</div>
|
|
25
|
+
<slot></slot>
|
|
34
26
|
`;
|
|
35
27
|
|
|
36
28
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
package/dist/nx/nxTitle2.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxButtons.js
CHANGED
|
@@ -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
|
-
<
|
|
32
|
-
<slot name="sss"></slot>
|
|
33
|
-
</div>
|
|
25
|
+
<slot></slot>
|
|
34
26
|
`;
|
|
35
27
|
|
|
36
28
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
package/src/nx/nxTitle2.js
CHANGED