ninegrid2 6.737.0 → 6.738.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 +3 -1
- package/dist/bundle.esm.js +3 -1
- package/dist/nx/nxTab.js +3 -1
- package/package.json +1 -1
- package/src/nx/nxTab.js +3 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -120859,7 +120859,9 @@ class nxTab extends HTMLElement {
|
|
|
120859
120859
|
${ninegrid.getCustomPath(this,"nxTab.css")}
|
|
120860
120860
|
</style>
|
|
120861
120861
|
|
|
120862
|
-
<div class="tabs"
|
|
120862
|
+
<div class="tabs">
|
|
120863
|
+
<button>x</button>
|
|
120864
|
+
</div>
|
|
120863
120865
|
<div class="tab-pages"></div>
|
|
120864
120866
|
`;
|
|
120865
120867
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -120855,7 +120855,9 @@ class nxTab extends HTMLElement {
|
|
|
120855
120855
|
${ninegrid.getCustomPath(this,"nxTab.css")}
|
|
120856
120856
|
</style>
|
|
120857
120857
|
|
|
120858
|
-
<div class="tabs"
|
|
120858
|
+
<div class="tabs">
|
|
120859
|
+
<button>x</button>
|
|
120860
|
+
</div>
|
|
120859
120861
|
<div class="tab-pages"></div>
|
|
120860
120862
|
`;
|
|
120861
120863
|
|
package/dist/nx/nxTab.js
CHANGED
package/package.json
CHANGED