mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Upgrade EUI to v34.3.0 (#101334)
* eui to v34.1.0 * styled-components types * src snapshot updates * x-pack snapshot updates * eui to v34.2.0 * styled-components todo * src snapshot updates * x-pack snapshot updates * jest test updates * collapsible_nav * Hard-code global nav width for bottom bar’s (for now) * Update to eui v34.3.0 * flyout unmock * src flyout snapshots * remove duplicate euioverlaymask * xpack flyout snapshots * remove unused import * sidenavprops * attr updates * trial: flyout ownfocus * remove unused * graph selector * jest * jest * flyout ownFocus * saved objects flyout * console welcome flyout * timeline flyout * clean up * visible * colorpicker data-test-subj * selectors * selector * ts * selector * snapshot * Fix `use_security_solution_navigation` TS error * cypress Co-authored-by: cchaos <caroline.horn@elastic.co> Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
This commit is contained in:
parent
2366683209
commit
136d361703
90 changed files with 5071 additions and 5417 deletions
|
@ -64,7 +64,7 @@ export const FilebeatConfigFlyout: FC<Props> = ({
|
|||
}, [username, index, ingestPipelineId, results]);
|
||||
|
||||
return (
|
||||
<EuiFlyout onClose={closeFlyout} hideCloseButton size={'m'}>
|
||||
<EuiFlyout onClose={closeFlyout} hideCloseButton size={'m'} ownFocus={false}>
|
||||
<EuiFlyoutBody>
|
||||
<EuiFlexGroup>
|
||||
<Contents value={fileBeatConfig} username={username} index={index} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue