Prepare reusable Vapor theme bundle and canonical design map for cross-project integration
This commit is contained in:
@@ -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" }
|
||||
|
||||
9
exports/bundles/ui-theme-vapor.yaml
Normal file
9
exports/bundles/ui-theme-vapor.yaml
Normal 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" }
|
||||
]
|
||||
}
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user