ninegrid2 6.1369.0 → 6.1370.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.
@@ -28905,7 +28905,7 @@ class nxButtons extends nxDiv {
28905
28905
  </style>
28906
28906
 
28907
28907
  <div part="nx-buttons-part">
28908
- <slot name="sss"></slot>
28908
+ <slot></slot>
28909
28909
  </div>
28910
28910
  `;
28911
28911
 
@@ -28901,7 +28901,7 @@ class nxButtons extends nxDiv {
28901
28901
  </style>
28902
28902
 
28903
28903
  <div part="nx-buttons-part">
28904
- <slot name="sss"></slot>
28904
+ <slot></slot>
28905
28905
  </div>
28906
28906
  `;
28907
28907
 
@@ -23,7 +23,7 @@ class nxButtons extends nxDiv {
23
23
  </style>
24
24
 
25
25
  <div part="nx-buttons-part">
26
- <slot name="sss"></slot>
26
+ <slot></slot>
27
27
  </div>
28
28
  `;
29
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1369.0",
4
+ "version": "6.1370.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -23,7 +23,7 @@ class nxButtons extends nxDiv {
23
23
  </style>
24
24
 
25
25
  <div part="nx-buttons-part">
26
- <slot name="sss"></slot>
26
+ <slot></slot>
27
27
  </div>
28
28
  `;
29
29