ninegrid2 6.1365.0 → 6.1366.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 +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxButtons.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxButtons.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -28904,7 +28904,7 @@ class nxButtons extends nxDiv {
|
|
|
28904
28904
|
${ninegrid.getCustomPath(this,"nxButtons.css")}
|
|
28905
28905
|
</style>
|
|
28906
28906
|
|
|
28907
|
-
<div part="nx-buttons">
|
|
28907
|
+
<div part="nx-buttons-part">
|
|
28908
28908
|
<slot></slot>
|
|
28909
28909
|
</div>
|
|
28910
28910
|
`;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28900,7 +28900,7 @@ class nxButtons extends nxDiv {
|
|
|
28900
28900
|
${ninegrid.getCustomPath(this,"nxButtons.css")}
|
|
28901
28901
|
</style>
|
|
28902
28902
|
|
|
28903
|
-
<div part="nx-buttons">
|
|
28903
|
+
<div part="nx-buttons-part">
|
|
28904
28904
|
<slot></slot>
|
|
28905
28905
|
</div>
|
|
28906
28906
|
`;
|
package/dist/nx/nxButtons.js
CHANGED
package/package.json
CHANGED