@nine-lab/nine-mu 0.1.203 → 0.1.204
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/nine-mu.js +5 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -17393,7 +17393,7 @@ render_fn = function() {
|
|
|
17393
17393
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17394
17394
|
this.shadowRoot.innerHTML = `
|
|
17395
17395
|
<style>
|
|
17396
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17396
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.203"}/dist/css/nine-mu.css";
|
|
17397
17397
|
${customImport}
|
|
17398
17398
|
</style>
|
|
17399
17399
|
<div class="wrapper">
|
|
@@ -43612,7 +43612,7 @@ class NineDiff extends HTMLElement {
|
|
|
43612
43612
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43613
43613
|
this.shadowRoot.innerHTML = `
|
|
43614
43614
|
<style>
|
|
43615
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43615
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.203"}/dist/css/nine-mu.css";
|
|
43616
43616
|
${customImport}
|
|
43617
43617
|
</style>
|
|
43618
43618
|
|
|
@@ -43722,7 +43722,7 @@ render_fn2 = function() {
|
|
|
43722
43722
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43723
43723
|
this.shadowRoot.innerHTML = `
|
|
43724
43724
|
<style>
|
|
43725
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43725
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.203"}/dist/css/nine-mu.css";
|
|
43726
43726
|
${customImport}
|
|
43727
43727
|
</style>
|
|
43728
43728
|
|
|
@@ -44049,7 +44049,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44049
44049
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44050
44050
|
this.shadowRoot.innerHTML = `
|
|
44051
44051
|
<style>
|
|
44052
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44052
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.203"}/dist/css/nine-mu.css";
|
|
44053
44053
|
${customImport}
|
|
44054
44054
|
</style>
|
|
44055
44055
|
|
|
@@ -44143,7 +44143,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44143
44143
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44144
44144
|
}
|
|
44145
44145
|
const NineMu = {
|
|
44146
|
-
version: "0.1.
|
|
44146
|
+
version: "0.1.203",
|
|
44147
44147
|
init: (config2) => {
|
|
44148
44148
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44149
44149
|
}
|