agentgui 1.0.626 → 1.0.627

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.
Files changed (2) hide show
  1. package/docs/index.html +2 -2
  2. package/package.json +1 -1
package/docs/index.html CHANGED
@@ -14,8 +14,8 @@
14
14
  pre, code { font-family: 'Courier New', monospace; }
15
15
  .arch-diagram { background: #0f172a; border: 1px solid #1e293b; border-radius: 12px; padding: 1.5rem; overflow-x: auto; color: #94a3b8; font-size: 0.8rem; line-height: 1.6; }
16
16
  nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
17
- [data-theme="dark"] nav { background: rgba(30, 20, 60, 0.85); border-color: rgba(118, 75, 162, 0.3); }
18
- [data-theme="light"] nav { background: rgba(240, 235, 255, 0.9); border-color: rgba(102, 126, 234, 0.25); }
17
+ [data-theme="dark"] nav { background: rgba(20, 10, 45, 0.88) !important; border-color: rgba(118, 75, 162, 0.4) !important; color: #e2e8f0; }
18
+ [data-theme="light"] nav { background: rgba(232, 225, 255, 0.92) !important; border-color: rgba(102, 126, 234, 0.3) !important; color: #1e1b4b; }
19
19
  </style>
20
20
  </head>
21
21
  <body class="bg-base-1 text-content1">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.626",
3
+ "version": "1.0.627",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",