mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Upgrade EUI to v31.7.0 (#91210)
* eui to 31.6.0 * flyout, collapsible snapshot updates * initial overlaymask removal * undo jest * overlaymask src snapshot updates * more overlaymask removals * overlaymask removal xpack test updates * saved objects modal form * eui to 31.7.0 * code, codeblock types * snapshot update * tooltip * remove ownFocus from ConfirmModal * remove fragments
This commit is contained in:
parent
3a003d9b79
commit
8126488021
192 changed files with 7006 additions and 7520 deletions
|
@ -10,7 +10,7 @@ import PropTypes from 'prop-types';
|
|||
import { i18n } from '@kbn/i18n';
|
||||
import { FormattedMessage } from '@kbn/i18n/react';
|
||||
|
||||
import { EuiConfirmModal, EuiOverlayMask } from '@elastic/eui';
|
||||
import { EuiConfirmModal } from '@elastic/eui';
|
||||
|
||||
export class RemoveClusterButtonProvider extends Component {
|
||||
static propTypes = {
|
||||
|
@ -84,7 +84,7 @@ export class RemoveClusterButtonProvider extends Component {
|
|||
);
|
||||
|
||||
modal = (
|
||||
<EuiOverlayMask>
|
||||
<>
|
||||
{/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */}
|
||||
<EuiConfirmModal
|
||||
data-test-subj="remoteClustersDeleteConfirmModal"
|
||||
|
@ -108,7 +108,7 @@ export class RemoveClusterButtonProvider extends Component {
|
|||
>
|
||||
{!isSingleCluster && content}
|
||||
</EuiConfirmModal>
|
||||
</EuiOverlayMask>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue