ninegrid2 6.929.0 → 6.930.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.
@@ -120520,7 +120520,7 @@ class nxSideMenuItem extends HTMLElement
120520
120520
  requestAnimationFrame(() => {
120521
120521
  this.#caption = this.innerText.trim();
120522
120522
 
120523
- //console.log("nxSideMenuItem", this.#caption);
120523
+ console.log("nxSideMenuItem", this.#caption);
120524
120524
  //this.data.caption = this.#caption;
120525
120525
  this.setAttribute("data-caption", this.innerText.trim());
120526
120526
  this.#init();
@@ -120516,7 +120516,7 @@ class nxSideMenuItem extends HTMLElement
120516
120516
  requestAnimationFrame(() => {
120517
120517
  this.#caption = this.innerText.trim();
120518
120518
 
120519
- //console.log("nxSideMenuItem", this.#caption);
120519
+ console.log("nxSideMenuItem", this.#caption);
120520
120520
  //this.data.caption = this.#caption;
120521
120521
  this.setAttribute("data-caption", this.innerText.trim());
120522
120522
  this.#init();
@@ -368,7 +368,7 @@ class nxSideMenuItem extends HTMLElement
368
368
  requestAnimationFrame(() => {
369
369
  this.#caption = this.innerText.trim();
370
370
 
371
- //console.log("nxSideMenuItem", this.#caption);
371
+ console.log("nxSideMenuItem", this.#caption);
372
372
  //this.data.caption = this.#caption;
373
373
  this.setAttribute("data-caption", this.innerText.trim());
374
374
  this.#init();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.929.0",
4
+ "version": "6.930.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -368,7 +368,7 @@ class nxSideMenuItem extends HTMLElement
368
368
  requestAnimationFrame(() => {
369
369
  this.#caption = this.innerText.trim();
370
370
 
371
- //console.log("nxSideMenuItem", this.#caption);
371
+ console.log("nxSideMenuItem", this.#caption);
372
372
  //this.data.caption = this.#caption;
373
373
  this.setAttribute("data-caption", this.innerText.trim());
374
374
  this.#init();