# chirp-ui 0.2.1

URL: /chirp-ui/releases/0.2.1/
Section: releases
Description: Release 0.2.1

---

> For a complete page index, fetch /chirp-ui/llms.txt.

## Install

```bash
pip install chirp-ui==0.2.1
# or
uv add chirp-ui==0.2.1
```

With Chirp:

```bash
pip install "bengal-chirp[ui]"
```

## What's New

- **Color filters** — `register_colors`, `resolve_color`, `sanitize_color`, and `contrast_text` for semantic palette names; use with `filter_chips`, badges, and themed UI.
- **filter_chips** — Faceted filter row with optional semantic colors.
- **label_overline** — Small-caps labels for card sections.
- **Layout & shell** — `chat_layout`, `document_header`, `empty_panel_state`, `file_tree`, `panel`, `split_layout`, `workspace_shell`.
- **Theme & motion** — Broader token and transition coverage in `chirpui.css` and `chirpui-transitions.css`; app shell and navigation components updated for regions and overflow.
- **Docs & showcase** — New and updated guides (transitions, UI layers, layout overflow/presets/grids); expanded component and static showcases.

## Links

- [PyPI](https://pypi.org/project/chirp-ui/)
- [GitHub](https://github.com/lbliii/chirp-ui)
