- Remove references to Roboto and Arial fonts and replaced with Red Hat Display and Red Hat Text
- Show subheader if "divider" attribute is present (existing implementations unaffected)
- Subheader "name" attribute no longer required (allows displaying a divider without a subheader)
- Fix cases where component might try to update a null or undefined variable
- Add divider attribute to subheader
- Change subheader to use attribute for "name" instead of a slot
- Add standard top-bar button margin to keep in sync with other button components
This patch brings a couple accessibility impovements:
- The hamburger icon is now housed in a proper button
- The drawer contents are no longer focusable by keyboard when the drawer is closed.