@nine-lab/nine-mu 0.1.268 → 0.1.269
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
|
@@ -17505,7 +17505,7 @@ render_fn = function() {
|
|
|
17505
17505
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17506
17506
|
this.shadowRoot.innerHTML = `
|
|
17507
17507
|
<style>
|
|
17508
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17508
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.268"}/dist/css/nine-mu.css";
|
|
17509
17509
|
${customImport}
|
|
17510
17510
|
</style>
|
|
17511
17511
|
<div class="wrapper">
|
|
@@ -43722,7 +43722,7 @@ class NineDiff extends HTMLElement {
|
|
|
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.268"}/dist/css/nine-mu.css";
|
|
43726
43726
|
${customImport}
|
|
43727
43727
|
</style>
|
|
43728
43728
|
|
|
@@ -43832,7 +43832,7 @@ render_fn2 = function() {
|
|
|
43832
43832
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43833
43833
|
this.shadowRoot.innerHTML = `
|
|
43834
43834
|
<style>
|
|
43835
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43835
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.268"}/dist/css/nine-mu.css";
|
|
43836
43836
|
${customImport}
|
|
43837
43837
|
</style>
|
|
43838
43838
|
|
|
@@ -44158,7 +44158,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44158
44158
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44159
44159
|
this.shadowRoot.innerHTML = `
|
|
44160
44160
|
<style>
|
|
44161
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44161
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.268"}/dist/css/nine-mu.css";
|
|
44162
44162
|
${customImport}
|
|
44163
44163
|
</style>
|
|
44164
44164
|
|
|
@@ -44252,7 +44252,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44252
44252
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44253
44253
|
}
|
|
44254
44254
|
const NineMu = {
|
|
44255
|
-
version: "0.1.
|
|
44255
|
+
version: "0.1.268",
|
|
44256
44256
|
init: (config2) => {
|
|
44257
44257
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44258
44258
|
}
|