@nine-lab/nine-mu 0.1.113 → 0.1.115

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
@@ -13727,7 +13727,7 @@ render_fn = function() {
13727
13727
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13728
13728
  this.shadowRoot.innerHTML = `
13729
13729
  <style>
13730
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.112"}/dist/css/nine-mu.css";
13730
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.114"}/dist/css/nine-mu.css";
13731
13731
  ${customImport}
13732
13732
  </style>
13733
13733
  <div class="wrapper">
@@ -39945,7 +39945,7 @@ class NineDiff extends HTMLElement {
39945
39945
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39946
39946
  this.shadowRoot.innerHTML = `
39947
39947
  <style>
39948
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.112"}/dist/css/nine-mu.css";
39948
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.114"}/dist/css/nine-mu.css";
39949
39949
  ${customImport}
39950
39950
  </style>
39951
39951
 
@@ -40055,7 +40055,7 @@ render_fn2 = function() {
40055
40055
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40056
40056
  this.shadowRoot.innerHTML = `
40057
40057
  <style>
40058
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.112"}/dist/css/nine-mu.css";
40058
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.114"}/dist/css/nine-mu.css";
40059
40059
  ${customImport}
40060
40060
  </style>
40061
40061
 
@@ -40094,7 +40094,7 @@ handleCancel_fn = function() {
40094
40094
  };
40095
40095
  customElements.define("nine-diff-popup", NineDiffPopup);
40096
40096
  const NineMu = {
40097
- version: "0.1.112",
40097
+ version: "0.1.114",
40098
40098
  init: (config2) => {
40099
40099
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40100
40100
  }