@nine-lab/nine-mu 0.1.196 → 0.1.197
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
|
@@ -13580,7 +13580,7 @@ connect_fn = async function() {
|
|
|
13580
13580
|
if (logData.type === "BRAIN_DECISION") {
|
|
13581
13581
|
}
|
|
13582
13582
|
} catch (e) {
|
|
13583
|
-
|
|
13583
|
+
trace.warn("알림 파싱 실패:", e);
|
|
13584
13584
|
}
|
|
13585
13585
|
}
|
|
13586
13586
|
);
|
|
@@ -13808,7 +13808,7 @@ render_fn = function() {
|
|
|
13808
13808
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13809
13809
|
this.shadowRoot.innerHTML = `
|
|
13810
13810
|
<style>
|
|
13811
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13811
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.196"}/dist/css/nine-mu.css";
|
|
13812
13812
|
${customImport}
|
|
13813
13813
|
</style>
|
|
13814
13814
|
<div class="wrapper">
|
|
@@ -40027,7 +40027,7 @@ class NineDiff extends HTMLElement {
|
|
|
40027
40027
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40028
40028
|
this.shadowRoot.innerHTML = `
|
|
40029
40029
|
<style>
|
|
40030
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40030
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.196"}/dist/css/nine-mu.css";
|
|
40031
40031
|
${customImport}
|
|
40032
40032
|
</style>
|
|
40033
40033
|
|
|
@@ -40137,7 +40137,7 @@ render_fn2 = function() {
|
|
|
40137
40137
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40138
40138
|
this.shadowRoot.innerHTML = `
|
|
40139
40139
|
<style>
|
|
40140
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40140
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.196"}/dist/css/nine-mu.css";
|
|
40141
40141
|
${customImport}
|
|
40142
40142
|
</style>
|
|
40143
40143
|
|
|
@@ -40464,7 +40464,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40464
40464
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40465
40465
|
this.shadowRoot.innerHTML = `
|
|
40466
40466
|
<style>
|
|
40467
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40467
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.196"}/dist/css/nine-mu.css";
|
|
40468
40468
|
${customImport}
|
|
40469
40469
|
</style>
|
|
40470
40470
|
|
|
@@ -40558,7 +40558,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40558
40558
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40559
40559
|
}
|
|
40560
40560
|
const NineMu = {
|
|
40561
|
-
version: "0.1.
|
|
40561
|
+
version: "0.1.196",
|
|
40562
40562
|
init: (config2) => {
|
|
40563
40563
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40564
40564
|
}
|