@nine-lab/nine-mu 0.1.109 → 0.1.110

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
@@ -13713,7 +13713,7 @@ render_fn = function() {
13713
13713
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13714
13714
  this.shadowRoot.innerHTML = `
13715
13715
  <style>
13716
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
13716
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.109"}/dist/css/nine-mu.css";
13717
13717
  ${customImport}
13718
13718
  </style>
13719
13719
  <div class="wrapper">
@@ -39932,7 +39932,7 @@ class NineDiff extends HTMLElement {
39932
39932
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39933
39933
  this.shadowRoot.innerHTML = `
39934
39934
  <style>
39935
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
39935
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.109"}/dist/css/nine-mu.css";
39936
39936
  ${customImport}
39937
39937
  </style>
39938
39938
 
@@ -40042,7 +40042,7 @@ render_fn2 = function() {
40042
40042
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40043
40043
  this.shadowRoot.innerHTML = `
40044
40044
  <style>
40045
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
40045
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.109"}/dist/css/nine-mu.css";
40046
40046
  ${customImport}
40047
40047
  </style>
40048
40048
 
@@ -40081,7 +40081,7 @@ handleCancel_fn = function() {
40081
40081
  };
40082
40082
  customElements.define("nine-diff-popup", NineDiffPopup);
40083
40083
  const NineMu = {
40084
- version: "0.1.108",
40084
+ version: "0.1.109",
40085
40085
  init: (config2) => {
40086
40086
  trace.log("🛠️ Nine-Mu Engine initialized", config2);
40087
40087
  }