@nine-lab/nine-mu 0.1.261 → 0.1.262

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
@@ -17123,12 +17123,6 @@ handleLoggingMessage_fn = function(params) {
17123
17123
  trace.log(`[시그널 감지] 설계 완료`, data);
17124
17124
  __privateGet(this, _processSourceData).call(this, data);
17125
17125
  }
17126
- if (data) {
17127
- if (data.source && data.file_name && data.path && data.mode === "CREATE" && data.status === "PROGRESS") {
17128
- trace.log(`[시그널 감지] 설계 완료`, data);
17129
- __privateGet(this, _processSourceData).call(this, data);
17130
- }
17131
- }
17132
17126
  };
17133
17127
  _processSourceData = new WeakMap();
17134
17128
  class NineChatManager {
@@ -17498,7 +17492,7 @@ render_fn = function() {
17498
17492
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17499
17493
  this.shadowRoot.innerHTML = `
17500
17494
  <style>
17501
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.260"}/dist/css/nine-mu.css";
17495
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.261"}/dist/css/nine-mu.css";
17502
17496
  ${customImport}
17503
17497
  </style>
17504
17498
  <div class="wrapper">
@@ -43715,7 +43709,7 @@ class NineDiff extends HTMLElement {
43715
43709
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43716
43710
  this.shadowRoot.innerHTML = `
43717
43711
  <style>
43718
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.260"}/dist/css/nine-mu.css";
43712
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.261"}/dist/css/nine-mu.css";
43719
43713
  ${customImport}
43720
43714
  </style>
43721
43715
 
@@ -43825,7 +43819,7 @@ render_fn2 = function() {
43825
43819
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43826
43820
  this.shadowRoot.innerHTML = `
43827
43821
  <style>
43828
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.260"}/dist/css/nine-mu.css";
43822
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.261"}/dist/css/nine-mu.css";
43829
43823
  ${customImport}
43830
43824
  </style>
43831
43825
 
@@ -44151,7 +44145,7 @@ class ChatMessageBody extends HTMLElement {
44151
44145
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44152
44146
  this.shadowRoot.innerHTML = `
44153
44147
  <style>
44154
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.260"}/dist/css/nine-mu.css";
44148
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.261"}/dist/css/nine-mu.css";
44155
44149
  ${customImport}
44156
44150
  </style>
44157
44151
 
@@ -44245,7 +44239,7 @@ if (!customElements.get("nine-chat-progress")) {
44245
44239
  customElements.define("nine-chat-progress", ProgressMessage);
44246
44240
  }
44247
44241
  const NineMu = {
44248
- version: "0.1.260",
44242
+ version: "0.1.261",
44249
44243
  init: (config2) => {
44250
44244
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44251
44245
  }