@nine-lab/nine-mu 0.1.184 → 0.1.185
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 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -13840,7 +13840,7 @@ render_fn = function() {
|
|
|
13840
13840
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13841
13841
|
this.shadowRoot.innerHTML = `
|
|
13842
13842
|
<style>
|
|
13843
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13843
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.184"}/dist/css/nine-mu.css";
|
|
13844
13844
|
${customImport}
|
|
13845
13845
|
</style>
|
|
13846
13846
|
<div class="wrapper">
|
|
@@ -40059,7 +40059,7 @@ class NineDiff extends HTMLElement {
|
|
|
40059
40059
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40060
40060
|
this.shadowRoot.innerHTML = `
|
|
40061
40061
|
<style>
|
|
40062
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40062
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.184"}/dist/css/nine-mu.css";
|
|
40063
40063
|
${customImport}
|
|
40064
40064
|
</style>
|
|
40065
40065
|
|
|
@@ -40169,7 +40169,7 @@ render_fn2 = function() {
|
|
|
40169
40169
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40170
40170
|
this.shadowRoot.innerHTML = `
|
|
40171
40171
|
<style>
|
|
40172
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40172
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.184"}/dist/css/nine-mu.css";
|
|
40173
40173
|
${customImport}
|
|
40174
40174
|
</style>
|
|
40175
40175
|
|
|
@@ -40496,7 +40496,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40496
40496
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40497
40497
|
this.shadowRoot.innerHTML = `
|
|
40498
40498
|
<style>
|
|
40499
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40499
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.184"}/dist/css/nine-mu.css";
|
|
40500
40500
|
${customImport}
|
|
40501
40501
|
</style>
|
|
40502
40502
|
|
|
@@ -40590,7 +40590,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40590
40590
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40591
40591
|
}
|
|
40592
40592
|
const NineMu = {
|
|
40593
|
-
version: "0.1.
|
|
40593
|
+
version: "0.1.184",
|
|
40594
40594
|
init: (config2) => {
|
|
40595
40595
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40596
40596
|
}
|