@elastic/eui 106.6.0 → 106.7.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 +17 -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/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- 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_selector.js +32 -3
- 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 +10 -6
- package/es/components/date_picker/date_picker_range.js +11 -4
- package/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/es/components/date_picker/react-datepicker/src/index.js +24 -8
- package/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
- 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.styles.js +7 -2
- package/es/components/form/form_control_button/form_control_button.js +156 -0
- package/es/components/form/form_control_button/form_control_button.styles.js +34 -0
- package/es/components/form/form_control_button/index.js +9 -0
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.styles.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/index.js +1 -0
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -36
- 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 -36
- package/es/components/icon/assets/app_workflows.js +35 -0
- package/es/components/icon/assets/background_task.js +33 -0
- package/es/components/icon/assets/boxes_vertical.js +1 -1
- package/es/components/icon/assets/documentation.js +2 -4
- package/es/components/icon/assets/error.js +2 -3
- package/es/components/icon/assets/export.js +1 -1
- package/es/components/icon/assets/filter.js +1 -1
- package/es/components/icon/assets/filterExclude.js +1 -6
- package/es/components/icon/assets/filterIgnore.js +1 -1
- package/es/components/icon/assets/filterInclude.js +1 -1
- package/es/components/icon/assets/grab.js +1 -2
- package/es/components/icon/assets/grabOmnidirectional.js +1 -1
- package/es/components/icon/assets/grab_horizontal.js +1 -2
- package/es/components/icon/assets/import.js +1 -1
- package/es/components/icon/assets/indexTemporary.js +6 -2
- package/es/components/icon/assets/link.js +5 -1
- package/es/components/icon/assets/list.js +1 -1
- package/es/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/es/components/icon/assets/magnifyWithMinus.js +2 -4
- package/es/components/icon/assets/magnifyWithPlus.js +2 -4
- package/es/components/icon/assets/minus.js +2 -6
- package/es/components/icon/assets/minus_in_circle.js +2 -5
- package/es/components/icon/assets/pencil.js +1 -5
- package/es/components/icon/assets/pin.js +1 -2
- package/es/components/icon/assets/pin_filled.js +1 -1
- package/es/components/icon/assets/plus.js +1 -1
- package/es/components/icon/assets/plus_in_circle.js +1 -2
- package/es/components/icon/assets/question.js +2 -6
- package/es/components/icon/assets/search.js +1 -3
- package/es/components/icon/assets/sortLeft.js +1 -3
- package/es/components/icon/assets/sortRight.js +1 -3
- package/es/components/icon/assets/sort_down.js +1 -3
- package/es/components/icon/assets/sort_up.js +1 -3
- package/es/components/icon/assets/sortable.js +1 -3
- package/es/components/icon/assets/streams_classic.js +35 -0
- package/es/components/icon/assets/streams_wired.js +39 -0
- package/es/components/icon/assets/unlink.js +1 -4
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +44 -21
- 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 +1 -1
- package/es/components/pagination/pagination_button.js +1 -36
- package/es/components/progress/progress.styles.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +104 -4
- 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 +17 -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/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- 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_selector.js +32 -3
- 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 +10 -6
- package/lib/components/date_picker/date_picker_range.js +11 -4
- package/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/lib/components/date_picker/react-datepicker/src/index.js +24 -8
- package/lib/components/date_picker/super_date_picker/super_date_picker.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.styles.js +8 -3
- package/lib/components/form/form_control_button/form_control_button.js +164 -0
- package/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/lib/components/form/form_control_button/index.js +12 -0
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.styles.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/index.js +11 -0
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -36
- 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 -36
- package/lib/components/icon/assets/app_workflows.js +42 -0
- package/lib/components/icon/assets/background_task.js +40 -0
- package/lib/components/icon/assets/boxes_vertical.js +1 -1
- package/lib/components/icon/assets/documentation.js +2 -4
- package/lib/components/icon/assets/error.js +2 -3
- package/lib/components/icon/assets/export.js +1 -1
- package/lib/components/icon/assets/filter.js +1 -1
- package/lib/components/icon/assets/filterExclude.js +1 -6
- package/lib/components/icon/assets/filterIgnore.js +1 -1
- package/lib/components/icon/assets/filterInclude.js +1 -1
- package/lib/components/icon/assets/grab.js +1 -2
- package/lib/components/icon/assets/grabOmnidirectional.js +1 -1
- package/lib/components/icon/assets/grab_horizontal.js +1 -2
- package/lib/components/icon/assets/import.js +1 -1
- package/lib/components/icon/assets/indexTemporary.js +6 -2
- package/lib/components/icon/assets/link.js +5 -1
- package/lib/components/icon/assets/list.js +1 -1
- package/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/lib/components/icon/assets/magnifyWithMinus.js +2 -4
- package/lib/components/icon/assets/magnifyWithPlus.js +2 -4
- package/lib/components/icon/assets/minus.js +2 -6
- package/lib/components/icon/assets/minus_in_circle.js +2 -5
- package/lib/components/icon/assets/pencil.js +1 -5
- package/lib/components/icon/assets/pin.js +1 -2
- package/lib/components/icon/assets/pin_filled.js +1 -1
- package/lib/components/icon/assets/plus.js +1 -1
- package/lib/components/icon/assets/plus_in_circle.js +1 -2
- package/lib/components/icon/assets/question.js +2 -6
- package/lib/components/icon/assets/search.js +1 -3
- package/lib/components/icon/assets/sortLeft.js +1 -3
- package/lib/components/icon/assets/sortRight.js +1 -3
- package/lib/components/icon/assets/sort_down.js +1 -3
- package/lib/components/icon/assets/sort_up.js +1 -3
- package/lib/components/icon/assets/sortable.js +1 -3
- package/lib/components/icon/assets/streams_classic.js +42 -0
- package/lib/components/icon/assets/streams_wired.js +46 -0
- package/lib/components/icon/assets/unlink.js +1 -4
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +44 -21
- package/lib/components/icon/svgs/app_workflows.svg +7 -0
- package/lib/components/icon/svgs/background_task.svg +4 -0
- package/lib/components/icon/svgs/boxes_vertical.svg +2 -2
- package/lib/components/icon/svgs/documentation.svg +3 -4
- package/lib/components/icon/svgs/error.svg +2 -2
- package/lib/components/icon/svgs/export.svg +1 -1
- package/lib/components/icon/svgs/filter.svg +1 -1
- package/lib/components/icon/svgs/filterExclude.svg +1 -3
- package/lib/components/icon/svgs/filterIgnore.svg +1 -2
- package/lib/components/icon/svgs/filterInclude.svg +1 -3
- package/lib/components/icon/svgs/grab.svg +1 -1
- package/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
- package/lib/components/icon/svgs/grab_horizontal.svg +1 -1
- package/lib/components/icon/svgs/import.svg +1 -1
- package/lib/components/icon/svgs/indexTemporary.svg +4 -2
- package/lib/components/icon/svgs/link.svg +3 -1
- package/lib/components/icon/svgs/list.svg +1 -1
- package/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
- package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
- package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
- package/lib/components/icon/svgs/minus.svg +1 -1
- package/lib/components/icon/svgs/minus_in_circle.svg +2 -2
- package/lib/components/icon/svgs/pencil.svg +2 -2
- package/lib/components/icon/svgs/pin.svg +1 -1
- package/lib/components/icon/svgs/pin_filled.svg +1 -1
- package/lib/components/icon/svgs/plus.svg +1 -1
- package/lib/components/icon/svgs/plus_in_circle.svg +1 -1
- package/lib/components/icon/svgs/question.svg +3 -4
- package/lib/components/icon/svgs/search.svg +1 -1
- package/lib/components/icon/svgs/sortLeft.svg +1 -1
- 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/streams_classic.svg +3 -0
- package/lib/components/icon/svgs/streams_wired.svg +4 -0
- package/lib/components/icon/svgs/unlink.svg +3 -4
- 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 +1 -1
- package/lib/components/pagination/pagination_button.js +1 -36
- package/lib/components/progress/progress.styles.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/basic_table/in_memory_table.js +13 -0
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/column_selector.js +34 -3
- package/optimize/es/components/date_picker/date_picker.js +8 -4
- package/optimize/es/components/date_picker/date_picker_range.js +10 -3
- package/optimize/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/optimize/es/components/date_picker/react-datepicker/src/index.js +24 -8
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
- package/optimize/es/components/form/form.styles.js +7 -2
- package/optimize/es/components/form/form_control_button/form_control_button.js +71 -0
- package/optimize/es/components/form/form_control_button/form_control_button.styles.js +34 -0
- package/optimize/es/components/form/form_control_button/index.js +9 -0
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/optimize/es/components/form/index.js +1 -0
- package/optimize/es/components/icon/assets/app_workflows.js +34 -0
- package/optimize/es/components/icon/assets/background_task.js +32 -0
- package/optimize/es/components/icon/assets/boxes_vertical.js +1 -1
- package/optimize/es/components/icon/assets/documentation.js +2 -4
- package/optimize/es/components/icon/assets/error.js +2 -3
- package/optimize/es/components/icon/assets/export.js +1 -1
- package/optimize/es/components/icon/assets/filter.js +1 -1
- package/optimize/es/components/icon/assets/filterExclude.js +1 -6
- package/optimize/es/components/icon/assets/filterIgnore.js +1 -1
- package/optimize/es/components/icon/assets/filterInclude.js +1 -1
- package/optimize/es/components/icon/assets/grab.js +1 -2
- package/optimize/es/components/icon/assets/grabOmnidirectional.js +1 -1
- package/optimize/es/components/icon/assets/grab_horizontal.js +1 -2
- package/optimize/es/components/icon/assets/import.js +1 -1
- package/optimize/es/components/icon/assets/indexTemporary.js +6 -2
- package/optimize/es/components/icon/assets/link.js +5 -1
- package/optimize/es/components/icon/assets/list.js +1 -1
- package/optimize/es/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/optimize/es/components/icon/assets/magnifyWithMinus.js +2 -4
- package/optimize/es/components/icon/assets/magnifyWithPlus.js +2 -4
- package/optimize/es/components/icon/assets/minus.js +2 -6
- package/optimize/es/components/icon/assets/minus_in_circle.js +2 -5
- package/optimize/es/components/icon/assets/pencil.js +1 -5
- package/optimize/es/components/icon/assets/pin.js +1 -2
- package/optimize/es/components/icon/assets/pin_filled.js +1 -1
- package/optimize/es/components/icon/assets/plus.js +1 -1
- package/optimize/es/components/icon/assets/plus_in_circle.js +1 -2
- package/optimize/es/components/icon/assets/question.js +2 -6
- package/optimize/es/components/icon/assets/search.js +1 -3
- package/optimize/es/components/icon/assets/sortLeft.js +1 -3
- package/optimize/es/components/icon/assets/sortRight.js +1 -3
- package/optimize/es/components/icon/assets/sort_down.js +1 -3
- package/optimize/es/components/icon/assets/sort_up.js +1 -3
- package/optimize/es/components/icon/assets/sortable.js +1 -3
- package/optimize/es/components/icon/assets/streams_classic.js +34 -0
- package/optimize/es/components/icon/assets/streams_wired.js +38 -0
- package/optimize/es/components/icon/assets/unlink.js +1 -4
- package/optimize/es/components/icon/icon_map.js +44 -21
- package/optimize/es/components/progress/progress.styles.js +1 -1
- package/optimize/lib/components/basic_table/in_memory_table.js +13 -0
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/optimize/lib/components/datagrid/controls/column_selector.js +34 -5
- package/optimize/lib/components/date_picker/date_picker.js +8 -4
- package/optimize/lib/components/date_picker/date_picker_range.js +10 -3
- package/optimize/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/optimize/lib/components/date_picker/react-datepicker/src/index.js +24 -8
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +1 -1
- package/optimize/lib/components/form/form.styles.js +8 -3
- package/optimize/lib/components/form/form_control_button/form_control_button.js +80 -0
- package/optimize/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/optimize/lib/components/form/form_control_button/index.js +12 -0
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/optimize/lib/components/form/index.js +11 -0
- package/optimize/lib/components/icon/assets/app_workflows.js +42 -0
- package/optimize/lib/components/icon/assets/background_task.js +40 -0
- package/optimize/lib/components/icon/assets/boxes_vertical.js +1 -1
- package/optimize/lib/components/icon/assets/documentation.js +2 -4
- package/optimize/lib/components/icon/assets/error.js +2 -3
- package/optimize/lib/components/icon/assets/export.js +1 -1
- package/optimize/lib/components/icon/assets/filter.js +1 -1
- package/optimize/lib/components/icon/assets/filterExclude.js +1 -6
- package/optimize/lib/components/icon/assets/filterIgnore.js +1 -1
- package/optimize/lib/components/icon/assets/filterInclude.js +1 -1
- package/optimize/lib/components/icon/assets/grab.js +1 -2
- package/optimize/lib/components/icon/assets/grabOmnidirectional.js +1 -1
- package/optimize/lib/components/icon/assets/grab_horizontal.js +1 -2
- package/optimize/lib/components/icon/assets/import.js +1 -1
- package/optimize/lib/components/icon/assets/indexTemporary.js +6 -2
- package/optimize/lib/components/icon/assets/link.js +5 -1
- package/optimize/lib/components/icon/assets/list.js +1 -1
- package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/optimize/lib/components/icon/assets/magnifyWithMinus.js +2 -4
- package/optimize/lib/components/icon/assets/magnifyWithPlus.js +2 -4
- package/optimize/lib/components/icon/assets/minus.js +2 -6
- package/optimize/lib/components/icon/assets/minus_in_circle.js +2 -5
- package/optimize/lib/components/icon/assets/pencil.js +1 -5
- package/optimize/lib/components/icon/assets/pin.js +1 -2
- package/optimize/lib/components/icon/assets/pin_filled.js +1 -1
- package/optimize/lib/components/icon/assets/plus.js +1 -1
- package/optimize/lib/components/icon/assets/plus_in_circle.js +1 -2
- package/optimize/lib/components/icon/assets/question.js +2 -6
- package/optimize/lib/components/icon/assets/search.js +1 -3
- package/optimize/lib/components/icon/assets/sortLeft.js +1 -3
- package/optimize/lib/components/icon/assets/sortRight.js +1 -3
- package/optimize/lib/components/icon/assets/sort_down.js +1 -3
- package/optimize/lib/components/icon/assets/sort_up.js +1 -3
- package/optimize/lib/components/icon/assets/sortable.js +1 -3
- package/optimize/lib/components/icon/assets/streams_classic.js +42 -0
- package/optimize/lib/components/icon/assets/streams_wired.js +46 -0
- package/optimize/lib/components/icon/assets/unlink.js +1 -4
- package/optimize/lib/components/icon/icon_map.js +44 -21
- package/optimize/lib/components/icon/svgs/app_workflows.svg +7 -0
- package/optimize/lib/components/icon/svgs/background_task.svg +4 -0
- package/optimize/lib/components/icon/svgs/boxes_vertical.svg +2 -2
- package/optimize/lib/components/icon/svgs/documentation.svg +3 -4
- package/optimize/lib/components/icon/svgs/error.svg +2 -2
- package/optimize/lib/components/icon/svgs/export.svg +1 -1
- package/optimize/lib/components/icon/svgs/filter.svg +1 -1
- package/optimize/lib/components/icon/svgs/filterExclude.svg +1 -3
- package/optimize/lib/components/icon/svgs/filterIgnore.svg +1 -2
- package/optimize/lib/components/icon/svgs/filterInclude.svg +1 -3
- package/optimize/lib/components/icon/svgs/grab.svg +1 -1
- package/optimize/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
- package/optimize/lib/components/icon/svgs/grab_horizontal.svg +1 -1
- package/optimize/lib/components/icon/svgs/import.svg +1 -1
- package/optimize/lib/components/icon/svgs/indexTemporary.svg +4 -2
- package/optimize/lib/components/icon/svgs/link.svg +3 -1
- package/optimize/lib/components/icon/svgs/list.svg +1 -1
- package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
- package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
- package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
- package/optimize/lib/components/icon/svgs/minus.svg +1 -1
- package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -2
- package/optimize/lib/components/icon/svgs/pencil.svg +2 -2
- package/optimize/lib/components/icon/svgs/pin.svg +1 -1
- package/optimize/lib/components/icon/svgs/pin_filled.svg +1 -1
- package/optimize/lib/components/icon/svgs/plus.svg +1 -1
- package/optimize/lib/components/icon/svgs/plus_in_circle.svg +1 -1
- package/optimize/lib/components/icon/svgs/question.svg +3 -4
- package/optimize/lib/components/icon/svgs/search.svg +1 -1
- package/optimize/lib/components/icon/svgs/sortLeft.svg +1 -1
- 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/streams_classic.svg +3 -0
- package/optimize/lib/components/icon/svgs/streams_wired.svg +4 -0
- package/optimize/lib/components/icon/svgs/unlink.svg +3 -4
- package/optimize/lib/components/progress/progress.styles.js +1 -1
- package/package.json +3 -3
- 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 +17 -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/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- 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_selector.js +34 -5
- 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 +10 -6
- package/test-env/components/date_picker/date_picker_range.js +11 -4
- package/test-env/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/test-env/components/date_picker/react-datepicker/src/index.js +24 -8
- package/test-env/components/date_picker/super_date_picker/super_date_picker.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.styles.js +8 -3
- package/test-env/components/form/form_control_button/form_control_button.js +156 -0
- package/test-env/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/test-env/components/form/form_control_button/index.js +12 -0
- 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.styles.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/index.js +11 -0
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -36
- 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 -36
- package/test-env/components/icon/assets/app_workflows.js +42 -0
- package/test-env/components/icon/assets/background_task.js +40 -0
- package/test-env/components/icon/assets/boxes_vertical.js +1 -1
- package/test-env/components/icon/assets/documentation.js +2 -4
- package/test-env/components/icon/assets/error.js +2 -3
- package/test-env/components/icon/assets/export.js +1 -1
- package/test-env/components/icon/assets/filter.js +1 -1
- package/test-env/components/icon/assets/filterExclude.js +1 -6
- package/test-env/components/icon/assets/filterIgnore.js +1 -1
- package/test-env/components/icon/assets/filterInclude.js +1 -1
- package/test-env/components/icon/assets/grab.js +1 -2
- package/test-env/components/icon/assets/grabOmnidirectional.js +1 -1
- package/test-env/components/icon/assets/grab_horizontal.js +1 -2
- package/test-env/components/icon/assets/import.js +1 -1
- package/test-env/components/icon/assets/indexTemporary.js +6 -2
- package/test-env/components/icon/assets/link.js +5 -1
- package/test-env/components/icon/assets/list.js +1 -1
- package/test-env/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/test-env/components/icon/assets/magnifyWithMinus.js +2 -4
- package/test-env/components/icon/assets/magnifyWithPlus.js +2 -4
- package/test-env/components/icon/assets/minus.js +2 -6
- package/test-env/components/icon/assets/minus_in_circle.js +2 -5
- package/test-env/components/icon/assets/pencil.js +1 -5
- package/test-env/components/icon/assets/pin.js +1 -2
- package/test-env/components/icon/assets/pin_filled.js +1 -1
- package/test-env/components/icon/assets/plus.js +1 -1
- package/test-env/components/icon/assets/plus_in_circle.js +1 -2
- package/test-env/components/icon/assets/question.js +2 -6
- package/test-env/components/icon/assets/search.js +1 -3
- package/test-env/components/icon/assets/sortLeft.js +1 -3
- package/test-env/components/icon/assets/sortRight.js +1 -3
- package/test-env/components/icon/assets/sort_down.js +1 -3
- package/test-env/components/icon/assets/sort_up.js +1 -3
- package/test-env/components/icon/assets/sortable.js +1 -3
- package/test-env/components/icon/assets/streams_classic.js +42 -0
- package/test-env/components/icon/assets/streams_wired.js +46 -0
- package/test-env/components/icon/assets/unlink.js +1 -4
- package/test-env/components/icon/icon_map.js +44 -21
- 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 +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -36
- package/test-env/components/progress/progress.styles.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
|
@@ -27,7 +27,11 @@ var EuiIconLink = function EuiIconLink(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M9.723 7.602a3.003 3.003 0 0 1 2.901.775l1.497 1.502a3.001 3.001 0 0 1-4.242 4.243l-1.502-1.498a3.002 3.002 0 0 1-.774-2.9l.9.9c.029.47.221.933.58 1.292l1.502 1.498a2 2 0 0 0 2.83-2.828l-1.498-1.502a1.994 1.994 0 0 0-1.292-.58l-.902-.902Z"
|
|
31
|
+
}), ___EmotionJSX("path", {
|
|
32
|
+
d: "m11.354 10.646-.707.707-6-6 .707-.707 6 6Z"
|
|
33
|
+
}), ___EmotionJSX("path", {
|
|
34
|
+
d: "M1.879 1.879a3 3 0 0 1 4.242-.001l1.503 1.499a3 3 0 0 1 .773 2.9l-.9-.902a1.991 1.991 0 0 0-.58-1.291L5.414 2.586a2 2 0 1 0-2.828 2.828l1.498 1.502c.358.358.82.55 1.29.58l.901.9a3.002 3.002 0 0 1-2.899-.773L1.878 6.121a3 3 0 0 1 0-4.242Z"
|
|
31
35
|
}));
|
|
32
36
|
};
|
|
33
37
|
export var icon = EuiIconLink;
|
|
@@ -27,7 +27,7 @@ var EuiIconList = function EuiIconList(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M4 13H1v-1h3v1Zm11 0H6v-1h9v1ZM4 8.5H1v-1h3v1Zm11 0H6v-1h9v1ZM4 4H1V3h3v1Zm11 0H6V3h9v1Z"
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
export var icon = EuiIconList;
|
|
@@ -27,11 +27,9 @@ var EuiIconMagnifyWithExclamation = function EuiIconMagnifyWithExclamation(_ref)
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "M6.5
|
|
30
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"
|
|
31
31
|
}), ___EmotionJSX("path", {
|
|
32
|
-
|
|
33
|
-
d: "M10.775 12.896a7 7 0 1 1 2.121-2.121l2.665 2.664a1.5 1.5 0 0 1-2.121 2.122l-2.665-2.665ZM13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Zm-1.416 5.29 2.563 2.564a.5.5 0 0 0 .707-.707l-2.563-2.563a7.045 7.045 0 0 1-.707.707Z",
|
|
34
|
-
clipRule: "evenodd"
|
|
32
|
+
d: "M7 4v3H6V4h1Zm0 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
35
33
|
}));
|
|
36
34
|
};
|
|
37
35
|
export var icon = EuiIconMagnifyWithExclamation;
|
|
@@ -27,11 +27,9 @@ var EuiIconMagnifyWithMinus = function EuiIconMagnifyWithMinus(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M9 7H4V6h5v1Z"
|
|
31
31
|
}), ___EmotionJSX("path", {
|
|
32
|
-
|
|
33
|
-
d: "M7 14c1.39 0 2.686-.405 3.775-1.104l2.665 2.665a1.5 1.5 0 1 0 2.12-2.122l-2.664-2.664A7 7 0 1 0 7 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm7.147 1.854-2.563-2.563a7.15 7.15 0 0 0 .707-.707l2.563 2.563a.5.5 0 0 1-.707.707Z",
|
|
34
|
-
clipRule: "evenodd"
|
|
32
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"
|
|
35
33
|
}));
|
|
36
34
|
};
|
|
37
35
|
export var icon = EuiIconMagnifyWithMinus;
|
|
@@ -27,11 +27,9 @@ var EuiIconMagnifyWithPlus = function EuiIconMagnifyWithPlus(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M7 6h2v1H7v2H6V7H4V6h2V4h1v2Z"
|
|
31
31
|
}), ___EmotionJSX("path", {
|
|
32
|
-
|
|
33
|
-
d: "M7 14c1.39 0 2.686-.405 3.775-1.104l2.665 2.665a1.5 1.5 0 1 0 2.12-2.122l-2.664-2.664A7 7 0 1 0 7 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm7.147 1.854-2.563-2.563a7.15 7.15 0 0 0 .707-.707l2.563 2.563a.5.5 0 0 1-.707.707Z",
|
|
34
|
-
clipRule: "evenodd"
|
|
32
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"
|
|
35
33
|
}));
|
|
36
34
|
};
|
|
37
35
|
export var icon = EuiIconMagnifyWithPlus;
|
|
@@ -26,12 +26,8 @@ var EuiIconMinus = function EuiIconMinus(_ref) {
|
|
|
26
26
|
"aria-labelledby": titleId
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
|
-
}, title) : null, ___EmotionJSX("
|
|
30
|
-
|
|
31
|
-
height: 1.5,
|
|
32
|
-
x: 3,
|
|
33
|
-
y: 7.25,
|
|
34
|
-
rx: 0.5
|
|
29
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
+
d: "M14 8.5H2v-1h12v1Z"
|
|
35
31
|
}));
|
|
36
32
|
};
|
|
37
33
|
export var icon = EuiIconMinus;
|
|
@@ -28,12 +28,9 @@ var EuiIconMinusInCircle = function EuiIconMinusInCircle(_ref) {
|
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
30
|
fillRule: "evenodd",
|
|
31
|
-
d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
|
|
32
|
-
clipRule: "evenodd"
|
|
31
|
+
d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
|
|
33
32
|
}), ___EmotionJSX("path", {
|
|
34
|
-
|
|
35
|
-
d: "M12 8.5H4v-1h8v1Z",
|
|
36
|
-
clipRule: "evenodd"
|
|
33
|
+
d: "M12 8.5H4v-1h8v1Z"
|
|
37
34
|
}));
|
|
38
35
|
};
|
|
39
36
|
export var icon = EuiIconMinusInCircle;
|
|
@@ -27,11 +27,7 @@ var EuiIconPencil = function EuiIconPencil(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "M13.707 5a1 1 0 0 0 0-1.414l-2.293-2.293a1 1 0 0 0-1.414 0l-1.5 1.5-.013.013L2 9.293V13h3.707l8-8Zm-2.207.793L9.207 3.5l1.5-1.5L13 4.293l-1.5 1.5Zm-3-1.586L3 9.707V12h2.293l5.5-5.5L8.5 4.207Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
33
|
-
}), ___EmotionJSX("path", {
|
|
34
|
-
d: "M2 15h7v-1H2v1Zm10 0h-2v-1h2v1Zm1 0h1v-1h-1v1Z"
|
|
30
|
+
d: "M10 2.293a1 1 0 0 1 1.414 0l2.293 2.293a1 1 0 0 1 0 1.414l-7 7H11v1H2v-3.707l8-8Zm-7 8.414V13h2.293l5.5-5.5L8.5 5.207l-5.5 5.5ZM9.207 4.5 11.5 6.793l1.5-1.5L10.707 3l-1.5 1.5ZM14 14h-2v-1h2v1Z"
|
|
35
31
|
}));
|
|
36
32
|
};
|
|
37
33
|
export var icon = EuiIconPencil;
|
|
@@ -27,8 +27,7 @@ var EuiIconPin = function EuiIconPin(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "M8 11h4.5a.5.5 0 1 0 0-1h-10a.5.5 0 0 0 0 1H7v4.25c0 .414.224.75.5.75s.5-.336.5-.75V11ZM4 4h1v6H4V4Zm6 0h1v6h-1V4ZM4.286 2C4.08 2 4 2.063 4 2v1c0-.063.08 0 .286 0h6.428C10.92 3 11 2.937 11 3V2c0 .063-.08 0-.286 0H4.286Zm0-1h6.428C11.424 1 12 1.448 12 2v1c0 .552-.576 1-1.286 1H4.286C3.576 4 3 3.552 3 3V2c0-.552.576-1 1.286-1Z"
|
|
30
|
+
d: "M9.617 1.076a1 1 0 0 1 1.09.217l4 4A1 1 0 0 1 14 7h-1.548L8.64 12.932l.715.714-.708.707L5.5 11.207 1.707 15H1v-.707L4.793 10.5 1.646 7.354l.708-.707.713.713L9 3.548V2a1 1 0 0 1 .617-.924ZM3.792 8.085l4.122 4.122 3.67-5.709-2.083-2.083-5.709 3.67ZM10 3.5 12.5 6H14l-4-4v1.5Z"
|
|
32
31
|
}));
|
|
33
32
|
};
|
|
34
33
|
export var icon = EuiIconPin;
|
|
@@ -27,7 +27,7 @@ var EuiIconPinFilled = function EuiIconPinFilled(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "M9
|
|
30
|
+
d: "M9.618 1.076a1 1 0 0 1 1.09.217l4 4A1 1 0 0 1 14 7h-1.46l-.029.055a59.78 59.78 0 0 1-1.098 1.966c-.783 1.338-1.784 2.912-2.72 3.966l.66.66-.707.707-.996-.996-.005-.004L5.5 11.207 1.708 15H1v-.707L4.792 10.5 2.646 8.354l-.004-.005-.995-.995.707-.707.714.714L9 3.547V2a1 1 0 0 1 .618-.924Z"
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
export var icon = EuiIconPinFilled;
|
|
@@ -27,7 +27,7 @@ var EuiIconPlus = function EuiIconPlus(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
d: "
|
|
30
|
+
d: "M7.5 7.5V2h1v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5Z"
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
export var icon = EuiIconPlus;
|
|
@@ -30,8 +30,7 @@ var EuiIconPlusInCircle = function EuiIconPlusInCircle(_ref) {
|
|
|
30
30
|
d: "M7.5 12V8.5H4v-1h3.5V4h1v3.5H12v1H8.5V12h-1Z"
|
|
31
31
|
}), ___EmotionJSX("path", {
|
|
32
32
|
fillRule: "evenodd",
|
|
33
|
-
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z"
|
|
34
|
-
clipRule: "evenodd"
|
|
33
|
+
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z"
|
|
35
34
|
}));
|
|
36
35
|
};
|
|
37
36
|
export var icon = EuiIconPlusInCircle;
|
|
@@ -27,13 +27,9 @@ var EuiIconQuestion = function EuiIconQuestion(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
|
|
30
|
+
d: "M8 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-6a2 2 0 0 1 1.237 3.571 3.59 3.59 0 0 0-.548.505c-.137.169-.189.305-.189.424V9h-1v-.5c0-.433.195-.787.413-1.055.216-.265.487-.487.705-.659a1 1 0 1 0-1.562-.453l-.942.334A2 2 0 0 1 8 4Z"
|
|
32
31
|
}), ___EmotionJSX("path", {
|
|
33
|
-
d: "
|
|
34
|
-
}), ___EmotionJSX("path", {
|
|
35
|
-
fillRule: "evenodd",
|
|
36
|
-
d: "M8 4h.033l.067.004a2.343 2.343 0 0 1 .874.236c.246.124.508.317.708.616.2.302.318.682.318 1.144 0 .463-.117.843-.318 1.145-.2.299-.462.492-.708.615a2.274 2.274 0 0 1-.474.172V9h-1V7H8c.005 0 .015 0 .029-.002a1.344 1.344 0 0 0 .498-.133.817.817 0 0 0 .323-.275C8.93 6.47 9 6.288 9 6c0-.287-.07-.47-.15-.59a.818.818 0 0 0-.324-.275 1.344 1.344 0 0 0-.555-.133 1.344 1.344 0 0 0-.498.133.817.817 0 0 0-.323.275C7.07 5.53 7 5.713 7 6H6c0-.462.117-.843.318-1.144.2-.3.462-.492.708-.616a2.343 2.343 0 0 1 .94-.24H8Z"
|
|
32
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"
|
|
37
33
|
}));
|
|
38
34
|
};
|
|
39
35
|
export var icon = EuiIconQuestion;
|
|
@@ -27,9 +27,7 @@ var EuiIconSearch = function EuiIconSearch(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "M10.775 12.896a7 7 0 1 1 2.121-2.121l2.665 2.664a1.5 1.5 0 0 1-2.121 2.122l-2.665-2.665ZM13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Zm-1.416 5.29 2.563 2.564a.5.5 0 1 0 .707-.708l-2.563-2.562a7.045 7.045 0 0 1-.707.707Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSearch;
|
|
@@ -27,9 +27,7 @@ var EuiIconSortLeft = function EuiIconSortLeft(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "m.293 8 5.353-5.354.708.708L2.207 7.5H15v1H2.207l4.147 4.146-.708.708L.293 8Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M14 8.5H3.207l3.147 3.146-.708.707L1.293 8l4.353-4.354.708.708L3.207 7.5H14v1Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSortLeft;
|
|
@@ -27,9 +27,7 @@ var EuiIconSortRight = function EuiIconSortRight(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "m15.707 8-5.353 5.354-.708-.707L13.793 8.5H1v-1h12.793L9.646 3.354l.708-.708L15.707 8Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M2 7.5h10.793L9.646 4.354l.707-.708L14.707 8l-4.354 4.354-.707-.707L12.793 8.5H2v-1Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSortRight;
|
|
@@ -27,9 +27,7 @@ var EuiIconSortDown = function EuiIconSortDown(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "m8 15.707 5.354-5.354-.708-.707L8.5 13.793V1h-1v12.793L3.354 9.646l-.708.707L8 15.707Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M8.5 2v10.793l3.146-3.147.707.707L8 14.707l-4.354-4.354.708-.707L7.5 12.793V2h1Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSortDown;
|
|
@@ -27,9 +27,7 @@ var EuiIconSortUp = function EuiIconSortUp(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "m8 .293 5.354 5.353-.708.708L8.5 2.207V15h-1V2.207L3.354 6.354l-.708-.708L8 .293Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M8.5 14V3.207l3.146 3.147.707-.708L8 1.293 3.646 5.646l.708.708L7.5 3.207V14h1Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSortUp;
|
|
@@ -27,9 +27,7 @@ var EuiIconSortable = function EuiIconSortable(_ref) {
|
|
|
27
27
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
28
|
id: titleId
|
|
29
29
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "m8 .293 5.354 5.353-.708.708L8.5 2.207v11.586l4.146-4.147.707.708L8 15.707l-5.354-5.353.708-.708L7.5 13.793V2.207L3.354 6.354l-.708-.708L8 .293Z",
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "m12.354 5.646-.707.708L8.5 3.207v9.586l3.146-3.147.707.707L8 14.707l-4.354-4.354.708-.707L7.5 12.793V3.207L4.354 6.354l-.708-.708L8 1.293l4.354 4.353Z"
|
|
33
31
|
}));
|
|
34
32
|
};
|
|
35
33
|
export var icon = EuiIconSortable;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var _excluded = ["title", "titleId"];
|
|
2
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
5
|
+
/*
|
|
6
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
7
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
8
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
9
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
10
|
+
* Side Public License, v 1.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
14
|
+
|
|
15
|
+
import * as React from 'react';
|
|
16
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
17
|
+
var EuiIconStreamsClassic = function EuiIconStreamsClassic(_ref) {
|
|
18
|
+
var title = _ref.title,
|
|
19
|
+
titleId = _ref.titleId,
|
|
20
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return ___EmotionJSX("svg", _extends({
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: 16,
|
|
24
|
+
height: 16,
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M13.5 9a1.5 1.5 0 1 1-1.413 2H3.913a1.5 1.5 0 1 1 0-1h8.174A1.5 1.5 0 0 1 13.5 9Zm-11 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm11 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm0-6a1.5 1.5 0 1 1-1.413 2H3.913a1.5 1.5 0 1 1 0-1h8.174A1.5 1.5 0 0 1 13.5 4Zm-11 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm11 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
export var icon = EuiIconStreamsClassic;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
var _excluded = ["title", "titleId"];
|
|
2
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
5
|
+
/*
|
|
6
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
7
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
8
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
9
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
10
|
+
* Side Public License, v 1.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
14
|
+
|
|
15
|
+
import * as React from 'react';
|
|
16
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
17
|
+
var EuiIconStreamsWired = function EuiIconStreamsWired(_ref) {
|
|
18
|
+
var title = _ref.title,
|
|
19
|
+
titleId = _ref.titleId,
|
|
20
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return ___EmotionJSX("svg", _extends({
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: 16,
|
|
24
|
+
height: 16,
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M13.5 1a1.5 1.5 0 1 1-1.413 2H11.5A1.5 1.5 0 0 0 10 4.5v1c0 .564-.19 1.082-.504 1.5H9.5l-.048.06a2.58 2.58 0 0 1-.352.36c-.01.01-.021.017-.032.025a2.501 2.501 0 0 1-.142.108l-.043.03c-.055.036-.11.07-.168.103l-.047.024c-.057.03-.115.06-.175.085-.018.008-.036.014-.055.021A2.475 2.475 0 0 1 7.5 8h-.504c.315.418.504.936.504 1.5v1A1.5 1.5 0 0 0 9 12h3.087a1.5 1.5 0 1 1 0 1H9a2.5 2.5 0 0 1-2.5-2.5v-1A1.5 1.5 0 0 0 5 8H3.913a1.5 1.5 0 1 1 0-1H7.5A1.5 1.5 0 0 0 9 5.5v-1A2.5 2.5 0 0 1 11.5 2h.587A1.5 1.5 0 0 1 13.5 1Zm0 11a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-11-5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm11-5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}), ___EmotionJSX("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
d: "M13.5 6a1.5 1.5 0 1 1-1.413 2H9.948c.293-.287.536-.625.714-1h1.425A1.5 1.5 0 0 1 13.5 6Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
|
|
36
|
+
clipRule: "evenodd"
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
export var icon = EuiIconStreamsWired;
|
|
@@ -22,15 +22,12 @@ var EuiIconUnlink = function EuiIconUnlink(_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: "
|
|
32
|
-
}), ___EmotionJSX("path", {
|
|
33
|
-
d: "M7.892 3.43a.5.5 0 1 1-.574-.819L10 .734c1.376-.963 3.367-.422 4.465 1.146 1.098 1.569.926 3.625-.45 4.588L9.918 9.336c-1.375.963-3.366.422-4.464-1.146a.5.5 0 1 1 .819-.574c.802 1.146 2.185 1.522 3.072.9L13.44 5.65c.886-.621 1.006-2.05.204-3.195-.802-1.146-2.186-1.522-3.072-.9L7.892 3.43zM6 .5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0zM1.058 2.23l2.458 1.72a.5.5 0 0 1-.574.82L.484 3.05a.5.5 0 1 1 .574-.82zm12 7.093 2.457 1.72a.5.5 0 1 1-.573.82l-2.457-1.72a.5.5 0 1 1 .573-.82zm-2.099 1.181v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0z"
|
|
30
|
+
d: "m15.354 1.354-14 14-.708-.707 14-14 .707.707ZM7 15H6v-2.5h1V15Zm7.121-5.121A3 3 0 1 1 9.88 14.12l-2.234-2.23.708-.707 2.232 2.232a2 2 0 1 0 2.828-2.828l-2.232-2.232.707-.708L14.12 9.88ZM3 10H1V9h2v1ZM1.879 1.879a3 3 0 0 1 4.242 0L8.39 4.146l-.707.708-2.268-2.268a2 2 0 1 0-2.828 2.828l2.268 2.268-.708.707L1.88 6.12a3 3 0 0 1 0-4.242ZM15 7h-2V6h2v1Zm-5-4H9V1h1v2Z"
|
|
34
31
|
}));
|
|
35
32
|
};
|
|
36
33
|
export var icon = EuiIconUnlink;
|
|
@@ -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", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "comment", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controls", "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", "export", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flask", "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", "info", "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", "question", "quote", "readOnly", "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", "thumbDown", "thumbUp", "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", "
|
|
260
|
+
type: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "backgroundTask", "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", "comment", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controls", "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", "export", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flask", "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", "info", "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", "question", "quote", "readOnly", "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", "streamsClassic", "streamsWired", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "thumbDown", "thumbUp", "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", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workflowsApp", "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.
|
|
@@ -12,6 +12,8 @@ export var typeToPathMap = {
|
|
|
12
12
|
advancedSettingsApp: 'app_advanced_settings',
|
|
13
13
|
agentApp: 'app_fleet',
|
|
14
14
|
aggregate: 'aggregate',
|
|
15
|
+
alert: 'warning',
|
|
16
|
+
// NOTE: To be deprecated in favor of `warning`
|
|
15
17
|
analyzeEvent: 'analyzeEvent',
|
|
16
18
|
annotation: 'annotation',
|
|
17
19
|
anomalyChart: 'anomaly_chart',
|
|
@@ -30,13 +32,15 @@ export var typeToPathMap = {
|
|
|
30
32
|
asterisk: 'asterisk',
|
|
31
33
|
at: 'at',
|
|
32
34
|
auditbeatApp: 'app_auditbeat',
|
|
35
|
+
backgroundTask: 'background_task',
|
|
33
36
|
beaker: 'flask',
|
|
34
37
|
// NOTE: To be deprecated in favor of `flask`
|
|
35
38
|
bell: 'bell',
|
|
36
39
|
bellSlash: 'bellSlash',
|
|
37
40
|
beta: 'beta',
|
|
38
41
|
bolt: 'bolt',
|
|
39
|
-
boxesHorizontal: '
|
|
42
|
+
boxesHorizontal: 'boxes_vertical',
|
|
43
|
+
// NOTE: To be deprecated in favor of `boxes_vertical`
|
|
40
44
|
boxesVertical: 'boxes_vertical',
|
|
41
45
|
branch: 'branch',
|
|
42
46
|
branchUser: 'branchUser',
|
|
@@ -50,7 +54,8 @@ export var typeToPathMap = {
|
|
|
50
54
|
changePointDetection: 'change_point_detection',
|
|
51
55
|
check: 'check',
|
|
52
56
|
checkCircle: 'checkCircle',
|
|
53
|
-
checkInCircleFilled: '
|
|
57
|
+
checkInCircleFilled: 'checkCircle',
|
|
58
|
+
// NOTE: To be deprecated in favor of `checkCircle`
|
|
54
59
|
cheer: 'cheer',
|
|
55
60
|
classificationJob: 'ml_classification_job',
|
|
56
61
|
clickLeft: 'clickLeft',
|
|
@@ -81,7 +86,8 @@ export var typeToPathMap = {
|
|
|
81
86
|
controlsVertical: 'controls',
|
|
82
87
|
// NOTE: To be deprecated in favor of `controls`
|
|
83
88
|
copy: 'copy',
|
|
84
|
-
copyClipboard: '
|
|
89
|
+
copyClipboard: 'copy',
|
|
90
|
+
// NOTE: To be deprecated in favor of `copy`
|
|
85
91
|
createAdvancedJob: 'ml_create_advanced_job',
|
|
86
92
|
createGenericJob: 'ml_create_generic_job',
|
|
87
93
|
createGeoJob: 'ml_create_geo_job',
|
|
@@ -104,7 +110,8 @@ export var typeToPathMap = {
|
|
|
104
110
|
discuss: 'comment',
|
|
105
111
|
// NOTE: To be deprecated in favor of `comment`
|
|
106
112
|
document: 'document',
|
|
107
|
-
documentEdit: '
|
|
113
|
+
documentEdit: 'pencil',
|
|
114
|
+
// NOTE: To be deprecated in favor of `pencil`
|
|
108
115
|
documentation: 'documentation',
|
|
109
116
|
documents: 'documents',
|
|
110
117
|
dot: 'dot',
|
|
@@ -131,7 +138,8 @@ export var typeToPathMap = {
|
|
|
131
138
|
editorItemAlignMiddle: 'editorItemAlignMiddle',
|
|
132
139
|
editorItemAlignRight: 'editorItemAlignRight',
|
|
133
140
|
editorItemAlignTop: 'editorItemAlignTop',
|
|
134
|
-
editorLink: '
|
|
141
|
+
editorLink: 'link',
|
|
142
|
+
// NOTE: To be deprecated in favor of `link`
|
|
135
143
|
editorOrderedList: 'editor_ordered_list',
|
|
136
144
|
editorPositionBottomLeft: 'editorPositionBottomLeft',
|
|
137
145
|
editorPositionBottomRight: 'editorPositionBottomRight',
|
|
@@ -139,10 +147,12 @@ export var typeToPathMap = {
|
|
|
139
147
|
editorPositionTopRight: 'editorPositionTopRight',
|
|
140
148
|
editorRedo: 'editor_redo',
|
|
141
149
|
editorStrike: 'editor_strike',
|
|
142
|
-
editorTable: '
|
|
150
|
+
editorTable: 'vis_table',
|
|
151
|
+
// NOTE: To be deprecated in favor of `vis_table`
|
|
143
152
|
editorUnderline: 'editor_underline',
|
|
144
153
|
editorUndo: 'editor_undo',
|
|
145
|
-
editorUnorderedList: '
|
|
154
|
+
editorUnorderedList: 'list',
|
|
155
|
+
// NOTE: To be deprecated in favor of `list`
|
|
146
156
|
email: 'email',
|
|
147
157
|
empty: 'empty',
|
|
148
158
|
emsApp: 'app_ems',
|
|
@@ -150,11 +160,13 @@ export var typeToPathMap = {
|
|
|
150
160
|
eql: 'eql',
|
|
151
161
|
eraser: 'eraser',
|
|
152
162
|
error: 'error',
|
|
153
|
-
errorFilled: '
|
|
163
|
+
errorFilled: 'error',
|
|
164
|
+
// NOTE: To be deprecated in favor of `error`
|
|
154
165
|
esqlVis: 'esqlVis',
|
|
155
166
|
exit: 'exit',
|
|
156
167
|
expand: 'expand',
|
|
157
|
-
expandMini: '
|
|
168
|
+
expandMini: 'expand',
|
|
169
|
+
// NOTE: To be deprecated in favor of `expand`
|
|
158
170
|
export: 'export',
|
|
159
171
|
exportAction: 'export',
|
|
160
172
|
// NOTE: To be deprecated in favor of `export`
|
|
@@ -169,7 +181,8 @@ export var typeToPathMap = {
|
|
|
169
181
|
filterExclude: 'filterExclude',
|
|
170
182
|
filterIgnore: 'filterIgnore',
|
|
171
183
|
filterInclude: 'filterInclude',
|
|
172
|
-
filterInCircle: '
|
|
184
|
+
filterInCircle: 'filter',
|
|
185
|
+
// NOTE: To be deprecated in favor of `filter`
|
|
173
186
|
flask: 'flask',
|
|
174
187
|
flag: 'flag',
|
|
175
188
|
fleetApp: 'app_agent',
|
|
@@ -233,13 +246,15 @@ export var typeToPathMap = {
|
|
|
233
246
|
launch: 'launch',
|
|
234
247
|
layers: 'layers',
|
|
235
248
|
lensApp: 'app_lens',
|
|
236
|
-
lettering: '
|
|
249
|
+
lettering: 'vis_text',
|
|
250
|
+
// NOTE: To be deprecated in favor of `vis_text`
|
|
237
251
|
lineDashed: 'lineDashed',
|
|
238
252
|
lineDotted: 'lineDotted',
|
|
239
253
|
lineSolid: 'lineSolid',
|
|
240
254
|
link: 'link',
|
|
241
255
|
list: 'list',
|
|
242
|
-
listAdd: '
|
|
256
|
+
listAdd: 'plus_in_circle',
|
|
257
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
243
258
|
lock: 'lock',
|
|
244
259
|
lockOpen: 'lockOpen',
|
|
245
260
|
logPatternAnalysis: 'log_pattern_analysis',
|
|
@@ -327,7 +342,8 @@ export var typeToPathMap = {
|
|
|
327
342
|
minimize: 'minimize',
|
|
328
343
|
minus: 'minus',
|
|
329
344
|
minusInCircle: 'minus_in_circle',
|
|
330
|
-
minusInCircleFilled: '
|
|
345
|
+
minusInCircleFilled: 'minus_in_circle',
|
|
346
|
+
// NOTE: To be deprecated in favor of `minus_in_circle`
|
|
331
347
|
minusInSquare: 'minus_in_square',
|
|
332
348
|
mobile: 'mobile',
|
|
333
349
|
monitoringApp: 'app_monitoring',
|
|
@@ -335,7 +351,8 @@ export var typeToPathMap = {
|
|
|
335
351
|
move: 'move',
|
|
336
352
|
namespace: 'namespace',
|
|
337
353
|
nested: 'nested',
|
|
338
|
-
newChat: '
|
|
354
|
+
newChat: 'plus_in_circle',
|
|
355
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
339
356
|
node: 'node',
|
|
340
357
|
notebookApp: 'app_notebook',
|
|
341
358
|
number: 'number',
|
|
@@ -360,11 +377,13 @@ export var typeToPathMap = {
|
|
|
360
377
|
pipeNoBreaks: 'pipeNoBreaks',
|
|
361
378
|
pivot: 'pivot',
|
|
362
379
|
play: 'play',
|
|
363
|
-
playFilled: '
|
|
380
|
+
playFilled: 'play',
|
|
381
|
+
// NOTE: To be deprecated in favor of `play`
|
|
364
382
|
plugs: 'plugs',
|
|
365
383
|
plus: 'plus',
|
|
366
384
|
plusInCircle: 'plus_in_circle',
|
|
367
|
-
plusInCircleFilled: '
|
|
385
|
+
plusInCircleFilled: 'plus_in_circle',
|
|
386
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
368
387
|
plusInSquare: 'plus_in_square',
|
|
369
388
|
popout: 'popout',
|
|
370
389
|
push: 'push',
|
|
@@ -417,15 +436,19 @@ export var typeToPathMap = {
|
|
|
417
436
|
stopFilled: 'stop_filled',
|
|
418
437
|
stopSlash: 'stop_slash',
|
|
419
438
|
storage: 'storage',
|
|
439
|
+
streamsClassic: 'streams_classic',
|
|
440
|
+
streamsWired: 'streams_wired',
|
|
420
441
|
string: 'string',
|
|
421
|
-
submodule: '
|
|
442
|
+
submodule: 'merge',
|
|
443
|
+
// NOTE: To be deprecated in favor of `merge`
|
|
422
444
|
sun: 'sun',
|
|
423
445
|
swatchInput: 'swatch_input',
|
|
424
446
|
// Undocumented on purpose. Has an extra stroke for EuiColorPicker
|
|
425
447
|
symlink: 'symlink',
|
|
426
448
|
tableDensityCompact: 'table_density_compact',
|
|
427
449
|
tableDensityExpanded: 'table_density_expanded',
|
|
428
|
-
tableDensityNormal: '
|
|
450
|
+
tableDensityNormal: 'vis_table',
|
|
451
|
+
// NOTE: To be deprecated in favor of `vis_table`
|
|
429
452
|
tableOfContents: 'tableOfContents',
|
|
430
453
|
tag: 'tag',
|
|
431
454
|
tear: 'tear',
|
|
@@ -477,13 +500,13 @@ export var typeToPathMap = {
|
|
|
477
500
|
visualizeApp: 'app_visualize',
|
|
478
501
|
vulnerabilityManagementApp: 'app_vulnerability_management',
|
|
479
502
|
warning: 'warning',
|
|
480
|
-
warningFilled: '
|
|
481
|
-
|
|
482
|
-
// NOTE: This is an undocumented alias for `warning`, added for legacy compatability with Elastic Charts
|
|
503
|
+
warningFilled: 'warning',
|
|
504
|
+
// NOTE: To be deprecated in favor of `export`
|
|
483
505
|
watchesApp: 'app_watches',
|
|
484
506
|
web: 'web',
|
|
485
507
|
wordWrap: 'wordWrap',
|
|
486
508
|
wordWrapDisabled: 'wordWrapDisabled',
|
|
509
|
+
workflowsApp: 'app_workflows',
|
|
487
510
|
workplaceSearchApp: 'app_workplace_search',
|
|
488
511
|
wrench: 'wrench',
|
|
489
512
|
// Token Icon Imports
|