As a part of the design guide work. We’ve been cleaning up existing components. Navbar got the following enhancements:
- now uses ResizeObserver so it’s more performant and changes update immediately on resize instead of on a delay
- top level items now use button components so we get consistent hover and click states across all items
- more compact layout
- consistent spacing
- active page now shows on parent if dropdown is closed so user is always aware of active page location