@nine-lab/nine-mu 0.1.160 → 0.1.162

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-mu",
3
- "version": "0.1.160",
3
+ "version": "0.1.162",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -208,7 +208,7 @@
208
208
  border: 1px solid green;
209
209
  }
210
210
  textarea:disabled {
211
- background-color: #f5f5f5; /* 연한 회색 배경 */
211
+ background-color: red; /* 연한 회색 배경 */
212
212
  color: #999; /* 글자색도 연하게 */
213
213
  cursor: not-allowed; /* 마우스 커서를 금지 모양으로 변경 */
214
214
  border-color: #ddd; /* 테두리 색상도 힘을 뺌 */
@@ -83,6 +83,7 @@ export class NineChat extends HTMLElement {
83
83
 
84
84
  //this.isProcessing = true;
85
85
  $textarea.disabled = true;
86
+ trace.log("22222222222222")
86
87
 
87
88
  // 1. 즉시 UI 반영
88
89
  this.#$nineChatMessage.add("me", userInput);