ninegrid2 6.309.0 → 6.311.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.
@@ -93,7 +93,7 @@ class aiMessage extends HTMLElement
93
93
  //elMore.style.position = "absolute";
94
94
  }
95
95
  else {
96
- elMore.style.display = "none";
96
+ //elMore.style.display = "none";
97
97
  }
98
98
  }, 100);
99
99
 
@@ -27377,9 +27377,6 @@ class aiMessage extends HTMLElement
27377
27377
  elMore.style.display = "flex";
27378
27378
  //elMore.style.position = "absolute";
27379
27379
  }
27380
- else {
27381
- elMore.style.display = "none";
27382
- }
27383
27380
  }, 100);
27384
27381
 
27385
27382
  };
@@ -27375,9 +27375,6 @@ class aiMessage extends HTMLElement
27375
27375
  elMore.style.display = "flex";
27376
27376
  //elMore.style.position = "absolute";
27377
27377
  }
27378
- else {
27379
- elMore.style.display = "none";
27380
- }
27381
27378
  }, 100);
27382
27379
 
27383
27380
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.309.0",
4
+ "version": "6.311.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -93,7 +93,7 @@ class aiMessage extends HTMLElement
93
93
  //elMore.style.position = "absolute";
94
94
  }
95
95
  else {
96
- elMore.style.display = "none";
96
+ //elMore.style.display = "none";
97
97
  }
98
98
  }, 100);
99
99