@elastic/eui 106.6.0 → 107.0.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/dist/eui_theme_amsterdam_dark.json +36 -0
- package/dist/eui_theme_amsterdam_dark.json.d.ts +36 -0
- package/dist/eui_theme_amsterdam_light.json +36 -0
- package/dist/eui_theme_amsterdam_light.json.d.ts +36 -0
- package/dist/eui_theme_borealis_dark.json +36 -0
- package/dist/eui_theme_borealis_dark.json.d.ts +36 -0
- package/dist/eui_theme_borealis_light.json +37 -1
- package/dist/eui_theme_borealis_light.json.d.ts +36 -0
- 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/bottom_bar/bottom_bar.styles.js +4 -2
- 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_beta.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +3 -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/flyout/flyout.styles.js +18 -7
- 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.styles.js +3 -1
- 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/page_template/inner/page_inner.styles.js +3 -1
- package/es/components/pagination/pagination_button.js +1 -36
- package/es/components/panel/panel.styles.js +6 -6
- 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/es/global_styling/mixins/_shadow.js +14 -2
- package/es/themes/amsterdam/global_styling/variables/_shadows.js +439 -0
- package/es/themes/amsterdam/theme.js +4 -1
- package/es/themes/json/eui_theme_amsterdam_dark.json +36 -0
- package/es/themes/json/eui_theme_amsterdam_light.json +36 -0
- package/es/themes/json/eui_theme_borealis_dark.json +36 -0
- package/es/themes/json/eui_theme_borealis_light.json +37 -1
- package/eui.d.ts +262 -7
- 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/bottom_bar/bottom_bar.styles.js +4 -2
- 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_beta.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +3 -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/flyout/flyout.styles.js +18 -7
- 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.styles.js +3 -1
- 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/page_template/inner/page_inner.styles.js +3 -1
- package/lib/components/pagination/pagination_button.js +1 -36
- package/lib/components/panel/panel.styles.js +5 -5
- 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/lib/global_styling/mixins/_shadow.js +18 -1
- package/lib/themes/amsterdam/global_styling/variables/_shadows.js +442 -0
- package/lib/themes/amsterdam/theme.js +4 -1
- package/lib/themes/json/eui_theme_amsterdam_dark.json +36 -0
- package/lib/themes/json/eui_theme_amsterdam_light.json +36 -0
- package/lib/themes/json/eui_theme_borealis_dark.json +36 -0
- package/lib/themes/json/eui_theme_borealis_light.json +37 -1
- package/optimize/es/components/basic_table/in_memory_table.js +13 -0
- package/optimize/es/components/bottom_bar/bottom_bar.styles.js +4 -2
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.js +1 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +3 -1
- 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/flyout/flyout.styles.js +18 -7
- 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/header/header.styles.js +3 -1
- 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/page_template/inner/page_inner.styles.js +3 -1
- package/optimize/es/components/panel/panel.styles.js +6 -6
- package/optimize/es/components/progress/progress.styles.js +1 -1
- package/optimize/es/global_styling/mixins/_shadow.js +14 -2
- package/optimize/es/themes/amsterdam/global_styling/variables/_shadows.js +436 -0
- package/optimize/es/themes/amsterdam/theme.js +4 -1
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +36 -0
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +36 -0
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +36 -0
- package/optimize/es/themes/json/eui_theme_borealis_light.json +37 -1
- package/optimize/lib/components/basic_table/in_memory_table.js +13 -0
- package/optimize/lib/components/bottom_bar/bottom_bar.styles.js +4 -2
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.js +1 -1
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +3 -1
- 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/flyout/flyout.styles.js +18 -7
- 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/header/header.styles.js +3 -1
- 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/page_template/inner/page_inner.styles.js +3 -1
- package/optimize/lib/components/panel/panel.styles.js +5 -5
- package/optimize/lib/components/progress/progress.styles.js +1 -1
- package/optimize/lib/global_styling/mixins/_shadow.js +18 -1
- package/optimize/lib/themes/amsterdam/global_styling/variables/_shadows.js +440 -0
- package/optimize/lib/themes/amsterdam/theme.js +4 -1
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +36 -0
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +36 -0
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +36 -0
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +37 -1
- package/package.json +4 -4
- package/src/themes/amsterdam/global_styling/mixins/_index.scss +1 -1
- package/src/themes/amsterdam/global_styling/mixins/_shadow.scss +100 -0
- package/src/themes/amsterdam/global_styling/variables/_index.scss +1 -0
- package/src/themes/amsterdam/global_styling/variables/_shadows.scss +20 -0
- 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/bottom_bar/bottom_bar.styles.js +4 -2
- 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_beta.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +3 -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/flyout/flyout.styles.js +18 -7
- 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.styles.js +3 -1
- 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/page_template/inner/page_inner.styles.js +3 -1
- package/test-env/components/pagination/pagination_button.js +1 -36
- package/test-env/components/panel/panel.styles.js +5 -5
- 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
- package/test-env/global_styling/mixins/_shadow.js +18 -1
- package/test-env/themes/amsterdam/global_styling/variables/_shadows.js +440 -0
- package/test-env/themes/amsterdam/theme.js +4 -1
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +36 -0
- package/test-env/themes/json/eui_theme_amsterdam_light.json +36 -0
- package/test-env/themes/json/eui_theme_borealis_dark.json +36 -0
- package/test-env/themes/json/eui_theme_borealis_light.json +37 -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
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.icon = void 0;
|
|
9
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
|
+
var React = _interopRequireWildcard(require("react"));
|
|
12
|
+
var _react2 = require("@emotion/react");
|
|
13
|
+
var _excluded = ["title", "titleId"];
|
|
14
|
+
/*
|
|
15
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
16
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
17
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
18
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
19
|
+
* Side Public License, v 1.
|
|
20
|
+
*/
|
|
21
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
22
|
+
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); }
|
|
23
|
+
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; }
|
|
24
|
+
var EuiIconStreamsClassic = function EuiIconStreamsClassic(_ref) {
|
|
25
|
+
var title = _ref.title,
|
|
26
|
+
titleId = _ref.titleId,
|
|
27
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
28
|
+
return (0, _react2.jsx)("svg", (0, _extends2.default)({
|
|
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
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.icon = void 0;
|
|
9
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
|
+
var React = _interopRequireWildcard(require("react"));
|
|
12
|
+
var _react2 = require("@emotion/react");
|
|
13
|
+
var _excluded = ["title", "titleId"];
|
|
14
|
+
/*
|
|
15
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
16
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
17
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
18
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
19
|
+
* Side Public License, v 1.
|
|
20
|
+
*/
|
|
21
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
22
|
+
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); }
|
|
23
|
+
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; }
|
|
24
|
+
var EuiIconStreamsWired = function EuiIconStreamsWired(_ref) {
|
|
25
|
+
var title = _ref.title,
|
|
26
|
+
titleId = _ref.titleId,
|
|
27
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
28
|
+
return (0, _react2.jsx)("svg", (0, _extends2.default)({
|
|
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;
|
|
@@ -18,6 +18,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
18
18
|
advancedSettingsApp: 'app_advanced_settings',
|
|
19
19
|
agentApp: 'app_fleet',
|
|
20
20
|
aggregate: 'aggregate',
|
|
21
|
+
alert: 'warning',
|
|
22
|
+
// NOTE: To be deprecated in favor of `warning`
|
|
21
23
|
analyzeEvent: 'analyzeEvent',
|
|
22
24
|
annotation: 'annotation',
|
|
23
25
|
anomalyChart: 'anomaly_chart',
|
|
@@ -36,13 +38,15 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
36
38
|
asterisk: 'asterisk',
|
|
37
39
|
at: 'at',
|
|
38
40
|
auditbeatApp: 'app_auditbeat',
|
|
41
|
+
backgroundTask: 'background_task',
|
|
39
42
|
beaker: 'flask',
|
|
40
43
|
// NOTE: To be deprecated in favor of `flask`
|
|
41
44
|
bell: 'bell',
|
|
42
45
|
bellSlash: 'bellSlash',
|
|
43
46
|
beta: 'beta',
|
|
44
47
|
bolt: 'bolt',
|
|
45
|
-
boxesHorizontal: '
|
|
48
|
+
boxesHorizontal: 'boxes_vertical',
|
|
49
|
+
// NOTE: To be deprecated in favor of `boxes_vertical`
|
|
46
50
|
boxesVertical: 'boxes_vertical',
|
|
47
51
|
branch: 'branch',
|
|
48
52
|
branchUser: 'branchUser',
|
|
@@ -56,7 +60,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
56
60
|
changePointDetection: 'change_point_detection',
|
|
57
61
|
check: 'check',
|
|
58
62
|
checkCircle: 'checkCircle',
|
|
59
|
-
checkInCircleFilled: '
|
|
63
|
+
checkInCircleFilled: 'checkCircle',
|
|
64
|
+
// NOTE: To be deprecated in favor of `checkCircle`
|
|
60
65
|
cheer: 'cheer',
|
|
61
66
|
classificationJob: 'ml_classification_job',
|
|
62
67
|
clickLeft: 'clickLeft',
|
|
@@ -87,7 +92,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
87
92
|
controlsVertical: 'controls',
|
|
88
93
|
// NOTE: To be deprecated in favor of `controls`
|
|
89
94
|
copy: 'copy',
|
|
90
|
-
copyClipboard: '
|
|
95
|
+
copyClipboard: 'copy',
|
|
96
|
+
// NOTE: To be deprecated in favor of `copy`
|
|
91
97
|
createAdvancedJob: 'ml_create_advanced_job',
|
|
92
98
|
createGenericJob: 'ml_create_generic_job',
|
|
93
99
|
createGeoJob: 'ml_create_geo_job',
|
|
@@ -110,7 +116,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
110
116
|
discuss: 'comment',
|
|
111
117
|
// NOTE: To be deprecated in favor of `comment`
|
|
112
118
|
document: 'document',
|
|
113
|
-
documentEdit: '
|
|
119
|
+
documentEdit: 'pencil',
|
|
120
|
+
// NOTE: To be deprecated in favor of `pencil`
|
|
114
121
|
documentation: 'documentation',
|
|
115
122
|
documents: 'documents',
|
|
116
123
|
dot: 'dot',
|
|
@@ -137,7 +144,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
137
144
|
editorItemAlignMiddle: 'editorItemAlignMiddle',
|
|
138
145
|
editorItemAlignRight: 'editorItemAlignRight',
|
|
139
146
|
editorItemAlignTop: 'editorItemAlignTop',
|
|
140
|
-
editorLink: '
|
|
147
|
+
editorLink: 'link',
|
|
148
|
+
// NOTE: To be deprecated in favor of `link`
|
|
141
149
|
editorOrderedList: 'editor_ordered_list',
|
|
142
150
|
editorPositionBottomLeft: 'editorPositionBottomLeft',
|
|
143
151
|
editorPositionBottomRight: 'editorPositionBottomRight',
|
|
@@ -145,10 +153,12 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
145
153
|
editorPositionTopRight: 'editorPositionTopRight',
|
|
146
154
|
editorRedo: 'editor_redo',
|
|
147
155
|
editorStrike: 'editor_strike',
|
|
148
|
-
editorTable: '
|
|
156
|
+
editorTable: 'vis_table',
|
|
157
|
+
// NOTE: To be deprecated in favor of `vis_table`
|
|
149
158
|
editorUnderline: 'editor_underline',
|
|
150
159
|
editorUndo: 'editor_undo',
|
|
151
|
-
editorUnorderedList: '
|
|
160
|
+
editorUnorderedList: 'list',
|
|
161
|
+
// NOTE: To be deprecated in favor of `list`
|
|
152
162
|
email: 'email',
|
|
153
163
|
empty: 'empty',
|
|
154
164
|
emsApp: 'app_ems',
|
|
@@ -156,11 +166,13 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
156
166
|
eql: 'eql',
|
|
157
167
|
eraser: 'eraser',
|
|
158
168
|
error: 'error',
|
|
159
|
-
errorFilled: '
|
|
169
|
+
errorFilled: 'error',
|
|
170
|
+
// NOTE: To be deprecated in favor of `error`
|
|
160
171
|
esqlVis: 'esqlVis',
|
|
161
172
|
exit: 'exit',
|
|
162
173
|
expand: 'expand',
|
|
163
|
-
expandMini: '
|
|
174
|
+
expandMini: 'expand',
|
|
175
|
+
// NOTE: To be deprecated in favor of `expand`
|
|
164
176
|
export: 'export',
|
|
165
177
|
exportAction: 'export',
|
|
166
178
|
// NOTE: To be deprecated in favor of `export`
|
|
@@ -175,7 +187,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
175
187
|
filterExclude: 'filterExclude',
|
|
176
188
|
filterIgnore: 'filterIgnore',
|
|
177
189
|
filterInclude: 'filterInclude',
|
|
178
|
-
filterInCircle: '
|
|
190
|
+
filterInCircle: 'filter',
|
|
191
|
+
// NOTE: To be deprecated in favor of `filter`
|
|
179
192
|
flask: 'flask',
|
|
180
193
|
flag: 'flag',
|
|
181
194
|
fleetApp: 'app_agent',
|
|
@@ -239,13 +252,15 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
239
252
|
launch: 'launch',
|
|
240
253
|
layers: 'layers',
|
|
241
254
|
lensApp: 'app_lens',
|
|
242
|
-
lettering: '
|
|
255
|
+
lettering: 'vis_text',
|
|
256
|
+
// NOTE: To be deprecated in favor of `vis_text`
|
|
243
257
|
lineDashed: 'lineDashed',
|
|
244
258
|
lineDotted: 'lineDotted',
|
|
245
259
|
lineSolid: 'lineSolid',
|
|
246
260
|
link: 'link',
|
|
247
261
|
list: 'list',
|
|
248
|
-
listAdd: '
|
|
262
|
+
listAdd: 'plus_in_circle',
|
|
263
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
249
264
|
lock: 'lock',
|
|
250
265
|
lockOpen: 'lockOpen',
|
|
251
266
|
logPatternAnalysis: 'log_pattern_analysis',
|
|
@@ -333,7 +348,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
333
348
|
minimize: 'minimize',
|
|
334
349
|
minus: 'minus',
|
|
335
350
|
minusInCircle: 'minus_in_circle',
|
|
336
|
-
minusInCircleFilled: '
|
|
351
|
+
minusInCircleFilled: 'minus_in_circle',
|
|
352
|
+
// NOTE: To be deprecated in favor of `minus_in_circle`
|
|
337
353
|
minusInSquare: 'minus_in_square',
|
|
338
354
|
mobile: 'mobile',
|
|
339
355
|
monitoringApp: 'app_monitoring',
|
|
@@ -341,7 +357,8 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
341
357
|
move: 'move',
|
|
342
358
|
namespace: 'namespace',
|
|
343
359
|
nested: 'nested',
|
|
344
|
-
newChat: '
|
|
360
|
+
newChat: 'plus_in_circle',
|
|
361
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
345
362
|
node: 'node',
|
|
346
363
|
notebookApp: 'app_notebook',
|
|
347
364
|
number: 'number',
|
|
@@ -366,11 +383,13 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
366
383
|
pipeNoBreaks: 'pipeNoBreaks',
|
|
367
384
|
pivot: 'pivot',
|
|
368
385
|
play: 'play',
|
|
369
|
-
playFilled: '
|
|
386
|
+
playFilled: 'play',
|
|
387
|
+
// NOTE: To be deprecated in favor of `play`
|
|
370
388
|
plugs: 'plugs',
|
|
371
389
|
plus: 'plus',
|
|
372
390
|
plusInCircle: 'plus_in_circle',
|
|
373
|
-
plusInCircleFilled: '
|
|
391
|
+
plusInCircleFilled: 'plus_in_circle',
|
|
392
|
+
// NOTE: To be deprecated in favor of `plus_in_circle`
|
|
374
393
|
plusInSquare: 'plus_in_square',
|
|
375
394
|
popout: 'popout',
|
|
376
395
|
push: 'push',
|
|
@@ -423,15 +442,19 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
423
442
|
stopFilled: 'stop_filled',
|
|
424
443
|
stopSlash: 'stop_slash',
|
|
425
444
|
storage: 'storage',
|
|
445
|
+
streamsClassic: 'streams_classic',
|
|
446
|
+
streamsWired: 'streams_wired',
|
|
426
447
|
string: 'string',
|
|
427
|
-
submodule: '
|
|
448
|
+
submodule: 'merge',
|
|
449
|
+
// NOTE: To be deprecated in favor of `merge`
|
|
428
450
|
sun: 'sun',
|
|
429
451
|
swatchInput: 'swatch_input',
|
|
430
452
|
// Undocumented on purpose. Has an extra stroke for EuiColorPicker
|
|
431
453
|
symlink: 'symlink',
|
|
432
454
|
tableDensityCompact: 'table_density_compact',
|
|
433
455
|
tableDensityExpanded: 'table_density_expanded',
|
|
434
|
-
tableDensityNormal: '
|
|
456
|
+
tableDensityNormal: 'vis_table',
|
|
457
|
+
// NOTE: To be deprecated in favor of `vis_table`
|
|
435
458
|
tableOfContents: 'tableOfContents',
|
|
436
459
|
tag: 'tag',
|
|
437
460
|
tear: 'tear',
|
|
@@ -483,13 +506,13 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
483
506
|
visualizeApp: 'app_visualize',
|
|
484
507
|
vulnerabilityManagementApp: 'app_vulnerability_management',
|
|
485
508
|
warning: 'warning',
|
|
486
|
-
warningFilled: '
|
|
487
|
-
|
|
488
|
-
// NOTE: This is an undocumented alias for `warning`, added for legacy compatability with Elastic Charts
|
|
509
|
+
warningFilled: 'warning',
|
|
510
|
+
// NOTE: To be deprecated in favor of `export`
|
|
489
511
|
watchesApp: 'app_watches',
|
|
490
512
|
web: 'web',
|
|
491
513
|
wordWrap: 'wordWrap',
|
|
492
514
|
wordWrapDisabled: 'wordWrapDisabled',
|
|
515
|
+
workflowsApp: 'app_workflows',
|
|
493
516
|
workplaceSearchApp: 'app_workplace_search',
|
|
494
517
|
wrench: 'wrench',
|
|
495
518
|
// Token Icon Imports
|