Wildcard: Use `Popover` in `MenuButton`
Created by: vovakulikov
Context
Based on Adding Popover
component
PLEASE BE SURE THAT BASED PR IS MERGED BEFORE MERGING THIS ONE
This PR is the third PR in the series of changes for the Popover component. Previous these changes were in one big PR here
- Add tether sub package PR
- Adding
Popover
component -
PRs from the third phase could be merged in parallel and reviewed independently
3.1 This PR Use
Popover
component inMenu button
instead of built-in reach UI popover 3.2 Migrate Code Insights to new wildcardPopover
component
This PR simply replaces reach UI implementation of reach UI popover and a bit simplifies API of the MenuButton
component.