@nine-lab/nine-mu 0.1.302 → 0.1.303

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
@@ -17572,7 +17572,7 @@ render_fn = function() {
17572
17572
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17573
17573
  this.shadowRoot.innerHTML = `
17574
17574
  <style>
17575
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
17575
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.302"}/dist/css/nine-mu.css";
17576
17576
  ${customImport}
17577
17577
  </style>
17578
17578
  <div class="wrapper">
@@ -43789,7 +43789,7 @@ class NineDiff extends HTMLElement {
43789
43789
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43790
43790
  this.shadowRoot.innerHTML = `
43791
43791
  <style>
43792
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
43792
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.302"}/dist/css/nine-mu.css";
43793
43793
  ${customImport}
43794
43794
  </style>
43795
43795
 
@@ -43915,7 +43915,7 @@ renderScaffolding_fn = function() {
43915
43915
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
43916
43916
  this.shadowRoot.innerHTML = `
43917
43917
  <style>
43918
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
43918
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.302"}/dist/css/nine-mu.css";
43919
43919
  ${customImport}
43920
43920
  </style>
43921
43921
 
@@ -44251,7 +44251,7 @@ class ChatMessageBody extends HTMLElement {
44251
44251
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44252
44252
  this.shadowRoot.innerHTML = `
44253
44253
  <style>
44254
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
44254
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.302"}/dist/css/nine-mu.css";
44255
44255
  ${customImport}
44256
44256
  </style>
44257
44257
 
@@ -44345,7 +44345,7 @@ if (!customElements.get("nine-chat-progress")) {
44345
44345
  customElements.define("nine-chat-progress", ProgressMessage);
44346
44346
  }
44347
44347
  const NineMu = {
44348
- version: "0.1.301",
44348
+ version: "0.1.302",
44349
44349
  init: (config2) => {
44350
44350
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44351
44351
  }