Renders an accessible, stateful sidebar navigation button that supports active, disabled, and unread notification states with animated label visibility. ## Key Components ### `NavigationSidebarItemButtonProps` | Prop | Type | Description | |------|------|-------------| | `item` | `NavigationSidebarItem` | Navigation item data (label, icon, active state, unread count) | | `showLabel` | `boolean` | Toggles label/unread badge visibility (collapsed vs. expanded sidebar) | | `disabled` | `boolean` | Disables interaction and applies muted styling | | `onClick` | `(item, event?) => void` | Click handler receiving the item and optional mouse event | ### `NavigationSidebarItemButton` The primary export. Renders a `