@nine-lab/nine-mu 0.1.174 → 0.1.175
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
|
@@ -13819,7 +13819,7 @@ render_fn = function() {
|
|
|
13819
13819
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13820
13820
|
this.shadowRoot.innerHTML = `
|
|
13821
13821
|
<style>
|
|
13822
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13822
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.174"}/dist/css/nine-mu.css";
|
|
13823
13823
|
${customImport}
|
|
13824
13824
|
</style>
|
|
13825
13825
|
<div class="wrapper">
|
|
@@ -40038,7 +40038,7 @@ class NineDiff extends HTMLElement {
|
|
|
40038
40038
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40039
40039
|
this.shadowRoot.innerHTML = `
|
|
40040
40040
|
<style>
|
|
40041
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40041
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.174"}/dist/css/nine-mu.css";
|
|
40042
40042
|
${customImport}
|
|
40043
40043
|
</style>
|
|
40044
40044
|
|
|
@@ -40148,7 +40148,7 @@ render_fn2 = function() {
|
|
|
40148
40148
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40149
40149
|
this.shadowRoot.innerHTML = `
|
|
40150
40150
|
<style>
|
|
40151
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40151
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.174"}/dist/css/nine-mu.css";
|
|
40152
40152
|
${customImport}
|
|
40153
40153
|
</style>
|
|
40154
40154
|
|
|
@@ -40475,7 +40475,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40475
40475
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40476
40476
|
this.shadowRoot.innerHTML = `
|
|
40477
40477
|
<style>
|
|
40478
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40478
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.174"}/dist/css/nine-mu.css";
|
|
40479
40479
|
${customImport}
|
|
40480
40480
|
</style>
|
|
40481
40481
|
|
|
@@ -40569,7 +40569,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40569
40569
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40570
40570
|
}
|
|
40571
40571
|
const NineMu = {
|
|
40572
|
-
version: "0.1.
|
|
40572
|
+
version: "0.1.174",
|
|
40573
40573
|
init: (config2) => {
|
|
40574
40574
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40575
40575
|
}
|