# CopilotSuggestionCard

## 2026-06-17 — Drop leading icon from the card title

**Prompted by:** Hellen (review)

### What changed
- Removed the leading Lightbulb icon beside `CardTitle` and the `icon` prop. The `primary/5` surface still distinguishes the suggestion.

### Why
- Cleaner header; avoids icon clutter in a chat-embedded card.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-suggestion-card.tsx`

## 2026-06-17 — New molecule: proactive suggestion with deep-link CTA

**Prompted by:** Copilot extension design work (Hellen)

### What changed
- New molecule `CopilotSuggestionCard` surfaces a proactive suggestion with a primary CTA (deep-link into the Backoffice) and an optional dismiss.

### Why
- The Copilot nudges the broker toward next best actions; the suggestion needs a clear, branded affordance that routes into the app.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-suggestion-card.tsx`
- Composes Card + Button; subtle `primary/5` surface with `primary/30` border for emphasis.
