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.
@@ -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 = '';
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.890.0",
4
+ "version": "6.892.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
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 = '';