@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
|
@@ -34,9 +34,13 @@ var EuiIconIndexTemporary = function EuiIconIndexTemporary(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M12 11h2v1h-3V9h1v2Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
d: "M11.
|
|
39
|
+
d: "M11.5 7a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm0 1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z"
|
|
40
|
+
}), (0, _react2.jsx)("path", {
|
|
41
|
+
d: "M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
d: "M5 13H3v-1h2v1Zm0-3H3V9h2v1Zm0-3H3V6h2v1Zm3 0H6V6h2v1Z"
|
|
40
44
|
}));
|
|
41
45
|
};
|
|
42
46
|
var icon = exports.icon = EuiIconIndexTemporary;
|
|
@@ -34,7 +34,11 @@ var EuiIconLink = function EuiIconLink(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
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"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
d: "m11.354 10.646-.707.707-6-6 .707-.707 6 6Z"
|
|
40
|
+
}), (0, _react2.jsx)("path", {
|
|
41
|
+
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"
|
|
38
42
|
}));
|
|
39
43
|
};
|
|
40
44
|
var icon = exports.icon = EuiIconLink;
|
|
@@ -34,7 +34,7 @@ var EuiIconList = function EuiIconList(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M4 13H1v-1h3v1Zm11 0H6v-1h9v1ZM4 8.5H1v-1h3v1Zm11 0H6v-1h9v1ZM4 4H1V3h3v1Zm11 0H6V3h9v1Z"
|
|
38
38
|
}));
|
|
39
39
|
};
|
|
40
40
|
var icon = exports.icon = EuiIconList;
|
|
@@ -34,11 +34,9 @@ var EuiIconMagnifyWithExclamation = function EuiIconMagnifyWithExclamation(_ref)
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "M6.5
|
|
37
|
+
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"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
|
|
40
|
-
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",
|
|
41
|
-
clipRule: "evenodd"
|
|
39
|
+
d: "M7 4v3H6V4h1Zm0 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
42
40
|
}));
|
|
43
41
|
};
|
|
44
42
|
var icon = exports.icon = EuiIconMagnifyWithExclamation;
|
|
@@ -34,11 +34,9 @@ var EuiIconMagnifyWithMinus = function EuiIconMagnifyWithMinus(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M9 7H4V6h5v1Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
|
|
40
|
-
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",
|
|
41
|
-
clipRule: "evenodd"
|
|
39
|
+
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"
|
|
42
40
|
}));
|
|
43
41
|
};
|
|
44
42
|
var icon = exports.icon = EuiIconMagnifyWithMinus;
|
|
@@ -34,11 +34,9 @@ var EuiIconMagnifyWithPlus = function EuiIconMagnifyWithPlus(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M7 6h2v1H7v2H6V7H4V6h2V4h1v2Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
|
|
40
|
-
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",
|
|
41
|
-
clipRule: "evenodd"
|
|
39
|
+
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"
|
|
42
40
|
}));
|
|
43
41
|
};
|
|
44
42
|
var icon = exports.icon = EuiIconMagnifyWithPlus;
|
|
@@ -33,12 +33,8 @@ var EuiIconMinus = function EuiIconMinus(_ref) {
|
|
|
33
33
|
"aria-labelledby": titleId
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
|
-
}, title) : null, (0, _react2.jsx)("
|
|
37
|
-
|
|
38
|
-
height: 1.5,
|
|
39
|
-
x: 3,
|
|
40
|
-
y: 7.25,
|
|
41
|
-
rx: 0.5
|
|
36
|
+
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
+
d: "M14 8.5H2v-1h12v1Z"
|
|
42
38
|
}));
|
|
43
39
|
};
|
|
44
40
|
var icon = exports.icon = EuiIconMinus;
|
|
@@ -35,12 +35,9 @@ var EuiIconMinusInCircle = function EuiIconMinusInCircle(_ref) {
|
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
37
|
fillRule: "evenodd",
|
|
38
|
-
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"
|
|
39
|
-
clipRule: "evenodd"
|
|
38
|
+
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"
|
|
40
39
|
}), (0, _react2.jsx)("path", {
|
|
41
|
-
|
|
42
|
-
d: "M12 8.5H4v-1h8v1Z",
|
|
43
|
-
clipRule: "evenodd"
|
|
40
|
+
d: "M12 8.5H4v-1h8v1Z"
|
|
44
41
|
}));
|
|
45
42
|
};
|
|
46
43
|
var icon = exports.icon = EuiIconMinusInCircle;
|
|
@@ -34,11 +34,7 @@ var EuiIconPencil = function EuiIconPencil(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
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",
|
|
39
|
-
clipRule: "evenodd"
|
|
40
|
-
}), (0, _react2.jsx)("path", {
|
|
41
|
-
d: "M2 15h7v-1H2v1Zm10 0h-2v-1h2v1Zm1 0h1v-1h-1v1Z"
|
|
37
|
+
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"
|
|
42
38
|
}));
|
|
43
39
|
};
|
|
44
40
|
var icon = exports.icon = EuiIconPencil;
|
|
@@ -34,8 +34,7 @@ var EuiIconPin = function EuiIconPin(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
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"
|
|
37
|
+
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"
|
|
39
38
|
}));
|
|
40
39
|
};
|
|
41
40
|
var icon = exports.icon = EuiIconPin;
|
|
@@ -34,7 +34,7 @@ var EuiIconPinFilled = function EuiIconPinFilled(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "M9
|
|
37
|
+
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"
|
|
38
38
|
}));
|
|
39
39
|
};
|
|
40
40
|
var icon = exports.icon = EuiIconPinFilled;
|
|
@@ -34,7 +34,7 @@ var EuiIconPlus = function EuiIconPlus(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M7.5 7.5V2h1v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5Z"
|
|
38
38
|
}));
|
|
39
39
|
};
|
|
40
40
|
var icon = exports.icon = EuiIconPlus;
|
|
@@ -37,8 +37,7 @@ var EuiIconPlusInCircle = function EuiIconPlusInCircle(_ref) {
|
|
|
37
37
|
d: "M7.5 12V8.5H4v-1h3.5V4h1v3.5H12v1H8.5V12h-1Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
39
|
fillRule: "evenodd",
|
|
40
|
-
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"
|
|
41
|
-
clipRule: "evenodd"
|
|
40
|
+
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"
|
|
42
41
|
}));
|
|
43
42
|
};
|
|
44
43
|
var icon = exports.icon = EuiIconPlusInCircle;
|
|
@@ -34,13 +34,9 @@ var EuiIconQuestion = function EuiIconQuestion(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
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"
|
|
37
|
+
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"
|
|
39
38
|
}), (0, _react2.jsx)("path", {
|
|
40
|
-
d: "
|
|
41
|
-
}), (0, _react2.jsx)("path", {
|
|
42
|
-
fillRule: "evenodd",
|
|
43
|
-
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"
|
|
39
|
+
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"
|
|
44
40
|
}));
|
|
45
41
|
};
|
|
46
42
|
var icon = exports.icon = EuiIconQuestion;
|
|
@@ -34,9 +34,7 @@ var EuiIconSearch = function EuiIconSearch(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
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",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
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"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSearch;
|
|
@@ -34,9 +34,7 @@ var EuiIconSortLeft = function EuiIconSortLeft(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "m.293 8 5.353-5.354.708.708L2.207 7.5H15v1H2.207l4.147 4.146-.708.708L.293 8Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M14 8.5H3.207l3.147 3.146-.708.707L1.293 8l4.353-4.354.708.708L3.207 7.5H14v1Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSortLeft;
|
|
@@ -34,9 +34,7 @@ var EuiIconSortRight = function EuiIconSortRight(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "m15.707 8-5.353 5.354-.708-.707L13.793 8.5H1v-1h12.793L9.646 3.354l.708-.708L15.707 8Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M2 7.5h10.793L9.646 4.354l.707-.708L14.707 8l-4.354 4.354-.707-.707L12.793 8.5H2v-1Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSortRight;
|
|
@@ -34,9 +34,7 @@ var EuiIconSortDown = function EuiIconSortDown(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "m8 15.707 5.354-5.354-.708-.707L8.5 13.793V1h-1v12.793L3.354 9.646l-.708.707L8 15.707Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M8.5 2v10.793l3.146-3.147.707.707L8 14.707l-4.354-4.354.708-.707L7.5 12.793V2h1Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSortDown;
|
|
@@ -34,9 +34,7 @@ var EuiIconSortUp = function EuiIconSortUp(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "m8 .293 5.354 5.353-.708.708L8.5 2.207V15h-1V2.207L3.354 6.354l-.708-.708L8 .293Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M8.5 14V3.207l3.146 3.147.707-.708L8 1.293 3.646 5.646l.708.708L7.5 3.207V14h1Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSortUp;
|
|
@@ -34,9 +34,7 @@ var EuiIconSortable = function EuiIconSortable(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
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",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
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"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconSortable;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.icon = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _react2 = require("@emotion/react");
|
|
10
|
+
var _excluded = ["title", "titleId"];
|
|
11
|
+
/*
|
|
12
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
+
* Side Public License, v 1.
|
|
17
|
+
*/
|
|
18
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
20
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
|
+
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); }
|
|
22
|
+
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; }
|
|
23
|
+
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; }
|
|
24
|
+
var EuiIconStreamsClassic = function EuiIconStreamsClassic(_ref) {
|
|
25
|
+
var title = _ref.title,
|
|
26
|
+
titleId = _ref.titleId,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: 16,
|
|
31
|
+
height: 16,
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
"aria-labelledby": titleId
|
|
34
|
+
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
+
id: titleId
|
|
36
|
+
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
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",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}));
|
|
41
|
+
};
|
|
42
|
+
var icon = exports.icon = EuiIconStreamsClassic;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.icon = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _react2 = require("@emotion/react");
|
|
10
|
+
var _excluded = ["title", "titleId"];
|
|
11
|
+
/*
|
|
12
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
+
* Side Public License, v 1.
|
|
17
|
+
*/
|
|
18
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
20
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
|
+
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); }
|
|
22
|
+
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; }
|
|
23
|
+
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; }
|
|
24
|
+
var EuiIconStreamsWired = function EuiIconStreamsWired(_ref) {
|
|
25
|
+
var title = _ref.title,
|
|
26
|
+
titleId = _ref.titleId,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: 16,
|
|
31
|
+
height: 16,
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
"aria-labelledby": titleId
|
|
34
|
+
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
+
id: titleId
|
|
36
|
+
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
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",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}), (0, _react2.jsx)("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
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",
|
|
43
|
+
clipRule: "evenodd"
|
|
44
|
+
}));
|
|
45
|
+
};
|
|
46
|
+
var icon = exports.icon = EuiIconStreamsWired;
|
|
@@ -29,15 +29,12 @@ var EuiIconUnlink = function EuiIconUnlink(_ref) {
|
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
30
|
width: 16,
|
|
31
31
|
height: 16,
|
|
32
|
-
fill: "none",
|
|
33
32
|
viewBox: "0 0 16 16",
|
|
34
33
|
"aria-labelledby": titleId
|
|
35
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
36
35
|
id: titleId
|
|
37
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
38
|
-
d: "
|
|
39
|
-
}), (0, _react2.jsx)("path", {
|
|
40
|
-
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"
|
|
37
|
+
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"
|
|
41
38
|
}));
|
|
42
39
|
};
|
|
43
40
|
var icon = exports.icon = EuiIconUnlink;
|
|
@@ -275,7 +275,7 @@ EuiIconClass.propTypes = {
|
|
|
275
275
|
/**
|
|
276
276
|
* `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
|
|
277
277
|
*/
|
|
278
|
-
type: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "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", "
|
|
278
|
+
type: _propTypes.default.oneOfType([_propTypes.default.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.default.string.isRequired, _propTypes.default.elementType.isRequired]).isRequired,
|
|
279
279
|
/**
|
|
280
280
|
* One of EUI's color palette or a valid CSS color value https://developer.mozilla.org/en-US/docs/Web/CSS/color_value.
|
|
281
281
|
* Note that coloring only works if your SVG is removed of fill attributes.
|