@nine-lab/nine-mu 0.1.87 → 0.1.88

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
@@ -198,7 +198,7 @@ render_fn = function() {
198
198
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
199
199
  this.shadowRoot.innerHTML = `
200
200
  <style>
201
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.86"}/dist/css/nine-mu.css";
201
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
202
202
  ${customImport}
203
203
  </style>
204
204
  <div class="wrapper">
@@ -26416,7 +26416,7 @@ class NineDiff extends HTMLElement {
26416
26416
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26417
26417
  this.shadowRoot.innerHTML = `
26418
26418
  <style>
26419
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.86"}/dist/css/nine-mu.css";
26419
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
26420
26420
  ${customImport}
26421
26421
  </style>
26422
26422
 
@@ -26526,7 +26526,7 @@ render_fn2 = function() {
26526
26526
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26527
26527
  this.shadowRoot.innerHTML = `
26528
26528
  <style>
26529
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.86"}/dist/css/nine-mu.css";
26529
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
26530
26530
  ${customImport}
26531
26531
  </style>
26532
26532
 
@@ -26565,7 +26565,7 @@ handleCancel_fn = function() {
26565
26565
  };
26566
26566
  customElements.define("nine-diff-popup", NineDiffPopup);
26567
26567
  const NineMu = {
26568
- version: "0.1.86",
26568
+ version: "0.1.87",
26569
26569
  init: (config) => {
26570
26570
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26571
26571
  }