ninegrid2 6.890.0 → 6.892.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 +0 -1
- package/dist/bundle.esm.js +0 -1
- package/dist/nx/nxTab.js +0 -1
- package/package.json +1 -1
- package/src/nx/nxTab.js +0 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121158,7 +121158,6 @@ class nxTab extends HTMLElement {
|
|
|
121158
121158
|
newContent.classList.remove('exit-left','exit-right');
|
|
121159
121159
|
}
|
|
121160
121160
|
else if (activeContent && newContent) {
|
|
121161
|
-
activeTab.classList.remove('active');
|
|
121162
121161
|
activeContent.classList.remove('active','exit-left','exit-right');
|
|
121163
121162
|
//newContent.classList.remove('exit-left','exit-right');
|
|
121164
121163
|
activeContent.style.left = '';
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121154,7 +121154,6 @@ class nxTab extends HTMLElement {
|
|
|
121154
121154
|
newContent.classList.remove('exit-left','exit-right');
|
|
121155
121155
|
}
|
|
121156
121156
|
else if (activeContent && newContent) {
|
|
121157
|
-
activeTab.classList.remove('active');
|
|
121158
121157
|
activeContent.classList.remove('active','exit-left','exit-right');
|
|
121159
121158
|
//newContent.classList.remove('exit-left','exit-right');
|
|
121160
121159
|
activeContent.style.left = '';
|
package/dist/nx/nxTab.js
CHANGED
|
@@ -135,7 +135,6 @@ class nxTab extends HTMLElement {
|
|
|
135
135
|
newContent.classList.remove('exit-left','exit-right');
|
|
136
136
|
}
|
|
137
137
|
else if (activeContent && newContent) {
|
|
138
|
-
activeTab.classList.remove('active');
|
|
139
138
|
activeContent.classList.remove('active','exit-left','exit-right');
|
|
140
139
|
//newContent.classList.remove('exit-left','exit-right');
|
|
141
140
|
activeContent.style.left = '';
|
package/package.json
CHANGED
package/src/nx/nxTab.js
CHANGED
|
@@ -135,7 +135,6 @@ class nxTab extends HTMLElement {
|
|
|
135
135
|
newContent.classList.remove('exit-left','exit-right');
|
|
136
136
|
}
|
|
137
137
|
else if (activeContent && newContent) {
|
|
138
|
-
activeTab.classList.remove('active');
|
|
139
138
|
activeContent.classList.remove('active','exit-left','exit-right');
|
|
140
139
|
//newContent.classList.remove('exit-left','exit-right');
|
|
141
140
|
activeContent.style.left = '';
|