@nine-lab/nine-mu 0.1.111 → 0.1.112

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
@@ -13720,7 +13720,7 @@ render_fn = function() {
13720
13720
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13721
13721
  this.shadowRoot.innerHTML = `
13722
13722
  <style>
13723
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.110"}/dist/css/nine-mu.css";
13723
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.111"}/dist/css/nine-mu.css";
13724
13724
  ${customImport}
13725
13725
  </style>
13726
13726
  <div class="wrapper">
@@ -13761,7 +13761,6 @@ render_fn = function() {
13761
13761
  _makeMenuHandler = new WeakMap();
13762
13762
  _sourceGenHandler = new WeakMap();
13763
13763
  _showDiff = new WeakMap();
13764
- trace.init("nine-mu", "#0969da");
13765
13764
  if (!customElements.get("nine-chat")) {
13766
13765
  customElements.define("nine-chat", NineChat);
13767
13766
  }
@@ -39939,7 +39938,7 @@ class NineDiff extends HTMLElement {
39939
39938
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39940
39939
  this.shadowRoot.innerHTML = `
39941
39940
  <style>
39942
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.110"}/dist/css/nine-mu.css";
39941
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.111"}/dist/css/nine-mu.css";
39943
39942
  ${customImport}
39944
39943
  </style>
39945
39944
 
@@ -40049,7 +40048,7 @@ render_fn2 = function() {
40049
40048
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40050
40049
  this.shadowRoot.innerHTML = `
40051
40050
  <style>
40052
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.110"}/dist/css/nine-mu.css";
40051
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.111"}/dist/css/nine-mu.css";
40053
40052
  ${customImport}
40054
40053
  </style>
40055
40054
 
@@ -40088,7 +40087,7 @@ handleCancel_fn = function() {
40088
40087
  };
40089
40088
  customElements.define("nine-diff-popup", NineDiffPopup);
40090
40089
  const NineMu = {
40091
- version: "0.1.110",
40090
+ version: "0.1.111",
40092
40091
  init: (config2) => {
40093
40092
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40094
40093
  }