@nine-lab/nine-mu 0.1.330 → 0.1.331
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 +6 -6
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -17534,7 +17534,7 @@ render_fn = function() {
|
|
|
17534
17534
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17535
17535
|
this.shadowRoot.innerHTML = `
|
|
17536
17536
|
<style>
|
|
17537
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17537
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.330"}/dist/css/nine-mu.css";
|
|
17538
17538
|
${customImport}
|
|
17539
17539
|
</style>
|
|
17540
17540
|
<div class="wrapper">
|
|
@@ -43784,7 +43784,7 @@ class NineDiff extends HTMLElement {
|
|
|
43784
43784
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43785
43785
|
this.shadowRoot.innerHTML = `
|
|
43786
43786
|
<style>
|
|
43787
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43787
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.330"}/dist/css/nine-mu.css";
|
|
43788
43788
|
${customImport}
|
|
43789
43789
|
</style>
|
|
43790
43790
|
|
|
@@ -43924,7 +43924,7 @@ renderScaffolding_fn = function() {
|
|
|
43924
43924
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43925
43925
|
this.shadowRoot.innerHTML = `
|
|
43926
43926
|
<style>
|
|
43927
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43927
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.330"}/dist/css/nine-mu.css";
|
|
43928
43928
|
${customImport}
|
|
43929
43929
|
</style>
|
|
43930
43930
|
|
|
@@ -44033,7 +44033,7 @@ render_fn2 = function() {
|
|
|
44033
44033
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44034
44034
|
this.shadowRoot.innerHTML = `
|
|
44035
44035
|
<style>
|
|
44036
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44036
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.330"}/dist/css/nine-mu.css";
|
|
44037
44037
|
${customImport}
|
|
44038
44038
|
</style>
|
|
44039
44039
|
|
|
@@ -44363,7 +44363,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44363
44363
|
const customImport = nine.cssPath ? `@import "${nine.cssPath}/ninePanel.css";` : "";
|
|
44364
44364
|
this.shadowRoot.innerHTML = `
|
|
44365
44365
|
<style>
|
|
44366
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44366
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.330"}/dist/css/nine-mu.css";
|
|
44367
44367
|
${customImport}
|
|
44368
44368
|
</style>
|
|
44369
44369
|
|
|
@@ -44457,7 +44457,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44457
44457
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44458
44458
|
}
|
|
44459
44459
|
const NineMu = {
|
|
44460
|
-
version: "0.1.
|
|
44460
|
+
version: "0.1.330",
|
|
44461
44461
|
init: (config2) => {
|
|
44462
44462
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44463
44463
|
}
|