From 50bf94f92505114493c69492221bca43ee810bfd Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 17 Sep 2025 11:42:24 +0300 Subject: [PATCH 1/5] EuiSelectableListItem - fix Duplicated announcement for checked options --- .../screen_reader_only/screen_reader_only.tsx | 16 +- .../icon/__snapshots__/icon.test.tsx.snap | 550 ------------------ packages/eui/src/components/icon/icon.tsx | 2 +- .../selectable_list.test.tsx.snap | 180 +++--- .../selectable_list_item.test.tsx.snap | 155 +++-- .../selectable_list/selectable_list_item.tsx | 48 +- 6 files changed, 222 insertions(+), 729 deletions(-) diff --git a/packages/eui/src/components/accessibility/screen_reader_only/screen_reader_only.tsx b/packages/eui/src/components/accessibility/screen_reader_only/screen_reader_only.tsx index 426e627c2c0..949373283a6 100644 --- a/packages/eui/src/components/accessibility/screen_reader_only/screen_reader_only.tsx +++ b/packages/eui/src/components/accessibility/screen_reader_only/screen_reader_only.tsx @@ -22,22 +22,34 @@ export interface EuiScreenReaderOnlyProps { * For keyboard navigation, force content to display visually upon focus/focus-within. */ showOnFocus?: boolean; + + /** + * Optional CSS class(es) to apply to the outermost element of the component. + * This allows for custom styling or theming. + */ className?: string; + + /** + * Optional HTML id attribute for the outermost element. + * Can be used for linking with labels, aria attributes, or targeting the element. + */ + id?: string; } export const EuiScreenReaderOnly: FunctionComponent< EuiScreenReaderOnlyProps -> = ({ children, className, showOnFocus }) => { +> = ({ children, className, showOnFocus, id }) => { const classes = classNames(className, children.props.className); const props = useMemo( () => ({ + id: id || children.props.id, className: classes.length ? classes : undefined, css: showOnFocus ? styles['euiScreenReaderOnly-showOnFocus'] : styles.euiScreenReaderOnly, }), - [classes, showOnFocus] + [id, children.props.id, classes, showOnFocus] ); return cloneElementWithCss(children, props); diff --git a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap index ee84969beec..b6023d033d3 100644 --- a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -28,7 +28,6 @@ exports[`EuiIcon props color #885522 is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(136, 85, 34);" viewBox="0 0 16 16" width="16" @@ -49,7 +48,6 @@ exports[`EuiIcon props color #fde is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(255, 221, 238);" viewBox="0 0 16 16" width="16" @@ -70,7 +68,6 @@ exports[`EuiIcon props color accent is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -90,7 +87,6 @@ exports[`EuiIcon props color accentSecondary is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -110,7 +106,6 @@ exports[`EuiIcon props color danger is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -130,7 +125,6 @@ exports[`EuiIcon props color default is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -150,7 +144,6 @@ exports[`EuiIcon props color ghost is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -170,7 +163,6 @@ exports[`EuiIcon props color hsla(270, 60%, 70%, 0.9) is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgba(179, 133, 224, 0.9);" viewBox="0 0 16 16" width="16" @@ -191,7 +183,6 @@ exports[`EuiIcon props color inherit is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -211,7 +202,6 @@ exports[`EuiIcon props color neutral is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -231,7 +221,6 @@ exports[`EuiIcon props color primary is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -251,7 +240,6 @@ exports[`EuiIcon props color rgb(100, 150, 200) is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(100, 150, 200);" viewBox="0 0 16 16" width="16" @@ -272,7 +260,6 @@ exports[`EuiIcon props color risk is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -292,7 +279,6 @@ exports[`EuiIcon props color subdued is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -312,7 +298,6 @@ exports[`EuiIcon props color success is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -332,7 +317,6 @@ exports[`EuiIcon props color text is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -352,7 +336,6 @@ exports[`EuiIcon props color warning is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -395,7 +378,6 @@ exports[`EuiIcon props size \${size} is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -415,7 +397,6 @@ exports[`EuiIcon props size \${size} is rendered 2`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -435,7 +416,6 @@ exports[`EuiIcon props size \${size} is rendered 3`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -455,7 +435,6 @@ exports[`EuiIcon props size \${size} is rendered 4`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -475,7 +454,6 @@ exports[`EuiIcon props size \${size} is rendered 5`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -495,7 +473,6 @@ exports[`EuiIcon props size \${size} is rendered 6`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -515,7 +492,6 @@ exports[`EuiIcon props tabIndex renders focusable="false" when -1 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" tabindex="-1" viewBox="0 0 16 16" width="16" @@ -536,7 +512,6 @@ exports[`EuiIcon props tabIndex renders focusable="false" when not provided 1`] data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -556,7 +531,6 @@ exports[`EuiIcon props tabIndex renders focusable="true" when 0 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" tabindex="0" viewBox="0 0 16 16" width="16" @@ -602,7 +576,6 @@ exports[`EuiIcon props type accessibility is rendered 1`] = ` data-icon-type="accessibility" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -620,7 +593,6 @@ exports[`EuiIcon props type addDataApp is rendered 1`] = ` data-icon-type="addDataApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -642,7 +614,6 @@ exports[`EuiIcon props type advancedSettingsApp is rendered 1`] = ` data-icon-type="advancedSettingsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -678,7 +649,6 @@ exports[`EuiIcon props type agentApp is rendered 1`] = ` data-icon-type="agentApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -710,7 +680,6 @@ exports[`EuiIcon props type aggregate is rendered 1`] = ` data-icon-type="aggregate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -730,7 +699,6 @@ exports[`EuiIcon props type alert is rendered 1`] = ` data-icon-type="alert" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -759,7 +727,6 @@ exports[`EuiIcon props type analyzeEvent is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -779,7 +746,6 @@ exports[`EuiIcon props type annotation is rendered 1`] = ` data-icon-type="annotation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -797,7 +763,6 @@ exports[`EuiIcon props type anomalyChart is rendered 1`] = ` data-icon-type="anomalyChart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -818,7 +783,6 @@ exports[`EuiIcon props type anomalySwimLane is rendered 1`] = ` data-icon-type="anomalySwimLane" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -836,7 +800,6 @@ exports[`EuiIcon props type apmApp is rendered 1`] = ` data-icon-type="apmApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -858,7 +821,6 @@ exports[`EuiIcon props type apmTrace is rendered 1`] = ` data-icon-type="apmTrace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -876,7 +838,6 @@ exports[`EuiIcon props type appSearchApp is rendered 1`] = ` data-icon-type="appSearchApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -900,7 +861,6 @@ exports[`EuiIcon props type apps is rendered 1`] = ` data-icon-type="apps" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -918,7 +878,6 @@ exports[`EuiIcon props type arrowDown is rendered 1`] = ` data-icon-type="arrowDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -938,7 +897,6 @@ exports[`EuiIcon props type arrowEnd is rendered 1`] = ` data-icon-type="arrowEnd" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -958,7 +916,6 @@ exports[`EuiIcon props type arrowLeft is rendered 1`] = ` data-icon-type="arrowLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -978,7 +935,6 @@ exports[`EuiIcon props type arrowRight is rendered 1`] = ` data-icon-type="arrowRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -998,7 +954,6 @@ exports[`EuiIcon props type arrowStart is rendered 1`] = ` data-icon-type="arrowStart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1018,7 +973,6 @@ exports[`EuiIcon props type arrowUp is rendered 1`] = ` data-icon-type="arrowUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1039,7 +993,6 @@ exports[`EuiIcon props type article is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1062,7 +1015,6 @@ exports[`EuiIcon props type asterisk is rendered 1`] = ` data-icon-type="asterisk" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1080,7 +1032,6 @@ exports[`EuiIcon props type at is rendered 1`] = ` data-icon-type="at" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1099,7 +1050,6 @@ exports[`EuiIcon props type auditbeatApp is rendered 1`] = ` data-icon-type="auditbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1121,7 +1071,6 @@ exports[`EuiIcon props type beaker is rendered 1`] = ` data-icon-type="beaker" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1141,7 +1090,6 @@ exports[`EuiIcon props type bell is rendered 1`] = ` data-icon-type="bell" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1161,7 +1109,6 @@ exports[`EuiIcon props type bellSlash is rendered 1`] = ` data-icon-type="bellSlash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1184,7 +1131,6 @@ exports[`EuiIcon props type beta is rendered 1`] = ` data-icon-type="beta" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1202,7 +1148,6 @@ exports[`EuiIcon props type bolt is rendered 1`] = ` data-icon-type="bolt" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1220,7 +1165,6 @@ exports[`EuiIcon props type boxesHorizontal is rendered 1`] = ` data-icon-type="boxesHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1238,7 +1182,6 @@ exports[`EuiIcon props type boxesVertical is rendered 1`] = ` data-icon-type="boxesVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1256,7 +1199,6 @@ exports[`EuiIcon props type branch is rendered 1`] = ` data-icon-type="branch" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1274,7 +1216,6 @@ exports[`EuiIcon props type branchUser is rendered 1`] = ` data-icon-type="branchUser" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1297,7 +1238,6 @@ exports[`EuiIcon props type broom is rendered 1`] = ` data-icon-type="broom" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1315,7 +1255,6 @@ exports[`EuiIcon props type brush is rendered 1`] = ` data-icon-type="brush" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1333,7 +1272,6 @@ exports[`EuiIcon props type bug is rendered 1`] = ` data-icon-type="bug" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1351,7 +1289,6 @@ exports[`EuiIcon props type bullseye is rendered 1`] = ` data-icon-type="bullseye" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1369,7 +1306,6 @@ exports[`EuiIcon props type calendar is rendered 1`] = ` data-icon-type="calendar" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1388,7 +1324,6 @@ exports[`EuiIcon props type canvasApp is rendered 1`] = ` data-icon-type="canvasApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1410,7 +1345,6 @@ exports[`EuiIcon props type casesApp is rendered 1`] = ` data-icon-type="casesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1443,7 +1377,6 @@ exports[`EuiIcon props type changePointDetection is rendered 1`] = ` data-icon-type="changePointDetection" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1464,7 +1397,6 @@ exports[`EuiIcon props type check is rendered 1`] = ` data-icon-type="check" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1484,7 +1416,6 @@ exports[`EuiIcon props type checkCircle is rendered 1`] = ` data-icon-type="checkCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1507,7 +1438,6 @@ exports[`EuiIcon props type checkInCircleFilled is rendered 1`] = ` data-icon-type="checkInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1526,7 +1456,6 @@ exports[`EuiIcon props type cheer is rendered 1`] = ` data-icon-type="cheer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1544,7 +1473,6 @@ exports[`EuiIcon props type classificationJob is rendered 1`] = ` data-icon-type="classificationJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1566,7 +1494,6 @@ exports[`EuiIcon props type clickLeft is rendered 1`] = ` data-icon-type="clickLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1591,7 +1518,6 @@ exports[`EuiIcon props type clickRight is rendered 1`] = ` data-icon-type="clickRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1616,7 +1542,6 @@ exports[`EuiIcon props type clock is rendered 1`] = ` data-icon-type="clock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1639,7 +1564,6 @@ exports[`EuiIcon props type clockCounter is rendered 1`] = ` data-icon-type="clockCounter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1660,7 +1584,6 @@ exports[`EuiIcon props type cloudDrizzle is rendered 1`] = ` data-icon-type="cloudDrizzle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1678,7 +1601,6 @@ exports[`EuiIcon props type cloudStormy is rendered 1`] = ` data-icon-type="cloudStormy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1696,7 +1618,6 @@ exports[`EuiIcon props type cloudSunny is rendered 1`] = ` data-icon-type="cloudSunny" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1715,7 +1636,6 @@ exports[`EuiIcon props type cluster is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1735,7 +1655,6 @@ exports[`EuiIcon props type code is rendered 1`] = ` data-icon-type="code" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1753,7 +1672,6 @@ exports[`EuiIcon props type codeApp is rendered 1`] = ` data-icon-type="codeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1775,7 +1693,6 @@ exports[`EuiIcon props type color is rendered 1`] = ` data-icon-type="color" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1793,7 +1710,6 @@ exports[`EuiIcon props type comment is rendered 1`] = ` data-icon-type="comment" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1816,7 +1732,6 @@ exports[`EuiIcon props type compute is rendered 1`] = ` data-icon-type="compute" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1841,7 +1756,6 @@ exports[`EuiIcon props type console is rendered 1`] = ` data-icon-type="console" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1859,7 +1773,6 @@ exports[`EuiIcon props type consoleApp is rendered 1`] = ` data-icon-type="consoleApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1884,7 +1797,6 @@ exports[`EuiIcon props type container is rendered 1`] = ` data-icon-type="container" data-is-loaded="true" fill="none" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -1903,7 +1815,6 @@ exports[`EuiIcon props type continuityAbove is rendered 1`] = ` data-icon-type="continuityAbove" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1921,7 +1832,6 @@ exports[`EuiIcon props type continuityAboveBelow is rendered 1`] = ` data-icon-type="continuityAboveBelow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1939,7 +1849,6 @@ exports[`EuiIcon props type continuityBelow is rendered 1`] = ` data-icon-type="continuityBelow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1957,7 +1866,6 @@ exports[`EuiIcon props type continuityWithin is rendered 1`] = ` data-icon-type="continuityWithin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1975,7 +1883,6 @@ exports[`EuiIcon props type contrast is rendered 1`] = ` data-icon-type="contrast" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1995,7 +1902,6 @@ exports[`EuiIcon props type contrastHigh is rendered 1`] = ` data-icon-type="contrastHigh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2015,7 +1921,6 @@ exports[`EuiIcon props type controls is rendered 1`] = ` data-icon-type="controls" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2035,7 +1940,6 @@ exports[`EuiIcon props type controlsHorizontal is rendered 1`] = ` data-icon-type="controlsHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2055,7 +1959,6 @@ exports[`EuiIcon props type controlsVertical is rendered 1`] = ` data-icon-type="controlsVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2075,7 +1978,6 @@ exports[`EuiIcon props type copy is rendered 1`] = ` data-icon-type="copy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2098,7 +2000,6 @@ exports[`EuiIcon props type copyClipboard is rendered 1`] = ` data-icon-type="copyClipboard" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2119,7 +2020,6 @@ exports[`EuiIcon props type createAdvancedJob is rendered 1`] = ` data-icon-type="createAdvancedJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2141,7 +2041,6 @@ exports[`EuiIcon props type createGenericJob is rendered 1`] = ` data-icon-type="createGenericJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2163,7 +2062,6 @@ exports[`EuiIcon props type createGeoJob is rendered 1`] = ` data-icon-type="createGeoJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2185,7 +2083,6 @@ exports[`EuiIcon props type createMultiMetricJob is rendered 1`] = ` data-icon-type="createMultiMetricJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2207,7 +2104,6 @@ exports[`EuiIcon props type createPopulationJob is rendered 1`] = ` data-icon-type="createPopulationJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2229,7 +2125,6 @@ exports[`EuiIcon props type createSingleMetricJob is rendered 1`] = ` data-icon-type="createSingleMetricJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2251,7 +2146,6 @@ exports[`EuiIcon props type cross is rendered 1`] = ` data-icon-type="cross" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2271,7 +2165,6 @@ exports[`EuiIcon props type crossClusterReplicationApp is rendered 1`] = ` data-icon-type="crossClusterReplicationApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2293,7 +2186,6 @@ exports[`EuiIcon props type crossInCircle is rendered 1`] = ` data-icon-type="crossInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2318,7 +2210,6 @@ exports[`EuiIcon props type crosshairs is rendered 1`] = ` data-icon-type="crosshairs" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2336,7 +2227,6 @@ exports[`EuiIcon props type currency is rendered 1`] = ` data-icon-type="currency" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2354,7 +2244,6 @@ exports[`EuiIcon props type cut is rendered 1`] = ` data-icon-type="cut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2373,7 +2262,6 @@ exports[`EuiIcon props type dashboardApp is rendered 1`] = ` data-icon-type="dashboardApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2402,7 +2290,6 @@ exports[`EuiIcon props type dataVisualizer is rendered 1`] = ` data-icon-type="dataVisualizer" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2424,7 +2311,6 @@ exports[`EuiIcon props type database is rendered 1`] = ` data-icon-type="database" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2442,7 +2328,6 @@ exports[`EuiIcon props type desktop is rendered 1`] = ` data-icon-type="desktop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2465,7 +2350,6 @@ exports[`EuiIcon props type devToolsApp is rendered 1`] = ` data-icon-type="devToolsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2487,7 +2371,6 @@ exports[`EuiIcon props type diff is rendered 1`] = ` data-icon-type="diff" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2505,7 +2388,6 @@ exports[`EuiIcon props type discoverApp is rendered 1`] = ` data-icon-type="discoverApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2527,7 +2409,6 @@ exports[`EuiIcon props type discuss is rendered 1`] = ` data-icon-type="discuss" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2550,7 +2431,6 @@ exports[`EuiIcon props type document is rendered 1`] = ` data-icon-type="document" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2570,7 +2450,6 @@ exports[`EuiIcon props type documentEdit is rendered 1`] = ` data-icon-type="documentEdit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2588,7 +2467,6 @@ exports[`EuiIcon props type documentation is rendered 1`] = ` data-icon-type="documentation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2612,7 +2490,6 @@ exports[`EuiIcon props type documents is rendered 1`] = ` data-icon-type="documents" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2630,7 +2507,6 @@ exports[`EuiIcon props type dot is rendered 1`] = ` data-icon-type="dot" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2649,7 +2525,6 @@ exports[`EuiIcon props type dotInCircle is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2672,7 +2547,6 @@ exports[`EuiIcon props type doubleArrowLeft is rendered 1`] = ` data-icon-type="doubleArrowLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2697,7 +2571,6 @@ exports[`EuiIcon props type doubleArrowRight is rendered 1`] = ` data-icon-type="doubleArrowRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2722,7 +2595,6 @@ exports[`EuiIcon props type download is rendered 1`] = ` data-icon-type="download" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2743,7 +2615,6 @@ exports[`EuiIcon props type editorAlignCenter is rendered 1`] = ` data-icon-type="editorAlignCenter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2761,7 +2632,6 @@ exports[`EuiIcon props type editorAlignLeft is rendered 1`] = ` data-icon-type="editorAlignLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2779,7 +2649,6 @@ exports[`EuiIcon props type editorAlignRight is rendered 1`] = ` data-icon-type="editorAlignRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2797,7 +2666,6 @@ exports[`EuiIcon props type editorBold is rendered 1`] = ` data-icon-type="editorBold" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2815,7 +2683,6 @@ exports[`EuiIcon props type editorChecklist is rendered 1`] = ` data-icon-type="editorChecklist" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2833,7 +2700,6 @@ exports[`EuiIcon props type editorCodeBlock is rendered 1`] = ` data-icon-type="editorCodeBlock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2851,7 +2717,6 @@ exports[`EuiIcon props type editorComment is rendered 1`] = ` data-icon-type="editorComment" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2874,7 +2739,6 @@ exports[`EuiIcon props type editorDistributeHorizontal is rendered 1`] = ` data-icon-type="editorDistributeHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2892,7 +2756,6 @@ exports[`EuiIcon props type editorDistributeVertical is rendered 1`] = ` data-icon-type="editorDistributeVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2910,7 +2773,6 @@ exports[`EuiIcon props type editorHeading is rendered 1`] = ` data-icon-type="editorHeading" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2928,7 +2790,6 @@ exports[`EuiIcon props type editorItalic is rendered 1`] = ` data-icon-type="editorItalic" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2946,7 +2807,6 @@ exports[`EuiIcon props type editorItemAlignBottom is rendered 1`] = ` data-icon-type="editorItemAlignBottom" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2964,7 +2824,6 @@ exports[`EuiIcon props type editorItemAlignCenter is rendered 1`] = ` data-icon-type="editorItemAlignCenter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2982,7 +2841,6 @@ exports[`EuiIcon props type editorItemAlignLeft is rendered 1`] = ` data-icon-type="editorItemAlignLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3000,7 +2858,6 @@ exports[`EuiIcon props type editorItemAlignMiddle is rendered 1`] = ` data-icon-type="editorItemAlignMiddle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3018,7 +2875,6 @@ exports[`EuiIcon props type editorItemAlignRight is rendered 1`] = ` data-icon-type="editorItemAlignRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3036,7 +2892,6 @@ exports[`EuiIcon props type editorItemAlignTop is rendered 1`] = ` data-icon-type="editorItemAlignTop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3054,7 +2909,6 @@ exports[`EuiIcon props type editorLink is rendered 1`] = ` data-icon-type="editorLink" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3072,7 +2926,6 @@ exports[`EuiIcon props type editorOrderedList is rendered 1`] = ` data-icon-type="editorOrderedList" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3090,7 +2943,6 @@ exports[`EuiIcon props type editorPositionBottomLeft is rendered 1`] = ` data-icon-type="editorPositionBottomLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3108,7 +2960,6 @@ exports[`EuiIcon props type editorPositionBottomRight is rendered 1`] = ` data-icon-type="editorPositionBottomRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3126,7 +2977,6 @@ exports[`EuiIcon props type editorPositionTopLeft is rendered 1`] = ` data-icon-type="editorPositionTopLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3144,7 +2994,6 @@ exports[`EuiIcon props type editorPositionTopRight is rendered 1`] = ` data-icon-type="editorPositionTopRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3162,7 +3011,6 @@ exports[`EuiIcon props type editorRedo is rendered 1`] = ` data-icon-type="editorRedo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3180,7 +3028,6 @@ exports[`EuiIcon props type editorStrike is rendered 1`] = ` data-icon-type="editorStrike" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3198,7 +3045,6 @@ exports[`EuiIcon props type editorTable is rendered 1`] = ` data-icon-type="editorTable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3216,7 +3062,6 @@ exports[`EuiIcon props type editorUnderline is rendered 1`] = ` data-icon-type="editorUnderline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3234,7 +3079,6 @@ exports[`EuiIcon props type editorUndo is rendered 1`] = ` data-icon-type="editorUndo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3252,7 +3096,6 @@ exports[`EuiIcon props type editorUnorderedList is rendered 1`] = ` data-icon-type="editorUnorderedList" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3270,7 +3113,6 @@ exports[`EuiIcon props type email is rendered 1`] = ` data-icon-type="email" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3289,7 +3131,6 @@ exports[`EuiIcon props type empty is rendered 1`] = ` data-icon-type="empty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3303,7 +3144,6 @@ exports[`EuiIcon props type emsApp is rendered 1`] = ` data-icon-type="emsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3325,7 +3165,6 @@ exports[`EuiIcon props type endpoint is rendered 1`] = ` data-icon-type="endpoint" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3348,7 +3187,6 @@ exports[`EuiIcon props type eql is rendered 1`] = ` data-icon-type="eql" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3369,7 +3207,6 @@ exports[`EuiIcon props type eraser is rendered 1`] = ` data-icon-type="eraser" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3390,7 +3227,6 @@ exports[`EuiIcon props type error is rendered 1`] = ` data-icon-type="error" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3412,7 +3248,6 @@ exports[`EuiIcon props type errorFilled is rendered 1`] = ` data-icon-type="errorFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3431,7 +3266,6 @@ exports[`EuiIcon props type esqlVis is rendered 1`] = ` data-icon-type="esqlVis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3452,7 +3286,6 @@ exports[`EuiIcon props type exit is rendered 1`] = ` data-icon-type="exit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3471,7 +3304,6 @@ exports[`EuiIcon props type expand is rendered 1`] = ` data-icon-type="expand" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3494,7 +3326,6 @@ exports[`EuiIcon props type expandMini is rendered 1`] = ` data-icon-type="expandMini" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3513,7 +3344,6 @@ exports[`EuiIcon props type export is rendered 1`] = ` data-icon-type="export" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3531,7 +3361,6 @@ exports[`EuiIcon props type exportAction is rendered 1`] = ` data-icon-type="exportAction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3549,7 +3378,6 @@ exports[`EuiIcon props type eye is rendered 1`] = ` data-icon-type="eye" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3574,7 +3402,6 @@ exports[`EuiIcon props type eyeClosed is rendered 1`] = ` data-icon-type="eyeClosed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3605,7 +3432,6 @@ exports[`EuiIcon props type faceHappy is rendered 1`] = ` data-icon-type="faceHappy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3623,7 +3449,6 @@ exports[`EuiIcon props type faceNeutral is rendered 1`] = ` data-icon-type="faceNeutral" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3642,7 +3467,6 @@ exports[`EuiIcon props type faceSad is rendered 1`] = ` data-icon-type="faceSad" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3660,7 +3484,6 @@ exports[`EuiIcon props type fieldStatistics is rendered 1`] = ` data-icon-type="fieldStatistics" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3685,7 +3508,6 @@ exports[`EuiIcon props type filebeatApp is rendered 1`] = ` data-icon-type="filebeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3707,7 +3529,6 @@ exports[`EuiIcon props type filter is rendered 1`] = ` data-icon-type="filter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3725,7 +3546,6 @@ exports[`EuiIcon props type filterExclude is rendered 1`] = ` data-icon-type="filterExclude" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3750,7 +3570,6 @@ exports[`EuiIcon props type filterIgnore is rendered 1`] = ` data-icon-type="filterIgnore" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3768,7 +3587,6 @@ exports[`EuiIcon props type filterInCircle is rendered 1`] = ` data-icon-type="filterInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3787,7 +3605,6 @@ exports[`EuiIcon props type filterInclude is rendered 1`] = ` data-icon-type="filterInclude" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3805,7 +3622,6 @@ exports[`EuiIcon props type flag is rendered 1`] = ` data-icon-type="flag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3825,7 +3641,6 @@ exports[`EuiIcon props type flask is rendered 1`] = ` data-icon-type="flask" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3845,7 +3660,6 @@ exports[`EuiIcon props type fleetApp is rendered 1`] = ` data-icon-type="fleetApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3866,7 +3680,6 @@ exports[`EuiIcon props type fold is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="fold" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -3883,7 +3696,6 @@ exports[`EuiIcon props type folderCheck is rendered 1`] = ` data-icon-type="folderCheck" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3902,7 +3714,6 @@ exports[`EuiIcon props type folderClosed is rendered 1`] = ` data-icon-type="folderClosed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3920,7 +3731,6 @@ exports[`EuiIcon props type folderExclamation is rendered 1`] = ` data-icon-type="folderExclamation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3939,7 +3749,6 @@ exports[`EuiIcon props type folderOpen is rendered 1`] = ` data-icon-type="folderOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3958,7 +3767,6 @@ exports[`EuiIcon props type frameNext is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3978,7 +3786,6 @@ exports[`EuiIcon props type framePrevious is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3997,7 +3804,6 @@ exports[`EuiIcon props type fullScreen is rendered 1`] = ` data-icon-type="fullScreen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4016,7 +3822,6 @@ exports[`EuiIcon props type fullScreenExit is rendered 1`] = ` data-icon-type="fullScreenExit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4034,7 +3839,6 @@ exports[`EuiIcon props type function is rendered 1`] = ` data-icon-type="function" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4052,7 +3856,6 @@ exports[`EuiIcon props type gear is rendered 1`] = ` data-icon-type="gear" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4077,7 +3880,6 @@ exports[`EuiIcon props type gisApp is rendered 1`] = ` data-icon-type="gisApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4099,7 +3901,6 @@ exports[`EuiIcon props type glasses is rendered 1`] = ` data-icon-type="glasses" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4136,7 +3937,6 @@ exports[`EuiIcon props type globe is rendered 1`] = ` data-icon-type="globe" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4156,7 +3956,6 @@ exports[`EuiIcon props type grab is rendered 1`] = ` data-icon-type="grab" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4175,7 +3974,6 @@ exports[`EuiIcon props type grabHorizontal is rendered 1`] = ` data-icon-type="grabHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4194,7 +3992,6 @@ exports[`EuiIcon props type grabOmnidirectional is rendered 1`] = ` data-icon-type="grabOmnidirectional" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4212,7 +4009,6 @@ exports[`EuiIcon props type gradient is rendered 1`] = ` data-icon-type="gradient" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4231,7 +4027,6 @@ exports[`EuiIcon props type graphApp is rendered 1`] = ` data-icon-type="graphApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4253,7 +4048,6 @@ exports[`EuiIcon props type grid is rendered 1`] = ` data-icon-type="grid" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4271,7 +4065,6 @@ exports[`EuiIcon props type grokApp is rendered 1`] = ` data-icon-type="grokApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4293,7 +4086,6 @@ exports[`EuiIcon props type heart is rendered 1`] = ` data-icon-type="heart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4311,7 +4103,6 @@ exports[`EuiIcon props type heartbeatApp is rendered 1`] = ` data-icon-type="heartbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4333,7 +4124,6 @@ exports[`EuiIcon props type heatmap is rendered 1`] = ` data-icon-type="heatmap" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4351,7 +4141,6 @@ exports[`EuiIcon props type help is rendered 1`] = ` data-icon-type="help" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4370,7 +4159,6 @@ exports[`EuiIcon props type home is rendered 1`] = ` data-icon-type="home" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4388,7 +4176,6 @@ exports[`EuiIcon props type image is rendered 1`] = ` data-icon-type="image" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4406,7 +4193,6 @@ exports[`EuiIcon props type importAction is rendered 1`] = ` data-icon-type="importAction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4424,7 +4210,6 @@ exports[`EuiIcon props type index is rendered 1`] = ` data-icon-type="index" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4442,7 +4227,6 @@ exports[`EuiIcon props type indexClose is rendered 1`] = ` data-icon-type="indexClose" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4460,7 +4244,6 @@ exports[`EuiIcon props type indexEdit is rendered 1`] = ` data-icon-type="indexEdit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4478,7 +4261,6 @@ exports[`EuiIcon props type indexFlush is rendered 1`] = ` data-icon-type="indexFlush" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4497,7 +4279,6 @@ exports[`EuiIcon props type indexManagementApp is rendered 1`] = ` data-icon-type="indexManagementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4522,7 +4303,6 @@ exports[`EuiIcon props type indexMapping is rendered 1`] = ` data-icon-type="indexMapping" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4540,7 +4320,6 @@ exports[`EuiIcon props type indexOpen is rendered 1`] = ` data-icon-type="indexOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4558,7 +4337,6 @@ exports[`EuiIcon props type indexPatternApp is rendered 1`] = ` data-icon-type="indexPatternApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4580,7 +4358,6 @@ exports[`EuiIcon props type indexRollupApp is rendered 1`] = ` data-icon-type="indexRollupApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4608,7 +4385,6 @@ exports[`EuiIcon props type indexRuntime is rendered 1`] = ` data-icon-type="indexRuntime" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4629,7 +4405,6 @@ exports[`EuiIcon props type indexSettings is rendered 1`] = ` data-icon-type="indexSettings" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4653,7 +4428,6 @@ exports[`EuiIcon props type indexTemporary is rendered 1`] = ` data-icon-type="indexTemporary" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4674,7 +4448,6 @@ exports[`EuiIcon props type infinity is rendered 1`] = ` data-icon-type="infinity" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4692,7 +4465,6 @@ exports[`EuiIcon props type info is rendered 1`] = ` data-icon-type="info" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4720,7 +4492,6 @@ exports[`EuiIcon props type inputOutput is rendered 1`] = ` data-icon-type="inputOutput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4744,7 +4515,6 @@ exports[`EuiIcon props type inspect is rendered 1`] = ` data-icon-type="inspect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4770,7 +4540,6 @@ exports[`EuiIcon props type invert is rendered 1`] = ` data-icon-type="invert" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4791,7 +4560,6 @@ exports[`EuiIcon props type ip is rendered 1`] = ` data-icon-type="ip" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4809,7 +4577,6 @@ exports[`EuiIcon props type key is rendered 1`] = ` data-icon-type="key" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4830,7 +4597,6 @@ exports[`EuiIcon props type keyboard is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="keyboard" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -4849,7 +4615,6 @@ exports[`EuiIcon props type kqlField is rendered 1`] = ` data-icon-type="kqlField" data-is-loaded="true" height="10" - role="img" viewBox="0 0 16 10" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4867,7 +4632,6 @@ exports[`EuiIcon props type kqlFunction is rendered 1`] = ` data-icon-type="kqlFunction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4885,7 +4649,6 @@ exports[`EuiIcon props type kqlOperand is rendered 1`] = ` data-icon-type="kqlOperand" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4903,7 +4666,6 @@ exports[`EuiIcon props type kqlSelector is rendered 1`] = ` data-icon-type="kqlSelector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4921,7 +4683,6 @@ exports[`EuiIcon props type kqlValue is rendered 1`] = ` data-icon-type="kqlValue" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4940,7 +4701,6 @@ exports[`EuiIcon props type kubernetesNode is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4961,7 +4721,6 @@ exports[`EuiIcon props type kubernetesPod is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4982,7 +4741,6 @@ exports[`EuiIcon props type launch is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5010,7 +4768,6 @@ exports[`EuiIcon props type layers is rendered 1`] = ` data-icon-type="layers" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5036,7 +4793,6 @@ exports[`EuiIcon props type lensApp is rendered 1`] = ` data-icon-type="lensApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5058,7 +4814,6 @@ exports[`EuiIcon props type lettering is rendered 1`] = ` data-icon-type="lettering" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5077,7 +4832,6 @@ exports[`EuiIcon props type lineDashed is rendered 1`] = ` data-icon-type="lineDashed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5095,7 +4849,6 @@ exports[`EuiIcon props type lineDotted is rendered 1`] = ` data-icon-type="lineDotted" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5113,7 +4866,6 @@ exports[`EuiIcon props type lineSolid is rendered 1`] = ` data-icon-type="lineSolid" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5131,7 +4883,6 @@ exports[`EuiIcon props type link is rendered 1`] = ` data-icon-type="link" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5149,7 +4900,6 @@ exports[`EuiIcon props type list is rendered 1`] = ` data-icon-type="list" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5167,7 +4917,6 @@ exports[`EuiIcon props type listAdd is rendered 1`] = ` data-icon-type="listAdd" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5185,7 +4934,6 @@ exports[`EuiIcon props type lock is rendered 1`] = ` data-icon-type="lock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5205,7 +4953,6 @@ exports[`EuiIcon props type lockOpen is rendered 1`] = ` data-icon-type="lockOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5225,7 +4972,6 @@ exports[`EuiIcon props type logPatternAnalysis is rendered 1`] = ` data-icon-type="logPatternAnalysis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5291,7 +5037,6 @@ exports[`EuiIcon props type logRateAnalysis is rendered 1`] = ` data-icon-type="logRateAnalysis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5309,7 +5054,6 @@ exports[`EuiIcon props type logoAWS is rendered 1`] = ` data-icon-type="logoAWS" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5343,7 +5087,6 @@ exports[`EuiIcon props type logoAWSMono is rendered 1`] = ` data-icon-type="logoAWSMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5372,7 +5115,6 @@ exports[`EuiIcon props type logoAerospike is rendered 1`] = ` data-icon-type="logoAerospike" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5399,7 +5141,6 @@ exports[`EuiIcon props type logoApache is rendered 1`] = ` data-icon-type="logoApache" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5619,7 +5360,6 @@ exports[`EuiIcon props type logoAppSearch is rendered 1`] = ` data-icon-type="logoAppSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5646,7 +5386,6 @@ exports[`EuiIcon props type logoAzure is rendered 1`] = ` data-icon-type="logoAzure" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5665,7 +5404,6 @@ exports[`EuiIcon props type logoAzureMono is rendered 1`] = ` data-icon-type="logoAzureMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5683,7 +5421,6 @@ exports[`EuiIcon props type logoBeats is rendered 1`] = ` data-icon-type="logoBeats" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5710,7 +5447,6 @@ exports[`EuiIcon props type logoBusinessAnalytics is rendered 1`] = ` data-icon-type="logoBusinessAnalytics" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5743,7 +5479,6 @@ exports[`EuiIcon props type logoCeph is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5762,7 +5497,6 @@ exports[`EuiIcon props type logoCloud is rendered 1`] = ` data-icon-type="logoCloud" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5794,7 +5528,6 @@ exports[`EuiIcon props type logoCloudEnterprise is rendered 1`] = ` data-icon-type="logoCloudEnterprise" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5821,7 +5554,6 @@ exports[`EuiIcon props type logoCode is rendered 1`] = ` data-icon-type="logoCode" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5848,7 +5580,6 @@ exports[`EuiIcon props type logoCodesandbox is rendered 1`] = ` data-icon-type="logoCodesandbox" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5866,7 +5597,6 @@ exports[`EuiIcon props type logoCouchbase is rendered 1`] = ` data-icon-type="logoCouchbase" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5885,7 +5615,6 @@ exports[`EuiIcon props type logoDocker is rendered 1`] = ` data-icon-type="logoDocker" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5906,7 +5635,6 @@ exports[`EuiIcon props type logoDropwizard is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5993,7 +5721,6 @@ exports[`EuiIcon props type logoElastic is rendered 1`] = ` data-type="logoElastic" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6044,7 +5771,6 @@ exports[`EuiIcon props type logoElasticStack is rendered 1`] = ` data-icon-type="logoElasticStack" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6071,7 +5797,6 @@ exports[`EuiIcon props type logoElasticsearch is rendered 1`] = ` data-icon-type="logoElasticsearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6103,7 +5828,6 @@ exports[`EuiIcon props type logoEnterpriseSearch is rendered 1`] = ` data-icon-type="logoEnterpriseSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6136,7 +5860,6 @@ exports[`EuiIcon props type logoEtcd is rendered 1`] = ` data-icon-type="logoEtcd" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6161,7 +5884,6 @@ exports[`EuiIcon props type logoGCP is rendered 1`] = ` data-icon-type="logoGCP" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6231,7 +5953,6 @@ exports[`EuiIcon props type logoGCPMono is rendered 1`] = ` data-icon-type="logoGCPMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6252,7 +5973,6 @@ exports[`EuiIcon props type logoGithub is rendered 1`] = ` data-icon-type="logoGithub" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6270,7 +5990,6 @@ exports[`EuiIcon props type logoGmail is rendered 1`] = ` data-icon-type="logoGmail" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6318,7 +6037,6 @@ exports[`EuiIcon props type logoGolang is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6465,7 +6183,6 @@ exports[`EuiIcon props type logoGoogleG is rendered 1`] = ` data-icon-type="logoGoogleG" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6577,7 +6294,6 @@ exports[`EuiIcon props type logoHAproxy is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6664,7 +6380,6 @@ exports[`EuiIcon props type logoIBM is rendered 1`] = ` data-icon-type="logoIBM" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6822,7 +6537,6 @@ exports[`EuiIcon props type logoIBMMono is rendered 1`] = ` data-icon-type="logoIBMMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6841,7 +6555,6 @@ exports[`EuiIcon props type logoKafka is rendered 1`] = ` data-icon-type="logoKafka" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6859,7 +6572,6 @@ exports[`EuiIcon props type logoKibana is rendered 1`] = ` data-icon-type="logoKibana" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6891,7 +6603,6 @@ exports[`EuiIcon props type logoKubernetes is rendered 1`] = ` data-icon-type="logoKubernetes" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6910,7 +6621,6 @@ exports[`EuiIcon props type logoLogging is rendered 1`] = ` data-icon-type="logoLogging" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6937,7 +6647,6 @@ exports[`EuiIcon props type logoLogstash is rendered 1`] = ` data-icon-type="logoLogstash" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6964,7 +6673,6 @@ exports[`EuiIcon props type logoMaps is rendered 1`] = ` data-icon-type="logoMaps" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6991,7 +6699,6 @@ exports[`EuiIcon props type logoMemcached is rendered 1`] = ` data-icon-type="logoMemcached" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7104,7 +6811,6 @@ exports[`EuiIcon props type logoMetrics is rendered 1`] = ` data-icon-type="logoMetrics" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7136,7 +6842,6 @@ exports[`EuiIcon props type logoMongodb is rendered 1`] = ` data-icon-type="logoMongodb" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7179,7 +6884,6 @@ exports[`EuiIcon props type logoMySQL is rendered 1`] = ` data-icon-type="logoMySQL" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7204,7 +6908,6 @@ exports[`EuiIcon props type logoNginx is rendered 1`] = ` data-icon-type="logoNginx" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7233,7 +6936,6 @@ exports[`EuiIcon props type logoObservability is rendered 1`] = ` data-icon-type="logoObservability" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7260,7 +6962,6 @@ exports[`EuiIcon props type logoOsquery is rendered 1`] = ` data-icon-type="logoOsquery" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7311,7 +7012,6 @@ exports[`EuiIcon props type logoPhp is rendered 1`] = ` data-icon-type="logoPhp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7448,7 +7148,6 @@ exports[`EuiIcon props type logoPostgres is rendered 1`] = ` data-icon-type="logoPostgres" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7483,7 +7182,6 @@ exports[`EuiIcon props type logoPrometheus is rendered 1`] = ` data-icon-type="logoPrometheus" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7502,7 +7200,6 @@ exports[`EuiIcon props type logoRabbitmq is rendered 1`] = ` data-icon-type="logoRabbitmq" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7521,7 +7218,6 @@ exports[`EuiIcon props type logoRedis is rendered 1`] = ` data-icon-type="logoRedis" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7584,7 +7280,6 @@ exports[`EuiIcon props type logoSecurity is rendered 1`] = ` data-icon-type="logoSecurity" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7611,7 +7306,6 @@ exports[`EuiIcon props type logoSiteSearch is rendered 1`] = ` data-icon-type="logoSiteSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7643,7 +7337,6 @@ exports[`EuiIcon props type logoSketch is rendered 1`] = ` data-icon-type="logoSketch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7686,7 +7379,6 @@ exports[`EuiIcon props type logoSlack is rendered 1`] = ` data-icon-type="logoSlack" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7721,7 +7413,6 @@ exports[`EuiIcon props type logoUptime is rendered 1`] = ` data-icon-type="logoUptime" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7748,7 +7439,6 @@ exports[`EuiIcon props type logoVulnerabilityManagement is rendered 1`] = ` data-icon-type="logoVulnerabilityManagement" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7775,7 +7465,6 @@ exports[`EuiIcon props type logoWebhook is rendered 1`] = ` data-icon-type="logoWebhook" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7806,7 +7495,6 @@ exports[`EuiIcon props type logoWindows is rendered 1`] = ` data-icon-type="logoWindows" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7825,7 +7513,6 @@ exports[`EuiIcon props type logoWorkplaceSearch is rendered 1`] = ` data-icon-type="logoWorkplaceSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7852,7 +7539,6 @@ exports[`EuiIcon props type logsApp is rendered 1`] = ` data-icon-type="logsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7874,7 +7560,6 @@ exports[`EuiIcon props type logstashFilter is rendered 1`] = ` data-icon-type="logstashFilter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7892,7 +7577,6 @@ exports[`EuiIcon props type logstashIf is rendered 1`] = ` data-icon-type="logstashIf" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7910,7 +7594,6 @@ exports[`EuiIcon props type logstashInput is rendered 1`] = ` data-icon-type="logstashInput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7928,7 +7611,6 @@ exports[`EuiIcon props type logstashOutput is rendered 1`] = ` data-icon-type="logstashOutput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7946,7 +7628,6 @@ exports[`EuiIcon props type logstashQueue is rendered 1`] = ` data-icon-type="logstashQueue" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7964,7 +7645,6 @@ exports[`EuiIcon props type machineLearningApp is rendered 1`] = ` data-icon-type="machineLearningApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7986,7 +7666,6 @@ exports[`EuiIcon props type magnet is rendered 1`] = ` data-icon-type="magnet" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8004,7 +7683,6 @@ exports[`EuiIcon props type magnifyWithExclamation is rendered 1`] = ` data-icon-type="magnifyWithExclamation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8027,7 +7705,6 @@ exports[`EuiIcon props type magnifyWithMinus is rendered 1`] = ` data-icon-type="magnifyWithMinus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8050,7 +7727,6 @@ exports[`EuiIcon props type magnifyWithPlus is rendered 1`] = ` data-icon-type="magnifyWithPlus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8073,7 +7749,6 @@ exports[`EuiIcon props type managementApp is rendered 1`] = ` data-icon-type="managementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8095,7 +7770,6 @@ exports[`EuiIcon props type mapMarker is rendered 1`] = ` data-icon-type="mapMarker" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8113,7 +7787,6 @@ exports[`EuiIcon props type memory is rendered 1`] = ` data-icon-type="memory" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8135,7 +7808,6 @@ exports[`EuiIcon props type menu is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8153,7 +7825,6 @@ exports[`EuiIcon props type menuDown is rendered 1`] = ` data-icon-type="menuDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8171,7 +7842,6 @@ exports[`EuiIcon props type menuLeft is rendered 1`] = ` data-icon-type="menuLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8189,7 +7859,6 @@ exports[`EuiIcon props type menuRight is rendered 1`] = ` data-icon-type="menuRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8207,7 +7876,6 @@ exports[`EuiIcon props type menuUp is rendered 1`] = ` data-icon-type="menuUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8225,7 +7893,6 @@ exports[`EuiIcon props type merge is rendered 1`] = ` data-icon-type="merge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8245,7 +7912,6 @@ exports[`EuiIcon props type metricbeatApp is rendered 1`] = ` data-icon-type="metricbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8270,7 +7936,6 @@ exports[`EuiIcon props type metricsApp is rendered 1`] = ` data-icon-type="metricsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8292,7 +7957,6 @@ exports[`EuiIcon props type minimize is rendered 1`] = ` data-icon-type="minimize" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8310,7 +7974,6 @@ exports[`EuiIcon props type minus is rendered 1`] = ` data-icon-type="minus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8332,7 +7995,6 @@ exports[`EuiIcon props type minusInCircle is rendered 1`] = ` data-icon-type="minusInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8357,7 +8019,6 @@ exports[`EuiIcon props type minusInCircleFilled is rendered 1`] = ` data-icon-type="minusInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8376,7 +8037,6 @@ exports[`EuiIcon props type minusInSquare is rendered 1`] = ` data-icon-type="minusInSquare" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8398,7 +8058,6 @@ exports[`EuiIcon props type mobile is rendered 1`] = ` data-icon-type="mobile" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8421,7 +8080,6 @@ exports[`EuiIcon props type monitoringApp is rendered 1`] = ` data-icon-type="monitoringApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8443,7 +8101,6 @@ exports[`EuiIcon props type moon is rendered 1`] = ` data-icon-type="moon" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8461,7 +8118,6 @@ exports[`EuiIcon props type move is rendered 1`] = ` data-icon-type="move" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8480,7 +8136,6 @@ exports[`EuiIcon props type namespace is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8500,7 +8155,6 @@ exports[`EuiIcon props type nested is rendered 1`] = ` data-icon-type="nested" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8518,7 +8172,6 @@ exports[`EuiIcon props type newChat is rendered 1`] = ` data-icon-type="newChat" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8541,7 +8194,6 @@ exports[`EuiIcon props type node is rendered 1`] = ` data-icon-type="node" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8559,7 +8211,6 @@ exports[`EuiIcon props type notebookApp is rendered 1`] = ` data-icon-type="notebookApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8584,7 +8235,6 @@ exports[`EuiIcon props type number is rendered 1`] = ` data-icon-type="number" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8603,7 +8253,6 @@ exports[`EuiIcon props type offline is rendered 1`] = ` data-icon-type="offline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8621,7 +8270,6 @@ exports[`EuiIcon props type online is rendered 1`] = ` data-icon-type="online" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8639,7 +8287,6 @@ exports[`EuiIcon props type outlierDetectionJob is rendered 1`] = ` data-icon-type="outlierDetectionJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8661,7 +8308,6 @@ exports[`EuiIcon props type package is rendered 1`] = ` data-icon-type="package" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8679,7 +8325,6 @@ exports[`EuiIcon props type packetbeatApp is rendered 1`] = ` data-icon-type="packetbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8701,7 +8346,6 @@ exports[`EuiIcon props type pageSelect is rendered 1`] = ` data-icon-type="pageSelect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8720,7 +8364,6 @@ exports[`EuiIcon props type pagesSelect is rendered 1`] = ` data-icon-type="pagesSelect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8739,7 +8382,6 @@ exports[`EuiIcon props type palette is rendered 1`] = ` data-icon-type="palette" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8760,7 +8402,6 @@ exports[`EuiIcon props type paperClip is rendered 1`] = ` data-icon-type="paperClip" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8778,7 +8419,6 @@ exports[`EuiIcon props type partial is rendered 1`] = ` data-icon-type="partial" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8796,7 +8436,6 @@ exports[`EuiIcon props type pause is rendered 1`] = ` data-icon-type="pause" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8815,7 +8454,6 @@ exports[`EuiIcon props type payment is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8833,7 +8471,6 @@ exports[`EuiIcon props type pencil is rendered 1`] = ` data-icon-type="pencil" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8856,7 +8493,6 @@ exports[`EuiIcon props type percent is rendered 1`] = ` data-icon-type="percent" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8882,7 +8518,6 @@ exports[`EuiIcon props type pin is rendered 1`] = ` data-icon-type="pin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8901,7 +8536,6 @@ exports[`EuiIcon props type pinFilled is rendered 1`] = ` data-icon-type="pinFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8919,7 +8553,6 @@ exports[`EuiIcon props type pipeBreaks is rendered 1`] = ` data-icon-type="pipeBreaks" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8937,7 +8570,6 @@ exports[`EuiIcon props type pipeNoBreaks is rendered 1`] = ` data-icon-type="pipeNoBreaks" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8955,7 +8587,6 @@ exports[`EuiIcon props type pipelineApp is rendered 1`] = ` data-icon-type="pipelineApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8978,7 +8609,6 @@ exports[`EuiIcon props type pivot is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8998,7 +8628,6 @@ exports[`EuiIcon props type play is rendered 1`] = ` data-icon-type="play" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9019,7 +8648,6 @@ exports[`EuiIcon props type playFilled is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9037,7 +8665,6 @@ exports[`EuiIcon props type plugs is rendered 1`] = ` data-icon-type="plugs" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9057,7 +8684,6 @@ exports[`EuiIcon props type plus is rendered 1`] = ` data-icon-type="plus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9075,7 +8701,6 @@ exports[`EuiIcon props type plusInCircle is rendered 1`] = ` data-icon-type="plusInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9098,7 +8723,6 @@ exports[`EuiIcon props type plusInCircleFilled is rendered 1`] = ` data-icon-type="plusInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9116,7 +8740,6 @@ exports[`EuiIcon props type plusInSquare is rendered 1`] = ` data-icon-type="plusInSquare" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9138,7 +8761,6 @@ exports[`EuiIcon props type popout is rendered 1`] = ` data-icon-type="popout" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9159,7 +8781,6 @@ exports[`EuiIcon props type push is rendered 1`] = ` data-icon-type="push" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9180,7 +8801,6 @@ exports[`EuiIcon props type question is rendered 1`] = ` data-icon-type="question" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9206,7 +8826,6 @@ exports[`EuiIcon props type quote is rendered 1`] = ` data-icon-type="quote" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9224,7 +8843,6 @@ exports[`EuiIcon props type readOnly is rendered 1`] = ` data-icon-type="readOnly" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9261,7 +8879,6 @@ exports[`EuiIcon props type recentlyViewedApp is rendered 1`] = ` data-icon-type="recentlyViewedApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9283,7 +8900,6 @@ exports[`EuiIcon props type refresh is rendered 1`] = ` data-icon-type="refresh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9303,7 +8919,6 @@ exports[`EuiIcon props type regressionJob is rendered 1`] = ` data-icon-type="regressionJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9325,7 +8940,6 @@ exports[`EuiIcon props type reporter is rendered 1`] = ` data-icon-type="reporter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9344,7 +8958,6 @@ exports[`EuiIcon props type reportingApp is rendered 1`] = ` data-icon-type="reportingApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9369,7 +8982,6 @@ exports[`EuiIcon props type returnKey is rendered 1`] = ` data-icon-type="returnKey" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9387,7 +8999,6 @@ exports[`EuiIcon props type save is rendered 1`] = ` data-icon-type="save" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9407,7 +9018,6 @@ exports[`EuiIcon props type savedObjectsApp is rendered 1`] = ` data-icon-type="savedObjectsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9429,7 +9039,6 @@ exports[`EuiIcon props type scale is rendered 1`] = ` data-icon-type="scale" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9448,7 +9057,6 @@ exports[`EuiIcon props type search is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9468,7 +9076,6 @@ exports[`EuiIcon props type searchProfilerApp is rendered 1`] = ` data-icon-type="searchProfilerApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9500,7 +9107,6 @@ exports[`EuiIcon props type section is rendered 1`] = ` data-icon-type="section" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9518,7 +9124,6 @@ exports[`EuiIcon props type securityAnalyticsApp is rendered 1`] = ` data-icon-type="securityAnalyticsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9543,7 +9148,6 @@ exports[`EuiIcon props type securityApp is rendered 1`] = ` data-icon-type="securityApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9565,7 +9169,6 @@ exports[`EuiIcon props type securitySignal is rendered 1`] = ` data-icon-type="securitySignal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9584,7 +9187,6 @@ exports[`EuiIcon props type securitySignalDetected is rendered 1`] = ` data-icon-type="securitySignalDetected" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9603,7 +9205,6 @@ exports[`EuiIcon props type securitySignalResolved is rendered 1`] = ` data-icon-type="securitySignalResolved" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9622,7 +9223,6 @@ exports[`EuiIcon props type sessionViewer is rendered 1`] = ` data-icon-type="sessionViewer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9645,7 +9245,6 @@ exports[`EuiIcon props type shard is rendered 1`] = ` data-icon-type="shard" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9663,7 +9262,6 @@ exports[`EuiIcon props type share is rendered 1`] = ` data-icon-type="share" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9681,7 +9279,6 @@ exports[`EuiIcon props type singleMetricViewer is rendered 1`] = ` data-icon-type="singleMetricViewer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9705,7 +9302,6 @@ exports[`EuiIcon props type snowflake is rendered 1`] = ` data-icon-type="snowflake" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9724,7 +9320,6 @@ exports[`EuiIcon props type sortAscending is rendered 1`] = ` data-icon-type="sortAscending" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9742,7 +9337,6 @@ exports[`EuiIcon props type sortDescending is rendered 1`] = ` data-icon-type="sortDescending" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9760,7 +9354,6 @@ exports[`EuiIcon props type sortDown is rendered 1`] = ` data-icon-type="sortDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9780,7 +9373,6 @@ exports[`EuiIcon props type sortLeft is rendered 1`] = ` data-icon-type="sortLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9800,7 +9392,6 @@ exports[`EuiIcon props type sortRight is rendered 1`] = ` data-icon-type="sortRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9820,7 +9411,6 @@ exports[`EuiIcon props type sortUp is rendered 1`] = ` data-icon-type="sortUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9840,7 +9430,6 @@ exports[`EuiIcon props type sortable is rendered 1`] = ` data-icon-type="sortable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9861,7 +9450,6 @@ exports[`EuiIcon props type spaces is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9881,7 +9469,6 @@ exports[`EuiIcon props type spacesApp is rendered 1`] = ` data-icon-type="spacesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9907,7 +9494,6 @@ exports[`EuiIcon props type sparkles is rendered 1`] = ` data-icon-type="sparkles" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9927,7 +9513,6 @@ exports[`EuiIcon props type sqlApp is rendered 1`] = ` data-icon-type="sqlApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9949,7 +9534,6 @@ exports[`EuiIcon props type starEmpty is rendered 1`] = ` data-icon-type="starEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9968,7 +9552,6 @@ exports[`EuiIcon props type starEmptySpace is rendered 1`] = ` data-icon-type="starEmptySpace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9987,7 +9570,6 @@ exports[`EuiIcon props type starFilled is rendered 1`] = ` data-icon-type="starFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10006,7 +9588,6 @@ exports[`EuiIcon props type starFilledSpace is rendered 1`] = ` data-icon-type="starFilledSpace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10025,7 +9606,6 @@ exports[`EuiIcon props type starMinusEmpty is rendered 1`] = ` data-icon-type="starMinusEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10044,7 +9624,6 @@ exports[`EuiIcon props type starMinusFilled is rendered 1`] = ` data-icon-type="starMinusFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10063,7 +9642,6 @@ exports[`EuiIcon props type starPlusEmpty is rendered 1`] = ` data-icon-type="starPlusEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10082,7 +9660,6 @@ exports[`EuiIcon props type starPlusFilled is rendered 1`] = ` data-icon-type="starPlusFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10101,7 +9678,6 @@ exports[`EuiIcon props type stats is rendered 1`] = ` data-icon-type="stats" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10120,7 +9696,6 @@ exports[`EuiIcon props type stop is rendered 1`] = ` data-icon-type="stop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10139,7 +9714,6 @@ exports[`EuiIcon props type stopFilled is rendered 1`] = ` data-icon-type="stopFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10162,7 +9736,6 @@ exports[`EuiIcon props type stopSlash is rendered 1`] = ` data-icon-type="stopSlash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10180,7 +9753,6 @@ exports[`EuiIcon props type storage is rendered 1`] = ` data-icon-type="storage" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10203,7 +9775,6 @@ exports[`EuiIcon props type string is rendered 1`] = ` data-icon-type="string" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10223,7 +9794,6 @@ exports[`EuiIcon props type submodule is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10243,7 +9813,6 @@ exports[`EuiIcon props type sun is rendered 1`] = ` data-icon-type="sun" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10261,7 +9830,6 @@ exports[`EuiIcon props type swatchInput is rendered 1`] = ` data-icon-type="swatchInput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10291,7 +9859,6 @@ exports[`EuiIcon props type symlink is rendered 1`] = ` data-icon-type="symlink" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10314,7 +9881,6 @@ exports[`EuiIcon props type tableDensityCompact is rendered 1`] = ` data-icon-type="tableDensityCompact" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10337,7 +9903,6 @@ exports[`EuiIcon props type tableDensityExpanded is rendered 1`] = ` data-icon-type="tableDensityExpanded" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10360,7 +9925,6 @@ exports[`EuiIcon props type tableDensityNormal is rendered 1`] = ` data-icon-type="tableDensityNormal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10378,7 +9942,6 @@ exports[`EuiIcon props type tableOfContents is rendered 1`] = ` data-icon-type="tableOfContents" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10396,7 +9959,6 @@ exports[`EuiIcon props type tag is rendered 1`] = ` data-icon-type="tag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10421,7 +9983,6 @@ exports[`EuiIcon props type tear is rendered 1`] = ` data-icon-type="tear" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10439,7 +10000,6 @@ exports[`EuiIcon props type temperature is rendered 1`] = ` data-icon-type="temperature" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10460,7 +10020,6 @@ exports[`EuiIcon props type thumbDown is rendered 1`] = ` data-icon-type="thumbDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10483,7 +10042,6 @@ exports[`EuiIcon props type thumbUp is rendered 1`] = ` data-icon-type="thumbUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10506,7 +10064,6 @@ exports[`EuiIcon props type timeRefresh is rendered 1`] = ` data-icon-type="timeRefresh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10532,7 +10089,6 @@ exports[`EuiIcon props type timeline is rendered 1`] = ` data-icon-type="timeline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10551,7 +10107,6 @@ exports[`EuiIcon props type timelineWithArrow is rendered 1`] = ` data-icon-type="timelineWithArrow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10570,7 +10125,6 @@ exports[`EuiIcon props type timelionApp is rendered 1`] = ` data-icon-type="timelionApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -10592,7 +10146,6 @@ exports[`EuiIcon props type timeslider is rendered 1`] = ` data-icon-type="timeslider" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10618,7 +10171,6 @@ exports[`EuiIcon props type tokenAlias is rendered 1`] = ` data-icon-type="tokenAlias" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10637,7 +10189,6 @@ exports[`EuiIcon props type tokenAnnotation is rendered 1`] = ` data-icon-type="tokenAnnotation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10656,7 +10207,6 @@ exports[`EuiIcon props type tokenArray is rendered 1`] = ` data-icon-type="tokenArray" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10675,7 +10225,6 @@ exports[`EuiIcon props type tokenBinary is rendered 1`] = ` data-icon-type="tokenBinary" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10694,7 +10243,6 @@ exports[`EuiIcon props type tokenBoolean is rendered 1`] = ` data-icon-type="tokenBoolean" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10713,7 +10261,6 @@ exports[`EuiIcon props type tokenClass is rendered 1`] = ` data-icon-type="tokenClass" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10732,7 +10279,6 @@ exports[`EuiIcon props type tokenCompletionSuggester is rendered 1`] = ` data-icon-type="tokenCompletionSuggester" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10755,7 +10301,6 @@ exports[`EuiIcon props type tokenConstant is rendered 1`] = ` data-icon-type="tokenConstant" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10774,7 +10319,6 @@ exports[`EuiIcon props type tokenDate is rendered 1`] = ` data-icon-type="tokenDate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10793,7 +10337,6 @@ exports[`EuiIcon props type tokenDenseVector is rendered 1`] = ` data-icon-type="tokenDenseVector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10817,7 +10360,6 @@ exports[`EuiIcon props type tokenDimension is rendered 1`] = ` data-icon-type="tokenDimension" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10839,7 +10381,6 @@ exports[`EuiIcon props type tokenElement is rendered 1`] = ` data-icon-type="tokenElement" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10858,7 +10399,6 @@ exports[`EuiIcon props type tokenEnum is rendered 1`] = ` data-icon-type="tokenEnum" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10877,7 +10417,6 @@ exports[`EuiIcon props type tokenEnumMember is rendered 1`] = ` data-icon-type="tokenEnumMember" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10896,7 +10435,6 @@ exports[`EuiIcon props type tokenEvent is rendered 1`] = ` data-icon-type="tokenEvent" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10915,7 +10453,6 @@ exports[`EuiIcon props type tokenException is rendered 1`] = ` data-icon-type="tokenException" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10933,7 +10470,6 @@ exports[`EuiIcon props type tokenField is rendered 1`] = ` data-icon-type="tokenField" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10952,7 +10488,6 @@ exports[`EuiIcon props type tokenFile is rendered 1`] = ` data-icon-type="tokenFile" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10970,7 +10505,6 @@ exports[`EuiIcon props type tokenFlattened is rendered 1`] = ` data-icon-type="tokenFlattened" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10988,7 +10522,6 @@ exports[`EuiIcon props type tokenFunction is rendered 1`] = ` data-icon-type="tokenFunction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11007,7 +10540,6 @@ exports[`EuiIcon props type tokenGeo is rendered 1`] = ` data-icon-type="tokenGeo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11026,7 +10558,6 @@ exports[`EuiIcon props type tokenHistogram is rendered 1`] = ` data-icon-type="tokenHistogram" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11044,7 +10575,6 @@ exports[`EuiIcon props type tokenIP is rendered 1`] = ` data-icon-type="tokenIP" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11063,7 +10593,6 @@ exports[`EuiIcon props type tokenInterface is rendered 1`] = ` data-icon-type="tokenInterface" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11082,7 +10611,6 @@ exports[`EuiIcon props type tokenJoin is rendered 1`] = ` data-icon-type="tokenJoin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11102,7 +10630,6 @@ exports[`EuiIcon props type tokenKey is rendered 1`] = ` data-icon-type="tokenKey" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11121,7 +10648,6 @@ exports[`EuiIcon props type tokenKeyword is rendered 1`] = ` data-icon-type="tokenKeyword" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11139,7 +10665,6 @@ exports[`EuiIcon props type tokenMethod is rendered 1`] = ` data-icon-type="tokenMethod" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11158,7 +10683,6 @@ exports[`EuiIcon props type tokenMetricCounter is rendered 1`] = ` data-icon-type="tokenMetricCounter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11180,7 +10704,6 @@ exports[`EuiIcon props type tokenMetricGauge is rendered 1`] = ` data-icon-type="tokenMetricGauge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11202,7 +10725,6 @@ exports[`EuiIcon props type tokenModule is rendered 1`] = ` data-icon-type="tokenModule" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11223,7 +10745,6 @@ exports[`EuiIcon props type tokenNamespace is rendered 1`] = ` data-icon-type="tokenNamespace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11241,7 +10762,6 @@ exports[`EuiIcon props type tokenNested is rendered 1`] = ` data-icon-type="tokenNested" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11266,7 +10786,6 @@ exports[`EuiIcon props type tokenNull is rendered 1`] = ` data-icon-type="tokenNull" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11284,7 +10803,6 @@ exports[`EuiIcon props type tokenNumber is rendered 1`] = ` data-icon-type="tokenNumber" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11302,7 +10820,6 @@ exports[`EuiIcon props type tokenObject is rendered 1`] = ` data-icon-type="tokenObject" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11321,7 +10838,6 @@ exports[`EuiIcon props type tokenOperator is rendered 1`] = ` data-icon-type="tokenOperator" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11340,7 +10856,6 @@ exports[`EuiIcon props type tokenPackage is rendered 1`] = ` data-icon-type="tokenPackage" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11359,7 +10874,6 @@ exports[`EuiIcon props type tokenParameter is rendered 1`] = ` data-icon-type="tokenParameter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11378,7 +10892,6 @@ exports[`EuiIcon props type tokenPercolator is rendered 1`] = ` data-icon-type="tokenPercolator" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11398,7 +10911,6 @@ exports[`EuiIcon props type tokenProperty is rendered 1`] = ` data-icon-type="tokenProperty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11417,7 +10929,6 @@ exports[`EuiIcon props type tokenRange is rendered 1`] = ` data-icon-type="tokenRange" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11439,7 +10950,6 @@ exports[`EuiIcon props type tokenRankFeature is rendered 1`] = ` data-icon-type="tokenRankFeature" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11457,7 +10967,6 @@ exports[`EuiIcon props type tokenRankFeatures is rendered 1`] = ` data-icon-type="tokenRankFeatures" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11475,7 +10984,6 @@ exports[`EuiIcon props type tokenRepo is rendered 1`] = ` data-icon-type="tokenRepo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11494,7 +11002,6 @@ exports[`EuiIcon props type tokenSearchType is rendered 1`] = ` data-icon-type="tokenSearchType" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11517,7 +11024,6 @@ exports[`EuiIcon props type tokenSemanticText is rendered 1`] = ` data-icon-type="tokenSemanticText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11535,7 +11041,6 @@ exports[`EuiIcon props type tokenShape is rendered 1`] = ` data-icon-type="tokenShape" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11554,7 +11059,6 @@ exports[`EuiIcon props type tokenString is rendered 1`] = ` data-icon-type="tokenString" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11572,7 +11076,6 @@ exports[`EuiIcon props type tokenStruct is rendered 1`] = ` data-icon-type="tokenStruct" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11591,7 +11094,6 @@ exports[`EuiIcon props type tokenSymbol is rendered 1`] = ` data-icon-type="tokenSymbol" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11609,7 +11111,6 @@ exports[`EuiIcon props type tokenTag is rendered 1`] = ` data-icon-type="tokenTag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11631,7 +11132,6 @@ exports[`EuiIcon props type tokenText is rendered 1`] = ` data-icon-type="tokenText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11649,7 +11149,6 @@ exports[`EuiIcon props type tokenTokenCount is rendered 1`] = ` data-icon-type="tokenTokenCount" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11667,7 +11166,6 @@ exports[`EuiIcon props type tokenVariable is rendered 1`] = ` data-icon-type="tokenVariable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11686,7 +11184,6 @@ exports[`EuiIcon props type tokenVectorDense is rendered 1`] = ` data-icon-type="tokenVectorDense" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11710,7 +11207,6 @@ exports[`EuiIcon props type tokenVectorSparse is rendered 1`] = ` data-icon-type="tokenVectorSparse" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11734,7 +11230,6 @@ exports[`EuiIcon props type training is rendered 1`] = ` data-icon-type="training" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11752,7 +11247,6 @@ exports[`EuiIcon props type transitionLeftIn is rendered 1`] = ` data-icon-type="transitionLeftIn" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11774,7 +11268,6 @@ exports[`EuiIcon props type transitionLeftOut is rendered 1`] = ` data-icon-type="transitionLeftOut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11796,7 +11289,6 @@ exports[`EuiIcon props type transitionTopIn is rendered 1`] = ` data-icon-type="transitionTopIn" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11818,7 +11310,6 @@ exports[`EuiIcon props type transitionTopOut is rendered 1`] = ` data-icon-type="transitionTopOut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11840,7 +11331,6 @@ exports[`EuiIcon props type trash is rendered 1`] = ` data-icon-type="trash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11862,7 +11352,6 @@ exports[`EuiIcon props type unfold is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="unfold" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -11880,7 +11369,6 @@ exports[`EuiIcon props type unlink is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11901,7 +11389,6 @@ exports[`EuiIcon props type upgradeAssistantApp is rendered 1`] = ` data-icon-type="upgradeAssistantApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -11923,7 +11410,6 @@ exports[`EuiIcon props type uptimeApp is rendered 1`] = ` data-icon-type="uptimeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -11945,7 +11431,6 @@ exports[`EuiIcon props type user is rendered 1`] = ` data-icon-type="user" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11965,7 +11450,6 @@ exports[`EuiIcon props type userAvatar is rendered 1`] = ` data-icon-type="userAvatar" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11985,7 +11469,6 @@ exports[`EuiIcon props type users is rendered 1`] = ` data-icon-type="users" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12012,7 +11495,6 @@ exports[`EuiIcon props type usersRolesApp is rendered 1`] = ` data-icon-type="usersRolesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12034,7 +11516,6 @@ exports[`EuiIcon props type vector is rendered 1`] = ` data-icon-type="vector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12052,7 +11533,6 @@ exports[`EuiIcon props type videoPlayer is rendered 1`] = ` data-icon-type="videoPlayer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12070,7 +11550,6 @@ exports[`EuiIcon props type visArea is rendered 1`] = ` data-icon-type="visArea" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12088,7 +11567,6 @@ exports[`EuiIcon props type visAreaStacked is rendered 1`] = ` data-icon-type="visAreaStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12106,7 +11584,6 @@ exports[`EuiIcon props type visBarHorizontal is rendered 1`] = ` data-icon-type="visBarHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12124,7 +11601,6 @@ exports[`EuiIcon props type visBarHorizontalStacked is rendered 1`] = ` data-icon-type="visBarHorizontalStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12142,7 +11618,6 @@ exports[`EuiIcon props type visBarVertical is rendered 1`] = ` data-icon-type="visBarVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12160,7 +11635,6 @@ exports[`EuiIcon props type visBarVerticalStacked is rendered 1`] = ` data-icon-type="visBarVerticalStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12178,7 +11652,6 @@ exports[`EuiIcon props type visGauge is rendered 1`] = ` data-icon-type="visGauge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12196,7 +11669,6 @@ exports[`EuiIcon props type visGoal is rendered 1`] = ` data-icon-type="visGoal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12214,7 +11686,6 @@ exports[`EuiIcon props type visLine is rendered 1`] = ` data-icon-type="visLine" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12235,7 +11706,6 @@ exports[`EuiIcon props type visMapCoordinate is rendered 1`] = ` data-icon-type="visMapCoordinate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12253,7 +11723,6 @@ exports[`EuiIcon props type visMapRegion is rendered 1`] = ` data-icon-type="visMapRegion" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12271,7 +11740,6 @@ exports[`EuiIcon props type visMetric is rendered 1`] = ` data-icon-type="visMetric" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12289,7 +11757,6 @@ exports[`EuiIcon props type visPie is rendered 1`] = ` data-icon-type="visPie" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12307,7 +11774,6 @@ exports[`EuiIcon props type visTable is rendered 1`] = ` data-icon-type="visTable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12330,7 +11796,6 @@ exports[`EuiIcon props type visTagCloud is rendered 1`] = ` data-icon-type="visTagCloud" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12348,7 +11813,6 @@ exports[`EuiIcon props type visText is rendered 1`] = ` data-icon-type="visText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12366,7 +11830,6 @@ exports[`EuiIcon props type visTimelion is rendered 1`] = ` data-icon-type="visTimelion" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12384,7 +11847,6 @@ exports[`EuiIcon props type visVega is rendered 1`] = ` data-icon-type="visVega" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12402,7 +11864,6 @@ exports[`EuiIcon props type visVisualBuilder is rendered 1`] = ` data-icon-type="visVisualBuilder" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12420,7 +11881,6 @@ exports[`EuiIcon props type visualizeApp is rendered 1`] = ` data-icon-type="visualizeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12445,7 +11905,6 @@ exports[`EuiIcon props type vulnerabilityManagementApp is rendered 1`] = ` data-icon-type="vulnerabilityManagementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12467,7 +11926,6 @@ exports[`EuiIcon props type warning is rendered 1`] = ` data-icon-type="warning" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12495,7 +11953,6 @@ exports[`EuiIcon props type warningFilled is rendered 1`] = ` data-icon-type="warningFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12514,7 +11971,6 @@ exports[`EuiIcon props type watchesApp is rendered 1`] = ` data-icon-type="watchesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12542,7 +11998,6 @@ exports[`EuiIcon props type web is rendered 1`] = ` data-icon-type="web" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12562,7 +12017,6 @@ exports[`EuiIcon props type wordWrap is rendered 1`] = ` data-icon-type="wordWrap" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12583,7 +12037,6 @@ exports[`EuiIcon props type wordWrapDisabled is rendered 1`] = ` data-icon-type="wordWrapDisabled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12601,7 +12054,6 @@ exports[`EuiIcon props type workplaceSearchApp is rendered 1`] = ` data-icon-type="workplaceSearchApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12625,7 +12077,6 @@ exports[`EuiIcon props type wrench is rendered 1`] = ` data-icon-type="wrench" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12643,7 +12094,6 @@ exports[`EuiIcon renders custom components 1`] = ` aria-hidden="true" aria-label="heart" class="euiIcon emotion-euiIcon-m" - role="img" > ❤️ diff --git a/packages/eui/src/components/icon/icon.tsx b/packages/eui/src/components/icon/icon.tsx index 3f33450ec1e..49866b5dc97 100644 --- a/packages/eui/src/components/icon/icon.tsx +++ b/packages/eui/src/components/icon/icon.tsx @@ -317,7 +317,7 @@ export class EuiIconClass extends PureComponent< style={optionalCustomStyles} css={cssStyles} tabIndex={tabIndex} - role="img" + role={isAriaHidden ? undefined : 'img'} title={title} {...titleId} data-icon-type={iconTitle} diff --git a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap index c15ac957d1e..2f91f4d7488 100644 --- a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap +++ b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap @@ -730,6 +730,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` >
  • Titan -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Enceladus -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Mimas -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Pandora is one of Saturn's moons, named for a Titaness of Greek mythology -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Tethys -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Hyperion -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • @@ -2372,6 +2390,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in >
  • Titan -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Enceladus -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Mimas -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Pandora is one of Saturn's moons, named for a Titaness of Greek mythology -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Tethys -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • Hyperion -
    - . - To check this option, press Enter. -
    + + — + + To check this option, press Enter. +
  • diff --git a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap index 498d2d9346b..bf6c34b9d8f 100644 --- a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap +++ b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap @@ -51,6 +51,7 @@ exports[`EuiSelectableListItem props append 1`] = ` exports[`EuiSelectableListItem props checked & allowExclusions mixed 1`] = `
  • @@ -64,18 +65,18 @@ exports[`EuiSelectableListItem props checked & allowExclusions mixed 1`] = ` /> -
    - . - Mixed (indeterminate) option. - - To check this option for all, press Enter once. - - To exclude this option for all, press Enter twice. -
    -
    + /> + + + — + Mixed (indeterminate) option. + + To check this option for all, press Enter once. + + To exclude this option for all, press Enter twice.
  • `; @@ -83,6 +84,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions mixed 1`] = ` exports[`EuiSelectableListItem props checked & allowExclusions off 1`] = `
  • @@ -96,16 +98,15 @@ exports[`EuiSelectableListItem props checked & allowExclusions off 1`] = ` /> -
    - . - Excluded option. - - To uncheck this option, press Enter. -
    -
    + /> + + + — + + To uncheck this option, press Enter.
  • `; @@ -113,6 +114,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions off 1`] = ` exports[`EuiSelectableListItem props checked & allowExclusions on 1`] = `
  • @@ -126,16 +128,15 @@ exports[`EuiSelectableListItem props checked & allowExclusions on 1`] = ` /> -
    - . - Checked option. - - To exclude this option, press Enter. -
    -
    + /> + + + — + + To exclude this option, press Enter.
  • `; @@ -143,6 +144,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions on 1`] = ` exports[`EuiSelectableListItem props checked & allowExclusions undefined 1`] = `
  • @@ -155,14 +157,15 @@ exports[`EuiSelectableListItem props checked & allowExclusions undefined 1`] = ` /> -
    - . - To check this option, press Enter. -
    -
    + /> + + + — + + To check this option, press Enter.
  • `; @@ -170,6 +173,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions undefined 1`] = ` exports[`EuiSelectableListItem props checked & searchable on 1`] = `
  • @@ -183,16 +187,15 @@ exports[`EuiSelectableListItem props checked & searchable on 1`] = ` /> -
    - . - Checked option. - - To uncheck this option, press Enter. -
    -
    + /> + + + — + + To uncheck this option, press Enter.
  • `; @@ -200,6 +203,7 @@ exports[`EuiSelectableListItem props checked & searchable on 1`] = ` exports[`EuiSelectableListItem props checked & searchable undefined 1`] = `
  • @@ -212,14 +216,15 @@ exports[`EuiSelectableListItem props checked & searchable undefined 1`] = ` /> -
    - . - To check this option, press Enter. -
    -
    + /> + + + — + + To check this option, press Enter.
  • `; @@ -227,6 +232,7 @@ exports[`EuiSelectableListItem props checked & searchable undefined 1`] = ` exports[`EuiSelectableListItem props checked mixed 1`] = `
  • @@ -240,18 +246,18 @@ exports[`EuiSelectableListItem props checked mixed 1`] = ` /> -
    - . - Mixed (indeterminate) option. - - To check this option for all, press Enter once. - - To uncheck this option for all, press Enter twice. -
    -
    + /> + + + — + Mixed (indeterminate) option. + + To check this option for all, press Enter once. + + To uncheck this option for all, press Enter twice.
  • `; @@ -272,14 +278,7 @@ exports[`EuiSelectableListItem props checked on 1`] = ` /> -
    - . - Checked option. -
    -
    + /> `; diff --git a/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx b/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx index 7b8f9496670..b90533bb63d 100644 --- a/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx +++ b/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx @@ -16,7 +16,7 @@ import React, { useMemo, } from 'react'; -import { useEuiMemoizedStyles } from '../../../services'; +import { useEuiMemoizedStyles, useGeneratedHtmlId } from '../../../services'; import { CommonProps } from '../../common'; import { EuiI18n } from '../../i18n'; import { EuiIcon, IconColor, IconType } from '../../icon'; @@ -168,6 +168,8 @@ export const EuiSelectableListItem: FunctionComponent< } }, [prepend, styles]); + const screenReaderTextId = useGeneratedHtmlId(); + const onFocusBadgeNode = useMemo(() => { const defaultOnFocusBadgeProps: EuiBadgeProps = { 'aria-hidden': true, @@ -220,12 +222,6 @@ export const EuiSelectableListItem: FunctionComponent< const screenReaderStrings = { checked: { - state: ( - - ), instructions: ( - ), instructions: ( -
    - {state || instructions ? '. ' : null} - {state} - {state && instructions ? ' ' : null} - {instructions} -
    - + + — {state || ''} {instructions} + ) : null; }, [checked, searchable, allowExclusions]); @@ -374,11 +357,20 @@ export const EuiSelectableListItem: FunctionComponent< // Manually set the `aria-describedby` id on the
  • wrapper useEffect(() => { + const ids: string[] = []; + if (tooltipRef) { const tooltipId = tooltipRef.state.id; - setAriaDescribedBy(classNames(tooltipId, _ariaDescribedBy)); + + ids.push(classNames(tooltipId, _ariaDescribedBy)); } - }, [tooltipRef, _ariaDescribedBy]); + + if (screenReaderText && screenReaderTextId) { + ids.push(screenReaderTextId); + } + + setAriaDescribedBy(ids.join(' ') || undefined); + }, [tooltipRef, _ariaDescribedBy, screenReaderText, screenReaderTextId]); const content: ReactElement = ( {children} - {screenReaderText} {appendNode} @@ -419,6 +410,11 @@ export const EuiSelectableListItem: FunctionComponent< ) : ( content )} + {screenReaderText && ( + + {screenReaderText} + + )}
  • ); }; From 53a1e9b4055cf1143f5f05e3e4bffb3fc4b8c216 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 17 Sep 2025 12:16:09 +0300 Subject: [PATCH 2/5] changelog --- packages/eui/changelogs/upcoming/9028.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/9028.md diff --git a/packages/eui/changelogs/upcoming/9028.md b/packages/eui/changelogs/upcoming/9028.md new file mode 100644 index 00000000000..8946388f31c --- /dev/null +++ b/packages/eui/changelogs/upcoming/9028.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed duplicated announcements for checked options in `EuiSelectableListItem`. From 8105acf4ba9cd9cfc086f636c02ea5d7abdbc3fe Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 17 Sep 2025 13:08:52 +0300 Subject: [PATCH 3/5] fix cypress --- .../filter_group/filter_group.a11y.tsx | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/packages/eui/src/components/filter_group/filter_group.a11y.tsx b/packages/eui/src/components/filter_group/filter_group.a11y.tsx index 05c914cb9ad..dc82969b30c 100644 --- a/packages/eui/src/components/filter_group/filter_group.a11y.tsx +++ b/packages/eui/src/components/filter_group/filter_group.a11y.tsx @@ -253,20 +253,24 @@ describe('EuiFilterGroup multiselect example', () => { cy.realPress('Tab'); cy.repeatRealPress('ArrowDown', 3); cy.realPress('Enter'); + cy.get('li[aria-selected="true"]') .find('span.euiSelectableListItem__text') - .should( - 'have.text', - 'Dmitri Shostakovich. Checked option. To exclude this option, press Enter.' - ); + .should('have.text', 'Dmitri Shostakovich'); + cy.get('li[aria-selected="true"]') + .find('.css-gb1zbv-euiScreenReaderOnly') + .should('have.text', '— To exclude this option, press Enter.'); + cy.realPress('ArrowDown'); cy.repeatRealPress('Enter'); + cy.get('li[aria-selected="true"]') .find('span.euiSelectableListItem__text') - .should( - 'have.text', - 'Felix Mendelssohn-Bartholdy. Excluded option. To uncheck this option, press Enter.' - ); + .should('have.text', 'Felix Mendelssohn-Bartholdy'); + cy.get('li[aria-selected="true"]') + .find('.css-gb1zbv-euiScreenReaderOnly') + .should('have.text', '— To uncheck this option, press Enter.'); + cy.checkAxe(); }); From 80af80f53a0ab1d4c41035e8de136be2f293a5c8 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 17 Sep 2025 14:19:37 +0300 Subject: [PATCH 4/5] fix CI --- .../filter_group/filter_group.a11y.tsx | 4 +-- .../selectable_list.test.tsx.snap | 36 +++++++------------ .../selectable_list_item.test.tsx.snap | 21 ++++------- .../selectable_list/selectable_list_item.tsx | 4 ++- 4 files changed, 24 insertions(+), 41 deletions(-) diff --git a/packages/eui/src/components/filter_group/filter_group.a11y.tsx b/packages/eui/src/components/filter_group/filter_group.a11y.tsx index dc82969b30c..4f9b0ce490f 100644 --- a/packages/eui/src/components/filter_group/filter_group.a11y.tsx +++ b/packages/eui/src/components/filter_group/filter_group.a11y.tsx @@ -259,7 +259,7 @@ describe('EuiFilterGroup multiselect example', () => { .should('have.text', 'Dmitri Shostakovich'); cy.get('li[aria-selected="true"]') .find('.css-gb1zbv-euiScreenReaderOnly') - .should('have.text', '— To exclude this option, press Enter.'); + .should('have.text', '- To exclude this option, press Enter.'); cy.realPress('ArrowDown'); cy.repeatRealPress('Enter'); @@ -269,7 +269,7 @@ describe('EuiFilterGroup multiselect example', () => { .should('have.text', 'Felix Mendelssohn-Bartholdy'); cy.get('li[aria-selected="true"]') .find('.css-gb1zbv-euiScreenReaderOnly') - .should('have.text', '— To uncheck this option, press Enter.'); + .should('have.text', '- To uncheck this option, press Enter.'); cy.checkAxe(); }); diff --git a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap index 2f91f4d7488..7e83c875314 100644 --- a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap +++ b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap @@ -758,8 +758,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -792,8 +791,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -826,8 +824,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -860,8 +857,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -894,8 +890,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -928,8 +923,7 @@ exports[`EuiSelectableListItem props allowExclusions 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2418,8 +2412,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2452,8 +2445,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2486,8 +2478,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2520,8 +2511,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2554,8 +2544,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -2588,8 +2577,7 @@ exports[`EuiSelectableListItem props searchable enables correct screen reader in class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. diff --git a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap index bf6c34b9d8f..a08fec63104 100644 --- a/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap +++ b/packages/eui/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap @@ -71,9 +71,8 @@ exports[`EuiSelectableListItem props checked & allowExclusions mixed 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — + - Mixed (indeterminate) option. - To check this option for all, press Enter once. To exclude this option for all, press Enter twice. @@ -104,8 +103,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions off 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To uncheck this option, press Enter. @@ -134,8 +132,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions on 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To exclude this option, press Enter. @@ -163,8 +160,7 @@ exports[`EuiSelectableListItem props checked & allowExclusions undefined 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -193,8 +189,7 @@ exports[`EuiSelectableListItem props checked & searchable on 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To uncheck this option, press Enter. @@ -222,8 +217,7 @@ exports[`EuiSelectableListItem props checked & searchable undefined 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — - + - To check this option, press Enter. @@ -252,9 +246,8 @@ exports[`EuiSelectableListItem props checked mixed 1`] = ` class="emotion-euiScreenReaderOnly" id="generated-id" > - — + - Mixed (indeterminate) option. - To check this option for all, press Enter once. To uncheck this option for all, press Enter twice. diff --git a/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx b/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx index b90533bb63d..2b1cd1f5c57 100644 --- a/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx +++ b/packages/eui/src/components/selectable/selectable_list/selectable_list_item.tsx @@ -306,7 +306,9 @@ export const EuiSelectableListItem: FunctionComponent< return state || instructions ? ( - — {state || ''} {instructions} + {'- '} + {state || null} + {instructions || null} ) : null; }, [checked, searchable, allowExclusions]); From 351875980edd30348f514763d7add3809bc41a0d Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Fri, 19 Sep 2025 14:41:31 +0300 Subject: [PATCH 5/5] Update packages/eui/changelogs/upcoming/9028.md Co-authored-by: Weronika Olejniczak <32842468+weronikaolejniczak@users.noreply.github.com> --- packages/eui/changelogs/upcoming/9028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eui/changelogs/upcoming/9028.md b/packages/eui/changelogs/upcoming/9028.md index 8946388f31c..5ace38c24ec 100644 --- a/packages/eui/changelogs/upcoming/9028.md +++ b/packages/eui/changelogs/upcoming/9028.md @@ -1,3 +1,3 @@ -**Bug fixes** +**Accessibility** - Fixed duplicated announcements for checked options in `EuiSelectableListItem`.