---
"@nancyzeng0210/tvu-design-system": patch
---

Pagination + Radio fidelity fixes (INFRA-F49 / INFRA-F50).

- **Pagination**: the page-size picker now renders the DS `SelectBox` (matching Figma's Pagination, which uses `select box/line` + `select box/filled`) instead of a native `<select>`. The dropdown is a themed DS list; Pagination stays theme-agnostic (its public API is unchanged — no new props) by resolving the ambient `[data-theme]` at runtime to drive the SelectBox theme. As a web component `tvu-pagination` is now light-DOM so its teleported dropdown is styled.
- **Radio**: fixed a ±1.5px vertical label shift on selection that only affected the web-component (React) usage. The custom-element host now shrink-wraps its label (`:host { display: inline-flex }`), removing the line-box slack the selected-dot toggle was sliding the label through.
