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).
Accept heading-shaped size aliases (h1-h6, p)
Add Divider component
Add searchPlaceholder for the search field
Add Skeleton loading-placeholder primitive
Baked-color noise, snappier overlay animations
Export useContainerQuery, useMediaQuery, useUncontrolled, useIsomorphicLayoutEffect
Flush resize corner, auto-grow with min/max rows
Make the pagination footer's wording i18n-ready
Remove the DataTable's outer border in the app-shell example
Reworked data-table design
Support per-item color, tinted selected pills