@nine-lab/nine-mu 0.1.305 → 0.1.307

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
@@ -17458,7 +17458,7 @@ class NineChat extends HTMLElement {
17458
17458
  if (oldPopup) {
17459
17459
  oldPopup.remove();
17460
17460
  }
17461
- const $diffPopup = document.createElement("nine-diff-popup");
17461
+ const $diffPopup = document.createElement("nine-menu-diff-popup");
17462
17462
  const container = this.shadowRoot.querySelector(".wrapper") || this.shadowRoot;
17463
17463
  container.appendChild($diffPopup);
17464
17464
  $diffPopup.popup().data(asis, tobe, lang);
@@ -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.304"}/dist/css/nine-mu.css";
17566
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.306"}/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.304"}/dist/css/nine-mu.css";
43783
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.306"}/dist/css/nine-mu.css";
43784
43784
  ${customImport}
43785
43785
  </style>
43786
43786
 
@@ -43906,7 +43906,7 @@ renderScaffolding_fn = function() {
43906
43906
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
43907
43907
  this.shadowRoot.innerHTML = `
43908
43908
  <style>
43909
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.304"}/dist/css/nine-mu.css";
43909
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.306"}/dist/css/nine-mu.css";
43910
43910
  ${customImport}
43911
43911
  </style>
43912
43912
 
@@ -44013,10 +44013,10 @@ _asisBackup = new WeakMap();
44013
44013
  _host2 = new WeakMap();
44014
44014
  _NineMenuDiffPopup_instances = new WeakSet();
44015
44015
  render_fn2 = function() {
44016
- const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44016
+ const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
44017
44017
  this.shadowRoot.innerHTML = `
44018
44018
  <style>
44019
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.304"}/dist/css/nine-mu.css";
44019
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.306"}/dist/css/nine-mu.css";
44020
44020
  ${customImport}
44021
44021
  </style>
44022
44022
 
@@ -44342,7 +44342,7 @@ class ChatMessageBody extends HTMLElement {
44342
44342
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44343
44343
  this.shadowRoot.innerHTML = `
44344
44344
  <style>
44345
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.304"}/dist/css/nine-mu.css";
44345
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.306"}/dist/css/nine-mu.css";
44346
44346
  ${customImport}
44347
44347
  </style>
44348
44348
 
@@ -44436,7 +44436,7 @@ if (!customElements.get("nine-chat-progress")) {
44436
44436
  customElements.define("nine-chat-progress", ProgressMessage);
44437
44437
  }
44438
44438
  const NineMu = {
44439
- version: "0.1.304",
44439
+ version: "0.1.306",
44440
44440
  init: (config2) => {
44441
44441
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44442
44442
  }