feat(ui): expose app theme contract and public components

This commit is contained in:
2026-07-19 20:23:20 +05:30
parent c5326f7622
commit a3e21163c1
102 changed files with 12748 additions and 600 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.61",
"version": "0.2.62",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -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. */