@nine-lab/nine-mu 0.1.309 → 0.1.310
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.309"}/dist/css/nine-mu.css";
|
|
17567
17567
|
${customImport}
|
|
17568
17568
|
</style>
|
|
17569
17569
|
<div class="wrapper">
|
|
@@ -43815,7 +43815,7 @@ class NineDiff extends HTMLElement {
|
|
|
43815
43815
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43816
43816
|
this.shadowRoot.innerHTML = `
|
|
43817
43817
|
<style>
|
|
43818
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43818
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.309"}/dist/css/nine-mu.css";
|
|
43819
43819
|
${customImport}
|
|
43820
43820
|
</style>
|
|
43821
43821
|
|
|
@@ -43945,7 +43945,7 @@ renderScaffolding_fn = function() {
|
|
|
43945
43945
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43946
43946
|
this.shadowRoot.innerHTML = `
|
|
43947
43947
|
<style>
|
|
43948
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43948
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.309"}/dist/css/nine-mu.css";
|
|
43949
43949
|
${customImport}
|
|
43950
43950
|
</style>
|
|
43951
43951
|
|
|
@@ -44055,7 +44055,7 @@ render_fn2 = function() {
|
|
|
44055
44055
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44056
44056
|
this.shadowRoot.innerHTML = `
|
|
44057
44057
|
<style>
|
|
44058
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44058
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.309"}/dist/css/nine-mu.css";
|
|
44059
44059
|
${customImport}
|
|
44060
44060
|
</style>
|
|
44061
44061
|
|
|
@@ -44066,7 +44066,7 @@ render_fn2 = function() {
|
|
|
44066
44066
|
</div>
|
|
44067
44067
|
<div class="footer">
|
|
44068
44068
|
<button class="btn btn-cancel">취소</button>
|
|
44069
|
-
<button class="btn btn-confirm">저장</button>
|
|
44069
|
+
<button class="btn btn-confirm" disabled>저장</button>
|
|
44070
44070
|
</div>
|
|
44071
44071
|
</div>
|
|
44072
44072
|
</nine-dialog>
|
|
@@ -44387,7 +44387,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44387
44387
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44388
44388
|
this.shadowRoot.innerHTML = `
|
|
44389
44389
|
<style>
|
|
44390
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44390
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.309"}/dist/css/nine-mu.css";
|
|
44391
44391
|
${customImport}
|
|
44392
44392
|
</style>
|
|
44393
44393
|
|
|
@@ -44481,7 +44481,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44481
44481
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44482
44482
|
}
|
|
44483
44483
|
const NineMu = {
|
|
44484
|
-
version: "0.1.
|
|
44484
|
+
version: "0.1.309",
|
|
44485
44485
|
init: (config2) => {
|
|
44486
44486
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44487
44487
|
}
|