fix(ui): polish linked catalog cards

This commit is contained in:
2026-07-19 21:29:25 +05:30
parent a3e21163c1
commit dcdb5e766d
56 changed files with 236 additions and 88 deletions
+9
View File
@@ -628,6 +628,15 @@ const MIGRATIONS: Migration[] = [
// Package auto-discovery and the root-level theme aliases apply automatically.
},
},
{
version: "0.2.63",
id: "polished-linked-catalog-cards",
description:
"Fixes visually hidden full-card links and improves channel, integration, and campaign card hierarchy and interaction.",
apply() {
// The shared UI stylesheet update applies automatically.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */