# RevisionCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Document/VersionHistoryPanel.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Document/VersionHistoryPanel.tsx#L329)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `revision` | `DocumentRevision` | ✓ | - |
| `isCurrent` | `boolean` | ✓ | - |
| `isSelected` | `boolean` | ✓ | - |
| `isSelectedForCompare` | `boolean` | ✓ | - |
| `compareMode` | `boolean` | ✓ | - |
| `isRestoring` | `boolean` | ✓ | - |
| `onSelect` | `Function` | ✓ | - |
| `onRestore` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_RevisionCard_268b157f["RevisionCard"]
    class component_RevisionCard_268b157f rootComponent
```

## Relationships

- RENDERS → `CheckIcon`
- RENDERS → `TagIcon`
- RENDERS → `ArrowPathIcon`

## Referenced By

- `VersionHistoryPanel` (RENDERS)
