Update memory files — VenueCard, P2 fixes, ProviderCard audit

- component-registry: VenueCard → review status
- token-registry: Add venueCard tokens (3)
- session-log: Session 25n — VenueCard build, P2 fixes, ProviderCard audit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 19:58:51 +11:00
parent 74a5469ba7
commit 7c9d71cc84
3 changed files with 62 additions and 4 deletions

View File

@@ -276,3 +276,13 @@ the correct token for any design property.
| providerCard.logo.borderRadius | → borderRadius.md (8px) | ProviderCard | Rounded rectangle corners |
| providerCard.content.padding | → spacing.3 (12px) | ProviderCard | Content area padding |
| providerCard.content.gap | → spacing.1 (4px) | ProviderCard | Gap between content rows |
### VenueCard
`tokens/component/venueCard.json`
| Token path | Value / Reference | Used by | Description |
|-----------|-----------|---------|-------------|
| venueCard.image.height | 180px | VenueCard | Hero image fixed height — matches ProviderCard for list consistency |
| venueCard.content.padding | → spacing.3 (12px) | VenueCard | Content area padding |
| venueCard.content.gap | → spacing.1 (4px) | VenueCard | Gap between content rows |