@nine-lab/nine-mu 0.1.154 → 0.1.155
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/css/nine-mu.css +1 -1
- package/dist/nine-mu.js +5 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
- package/public/css/nine-mu.css +1 -1
package/dist/css/nine-mu.css
CHANGED
package/dist/nine-mu.js
CHANGED
|
@@ -13817,7 +13817,7 @@ render_fn = function() {
|
|
|
13817
13817
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13818
13818
|
this.shadowRoot.innerHTML = `
|
|
13819
13819
|
<style>
|
|
13820
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13820
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.154"}/dist/css/nine-mu.css";
|
|
13821
13821
|
${customImport}
|
|
13822
13822
|
</style>
|
|
13823
13823
|
<div class="wrapper">
|
|
@@ -40036,7 +40036,7 @@ class NineDiff extends HTMLElement {
|
|
|
40036
40036
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40037
40037
|
this.shadowRoot.innerHTML = `
|
|
40038
40038
|
<style>
|
|
40039
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40039
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.154"}/dist/css/nine-mu.css";
|
|
40040
40040
|
${customImport}
|
|
40041
40041
|
</style>
|
|
40042
40042
|
|
|
@@ -40146,7 +40146,7 @@ render_fn2 = function() {
|
|
|
40146
40146
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40147
40147
|
this.shadowRoot.innerHTML = `
|
|
40148
40148
|
<style>
|
|
40149
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40149
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.154"}/dist/css/nine-mu.css";
|
|
40150
40150
|
${customImport}
|
|
40151
40151
|
</style>
|
|
40152
40152
|
|
|
@@ -40474,7 +40474,7 @@ class ChatMessage extends HTMLElement {
|
|
|
40474
40474
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40475
40475
|
this.shadowRoot.innerHTML = `
|
|
40476
40476
|
<style>
|
|
40477
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40477
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.154"}/dist/css/nine-mu.css";
|
|
40478
40478
|
${customImport}
|
|
40479
40479
|
</style>
|
|
40480
40480
|
|
|
@@ -40568,7 +40568,7 @@ if (!customElements.get("nine-chat-me")) {
|
|
|
40568
40568
|
customElements.define("nine-chat-me", MyMessage);
|
|
40569
40569
|
}
|
|
40570
40570
|
const NineMu = {
|
|
40571
|
-
version: "0.1.
|
|
40571
|
+
version: "0.1.154",
|
|
40572
40572
|
init: (config2) => {
|
|
40573
40573
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40574
40574
|
}
|