initial implementation for ActionMenu (#2103)
* initial implementation for ActionMenu
* use filterDOMProps and add missing onAction
* implement l10n
* use CSF syntax for storybook
* include labelable properties
* add more stories to check label and id properties
* add doc
* added story to test more properties
* added copyright header
* adding tests
* fixed copyright
* added missing documentation
* renamed l10n-key
* added check for aria-label
* added test for custom aria label
* added tests covering isDisabled, autoFocus and onAction
* added stories to represent almost all properties
Co-authored-by: Robert Snow <rsnow@adobe.com>