@nine-lab/nine-mu 0.1.205 → 0.1.206
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
|
@@ -17379,7 +17379,7 @@ render_fn = function() {
|
|
|
17379
17379
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17380
17380
|
this.shadowRoot.innerHTML = `
|
|
17381
17381
|
<style>
|
|
17382
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17382
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.205"}/dist/css/nine-mu.css";
|
|
17383
17383
|
${customImport}
|
|
17384
17384
|
</style>
|
|
17385
17385
|
<div class="wrapper">
|
|
@@ -43598,7 +43598,7 @@ class NineDiff extends HTMLElement {
|
|
|
43598
43598
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43599
43599
|
this.shadowRoot.innerHTML = `
|
|
43600
43600
|
<style>
|
|
43601
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43601
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.205"}/dist/css/nine-mu.css";
|
|
43602
43602
|
${customImport}
|
|
43603
43603
|
</style>
|
|
43604
43604
|
|
|
@@ -43708,7 +43708,7 @@ render_fn2 = function() {
|
|
|
43708
43708
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43709
43709
|
this.shadowRoot.innerHTML = `
|
|
43710
43710
|
<style>
|
|
43711
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43711
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.205"}/dist/css/nine-mu.css";
|
|
43712
43712
|
${customImport}
|
|
43713
43713
|
</style>
|
|
43714
43714
|
|
|
@@ -44035,7 +44035,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44035
44035
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44036
44036
|
this.shadowRoot.innerHTML = `
|
|
44037
44037
|
<style>
|
|
44038
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44038
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.205"}/dist/css/nine-mu.css";
|
|
44039
44039
|
${customImport}
|
|
44040
44040
|
</style>
|
|
44041
44041
|
|
|
@@ -44129,7 +44129,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44129
44129
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44130
44130
|
}
|
|
44131
44131
|
const NineMu = {
|
|
44132
|
-
version: "0.1.
|
|
44132
|
+
version: "0.1.205",
|
|
44133
44133
|
init: (config2) => {
|
|
44134
44134
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44135
44135
|
}
|