# Article Short Version

## Essence

Lazy-reader summary block for an article.

`Article Short Version` renders the compact summary between `Article Header` and `Article Body`. It is not a generic quote or callout yet.

## Hook

Use inside `Article Page` when a public article snapshot provides `shortVersion`.

## Internal Rules

- Consumes `--spacing-block-top/right/bottom/left`.
- Uses a left rule instead of a card, border box, or grey surface.
- Renders summary text only.
- Does not render a heading, article metadata, tags, body text, navigation, or related reading.

## Props

| Prop | Values | Purpose |
| --- | --- | --- |
| `text` | string | Short article version for lazy readers. |

## Code Paths

- `packages/design-system/src/components/ArticleShortVersion.astro`
- `packages/design-system/src/components/ArticlePage.astro`
