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

View File

@@ -1,7 +1,7 @@
{
"id": "ui-theme-aqua-legacy",
"version": 1,
"description": "Canonical Aqua theme layer for shared UI primitives, including icon sprite and reusable component chrome.",
"description": "Legacy Aqua theme snapshot bundle for reference/migration, including icon sprite and component chrome archive.",
"conflict_policy": "merge-manual",
"entries": [
{ "from": "patterns/theme-aqua-legacy", "to": "docs/ui-themes/aqua-legacy", "mode": "dir" }

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" }
]
}

View File

@@ -10,6 +10,7 @@
{ "id": "ui-pattern-table", "manifest": "exports/bundles/ui-pattern-table.yaml" },
{ "id": "ui-pattern-modal", "manifest": "exports/bundles/ui-pattern-modal.yaml" },
{ "id": "ui-pattern-timeline", "manifest": "exports/bundles/ui-pattern-timeline.yaml" },
{ "id": "ui-theme-vapor", "manifest": "exports/bundles/ui-theme-vapor.yaml" },
{ "id": "ui-theme-aqua-legacy", "manifest": "exports/bundles/ui-theme-aqua-legacy.yaml" }
]
}