|Kit
Changelog

0.4.0

Divider, brand-tinted floating surfaces, and heading-size aliases

Adds a new Divider component and brand-tints floating-surface colors across Popover, Modal, Drawer, and Notification, plus the docs site background — rounded out by a new AmbientBackground component (brand-tinted noise glow) and a fix converting remaining internal dividers to the brand-derived border. Also adds heading-shaped size aliases (h1-h6, p) for Text and Title, per-item color support in MultiSelect with tinted selected pills, and generalizes placeholder support across form fields (TimeInput, DatePicker, MultiSelect search). Includes a reworked DataTable design, a Textarea redesign (flush resize corner, auto-grow), and new exported hooks (useContainerQuery, useMediaQuery, useUncontrolled, useIsomorphicLayoutEffect).

Git history

Released · Divider, brand-tinted floating surfaces, and heading-size aliases

Adds a new Divider component and brand-tints floating-surface colors across Popover, Modal, Drawer, and Notification, plus the docs site background — rounded out by a new AmbientBackground component (brand-tinted noise glow) and a fix converting remaining internal dividers to the brand-derived border. Also adds heading-shaped size aliases (h1-h6, p) for Text and Title, per-item color support in MultiSelect with tinted selected pills, and generalizes placeholder support across form fields (TimeInput, DatePicker, MultiSelect search). Includes a reworked DataTable design, a Textarea redesign (flush resize corner, auto-grow), and new exported hooks (useContainerQuery, useMediaQuery, useUncontrolled, useIsomorphicLayoutEffect).

  1. Accept heading-shaped size aliases (h1-h6, p)

  2. Add Divider component

  3. Add searchPlaceholder for the search field

  4. Add Skeleton loading-placeholder primitive

  5. Baked-color noise, snappier overlay animations

  6. Export useContainerQuery, useMediaQuery, useUncontrolled, useIsomorphicLayoutEffect

  7. Flush resize corner, auto-grow with min/max rows

  8. Make the pagination footer's wording i18n-ready

  9. Remove the DataTable's outer border in the app-shell example

  10. Reworked data-table design

  11. Support per-item color, tinted selected pills

On this page