@elastic/eui 106.6.0 → 106.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +17 -4
- package/es/components/button/button.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +2 -2
- package/es/components/card/card_select/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_selector.js +32 -3
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +10 -6
- package/es/components/date_picker/date_picker_range.js +11 -4
- package/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/es/components/date_picker/react-datepicker/src/index.js +24 -8
- package/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form.styles.js +7 -2
- package/es/components/form/form_control_button/form_control_button.js +156 -0
- package/es/components/form/form_control_button/form_control_button.styles.js +34 -0
- package/es/components/form/form_control_button/index.js +9 -0
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/index.js +1 -0
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -36
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -36
- package/es/components/icon/assets/app_workflows.js +35 -0
- package/es/components/icon/assets/background_task.js +33 -0
- package/es/components/icon/assets/boxes_vertical.js +1 -1
- package/es/components/icon/assets/documentation.js +2 -4
- package/es/components/icon/assets/error.js +2 -3
- package/es/components/icon/assets/export.js +1 -1
- package/es/components/icon/assets/filter.js +1 -1
- package/es/components/icon/assets/filterExclude.js +1 -6
- package/es/components/icon/assets/filterIgnore.js +1 -1
- package/es/components/icon/assets/filterInclude.js +1 -1
- package/es/components/icon/assets/grab.js +1 -2
- package/es/components/icon/assets/grabOmnidirectional.js +1 -1
- package/es/components/icon/assets/grab_horizontal.js +1 -2
- package/es/components/icon/assets/import.js +1 -1
- package/es/components/icon/assets/indexTemporary.js +6 -2
- package/es/components/icon/assets/link.js +5 -1
- package/es/components/icon/assets/list.js +1 -1
- package/es/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/es/components/icon/assets/magnifyWithMinus.js +2 -4
- package/es/components/icon/assets/magnifyWithPlus.js +2 -4
- package/es/components/icon/assets/minus.js +2 -6
- package/es/components/icon/assets/minus_in_circle.js +2 -5
- package/es/components/icon/assets/pencil.js +1 -5
- package/es/components/icon/assets/pin.js +1 -2
- package/es/components/icon/assets/pin_filled.js +1 -1
- package/es/components/icon/assets/plus.js +1 -1
- package/es/components/icon/assets/plus_in_circle.js +1 -2
- package/es/components/icon/assets/question.js +2 -6
- package/es/components/icon/assets/search.js +1 -3
- package/es/components/icon/assets/sortLeft.js +1 -3
- package/es/components/icon/assets/sortRight.js +1 -3
- package/es/components/icon/assets/sort_down.js +1 -3
- package/es/components/icon/assets/sort_up.js +1 -3
- package/es/components/icon/assets/sortable.js +1 -3
- package/es/components/icon/assets/streams_classic.js +35 -0
- package/es/components/icon/assets/streams_wired.js +39 -0
- package/es/components/icon/assets/unlink.js +1 -4
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +44 -21
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -36
- package/es/components/progress/progress.styles.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +104 -4
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +17 -4
- package/lib/components/button/button.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +2 -2
- package/lib/components/card/card_select/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_selector.js +32 -3
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +10 -6
- package/lib/components/date_picker/date_picker_range.js +11 -4
- package/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/lib/components/date_picker/react-datepicker/src/index.js +24 -8
- package/lib/components/date_picker/super_date_picker/super_date_picker.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form.styles.js +8 -3
- package/lib/components/form/form_control_button/form_control_button.js +164 -0
- package/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/lib/components/form/form_control_button/index.js +12 -0
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/index.js +11 -0
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -36
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -36
- package/lib/components/icon/assets/app_workflows.js +42 -0
- package/lib/components/icon/assets/background_task.js +40 -0
- package/lib/components/icon/assets/boxes_vertical.js +1 -1
- package/lib/components/icon/assets/documentation.js +2 -4
- package/lib/components/icon/assets/error.js +2 -3
- package/lib/components/icon/assets/export.js +1 -1
- package/lib/components/icon/assets/filter.js +1 -1
- package/lib/components/icon/assets/filterExclude.js +1 -6
- package/lib/components/icon/assets/filterIgnore.js +1 -1
- package/lib/components/icon/assets/filterInclude.js +1 -1
- package/lib/components/icon/assets/grab.js +1 -2
- package/lib/components/icon/assets/grabOmnidirectional.js +1 -1
- package/lib/components/icon/assets/grab_horizontal.js +1 -2
- package/lib/components/icon/assets/import.js +1 -1
- package/lib/components/icon/assets/indexTemporary.js +6 -2
- package/lib/components/icon/assets/link.js +5 -1
- package/lib/components/icon/assets/list.js +1 -1
- package/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/lib/components/icon/assets/magnifyWithMinus.js +2 -4
- package/lib/components/icon/assets/magnifyWithPlus.js +2 -4
- package/lib/components/icon/assets/minus.js +2 -6
- package/lib/components/icon/assets/minus_in_circle.js +2 -5
- package/lib/components/icon/assets/pencil.js +1 -5
- package/lib/components/icon/assets/pin.js +1 -2
- package/lib/components/icon/assets/pin_filled.js +1 -1
- package/lib/components/icon/assets/plus.js +1 -1
- package/lib/components/icon/assets/plus_in_circle.js +1 -2
- package/lib/components/icon/assets/question.js +2 -6
- package/lib/components/icon/assets/search.js +1 -3
- package/lib/components/icon/assets/sortLeft.js +1 -3
- package/lib/components/icon/assets/sortRight.js +1 -3
- package/lib/components/icon/assets/sort_down.js +1 -3
- package/lib/components/icon/assets/sort_up.js +1 -3
- package/lib/components/icon/assets/sortable.js +1 -3
- package/lib/components/icon/assets/streams_classic.js +42 -0
- package/lib/components/icon/assets/streams_wired.js +46 -0
- package/lib/components/icon/assets/unlink.js +1 -4
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +44 -21
- package/lib/components/icon/svgs/app_workflows.svg +7 -0
- package/lib/components/icon/svgs/background_task.svg +4 -0
- package/lib/components/icon/svgs/boxes_vertical.svg +2 -2
- package/lib/components/icon/svgs/documentation.svg +3 -4
- package/lib/components/icon/svgs/error.svg +2 -2
- package/lib/components/icon/svgs/export.svg +1 -1
- package/lib/components/icon/svgs/filter.svg +1 -1
- package/lib/components/icon/svgs/filterExclude.svg +1 -3
- package/lib/components/icon/svgs/filterIgnore.svg +1 -2
- package/lib/components/icon/svgs/filterInclude.svg +1 -3
- package/lib/components/icon/svgs/grab.svg +1 -1
- package/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
- package/lib/components/icon/svgs/grab_horizontal.svg +1 -1
- package/lib/components/icon/svgs/import.svg +1 -1
- package/lib/components/icon/svgs/indexTemporary.svg +4 -2
- package/lib/components/icon/svgs/link.svg +3 -1
- package/lib/components/icon/svgs/list.svg +1 -1
- package/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
- package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
- package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
- package/lib/components/icon/svgs/minus.svg +1 -1
- package/lib/components/icon/svgs/minus_in_circle.svg +2 -2
- package/lib/components/icon/svgs/pencil.svg +2 -2
- package/lib/components/icon/svgs/pin.svg +1 -1
- package/lib/components/icon/svgs/pin_filled.svg +1 -1
- package/lib/components/icon/svgs/plus.svg +1 -1
- package/lib/components/icon/svgs/plus_in_circle.svg +1 -1
- package/lib/components/icon/svgs/question.svg +3 -4
- package/lib/components/icon/svgs/search.svg +1 -1
- package/lib/components/icon/svgs/sortLeft.svg +1 -1
- package/lib/components/icon/svgs/sortRight.svg +1 -1
- package/lib/components/icon/svgs/sort_down.svg +1 -1
- package/lib/components/icon/svgs/sort_up.svg +1 -1
- package/lib/components/icon/svgs/sortable.svg +1 -1
- package/lib/components/icon/svgs/streams_classic.svg +3 -0
- package/lib/components/icon/svgs/streams_wired.svg +4 -0
- package/lib/components/icon/svgs/unlink.svg +3 -4
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -36
- package/lib/components/progress/progress.styles.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/basic_table/in_memory_table.js +13 -0
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/column_selector.js +34 -3
- package/optimize/es/components/date_picker/date_picker.js +8 -4
- package/optimize/es/components/date_picker/date_picker_range.js +10 -3
- package/optimize/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/optimize/es/components/date_picker/react-datepicker/src/index.js +24 -8
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
- package/optimize/es/components/form/form.styles.js +7 -2
- package/optimize/es/components/form/form_control_button/form_control_button.js +71 -0
- package/optimize/es/components/form/form_control_button/form_control_button.styles.js +34 -0
- package/optimize/es/components/form/form_control_button/index.js +9 -0
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/optimize/es/components/form/index.js +1 -0
- package/optimize/es/components/icon/assets/app_workflows.js +34 -0
- package/optimize/es/components/icon/assets/background_task.js +32 -0
- package/optimize/es/components/icon/assets/boxes_vertical.js +1 -1
- package/optimize/es/components/icon/assets/documentation.js +2 -4
- package/optimize/es/components/icon/assets/error.js +2 -3
- package/optimize/es/components/icon/assets/export.js +1 -1
- package/optimize/es/components/icon/assets/filter.js +1 -1
- package/optimize/es/components/icon/assets/filterExclude.js +1 -6
- package/optimize/es/components/icon/assets/filterIgnore.js +1 -1
- package/optimize/es/components/icon/assets/filterInclude.js +1 -1
- package/optimize/es/components/icon/assets/grab.js +1 -2
- package/optimize/es/components/icon/assets/grabOmnidirectional.js +1 -1
- package/optimize/es/components/icon/assets/grab_horizontal.js +1 -2
- package/optimize/es/components/icon/assets/import.js +1 -1
- package/optimize/es/components/icon/assets/indexTemporary.js +6 -2
- package/optimize/es/components/icon/assets/link.js +5 -1
- package/optimize/es/components/icon/assets/list.js +1 -1
- package/optimize/es/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/optimize/es/components/icon/assets/magnifyWithMinus.js +2 -4
- package/optimize/es/components/icon/assets/magnifyWithPlus.js +2 -4
- package/optimize/es/components/icon/assets/minus.js +2 -6
- package/optimize/es/components/icon/assets/minus_in_circle.js +2 -5
- package/optimize/es/components/icon/assets/pencil.js +1 -5
- package/optimize/es/components/icon/assets/pin.js +1 -2
- package/optimize/es/components/icon/assets/pin_filled.js +1 -1
- package/optimize/es/components/icon/assets/plus.js +1 -1
- package/optimize/es/components/icon/assets/plus_in_circle.js +1 -2
- package/optimize/es/components/icon/assets/question.js +2 -6
- package/optimize/es/components/icon/assets/search.js +1 -3
- package/optimize/es/components/icon/assets/sortLeft.js +1 -3
- package/optimize/es/components/icon/assets/sortRight.js +1 -3
- package/optimize/es/components/icon/assets/sort_down.js +1 -3
- package/optimize/es/components/icon/assets/sort_up.js +1 -3
- package/optimize/es/components/icon/assets/sortable.js +1 -3
- package/optimize/es/components/icon/assets/streams_classic.js +34 -0
- package/optimize/es/components/icon/assets/streams_wired.js +38 -0
- package/optimize/es/components/icon/assets/unlink.js +1 -4
- package/optimize/es/components/icon/icon_map.js +44 -21
- package/optimize/es/components/progress/progress.styles.js +1 -1
- package/optimize/lib/components/basic_table/in_memory_table.js +13 -0
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/optimize/lib/components/datagrid/controls/column_selector.js +34 -5
- package/optimize/lib/components/date_picker/date_picker.js +8 -4
- package/optimize/lib/components/date_picker/date_picker_range.js +10 -3
- package/optimize/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/optimize/lib/components/date_picker/react-datepicker/src/index.js +24 -8
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +1 -1
- package/optimize/lib/components/form/form.styles.js +8 -3
- package/optimize/lib/components/form/form_control_button/form_control_button.js +80 -0
- package/optimize/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/optimize/lib/components/form/form_control_button/index.js +12 -0
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/optimize/lib/components/form/index.js +11 -0
- package/optimize/lib/components/icon/assets/app_workflows.js +42 -0
- package/optimize/lib/components/icon/assets/background_task.js +40 -0
- package/optimize/lib/components/icon/assets/boxes_vertical.js +1 -1
- package/optimize/lib/components/icon/assets/documentation.js +2 -4
- package/optimize/lib/components/icon/assets/error.js +2 -3
- package/optimize/lib/components/icon/assets/export.js +1 -1
- package/optimize/lib/components/icon/assets/filter.js +1 -1
- package/optimize/lib/components/icon/assets/filterExclude.js +1 -6
- package/optimize/lib/components/icon/assets/filterIgnore.js +1 -1
- package/optimize/lib/components/icon/assets/filterInclude.js +1 -1
- package/optimize/lib/components/icon/assets/grab.js +1 -2
- package/optimize/lib/components/icon/assets/grabOmnidirectional.js +1 -1
- package/optimize/lib/components/icon/assets/grab_horizontal.js +1 -2
- package/optimize/lib/components/icon/assets/import.js +1 -1
- package/optimize/lib/components/icon/assets/indexTemporary.js +6 -2
- package/optimize/lib/components/icon/assets/link.js +5 -1
- package/optimize/lib/components/icon/assets/list.js +1 -1
- package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/optimize/lib/components/icon/assets/magnifyWithMinus.js +2 -4
- package/optimize/lib/components/icon/assets/magnifyWithPlus.js +2 -4
- package/optimize/lib/components/icon/assets/minus.js +2 -6
- package/optimize/lib/components/icon/assets/minus_in_circle.js +2 -5
- package/optimize/lib/components/icon/assets/pencil.js +1 -5
- package/optimize/lib/components/icon/assets/pin.js +1 -2
- package/optimize/lib/components/icon/assets/pin_filled.js +1 -1
- package/optimize/lib/components/icon/assets/plus.js +1 -1
- package/optimize/lib/components/icon/assets/plus_in_circle.js +1 -2
- package/optimize/lib/components/icon/assets/question.js +2 -6
- package/optimize/lib/components/icon/assets/search.js +1 -3
- package/optimize/lib/components/icon/assets/sortLeft.js +1 -3
- package/optimize/lib/components/icon/assets/sortRight.js +1 -3
- package/optimize/lib/components/icon/assets/sort_down.js +1 -3
- package/optimize/lib/components/icon/assets/sort_up.js +1 -3
- package/optimize/lib/components/icon/assets/sortable.js +1 -3
- package/optimize/lib/components/icon/assets/streams_classic.js +42 -0
- package/optimize/lib/components/icon/assets/streams_wired.js +46 -0
- package/optimize/lib/components/icon/assets/unlink.js +1 -4
- package/optimize/lib/components/icon/icon_map.js +44 -21
- package/optimize/lib/components/icon/svgs/app_workflows.svg +7 -0
- package/optimize/lib/components/icon/svgs/background_task.svg +4 -0
- package/optimize/lib/components/icon/svgs/boxes_vertical.svg +2 -2
- package/optimize/lib/components/icon/svgs/documentation.svg +3 -4
- package/optimize/lib/components/icon/svgs/error.svg +2 -2
- package/optimize/lib/components/icon/svgs/export.svg +1 -1
- package/optimize/lib/components/icon/svgs/filter.svg +1 -1
- package/optimize/lib/components/icon/svgs/filterExclude.svg +1 -3
- package/optimize/lib/components/icon/svgs/filterIgnore.svg +1 -2
- package/optimize/lib/components/icon/svgs/filterInclude.svg +1 -3
- package/optimize/lib/components/icon/svgs/grab.svg +1 -1
- package/optimize/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
- package/optimize/lib/components/icon/svgs/grab_horizontal.svg +1 -1
- package/optimize/lib/components/icon/svgs/import.svg +1 -1
- package/optimize/lib/components/icon/svgs/indexTemporary.svg +4 -2
- package/optimize/lib/components/icon/svgs/link.svg +3 -1
- package/optimize/lib/components/icon/svgs/list.svg +1 -1
- package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
- package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
- package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
- package/optimize/lib/components/icon/svgs/minus.svg +1 -1
- package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -2
- package/optimize/lib/components/icon/svgs/pencil.svg +2 -2
- package/optimize/lib/components/icon/svgs/pin.svg +1 -1
- package/optimize/lib/components/icon/svgs/pin_filled.svg +1 -1
- package/optimize/lib/components/icon/svgs/plus.svg +1 -1
- package/optimize/lib/components/icon/svgs/plus_in_circle.svg +1 -1
- package/optimize/lib/components/icon/svgs/question.svg +3 -4
- package/optimize/lib/components/icon/svgs/search.svg +1 -1
- package/optimize/lib/components/icon/svgs/sortLeft.svg +1 -1
- package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
- package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
- package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
- package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
- package/optimize/lib/components/icon/svgs/streams_classic.svg +3 -0
- package/optimize/lib/components/icon/svgs/streams_wired.svg +4 -0
- package/optimize/lib/components/icon/svgs/unlink.svg +3 -4
- package/optimize/lib/components/progress/progress.styles.js +1 -1
- package/package.json +3 -3
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +17 -4
- package/test-env/components/button/button.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +2 -2
- package/test-env/components/card/card_select/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_selector.js +34 -5
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +10 -6
- package/test-env/components/date_picker/date_picker_range.js +11 -4
- package/test-env/components/date_picker/react-datepicker/src/calendar.js +11 -4
- package/test-env/components/date_picker/react-datepicker/src/index.js +24 -8
- package/test-env/components/date_picker/super_date_picker/super_date_picker.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form.styles.js +8 -3
- package/test-env/components/form/form_control_button/form_control_button.js +156 -0
- package/test-env/components/form/form_control_button/form_control_button.styles.js +38 -0
- package/test-env/components/form/form_control_button/index.js +12 -0
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.styles.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/index.js +11 -0
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -36
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -36
- package/test-env/components/icon/assets/app_workflows.js +42 -0
- package/test-env/components/icon/assets/background_task.js +40 -0
- package/test-env/components/icon/assets/boxes_vertical.js +1 -1
- package/test-env/components/icon/assets/documentation.js +2 -4
- package/test-env/components/icon/assets/error.js +2 -3
- package/test-env/components/icon/assets/export.js +1 -1
- package/test-env/components/icon/assets/filter.js +1 -1
- package/test-env/components/icon/assets/filterExclude.js +1 -6
- package/test-env/components/icon/assets/filterIgnore.js +1 -1
- package/test-env/components/icon/assets/filterInclude.js +1 -1
- package/test-env/components/icon/assets/grab.js +1 -2
- package/test-env/components/icon/assets/grabOmnidirectional.js +1 -1
- package/test-env/components/icon/assets/grab_horizontal.js +1 -2
- package/test-env/components/icon/assets/import.js +1 -1
- package/test-env/components/icon/assets/indexTemporary.js +6 -2
- package/test-env/components/icon/assets/link.js +5 -1
- package/test-env/components/icon/assets/list.js +1 -1
- package/test-env/components/icon/assets/magnifyWithExclamation.js +2 -4
- package/test-env/components/icon/assets/magnifyWithMinus.js +2 -4
- package/test-env/components/icon/assets/magnifyWithPlus.js +2 -4
- package/test-env/components/icon/assets/minus.js +2 -6
- package/test-env/components/icon/assets/minus_in_circle.js +2 -5
- package/test-env/components/icon/assets/pencil.js +1 -5
- package/test-env/components/icon/assets/pin.js +1 -2
- package/test-env/components/icon/assets/pin_filled.js +1 -1
- package/test-env/components/icon/assets/plus.js +1 -1
- package/test-env/components/icon/assets/plus_in_circle.js +1 -2
- package/test-env/components/icon/assets/question.js +2 -6
- package/test-env/components/icon/assets/search.js +1 -3
- package/test-env/components/icon/assets/sortLeft.js +1 -3
- package/test-env/components/icon/assets/sortRight.js +1 -3
- package/test-env/components/icon/assets/sort_down.js +1 -3
- package/test-env/components/icon/assets/sort_up.js +1 -3
- package/test-env/components/icon/assets/sortable.js +1 -3
- package/test-env/components/icon/assets/streams_classic.js +42 -0
- package/test-env/components/icon/assets/streams_wired.js +46 -0
- package/test-env/components/icon/assets/unlink.js +1 -4
- package/test-env/components/icon/icon_map.js +44 -21
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -36
- package/test-env/components/progress/progress.styles.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
|
@@ -27,7 +27,7 @@ import { useEuiMemoizedStyles } from '../../../services';
|
|
|
27
27
|
import { isObject } from '../../../services/predicate';
|
|
28
28
|
import { EuiI18nConsumer } from '../../context';
|
|
29
29
|
import { EuiDatePickerRange } from '../date_picker_range';
|
|
30
|
-
import { EuiFormControlLayout } from '../../form';
|
|
30
|
+
import { EuiFormControlButton, EuiFormControlLayout } from '../../form';
|
|
31
31
|
import { RenderI18nTimeOptions } from './time_options';
|
|
32
32
|
import { PrettyDuration, showPrettyDuration } from './pretty_duration';
|
|
33
33
|
import { AsyncInterval } from './async_interval';
|
|
@@ -290,7 +290,7 @@ export var EuiSuperDatePickerInternal = /*#__PURE__*/function (_Component) {
|
|
|
290
290
|
};
|
|
291
291
|
var isDisabledDisplay = isObject(isDisabled) && (isDisabled === null || isDisabled === void 0 ? void 0 : isDisabled.display);
|
|
292
292
|
if (isDisabledDisplay || showPrettyDuration && !isStartDatePopoverOpen && !isEndDatePopoverOpen) {
|
|
293
|
-
return ___EmotionJSX(EuiFormControlLayout, formControlLayoutProps, !isQuickSelectOnly && ___EmotionJSX(
|
|
293
|
+
return ___EmotionJSX(EuiFormControlLayout, formControlLayoutProps, !isQuickSelectOnly && ___EmotionJSX(EuiFormControlButton, {
|
|
294
294
|
type: "button",
|
|
295
295
|
css: styles.euiSuperDatePicker__prettyFormat,
|
|
296
296
|
className: classNames('euiSuperDatePicker__prettyFormat', {
|
|
@@ -20,6 +20,11 @@ export var euiFormMaxWidth = function euiFormMaxWidth(_ref) {
|
|
|
20
20
|
var euiTheme = _ref.euiTheme;
|
|
21
21
|
return euiTheme.components.forms.maxWidth;
|
|
22
22
|
};
|
|
23
|
+
export var euiFormPlaceholderStyles = function euiFormPlaceholderStyles(euiThemeContext, color) {
|
|
24
|
+
var form = euiFormVariables(euiThemeContext);
|
|
25
|
+
var _color = color !== null && color !== void 0 ? color : form.textColorDisabled;
|
|
26
|
+
return "\n color: ".concat(_color, ";\n opacity: 1;\n ");
|
|
27
|
+
};
|
|
23
28
|
export var euiFormVariables = function euiFormVariables(euiThemeContext) {
|
|
24
29
|
var euiTheme = euiThemeContext.euiTheme,
|
|
25
30
|
highContrastMode = euiThemeContext.highContrastMode;
|
|
@@ -113,7 +118,7 @@ export var euiFormControlText = function euiFormControlText(euiThemeContext) {
|
|
|
113
118
|
var _euiFontSize = euiFontSize(euiThemeContext, 's'),
|
|
114
119
|
fontSize = _euiFontSize.fontSize;
|
|
115
120
|
var form = euiFormVariables(euiThemeContext);
|
|
116
|
-
return "\n font-family: ".concat(euiTheme.font.family, ";\n font-size: ").concat(fontSize, ";\n color: ").concat(form.textColor, ";\n\n ").concat(euiPlaceholderPerBrowser(
|
|
121
|
+
return "\n font-family: ".concat(euiTheme.font.family, ";\n font-size: ").concat(fontSize, ";\n color: ").concat(form.textColor, ";\n\n ").concat(euiPlaceholderPerBrowser(euiFormPlaceholderStyles(euiThemeContext, form.controlPlaceholderText)), "\n ");
|
|
117
122
|
};
|
|
118
123
|
export var euiFormControlDefaultShadow = function euiFormControlDefaultShadow(euiThemeContext) {
|
|
119
124
|
var _ref2 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
|
|
@@ -178,7 +183,7 @@ export var euiFormControlDisabledStyles = function euiFormControlDisabledStyles(
|
|
|
178
183
|
var isRefreshVariant = isEuiThemeRefreshVariant(euiThemeContext, 'formVariant');
|
|
179
184
|
var form = euiFormVariables(euiThemeContext);
|
|
180
185
|
var refreshVariantStyles = "\n --euiFormControlStateHoverColor: transparent;\n --euiFormControlStateColor: ".concat(form.borderColor, ";\n ");
|
|
181
|
-
return "\n color: ".concat(form.textColorDisabled, ";\n /* Required for Safari */\n -webkit-text-fill-color: ").concat(form.textColorDisabled, ";\n background-color: ").concat(form.backgroundDisabledColor, ";\n cursor: not-allowed;\n --euiFormControlStateColor: transparent;\n\n ").concat(isRefreshVariant && refreshVariantStyles, "\n\n ").concat(euiPlaceholderPerBrowser(
|
|
186
|
+
return "\n color: ".concat(form.textColorDisabled, ";\n /* Required for Safari */\n -webkit-text-fill-color: ").concat(form.textColorDisabled, ";\n background-color: ").concat(form.backgroundDisabledColor, ";\n cursor: not-allowed;\n --euiFormControlStateColor: transparent;\n\n ").concat(isRefreshVariant && refreshVariantStyles, "\n\n ").concat(euiPlaceholderPerBrowser(euiFormPlaceholderStyles(euiThemeContext)), "\n ");
|
|
182
187
|
};
|
|
183
188
|
export var euiFormControlReadOnlyStyles = function euiFormControlReadOnlyStyles(euiThemeContext) {
|
|
184
189
|
var euiTheme = euiThemeContext.euiTheme;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
5
|
+
var _excluded = ["children", "value", "placeholder", "className", "contentProps", "textProps", "compressed", "isInvalid", "fullWidth", "href", "rel"];
|
|
6
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8
|
+
/*
|
|
9
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
10
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
11
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
12
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
13
|
+
* Side Public License, v 1.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import React, { isValidElement } from 'react';
|
|
17
|
+
import classNames from 'classnames';
|
|
18
|
+
import { useEuiMemoizedStyles } from '../../../services';
|
|
19
|
+
import { EuiButtonEmpty } from '../../button';
|
|
20
|
+
import { euiFormControlButtonStyles } from './form_control_button.styles';
|
|
21
|
+
import { useInnerText } from '../../inner_text';
|
|
22
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
23
|
+
export var EuiFormControlButton = function EuiFormControlButton(_ref) {
|
|
24
|
+
var children = _ref.children,
|
|
25
|
+
value = _ref.value,
|
|
26
|
+
placeholder = _ref.placeholder,
|
|
27
|
+
className = _ref.className,
|
|
28
|
+
_contentProps = _ref.contentProps,
|
|
29
|
+
_textProps = _ref.textProps,
|
|
30
|
+
compressed = _ref.compressed,
|
|
31
|
+
_ref$isInvalid = _ref.isInvalid,
|
|
32
|
+
isInvalid = _ref$isInvalid === void 0 ? false : _ref$isInvalid,
|
|
33
|
+
_ref$fullWidth = _ref.fullWidth,
|
|
34
|
+
fullWidth = _ref$fullWidth === void 0 ? true : _ref$fullWidth,
|
|
35
|
+
href = _ref.href,
|
|
36
|
+
rel = _ref.rel,
|
|
37
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
38
|
+
var _useInnerText = useInnerText(),
|
|
39
|
+
_useInnerText2 = _slicedToArray(_useInnerText, 2),
|
|
40
|
+
buttonTextRef = _useInnerText2[0],
|
|
41
|
+
innerText = _useInnerText2[1];
|
|
42
|
+
var styles = useEuiMemoizedStyles(euiFormControlButtonStyles);
|
|
43
|
+
var classes = classNames('euiFormControlButton', className);
|
|
44
|
+
var cssStyles = [styles.euiFormControlButton, isInvalid && styles.isInvalid, compressed && styles.compressed, fullWidth ? styles.fullWidth : styles.formWidth];
|
|
45
|
+
var contentProps = _objectSpread(_objectSpread({}, _contentProps), {}, {
|
|
46
|
+
css: [styles.euiFormControlButton__content, _contentProps === null || _contentProps === void 0 ? void 0 : _contentProps.css]
|
|
47
|
+
});
|
|
48
|
+
var customTextProps = _objectSpread(_objectSpread({}, _textProps), {}, {
|
|
49
|
+
className: classNames('eui-textTruncate', _textProps && (_textProps === null || _textProps === void 0 ? void 0 : _textProps.className)),
|
|
50
|
+
css: [styles.textContent, !value && styles.placeholder, _textProps && (_textProps === null || _textProps === void 0 ? void 0 : _textProps.css)]
|
|
51
|
+
});
|
|
52
|
+
var content = children ? /*#__PURE__*/isValidElement(children) ? children : ___EmotionJSX("span", null, children) : null;
|
|
53
|
+
var hasText = value || placeholder;
|
|
54
|
+
var linkProps = _objectSpread({
|
|
55
|
+
href: href,
|
|
56
|
+
rel: rel
|
|
57
|
+
}, rest);
|
|
58
|
+
var buttonProps = _objectSpread({
|
|
59
|
+
value: value ? innerText !== null && innerText !== void 0 ? innerText : '' : undefined
|
|
60
|
+
}, rest);
|
|
61
|
+
var restProps = href ? linkProps : buttonProps;
|
|
62
|
+
return ___EmotionJSX(EuiButtonEmpty, _extends({
|
|
63
|
+
css: cssStyles,
|
|
64
|
+
className: classes,
|
|
65
|
+
contentProps: contentProps,
|
|
66
|
+
textProps: false,
|
|
67
|
+
color: "text"
|
|
68
|
+
}, restProps), hasText && ___EmotionJSX("span", _extends({}, customTextProps, {
|
|
69
|
+
ref: buttonTextRef
|
|
70
|
+
}), value || placeholder), hasText && content && ' ', content);
|
|
71
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
2
|
+
/*
|
|
3
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
4
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
5
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
6
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
7
|
+
* Side Public License, v 1.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import { css } from '@emotion/react';
|
|
11
|
+
import { logicalCSS } from '../../../global_styling';
|
|
12
|
+
import { euiFormControlStyles, euiFormPlaceholderStyles } from '../form.styles';
|
|
13
|
+
var _ref = process.env.NODE_ENV === "production" ? {
|
|
14
|
+
name: "isuld2-textContent",
|
|
15
|
+
styles: "flex:1;text-align:start;label:textContent;"
|
|
16
|
+
} : {
|
|
17
|
+
name: "isuld2-textContent",
|
|
18
|
+
styles: "flex:1;text-align:start;label:textContent;",
|
|
19
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
20
|
+
};
|
|
21
|
+
export var euiFormControlButtonStyles = function euiFormControlButtonStyles(euiThemeContext) {
|
|
22
|
+
var euiTheme = euiThemeContext.euiTheme;
|
|
23
|
+
var formStyles = euiFormControlStyles(euiThemeContext);
|
|
24
|
+
return {
|
|
25
|
+
euiFormControlButton: /*#__PURE__*/css(formStyles.shared, " ", formStyles.uncompressed, " font-weight:", euiTheme.font.weight.regular, ";transition:none;&:hover{&::before{display:none;}}&:focus{", formStyles.focus, ";}&:disabled{", formStyles.disabled, ";};label:euiFormControlButton;"),
|
|
26
|
+
isInvalid: /*#__PURE__*/css(formStyles.invalid, " &:disabled{", formStyles.invalid, ";};label:isInvalid;"),
|
|
27
|
+
compressed: /*#__PURE__*/css(formStyles.compressed, ";;label:compressed;"),
|
|
28
|
+
formWidth: formStyles.formWidth,
|
|
29
|
+
fullWidth: /*#__PURE__*/css(formStyles.fullWidth, ";label:fullWidth;"),
|
|
30
|
+
euiFormControlButton__content: /*#__PURE__*/css("justify-content:flex-start;", logicalCSS('width', '100%'), ";;label:euiFormControlButton__content;"),
|
|
31
|
+
textContent: _ref,
|
|
32
|
+
placeholder: /*#__PURE__*/css(euiFormPlaceholderStyles(euiThemeContext), ";;label:placeholder;")
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
3
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
4
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
5
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
6
|
+
* Side Public License, v 1.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export { EuiFormControlButton } from './form_control_button';
|
|
@@ -33,7 +33,7 @@ export var euiFormControlLayoutStyles = function euiFormControlLayoutStyles(euiT
|
|
|
33
33
|
var isRefreshVariant = isEuiThemeRefreshVariant(euiThemeContext, 'formVariant');
|
|
34
34
|
var form = euiFormVariables(euiThemeContext);
|
|
35
35
|
var groupStyles = "\n /* use pseudo element for borders to prevent dimension changes and support nested elements better */\n &::after {\n content: '';\n position: absolute;\n inset: 0;\n z-index: 0;\n border: ".concat(euiTheme.border.width.thin, " solid ").concat(form.borderColor, ";\n border-radius: inherit;\n pointer-events: none;\n }\n\n /* the filter group will use the form layout border instead */\n .euiFilterGroup {\n border-radius: 0;\n /* creating extra space to prevent the focus indicator being cut off */\n ").concat(logicalCSS('padding-right', euiTheme.border.width.thin), "\n\n &::after {\n display: none;\n }\n }\n\n .euiFilterButton__wrapper:first-of-type::before,\n .euiFilterButton__wrapper::after {\n display: none;\n }\n ");
|
|
36
|
-
var wrapperGroupStyles = "\n > :first-child {\n ".concat(logicalCSS('border-top-left-radius', '0'), "\n ").concat(logicalCSS('border-bottom-left-radius', '0'), "\n }\n\n > :last-child {\n ").concat(logicalCSS('border-top-right-radius', '0'), "\n ").concat(logicalCSS('border-bottom-right-radius', '0'), "\n }\n ");
|
|
36
|
+
var wrapperGroupStyles = "\n > :first-child {\n border-radius: inherit;\n ".concat(logicalCSS('border-top-left-radius', '0'), "\n ").concat(logicalCSS('border-bottom-left-radius', '0'), "\n }\n\n > :last-child {\n border-radius: inherit;\n ").concat(logicalCSS('border-top-right-radius', '0'), "\n ").concat(logicalCSS('border-bottom-right-radius', '0'), "\n }\n ");
|
|
37
37
|
var prependOnlyStyles = "\n > :last-child {\n ".concat(logicalCSS('border-top-right-radius', 'inherit'), "\n ").concat(logicalCSS('border-bottom-right-radius', 'inherit'), "\n }\n ");
|
|
38
38
|
var appendOnlyStyles = "\n > :first-child {\n ".concat(logicalCSS('border-top-left-radius', 'inherit'), "\n ").concat(logicalCSS('border-bottom-left-radius', 'inherit'), "\n }\n ");
|
|
39
39
|
return {
|
|
@@ -45,7 +45,7 @@ export var euiFormControlLayoutStyles = function euiFormControlLayoutStyles(euiT
|
|
|
45
45
|
formWidth: "\n ".concat(logicalCSS('max-width', form.maxWidth), "\n ").concat(logicalCSS('width', '100%'), "\n "),
|
|
46
46
|
fullWidth: /*#__PURE__*/css(logicalCSS('max-width', '100%'), " ", logicalCSS('width', '100%'), ";;label:fullWidth;"),
|
|
47
47
|
group: {
|
|
48
|
-
group: /*#__PURE__*/css("position:relative;display:flex;align-items:stretch;border:", isRefreshVariant ? 'none' : "".concat(euiTheme.border.width.thin, " solid ").concat(form.borderColor), ";background-color:", form.backgroundColor, ";overflow:hidden;", isRefreshVariant && groupStyles, ">*{", logicalCSS('height', '100%'), ";};label:group;"),
|
|
48
|
+
group: /*#__PURE__*/css("position:relative;display:flex;align-items:stretch;border:", isRefreshVariant ? 'none' : "".concat(euiTheme.border.width.thin, " solid ").concat(form.borderColor), ";background-color:", form.backgroundColor, ";overflow:hidden;", isRefreshVariant && groupStyles, " .euiFormControlButton{border-radius:inherit;box-shadow:none;}>*{", logicalCSS('height', '100%'), ";};label:group;"),
|
|
49
49
|
// Skipping css`` to avoid repeated compressed/uncompressed classNames
|
|
50
50
|
uncompressed: "\n border-radius: ".concat(form.controlBorderRadius, ";\n "),
|
|
51
51
|
compressed: "\n border-radius: ".concat(form.controlCompressedBorderRadius, ";\n ")
|
|
@@ -14,6 +14,7 @@ export * from './field_search';
|
|
|
14
14
|
export * from './field_text';
|
|
15
15
|
export * from './file_picker';
|
|
16
16
|
export * from './form';
|
|
17
|
+
export * from './form_control_button';
|
|
17
18
|
export * from './form_control_layout';
|
|
18
19
|
export * from './form_error_text';
|
|
19
20
|
export * from './form_fieldset';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["title", "titleId"];
|
|
4
|
+
/*
|
|
5
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
+
* Side Public License, v 1.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
+
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
+
var EuiIconAppWorkflows = function EuiIconAppWorkflows(_ref) {
|
|
17
|
+
var title = _ref.title,
|
|
18
|
+
titleId = _ref.titleId,
|
|
19
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
return ___EmotionJSX("svg", _extends({
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
"aria-labelledby": titleId
|
|
26
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
+
id: titleId
|
|
28
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
d: "M6 1a2 2 0 0 1 1.93 1.5H12a3 3 0 0 1 0 6H9.93a2 2 0 0 1-3.86 0H4a2 2 0 0 0 0 4h4.07A2 2 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a2 2 0 0 1-1.93-1.5H4a3 3 0 1 1 0-6h2.07a2 2 0 0 1 3.86 0H12a2 2 0 0 0 0-4H7.93A2 2 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z",
|
|
31
|
+
clipRule: "evenodd"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export var icon = EuiIconAppWorkflows;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["title", "titleId"];
|
|
4
|
+
/*
|
|
5
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
+
* Side Public License, v 1.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
+
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
+
var EuiIconBackgroundTask = function EuiIconBackgroundTask(_ref) {
|
|
17
|
+
var title = _ref.title,
|
|
18
|
+
titleId = _ref.titleId,
|
|
19
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
return ___EmotionJSX("svg", _extends({
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
"aria-labelledby": titleId
|
|
26
|
+
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
+
id: titleId
|
|
28
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "M11.157 9.013a1.004 1.004 0 0 1 .373.14l4 2.5a1 1 0 0 1 0 1.695l-4 2.5A1 1 0 0 1 10 15v-5l.009-.135a1 1 0 0 1 .407-.677l.1-.063a1 1 0 0 1 .641-.112ZM11 15l4-2.5-1.122-.702-.849-.53L11 10v5ZM6.45 13.794a5.99 5.99 0 0 0 1.55.205v1a6.993 6.993 0 0 1-1.81-.24l.26-.965Zm-2.692-1.552c.373.373.792.692 1.243.952l-.5.866a6.99 6.99 0 0 1-1.45-1.11l.707-.708ZM2.205 9.55a6.06 6.06 0 0 0 .6 1.449l-.433.249-.433.25a7.07 7.07 0 0 1-.7-1.688l.483-.13.483-.13ZM8.001.999a7 7 0 0 1 7 7c0 .683-.1 1.342-.284 1.966l-.887-.555a5.97 5.97 0 0 0 .171-1.411 6 6 0 0 0-6-6v-1ZM2.805 4.997A6.013 6.013 0 0 0 2 7.998L1.001 8a7.022 7.022 0 0 1 .937-3.502l.867.5ZM6.45 2.201a6.036 6.036 0 0 0-2.692 1.554L3.405 3.4l-.353-.353a7.036 7.036 0 0 1 3.137-1.812l.26.966Z"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export var icon = EuiIconBackgroundTask;
|
|
@@ -26,7 +26,7 @@ var EuiIconBoxesVertical = function EuiIconBoxesVertical(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M8 12a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconBoxesVertical;
|
|
@@ -26,11 +26,9 @@ var EuiIconDocumentation = function EuiIconDocumentation(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M6 16H5v-3h1v3Zm3-8h1v1H7V8h1V7h-.5V6H9v2Zm-.5-4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
d: "
|
|
32
|
-
}), ___EmotionJSX("path", {
|
|
33
|
-
d: "M7 13H4v2.5a.5.5 0 0 0 .854.354l.646-.647.646.647A.5.5 0 0 0 7 15.5V13z"
|
|
31
|
+
d: "M7 14h5v-2H4a1 1 0 1 0 0 2v1a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10v11h-1v2h1v1H7v-1ZM4 2a1 1 0 0 0-1 1v8.27A1.99 1.99 0 0 1 4 11V2Zm1 9h8V2H5v9Z"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
36
34
|
export var icon = EuiIconDocumentation;
|
|
@@ -26,10 +26,9 @@ var EuiIconError = function EuiIconError(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M11.354 5.354 8.707 8l2.646 2.646-.707.707L8 8.707l-2.646 2.646-.708-.707L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.707.708Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
32
|
-
d: "M5 1a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 6v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h5a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 15 11V6a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 10 1H5Zm5 1H5L1 6v5l4 4h5l4-4V6l-4-4Z"
|
|
31
|
+
d: "M10.293 1a1 1 0 0 1 .707.293L14.707 5a1 1 0 0 1 .293.707v4.586a1 1 0 0 1-.293.707L11 14.707a1 1 0 0 1-.707.293H5.707A1 1 0 0 1 5 14.707L1.293 11A1 1 0 0 1 1 10.293V5.707A1 1 0 0 1 1.293 5L5 1.293A1 1 0 0 1 5.707 1h4.586ZM2 5.707v4.586L5.707 14h4.586L14 10.293V5.707L10.293 2H5.707L2 5.707Z"
|
|
33
32
|
}));
|
|
34
33
|
};
|
|
35
34
|
export var icon = EuiIconError;
|
|
@@ -26,7 +26,7 @@ var EuiIconExport = function EuiIconExport(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 13h10v-2h1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2h1v2Zm9.354-7.354-.707.708L8.5 3.207V11h-1V3.207L4.354 6.354l-.708-.708L8 1.293l4.354 4.353Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconExport;
|
|
@@ -26,7 +26,7 @@ var EuiIconFilter = function EuiIconFilter(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M9 13H7v-1h2v1Zm2-3H5V9h6v1Zm2-3H3V6h10v1Zm2-3H1V3h14v1Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconFilter;
|
|
@@ -26,12 +26,7 @@ var EuiIconFilterExclude = function EuiIconFilterExclude(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
30
|
-
}), ___EmotionJSX("path", {
|
|
31
|
-
fillRule: "evenodd",
|
|
32
|
-
d: "M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-8 0a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Z"
|
|
33
|
-
}), ___EmotionJSX("path", {
|
|
34
|
-
d: "M2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"
|
|
29
|
+
d: "M15.854 10.852 14.207 12.5l1.647 1.647-.706.707-1.648-1.647-1.646 1.648-.707-.707 1.646-1.648-1.645-1.647.707-.707 1.645 1.647 1.646-1.646.707.706ZM8 13H6v-1h2v1Zm2-3H4V9h6v1Zm2-3H2V6h10v1Zm2-3H0V3h14v1Z"
|
|
35
30
|
}));
|
|
36
31
|
};
|
|
37
32
|
export var icon = EuiIconFilterExclude;
|
|
@@ -26,7 +26,7 @@ var EuiIconFilterIgnore = function EuiIconFilterIgnore(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "m15.354 1.354-14 14-.708-.707 14-14 .707.707ZM9 13H7v-1h2v1Zm2-4v1H8.121l1-1H11Zm2-3v1h-1.879l1-1H13ZM6.879 7H3V6h4.879l-1 1ZM15 4h-.879L15 3.121V4ZM9.879 4H1V3h9.879l-1 1Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconFilterIgnore;
|
|
@@ -26,7 +26,7 @@ var EuiIconFilterInclude = function EuiIconFilterInclude(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M14 12h2v1h-2v2h-1v-2h-2v-1h2v-2h1v2Zm-6 1H6v-1h2v1Zm2-3H4V9h6v1Zm2-3H2V6h10v1Zm2-3H0V3h14v1Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconFilterInclude;
|
|
@@ -26,8 +26,7 @@ var EuiIconGrab = function EuiIconGrab(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
d: "M13.5 6c.276 0 .5.232.5.5 0 .276-.229.5-.5.5h-11a.505.505 0 0 1-.5-.5c0-.276.229-.5.5-.5h11Zm0 3c.276 0 .5.232.5.5 0 .276-.229.5-.5.5h-11a.505.505 0 0 1-.5-.5c0-.276.229-.5.5-.5h11Z"
|
|
29
|
+
d: "M4 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
31
30
|
}));
|
|
32
31
|
};
|
|
33
32
|
export var icon = EuiIconGrab;
|
|
@@ -26,7 +26,7 @@ var EuiIconGrabOmnidirectional = function EuiIconGrabOmnidirectional(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M4 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconGrabOmnidirectional;
|
|
@@ -26,8 +26,7 @@ var EuiIconGrabHorizontal = function EuiIconGrabHorizontal(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
d: "M6 2.5c0-.276.232-.5.5-.5.276 0 .5.229.5.5v11c0 .276-.232.5-.5.5a.503.503 0 0 1-.5-.5v-11Zm3 0c0-.276.232-.5.5-.5.276 0 .5.229.5.5v11c0 .276-.232.5-.5.5a.503.503 0 0 1-.5-.5v-11Z"
|
|
29
|
+
d: "M6 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
31
30
|
}));
|
|
32
31
|
};
|
|
33
32
|
export var icon = EuiIconGrabHorizontal;
|
|
@@ -26,7 +26,7 @@ var EuiIconImport = function EuiIconImport(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 13h10v-2h1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2h1v2ZM8.5 1v7.793l3.146-3.147.707.708L8 10.707 3.646 6.354l.708-.708L7.5 8.793V1h1Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconImport;
|
|
@@ -26,9 +26,13 @@ var EuiIconIndexTemporary = function EuiIconIndexTemporary(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M12 11h2v1h-3V9h1v2Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
d: "M11.
|
|
31
|
+
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"
|
|
32
|
+
}), ___EmotionJSX("path", {
|
|
33
|
+
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"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
d: "M5 13H3v-1h2v1Zm0-3H3V9h2v1Zm0-3H3V6h2v1Zm3 0H6V6h2v1Z"
|
|
32
36
|
}));
|
|
33
37
|
};
|
|
34
38
|
export var icon = EuiIconIndexTemporary;
|
|
@@ -26,7 +26,11 @@ var EuiIconLink = function EuiIconLink(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
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"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
d: "m11.354 10.646-.707.707-6-6 .707-.707 6 6Z"
|
|
32
|
+
}), ___EmotionJSX("path", {
|
|
33
|
+
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"
|
|
30
34
|
}));
|
|
31
35
|
};
|
|
32
36
|
export var icon = EuiIconLink;
|
|
@@ -26,7 +26,7 @@ var EuiIconList = function EuiIconList(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M4 13H1v-1h3v1Zm11 0H6v-1h9v1ZM4 8.5H1v-1h3v1Zm11 0H6v-1h9v1ZM4 4H1V3h3v1Zm11 0H6V3h9v1Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconList;
|
|
@@ -26,11 +26,9 @@ var EuiIconMagnifyWithExclamation = function EuiIconMagnifyWithExclamation(_ref)
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M6.5
|
|
29
|
+
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"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
32
|
-
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",
|
|
33
|
-
clipRule: "evenodd"
|
|
31
|
+
d: "M7 4v3H6V4h1Zm0 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
36
34
|
export var icon = EuiIconMagnifyWithExclamation;
|
|
@@ -26,11 +26,9 @@ var EuiIconMagnifyWithMinus = function EuiIconMagnifyWithMinus(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M9 7H4V6h5v1Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
32
|
-
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",
|
|
33
|
-
clipRule: "evenodd"
|
|
31
|
+
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"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
36
34
|
export var icon = EuiIconMagnifyWithMinus;
|
|
@@ -26,11 +26,9 @@ var EuiIconMagnifyWithPlus = function EuiIconMagnifyWithPlus(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M7 6h2v1H7v2H6V7H4V6h2V4h1v2Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
32
|
-
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",
|
|
33
|
-
clipRule: "evenodd"
|
|
31
|
+
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"
|
|
34
32
|
}));
|
|
35
33
|
};
|
|
36
34
|
export var icon = EuiIconMagnifyWithPlus;
|
|
@@ -25,12 +25,8 @@ var EuiIconMinus = function EuiIconMinus(_ref) {
|
|
|
25
25
|
"aria-labelledby": titleId
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("
|
|
29
|
-
|
|
30
|
-
height: 1.5,
|
|
31
|
-
x: 3,
|
|
32
|
-
y: 7.25,
|
|
33
|
-
rx: 0.5
|
|
28
|
+
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "M14 8.5H2v-1h12v1Z"
|
|
34
30
|
}));
|
|
35
31
|
};
|
|
36
32
|
export var icon = EuiIconMinus;
|
|
@@ -27,12 +27,9 @@ var EuiIconMinusInCircle = function EuiIconMinusInCircle(_ref) {
|
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
29
|
fillRule: "evenodd",
|
|
30
|
-
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"
|
|
31
|
-
clipRule: "evenodd"
|
|
30
|
+
d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
|
|
32
31
|
}), ___EmotionJSX("path", {
|
|
33
|
-
|
|
34
|
-
d: "M12 8.5H4v-1h8v1Z",
|
|
35
|
-
clipRule: "evenodd"
|
|
32
|
+
d: "M12 8.5H4v-1h8v1Z"
|
|
36
33
|
}));
|
|
37
34
|
};
|
|
38
35
|
export var icon = EuiIconMinusInCircle;
|
|
@@ -26,11 +26,7 @@ var EuiIconPencil = function EuiIconPencil(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
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",
|
|
31
|
-
clipRule: "evenodd"
|
|
32
|
-
}), ___EmotionJSX("path", {
|
|
33
|
-
d: "M2 15h7v-1H2v1Zm10 0h-2v-1h2v1Zm1 0h1v-1h-1v1Z"
|
|
29
|
+
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"
|
|
34
30
|
}));
|
|
35
31
|
};
|
|
36
32
|
export var icon = EuiIconPencil;
|
|
@@ -26,8 +26,7 @@ var EuiIconPin = function EuiIconPin(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
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"
|
|
29
|
+
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"
|
|
31
30
|
}));
|
|
32
31
|
};
|
|
33
32
|
export var icon = EuiIconPin;
|
|
@@ -26,7 +26,7 @@ var EuiIconPinFilled = function EuiIconPinFilled(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M9
|
|
29
|
+
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"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconPinFilled;
|
|
@@ -26,7 +26,7 @@ var EuiIconPlus = function EuiIconPlus(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M7.5 7.5V2h1v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
export var icon = EuiIconPlus;
|
|
@@ -29,8 +29,7 @@ var EuiIconPlusInCircle = function EuiIconPlusInCircle(_ref) {
|
|
|
29
29
|
d: "M7.5 12V8.5H4v-1h3.5V4h1v3.5H12v1H8.5V12h-1Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
31
|
fillRule: "evenodd",
|
|
32
|
-
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z"
|
|
33
|
-
clipRule: "evenodd"
|
|
32
|
+
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z"
|
|
34
33
|
}));
|
|
35
34
|
};
|
|
36
35
|
export var icon = EuiIconPlusInCircle;
|