@nine-lab/nine-mu 0.1.210 → 0.1.212
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
|
@@ -17169,6 +17169,7 @@ connect_fn = async function() {
|
|
|
17169
17169
|
// 👈 껍데기 통과용 커스텀 스키마
|
|
17170
17170
|
(notification) => {
|
|
17171
17171
|
trace.log(notification);
|
|
17172
|
+
trace.log(this.add);
|
|
17172
17173
|
this.add("ai", notification.params.message);
|
|
17173
17174
|
}
|
|
17174
17175
|
);
|
|
@@ -17396,7 +17397,7 @@ render_fn = function() {
|
|
|
17396
17397
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17397
17398
|
this.shadowRoot.innerHTML = `
|
|
17398
17399
|
<style>
|
|
17399
|
-
@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.211"}/dist/css/nine-mu.css";
|
|
17400
17401
|
${customImport}
|
|
17401
17402
|
</style>
|
|
17402
17403
|
<div class="wrapper">
|
|
@@ -43615,7 +43616,7 @@ class NineDiff extends HTMLElement {
|
|
|
43615
43616
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43616
43617
|
this.shadowRoot.innerHTML = `
|
|
43617
43618
|
<style>
|
|
43618
|
-
@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.211"}/dist/css/nine-mu.css";
|
|
43619
43620
|
${customImport}
|
|
43620
43621
|
</style>
|
|
43621
43622
|
|
|
@@ -43725,7 +43726,7 @@ render_fn2 = function() {
|
|
|
43725
43726
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43726
43727
|
this.shadowRoot.innerHTML = `
|
|
43727
43728
|
<style>
|
|
43728
|
-
@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.211"}/dist/css/nine-mu.css";
|
|
43729
43730
|
${customImport}
|
|
43730
43731
|
</style>
|
|
43731
43732
|
|
|
@@ -44052,7 +44053,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44052
44053
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44053
44054
|
this.shadowRoot.innerHTML = `
|
|
44054
44055
|
<style>
|
|
44055
|
-
@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.211"}/dist/css/nine-mu.css";
|
|
44056
44057
|
${customImport}
|
|
44057
44058
|
</style>
|
|
44058
44059
|
|
|
@@ -44146,7 +44147,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44146
44147
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44147
44148
|
}
|
|
44148
44149
|
const NineMu = {
|
|
44149
|
-
version: "0.1.
|
|
44150
|
+
version: "0.1.211",
|
|
44150
44151
|
init: (config2) => {
|
|
44151
44152
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44152
44153
|
}
|