ninegrid2 6.267.0 → 6.268.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.
@@ -20,6 +20,9 @@ class aiMessage extends HTMLElement
20
20
  <span title="${message}">
21
21
  ${message}
22
22
  </span>
23
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 16 16">
24
+ <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/>
25
+ </svg>
23
26
  </div>
24
27
 
25
28
  <div class="chat-menu">
@@ -27302,6 +27302,9 @@ class aiMessage extends HTMLElement
27302
27302
  <span title="${message}">
27303
27303
  ${message}
27304
27304
  </span>
27305
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 16 16">
27306
+ <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/>
27307
+ </svg>
27305
27308
  </div>
27306
27309
 
27307
27310
  <div class="chat-menu">
@@ -27300,6 +27300,9 @@ class aiMessage extends HTMLElement
27300
27300
  <span title="${message}">
27301
27301
  ${message}
27302
27302
  </span>
27303
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 16 16">
27304
+ <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/>
27305
+ </svg>
27303
27306
  </div>
27304
27307
 
27305
27308
  <div class="chat-menu">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.267.0",
4
+ "version": "6.268.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -20,6 +20,9 @@ class aiMessage extends HTMLElement
20
20
  <span title="${message}">
21
21
  ${message}
22
22
  </span>
23
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 16 16">
24
+ <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/>
25
+ </svg>
23
26
  </div>
24
27
 
25
28
  <div class="chat-menu">