List should render with data 1`] = `
List should render with data 1`] = `
onMouseOut={[Function]}
onMouseOver={[Function]}
>
-
- About to blow up!
-
+
+ About to blow up!
+
+
List should render with data 1`] = `
|
List should render with data 1`] = `
onMouseOut={[Function]}
onMouseOver={[Function]}
>
-
- AssertionError:
-
+
+ AssertionError:
+
+
List should render with data 1`] = `
|
List should render with data 1`] = `
onMouseOut={[Function]}
onMouseOver={[Function]}
>
-
- AssertionError: Bad luck!
-
+
+ AssertionError: Bad luck!
+
+
List should render with data 1`] = `
|
List should render with data 1`] = `
onMouseOut={[Function]}
onMouseOver={[Function]}
>
-
- Customer with ID 8517 not found
-
+
+ Customer with ID 8517 not found
+
+
can navigate Autoplay Settings 2`] = `
>
-
+
`;
exports[`policy table should sort when linked indices header is clicked 1`] = `
diff --git a/x-pack/legacy/plugins/infra/public/components/navigation/routed_tabs.tsx b/x-pack/legacy/plugins/infra/public/components/navigation/routed_tabs.tsx
index 063dcea7ddeae..437a0eb513da0 100644
--- a/x-pack/legacy/plugins/infra/public/components/navigation/routed_tabs.tsx
+++ b/x-pack/legacy/plugins/infra/public/components/navigation/routed_tabs.tsx
@@ -37,7 +37,7 @@ export class RoutedTabs extends React.Component {
{
+ onClick={(e: React.MouseEvent) => {
e.preventDefault();
history.push(tab.path);
}}
diff --git a/x-pack/legacy/plugins/infra/public/pages/logs/analysis/setup/steps/initial_configuration.tsx b/x-pack/legacy/plugins/infra/public/pages/logs/analysis/setup/steps/initial_configuration.tsx
index aee6ce80a995c..b687924ff57aa 100644
--- a/x-pack/legacy/plugins/infra/public/pages/logs/analysis/setup/steps/initial_configuration.tsx
+++ b/x-pack/legacy/plugins/infra/public/pages/logs/analysis/setup/steps/initial_configuration.tsx
@@ -44,7 +44,7 @@ export const InitialConfiguration: React.FunctionComponent{' '}
{
+ onClick={(e: React.MouseEvent) => {
e.preventDefault();
setShowTimeRangeForm(true);
}}
diff --git a/x-pack/legacy/plugins/infra/types/eui.d.ts b/x-pack/legacy/plugins/infra/types/eui.d.ts
index f117181eae43d..bff71b5e1c522 100644
--- a/x-pack/legacy/plugins/infra/types/eui.d.ts
+++ b/x-pack/legacy/plugins/infra/types/eui.d.ts
@@ -16,31 +16,6 @@ import { MouseEventHandler, ReactType, Ref } from 'react';
import { JsonObject } from '../common/typed_json';
declare module '@elastic/eui' {
- export interface EuiBreadcrumbDefinition {
- text: React.ReactNode;
- href?: string;
- onClick?: React.MouseEventHandler;
- }
- type EuiBreadcrumbsProps = CommonProps & {
- responsive?: boolean;
- truncate?: boolean;
- max?: number;
- breadcrumbs: EuiBreadcrumbDefinition[];
- };
-
- type EuiHeaderProps = CommonProps;
- export const EuiHeader: React.SFC;
-
- export type EuiHeaderSectionSide = 'left' | 'right';
- type EuiHeaderSectionProps = CommonProps & {
- side?: EuiHeaderSectionSide;
- grow?: boolean;
- };
- export const EuiHeaderSection: React.SFC;
-
- type EuiHeaderBreadcrumbsProps = EuiBreadcrumbsProps;
- export const EuiHeaderBreadcrumbs: React.SFC;
-
interface EuiFormControlLayoutIconProps {
type: IconType;
side?: 'left' | 'right';
diff --git a/x-pack/legacy/plugins/lens/public/indexpattern_plugin/change_indexpattern.tsx b/x-pack/legacy/plugins/lens/public/indexpattern_plugin/change_indexpattern.tsx
index 7606b954595b6..c101a8bfb7f08 100644
--- a/x-pack/legacy/plugins/lens/public/indexpattern_plugin/change_indexpattern.tsx
+++ b/x-pack/legacy/plugins/lens/public/indexpattern_plugin/change_indexpattern.tsx
@@ -10,10 +10,10 @@ import { EuiButtonEmpty, EuiPopover, EuiSelectable, EuiButtonEmptyProps } from '
import { EuiSelectableProps } from '@elastic/eui/src/components/selectable/selectable';
import { IndexPatternRef } from './types';
-export interface ChangeIndexPatternTriggerProps extends EuiButtonEmptyProps {
+export type ChangeIndexPatternTriggerProps = EuiButtonEmptyProps & {
label: string;
title?: string;
-}
+};
export function ChangeIndexPattern({
indexPatternRefs,
diff --git a/x-pack/legacy/plugins/lens/public/xy_visualization_plugin/__snapshots__/xy_expression.test.tsx.snap b/x-pack/legacy/plugins/lens/public/xy_visualization_plugin/__snapshots__/xy_expression.test.tsx.snap
index fdc16f5aec6b9..8a79240159b2e 100644
--- a/x-pack/legacy/plugins/lens/public/xy_visualization_plugin/__snapshots__/xy_expression.test.tsx.snap
+++ b/x-pack/legacy/plugins/lens/public/xy_visualization_plugin/__snapshots__/xy_expression.test.tsx.snap
@@ -36,6 +36,28 @@ exports[`xy_expression XYChart component it renders area 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -44,8 +66,9 @@ exports[`xy_expression XYChart component it renders area 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -100,6 +123,10 @@ exports[`xy_expression XYChart component it renders area 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -191,6 +218,28 @@ exports[`xy_expression XYChart component it renders bar 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -199,8 +248,9 @@ exports[`xy_expression XYChart component it renders bar 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -255,6 +305,10 @@ exports[`xy_expression XYChart component it renders bar 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -346,6 +400,28 @@ exports[`xy_expression XYChart component it renders horizontal bar 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -354,8 +430,9 @@ exports[`xy_expression XYChart component it renders horizontal bar 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -410,6 +487,10 @@ exports[`xy_expression XYChart component it renders horizontal bar 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -501,6 +582,28 @@ exports[`xy_expression XYChart component it renders line 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -509,8 +612,9 @@ exports[`xy_expression XYChart component it renders line 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -565,6 +669,10 @@ exports[`xy_expression XYChart component it renders line 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -656,6 +764,28 @@ exports[`xy_expression XYChart component it renders stacked area 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -664,8 +794,9 @@ exports[`xy_expression XYChart component it renders stacked area 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -720,6 +851,10 @@ exports[`xy_expression XYChart component it renders stacked area 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -815,6 +950,28 @@ exports[`xy_expression XYChart component it renders stacked bar 1`] = `
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -823,8 +980,9 @@ exports[`xy_expression XYChart component it renders stacked bar 1`] = `
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -879,6 +1037,10 @@ exports[`xy_expression XYChart component it renders stacked bar 1`] = `
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
@@ -974,6 +1136,28 @@ exports[`xy_expression XYChart component it renders stacked horizontal bar 1`] =
"fontSize": 12,
"padding": 10,
},
+ "gridLineStyle": Object {
+ "horizontal": Object {
+ "dash": Array [
+ 0,
+ 0,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ "vertical": Object {
+ "dash": Array [
+ 4,
+ 4,
+ ],
+ "opacity": 1,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": true,
+ },
+ },
"tickLabelStyle": Object {
"fill": "rgba(105, 112, 125, 1)",
"fontFamily": "'Inter UI', -apple-system, BlinkMacSystemFont,
@@ -982,8 +1166,9 @@ exports[`xy_expression XYChart component it renders stacked horizontal bar 1`] =
"padding": 8,
},
"tickLineStyle": Object {
- "stroke": "rgba(0,0,0,0)",
- "strokeWidth": 0,
+ "stroke": "rgba(239, 241, 244, 1)",
+ "strokeWidth": 1,
+ "visible": false,
},
},
"barSeriesStyle": Object {
@@ -1038,6 +1223,10 @@ exports[`xy_expression XYChart component it renders stacked horizontal bar 1`] =
"strokeWidth": 2,
},
},
+ "scales": Object {
+ "barsPadding": 0.25,
+ "histogramPadding": 0.05,
+ },
}
}
/>
diff --git a/x-pack/legacy/plugins/logstash/public/components/pipeline_editor/__snapshots__/flex_item_setting.test.js.snap b/x-pack/legacy/plugins/logstash/public/components/pipeline_editor/__snapshots__/flex_item_setting.test.js.snap
index c7d3e10aec46c..5ec28a8743670 100644
--- a/x-pack/legacy/plugins/logstash/public/components/pipeline_editor/__snapshots__/flex_item_setting.test.js.snap
+++ b/x-pack/legacy/plugins/logstash/public/components/pipeline_editor/__snapshots__/flex_item_setting.test.js.snap
@@ -8,6 +8,7 @@ exports[`FlexItemSetting component renders a null label if label/tooltip text no
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={true}
label={null}
labelType="label"
@@ -27,6 +28,7 @@ exports[`FlexItemSetting component renders component and children as expected 1`
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
diff --git a/x-pack/legacy/plugins/maps/public/connected_components/widget_overlay/attribution_control/__snapshots__/view.test.js.snap b/x-pack/legacy/plugins/maps/public/connected_components/widget_overlay/attribution_control/__snapshots__/view.test.js.snap
index d0ea7043932d9..00381b68382d8 100644
--- a/x-pack/legacy/plugins/maps/public/connected_components/widget_overlay/attribution_control/__snapshots__/view.test.js.snap
+++ b/x-pack/legacy/plugins/maps/public/connected_components/widget_overlay/attribution_control/__snapshots__/view.test.js.snap
@@ -13,7 +13,6 @@ exports[`AttributionControl is rendered 1`] = `
color="text"
href="https://coolmaps.com"
target="_blank"
- type="button"
>
attribution with link
diff --git a/x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/__snapshots__/update_source_editor.test.js.snap b/x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/__snapshots__/update_source_editor.test.js.snap
index fa605b78331d2..c0e443758ada6 100644
--- a/x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/__snapshots__/update_source_editor.test.js.snap
+++ b/x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/__snapshots__/update_source_editor.test.js.snap
@@ -6,6 +6,7 @@ exports[`should enable sort order select when sort field provided 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -19,6 +20,7 @@ exports[`should enable sort order select when sort field provided 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Sort"
labelType="label"
@@ -68,6 +70,7 @@ exports[`should enable sort order select when sort field provided 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -82,6 +85,7 @@ exports[`should enable sort order select when sort field provided 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -101,6 +105,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -114,6 +119,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Sort"
labelType="label"
@@ -162,6 +168,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -176,6 +183,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Entity"
labelType="label"
@@ -193,6 +201,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Documents per entity"
labelType="label"
@@ -214,6 +223,7 @@ exports[`should render top hits form when useTopHits is true 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -233,6 +243,7 @@ exports[`should render update source editor 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -246,6 +257,7 @@ exports[`should render update source editor 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Sort"
labelType="label"
@@ -294,6 +306,7 @@ exports[`should render update source editor 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
@@ -308,6 +321,7 @@ exports[`should render update source editor 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
labelType="label"
>
diff --git a/x-pack/legacy/plugins/maps/public/layers/styles/components/heatmap/__snapshots__/heatmap_style_editor.test.js.snap b/x-pack/legacy/plugins/maps/public/layers/styles/components/heatmap/__snapshots__/heatmap_style_editor.test.js.snap
index ace42fd3fbb24..9a55e46b40aea 100644
--- a/x-pack/legacy/plugins/maps/public/layers/styles/components/heatmap/__snapshots__/heatmap_style_editor.test.js.snap
+++ b/x-pack/legacy/plugins/maps/public/layers/styles/components/heatmap/__snapshots__/heatmap_style_editor.test.js.snap
@@ -5,6 +5,7 @@ exports[`HeatmapStyleEditor is rendered 1`] = `
describedByIds={Array []}
display="rowCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Color range"
labelType="label"
diff --git a/x-pack/legacy/plugins/maps/public/layers/styles/components/vector/__snapshots__/vector_style_symbol_editor.test.js.snap b/x-pack/legacy/plugins/maps/public/layers/styles/components/vector/__snapshots__/vector_style_symbol_editor.test.js.snap
index 97706169d98bf..43ba2108242d5 100644
--- a/x-pack/legacy/plugins/maps/public/layers/styles/components/vector/__snapshots__/vector_style_symbol_editor.test.js.snap
+++ b/x-pack/legacy/plugins/maps/public/layers/styles/components/vector/__snapshots__/vector_style_symbol_editor.test.js.snap
@@ -6,6 +6,7 @@ exports[`Should render icon select when symbolized as Icon 1`] = `
describedByIds={Array []}
display="columnCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Symbol type"
labelType="label"
@@ -69,6 +70,7 @@ exports[`Should render symbol select when symbolized as Circle 1`] = `
describedByIds={Array []}
display="columnCompressed"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label="Symbol type"
labelType="label"
diff --git a/x-pack/legacy/plugins/ml/public/components/rule_editor/__snapshots__/rule_editor_flyout.test.js.snap b/x-pack/legacy/plugins/ml/public/components/rule_editor/__snapshots__/rule_editor_flyout.test.js.snap
index b0ec6e2ae5aa8..11dca03c938a2 100644
--- a/x-pack/legacy/plugins/ml/public/components/rule_editor/__snapshots__/rule_editor_flyout.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/components/rule_editor/__snapshots__/rule_editor_flyout.test.js.snap
@@ -100,18 +100,16 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
id="xpack.ml.ruleEditor.ruleEditorFlyout.rulesDescription"
values={
Object {
- "learnMoreLink":
- ,
+ ,
}
}
/>
@@ -366,18 +364,16 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
id="xpack.ml.ruleEditor.ruleEditorFlyout.rulesDescription"
values={
Object {
- "learnMoreLink":
- ,
+ ,
}
}
/>
@@ -618,18 +614,16 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
id="xpack.ml.ruleEditor.ruleEditorFlyout.rulesDescription"
values={
Object {
- "learnMoreLink":
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/ml/public/components/rule_editor/select_rule_action/__snapshots__/add_to_filter_list_link.test.js.snap b/x-pack/legacy/plugins/ml/public/components/rule_editor/select_rule_action/__snapshots__/add_to_filter_list_link.test.js.snap
index 5df5ff529ccc3..1f206525679e5 100644
--- a/x-pack/legacy/plugins/ml/public/components/rule_editor/select_rule_action/__snapshots__/add_to_filter_list_link.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/components/rule_editor/select_rule_action/__snapshots__/add_to_filter_list_link.test.js.snap
@@ -2,9 +2,7 @@
exports[`AddToFilterListLink renders the add to filter list link for a value 1`] = `
- ,
+ ,
"title": "",
},
Object {
@@ -95,17 +93,15 @@ exports[`RuleActionPanel renders panel for rule with a condition and scope, valu
"title": "actions",
},
Object {
- "description":
- ,
+ ,
"title": "",
},
Object {
@@ -139,17 +135,15 @@ exports[`RuleActionPanel renders panel for rule with scope, value in filter list
/>,
},
Object {
- "description":
- ,
+ ,
"title": "actions",
},
Object {
diff --git a/x-pack/legacy/plugins/ml/public/components/validate_job/__snapshots__/validate_job_view.test.js.snap b/x-pack/legacy/plugins/ml/public/components/validate_job/__snapshots__/validate_job_view.test.js.snap
index 8e8e0264060e7..0968b42b92b48 100644
--- a/x-pack/legacy/plugins/ml/public/components/validate_job/__snapshots__/validate_job_view.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/components/validate_job/__snapshots__/validate_job_view.test.js.snap
@@ -57,18 +57,16 @@ exports[`ValidateJob renders button and modal with a message 1`] = `
id="xpack.ml.validateJob.modal.linkToJobTipsText"
values={
Object {
- "mlJobTipsLink":
- ,
+ ,
}
}
/>
@@ -145,18 +143,16 @@ exports[`ValidateJob renders the button and modal with a success message 1`] = `
id="xpack.ml.validateJob.modal.linkToJobTipsText"
values={
Object {
- "mlJobTipsLink":
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/edit_flyout/__snapshots__/overrides.test.js.snap b/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/edit_flyout/__snapshots__/overrides.test.js.snap
index 08ed45cbb0109..77b3222c33dd8 100644
--- a/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/edit_flyout/__snapshots__/overrides.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/edit_flyout/__snapshots__/overrides.test.js.snap
@@ -7,6 +7,7 @@ exports[`Overrides render overrides 1`] = `
display="row"
error="Value must be greater than 3 and less than or equal to 1000000"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
isInvalid={false}
label={
@@ -30,6 +31,7 @@ exports[`Overrides render overrides 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
-
See more on accepted formats
-
+
}
label={
@@ -328,6 +329,7 @@ exports[`Overrides render overrides 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
@@ -128,6 +132,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={true}
labelType="label"
>
@@ -164,6 +169,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
display="row"
error={Array []}
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
isInvalid={false}
label={
@@ -190,6 +196,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
@@ -279,6 +288,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={true}
labelType="label"
>
@@ -315,6 +325,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
display="row"
error={Array []}
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
isInvalid={false}
label={
@@ -341,6 +352,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
@@ -430,6 +444,7 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={true}
labelType="label"
>
diff --git a/x-pack/legacy/plugins/ml/public/settings/calendars/edit/calendar_form/__snapshots__/calendar_form.test.js.snap b/x-pack/legacy/plugins/ml/public/settings/calendars/edit/calendar_form/__snapshots__/calendar_form.test.js.snap
index 7552faeb41e6b..408042fb70cba 100644
--- a/x-pack/legacy/plugins/ml/public/settings/calendars/edit/calendar_form/__snapshots__/calendar_form.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/settings/calendars/edit/calendar_form/__snapshots__/calendar_form.test.js.snap
@@ -43,6 +43,7 @@ exports[`CalendarForm Renders calendar form 1`] = `
]
}
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
isInvalid={true}
label={
@@ -68,6 +69,7 @@ exports[`CalendarForm Renders calendar form 1`] = `
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
,
- "learnMoreLink":
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap b/x-pack/legacy/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
index bd0c62d2d2fa7..73cc5142bd073 100644
--- a/x-pack/legacy/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
+++ b/x-pack/legacy/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
@@ -34,6 +34,7 @@ exports[`AddItemPopover calls addItems with multiple items on clicking Add butto
describedByIds={Array []}
display="row"
fullWidth={false}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
label={
,
- "learnMoreLink":
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/monitoring/public/components/beats/overview/__snapshots__/overview.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/beats/overview/__snapshots__/overview.test.js.snap
index c07f0fdf64950..352f156bcf8e5 100644
--- a/x-pack/legacy/plugins/monitoring/public/components/beats/overview/__snapshots__/overview.test.js.snap
+++ b/x-pack/legacy/plugins/monitoring/public/components/beats/overview/__snapshots__/overview.test.js.snap
@@ -5,6 +5,7 @@ exports[`Overview that overview page renders normally 1`] = `
restrictWidth={false}
>
Logs
- ,
+ ,
}
}
/>
@@ -38,13 +36,11 @@ exports[`Logs should render a link to filter by cluster uuid and index uuid 1`]
id="xpack.monitoring.logs.listing.linkText"
values={
Object {
- "link":
Logs
- ,
+ ,
}
}
/>
@@ -64,13 +60,11 @@ exports[`Logs should render a link to filter by cluster uuid and node uuid 1`] =
id="xpack.monitoring.logs.listing.linkText"
values={
Object {
- "link":
Logs
- ,
+ ,
}
}
/>
@@ -291,13 +285,11 @@ exports[`Logs should render normally 1`] = `
id="xpack.monitoring.logs.listing.linkText"
values={
Object {
- "link":
Logs
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/monitoring/public/components/logs/__snapshots__/reason.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/logs/__snapshots__/reason.test.js.snap
index 9229f8f08aa16..fa4b11ed57240 100644
--- a/x-pack/legacy/plugins/monitoring/public/components/logs/__snapshots__/reason.test.js.snap
+++ b/x-pack/legacy/plugins/monitoring/public/components/logs/__snapshots__/reason.test.js.snap
@@ -12,17 +12,15 @@ exports[`Logs should render a default message 1`] = `
id="xpack.monitoring.logs.reason.defaultMessage"
values={
Object {
- "link":
- ,
+ ,
}
}
/>
@@ -42,13 +40,11 @@ exports[`Logs should render with a no cluster found reason 1`] = `
id="xpack.monitoring.logs.reason.noClusterMessage"
values={
Object {
- "link":
setup
- ,
+ ,
}
}
/>
@@ -68,13 +64,11 @@ exports[`Logs should render with a no index found reason 1`] = `
id="xpack.monitoring.logs.reason.noIndexMessage"
values={
Object {
- "link":
setup
- ,
+ ,
}
}
/>
@@ -94,13 +88,11 @@ exports[`Logs should render with a no index pattern found reason 1`] = `
id="xpack.monitoring.logs.reason.noIndexPatternMessage"
values={
Object {
- "link":
Filebeat
- ,
+ ,
}
}
/>
@@ -120,13 +112,11 @@ exports[`Logs should render with a no node found reason 1`] = `
id="xpack.monitoring.logs.reason.noNodeMessage"
values={
Object {
- "link":
setup
- ,
+ ,
}
}
/>
@@ -146,13 +136,11 @@ exports[`Logs should render with a no type found reason 1`] = `
id="xpack.monitoring.logs.reason.noTypeMessage"
values={
Object {
- "link":
these directions
- ,
+ ,
}
}
/>
diff --git a/x-pack/legacy/plugins/monitoring/public/components/logstash/pipeline_viewer/views/__test__/__snapshots__/pipeline_viewer.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/logstash/pipeline_viewer/views/__test__/__snapshots__/pipeline_viewer.test.js.snap
index aaa012c7a534e..11d938e23543c 100644
--- a/x-pack/legacy/plugins/monitoring/public/components/logstash/pipeline_viewer/views/__test__/__snapshots__/pipeline_viewer.test.js.snap
+++ b/x-pack/legacy/plugins/monitoring/public/components/logstash/pipeline_viewer/views/__test__/__snapshots__/pipeline_viewer.test.js.snap
@@ -5,6 +5,7 @@ exports[`PipelineViewer component passes expected props 1`] = `
restrictWidth={false}
>
-
-
+
,
"title": "Install Metricbeat on the same server as the APM server",
@@ -222,18 +221,16 @@ exports[`Flyout apm part two should show instructions to migrate to metricbeat 1
Object {
"link":
-
-
+
,
}
}
@@ -291,18 +288,16 @@ exports[`Flyout apm part two should show instructions to migrate to metricbeat 1
Object {
"link":
-
-
+
,
}
}
@@ -317,18 +312,16 @@ exports[`Flyout apm part two should show instructions to migrate to metricbeat 1
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
@@ -377,6 +370,7 @@ exports[`Flyout beats part one should render normally 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
helpText="Typically a single URL. If multiple URLs, separate with a comma.
The running Metricbeat instance must be able to communicate with these Elasticsearch servers."
@@ -514,18 +508,16 @@ exports[`Flyout beats part two should show instructions to migrate to metricbeat
Object {
"children":
-
-
+
,
"title": "Install Metricbeat on the same server as this beat",
@@ -575,11 +567,9 @@ exports[`Flyout beats part two should show instructions to migrate to metricbeat
values={
Object {
"beatType": "beat",
- "link":
- ,
+ ,
}
}
/>
@@ -614,18 +604,16 @@ exports[`Flyout beats part two should show instructions to migrate to metricbeat
Object {
"link":
-
-
+
,
}
}
@@ -683,18 +671,16 @@ exports[`Flyout beats part two should show instructions to migrate to metricbeat
Object {
"link":
-
-
+
,
}
}
@@ -709,18 +695,16 @@ exports[`Flyout beats part two should show instructions to migrate to metricbeat
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
@@ -769,6 +753,7 @@ exports[`Flyout elasticsearch part one should render normally 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
helpText="Typically a single URL. If multiple URLs, separate with a comma.
The running Metricbeat instance must be able to communicate with these Elasticsearch servers."
@@ -895,18 +880,16 @@ exports[`Flyout elasticsearch part two should show instructions to migrate to me
Object {
"children":
-
-
+
,
"title": "Install Metricbeat on the same server as Elasticsearch",
@@ -964,18 +947,16 @@ exports[`Flyout elasticsearch part two should show instructions to migrate to me
Object {
"link":
-
-
+
,
}
}
@@ -1033,18 +1014,16 @@ exports[`Flyout elasticsearch part two should show instructions to migrate to me
Object {
"link":
-
-
+
,
}
}
@@ -1059,18 +1038,16 @@ exports[`Flyout elasticsearch part two should show instructions to migrate to me
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
@@ -1119,6 +1096,7 @@ exports[`Flyout kibana part one should render normally 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
helpText="Typically a single URL. If multiple URLs, separate with a comma.
The running Metricbeat instance must be able to communicate with these Elasticsearch servers."
@@ -1260,18 +1238,16 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
Object {
"children":
-
-
+
,
"title": "Install Metricbeat on the same server as Kibana",
@@ -1321,18 +1297,16 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
Object {
"link":
-
-
+
,
}
}
@@ -1390,18 +1364,16 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
Object {
"link":
-
-
+
,
}
}
@@ -1416,18 +1388,16 @@ exports[`Flyout kibana part two should show instructions to migrate to metricbea
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
@@ -1476,6 +1446,7 @@ exports[`Flyout logstash part one should render normally 1`] = `
describedByIds={Array []}
display="row"
fullWidth={true}
+ hasChildLabel={true}
hasEmptyLabelSpace={false}
helpText="Typically a single URL. If multiple URLs, separate with a comma.
The running Metricbeat instance must be able to communicate with these Elasticsearch servers."
@@ -1608,18 +1579,16 @@ exports[`Flyout logstash part two should show instructions to migrate to metricb
Object {
"children":
-
-
+
,
"title": "Install Metricbeat on the same server as Logstash",
@@ -1669,18 +1638,16 @@ exports[`Flyout logstash part two should show instructions to migrate to metricb
Object {
"link":
-
-
+
,
}
}
@@ -1738,18 +1705,16 @@ exports[`Flyout logstash part two should show instructions to migrate to metricb
Object {
"link":
-
-
+
,
}
}
@@ -1764,18 +1729,16 @@ exports[`Flyout logstash part two should show instructions to migrate to metricb
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
@@ -1893,18 +1856,16 @@ exports[`Flyout should render the beat type for beats for the enabling metricbea
Object {
"children":
-
-
+
,
"title": "Install Metricbeat on the same server as this filebeat",
@@ -1954,11 +1915,9 @@ exports[`Flyout should render the beat type for beats for the enabling metricbea
values={
Object {
"beatType": "filebeat",
- "link":
- ,
+ ,
}
}
/>
@@ -1993,18 +1952,16 @@ exports[`Flyout should render the beat type for beats for the enabling metricbea
Object {
"link":
-
-
+
,
}
}
@@ -2062,18 +2019,16 @@ exports[`Flyout should render the beat type for beats for the enabling metricbea
Object {
"link":
-
-
+
,
}
}
@@ -2088,18 +2043,16 @@ exports[`Flyout should render the beat type for beats for the enabling metricbea
Object {
"children":
-
-
+
,
"title": "Start Metricbeat",
diff --git a/x-pack/legacy/plugins/monitoring/public/components/no_data/__tests__/__snapshots__/no_data.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/no_data/__tests__/__snapshots__/no_data.test.js.snap
index 1d0f58b623595..0aae86ac44ba2 100644
--- a/x-pack/legacy/plugins/monitoring/public/components/no_data/__tests__/__snapshots__/no_data.test.js.snap
+++ b/x-pack/legacy/plugins/monitoring/public/components/no_data/__tests__/__snapshots__/no_data.test.js.snap
@@ -4,7 +4,7 @@ exports[`NoData should show a default message if reason is unknown 1`] = `
-
@@ -86,7 +86,7 @@ exports[`NoData should show a default message if reason is unknown 1`] = `
-
+
`;
@@ -94,7 +94,7 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
-
@@ -176,6 +176,6 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
-
+
`;
diff --git a/x-pack/legacy/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
index 7579cad3b8beb..7b468d08e29a6 100644
--- a/x-pack/legacy/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
+++ b/x-pack/legacy/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
@@ -5,7 +5,7 @@ exports[`PageLoading should show a simple page loading component 1`] = `
class="euiPage"
style="height:calc(100vh - 50px)"
>
-
-
+
`;
diff --git a/x-pack/legacy/plugins/remote_clusters/public/app/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap b/x-pack/legacy/plugins/remote_clusters/public/app/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
index cdc183cec39b9..517a99583a54d 100644
--- a/x-pack/legacy/plugins/remote_clusters/public/app/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
+++ b/x-pack/legacy/plugins/remote_clusters/public/app/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
@@ -40,7 +40,6 @@ Array [
|