@nine-lab/nine-mu 0.1.258 → 0.1.260
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
|
@@ -17107,8 +17107,8 @@ handleLoggingMessage_fn = function(params) {
|
|
|
17107
17107
|
__privateGet(this, _owner).addMessage("ai", message);
|
|
17108
17108
|
__privateGet(this, _owner).addMessage("ing", "");
|
|
17109
17109
|
}
|
|
17110
|
-
if (data && data.
|
|
17111
|
-
trace.log(`[시그널 감지] ${data.menu} - ${data.layer} 설계
|
|
17110
|
+
if (data && data.source) {
|
|
17111
|
+
trace.log(`[시그널 감지] ${data.menu} - ${data.layer} 설계 완료`, data);
|
|
17112
17112
|
}
|
|
17113
17113
|
};
|
|
17114
17114
|
/**
|
|
@@ -17487,7 +17487,7 @@ render_fn = function() {
|
|
|
17487
17487
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17488
17488
|
this.shadowRoot.innerHTML = `
|
|
17489
17489
|
<style>
|
|
17490
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17490
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.259"}/dist/css/nine-mu.css";
|
|
17491
17491
|
${customImport}
|
|
17492
17492
|
</style>
|
|
17493
17493
|
<div class="wrapper">
|
|
@@ -43704,7 +43704,7 @@ class NineDiff extends HTMLElement {
|
|
|
43704
43704
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43705
43705
|
this.shadowRoot.innerHTML = `
|
|
43706
43706
|
<style>
|
|
43707
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43707
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.259"}/dist/css/nine-mu.css";
|
|
43708
43708
|
${customImport}
|
|
43709
43709
|
</style>
|
|
43710
43710
|
|
|
@@ -43814,7 +43814,7 @@ render_fn2 = function() {
|
|
|
43814
43814
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43815
43815
|
this.shadowRoot.innerHTML = `
|
|
43816
43816
|
<style>
|
|
43817
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43817
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.259"}/dist/css/nine-mu.css";
|
|
43818
43818
|
${customImport}
|
|
43819
43819
|
</style>
|
|
43820
43820
|
|
|
@@ -44140,7 +44140,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44140
44140
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44141
44141
|
this.shadowRoot.innerHTML = `
|
|
44142
44142
|
<style>
|
|
44143
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44143
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.259"}/dist/css/nine-mu.css";
|
|
44144
44144
|
${customImport}
|
|
44145
44145
|
</style>
|
|
44146
44146
|
|
|
@@ -44234,7 +44234,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44234
44234
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44235
44235
|
}
|
|
44236
44236
|
const NineMu = {
|
|
44237
|
-
version: "0.1.
|
|
44237
|
+
version: "0.1.259",
|
|
44238
44238
|
init: (config2) => {
|
|
44239
44239
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44240
44240
|
}
|