@nine-lab/nine-mu 0.1.283 → 0.1.284

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
@@ -17563,7 +17563,7 @@ render_fn = function() {
17563
17563
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17564
17564
  this.shadowRoot.innerHTML = `
17565
17565
  <style>
17566
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.282"}/dist/css/nine-mu.css";
17566
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.283"}/dist/css/nine-mu.css";
17567
17567
  ${customImport}
17568
17568
  </style>
17569
17569
  <div class="wrapper">
@@ -43780,7 +43780,7 @@ class NineDiff extends HTMLElement {
43780
43780
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43781
43781
  this.shadowRoot.innerHTML = `
43782
43782
  <style>
43783
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.282"}/dist/css/nine-mu.css";
43783
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.283"}/dist/css/nine-mu.css";
43784
43784
  ${customImport}
43785
43785
  </style>
43786
43786
 
@@ -43904,7 +43904,7 @@ _NineDiffPopup_instances = new WeakSet();
43904
43904
  */
43905
43905
  renderScaffolding_fn = function() {
43906
43906
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43907
- const appVersion = "0.1.282";
43907
+ const appVersion = "0.1.283";
43908
43908
  this.shadowRoot.innerHTML = `
43909
43909
  <style>
43910
43910
  @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${appVersion}/dist/css/nine-mu.css";
@@ -44284,7 +44284,7 @@ class ChatMessageBody extends HTMLElement {
44284
44284
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44285
44285
  this.shadowRoot.innerHTML = `
44286
44286
  <style>
44287
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.282"}/dist/css/nine-mu.css";
44287
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.283"}/dist/css/nine-mu.css";
44288
44288
  ${customImport}
44289
44289
  </style>
44290
44290
 
@@ -44378,7 +44378,7 @@ if (!customElements.get("nine-chat-progress")) {
44378
44378
  customElements.define("nine-chat-progress", ProgressMessage);
44379
44379
  }
44380
44380
  const NineMu = {
44381
- version: "0.1.282",
44381
+ version: "0.1.283",
44382
44382
  init: (config2) => {
44383
44383
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44384
44384
  }