@nine-lab/nine-mu 0.1.253 → 0.1.254

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
@@ -17441,7 +17441,7 @@ render_fn = function() {
17441
17441
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17442
17442
  this.shadowRoot.innerHTML = `
17443
17443
  <style>
17444
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
17444
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.253"}/dist/css/nine-mu.css";
17445
17445
  ${customImport}
17446
17446
  </style>
17447
17447
  <div class="wrapper">
@@ -43658,7 +43658,7 @@ class NineDiff extends HTMLElement {
43658
43658
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43659
43659
  this.shadowRoot.innerHTML = `
43660
43660
  <style>
43661
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
43661
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.253"}/dist/css/nine-mu.css";
43662
43662
  ${customImport}
43663
43663
  </style>
43664
43664
 
@@ -43768,7 +43768,7 @@ render_fn2 = function() {
43768
43768
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43769
43769
  this.shadowRoot.innerHTML = `
43770
43770
  <style>
43771
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
43771
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.253"}/dist/css/nine-mu.css";
43772
43772
  ${customImport}
43773
43773
  </style>
43774
43774
 
@@ -44094,7 +44094,7 @@ class ChatMessageBody extends HTMLElement {
44094
44094
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44095
44095
  this.shadowRoot.innerHTML = `
44096
44096
  <style>
44097
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
44097
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.253"}/dist/css/nine-mu.css";
44098
44098
  ${customImport}
44099
44099
  </style>
44100
44100
 
@@ -44188,7 +44188,7 @@ if (!customElements.get("nine-chat-progress")) {
44188
44188
  customElements.define("nine-chat-progress", ProgressMessage);
44189
44189
  }
44190
44190
  const NineMu = {
44191
- version: "0.1.252",
44191
+ version: "0.1.253",
44192
44192
  init: (config2) => {
44193
44193
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44194
44194
  }