@nine-lab/nine-mu 0.1.209 β 0.1.211
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 +8 -13
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChatManager.js +7 -14
package/dist/nine-mu.js
CHANGED
|
@@ -17168,14 +17168,9 @@ connect_fn = async function() {
|
|
|
17168
17168
|
customNotificationSchema,
|
|
17169
17169
|
// π κ»λ°κΈ° ν΅κ³Όμ© 컀μ€ν
μ€ν€λ§
|
|
17170
17170
|
(notification) => {
|
|
17171
|
-
|
|
17172
|
-
|
|
17173
|
-
|
|
17174
|
-
if (logData.type === "BRAIN_DECISION") {
|
|
17175
|
-
}
|
|
17176
|
-
} catch (e) {
|
|
17177
|
-
trace.warn("μλ¦Ό λ΄λΆ νμ± μλ¬:", e);
|
|
17178
|
-
}
|
|
17171
|
+
trace.log(notification);
|
|
17172
|
+
this.add("ai", notification.params.message);
|
|
17173
|
+
this.add("ing", "");
|
|
17179
17174
|
}
|
|
17180
17175
|
);
|
|
17181
17176
|
}).catch((err) => {
|
|
@@ -17402,7 +17397,7 @@ render_fn = function() {
|
|
|
17402
17397
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17403
17398
|
this.shadowRoot.innerHTML = `
|
|
17404
17399
|
<style>
|
|
17405
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17400
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
|
|
17406
17401
|
${customImport}
|
|
17407
17402
|
</style>
|
|
17408
17403
|
<div class="wrapper">
|
|
@@ -43621,7 +43616,7 @@ class NineDiff extends HTMLElement {
|
|
|
43621
43616
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43622
43617
|
this.shadowRoot.innerHTML = `
|
|
43623
43618
|
<style>
|
|
43624
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43619
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
|
|
43625
43620
|
${customImport}
|
|
43626
43621
|
</style>
|
|
43627
43622
|
|
|
@@ -43731,7 +43726,7 @@ render_fn2 = function() {
|
|
|
43731
43726
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43732
43727
|
this.shadowRoot.innerHTML = `
|
|
43733
43728
|
<style>
|
|
43734
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43729
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
|
|
43735
43730
|
${customImport}
|
|
43736
43731
|
</style>
|
|
43737
43732
|
|
|
@@ -44058,7 +44053,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44058
44053
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44059
44054
|
this.shadowRoot.innerHTML = `
|
|
44060
44055
|
<style>
|
|
44061
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44056
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
|
|
44062
44057
|
${customImport}
|
|
44063
44058
|
</style>
|
|
44064
44059
|
|
|
@@ -44152,7 +44147,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44152
44147
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44153
44148
|
}
|
|
44154
44149
|
const NineMu = {
|
|
44155
|
-
version: "0.1.
|
|
44150
|
+
version: "0.1.210",
|
|
44156
44151
|
init: (config2) => {
|
|
44157
44152
|
trace$1.log("π οΈ Nine-Mu Engine initialized", config2);
|
|
44158
44153
|
}
|