@nine-lab/nine-mu 0.1.320 → 0.1.322
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
|
@@ -17561,7 +17561,7 @@ render_fn = function() {
|
|
|
17561
17561
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17562
17562
|
this.shadowRoot.innerHTML = `
|
|
17563
17563
|
<style>
|
|
17564
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17564
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.321"}/dist/css/nine-mu.css";
|
|
17565
17565
|
${customImport}
|
|
17566
17566
|
</style>
|
|
17567
17567
|
<div class="wrapper">
|
|
@@ -43813,7 +43813,7 @@ class NineDiff extends HTMLElement {
|
|
|
43813
43813
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43814
43814
|
this.shadowRoot.innerHTML = `
|
|
43815
43815
|
<style>
|
|
43816
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43816
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.321"}/dist/css/nine-mu.css";
|
|
43817
43817
|
${customImport}
|
|
43818
43818
|
</style>
|
|
43819
43819
|
|
|
@@ -43953,7 +43953,7 @@ renderScaffolding_fn = function() {
|
|
|
43953
43953
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43954
43954
|
this.shadowRoot.innerHTML = `
|
|
43955
43955
|
<style>
|
|
43956
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43956
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.321"}/dist/css/nine-mu.css";
|
|
43957
43957
|
${customImport}
|
|
43958
43958
|
</style>
|
|
43959
43959
|
|
|
@@ -44062,7 +44062,7 @@ render_fn2 = function() {
|
|
|
44062
44062
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44063
44063
|
this.shadowRoot.innerHTML = `
|
|
44064
44064
|
<style>
|
|
44065
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44065
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.321"}/dist/css/nine-mu.css";
|
|
44066
44066
|
${customImport}
|
|
44067
44067
|
</style>
|
|
44068
44068
|
|
|
@@ -44393,7 +44393,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44393
44393
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44394
44394
|
this.shadowRoot.innerHTML = `
|
|
44395
44395
|
<style>
|
|
44396
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44396
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.321"}/dist/css/nine-mu.css";
|
|
44397
44397
|
${customImport}
|
|
44398
44398
|
</style>
|
|
44399
44399
|
|
|
@@ -44487,7 +44487,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44487
44487
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44488
44488
|
}
|
|
44489
44489
|
const NineMu = {
|
|
44490
|
-
version: "0.1.
|
|
44490
|
+
version: "0.1.321",
|
|
44491
44491
|
init: (config2) => {
|
|
44492
44492
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44493
44493
|
}
|