@nine-lab/nine-mu 0.1.305 → 0.1.307

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.305",
3
+ "version": "0.1.307",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -247,7 +247,7 @@ export class NineChat extends HTMLElement {
247
247
  }
248
248
 
249
249
  // 2. 동적으로 커스텀 엘리먼트 생성
250
- const $diffPopup = document.createElement('nine-diff-popup');
250
+ const $diffPopup = document.createElement('nine-menu-diff-popup');
251
251
 
252
252
  // 3. 래퍼(wrapper) 안이나 shadowRoot 제일 밑바닥에 부착
253
253
  const container = this.shadowRoot.querySelector('.wrapper') || this.shadowRoot;
@@ -23,7 +23,8 @@ export class NineMenuDiffPopup extends HTMLElement {
23
23
  }
24
24
 
25
25
  #render() {
26
- const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26
+
27
+ const customImport = nine.cssPath ? `@import "${nine.cssPath}/nine-mu.css";` : "";
27
28
 
28
29
  this.shadowRoot.innerHTML = `
29
30
  <style>