ninegrid2 6.1371.0 → 6.1372.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.
@@ -28902,6 +28902,12 @@ class nxButtons extends nxDiv {
28902
28902
  <style>
28903
28903
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
28904
28904
  ${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
+ }
28905
28911
  </style>
28906
28912
 
28907
28913
  <div part="nx-buttons-part">
@@ -28898,6 +28898,12 @@ class nxButtons extends nxDiv {
28898
28898
  <style>
28899
28899
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxButtons.css";
28900
28900
  ${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
+ }
28901
28907
  </style>
28902
28908
 
28903
28909
  <div part="nx-buttons-part">
@@ -20,6 +20,12 @@ 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
+ }
23
29
  </style>
24
30
 
25
31
  <div part="nx-buttons-part">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1371.0",
4
+ "version": "6.1372.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -20,6 +20,12 @@ 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
+ }
23
29
  </style>
24
30
 
25
31
  <div part="nx-buttons-part">