- Added new chart components to the design system
- Added new Drawer component
- Introduced new design tokens
- Added Skeleton component for loading states
- Chart grid lines are now more visible (opacity 0.06 → 0.18)
- All chart axis padding is now measurement-based — labels adapt to formatted content instead of using a fixed 48px
- Y-axis tick count scales dynamically with chart height
- X-axis label thinning applied consistently across all chart types
- Horizontal BarChart value axis uses canvas-measured label widths for spacing
- ComposedChart dual-axis right padding is now dynamic
- Uptime: new
labelprop for an always-visible resting label (replacestooltip) - Uptime: hover indicator changed from opacity dimming to subtle height increase
- Breaking:
Chart.Uptimetooltipprop removed, replaced bylabelandlabelStatus
- Internal maintenance release (no user-facing changes)