From c2a6c1557b08206dffeebccf3bef16e5f60fb87b Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 11:51:47 -0400 Subject: [PATCH] =?UTF-8?q?ui(uxp):=20v2.1.8=20=E2=80=94=20density=20redes?= =?UTF-8?q?ign=20on=20top=20of=20v2.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three changes, surgical so timeline.js / conform / relink / growing all keep working: A. Header → 24px status strip + ⋯ menu `connected-bar` rule kept as an alias to `.status-strip` so any code path that still emits the old class falls through cleanly. Markup replaced with .signal-dot + #connected-host + .btn-ghost ⋯ that toggles a .menu containing the Disconnect button. Menu auto-closes on outside click. Reclaims ~12px of permanent vertical chrome and removes the always-visible Disconnect. B. Compact action footer `.action-row .btn` now: 22px tall, 11px font, 0.01em letterspacing. `.advanced-section .action-row .btn` goes a step smaller (20px / 10.5px). Global `.btn` untouched so #connect-btn stays at full weight on the connect pane. D. Token alignment with services/web-ui DESIGN.md --bg-0 #0B0D11 (was #0e0f12), --accent #5B7CFA (was #4f7cff), plus the full --text-1..4 / --success / --warning / --danger / --live palette. Legacy --ok / --warn aliased to --success / --warning so existing rules keep resolving. C (per-card meta) was already in v2.1.7 — no change needed. Co-Authored-By: Claude Opus 4.7 --- services/premiere-plugin-uxp/index.html | 12 +- services/premiere-plugin-uxp/manifest.json | 2 +- services/premiere-plugin-uxp/src/main.js | 18 +++ services/premiere-plugin-uxp/styles.css | 152 +++++++++++++++++---- 4 files changed, 152 insertions(+), 32 deletions(-) diff --git a/services/premiere-plugin-uxp/index.html b/services/premiere-plugin-uxp/index.html index 7208b1d..2abb794 100644 --- a/services/premiere-plugin-uxp/index.html +++ b/services/premiere-plugin-uxp/index.html @@ -30,11 +30,15 @@