@nine-lab/nine-mu 0.1.189 → 0.1.190
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
|
@@ -13803,7 +13803,7 @@ render_fn = function() {
|
|
|
13803
13803
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13804
13804
|
this.shadowRoot.innerHTML = `
|
|
13805
13805
|
<style>
|
|
13806
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13806
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.189"}/dist/css/nine-mu.css";
|
|
13807
13807
|
${customImport}
|
|
13808
13808
|
</style>
|
|
13809
13809
|
<div class="wrapper">
|
|
@@ -40022,7 +40022,7 @@ class NineDiff extends HTMLElement {
|
|
|
40022
40022
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40023
40023
|
this.shadowRoot.innerHTML = `
|
|
40024
40024
|
<style>
|
|
40025
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40025
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.189"}/dist/css/nine-mu.css";
|
|
40026
40026
|
${customImport}
|
|
40027
40027
|
</style>
|
|
40028
40028
|
|
|
@@ -40132,7 +40132,7 @@ render_fn2 = function() {
|
|
|
40132
40132
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40133
40133
|
this.shadowRoot.innerHTML = `
|
|
40134
40134
|
<style>
|
|
40135
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40135
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.189"}/dist/css/nine-mu.css";
|
|
40136
40136
|
${customImport}
|
|
40137
40137
|
</style>
|
|
40138
40138
|
|
|
@@ -40459,7 +40459,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40459
40459
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40460
40460
|
this.shadowRoot.innerHTML = `
|
|
40461
40461
|
<style>
|
|
40462
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40462
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.189"}/dist/css/nine-mu.css";
|
|
40463
40463
|
${customImport}
|
|
40464
40464
|
</style>
|
|
40465
40465
|
|
|
@@ -40553,7 +40553,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40553
40553
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40554
40554
|
}
|
|
40555
40555
|
const NineMu = {
|
|
40556
|
-
version: "0.1.
|
|
40556
|
+
version: "0.1.189",
|
|
40557
40557
|
init: (config2) => {
|
|
40558
40558
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40559
40559
|
}
|