@nine-lab/nine-mu 0.1.295 β 0.1.297
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
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.296"}/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.296"}/dist/css/nine-mu.css";
|
|
43784
43784
|
${customImport}
|
|
43785
43785
|
</style>
|
|
43786
43786
|
|
|
@@ -43904,11 +43904,10 @@ _NineDiffPopup_instances = new WeakSet();
|
|
|
43904
43904
|
* π‘ μ€νμΌ κ°μ μλ μμ λ€μ΄μΌλ‘κ·Έ κ»λ°κΈ° λ λλ§
|
|
43905
43905
|
*/
|
|
43906
43906
|
renderScaffolding_fn = function() {
|
|
43907
|
-
const customImport =
|
|
43908
|
-
const appVersion = "0.1.294";
|
|
43907
|
+
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/ninePanel.css";` : "";
|
|
43909
43908
|
this.shadowRoot.innerHTML = `
|
|
43910
43909
|
<style>
|
|
43911
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${
|
|
43910
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.296"}/dist/css/nine-mu.css";
|
|
43912
43911
|
${customImport}
|
|
43913
43912
|
</style>
|
|
43914
43913
|
|
|
@@ -44244,7 +44243,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44244
44243
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44245
44244
|
this.shadowRoot.innerHTML = `
|
|
44246
44245
|
<style>
|
|
44247
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44246
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.296"}/dist/css/nine-mu.css";
|
|
44248
44247
|
${customImport}
|
|
44249
44248
|
</style>
|
|
44250
44249
|
|
|
@@ -44338,7 +44337,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44338
44337
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44339
44338
|
}
|
|
44340
44339
|
const NineMu = {
|
|
44341
|
-
version: "0.1.
|
|
44340
|
+
version: "0.1.296",
|
|
44342
44341
|
init: (config2) => {
|
|
44343
44342
|
trace$1.log("π οΈ Nine-Mu Engine initialized", config2);
|
|
44344
44343
|
}
|