# @akiraka/quark-big-screen-ui

The single visual source for Quark big-screen cards. `QuarkAi` and `QuarkNovo` must consume this package instead of copying card CSS.

## Scope

- shared big-screen tokens and card primitives
- reusable widget presentation components
- deterministic editor preview fixtures

It deliberately excludes application routing, authentication, API/SSE fetching, and either application's general UI library.

## Editor preview data

Use the package fixture in an editor preview; do not create a second mock-data set in the consuming application.

```ts
import { getBigScreenPreviewData } from '@akiraka/quark-big-screen-ui'

const data = getBigScreenPreviewData('alert_latest')
```

`getBigScreenPreviewData()` returns a fresh copy. It is only for preview rendering and must never be used as runtime fallback data.

## Release policy

Publish a new version whenever a shared visual component changes. Upgrade both consumers to the same version and run visual checks at 1920×1080 and 3440×1440.
