@nine-lab/nine-mu 0.1.281 → 0.1.282
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
CHANGED
|
@@ -17161,9 +17161,7 @@ handleLoggingMessage_fn = function(params) {
|
|
|
17161
17161
|
}
|
|
17162
17162
|
break;
|
|
17163
17163
|
case "modify-source-brain-completed":
|
|
17164
|
-
|
|
17165
|
-
__privateGet(this, _openDiffPopup).call(this);
|
|
17166
|
-
}
|
|
17164
|
+
__privateGet(this, _openDiffPopup).call(this);
|
|
17167
17165
|
break;
|
|
17168
17166
|
}
|
|
17169
17167
|
};
|
|
@@ -17565,7 +17563,7 @@ render_fn = function() {
|
|
|
17565
17563
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17566
17564
|
this.shadowRoot.innerHTML = `
|
|
17567
17565
|
<style>
|
|
17568
|
-
@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.281"}/dist/css/nine-mu.css";
|
|
17569
17567
|
${customImport}
|
|
17570
17568
|
</style>
|
|
17571
17569
|
<div class="wrapper">
|
|
@@ -43782,7 +43780,7 @@ class NineDiff extends HTMLElement {
|
|
|
43782
43780
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43783
43781
|
this.shadowRoot.innerHTML = `
|
|
43784
43782
|
<style>
|
|
43785
|
-
@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.281"}/dist/css/nine-mu.css";
|
|
43786
43784
|
${customImport}
|
|
43787
43785
|
</style>
|
|
43788
43786
|
|
|
@@ -43899,7 +43897,7 @@ _NineDiffPopup_instances = new WeakSet();
|
|
|
43899
43897
|
*/
|
|
43900
43898
|
renderScaffolding_fn = function() {
|
|
43901
43899
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43902
|
-
const appVersion = "0.1.
|
|
43900
|
+
const appVersion = "0.1.281";
|
|
43903
43901
|
this.shadowRoot.innerHTML = `
|
|
43904
43902
|
<style>
|
|
43905
43903
|
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${appVersion}/dist/css/nine-mu.css";
|
|
@@ -44269,7 +44267,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44269
44267
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44270
44268
|
this.shadowRoot.innerHTML = `
|
|
44271
44269
|
<style>
|
|
44272
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44270
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.281"}/dist/css/nine-mu.css";
|
|
44273
44271
|
${customImport}
|
|
44274
44272
|
</style>
|
|
44275
44273
|
|
|
@@ -44363,7 +44361,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44363
44361
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44364
44362
|
}
|
|
44365
44363
|
const NineMu = {
|
|
44366
|
-
version: "0.1.
|
|
44364
|
+
version: "0.1.281",
|
|
44367
44365
|
init: (config2) => {
|
|
44368
44366
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44369
44367
|
}
|