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,6 +1,6 @@
# Aqua Theme Notes
This module is the reusable Aqua style source for design-code consumers.
This module is a reusable Aqua style archive for design-code consumers.
## What it captures
@@ -12,9 +12,10 @@ This module is the reusable Aqua style source for design-code consumers.
## How to use
- Treat this module as the visual baseline for reusable UI components in this repository.
- Pattern contracts should reference this module instead of redefining shared visual primitives.
- When visual behavior changes in demo/scaffold, sync the canonical rules here so host projects can reproduce the same output deterministically.
- Treat this module as a legacy reference snapshot, not the active baseline.
- Pattern contracts should inherit the active baseline first and use this module only when a host
project explicitly opts into Aqua-like styling.
- Do not move new baseline decisions here.
## Boundary