# CopilotDataCard

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

**Prompted by:** Hellen (review)

### What changed
- Removed the leading icon beside `CardTitle` and the `icon` prop.

### Why
- Cleaner header; the title carries the meaning.

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

## 2026-06-17 — New molecule: structured data summary

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

### What changed
- New molecule `CopilotDataCard` renders a titled card of label→value rows with optional confidence markers (`confirmed` / `estimated`) and an optional "view full record" CTA.

### Why
- The Copilot often answers with a structured snapshot (loan / client / deal). Mirrors the field/confidence pattern of `AICollectedDataSection` so the surfaces stay consistent.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-data-card.tsx`
- Composes Card + Button; confidence markers use `success-text` / `warning-text`.
