@nine-lab/nine-mu 0.1.49 → 0.1.51

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.49",
3
+ "version": "0.1.51",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nine-lab/nine-ai": "^0.1.75",
29
29
  "@nine-lab/nine-util": "^0.9.40",
30
- "@nine-lab/nine-ux": "^0.1.111"
30
+ "@nine-lab/nine-ux": "^0.1.112"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -814,13 +814,12 @@
814
814
  outline: none;
815
815
  }
816
816
 
817
- --dialog { --dialog-width: 90vw; --dialog-height: 85vh; }
818
817
  dialog { width: calc(100% - 50px); height: calc(100% - 50px); }
819
818
  .main-layout { width: 100%; height: 100%; display: flex; flex-direction: column; }
820
819
  .diff-area { flex: 1; min-height: 0; }
821
820
  .footer {
822
821
  display: flex; justify-content: flex-end; gap: 10px;
823
- padding: 12px; background: #f9f9f9; border-top: 1px solid #eee;
822
+ padding: 12px;
824
823
  }
825
824
  .btn { padding: 8px 20px; cursor: pointer; border-radius: 4px; border: 1px solid #ccc; font-weight: bold; }
826
825
  .btn-confirm { background: #007bff; color: white; border: none; }
@@ -96,5 +96,5 @@ export class NineDialog extends HTMLElement {
96
96
  }
97
97
 
98
98
  if (!customElements.get('nine-dialog')) {
99
- customElements.define("nine-dialog", NineDialog);
99
+ //customElements.define("nine-dialog", NineDialog);
100
100
  }