@nine-lab/nine-mu 0.1.124 → 0.1.125

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.123"}/dist/css/nine-mu.css";
13723
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.124"}/dist/css/nine-mu.css";
13724
13724
  ${customImport}
13725
13725
  </style>
13726
13726
  <div class="wrapper">
@@ -39938,7 +39938,7 @@ class NineDiff extends HTMLElement {
39938
39938
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39939
39939
  this.shadowRoot.innerHTML = `
39940
39940
  <style>
39941
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.123"}/dist/css/nine-mu.css";
39941
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.124"}/dist/css/nine-mu.css";
39942
39942
  ${customImport}
39943
39943
  </style>
39944
39944
 
@@ -40048,7 +40048,7 @@ render_fn2 = function() {
40048
40048
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40049
40049
  this.shadowRoot.innerHTML = `
40050
40050
  <style>
40051
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.123"}/dist/css/nine-mu.css";
40051
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.124"}/dist/css/nine-mu.css";
40052
40052
  ${customImport}
40053
40053
  </style>
40054
40054
 
@@ -40087,7 +40087,7 @@ handleCancel_fn = function() {
40087
40087
  };
40088
40088
  customElements.define("nine-diff-popup", NineDiffPopup);
40089
40089
  const NineMu = {
40090
- version: "0.1.123",
40090
+ version: "0.1.124",
40091
40091
  init: (config2) => {
40092
40092
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40093
40093
  }