clay-server 3.4.0-beta.19 → 3.4.0-beta.20

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.
@@ -203,15 +203,18 @@ button.split-pair-role:hover { filter: brightness(1.25); }
203
203
  max-width: var(--content-width);
204
204
  margin: 0 auto;
205
205
  padding: 4px 10px;
206
- border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
207
- border-bottom: 0;
208
206
  border-radius: 8px 8px 0 0;
209
207
  background: color-mix(in srgb, var(--accent) 8%, var(--bg));
210
208
  color: var(--text-secondary);
211
209
  font-size: 11px;
212
210
  line-height: 1.4;
211
+ transition: box-shadow 0.2s;
213
212
  }
214
213
  .pane-delegation-notice.visible { display: flex; }
214
+ .pane-delegation-notice.visible:has(+ #input-wrapper #input-row:focus-within) {
215
+ box-shadow: 0 0 0 1px var(--border);
216
+ clip-path: inset(-1px -1px 0 -1px);
217
+ }
215
218
  .pane-delegation-notice.visible + #input-wrapper #input-row {
216
219
  border-radius: 0 0 8px 8px;
217
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "3.4.0-beta.19",
3
+ "version": "3.4.0-beta.20",
4
4
  "description": "Self-hosted team workspace for Claude Code and Codex. Multi-user, browser-based, with persistent AI mates.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",