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