@nine-lab/nine-mu 0.1.194 → 0.1.195

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
@@ -13807,7 +13807,7 @@ render_fn = function() {
13807
13807
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13808
13808
  this.shadowRoot.innerHTML = `
13809
13809
  <style>
13810
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
13810
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.194"}/dist/css/nine-mu.css";
13811
13811
  ${customImport}
13812
13812
  </style>
13813
13813
  <div class="wrapper">
@@ -40026,7 +40026,7 @@ class NineDiff extends HTMLElement {
40026
40026
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40027
40027
  this.shadowRoot.innerHTML = `
40028
40028
  <style>
40029
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40029
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.194"}/dist/css/nine-mu.css";
40030
40030
  ${customImport}
40031
40031
  </style>
40032
40032
 
@@ -40136,7 +40136,7 @@ render_fn2 = function() {
40136
40136
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40137
40137
  this.shadowRoot.innerHTML = `
40138
40138
  <style>
40139
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40139
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.194"}/dist/css/nine-mu.css";
40140
40140
  ${customImport}
40141
40141
  </style>
40142
40142
 
@@ -40463,7 +40463,7 @@ class ChatMessageBody extends HTMLElement {
40463
40463
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40464
40464
  this.shadowRoot.innerHTML = `
40465
40465
  <style>
40466
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40466
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.194"}/dist/css/nine-mu.css";
40467
40467
  ${customImport}
40468
40468
  </style>
40469
40469
 
@@ -40557,7 +40557,7 @@ if (!customElements.get("nine-chat-progress")) {
40557
40557
  customElements.define("nine-chat-progress", ProgressMessage);
40558
40558
  }
40559
40559
  const NineMu = {
40560
- version: "0.1.193",
40560
+ version: "0.1.194",
40561
40561
  init: (config2) => {
40562
40562
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40563
40563
  }