@elastic/eui 101.2.0 → 101.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +2 -2
- package/es/components/card/card_select/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/aggregate.js +2 -1
- package/es/components/icon/assets/arrowEnd.js +1 -3
- package/es/components/icon/assets/arrowStart.js +1 -3
- package/es/components/icon/assets/arrow_down.js +1 -2
- package/es/components/icon/assets/arrow_left.js +1 -2
- package/es/components/icon/assets/arrow_right.js +1 -2
- package/es/components/icon/assets/arrow_up.js +1 -2
- package/es/components/icon/assets/beaker.js +3 -1
- package/es/components/icon/assets/bell.js +2 -1
- package/es/components/icon/assets/bellSlash.js +5 -1
- package/es/components/icon/assets/check.js +2 -1
- package/es/components/icon/assets/checkCircle.js +37 -0
- package/es/components/icon/assets/clock.js +4 -1
- package/es/components/icon/assets/clockCounter.js +2 -2
- package/es/components/icon/assets/code.js +33 -0
- package/es/components/icon/assets/contrast.js +1 -1
- package/es/components/icon/assets/contrastHigh.js +1 -0
- package/es/components/icon/assets/controls_horizontal.js +2 -1
- package/es/components/icon/assets/controls_vertical.js +2 -1
- package/es/components/icon/assets/copy.js +4 -2
- package/es/components/icon/assets/cross.js +3 -1
- package/es/components/icon/assets/cross_in_circle.js +5 -3
- package/es/components/icon/assets/discuss.js +4 -3
- package/es/components/icon/assets/document.js +3 -1
- package/es/components/icon/assets/dot.js +2 -4
- package/es/components/icon/assets/doubleArrowLeft.js +2 -3
- package/es/components/icon/assets/doubleArrowRight.js +2 -3
- package/es/components/icon/assets/editor_checklist.js +1 -2
- package/es/components/icon/assets/editor_code_block.js +1 -1
- package/es/components/icon/assets/editor_ordered_list.js +1 -1
- package/es/components/icon/assets/expand.js +4 -1
- package/es/components/icon/assets/export.js +1 -1
- package/es/components/icon/assets/eye.js +7 -1
- package/es/components/icon/assets/eye_closed.js +11 -1
- package/es/components/icon/assets/flag.js +3 -1
- package/es/components/icon/assets/gear.js +7 -1
- package/es/components/icon/assets/glasses.js +19 -3
- package/es/components/icon/assets/globe.js +3 -1
- package/es/components/icon/assets/iInCircle.js +8 -1
- package/es/components/icon/assets/import.js +1 -1
- package/es/components/icon/assets/inspect.js +7 -1
- package/es/components/icon/assets/layers.js +5 -3
- package/es/components/icon/assets/lock.js +3 -1
- package/es/components/icon/assets/lockOpen.js +3 -1
- package/es/components/icon/assets/magnifyWithExclamation.js +5 -1
- package/es/components/icon/assets/magnifyWithMinus.js +5 -1
- package/es/components/icon/assets/magnifyWithPlus.js +5 -1
- package/es/components/icon/assets/merge.js +3 -1
- package/es/components/icon/assets/minimize.js +1 -1
- package/es/components/icon/assets/minus_in_circle.js +6 -1
- package/es/components/icon/assets/pencil.js +5 -1
- package/es/components/icon/assets/play.js +3 -1
- package/es/components/icon/assets/plus_in_circle.js +4 -1
- package/es/components/icon/assets/popout.js +3 -1
- package/es/components/icon/assets/refresh.js +3 -1
- package/es/components/icon/assets/save.js +3 -1
- package/es/components/icon/assets/search.js +3 -1
- package/es/components/icon/assets/sortLeft.js +2 -1
- package/es/components/icon/assets/sortRight.js +3 -1
- package/es/components/icon/assets/sort_down.js +3 -1
- package/es/components/icon/assets/sort_up.js +3 -1
- package/es/components/icon/assets/sortable.js +3 -1
- package/es/components/icon/assets/sparkles.js +2 -1
- package/es/components/icon/assets/storage.js +6 -16
- package/es/components/icon/assets/symlink.js +3 -2
- package/es/components/icon/assets/table_density_compact.js +5 -1
- package/es/components/icon/assets/table_density_expanded.js +5 -1
- package/es/components/icon/assets/tag.js +7 -1
- package/es/components/icon/assets/timeRefresh.js +4 -3
- package/es/components/icon/assets/timeslider.js +6 -2
- package/es/components/icon/assets/trash.js +5 -1
- package/es/components/icon/assets/user.js +1 -3
- package/es/components/icon/assets/userAvatar.js +8 -10
- package/es/components/icon/assets/users.js +9 -5
- package/es/components/icon/assets/vis_line.js +3 -1
- package/es/components/icon/assets/vis_table.js +5 -1
- package/es/components/icon/assets/vis_text.js +1 -1
- package/es/components/icon/assets/vis_vega.js +1 -1
- package/es/components/icon/assets/warning.js +8 -2
- package/es/components/icon/assets/wrench.js +3 -1
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +2 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +2 -2
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/global_styling/mixins/_button.js +2 -1
- package/eui.d.ts +26 -2
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +2 -2
- package/lib/components/card/card_select/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/assets/aggregate.js +2 -1
- package/lib/components/icon/assets/arrowEnd.js +1 -3
- package/lib/components/icon/assets/arrowStart.js +1 -3
- package/lib/components/icon/assets/arrow_down.js +1 -2
- package/lib/components/icon/assets/arrow_left.js +1 -2
- package/lib/components/icon/assets/arrow_right.js +1 -2
- package/lib/components/icon/assets/arrow_up.js +1 -2
- package/lib/components/icon/assets/beaker.js +3 -1
- package/lib/components/icon/assets/bell.js +2 -1
- package/lib/components/icon/assets/bellSlash.js +5 -1
- package/lib/components/icon/assets/check.js +2 -1
- package/lib/components/icon/assets/checkCircle.js +44 -0
- package/lib/components/icon/assets/clock.js +4 -1
- package/lib/components/icon/assets/clockCounter.js +2 -2
- package/lib/components/icon/assets/code.js +40 -0
- package/lib/components/icon/assets/contrast.js +1 -1
- package/lib/components/icon/assets/contrastHigh.js +1 -0
- package/lib/components/icon/assets/controls_horizontal.js +2 -1
- package/lib/components/icon/assets/controls_vertical.js +2 -1
- package/lib/components/icon/assets/copy.js +4 -2
- package/lib/components/icon/assets/cross.js +3 -1
- package/lib/components/icon/assets/cross_in_circle.js +5 -3
- package/lib/components/icon/assets/discuss.js +4 -3
- package/lib/components/icon/assets/document.js +3 -1
- package/lib/components/icon/assets/dot.js +2 -4
- package/lib/components/icon/assets/doubleArrowLeft.js +2 -3
- package/lib/components/icon/assets/doubleArrowRight.js +2 -3
- package/lib/components/icon/assets/editor_checklist.js +1 -2
- package/lib/components/icon/assets/editor_code_block.js +1 -1
- package/lib/components/icon/assets/editor_ordered_list.js +1 -1
- package/lib/components/icon/assets/expand.js +4 -1
- package/lib/components/icon/assets/export.js +1 -1
- package/lib/components/icon/assets/eye.js +7 -1
- package/lib/components/icon/assets/eye_closed.js +11 -1
- package/lib/components/icon/assets/flag.js +3 -1
- package/lib/components/icon/assets/gear.js +7 -1
- package/lib/components/icon/assets/glasses.js +19 -3
- package/lib/components/icon/assets/globe.js +3 -1
- package/lib/components/icon/assets/iInCircle.js +8 -1
- package/lib/components/icon/assets/import.js +1 -1
- package/lib/components/icon/assets/inspect.js +7 -1
- package/lib/components/icon/assets/layers.js +5 -3
- package/lib/components/icon/assets/lock.js +3 -1
- package/lib/components/icon/assets/lockOpen.js +3 -1
- package/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
- package/lib/components/icon/assets/magnifyWithMinus.js +5 -1
- package/lib/components/icon/assets/magnifyWithPlus.js +5 -1
- package/lib/components/icon/assets/merge.js +3 -1
- package/lib/components/icon/assets/minimize.js +1 -1
- package/lib/components/icon/assets/minus_in_circle.js +6 -1
- package/lib/components/icon/assets/pencil.js +5 -1
- package/lib/components/icon/assets/play.js +3 -1
- package/lib/components/icon/assets/plus_in_circle.js +4 -1
- package/lib/components/icon/assets/popout.js +3 -1
- package/lib/components/icon/assets/refresh.js +3 -1
- package/lib/components/icon/assets/save.js +3 -1
- package/lib/components/icon/assets/search.js +3 -1
- package/lib/components/icon/assets/sortLeft.js +2 -1
- package/lib/components/icon/assets/sortRight.js +3 -1
- package/lib/components/icon/assets/sort_down.js +3 -1
- package/lib/components/icon/assets/sort_up.js +3 -1
- package/lib/components/icon/assets/sortable.js +3 -1
- package/lib/components/icon/assets/sparkles.js +2 -1
- package/lib/components/icon/assets/storage.js +6 -16
- package/lib/components/icon/assets/symlink.js +3 -2
- package/lib/components/icon/assets/table_density_compact.js +5 -1
- package/lib/components/icon/assets/table_density_expanded.js +5 -1
- package/lib/components/icon/assets/tag.js +7 -1
- package/lib/components/icon/assets/timeRefresh.js +4 -3
- package/lib/components/icon/assets/timeslider.js +6 -2
- package/lib/components/icon/assets/trash.js +5 -1
- package/lib/components/icon/assets/user.js +1 -3
- package/lib/components/icon/assets/userAvatar.js +8 -10
- package/lib/components/icon/assets/users.js +9 -5
- package/lib/components/icon/assets/vis_line.js +3 -1
- package/lib/components/icon/assets/vis_table.js +5 -1
- package/lib/components/icon/assets/vis_text.js +1 -1
- package/lib/components/icon/assets/vis_vega.js +1 -1
- package/lib/components/icon/assets/warning.js +8 -2
- package/lib/components/icon/assets/wrench.js +3 -1
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +2 -0
- package/lib/components/icon/svgs/aggregate.svg +2 -2
- package/lib/components/icon/svgs/arrowEnd.svg +3 -1
- package/lib/components/icon/svgs/arrowStart.svg +3 -1
- package/lib/components/icon/svgs/arrow_down.svg +2 -2
- package/lib/components/icon/svgs/arrow_left.svg +2 -2
- package/lib/components/icon/svgs/arrow_right.svg +2 -2
- package/lib/components/icon/svgs/arrow_up.svg +2 -2
- package/lib/components/icon/svgs/beaker.svg +2 -2
- package/lib/components/icon/svgs/bell.svg +2 -2
- package/lib/components/icon/svgs/bellSlash.svg +2 -1
- package/lib/components/icon/svgs/check.svg +1 -1
- package/lib/components/icon/svgs/checkCircle.svg +4 -0
- package/lib/components/icon/svgs/clock.svg +2 -1
- package/lib/components/icon/svgs/clockCounter.svg +2 -2
- package/lib/components/icon/svgs/code.svg +3 -0
- package/lib/components/icon/svgs/contrast.svg +2 -2
- package/lib/components/icon/svgs/contrastHigh.svg +2 -2
- package/lib/components/icon/svgs/controls_horizontal.svg +1 -1
- package/lib/components/icon/svgs/controls_vertical.svg +1 -1
- package/lib/components/icon/svgs/copy.svg +3 -5
- package/lib/components/icon/svgs/cross.svg +1 -1
- package/lib/components/icon/svgs/cross_in_circle.svg +3 -3
- package/lib/components/icon/svgs/discuss.svg +3 -3
- package/lib/components/icon/svgs/document.svg +1 -1
- package/lib/components/icon/svgs/dot.svg +2 -2
- package/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
- package/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
- package/lib/components/icon/svgs/editor_checklist.svg +2 -2
- package/lib/components/icon/svgs/editor_code_block.svg +1 -1
- package/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
- package/lib/components/icon/svgs/expand.svg +2 -1
- package/lib/components/icon/svgs/export.svg +2 -2
- package/lib/components/icon/svgs/eye.svg +2 -1
- package/lib/components/icon/svgs/eye_closed.svg +4 -1
- package/lib/components/icon/svgs/flag.svg +1 -1
- package/lib/components/icon/svgs/gear.svg +3 -2
- package/lib/components/icon/svgs/glasses.svg +6 -1
- package/lib/components/icon/svgs/globe.svg +1 -1
- package/lib/components/icon/svgs/iInCircle.svg +3 -1
- package/lib/components/icon/svgs/import.svg +2 -2
- package/lib/components/icon/svgs/inspect.svg +3 -1
- package/lib/components/icon/svgs/layers.svg +4 -4
- package/lib/components/icon/svgs/lock.svg +1 -1
- package/lib/components/icon/svgs/lockOpen.svg +1 -1
- package/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
- package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
- package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
- package/lib/components/icon/svgs/merge.svg +1 -1
- package/lib/components/icon/svgs/minimize.svg +1 -1
- package/lib/components/icon/svgs/minus_in_circle.svg +2 -1
- package/lib/components/icon/svgs/pencil.svg +3 -2
- package/lib/components/icon/svgs/play.svg +1 -1
- package/lib/components/icon/svgs/plus_in_circle.svg +2 -1
- package/lib/components/icon/svgs/popout.svg +2 -1
- package/lib/components/icon/svgs/refresh.svg +2 -2
- package/lib/components/icon/svgs/save.svg +1 -1
- package/lib/components/icon/svgs/search.svg +2 -2
- package/lib/components/icon/svgs/sortLeft.svg +2 -4
- package/lib/components/icon/svgs/sortRight.svg +1 -1
- package/lib/components/icon/svgs/sort_down.svg +1 -1
- package/lib/components/icon/svgs/sort_up.svg +1 -1
- package/lib/components/icon/svgs/sortable.svg +1 -1
- package/lib/components/icon/svgs/sparkles.svg +2 -2
- package/lib/components/icon/svgs/storage.svg +2 -9
- package/lib/components/icon/svgs/symlink.svg +3 -2
- package/lib/components/icon/svgs/table_density_compact.svg +2 -1
- package/lib/components/icon/svgs/table_density_expanded.svg +2 -1
- package/lib/components/icon/svgs/tag.svg +2 -1
- package/lib/components/icon/svgs/timeRefresh.svg +5 -1
- package/lib/components/icon/svgs/timeslider.svg +4 -2
- package/lib/components/icon/svgs/trash.svg +3 -2
- package/lib/components/icon/svgs/user.svg +2 -3
- package/lib/components/icon/svgs/userAvatar.svg +3 -6
- package/lib/components/icon/svgs/users.svg +5 -3
- package/lib/components/icon/svgs/vis_line.svg +2 -1
- package/lib/components/icon/svgs/vis_table.svg +2 -1
- package/lib/components/icon/svgs/vis_text.svg +1 -1
- package/lib/components/icon/svgs/vis_vega.svg +1 -1
- package/lib/components/icon/svgs/warning.svg +3 -2
- package/lib/components/icon/svgs/wrench.svg +1 -1
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +2 -2
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/global_styling/mixins/_button.js +2 -1
- package/optimize/es/components/icon/assets/aggregate.js +2 -1
- package/optimize/es/components/icon/assets/arrowEnd.js +1 -3
- package/optimize/es/components/icon/assets/arrowStart.js +1 -3
- package/optimize/es/components/icon/assets/arrow_down.js +1 -2
- package/optimize/es/components/icon/assets/arrow_left.js +1 -2
- package/optimize/es/components/icon/assets/arrow_right.js +1 -2
- package/optimize/es/components/icon/assets/arrow_up.js +1 -2
- package/optimize/es/components/icon/assets/beaker.js +3 -1
- package/optimize/es/components/icon/assets/bell.js +2 -1
- package/optimize/es/components/icon/assets/bellSlash.js +5 -1
- package/optimize/es/components/icon/assets/check.js +2 -1
- package/optimize/es/components/icon/assets/checkCircle.js +36 -0
- package/optimize/es/components/icon/assets/clock.js +4 -1
- package/optimize/es/components/icon/assets/clockCounter.js +2 -2
- package/optimize/es/components/icon/assets/code.js +32 -0
- package/optimize/es/components/icon/assets/contrast.js +1 -1
- package/optimize/es/components/icon/assets/contrastHigh.js +1 -0
- package/optimize/es/components/icon/assets/controls_horizontal.js +2 -1
- package/optimize/es/components/icon/assets/controls_vertical.js +2 -1
- package/optimize/es/components/icon/assets/copy.js +4 -2
- package/optimize/es/components/icon/assets/cross.js +3 -1
- package/optimize/es/components/icon/assets/cross_in_circle.js +5 -3
- package/optimize/es/components/icon/assets/discuss.js +4 -3
- package/optimize/es/components/icon/assets/document.js +3 -1
- package/optimize/es/components/icon/assets/dot.js +2 -4
- package/optimize/es/components/icon/assets/doubleArrowLeft.js +2 -3
- package/optimize/es/components/icon/assets/doubleArrowRight.js +2 -3
- package/optimize/es/components/icon/assets/editor_checklist.js +1 -2
- package/optimize/es/components/icon/assets/editor_code_block.js +1 -1
- package/optimize/es/components/icon/assets/editor_ordered_list.js +1 -1
- package/optimize/es/components/icon/assets/expand.js +4 -1
- package/optimize/es/components/icon/assets/export.js +1 -1
- package/optimize/es/components/icon/assets/eye.js +7 -1
- package/optimize/es/components/icon/assets/eye_closed.js +11 -1
- package/optimize/es/components/icon/assets/flag.js +3 -1
- package/optimize/es/components/icon/assets/gear.js +7 -1
- package/optimize/es/components/icon/assets/glasses.js +19 -3
- package/optimize/es/components/icon/assets/globe.js +3 -1
- package/optimize/es/components/icon/assets/iInCircle.js +8 -1
- package/optimize/es/components/icon/assets/import.js +1 -1
- package/optimize/es/components/icon/assets/inspect.js +7 -1
- package/optimize/es/components/icon/assets/layers.js +5 -3
- package/optimize/es/components/icon/assets/lock.js +3 -1
- package/optimize/es/components/icon/assets/lockOpen.js +3 -1
- package/optimize/es/components/icon/assets/magnifyWithExclamation.js +5 -1
- package/optimize/es/components/icon/assets/magnifyWithMinus.js +5 -1
- package/optimize/es/components/icon/assets/magnifyWithPlus.js +5 -1
- package/optimize/es/components/icon/assets/merge.js +3 -1
- package/optimize/es/components/icon/assets/minimize.js +1 -1
- package/optimize/es/components/icon/assets/minus_in_circle.js +6 -1
- package/optimize/es/components/icon/assets/pencil.js +5 -1
- package/optimize/es/components/icon/assets/play.js +3 -1
- package/optimize/es/components/icon/assets/plus_in_circle.js +4 -1
- package/optimize/es/components/icon/assets/popout.js +3 -1
- package/optimize/es/components/icon/assets/refresh.js +3 -1
- package/optimize/es/components/icon/assets/save.js +3 -1
- package/optimize/es/components/icon/assets/search.js +3 -1
- package/optimize/es/components/icon/assets/sortLeft.js +2 -1
- package/optimize/es/components/icon/assets/sortRight.js +3 -1
- package/optimize/es/components/icon/assets/sort_down.js +3 -1
- package/optimize/es/components/icon/assets/sort_up.js +3 -1
- package/optimize/es/components/icon/assets/sortable.js +3 -1
- package/optimize/es/components/icon/assets/sparkles.js +2 -1
- package/optimize/es/components/icon/assets/storage.js +6 -16
- package/optimize/es/components/icon/assets/symlink.js +3 -2
- package/optimize/es/components/icon/assets/table_density_compact.js +5 -1
- package/optimize/es/components/icon/assets/table_density_expanded.js +5 -1
- package/optimize/es/components/icon/assets/tag.js +7 -1
- package/optimize/es/components/icon/assets/timeRefresh.js +4 -3
- package/optimize/es/components/icon/assets/timeslider.js +6 -2
- package/optimize/es/components/icon/assets/trash.js +5 -1
- package/optimize/es/components/icon/assets/user.js +1 -3
- package/optimize/es/components/icon/assets/userAvatar.js +8 -10
- package/optimize/es/components/icon/assets/users.js +9 -5
- package/optimize/es/components/icon/assets/vis_line.js +3 -1
- package/optimize/es/components/icon/assets/vis_table.js +5 -1
- package/optimize/es/components/icon/assets/vis_text.js +1 -1
- package/optimize/es/components/icon/assets/vis_vega.js +1 -1
- package/optimize/es/components/icon/assets/warning.js +8 -2
- package/optimize/es/components/icon/assets/wrench.js +3 -1
- package/optimize/es/components/icon/icon_map.js +2 -0
- package/optimize/es/components/page/page_header/page_header_content.js +1 -1
- package/optimize/es/global_styling/mixins/_button.js +2 -1
- package/optimize/lib/components/icon/assets/aggregate.js +2 -1
- package/optimize/lib/components/icon/assets/arrowEnd.js +1 -3
- package/optimize/lib/components/icon/assets/arrowStart.js +1 -3
- package/optimize/lib/components/icon/assets/arrow_down.js +1 -2
- package/optimize/lib/components/icon/assets/arrow_left.js +1 -2
- package/optimize/lib/components/icon/assets/arrow_right.js +1 -2
- package/optimize/lib/components/icon/assets/arrow_up.js +1 -2
- package/optimize/lib/components/icon/assets/beaker.js +3 -1
- package/optimize/lib/components/icon/assets/bell.js +2 -1
- package/optimize/lib/components/icon/assets/bellSlash.js +5 -1
- package/optimize/lib/components/icon/assets/check.js +2 -1
- package/optimize/lib/components/icon/assets/checkCircle.js +44 -0
- package/optimize/lib/components/icon/assets/clock.js +4 -1
- package/optimize/lib/components/icon/assets/clockCounter.js +2 -2
- package/optimize/lib/components/icon/assets/code.js +40 -0
- package/optimize/lib/components/icon/assets/contrast.js +1 -1
- package/optimize/lib/components/icon/assets/contrastHigh.js +1 -0
- package/optimize/lib/components/icon/assets/controls_horizontal.js +2 -1
- package/optimize/lib/components/icon/assets/controls_vertical.js +2 -1
- package/optimize/lib/components/icon/assets/copy.js +4 -2
- package/optimize/lib/components/icon/assets/cross.js +3 -1
- package/optimize/lib/components/icon/assets/cross_in_circle.js +5 -3
- package/optimize/lib/components/icon/assets/discuss.js +4 -3
- package/optimize/lib/components/icon/assets/document.js +3 -1
- package/optimize/lib/components/icon/assets/dot.js +2 -4
- package/optimize/lib/components/icon/assets/doubleArrowLeft.js +2 -3
- package/optimize/lib/components/icon/assets/doubleArrowRight.js +2 -3
- package/optimize/lib/components/icon/assets/editor_checklist.js +1 -2
- package/optimize/lib/components/icon/assets/editor_code_block.js +1 -1
- package/optimize/lib/components/icon/assets/editor_ordered_list.js +1 -1
- package/optimize/lib/components/icon/assets/expand.js +4 -1
- package/optimize/lib/components/icon/assets/export.js +1 -1
- package/optimize/lib/components/icon/assets/eye.js +7 -1
- package/optimize/lib/components/icon/assets/eye_closed.js +11 -1
- package/optimize/lib/components/icon/assets/flag.js +3 -1
- package/optimize/lib/components/icon/assets/gear.js +7 -1
- package/optimize/lib/components/icon/assets/glasses.js +19 -3
- package/optimize/lib/components/icon/assets/globe.js +3 -1
- package/optimize/lib/components/icon/assets/iInCircle.js +8 -1
- package/optimize/lib/components/icon/assets/import.js +1 -1
- package/optimize/lib/components/icon/assets/inspect.js +7 -1
- package/optimize/lib/components/icon/assets/layers.js +5 -3
- package/optimize/lib/components/icon/assets/lock.js +3 -1
- package/optimize/lib/components/icon/assets/lockOpen.js +3 -1
- package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
- package/optimize/lib/components/icon/assets/magnifyWithMinus.js +5 -1
- package/optimize/lib/components/icon/assets/magnifyWithPlus.js +5 -1
- package/optimize/lib/components/icon/assets/merge.js +3 -1
- package/optimize/lib/components/icon/assets/minimize.js +1 -1
- package/optimize/lib/components/icon/assets/minus_in_circle.js +6 -1
- package/optimize/lib/components/icon/assets/pencil.js +5 -1
- package/optimize/lib/components/icon/assets/play.js +3 -1
- package/optimize/lib/components/icon/assets/plus_in_circle.js +4 -1
- package/optimize/lib/components/icon/assets/popout.js +3 -1
- package/optimize/lib/components/icon/assets/refresh.js +3 -1
- package/optimize/lib/components/icon/assets/save.js +3 -1
- package/optimize/lib/components/icon/assets/search.js +3 -1
- package/optimize/lib/components/icon/assets/sortLeft.js +2 -1
- package/optimize/lib/components/icon/assets/sortRight.js +3 -1
- package/optimize/lib/components/icon/assets/sort_down.js +3 -1
- package/optimize/lib/components/icon/assets/sort_up.js +3 -1
- package/optimize/lib/components/icon/assets/sortable.js +3 -1
- package/optimize/lib/components/icon/assets/sparkles.js +2 -1
- package/optimize/lib/components/icon/assets/storage.js +6 -16
- package/optimize/lib/components/icon/assets/symlink.js +3 -2
- package/optimize/lib/components/icon/assets/table_density_compact.js +5 -1
- package/optimize/lib/components/icon/assets/table_density_expanded.js +5 -1
- package/optimize/lib/components/icon/assets/tag.js +7 -1
- package/optimize/lib/components/icon/assets/timeRefresh.js +4 -3
- package/optimize/lib/components/icon/assets/timeslider.js +6 -2
- package/optimize/lib/components/icon/assets/trash.js +5 -1
- package/optimize/lib/components/icon/assets/user.js +1 -3
- package/optimize/lib/components/icon/assets/userAvatar.js +8 -10
- package/optimize/lib/components/icon/assets/users.js +9 -5
- package/optimize/lib/components/icon/assets/vis_line.js +3 -1
- package/optimize/lib/components/icon/assets/vis_table.js +5 -1
- package/optimize/lib/components/icon/assets/vis_text.js +1 -1
- package/optimize/lib/components/icon/assets/vis_vega.js +1 -1
- package/optimize/lib/components/icon/assets/warning.js +8 -2
- package/optimize/lib/components/icon/assets/wrench.js +3 -1
- package/optimize/lib/components/icon/icon_map.js +2 -0
- package/optimize/lib/components/icon/svgs/aggregate.svg +2 -2
- package/optimize/lib/components/icon/svgs/arrowEnd.svg +3 -1
- package/optimize/lib/components/icon/svgs/arrowStart.svg +3 -1
- package/optimize/lib/components/icon/svgs/arrow_down.svg +2 -2
- package/optimize/lib/components/icon/svgs/arrow_left.svg +2 -2
- package/optimize/lib/components/icon/svgs/arrow_right.svg +2 -2
- package/optimize/lib/components/icon/svgs/arrow_up.svg +2 -2
- package/optimize/lib/components/icon/svgs/beaker.svg +2 -2
- package/optimize/lib/components/icon/svgs/bell.svg +2 -2
- package/optimize/lib/components/icon/svgs/bellSlash.svg +2 -1
- package/optimize/lib/components/icon/svgs/check.svg +1 -1
- package/optimize/lib/components/icon/svgs/checkCircle.svg +4 -0
- package/optimize/lib/components/icon/svgs/clock.svg +2 -1
- package/optimize/lib/components/icon/svgs/clockCounter.svg +2 -2
- package/optimize/lib/components/icon/svgs/code.svg +3 -0
- package/optimize/lib/components/icon/svgs/contrast.svg +2 -2
- package/optimize/lib/components/icon/svgs/contrastHigh.svg +2 -2
- package/optimize/lib/components/icon/svgs/controls_horizontal.svg +1 -1
- package/optimize/lib/components/icon/svgs/controls_vertical.svg +1 -1
- package/optimize/lib/components/icon/svgs/copy.svg +3 -5
- package/optimize/lib/components/icon/svgs/cross.svg +1 -1
- package/optimize/lib/components/icon/svgs/cross_in_circle.svg +3 -3
- package/optimize/lib/components/icon/svgs/discuss.svg +3 -3
- package/optimize/lib/components/icon/svgs/document.svg +1 -1
- package/optimize/lib/components/icon/svgs/dot.svg +2 -2
- package/optimize/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
- package/optimize/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
- package/optimize/lib/components/icon/svgs/editor_checklist.svg +2 -2
- package/optimize/lib/components/icon/svgs/editor_code_block.svg +1 -1
- package/optimize/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
- package/optimize/lib/components/icon/svgs/expand.svg +2 -1
- package/optimize/lib/components/icon/svgs/export.svg +2 -2
- package/optimize/lib/components/icon/svgs/eye.svg +2 -1
- package/optimize/lib/components/icon/svgs/eye_closed.svg +4 -1
- package/optimize/lib/components/icon/svgs/flag.svg +1 -1
- package/optimize/lib/components/icon/svgs/gear.svg +3 -2
- package/optimize/lib/components/icon/svgs/glasses.svg +6 -1
- package/optimize/lib/components/icon/svgs/globe.svg +1 -1
- package/optimize/lib/components/icon/svgs/iInCircle.svg +3 -1
- package/optimize/lib/components/icon/svgs/import.svg +2 -2
- package/optimize/lib/components/icon/svgs/inspect.svg +3 -1
- package/optimize/lib/components/icon/svgs/layers.svg +4 -4
- package/optimize/lib/components/icon/svgs/lock.svg +1 -1
- package/optimize/lib/components/icon/svgs/lockOpen.svg +1 -1
- package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
- package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
- package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
- package/optimize/lib/components/icon/svgs/merge.svg +1 -1
- package/optimize/lib/components/icon/svgs/minimize.svg +1 -1
- package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -1
- package/optimize/lib/components/icon/svgs/pencil.svg +3 -2
- package/optimize/lib/components/icon/svgs/play.svg +1 -1
- package/optimize/lib/components/icon/svgs/plus_in_circle.svg +2 -1
- package/optimize/lib/components/icon/svgs/popout.svg +2 -1
- package/optimize/lib/components/icon/svgs/refresh.svg +2 -2
- package/optimize/lib/components/icon/svgs/save.svg +1 -1
- package/optimize/lib/components/icon/svgs/search.svg +2 -2
- package/optimize/lib/components/icon/svgs/sortLeft.svg +2 -4
- package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
- package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
- package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
- package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
- package/optimize/lib/components/icon/svgs/sparkles.svg +2 -2
- package/optimize/lib/components/icon/svgs/storage.svg +2 -9
- package/optimize/lib/components/icon/svgs/symlink.svg +3 -2
- package/optimize/lib/components/icon/svgs/table_density_compact.svg +2 -1
- package/optimize/lib/components/icon/svgs/table_density_expanded.svg +2 -1
- package/optimize/lib/components/icon/svgs/tag.svg +2 -1
- package/optimize/lib/components/icon/svgs/timeRefresh.svg +5 -1
- package/optimize/lib/components/icon/svgs/timeslider.svg +4 -2
- package/optimize/lib/components/icon/svgs/trash.svg +3 -2
- package/optimize/lib/components/icon/svgs/user.svg +2 -3
- package/optimize/lib/components/icon/svgs/userAvatar.svg +3 -6
- package/optimize/lib/components/icon/svgs/users.svg +5 -3
- package/optimize/lib/components/icon/svgs/vis_line.svg +2 -1
- package/optimize/lib/components/icon/svgs/vis_table.svg +2 -1
- package/optimize/lib/components/icon/svgs/vis_text.svg +1 -1
- package/optimize/lib/components/icon/svgs/vis_vega.svg +1 -1
- package/optimize/lib/components/icon/svgs/warning.svg +3 -2
- package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
- package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
- package/optimize/lib/global_styling/mixins/_button.js +2 -1
- package/package.json +1 -1
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +2 -2
- package/test-env/components/card/card_select/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/assets/aggregate.js +2 -1
- package/test-env/components/icon/assets/arrowEnd.js +1 -3
- package/test-env/components/icon/assets/arrowStart.js +1 -3
- package/test-env/components/icon/assets/arrow_down.js +1 -2
- package/test-env/components/icon/assets/arrow_left.js +1 -2
- package/test-env/components/icon/assets/arrow_right.js +1 -2
- package/test-env/components/icon/assets/arrow_up.js +1 -2
- package/test-env/components/icon/assets/beaker.js +3 -1
- package/test-env/components/icon/assets/bell.js +2 -1
- package/test-env/components/icon/assets/bellSlash.js +5 -1
- package/test-env/components/icon/assets/check.js +2 -1
- package/test-env/components/icon/assets/checkCircle.js +44 -0
- package/test-env/components/icon/assets/clock.js +4 -1
- package/test-env/components/icon/assets/clockCounter.js +2 -2
- package/test-env/components/icon/assets/code.js +40 -0
- package/test-env/components/icon/assets/contrast.js +1 -1
- package/test-env/components/icon/assets/contrastHigh.js +1 -0
- package/test-env/components/icon/assets/controls_horizontal.js +2 -1
- package/test-env/components/icon/assets/controls_vertical.js +2 -1
- package/test-env/components/icon/assets/copy.js +4 -2
- package/test-env/components/icon/assets/cross.js +3 -1
- package/test-env/components/icon/assets/cross_in_circle.js +5 -3
- package/test-env/components/icon/assets/discuss.js +4 -3
- package/test-env/components/icon/assets/document.js +3 -1
- package/test-env/components/icon/assets/dot.js +2 -4
- package/test-env/components/icon/assets/doubleArrowLeft.js +2 -3
- package/test-env/components/icon/assets/doubleArrowRight.js +2 -3
- package/test-env/components/icon/assets/editor_checklist.js +1 -2
- package/test-env/components/icon/assets/editor_code_block.js +1 -1
- package/test-env/components/icon/assets/editor_ordered_list.js +1 -1
- package/test-env/components/icon/assets/expand.js +4 -1
- package/test-env/components/icon/assets/export.js +1 -1
- package/test-env/components/icon/assets/eye.js +7 -1
- package/test-env/components/icon/assets/eye_closed.js +11 -1
- package/test-env/components/icon/assets/flag.js +3 -1
- package/test-env/components/icon/assets/gear.js +7 -1
- package/test-env/components/icon/assets/glasses.js +19 -3
- package/test-env/components/icon/assets/globe.js +3 -1
- package/test-env/components/icon/assets/iInCircle.js +8 -1
- package/test-env/components/icon/assets/import.js +1 -1
- package/test-env/components/icon/assets/inspect.js +7 -1
- package/test-env/components/icon/assets/layers.js +5 -3
- package/test-env/components/icon/assets/lock.js +3 -1
- package/test-env/components/icon/assets/lockOpen.js +3 -1
- package/test-env/components/icon/assets/magnifyWithExclamation.js +5 -1
- package/test-env/components/icon/assets/magnifyWithMinus.js +5 -1
- package/test-env/components/icon/assets/magnifyWithPlus.js +5 -1
- package/test-env/components/icon/assets/merge.js +3 -1
- package/test-env/components/icon/assets/minimize.js +1 -1
- package/test-env/components/icon/assets/minus_in_circle.js +6 -1
- package/test-env/components/icon/assets/pencil.js +5 -1
- package/test-env/components/icon/assets/play.js +3 -1
- package/test-env/components/icon/assets/plus_in_circle.js +4 -1
- package/test-env/components/icon/assets/popout.js +3 -1
- package/test-env/components/icon/assets/refresh.js +3 -1
- package/test-env/components/icon/assets/save.js +3 -1
- package/test-env/components/icon/assets/search.js +3 -1
- package/test-env/components/icon/assets/sortLeft.js +2 -1
- package/test-env/components/icon/assets/sortRight.js +3 -1
- package/test-env/components/icon/assets/sort_down.js +3 -1
- package/test-env/components/icon/assets/sort_up.js +3 -1
- package/test-env/components/icon/assets/sortable.js +3 -1
- package/test-env/components/icon/assets/sparkles.js +2 -1
- package/test-env/components/icon/assets/storage.js +6 -16
- package/test-env/components/icon/assets/symlink.js +3 -2
- package/test-env/components/icon/assets/table_density_compact.js +5 -1
- package/test-env/components/icon/assets/table_density_expanded.js +5 -1
- package/test-env/components/icon/assets/tag.js +7 -1
- package/test-env/components/icon/assets/timeRefresh.js +4 -3
- package/test-env/components/icon/assets/timeslider.js +6 -2
- package/test-env/components/icon/assets/trash.js +5 -1
- package/test-env/components/icon/assets/user.js +1 -3
- package/test-env/components/icon/assets/userAvatar.js +8 -10
- package/test-env/components/icon/assets/users.js +9 -5
- package/test-env/components/icon/assets/vis_line.js +3 -1
- package/test-env/components/icon/assets/vis_table.js +5 -1
- package/test-env/components/icon/assets/vis_text.js +1 -1
- package/test-env/components/icon/assets/vis_vega.js +1 -1
- package/test-env/components/icon/assets/warning.js +8 -2
- package/test-env/components/icon/assets/wrench.js +3 -1
- package/test-env/components/icon/icon_map.js +2 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +2 -2
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/global_styling/mixins/_button.js +2 -1
|
@@ -47,7 +47,7 @@ EuiTimelineItemIcon.propTypes = {
|
|
|
47
47
|
/**
|
|
48
48
|
* Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiIcon['type']`.
|
|
49
49
|
*/
|
|
50
|
-
icon: _propTypes.default.oneOfType([_propTypes.default.node.isRequired, _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]).isRequired]).isRequired,
|
|
50
|
+
icon: _propTypes.default.oneOfType([_propTypes.default.node.isRequired, _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]).isRequired]).isRequired,
|
|
51
51
|
verticalAlign: _propTypes.default.any,
|
|
52
52
|
/**
|
|
53
53
|
* Specify an `aria-label` for the icon when passed as an `IconType`.
|
|
@@ -291,7 +291,7 @@ EuiGlobalToastList.propTypes = {
|
|
|
291
291
|
toastLifeTimeMs: _propTypes.default.number,
|
|
292
292
|
title: _propTypes.default.node,
|
|
293
293
|
color: _propTypes.default.any,
|
|
294
|
-
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
294
|
+
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
295
295
|
onClose: _propTypes.default.func,
|
|
296
296
|
className: _propTypes.default.string,
|
|
297
297
|
"aria-label": _propTypes.default.string,
|
|
@@ -85,7 +85,7 @@ var EuiToast = exports.EuiToast = function EuiToast(_ref) {
|
|
|
85
85
|
EuiToast.propTypes = {
|
|
86
86
|
title: _propTypes.default.node,
|
|
87
87
|
color: _propTypes.default.any,
|
|
88
|
-
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
88
|
+
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
89
89
|
onClose: _propTypes.default.func,
|
|
90
90
|
className: _propTypes.default.string,
|
|
91
91
|
"aria-label": _propTypes.default.string,
|
|
@@ -114,7 +114,7 @@ EuiIconTip.propTypes = {
|
|
|
114
114
|
/**
|
|
115
115
|
* The icon type.
|
|
116
116
|
*/
|
|
117
|
-
type: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
117
|
+
type: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
118
118
|
/**
|
|
119
119
|
* The icon size.
|
|
120
120
|
*/
|
|
@@ -52,7 +52,8 @@ var euiButtonFillColor = exports.euiButtonFillColor = function euiButtonFillColo
|
|
|
52
52
|
highContrastMode = euiThemeContext.highContrastMode;
|
|
53
53
|
var backgroundTokenName = (0, _euiThemeCommon.getTokenName)('backgroundFilled', color);
|
|
54
54
|
var textColorTokenName = (0, _euiThemeCommon.getTokenName)('textColorFilled', color);
|
|
55
|
-
var
|
|
55
|
+
var highContrastForeground = color === 'warning' ? euiTheme.colors.ink : color === 'disabled' ? euiTheme.components.buttons[textColorTokenName] : euiTheme.colors.textInverse;
|
|
56
|
+
var foreground = highContrastMode ? highContrastForeground : euiTheme.components.buttons[textColorTokenName];
|
|
56
57
|
var background = euiTheme.components.buttons[backgroundTokenName];
|
|
57
58
|
return _objectSpread({
|
|
58
59
|
color: foreground,
|
|
@@ -27,7 +27,8 @@ var EuiIconAggregate = function EuiIconAggregate(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M11.984 9.277a2 2 0 1 1-.707.707L8.5 7.207v3.856a2 2 0 1 1-1 0V7.208L4.723 9.984a2 2 0 1 1-.707-.707L7.5 5.793V2.207L5.353 4.353l-.707-.707L8 .293l3.353 3.353-.707.707L8.5 2.207v3.585l3.484 3.485ZM13 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
32
33
|
};
|
|
33
34
|
export var icon = EuiIconAggregate;
|
|
@@ -27,10 +27,8 @@ var EuiIconArrowEnd = function EuiIconArrowEnd(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M8.293 8 2.646 2.354l.708-.708L9.707 8l-6.353 6.354-.708-.707L8.293 8ZM12 13V3h1v10h-1Z",
|
|
31
31
|
clipRule: "evenodd"
|
|
32
|
-
}), ___EmotionJSX("path", {
|
|
33
|
-
d: "M10.5 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
36
34
|
export var icon = EuiIconArrowEnd;
|
|
@@ -26,10 +26,8 @@ var EuiIconArrowStart = function EuiIconArrowStart(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M4 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
|
|
30
|
-
}), ___EmotionJSX("path", {
|
|
31
29
|
fillRule: "evenodd",
|
|
32
|
-
d: "
|
|
30
|
+
d: "m7.707 8 5.647-5.646-.708-.708L6.293 8l6.353 6.354.708-.707L7.707 8ZM3 13V3h1v10H3Z",
|
|
33
31
|
clipRule: "evenodd"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
@@ -21,14 +21,13 @@ var EuiIconArrowDown = function EuiIconArrowDown(_ref) {
|
|
|
21
21
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
22
|
width: 16,
|
|
23
23
|
height: 16,
|
|
24
|
-
fill: "none",
|
|
25
24
|
viewBox: "0 0 16 16",
|
|
26
25
|
"aria-labelledby": titleId
|
|
27
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
27
|
id: titleId
|
|
29
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
29
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
30
|
+
d: "m8 10.293 5.646-5.647.708.708L8 11.707 1.646 5.354l.708-.708L8 10.293Z",
|
|
32
31
|
clipRule: "evenodd"
|
|
33
32
|
}));
|
|
34
33
|
};
|
|
@@ -21,14 +21,13 @@ var EuiIconArrowLeft = function EuiIconArrowLeft(_ref) {
|
|
|
21
21
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
22
|
width: 16,
|
|
23
23
|
height: 16,
|
|
24
|
-
fill: "none",
|
|
25
24
|
viewBox: "0 0 16 16",
|
|
26
25
|
"aria-labelledby": titleId
|
|
27
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
27
|
id: titleId
|
|
29
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
29
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
30
|
+
d: "m5.707 8 5.647-5.646-.708-.708L4.293 8l6.353 6.354.707-.708L5.708 8Z",
|
|
32
31
|
clipRule: "evenodd"
|
|
33
32
|
}));
|
|
34
33
|
};
|
|
@@ -21,14 +21,13 @@ var EuiIconArrowRight = function EuiIconArrowRight(_ref) {
|
|
|
21
21
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
22
|
width: 16,
|
|
23
23
|
height: 16,
|
|
24
|
-
fill: "none",
|
|
25
24
|
viewBox: "0 0 16 16",
|
|
26
25
|
"aria-labelledby": titleId
|
|
27
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
27
|
id: titleId
|
|
29
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
29
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
30
|
+
d: "M10.293 8 4.646 2.354l.708-.708L11.707 8l-6.353 6.354-.708-.708L10.293 8Z",
|
|
32
31
|
clipRule: "evenodd"
|
|
33
32
|
}));
|
|
34
33
|
};
|
|
@@ -21,14 +21,13 @@ var EuiIconArrowUp = function EuiIconArrowUp(_ref) {
|
|
|
21
21
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
22
|
width: 16,
|
|
23
23
|
height: 16,
|
|
24
|
-
fill: "none",
|
|
25
24
|
viewBox: "0 0 16 16",
|
|
26
25
|
"aria-labelledby": titleId
|
|
27
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
27
|
id: titleId
|
|
29
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
29
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
30
|
+
d: "m8 5.707 5.646 5.647.708-.707L8 4.292l-6.354 6.353.708.708L8 5.707Z",
|
|
32
31
|
clipRule: "evenodd"
|
|
33
32
|
}));
|
|
34
33
|
};
|
|
@@ -26,7 +26,9 @@ var EuiIconBeaker = function EuiIconBeaker(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
d: "M5 2h1v4.853l-3.793 5.886-.006.01A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.299-2.25l-.006-.01L10 6.853V2h1V1H5v1Zm2 1V2h2v5.147l1.53 2.374A6.506 6.506 0 0 0 10 9.5c-.847 0-1.548.28-2.158.525l-.028.01C7.18 10.29 6.64 10.5 6 10.5c-.474 0-.828-.054-1.083-.12L7 7.147V6h1V5H7V4h1V3H7Zm-2.646 8.253L3.062 13.26A.5.5 0 0 0 3.5 14h9a.5.5 0 0 0 .438-.741l-1.664-2.583c-.258-.088-.668-.176-1.274-.176-.64 0-1.18.21-1.814.464l-.028.011c-.61.244-1.311.525-2.158.525-.737 0-1.27-.112-1.646-.247Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
30
32
|
}));
|
|
31
33
|
};
|
|
32
34
|
export var icon = EuiIconBeaker;
|
|
@@ -27,7 +27,8 @@ var EuiIconBell = function EuiIconBell(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M3 7a5 5 0 0 1 4.5-4.975V0h1v2.025A5 5 0 0 1 13 7v2.5a5.617 5.617 0 0 0 1.16 3.418l.065.082H15v1h-5a2 2 0 1 1-4 0H1v-1h.775l.066-.082A5.617 5.617 0 0 0 3 9.5V7Zm4 7a1 1 0 1 0 2 0H7Zm5.811-1.323c.063.116.127.223.188.323H3.001a6.618 6.618 0 0 0 1-3.5V7A4 4 0 1 1 12 7v2.5a6.62 6.62 0 0 0 .811 3.177Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
32
33
|
};
|
|
33
34
|
export var icon = EuiIconBell;
|
|
@@ -26,7 +26,11 @@ var EuiIconBellSlash = function EuiIconBellSlash(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M10.93 2.948a4.973 4.973 0 0 0-2.43-.923V0h-1v2.025A5 5 0 0 0 3 7v2.5c0 .605-.096 1.146-.237 1.616L3.99 9.89A6.7 6.7 0 0 0 4 9.5V7a4 4 0 0 1 6.212-3.333l.719-.719ZM.647 14.647l.707.707L11.55 5.156l.734-.734 3.069-3.068-.707-.707-14 14Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "m12.734 5.387-.814.814c.053.258.08.526.08.799v2.5a6.618 6.618 0 0 0 1 3.5H5.121l-1 1H6a2 2 0 1 0 4 0h5v-1h-.775a5.282 5.282 0 0 1-.536-.802A5.617 5.617 0 0 1 13 9.5V7c0-.564-.094-1.107-.266-1.613ZM7 14a1 1 0 1 0 2 0H7Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
30
34
|
}));
|
|
31
35
|
};
|
|
32
36
|
export var icon = EuiIconBellSlash;
|
|
@@ -27,7 +27,8 @@ var EuiIconCheck = function EuiIconCheck(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M15.354 4.354 6.5 13.207 1.646 8.354l.708-.708L6.5 11.793l8.146-8.147.708.708Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
32
33
|
};
|
|
33
34
|
export var icon = EuiIconCheck;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["title", "titleId"];
|
|
4
|
+
/*
|
|
5
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
+
* Side Public License, v 1.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
+
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
+
var EuiIconCheckCircle = function EuiIconCheckCircle(_ref) {
|
|
17
|
+
var title = _ref.title,
|
|
18
|
+
titleId = _ref.titleId,
|
|
19
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
return ___EmotionJSX("svg", _extends({
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
"aria-labelledby": titleId
|
|
26
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
+
id: titleId
|
|
28
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "m7 10.707 4.354-4.353-.708-.708L7 9.293 5.354 7.646l-.708.708L7 10.707Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
export var icon = EuiIconCheckCircle;
|
|
@@ -26,8 +26,11 @@ var EuiIconClock = function EuiIconClock(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "M8.5 7.5V4h-1v4.5H12v-1H8.5Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
29
31
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
32
|
+
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
31
34
|
}));
|
|
32
35
|
};
|
|
33
36
|
export var icon = EuiIconClock;
|
|
@@ -26,9 +26,9 @@ var EuiIconClockCounter = function EuiIconClockCounter(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3.023 3.077A6.978 6.978 0 0 0 1 8c0 1.79.683 3.58 2.048 4.947l.004.004.019.02.03.029H1v1h4v-4H4v2.475a6.535 6.535 0 0 1-.22-.21l-.013-.013-.003-.002-.007-.007a6.012 6.012 0 0 1-1.362-6.39A6.005 6.005 0 0 1 8 2a6 6 0 0 1 0 12v1A7 7 0 1 0 3.023 3.077Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M8.5 4v3.5H12v1H7.5V4h1Z"
|
|
32
32
|
}));
|
|
33
33
|
};
|
|
34
34
|
export var icon = EuiIconClockCounter;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["title", "titleId"];
|
|
4
|
+
/*
|
|
5
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
+
* Side Public License, v 1.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
+
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
+
var EuiIconCode = function EuiIconCode(_ref) {
|
|
17
|
+
var title = _ref.title,
|
|
18
|
+
titleId = _ref.titleId,
|
|
19
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
return ___EmotionJSX("svg", _extends({
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
"aria-labelledby": titleId
|
|
26
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
+
id: titleId
|
|
28
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export var icon = EuiIconCode;
|
|
@@ -27,7 +27,7 @@ var EuiIconContrast = function EuiIconContrast(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.5-1.5h1.902a6.004 6.004 0 0 0 1.567-1H8.5v1Zm0-2h4.374c.225-.312.42-.647.582-1H8.5v1Zm0-2h5.
|
|
30
|
+
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.5-1.5h1.902a6.004 6.004 0 0 0 1.567-1H8.5v1Zm0-2h4.374c.225-.312.42-.647.582-1H8.5v1Zm0-2h5.311a6 6 0 0 0 .168-1H8.5v1Zm0-2h5.48a5.988 5.988 0 0 0-.169-1H8.5v1Zm0-2h4.956a5.996 5.996 0 0 0-.582-1H8.5v1Zm0-2h3.469a6.004 6.004 0 0 0-1.567-1H8.5v1ZM2 8a6 6 0 0 1 5.5-5.98v11.96A6 6 0 0 1 2 8Z",
|
|
31
31
|
clipRule: "evenodd"
|
|
32
32
|
}));
|
|
33
33
|
};
|
|
@@ -26,6 +26,7 @@ var EuiIconContrastHigh = function EuiIconContrastHigh(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
29
30
|
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7 6V2a6 6 0 1 0 0 12Z",
|
|
30
31
|
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
@@ -27,7 +27,8 @@ var EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M10.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
32
33
|
};
|
|
33
34
|
export var icon = EuiIconControlsHorizontal;
|
|
@@ -27,7 +27,8 @@ var EuiIconControlsVertical = function EuiIconControlsVertical(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
d: "M10
|
|
30
|
+
d: "M10.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
31
32
|
}));
|
|
32
33
|
};
|
|
33
34
|
export var icon = EuiIconControlsVertical;
|