@nine-lab/nine-mu 0.1.82 → 0.1.83

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
@@ -191,7 +191,7 @@ render_fn = function() {
191
191
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
192
192
  this.shadowRoot.innerHTML = `
193
193
  <style>
194
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.81"}/dist/css/nine-mu.css";
194
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.82"}/dist/css/nine-mu.css";
195
195
  ${customImport}
196
196
  </style>
197
197
  <div class="wrapper">
@@ -26407,7 +26407,7 @@ class NineDiff extends HTMLElement {
26407
26407
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26408
26408
  this.shadowRoot.innerHTML = `
26409
26409
  <style>
26410
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.81"}/dist/css/nine-mu.css";
26410
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.82"}/dist/css/nine-mu.css";
26411
26411
  ${customImport}
26412
26412
  </style>
26413
26413
 
@@ -26517,7 +26517,7 @@ render_fn2 = function() {
26517
26517
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26518
26518
  this.shadowRoot.innerHTML = `
26519
26519
  <style>
26520
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.81"}/dist/css/nine-mu.css";
26520
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.82"}/dist/css/nine-mu.css";
26521
26521
  ${customImport}
26522
26522
  </style>
26523
26523
 
@@ -26556,7 +26556,7 @@ handleCancel_fn = function() {
26556
26556
  };
26557
26557
  customElements.define("nine-diff-popup", NineDiffPopup);
26558
26558
  const NineMu = {
26559
- version: "0.1.81",
26559
+ version: "0.1.82",
26560
26560
  init: (config) => {
26561
26561
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26562
26562
  }