@nine-lab/nine-mu 0.1.278 → 0.1.279
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
|
@@ -17535,7 +17535,7 @@ render_fn = function() {
|
|
|
17535
17535
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17536
17536
|
this.shadowRoot.innerHTML = `
|
|
17537
17537
|
<style>
|
|
17538
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17538
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.278"}/dist/css/nine-mu.css";
|
|
17539
17539
|
${customImport}
|
|
17540
17540
|
</style>
|
|
17541
17541
|
<div class="wrapper">
|
|
@@ -43752,7 +43752,7 @@ class NineDiff extends HTMLElement {
|
|
|
43752
43752
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43753
43753
|
this.shadowRoot.innerHTML = `
|
|
43754
43754
|
<style>
|
|
43755
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43755
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.278"}/dist/css/nine-mu.css";
|
|
43756
43756
|
${customImport}
|
|
43757
43757
|
</style>
|
|
43758
43758
|
|
|
@@ -43862,7 +43862,7 @@ render_fn2 = function() {
|
|
|
43862
43862
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43863
43863
|
this.shadowRoot.innerHTML = `
|
|
43864
43864
|
<style>
|
|
43865
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43865
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.278"}/dist/css/nine-mu.css";
|
|
43866
43866
|
${customImport}
|
|
43867
43867
|
</style>
|
|
43868
43868
|
|
|
@@ -44188,7 +44188,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44188
44188
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44189
44189
|
this.shadowRoot.innerHTML = `
|
|
44190
44190
|
<style>
|
|
44191
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44191
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.278"}/dist/css/nine-mu.css";
|
|
44192
44192
|
${customImport}
|
|
44193
44193
|
</style>
|
|
44194
44194
|
|
|
@@ -44282,7 +44282,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44282
44282
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44283
44283
|
}
|
|
44284
44284
|
const NineMu = {
|
|
44285
|
-
version: "0.1.
|
|
44285
|
+
version: "0.1.278",
|
|
44286
44286
|
init: (config2) => {
|
|
44287
44287
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44288
44288
|
}
|