ninegrid2 6.337.0 → 6.338.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.
@@ -42,7 +42,10 @@ class aiMessage extends HTMLElement
42
42
  initialize = (data) => {
43
43
  this.#data = data;
44
44
 
45
- this.#init();
45
+ setTimeout(() => {
46
+ this.#init();
47
+ }, 300);
48
+
46
49
  }
47
50
 
48
51
  #init = () => {
@@ -27349,7 +27349,10 @@ class aiMessage extends HTMLElement
27349
27349
  initialize = (data) => {
27350
27350
  this.#data = data;
27351
27351
 
27352
- this.#init();
27352
+ setTimeout(() => {
27353
+ this.#init();
27354
+ }, 300);
27355
+
27353
27356
  }
27354
27357
 
27355
27358
  #init = () => {
@@ -27347,7 +27347,10 @@ class aiMessage extends HTMLElement
27347
27347
  initialize = (data) => {
27348
27348
  this.#data = data;
27349
27349
 
27350
- this.#init();
27350
+ setTimeout(() => {
27351
+ this.#init();
27352
+ }, 300);
27353
+
27351
27354
  }
27352
27355
 
27353
27356
  #init = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.337.0",
4
+ "version": "6.338.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -42,7 +42,10 @@ class aiMessage extends HTMLElement
42
42
  initialize = (data) => {
43
43
  this.#data = data;
44
44
 
45
- this.#init();
45
+ setTimeout(() => {
46
+ this.#init();
47
+ }, 300);
48
+
46
49
  }
47
50
 
48
51
  #init = () => {