@nine-lab/nine-mu 0.1.240 → 0.1.241

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
@@ -17424,7 +17424,7 @@ render_fn = function() {
17424
17424
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17425
17425
  this.shadowRoot.innerHTML = `
17426
17426
  <style>
17427
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.239"}/dist/css/nine-mu.css";
17427
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.240"}/dist/css/nine-mu.css";
17428
17428
  ${customImport}
17429
17429
  </style>
17430
17430
  <div class="wrapper">
@@ -43641,7 +43641,7 @@ class NineDiff extends HTMLElement {
43641
43641
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43642
43642
  this.shadowRoot.innerHTML = `
43643
43643
  <style>
43644
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.239"}/dist/css/nine-mu.css";
43644
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.240"}/dist/css/nine-mu.css";
43645
43645
  ${customImport}
43646
43646
  </style>
43647
43647
 
@@ -43751,7 +43751,7 @@ render_fn2 = function() {
43751
43751
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43752
43752
  this.shadowRoot.innerHTML = `
43753
43753
  <style>
43754
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.239"}/dist/css/nine-mu.css";
43754
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.240"}/dist/css/nine-mu.css";
43755
43755
  ${customImport}
43756
43756
  </style>
43757
43757
 
@@ -44077,7 +44077,7 @@ class ChatMessageBody extends HTMLElement {
44077
44077
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44078
44078
  this.shadowRoot.innerHTML = `
44079
44079
  <style>
44080
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.239"}/dist/css/nine-mu.css";
44080
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.240"}/dist/css/nine-mu.css";
44081
44081
  ${customImport}
44082
44082
  </style>
44083
44083
 
@@ -44171,7 +44171,7 @@ if (!customElements.get("nine-chat-progress")) {
44171
44171
  customElements.define("nine-chat-progress", ProgressMessage);
44172
44172
  }
44173
44173
  const NineMu = {
44174
- version: "0.1.239",
44174
+ version: "0.1.240",
44175
44175
  init: (config2) => {
44176
44176
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44177
44177
  }