@nine-lab/nine-mu 0.1.160 → 0.1.161
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/css/nine-mu.css +1 -1
- package/dist/nine-mu.js +5 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
- package/public/css/nine-mu.css +1 -1
package/dist/css/nine-mu.css
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
border: 1px solid green;
|
|
209
209
|
}
|
|
210
210
|
textarea:disabled {
|
|
211
|
-
background-color:
|
|
211
|
+
background-color: red; /* 연한 회색 배경 */
|
|
212
212
|
color: #999; /* 글자색도 연하게 */
|
|
213
213
|
cursor: not-allowed; /* 마우스 커서를 금지 모양으로 변경 */
|
|
214
214
|
border-color: #ddd; /* 테두리 색상도 힘을 뺌 */
|
package/dist/nine-mu.js
CHANGED
|
@@ -13824,7 +13824,7 @@ render_fn = function() {
|
|
|
13824
13824
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13825
13825
|
this.shadowRoot.innerHTML = `
|
|
13826
13826
|
<style>
|
|
13827
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13827
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.160"}/dist/css/nine-mu.css";
|
|
13828
13828
|
${customImport}
|
|
13829
13829
|
</style>
|
|
13830
13830
|
<div class="wrapper">
|
|
@@ -40043,7 +40043,7 @@ class NineDiff extends HTMLElement {
|
|
|
40043
40043
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40044
40044
|
this.shadowRoot.innerHTML = `
|
|
40045
40045
|
<style>
|
|
40046
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40046
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.160"}/dist/css/nine-mu.css";
|
|
40047
40047
|
${customImport}
|
|
40048
40048
|
</style>
|
|
40049
40049
|
|
|
@@ -40153,7 +40153,7 @@ render_fn2 = function() {
|
|
|
40153
40153
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40154
40154
|
this.shadowRoot.innerHTML = `
|
|
40155
40155
|
<style>
|
|
40156
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40156
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.160"}/dist/css/nine-mu.css";
|
|
40157
40157
|
${customImport}
|
|
40158
40158
|
</style>
|
|
40159
40159
|
|
|
@@ -40481,7 +40481,7 @@ class ChatMessage extends HTMLElement {
|
|
|
40481
40481
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40482
40482
|
this.shadowRoot.innerHTML = `
|
|
40483
40483
|
<style>
|
|
40484
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40484
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.160"}/dist/css/nine-mu.css";
|
|
40485
40485
|
${customImport}
|
|
40486
40486
|
</style>
|
|
40487
40487
|
|
|
@@ -40575,7 +40575,7 @@ if (!customElements.get("nine-chat-me")) {
|
|
|
40575
40575
|
customElements.define("nine-chat-me", MyMessage);
|
|
40576
40576
|
}
|
|
40577
40577
|
const NineMu = {
|
|
40578
|
-
version: "0.1.
|
|
40578
|
+
version: "0.1.160",
|
|
40579
40579
|
init: (config2) => {
|
|
40580
40580
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40581
40581
|
}
|