@nine-lab/nine-mu 0.1.247 → 0.1.248

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