@nine-lab/nine-mu 0.1.127 → 0.1.128
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 +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -13733,7 +13733,7 @@ render_fn = function() {
|
|
|
13733
13733
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13734
13734
|
this.shadowRoot.innerHTML = `
|
|
13735
13735
|
<style>
|
|
13736
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13736
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
13737
13737
|
${customImport}
|
|
13738
13738
|
</style>
|
|
13739
13739
|
<div class="wrapper">
|
|
@@ -39951,7 +39951,7 @@ class NineDiff extends HTMLElement {
|
|
|
39951
39951
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
39952
39952
|
this.shadowRoot.innerHTML = `
|
|
39953
39953
|
<style>
|
|
39954
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
39954
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
39955
39955
|
${customImport}
|
|
39956
39956
|
</style>
|
|
39957
39957
|
|
|
@@ -40061,7 +40061,7 @@ render_fn2 = function() {
|
|
|
40061
40061
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40062
40062
|
this.shadowRoot.innerHTML = `
|
|
40063
40063
|
<style>
|
|
40064
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40064
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
40065
40065
|
${customImport}
|
|
40066
40066
|
</style>
|
|
40067
40067
|
|
|
@@ -40100,7 +40100,7 @@ handleCancel_fn = function() {
|
|
|
40100
40100
|
};
|
|
40101
40101
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40102
40102
|
const NineMu = {
|
|
40103
|
-
version: "0.1.
|
|
40103
|
+
version: "0.1.127",
|
|
40104
40104
|
init: (config2) => {
|
|
40105
40105
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40106
40106
|
}
|