@nine-lab/nine-mu 0.1.147 → 0.1.148
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
|
@@ -13823,7 +13823,7 @@ render_fn = function() {
|
|
|
13823
13823
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13824
13824
|
this.shadowRoot.innerHTML = `
|
|
13825
13825
|
<style>
|
|
13826
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13826
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.147"}/dist/css/nine-mu.css";
|
|
13827
13827
|
${customImport}
|
|
13828
13828
|
</style>
|
|
13829
13829
|
<div class="wrapper">
|
|
@@ -40041,7 +40041,7 @@ class NineDiff extends HTMLElement {
|
|
|
40041
40041
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40042
40042
|
this.shadowRoot.innerHTML = `
|
|
40043
40043
|
<style>
|
|
40044
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40044
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.147"}/dist/css/nine-mu.css";
|
|
40045
40045
|
${customImport}
|
|
40046
40046
|
</style>
|
|
40047
40047
|
|
|
@@ -40151,7 +40151,7 @@ render_fn2 = function() {
|
|
|
40151
40151
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40152
40152
|
this.shadowRoot.innerHTML = `
|
|
40153
40153
|
<style>
|
|
40154
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40154
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.147"}/dist/css/nine-mu.css";
|
|
40155
40155
|
${customImport}
|
|
40156
40156
|
</style>
|
|
40157
40157
|
|
|
@@ -40190,7 +40190,7 @@ handleCancel_fn = function() {
|
|
|
40190
40190
|
};
|
|
40191
40191
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40192
40192
|
const NineMu = {
|
|
40193
|
-
version: "0.1.
|
|
40193
|
+
version: "0.1.147",
|
|
40194
40194
|
init: (config2) => {
|
|
40195
40195
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40196
40196
|
}
|