ninegrid2 6.730.0 → 6.732.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.
@@ -120966,6 +120966,8 @@ class nxTab extends HTMLElement {
120966
120966
  });
120967
120967
 
120968
120968
  const tabPages = this.shadowRoot.querySelector('.tab-pages');
120969
+
120970
+ console.log(tabPages);
120969
120971
  observer.observe(tabPages, {
120970
120972
  childList: true,
120971
120973
  subtree: true,
@@ -120962,6 +120962,8 @@ class nxTab extends HTMLElement {
120962
120962
  });
120963
120963
 
120964
120964
  const tabPages = this.shadowRoot.querySelector('.tab-pages');
120965
+
120966
+ console.log(tabPages);
120965
120967
  observer.observe(tabPages, {
120966
120968
  childList: true,
120967
120969
  subtree: true,
package/dist/nx/nxTab.js CHANGED
@@ -118,6 +118,8 @@ class nxTab extends HTMLElement {
118
118
  });
119
119
 
120
120
  const tabPages = this.shadowRoot.querySelector('.tab-pages');
121
+
122
+ console.log(tabPages);
121
123
  observer.observe(tabPages, {
122
124
  childList: true,
123
125
  subtree: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.730.0",
4
+ "version": "6.732.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/nxTab.js CHANGED
@@ -118,6 +118,8 @@ class nxTab extends HTMLElement {
118
118
  });
119
119
 
120
120
  const tabPages = this.shadowRoot.querySelector('.tab-pages');
121
+
122
+ console.log(tabPages);
121
123
  observer.observe(tabPages, {
122
124
  childList: true,
123
125
  subtree: true,