@nine-lab/nine-mu 0.1.285 → 0.1.286
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
|
@@ -17563,7 +17563,7 @@ render_fn = function() {
|
|
|
17563
17563
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17564
17564
|
this.shadowRoot.innerHTML = `
|
|
17565
17565
|
<style>
|
|
17566
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17566
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.285"}/dist/css/nine-mu.css";
|
|
17567
17567
|
${customImport}
|
|
17568
17568
|
</style>
|
|
17569
17569
|
<div class="wrapper">
|
|
@@ -43780,7 +43780,7 @@ class NineDiff extends HTMLElement {
|
|
|
43780
43780
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43781
43781
|
this.shadowRoot.innerHTML = `
|
|
43782
43782
|
<style>
|
|
43783
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43783
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.285"}/dist/css/nine-mu.css";
|
|
43784
43784
|
${customImport}
|
|
43785
43785
|
</style>
|
|
43786
43786
|
|
|
@@ -43903,7 +43903,7 @@ _NineDiffPopup_instances = new WeakSet();
|
|
|
43903
43903
|
*/
|
|
43904
43904
|
renderScaffolding_fn = function() {
|
|
43905
43905
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43906
|
-
const appVersion = "0.1.
|
|
43906
|
+
const appVersion = "0.1.285";
|
|
43907
43907
|
this.shadowRoot.innerHTML = `
|
|
43908
43908
|
<style>
|
|
43909
43909
|
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${appVersion}/dist/css/nine-mu.css";
|
|
@@ -44283,7 +44283,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44283
44283
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44284
44284
|
this.shadowRoot.innerHTML = `
|
|
44285
44285
|
<style>
|
|
44286
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44286
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.285"}/dist/css/nine-mu.css";
|
|
44287
44287
|
${customImport}
|
|
44288
44288
|
</style>
|
|
44289
44289
|
|
|
@@ -44377,7 +44377,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44377
44377
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44378
44378
|
}
|
|
44379
44379
|
const NineMu = {
|
|
44380
|
-
version: "0.1.
|
|
44380
|
+
version: "0.1.285",
|
|
44381
44381
|
init: (config2) => {
|
|
44382
44382
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44383
44383
|
}
|