@nine-lab/nine-mu 0.1.295 → 0.1.296
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
|
@@ -17563,7 +17563,7 @@ render_fn = function() {
|
|
|
17563
17563
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17564
17564
|
this.shadowRoot.innerHTML = `
|
|
17565
17565
|
<style>
|
|
17566
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17566
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.295"}/dist/css/nine-mu.css";
|
|
17567
17567
|
${customImport}
|
|
17568
17568
|
</style>
|
|
17569
17569
|
<div class="wrapper">
|
|
@@ -43780,7 +43780,7 @@ class NineDiff extends HTMLElement {
|
|
|
43780
43780
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43781
43781
|
this.shadowRoot.innerHTML = `
|
|
43782
43782
|
<style>
|
|
43783
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43783
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.295"}/dist/css/nine-mu.css";
|
|
43784
43784
|
${customImport}
|
|
43785
43785
|
</style>
|
|
43786
43786
|
|
|
@@ -43905,7 +43905,7 @@ _NineDiffPopup_instances = new WeakSet();
|
|
|
43905
43905
|
*/
|
|
43906
43906
|
renderScaffolding_fn = function() {
|
|
43907
43907
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43908
|
-
const appVersion = "0.1.
|
|
43908
|
+
const appVersion = "0.1.295";
|
|
43909
43909
|
this.shadowRoot.innerHTML = `
|
|
43910
43910
|
<style>
|
|
43911
43911
|
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${appVersion}/dist/css/nine-mu.css";
|
|
@@ -44244,7 +44244,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44244
44244
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44245
44245
|
this.shadowRoot.innerHTML = `
|
|
44246
44246
|
<style>
|
|
44247
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44247
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.295"}/dist/css/nine-mu.css";
|
|
44248
44248
|
${customImport}
|
|
44249
44249
|
</style>
|
|
44250
44250
|
|
|
@@ -44338,7 +44338,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44338
44338
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44339
44339
|
}
|
|
44340
44340
|
const NineMu = {
|
|
44341
|
-
version: "0.1.
|
|
44341
|
+
version: "0.1.295",
|
|
44342
44342
|
init: (config2) => {
|
|
44343
44343
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44344
44344
|
}
|