@elastic/eui 101.2.0 → 101.3.0-classic.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/provider/provider.js +2 -2
- 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/es/services/color/vis_color_store.js +1 -1
- package/es/services/theme/context.js +2 -2
- package/eui.d.ts +351 -327
- 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/provider/provider.js +2 -2
- 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/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/theme/context.js +2 -2
- 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/components/provider/provider.js +2 -2
- package/optimize/es/global_styling/mixins/_button.js +2 -1
- package/optimize/es/services/color/vis_color_store.js +1 -1
- package/optimize/es/services/theme/context.js +2 -2
- 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/components/provider/provider.js +2 -2
- package/optimize/lib/global_styling/mixins/_button.js +2 -1
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/theme/context.js +2 -2
- 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/provider/provider.js +2 -2
- 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
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/theme/context.js +2 -2
|
@@ -22,14 +22,18 @@ var EuiIconTimeslider = function EuiIconTimeslider(_ref) {
|
|
|
22
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23
23
|
width: 16,
|
|
24
24
|
height: 16,
|
|
25
|
-
fill: "none",
|
|
26
25
|
viewBox: "0 0 16 16",
|
|
27
26
|
"aria-labelledby": titleId
|
|
28
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
29
28
|
id: titleId
|
|
30
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
31
|
-
d: "
|
|
30
|
+
d: "M7.5 3h1v2.5H11v1H7.5V3Z"
|
|
31
|
+
}), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M8 11A5 5 0 1 0 8 1a5 5 0 0 0 0 10Zm0-1a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",
|
|
32
34
|
clipRule: "evenodd"
|
|
35
|
+
}), ___EmotionJSX("path", {
|
|
36
|
+
d: "m15.207 13.5-2.353-2.354-.707.707L13.293 13H2.707l1.147-1.146-.708-.708L.793 13.5l2.353 2.354.708-.708L2.707 14h10.586l-1.146 1.146.707.707 2.353-2.353Z"
|
|
33
37
|
}));
|
|
34
38
|
};
|
|
35
39
|
export var icon = EuiIconTimeslider;
|
|
@@ -27,7 +27,11 @@ var EuiIconTrash = function EuiIconTrash(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M7 6H6v6h1V6Zm2.997 0h-1v6h1V6Z"
|
|
31
|
+
}), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M5 2v1H2v1h1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4h1V3h-3V2a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Zm5 0H6v1h4V2ZM4 14V4h8v10H4Z",
|
|
34
|
+
clipRule: "evenodd"
|
|
31
35
|
}));
|
|
32
36
|
};
|
|
33
37
|
export var icon = EuiIconTrash;
|
|
@@ -28,10 +28,8 @@ var EuiIconUser = function EuiIconUser(_ref) {
|
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
30
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
31
|
+
d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
32
32
|
clipRule: "evenodd"
|
|
33
|
-
}), ___EmotionJSX("path", {
|
|
34
|
-
d: "M15 14.291A9.053 9.053 0 0 0 8 11a9.053 9.053 0 0 0-7 3.291l.715.71A8.047 8.047 0 0 1 8 11.996 8.047 8.047 0 0 1 14.286 15l.714-.71Z"
|
|
35
33
|
}));
|
|
36
34
|
};
|
|
37
35
|
export var icon = EuiIconUser;
|
|
@@ -20,18 +20,16 @@ var EuiIconUserAvatar = function EuiIconUserAvatar(_ref) {
|
|
|
20
20
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
21
21
|
return ___EmotionJSX("svg", _extends({
|
|
22
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
-
width:
|
|
24
|
-
height:
|
|
25
|
-
viewBox: "0 0
|
|
23
|
+
width: 16,
|
|
24
|
+
height: 16,
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
26
|
"aria-labelledby": titleId
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
|
-
}, title) : null, ___EmotionJSX("
|
|
30
|
-
fillRule: "evenodd"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
})
|
|
34
|
-
d: "M8.94 2c2.205 0 4 1.794 4 4s-1.795 4-4 4c-2.207 0-4-1.794-4-4s1.793-4 4-4m0 9A5 5 0 1 0 8.937.999 5 5 0 0 0 8.94 11"
|
|
35
|
-
})));
|
|
29
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}));
|
|
36
34
|
};
|
|
37
35
|
export var icon = EuiIconUserAvatar;
|
|
@@ -26,12 +26,16 @@ var EuiIconUsers = function EuiIconUsers(_ref) {
|
|
|
26
26
|
"aria-labelledby": titleId
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
|
-
}, title) : null, ___EmotionJSX("
|
|
29
|
+
}, title) : null, ___EmotionJSX("g", {
|
|
30
|
+
style: {
|
|
31
|
+
mixBlendMode: 'multiply'
|
|
32
|
+
}
|
|
33
|
+
}, ___EmotionJSX("path", {
|
|
30
34
|
fillRule: "evenodd",
|
|
31
|
-
d: "
|
|
35
|
+
d: "M8 5c0 .92-.414 1.744-1.067 2.294.29.094.544.202.764.312.31.154.548.312.716.438a3.417 3.417 0 0 1 .26.215l.02.02.008.008.003.003.002.001.001.002c.707-.707.706-.709.706-.709l-.002-.001-.003-.003-.006-.006-.013-.013a2.65 2.65 0 0 0-.1-.093c.137-.07.287-.135.45-.193a2.5 2.5 0 1 1 3.521 0c.31.11.574.246.795.393.274.183.47.374.604.536a2.145 2.145 0 0 1 .222.323l.007.014.004.006.001.003v.001s.001.002-.893.449c0 0-.5-1-2.5-1-.723 0-1.25.13-1.628.297a2 2 0 0 0-.458-.711l-.707.707L8 9S7 8 5 8 2 9 2 9l-.707-.707.001-.002.002-.001.003-.003.008-.008.02-.02.061-.055a4.693 4.693 0 0 1 .914-.599c.22-.11.476-.217.765-.31A3 3 0 1 1 8 5ZM5 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm8-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
36
|
+
clipRule: "evenodd"
|
|
32
37
|
}), ___EmotionJSX("path", {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}));
|
|
38
|
+
d: "m1.293 8.293.092.092L2 9l-1 4h8L8 9a1643.293 1643.293 0 0 1 .707-.707 1 1 0 0 1 .263.464l1 4A1 1 0 0 1 9 14H1a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM14 9l.894-.447c.033.065.058.134.076.204l1 4A1 1 0 0 1 15 14h-4.268A2 2 0 0 0 11 13h4l-1-4Z"
|
|
39
|
+
})));
|
|
36
40
|
};
|
|
37
41
|
export var icon = EuiIconUsers;
|
|
@@ -27,7 +27,9 @@ var EuiIconVisLine = function EuiIconVisLine(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M1 1v13a1 1 0 0 0 1 1h13v-1H2V1H1Z"
|
|
31
|
+
}), ___EmotionJSX("path", {
|
|
32
|
+
d: "m9.5 9.207 4.854-4.853-.707-.708L9.5 7.793l-2-2-4.854 4.853.708.708L7.5 7.207l2 2Z"
|
|
31
33
|
}));
|
|
32
34
|
};
|
|
33
35
|
export var icon = EuiIconVisLine;
|
|
@@ -27,7 +27,11 @@ var EuiIconVisTable = function EuiIconVisTable(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M5 6H3v1h2V6Zm1 0h2v1H6V6ZM5 9H3v1h2V9Zm1 0h2v1H6V9Zm-1 3H3v1h2v-1Zm1 0h2v1H6v-1Zm7-6H9v1h4V6ZM9 9h4v1H9V9Zm4 3H9v1h4v-1Z"
|
|
31
|
+
}), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2Zm0 3V2h12v2H2Zm0 1h12v9H2V5Z",
|
|
34
|
+
clipRule: "evenodd"
|
|
31
35
|
}));
|
|
32
36
|
};
|
|
33
37
|
export var icon = EuiIconVisTable;
|
|
@@ -27,7 +27,7 @@ var EuiIconVisText = function EuiIconVisText(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M6 1h4v1H6V1Zm0 13h4v1H6v-1Zm9-4V6h-1v4h1ZM2 6v4H1V6h1ZM1 2a1 1 0 0 1 1-1h2v1H2v2H1V2Zm1 13a1 1 0 0 1-1-1v-2h1v2h2v1H2ZM15 2a1 1 0 0 0-1-1h-2v1h2v2h1V2Zm-1 13a1 1 0 0 0 1-1v-2h-1v2h-2v1h2ZM12 4H4v2h1V5h2.5v6h-1v1h3v-1h-1V5H11v1h1V4Z"
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
export var icon = EuiIconVisText;
|
|
@@ -27,7 +27,7 @@ var EuiIconVisVega = function EuiIconVisVega(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
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"
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
export var icon = EuiIconVisVega;
|
|
@@ -27,9 +27,15 @@ var EuiIconWarning = function EuiIconWarning(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
31
31
|
}), ___EmotionJSX("path", {
|
|
32
|
-
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M7.5 10V5h1v5h-1Z",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), ___EmotionJSX("path", {
|
|
36
|
+
fillRule: "evenodd",
|
|
37
|
+
d: "M8 1a1 1 0 0 1 .864.496l7 12A1 1 0 0 1 15 15H1a1 1 0 0 1-.864-1.504l7-12A1 1 0 0 1 8 1ZM1 14h14L8 2 1 14Z",
|
|
38
|
+
clipRule: "evenodd"
|
|
33
39
|
}));
|
|
34
40
|
};
|
|
35
41
|
export var icon = EuiIconWarning;
|
|
@@ -27,7 +27,9 @@ var EuiIconWrench = function EuiIconWrench(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M11.28 2.013 10 3.293V6h2.707l1.28-1.28a3 3 0 1 1-2.707-2.707Zm1.165-.744a4 4 0 0 0-5.31 4.767l-5.55 5.55a2 2 0 1 0 2.83 2.828l5.549-5.55A4.005 4.005 0 0 0 15 5c0-.509-.095-.996-.27-1.445a.5.5 0 0 0-.819-.173L12.293 5H11V3.707l1.618-1.618a.5.5 0 0 0-.173-.82ZM8.968 8.446l-5.26 5.261a1 1 0 0 1-1.415-1.414l5.26-5.261c.345.582.833 1.07 1.415 1.414Z",
|
|
32
|
+
clipRule: "evenodd"
|
|
31
33
|
}));
|
|
32
34
|
};
|
|
33
35
|
export var icon = EuiIconWrench;
|
|
@@ -257,7 +257,7 @@ EuiIconClass.propTypes = {
|
|
|
257
257
|
/**
|
|
258
258
|
* `Enum` is any of the named icons listed in the docs, `string` is usually a URL to an SVG file, and `elementType` is any React SVG component
|
|
259
259
|
*/
|
|
260
|
-
type: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
|
|
260
|
+
type: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
|
|
261
261
|
/**
|
|
262
262
|
* One of EUI's color palette or a valid CSS color value https://developer.mozilla.org/en-US/docs/Web/CSS/color_value.
|
|
263
263
|
* Note that coloring only works if your SVG is removed of fill attributes.
|
|
@@ -48,6 +48,7 @@ export var typeToPathMap = {
|
|
|
48
48
|
casesApp: 'app_cases',
|
|
49
49
|
changePointDetection: 'change_point_detection',
|
|
50
50
|
check: 'check',
|
|
51
|
+
checkCircle: 'checkCircle',
|
|
51
52
|
checkInCircleFilled: 'checkInCircleFilled',
|
|
52
53
|
cheer: 'cheer',
|
|
53
54
|
classificationJob: 'ml_classification_job',
|
|
@@ -59,6 +60,7 @@ export var typeToPathMap = {
|
|
|
59
60
|
cloudStormy: 'cloudStormy',
|
|
60
61
|
cloudSunny: 'cloudSunny',
|
|
61
62
|
cluster: 'cluster',
|
|
63
|
+
code: 'code',
|
|
62
64
|
codeApp: 'app_code',
|
|
63
65
|
color: 'color',
|
|
64
66
|
compute: 'compute',
|
|
@@ -226,7 +226,7 @@ EuiKeyPadMenuItem.propTypes = {
|
|
|
226
226
|
/**
|
|
227
227
|
* Supply an icon type if the badge should just be an icon
|
|
228
228
|
*/
|
|
229
|
-
betaBadgeIconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
|
|
229
|
+
betaBadgeIconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
|
|
230
230
|
/**
|
|
231
231
|
* Add a description to the beta badge (will appear in a tooltip)
|
|
232
232
|
*/
|
|
@@ -151,7 +151,7 @@ EuiListGroup.propTypes = {
|
|
|
151
151
|
/**
|
|
152
152
|
* Adds `EuiIcon` of `EuiIcon.type`
|
|
153
153
|
*/
|
|
154
|
-
iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
|
|
154
|
+
iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
|
|
155
155
|
/**
|
|
156
156
|
* Further extend the props applied to EuiIcon
|
|
157
157
|
*/
|
|
@@ -174,7 +174,7 @@ EuiListGroup.propTypes = {
|
|
|
174
174
|
alwaysShow: PropTypes.bool,
|
|
175
175
|
type: PropTypes.any,
|
|
176
176
|
onClick: PropTypes.func,
|
|
177
|
-
iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
|
|
177
|
+
iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
|
|
178
178
|
/**
|
|
179
179
|
* Any of the named color palette options.
|
|
180
180
|
*/
|