feat(ui): expose app theme contract and public components
This commit is contained in:
@@ -619,6 +619,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// The UI component and stylesheet updates apply automatically.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.62",
|
||||
id: "application-theme-contract-and-public-ui",
|
||||
description:
|
||||
"Exposes semantic theme helpers to application UI and promotes the public-site components into @wrnexus/ui.",
|
||||
apply() {
|
||||
// Package auto-discovery and the root-level theme aliases apply automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user