99.8% uptime
SLA at risk
BREACH
Processing
N/A
99.8% uptime
SLA at risk
BREACH
Processing
N/A
```
Note: Renumber subsequent demos (Tag becomes 30, Textarea becomes 31, Toggle becomes 32, Tooltip becomes 33).
---
## Task 3: Update Card demo in PrimitivesSection
**File:** `src/pages/Inventory/sections/PrimitivesSection.tsx`
### Steps
- [ ] **3a.** Update the Card DemoCard description from:
```tsx
description="Surface container with optional left-border accent colour."
```
to:
```tsx
description="Surface container with optional left-border accent colour and title header."
```
- [ ] **3b.** Add a title prop example to the Card demo. After the existing `Card accent="error"` line (~212), add:
```tsx