ninegrid2 6.379.0 → 6.381.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.
@@ -264,7 +264,7 @@ class aiChat extends HTMLElement
264
264
 
265
265
  setTimeout(() => {
266
266
  el.scrollIntoView({ behavior: "smooth", block: "end" });
267
- });
267
+ }, 200);
268
268
  };
269
269
  }
270
270
 
@@ -27603,7 +27603,7 @@ class aiChat extends HTMLElement
27603
27603
 
27604
27604
  setTimeout(() => {
27605
27605
  el.scrollIntoView({ behavior: "smooth", block: "end" });
27606
- });
27606
+ }, 200);
27607
27607
  };
27608
27608
  }
27609
27609
 
@@ -27601,7 +27601,7 @@ class aiChat extends HTMLElement
27601
27601
 
27602
27602
  setTimeout(() => {
27603
27603
  el.scrollIntoView({ behavior: "smooth", block: "end" });
27604
- });
27604
+ }, 200);
27605
27605
  };
27606
27606
  }
27607
27607
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.379.0",
4
+ "version": "6.381.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -264,7 +264,7 @@ class aiChat extends HTMLElement
264
264
 
265
265
  setTimeout(() => {
266
266
  el.scrollIntoView({ behavior: "smooth", block: "end" });
267
- });
267
+ }, 200);
268
268
  };
269
269
  }
270
270