@nine-lab/nine-mu 0.1.149 → 0.1.150
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
|
@@ -13811,7 +13811,7 @@ render_fn = function() {
|
|
|
13811
13811
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13812
13812
|
this.shadowRoot.innerHTML = `
|
|
13813
13813
|
<style>
|
|
13814
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13814
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.149"}/dist/css/nine-mu.css";
|
|
13815
13815
|
${customImport}
|
|
13816
13816
|
</style>
|
|
13817
13817
|
<div class="wrapper">
|
|
@@ -40029,7 +40029,7 @@ class NineDiff extends HTMLElement {
|
|
|
40029
40029
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40030
40030
|
this.shadowRoot.innerHTML = `
|
|
40031
40031
|
<style>
|
|
40032
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40032
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.149"}/dist/css/nine-mu.css";
|
|
40033
40033
|
${customImport}
|
|
40034
40034
|
</style>
|
|
40035
40035
|
|
|
@@ -40139,7 +40139,7 @@ render_fn2 = function() {
|
|
|
40139
40139
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40140
40140
|
this.shadowRoot.innerHTML = `
|
|
40141
40141
|
<style>
|
|
40142
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40142
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.149"}/dist/css/nine-mu.css";
|
|
40143
40143
|
${customImport}
|
|
40144
40144
|
</style>
|
|
40145
40145
|
|
|
@@ -40178,7 +40178,7 @@ handleCancel_fn = function() {
|
|
|
40178
40178
|
};
|
|
40179
40179
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40180
40180
|
const NineMu = {
|
|
40181
|
-
version: "0.1.
|
|
40181
|
+
version: "0.1.149",
|
|
40182
40182
|
init: (config2) => {
|
|
40183
40183
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40184
40184
|
}
|