Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade EUI to v54.0.0 * [Discover] Remove deprecated closePopover call - for closeCellPopover ref API * [Lens] Remove deprecated closePopover call - for closeCellPopover ref API * [Security/Timelines] Remove deprecated closePopover call - for closeCellPopover ref API * [Security/Timeline] Update Timeline datagrid to accept/pass `visibleCellActions` prop + update Security to show 3 visible cell actions * [APM] Account for removed EUI theme avatar sizes * Update emotion dependencies to latest * Remove styles from being rendered in emotion serializer * Update snapshots affected by emotion serializer `includeStyles: false` change * Update snapshot changes caused by EuiFormControlLayout changes * Update snapshot changes caused by EuiAvatar CSS-in-JS conversion * consolidate yarn.lock * [Spaces] Fix failing test due to new EuiAvatar emotion wrapper - which, due to mount() causes .first() to no longer work as expected - targeting .last() instead gets the actual div element which works * [Security] Fix cell expansion popover actions - EUI added 2 `.euiPopoverFooter`s for overflowing cell actions, and Security's CSS to hide the first 2 cell actions (replaced by their own custom cell actions) was unintentionally affecting other actions * Clean up spaces test snapshots * [Security feedback] Revert 793d208 and hard-code visibleCellActions Co-authored-by: Greg Thompson <thompson.glowe@gmail.com> Co-authored-by: Joe Portner <joseph.portner@elastic.co>
- Loading branch information