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