Prepare reusable Vapor theme bundle and canonical design map for cross-project integration

This commit is contained in:
2026-02-28 14:50:06 +03:00
parent 45dc8a8868
commit 1553eb1394
20 changed files with 5071 additions and 24 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"id": "ui-theme-vapor",
"version": 1,
"description": "Active Vapor theme layer for shared UI primitives, including icon sprite and reusable component chrome.",
"conflict_policy": "merge-manual",
"entries": [
{ "from": "patterns/theme-vapor", "to": "docs/ui-themes/vapor", "mode": "dir" }
]
}