@nine-lab/nine-mu 0.1.58 → 0.1.59

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
@@ -184,7 +184,7 @@ render_fn = function() {
184
184
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
185
185
  this.shadowRoot.innerHTML = `
186
186
  <style>
187
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.57"}/dist/css/nine-mu.css";
187
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.58"}/dist/css/nine-mu.css";
188
188
  ${customImport}
189
189
  </style>
190
190
  <div class="wrapper">
@@ -26397,7 +26397,7 @@ class NineDiff extends HTMLElement {
26397
26397
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26398
26398
  this.shadowRoot.innerHTML = `
26399
26399
  <style>
26400
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.57"}/dist/css/nine-mu.css";
26400
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.58"}/dist/css/nine-mu.css";
26401
26401
  ${customImport}
26402
26402
  </style>
26403
26403
 
@@ -26462,7 +26462,7 @@ class NineDiffPopup extends HTMLElement {
26462
26462
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26463
26463
  this.shadowRoot.innerHTML = `
26464
26464
  <style>
26465
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.57"}/dist/css/nine-mu.css";
26465
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.58"}/dist/css/nine-mu.css";
26466
26466
  ${customImport}
26467
26467
  </style>
26468
26468
 
@@ -26540,7 +26540,7 @@ handleCancel_fn = function() {
26540
26540
  };
26541
26541
  customElements.define("nine-diff-popup", NineDiffPopup);
26542
26542
  const NineMu = {
26543
- version: "0.1.57",
26543
+ version: "0.1.58",
26544
26544
  init: (config) => {
26545
26545
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26546
26546
  }