fix(ui): polish linked catalog cards
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user