@nine-lab/nine-mu 0.1.95 → 0.1.96
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 +5 -6
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +1 -2
package/dist/nine-mu.js
CHANGED
|
@@ -208,7 +208,7 @@ render_fn = function() {
|
|
|
208
208
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
209
209
|
this.shadowRoot.innerHTML = `
|
|
210
210
|
<style>
|
|
211
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
211
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.95"}/dist/css/nine-mu.css";
|
|
212
212
|
${customImport}
|
|
213
213
|
</style>
|
|
214
214
|
<div class="wrapper">
|
|
@@ -236,8 +236,7 @@ render_fn = function() {
|
|
|
236
236
|
<div class="menu-icon menu-filter"></div>
|
|
237
237
|
<div class="menu-icon menu-general active"></div>
|
|
238
238
|
<div class="menu-icon menu-setting"></div>
|
|
239
|
-
|
|
240
|
-
<div class="menu2">
|
|
239
|
+
|
|
241
240
|
<div class="menu-icon make-menu"></div>
|
|
242
241
|
<div class="menu-icon source-gen"></div>
|
|
243
242
|
</div>
|
|
@@ -26426,7 +26425,7 @@ class NineDiff extends HTMLElement {
|
|
|
26426
26425
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26427
26426
|
this.shadowRoot.innerHTML = `
|
|
26428
26427
|
<style>
|
|
26429
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26428
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.95"}/dist/css/nine-mu.css";
|
|
26430
26429
|
${customImport}
|
|
26431
26430
|
</style>
|
|
26432
26431
|
|
|
@@ -26536,7 +26535,7 @@ render_fn2 = function() {
|
|
|
26536
26535
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26537
26536
|
this.shadowRoot.innerHTML = `
|
|
26538
26537
|
<style>
|
|
26539
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26538
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.95"}/dist/css/nine-mu.css";
|
|
26540
26539
|
${customImport}
|
|
26541
26540
|
</style>
|
|
26542
26541
|
|
|
@@ -26575,7 +26574,7 @@ handleCancel_fn = function() {
|
|
|
26575
26574
|
};
|
|
26576
26575
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
26577
26576
|
const NineMu = {
|
|
26578
|
-
version: "0.1.
|
|
26577
|
+
version: "0.1.95",
|
|
26579
26578
|
init: (config) => {
|
|
26580
26579
|
trace.log("🛠️ Nine-Mu Engine initialized", config);
|
|
26581
26580
|
}
|