@nine-lab/nine-mu 0.1.27 → 0.1.28
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
|
@@ -178,7 +178,7 @@ render_fn = function() {
|
|
|
178
178
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
179
179
|
this.shadowRoot.innerHTML = `
|
|
180
180
|
<style>
|
|
181
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
181
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.27"}/dist/css/nine-mu.css";
|
|
182
182
|
${customImport}
|
|
183
183
|
</style>
|
|
184
184
|
<div class="wrapper">
|
|
@@ -26378,7 +26378,7 @@ class NineDiff extends HTMLElement {
|
|
|
26378
26378
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26379
26379
|
this.shadowRoot.innerHTML = `
|
|
26380
26380
|
<style>
|
|
26381
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26381
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.27"}/dist/css/nine-mu.css";
|
|
26382
26382
|
${customImport}
|
|
26383
26383
|
</style>
|
|
26384
26384
|
|
|
@@ -26449,7 +26449,7 @@ class NineDiffContainer extends HTMLElement {
|
|
|
26449
26449
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26450
26450
|
this.shadowRoot.innerHTML = `
|
|
26451
26451
|
<style>
|
|
26452
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26452
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.27"}/dist/css/nine-mu.css";
|
|
26453
26453
|
${customImport}
|
|
26454
26454
|
</style>
|
|
26455
26455
|
|
|
@@ -26485,7 +26485,7 @@ class NineDiffPopup extends HTMLElement {
|
|
|
26485
26485
|
render() {
|
|
26486
26486
|
this.shadowRoot.innerHTML = `
|
|
26487
26487
|
<style>
|
|
26488
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ai@${"0.1.
|
|
26488
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ai@${"0.1.27"}/dist/css/nine-ai.css";
|
|
26489
26489
|
/* nx-dialog 내부 스타일 조정 */
|
|
26490
26490
|
nx-dialog { --dialog-width: 90vw; --dialog-height: 85vh; }
|
|
26491
26491
|
.footer {
|
|
@@ -26640,7 +26640,7 @@ if (!customElements.get("nine-dialog")) {
|
|
|
26640
26640
|
customElements.define("nine-dialog", NineDialog);
|
|
26641
26641
|
}
|
|
26642
26642
|
const NineMu = {
|
|
26643
|
-
version: "0.1.
|
|
26643
|
+
version: "0.1.27",
|
|
26644
26644
|
init: (config) => {
|
|
26645
26645
|
trace.log("🛠️ Nine-Mu Engine initialized", config);
|
|
26646
26646
|
}
|