ninegrid2 6.260.0 → 6.261.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.
- package/dist/ai/aiMessage.js +2 -2
- package/dist/bundle.cjs.js +2 -2
- package/dist/bundle.esm.js +2 -2
- package/package.json +1 -1
- package/src/ai/aiMessage.js +2 -2
package/dist/ai/aiMessage.js
CHANGED
|
@@ -49,8 +49,8 @@ class aiMyMessage extends HTMLElement
|
|
|
49
49
|
|
|
50
50
|
this.shadowRoot.innerHTML = `
|
|
51
51
|
<style>
|
|
52
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
53
|
-
${ninegrid.getCustomPath(this,"
|
|
52
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/aiMessage.css";
|
|
53
|
+
${ninegrid.getCustomPath(this,"aiMessage.css")}
|
|
54
54
|
</style>
|
|
55
55
|
|
|
56
56
|
<div class="line">
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27331,8 +27331,8 @@ class aiMyMessage extends HTMLElement
|
|
|
27331
27331
|
|
|
27332
27332
|
this.shadowRoot.innerHTML = `
|
|
27333
27333
|
<style>
|
|
27334
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
27335
|
-
${ninegrid.getCustomPath(this,"
|
|
27334
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/aiMessage.css";
|
|
27335
|
+
${ninegrid.getCustomPath(this,"aiMessage.css")}
|
|
27336
27336
|
</style>
|
|
27337
27337
|
|
|
27338
27338
|
<div class="line">
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27329,8 +27329,8 @@ class aiMyMessage extends HTMLElement
|
|
|
27329
27329
|
|
|
27330
27330
|
this.shadowRoot.innerHTML = `
|
|
27331
27331
|
<style>
|
|
27332
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
27333
|
-
${ninegrid.getCustomPath(this,"
|
|
27332
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/aiMessage.css";
|
|
27333
|
+
${ninegrid.getCustomPath(this,"aiMessage.css")}
|
|
27334
27334
|
</style>
|
|
27335
27335
|
|
|
27336
27336
|
<div class="line">
|
package/package.json
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -49,8 +49,8 @@ class aiMyMessage extends HTMLElement
|
|
|
49
49
|
|
|
50
50
|
this.shadowRoot.innerHTML = `
|
|
51
51
|
<style>
|
|
52
|
-
@import "https://cdn.jsdelivr.net/npm/
|
|
53
|
-
${ninegrid.getCustomPath(this,"
|
|
52
|
+
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/aiMessage.css";
|
|
53
|
+
${ninegrid.getCustomPath(this,"aiMessage.css")}
|
|
54
54
|
</style>
|
|
55
55
|
|
|
56
56
|
<div class="line">
|