@nine-lab/nine-mu 0.1.47 → 0.1.49

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.47",
3
+ "version": "0.1.49",
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.103"
30
+ "@nine-lab/nine-ux": "^0.1.111"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -814,7 +814,8 @@
814
814
  outline: none;
815
815
  }
816
816
 
817
- nx-dialog { --dialog-width: 90vw; --dialog-height: 85vh; }
817
+ --dialog { --dialog-width: 90vw; --dialog-height: 85vh; }
818
+ dialog { width: calc(100% - 50px); height: calc(100% - 50px); }
818
819
  .main-layout { width: 100%; height: 100%; display: flex; flex-direction: column; }
819
820
  .diff-area { flex: 1; min-height: 0; }
820
821
  .footer {