@elastic/eui 63.0.1 → 64.0.1
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_charts_theme.js +330 -330
- package/dist/eui_charts_theme.js.map +1 -1
- package/dist/eui_theme_dark.css +3 -356
- package/dist/eui_theme_dark.json +0 -1
- package/dist/eui_theme_dark.json.d.ts +0 -1
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +3 -356
- package/dist/eui_theme_light.json +0 -1
- package/dist/eui_theme_light.json.d.ts +0 -1
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/accessibility/screen_reader_live/screen_reader_live.js +2 -2
- package/es/components/accessibility/skip_link/skip_link.js +2 -0
- package/es/components/accordion/accordion.js +18 -7
- package/es/components/accordion/accordion.styles.js +4 -1
- package/es/components/aspect_ratio/aspect_ratio.js +10 -18
- package/es/components/avatar/avatar.js +1 -0
- package/es/components/badge/badge.js +1 -0
- package/es/components/badge/badge_group/badge_group.js +1 -0
- package/es/components/badge/beta_badge/beta_badge.js +1 -0
- package/es/components/badge/notification_badge/badge_notification.js +2 -1
- package/es/components/basic_table/basic_table.js +5 -2
- package/es/components/basic_table/collapsed_item_actions.js +1 -2
- package/es/components/basic_table/in_memory_table.js +8 -3
- package/es/components/beacon/beacon.js +1 -0
- package/es/components/bottom_bar/bottom_bar.js +2 -0
- package/es/components/breadcrumbs/breadcrumb.js +1 -0
- package/es/components/breadcrumbs/breadcrumb.styles.js +2 -2
- package/es/components/breadcrumbs/breadcrumbs.js +2 -0
- package/es/components/button/_button_content_deprecated.js +3 -1
- package/es/components/button/button.js +4 -0
- package/es/components/button/button_display/_button_display.js +2 -0
- package/es/components/button/button_display/_button_display_content.js +3 -1
- package/es/components/button/button_empty/button_empty.js +3 -1
- package/es/components/button/button_group/button_group.js +4 -1
- package/es/components/button/button_group/button_group_button.js +2 -0
- package/es/components/button/button_icon/button_icon.js +1 -0
- package/es/components/call_out/call_out.js +1 -0
- package/es/components/card/card.js +3 -1
- package/es/components/card/card_select.js +3 -1
- package/es/components/code/code.js +1 -0
- package/es/components/code/code_block.js +1 -0
- package/es/components/collapsible_nav/collapsible_nav.js +8 -48
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +9 -1
- package/es/components/color_picker/color_palette_display/color_palette_display.js +1 -0
- package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -0
- package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -0
- package/es/components/color_picker/color_palette_picker/color_palette_picker.js +7 -3
- package/es/components/color_picker/color_picker.js +1 -0
- package/es/components/color_picker/color_picker_swatch.js +1 -0
- package/es/components/color_picker/color_stops/color_stop_thumb.js +1 -0
- package/es/components/color_picker/color_stops/color_stops.js +2 -1
- package/es/components/color_picker/hue.js +1 -0
- package/es/components/color_picker/saturation.js +1 -0
- package/es/components/combo_box/combo_box.js +2 -1
- package/es/components/combo_box/combo_box_input/combo_box_input.js +6 -3
- package/es/components/combo_box/combo_box_input/combo_box_pill.js +6 -3
- package/es/components/combo_box/combo_box_options_list/combo_box_option.js +6 -3
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
- package/es/components/comment_list/comment.js +1 -0
- package/es/components/comment_list/comment_event.js +2 -1
- package/es/components/comment_list/comment_list.js +2 -0
- package/es/components/comment_list/comment_timeline.js +2 -1
- package/es/components/context_menu/context_menu.js +3 -1
- package/es/components/context_menu/context_menu_item.js +1 -0
- package/es/components/context_menu/context_menu_panel.js +1 -0
- package/es/components/control_bar/control_bar.js +3 -0
- package/es/components/copy/copy.js +2 -1
- package/es/components/datagrid/body/data_grid_body.js +12 -0
- package/es/components/datagrid/body/data_grid_cell.js +24 -0
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -0
- package/es/components/datagrid/body/header/data_grid_header_row.js +13 -0
- package/es/components/datagrid/data_grid.js +13 -0
- package/es/components/datagrid/utils/in_memory.js +12 -0
- package/es/components/date_picker/auto_refresh/auto_refresh.js +3 -1
- package/es/components/date_picker/date_picker.js +1 -0
- package/es/components/date_picker/date_picker_range.js +45 -4
- package/es/components/date_picker/super_date_picker/super_date_picker.js +2 -0
- package/es/components/description_list/description_list.js +5 -2
- package/es/components/description_list/description_list_description.js +4 -2
- package/es/components/description_list/description_list_title.js +4 -2
- package/es/components/drag_and_drop/draggable.js +2 -1
- package/es/components/drag_and_drop/droppable.js +2 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -0
- package/es/components/error_boundary/error_boundary.js +1 -0
- package/es/components/expression/expression.js +1 -0
- package/es/components/facet/facet_button.js +2 -1
- package/es/components/facet/facet_group.js +1 -0
- package/es/components/filter_group/filter_group.js +1 -0
- package/es/components/filter_group/filter_select_item.js +2 -1
- package/es/components/flex/flex_grid.js +1 -0
- package/es/components/flex/flex_group.js +2 -1
- package/es/components/flex/flex_item.js +1 -0
- package/es/components/flyout/flyout.js +7 -34
- package/es/components/flyout/flyout_body.js +1 -0
- package/es/components/flyout/flyout_footer.js +2 -1
- package/es/components/flyout/flyout_header.js +1 -0
- package/es/components/focus_trap/focus_trap.js +1 -0
- package/es/components/form/checkbox/checkbox.js +4 -2
- package/es/components/form/checkbox/checkbox_group.js +2 -0
- package/es/components/form/described_form_group/described_form_group.js +1 -0
- package/es/components/form/field_number/field_number.js +1 -0
- package/es/components/form/field_password/field_password.js +1 -0
- package/es/components/form/field_search/field_search.js +2 -1
- package/es/components/form/field_text/field_text.js +1 -0
- package/es/components/form/file_picker/file_picker.js +2 -1
- package/es/components/form/form.js +1 -0
- package/es/components/form/form_control_layout/form_control_layout.js +2 -0
- package/es/components/form/form_control_layout/form_control_layout_clear_button.js +1 -0
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -0
- package/es/components/form/form_control_layout/form_control_layout_icons.js +1 -0
- package/es/components/form/form_error_text/form_error_text.js +2 -1
- package/es/components/form/form_fieldset/form_fieldset.js +3 -1
- package/es/components/form/form_fieldset/form_legend.js +1 -0
- package/es/components/form/form_help_text/form_help_text.js +2 -1
- package/es/components/form/form_label/form_label.js +2 -1
- package/es/components/form/form_row/form_row.js +1 -0
- package/es/components/form/radio/radio.js +3 -1
- package/es/components/form/radio/radio_group.js +2 -0
- package/es/components/form/range/dual_range.js +2 -1
- package/es/components/form/range/range.js +4 -2
- package/es/components/form/range/range_levels.js +2 -1
- package/es/components/form/range/range_slider.js +1 -0
- package/es/components/form/range/range_thumb.js +2 -1
- package/es/components/form/range/range_track.js +2 -1
- package/es/components/form/range/range_wrapper.js +2 -1
- package/es/components/form/select/select.js +1 -0
- package/es/components/form/super_select/super_select.js +1 -0
- package/es/components/form/switch/switch.js +3 -1
- package/es/components/form/text_area/text_area.js +1 -0
- package/es/components/form/validatable_control/validatable_control.js +1 -0
- package/es/components/header/header.js +3 -2
- package/es/components/header/header_alert/header_alert.js +1 -0
- package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -0
- package/es/components/header/header_links/header_link.js +2 -0
- package/es/components/header/header_links/header_links.js +8 -1
- package/es/components/header/header_logo.js +1 -0
- package/es/components/header/header_section/header_section.js +1 -0
- package/es/components/header/header_section/header_section_item.js +1 -0
- package/es/components/health/health.js +1 -0
- package/es/components/highlight/highlight.js +1 -0
- package/es/components/horizontal_rule/horizontal_rule.js +2 -1
- package/es/components/icon/icon.js +1 -0
- package/es/components/image/image.js +1 -0
- package/es/components/image/image_button.styles.js +1 -1
- package/es/components/key_pad_menu/key_pad_menu.js +1 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -0
- package/es/components/link/link.js +1 -0
- package/es/components/link/link.styles.js +6 -5
- package/es/components/list_group/list_group.js +3 -0
- package/es/components/list_group/list_group_item.js +2 -0
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +5 -0
- package/es/components/loading/loading_chart.js +1 -0
- package/es/components/loading/loading_content.js +1 -0
- package/es/components/loading/loading_elastic.js +1 -0
- package/es/components/loading/loading_logo.js +1 -0
- package/es/components/loading/loading_spinner.js +1 -0
- package/es/components/mark/mark.js +1 -0
- package/es/components/markdown_editor/markdown_editor.js +2 -0
- package/es/components/markdown_editor/markdown_editor_text_area.js +1 -0
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -0
- package/es/components/markdown_editor/markdown_format.js +1 -0
- package/es/components/modal/modal_body.js +2 -1
- package/es/components/modal/modal_footer.js +2 -1
- package/es/components/modal/modal_header.js +2 -1
- package/es/components/modal/modal_header_title.js +2 -1
- package/es/components/notification/notification_event.js +4 -1
- package/es/components/notification/notification_event_read_button.js +1 -0
- package/es/components/notification/notification_event_read_icon.js +1 -0
- package/es/components/overlay_mask/overlay_mask.js +3 -1
- package/es/components/page/page.js +1 -0
- package/es/components/page/page_content/page_content.js +1 -0
- package/es/components/page/page_content/page_content_body.js +1 -0
- package/es/components/page/page_content/page_content_header.js +2 -1
- package/es/components/page/page_content/page_content_header_section.js +2 -1
- package/es/components/page/page_header/page_header.js +1 -0
- package/es/components/page/page_header/page_header_content.js +4 -0
- package/es/components/page/page_header/page_header_section.js +2 -1
- package/es/components/page/page_section/page_section.js +1 -0
- package/es/components/page/page_side_bar/page_side_bar.js +2 -1
- package/es/components/page/page_sidebar/page_sidebar.js +5 -2
- package/es/components/page/page_template.js +7 -1
- package/es/components/page_template/empty_prompt/page_empty_prompt.js +1 -0
- package/es/components/page_template/outer/page_outer.js +2 -1
- package/es/components/page_template/page_template.js +9 -2
- package/es/components/pagination/pagination.js +1 -0
- package/es/components/pagination/pagination_button.js +2 -0
- package/es/components/panel/panel.js +2 -1
- package/es/components/panel/split_panel/split_panel.js +2 -1
- package/es/components/popover/input_popover.js +1 -0
- package/es/components/popover/popover.js +10 -2
- package/es/components/popover/popover_arrow/_popover_arrow.js +1 -0
- package/es/components/popover/popover_footer.js +1 -0
- package/es/components/popover/popover_panel/_popover_panel.js +1 -0
- package/es/components/popover/popover_panel/_popover_panel.styles.js +3 -2
- package/es/components/popover/popover_title.js +1 -0
- package/es/components/progress/progress.js +1 -0
- package/es/components/provider/cache/cache_provider.js +9 -3
- package/es/components/resizable_container/resizable_button.js +2 -1
- package/es/components/resizable_container/resizable_container.js +2 -1
- package/es/components/resizable_container/resizable_panel.js +2 -1
- package/es/components/search_bar/search_bar.js +3 -1
- package/es/components/selectable/selectable.js +2 -0
- package/es/components/selectable/selectable_list/selectable_list.js +4 -0
- package/es/components/selectable/selectable_list/selectable_list_item.js +2 -0
- package/es/components/selectable/selectable_message/selectable_message.js +1 -0
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +5 -1
- package/es/components/side_nav/side_nav.js +1 -0
- package/es/components/spacer/spacer.js +1 -0
- package/es/components/stat/stat.js +1 -0
- package/es/components/steps/step.js +1 -0
- package/es/components/steps/step_horizontal.js +2 -1
- package/es/components/steps/step_number.js +2 -1
- package/es/components/steps/steps.js +2 -1
- package/es/components/steps/steps_horizontal.js +2 -1
- package/es/components/steps/sub_steps.js +2 -1
- package/es/components/suggest/suggest.js +2 -0
- package/es/components/suggest/suggest_item.js +1 -0
- package/es/components/table/mobile/table_header_mobile.js +2 -1
- package/es/components/table/mobile/table_sort_mobile_item.js +2 -1
- package/es/components/table/table.js +2 -1
- package/es/components/table/table_body.js +1 -0
- package/es/components/table/table_footer.js +2 -1
- package/es/components/table/table_footer_cell.js +1 -0
- package/es/components/table/table_header.js +1 -0
- package/es/components/table/table_header_button.js +1 -0
- package/es/components/table/table_header_cell.js +1 -0
- package/es/components/table/table_header_cell_checkbox.js +1 -0
- package/es/components/table/table_row.js +1 -0
- package/es/components/table/table_row_cell.js +1 -0
- package/es/components/table/table_row_cell_checkbox.js +2 -1
- package/es/components/tabs/tab.js +1 -0
- package/es/components/tabs/tabbed_content/tabbed_content.js +7 -3
- package/es/components/text/text.js +1 -0
- package/es/components/text/text.styles.js +1 -1
- package/es/components/text/text_align.js +1 -0
- package/es/components/text/text_color.js +1 -0
- package/es/components/timeline/timeline.js +4 -2
- package/es/components/timeline/timeline_item.js +2 -1
- package/es/components/title/title.js +1 -0
- package/es/components/toast/global_toast_list.js +4 -2
- package/es/components/toast/global_toast_list.styles.js +2 -2
- package/es/components/toast/global_toast_list_item.js +1 -0
- package/es/components/toast/toast.js +2 -1
- package/es/components/tool_tip/tool_tip_popover.js +1 -0
- package/es/components/tour/tour.js +1 -214
- package/es/components/tour/tour.styles.js +57 -0
- package/es/components/tour/tour_step.js +36 -6
- package/es/components/tour/tour_step_indicator.js +23 -14
- package/es/components/tree_view/tree_view.js +1 -0
- package/es/global_styling/functions/logicals.js +16 -2
- package/es/global_styling/mixins/_helpers.js +11 -4
- package/es/global_styling/mixins/_responsive.js +18 -14
- package/es/global_styling/mixins/_states.js +3 -4
- package/es/global_styling/mixins/_typography.js +3 -1
- package/es/global_styling/reset/global_styles.js +1 -1
- package/es/global_styling/utility/utility.js +10 -2
- package/es/global_styling/variables/breakpoint.js +2 -1
- package/es/services/breakpoint/_sorting.js +41 -0
- package/es/services/breakpoint/current_breakpoint.js +19 -6
- package/es/services/breakpoint/index.js +2 -2
- package/es/services/breakpoint/is_within_hooks.js +67 -0
- package/es/services/index.js +1 -1
- package/eui.d.ts +268 -375
- package/i18ntokens.json +24 -24
- package/lib/components/accessibility/screen_reader_live/screen_reader_live.js +2 -2
- package/lib/components/accessibility/skip_link/skip_link.js +2 -0
- package/lib/components/accordion/accordion.js +18 -7
- package/lib/components/accordion/accordion.styles.js +4 -1
- package/lib/components/aspect_ratio/aspect_ratio.js +10 -20
- package/lib/components/avatar/avatar.js +1 -0
- package/lib/components/badge/badge.js +1 -0
- package/lib/components/badge/badge_group/badge_group.js +1 -0
- package/lib/components/badge/beta_badge/beta_badge.js +1 -0
- package/lib/components/badge/notification_badge/badge_notification.js +2 -1
- package/lib/components/basic_table/basic_table.js +5 -2
- package/lib/components/basic_table/collapsed_item_actions.js +1 -2
- package/lib/components/basic_table/in_memory_table.js +8 -3
- package/lib/components/beacon/beacon.js +1 -0
- package/lib/components/bottom_bar/bottom_bar.js +2 -0
- package/lib/components/breadcrumbs/breadcrumb.js +1 -0
- package/lib/components/breadcrumbs/breadcrumb.styles.js +2 -2
- package/lib/components/breadcrumbs/breadcrumbs.js +2 -0
- package/lib/components/button/_button_content_deprecated.js +3 -1
- package/lib/components/button/button.js +4 -0
- package/lib/components/button/button_display/_button_display.js +2 -0
- package/lib/components/button/button_display/_button_display_content.js +3 -1
- package/lib/components/button/button_empty/button_empty.js +3 -1
- package/lib/components/button/button_group/button_group.js +4 -1
- package/lib/components/button/button_group/button_group_button.js +2 -0
- package/lib/components/button/button_icon/button_icon.js +1 -0
- package/lib/components/call_out/call_out.js +1 -0
- package/lib/components/card/card.js +3 -1
- package/lib/components/card/card_select.js +3 -1
- package/lib/components/code/code.js +1 -0
- package/lib/components/code/code_block.js +1 -0
- package/lib/components/collapsible_nav/collapsible_nav.js +6 -46
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +9 -1
- package/lib/components/color_picker/color_palette_display/color_palette_display.js +1 -0
- package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -0
- package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -0
- package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +7 -3
- package/lib/components/color_picker/color_picker.js +1 -0
- package/lib/components/color_picker/color_picker_swatch.js +1 -0
- package/lib/components/color_picker/color_stops/color_stop_thumb.js +1 -0
- package/lib/components/color_picker/color_stops/color_stops.js +2 -1
- package/lib/components/color_picker/hue.js +1 -0
- package/lib/components/color_picker/saturation.js +1 -0
- package/lib/components/combo_box/combo_box.js +2 -1
- package/lib/components/combo_box/combo_box_input/combo_box_input.js +6 -3
- package/lib/components/combo_box/combo_box_input/combo_box_pill.js +6 -3
- package/lib/components/combo_box/combo_box_options_list/combo_box_option.js +6 -3
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
- package/lib/components/comment_list/comment.js +1 -0
- package/lib/components/comment_list/comment_event.js +2 -1
- package/lib/components/comment_list/comment_list.js +2 -0
- package/lib/components/comment_list/comment_timeline.js +2 -1
- package/lib/components/context_menu/context_menu.js +3 -1
- package/lib/components/context_menu/context_menu_item.js +1 -0
- package/lib/components/context_menu/context_menu_panel.js +1 -0
- package/lib/components/control_bar/control_bar.js +3 -0
- package/lib/components/copy/copy.js +2 -1
- package/lib/components/datagrid/body/data_grid_body.js +12 -0
- package/lib/components/datagrid/body/data_grid_cell.js +24 -0
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -0
- package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -0
- package/lib/components/datagrid/data_grid.js +13 -0
- package/lib/components/datagrid/utils/in_memory.js +12 -0
- package/lib/components/date_picker/auto_refresh/auto_refresh.js +3 -1
- package/lib/components/date_picker/date_picker.js +1 -0
- package/lib/components/date_picker/date_picker_range.js +45 -4
- package/lib/components/date_picker/super_date_picker/super_date_picker.js +2 -0
- package/lib/components/description_list/description_list.js +5 -2
- package/lib/components/description_list/description_list_description.js +2 -1
- package/lib/components/description_list/description_list_title.js +2 -1
- package/lib/components/drag_and_drop/draggable.js +2 -1
- package/lib/components/drag_and_drop/droppable.js +2 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -0
- package/lib/components/error_boundary/error_boundary.js +1 -0
- package/lib/components/expression/expression.js +1 -0
- package/lib/components/facet/facet_button.js +2 -1
- package/lib/components/facet/facet_group.js +1 -0
- package/lib/components/filter_group/filter_group.js +1 -0
- package/lib/components/filter_group/filter_select_item.js +2 -1
- package/lib/components/flex/flex_grid.js +1 -0
- package/lib/components/flex/flex_group.js +2 -1
- package/lib/components/flex/flex_item.js +1 -0
- package/lib/components/flyout/flyout.js +6 -33
- package/lib/components/flyout/flyout_body.js +1 -0
- package/lib/components/flyout/flyout_footer.js +2 -1
- package/lib/components/flyout/flyout_header.js +1 -0
- package/lib/components/focus_trap/focus_trap.js +1 -0
- package/lib/components/form/checkbox/checkbox.js +4 -2
- package/lib/components/form/checkbox/checkbox_group.js +2 -0
- package/lib/components/form/described_form_group/described_form_group.js +1 -0
- package/lib/components/form/field_number/field_number.js +1 -0
- package/lib/components/form/field_password/field_password.js +1 -0
- package/lib/components/form/field_search/field_search.js +2 -1
- package/lib/components/form/field_text/field_text.js +1 -0
- package/lib/components/form/file_picker/file_picker.js +2 -1
- package/lib/components/form/form.js +1 -0
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -0
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.js +1 -0
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -0
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +1 -0
- package/lib/components/form/form_error_text/form_error_text.js +2 -1
- package/lib/components/form/form_fieldset/form_fieldset.js +3 -1
- package/lib/components/form/form_fieldset/form_legend.js +1 -0
- package/lib/components/form/form_help_text/form_help_text.js +2 -1
- package/lib/components/form/form_label/form_label.js +2 -1
- package/lib/components/form/form_row/form_row.js +1 -0
- package/lib/components/form/radio/radio.js +3 -1
- package/lib/components/form/radio/radio_group.js +2 -0
- package/lib/components/form/range/dual_range.js +2 -1
- package/lib/components/form/range/range.js +4 -2
- package/lib/components/form/range/range_levels.js +2 -1
- package/lib/components/form/range/range_slider.js +1 -0
- package/lib/components/form/range/range_thumb.js +2 -1
- package/lib/components/form/range/range_track.js +2 -1
- package/lib/components/form/range/range_wrapper.js +2 -1
- package/lib/components/form/select/select.js +1 -0
- package/lib/components/form/super_select/super_select.js +1 -0
- package/lib/components/form/switch/switch.js +3 -1
- package/lib/components/form/text_area/text_area.js +1 -0
- package/lib/components/form/validatable_control/validatable_control.js +1 -0
- package/lib/components/header/header.js +3 -2
- package/lib/components/header/header_alert/header_alert.js +1 -0
- package/lib/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -0
- package/lib/components/header/header_links/header_link.js +2 -0
- package/lib/components/header/header_links/header_links.js +8 -1
- package/lib/components/header/header_logo.js +1 -0
- package/lib/components/header/header_section/header_section.js +1 -0
- package/lib/components/header/header_section/header_section_item.js +1 -0
- package/lib/components/health/health.js +1 -0
- package/lib/components/highlight/highlight.js +1 -0
- package/lib/components/horizontal_rule/horizontal_rule.js +2 -1
- package/lib/components/icon/icon.js +1 -0
- package/lib/components/image/image.js +1 -0
- package/lib/components/image/image_button.styles.js +1 -1
- package/lib/components/key_pad_menu/key_pad_menu.js +1 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -0
- package/lib/components/link/link.js +1 -0
- package/lib/components/link/link.styles.js +6 -5
- package/lib/components/list_group/list_group.js +3 -0
- package/lib/components/list_group/list_group_item.js +2 -0
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +5 -0
- package/lib/components/loading/loading_chart.js +1 -0
- package/lib/components/loading/loading_content.js +1 -0
- package/lib/components/loading/loading_elastic.js +1 -0
- package/lib/components/loading/loading_logo.js +1 -0
- package/lib/components/loading/loading_spinner.js +1 -0
- package/lib/components/mark/mark.js +1 -0
- package/lib/components/markdown_editor/markdown_editor.js +2 -0
- package/lib/components/markdown_editor/markdown_editor_text_area.js +1 -0
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -0
- package/lib/components/markdown_editor/markdown_format.js +1 -0
- package/lib/components/modal/modal_body.js +2 -1
- package/lib/components/modal/modal_footer.js +2 -1
- package/lib/components/modal/modal_header.js +2 -1
- package/lib/components/modal/modal_header_title.js +2 -1
- package/lib/components/notification/notification_event.js +4 -1
- package/lib/components/notification/notification_event_read_button.js +1 -0
- package/lib/components/overlay_mask/overlay_mask.js +3 -1
- package/lib/components/page/page.js +1 -0
- package/lib/components/page/page_content/page_content.js +1 -0
- package/lib/components/page/page_content/page_content_body.js +1 -0
- package/lib/components/page/page_content/page_content_header.js +2 -1
- package/lib/components/page/page_content/page_content_header_section.js +2 -1
- package/lib/components/page/page_header/page_header.js +1 -0
- package/lib/components/page/page_header/page_header_content.js +4 -0
- package/lib/components/page/page_header/page_header_section.js +2 -1
- package/lib/components/page/page_section/page_section.js +1 -0
- package/lib/components/page/page_side_bar/page_side_bar.js +2 -1
- package/lib/components/page/page_sidebar/page_sidebar.js +5 -2
- package/lib/components/page/page_template.js +7 -1
- package/lib/components/page_template/empty_prompt/page_empty_prompt.js +1 -0
- package/lib/components/page_template/outer/page_outer.js +2 -1
- package/lib/components/page_template/page_template.js +9 -2
- package/lib/components/pagination/pagination.js +1 -0
- package/lib/components/panel/panel.js +2 -1
- package/lib/components/panel/split_panel/split_panel.js +2 -1
- package/lib/components/popover/input_popover.js +1 -0
- package/lib/components/popover/popover.js +10 -2
- package/lib/components/popover/popover_arrow/_popover_arrow.js +1 -0
- package/lib/components/popover/popover_footer.js +1 -0
- package/lib/components/popover/popover_panel/_popover_panel.js +1 -0
- package/lib/components/popover/popover_panel/_popover_panel.styles.js +5 -3
- package/lib/components/popover/popover_title.js +1 -0
- package/lib/components/progress/progress.js +1 -0
- package/lib/components/provider/cache/cache_provider.js +11 -3
- package/lib/components/resizable_container/resizable_button.js +2 -1
- package/lib/components/resizable_container/resizable_container.js +2 -1
- package/lib/components/resizable_container/resizable_panel.js +2 -1
- package/lib/components/search_bar/search_bar.js +3 -1
- package/lib/components/selectable/selectable.js +2 -0
- package/lib/components/selectable/selectable_list/selectable_list.js +4 -0
- package/lib/components/selectable/selectable_list/selectable_list_item.js +2 -0
- package/lib/components/selectable/selectable_message/selectable_message.js +1 -0
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +5 -1
- package/lib/components/side_nav/side_nav.js +1 -0
- package/lib/components/spacer/spacer.js +1 -0
- package/lib/components/stat/stat.js +1 -0
- package/lib/components/steps/step.js +1 -0
- package/lib/components/steps/step_horizontal.js +2 -1
- package/lib/components/steps/step_number.js +2 -1
- package/lib/components/steps/steps.js +2 -1
- package/lib/components/steps/steps_horizontal.js +2 -1
- package/lib/components/steps/sub_steps.js +2 -1
- package/lib/components/suggest/suggest.js +2 -0
- package/lib/components/suggest/suggest_item.js +1 -0
- package/lib/components/table/mobile/table_header_mobile.js +2 -1
- package/lib/components/table/mobile/table_sort_mobile_item.js +2 -1
- package/lib/components/table/table.js +2 -1
- package/lib/components/table/table_body.js +1 -0
- package/lib/components/table/table_footer.js +2 -1
- package/lib/components/table/table_footer_cell.js +1 -0
- package/lib/components/table/table_header.js +1 -0
- package/lib/components/table/table_header_button.js +1 -0
- package/lib/components/table/table_header_cell.js +1 -0
- package/lib/components/table/table_header_cell_checkbox.js +1 -0
- package/lib/components/table/table_row.js +1 -0
- package/lib/components/table/table_row_cell.js +1 -0
- package/lib/components/table/table_row_cell_checkbox.js +2 -1
- package/lib/components/tabs/tab.js +1 -0
- package/lib/components/tabs/tabbed_content/tabbed_content.js +7 -3
- package/lib/components/text/text.js +1 -0
- package/lib/components/text/text.styles.js +1 -1
- package/lib/components/text/text_align.js +1 -0
- package/lib/components/text/text_color.js +1 -0
- package/lib/components/timeline/timeline.js +4 -2
- package/lib/components/timeline/timeline_item.js +2 -1
- package/lib/components/title/title.js +1 -0
- package/lib/components/toast/global_toast_list.js +4 -2
- package/lib/components/toast/global_toast_list.styles.js +1 -1
- package/lib/components/toast/global_toast_list_item.js +1 -0
- package/lib/components/toast/toast.js +2 -1
- package/lib/components/tool_tip/tool_tip_popover.js +1 -0
- package/lib/components/tour/tour.js +1 -71
- package/lib/components/tour/tour.styles.js +79 -0
- package/lib/components/tour/tour_step.js +31 -5
- package/lib/components/tour/tour_step_indicator.js +22 -19
- package/lib/components/tree_view/tree_view.js +1 -0
- package/lib/global_styling/functions/logicals.js +21 -4
- package/lib/global_styling/mixins/_helpers.js +17 -6
- package/lib/global_styling/mixins/_responsive.js +18 -14
- package/lib/global_styling/mixins/_states.js +3 -4
- package/lib/global_styling/mixins/_typography.js +4 -1
- package/lib/global_styling/reset/global_styles.js +1 -1
- package/lib/global_styling/utility/utility.js +16 -3
- package/lib/global_styling/variables/breakpoint.js +3 -1
- package/lib/services/breakpoint/_sorting.js +53 -0
- package/lib/services/breakpoint/current_breakpoint.js +19 -5
- package/lib/services/breakpoint/index.js +4 -17
- package/lib/services/breakpoint/is_within_hooks.js +82 -0
- package/lib/services/index.js +14 -42
- package/optimize/es/components/accessibility/screen_reader_live/screen_reader_live.js +2 -2
- package/optimize/es/components/accordion/accordion.js +9 -5
- package/optimize/es/components/accordion/accordion.styles.js +4 -1
- package/optimize/es/components/aspect_ratio/aspect_ratio.js +9 -18
- package/optimize/es/components/basic_table/collapsed_item_actions.js +1 -2
- package/optimize/es/components/breadcrumbs/breadcrumb.styles.js +2 -2
- package/optimize/es/components/collapsible_nav/collapsible_nav.js +3 -38
- package/optimize/es/components/date_picker/date_picker_range.js +29 -3
- package/optimize/es/components/description_list/description_list_description.js +2 -1
- package/optimize/es/components/description_list/description_list_title.js +2 -1
- package/optimize/es/components/flyout/flyout.js +7 -34
- package/optimize/es/components/header/header.js +2 -2
- package/optimize/es/components/image/image_button.styles.js +1 -1
- package/optimize/es/components/link/link.styles.js +6 -5
- package/optimize/es/components/overlay_mask/overlay_mask.js +2 -1
- package/optimize/es/components/page/page_sidebar/page_sidebar.js +3 -1
- package/optimize/es/components/page_template/page_template.js +3 -1
- package/optimize/es/components/popover/popover.js +3 -1
- package/optimize/es/components/popover/popover_panel/_popover_panel.styles.js +3 -2
- package/optimize/es/components/provider/cache/cache_provider.js +9 -3
- package/optimize/es/components/text/text.styles.js +1 -1
- package/optimize/es/components/toast/global_toast_list.styles.js +2 -2
- package/optimize/es/components/tour/tour.styles.js +57 -0
- package/optimize/es/components/tour/tour_step.js +30 -6
- package/optimize/es/components/tour/tour_step_indicator.js +19 -12
- package/optimize/es/global_styling/functions/logicals.js +16 -2
- package/optimize/es/global_styling/mixins/_helpers.js +11 -4
- package/optimize/es/global_styling/mixins/_responsive.js +18 -14
- package/optimize/es/global_styling/mixins/_states.js +3 -4
- package/optimize/es/global_styling/mixins/_typography.js +3 -1
- package/optimize/es/global_styling/reset/global_styles.js +1 -1
- package/optimize/es/global_styling/utility/utility.js +10 -2
- package/optimize/es/global_styling/variables/breakpoint.js +2 -1
- package/optimize/es/services/breakpoint/_sorting.js +31 -0
- package/optimize/es/services/breakpoint/current_breakpoint.js +19 -6
- package/optimize/es/services/breakpoint/index.js +2 -2
- package/optimize/es/services/breakpoint/is_within_hooks.js +67 -0
- package/optimize/es/services/index.js +1 -1
- package/optimize/lib/components/accessibility/screen_reader_live/screen_reader_live.js +2 -2
- package/optimize/lib/components/accordion/accordion.js +9 -5
- package/optimize/lib/components/accordion/accordion.styles.js +4 -1
- package/optimize/lib/components/aspect_ratio/aspect_ratio.js +9 -20
- package/optimize/lib/components/basic_table/collapsed_item_actions.js +1 -2
- package/optimize/lib/components/breadcrumbs/breadcrumb.styles.js +2 -2
- package/optimize/lib/components/collapsible_nav/collapsible_nav.js +1 -37
- package/optimize/lib/components/date_picker/date_picker_range.js +29 -3
- package/optimize/lib/components/flyout/flyout.js +6 -33
- package/optimize/lib/components/header/header.js +2 -2
- package/optimize/lib/components/image/image_button.styles.js +1 -1
- package/optimize/lib/components/link/link.styles.js +6 -5
- package/optimize/lib/components/overlay_mask/overlay_mask.js +2 -1
- package/optimize/lib/components/page/page_sidebar/page_sidebar.js +3 -1
- package/optimize/lib/components/page_template/page_template.js +3 -1
- package/optimize/lib/components/popover/popover.js +3 -1
- package/optimize/lib/components/popover/popover_panel/_popover_panel.styles.js +5 -3
- package/optimize/lib/components/provider/cache/cache_provider.js +11 -3
- package/optimize/lib/components/text/text.styles.js +1 -1
- package/optimize/lib/components/toast/global_toast_list.styles.js +1 -1
- package/optimize/lib/components/tour/tour.styles.js +79 -0
- package/optimize/lib/components/tour/tour_step.js +30 -5
- package/optimize/lib/components/tour/tour_step_indicator.js +20 -17
- package/optimize/lib/global_styling/functions/logicals.js +21 -4
- package/optimize/lib/global_styling/mixins/_helpers.js +17 -6
- package/optimize/lib/global_styling/mixins/_responsive.js +18 -14
- package/optimize/lib/global_styling/mixins/_states.js +3 -4
- package/optimize/lib/global_styling/mixins/_typography.js +4 -1
- package/optimize/lib/global_styling/reset/global_styles.js +1 -1
- package/optimize/lib/global_styling/utility/utility.js +16 -3
- package/optimize/lib/global_styling/variables/breakpoint.js +3 -1
- package/optimize/lib/services/breakpoint/_sorting.js +45 -0
- package/optimize/lib/services/breakpoint/current_breakpoint.js +19 -5
- package/optimize/lib/services/breakpoint/index.js +4 -17
- package/optimize/lib/services/breakpoint/is_within_hooks.js +82 -0
- package/optimize/lib/services/index.js +14 -42
- package/package.json +2 -1
- package/src/components/index.scss +0 -1
- package/src/global_styling/mixins/_helpers.scss +9 -0
- package/src/global_styling/utility/_utility.scss +0 -127
- package/test-env/components/accessibility/screen_reader_live/screen_reader_live.js +2 -2
- package/test-env/components/accessibility/skip_link/skip_link.js +2 -0
- package/test-env/components/accordion/accordion.js +18 -7
- package/test-env/components/accordion/accordion.styles.js +4 -1
- package/test-env/components/aspect_ratio/aspect_ratio.js +10 -20
- package/test-env/components/avatar/avatar.js +1 -0
- package/test-env/components/badge/badge.js +1 -0
- package/test-env/components/badge/badge_group/badge_group.js +1 -0
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -0
- package/test-env/components/badge/notification_badge/badge_notification.js +2 -1
- package/test-env/components/basic_table/basic_table.js +5 -2
- package/test-env/components/basic_table/collapsed_item_actions.js +1 -2
- package/test-env/components/basic_table/in_memory_table.js +8 -3
- package/test-env/components/beacon/beacon.js +1 -0
- package/test-env/components/bottom_bar/bottom_bar.js +2 -0
- package/test-env/components/breadcrumbs/breadcrumb.js +1 -0
- package/test-env/components/breadcrumbs/breadcrumb.styles.js +2 -2
- package/test-env/components/breadcrumbs/breadcrumbs.js +2 -0
- package/test-env/components/button/_button_content_deprecated.js +3 -1
- package/test-env/components/button/button.js +4 -0
- package/test-env/components/button/button_display/_button_display.js +2 -0
- package/test-env/components/button/button_display/_button_display_content.js +3 -1
- package/test-env/components/button/button_empty/button_empty.js +3 -1
- package/test-env/components/button/button_group/button_group.js +4 -1
- package/test-env/components/button/button_group/button_group_button.js +2 -0
- package/test-env/components/button/button_icon/button_icon.js +1 -0
- package/test-env/components/call_out/call_out.js +1 -0
- package/test-env/components/card/card.js +3 -1
- package/test-env/components/card/card_select.js +3 -1
- package/test-env/components/collapsible_nav/collapsible_nav.js +6 -40
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +9 -1
- package/test-env/components/color_picker/color_palette_display/color_palette_display.js +1 -0
- package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -0
- package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -0
- package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +7 -3
- package/test-env/components/color_picker/color_picker.js +1 -0
- package/test-env/components/color_picker/color_picker_swatch.js +1 -0
- package/test-env/components/color_picker/color_stops/color_stop_thumb.js +1 -0
- package/test-env/components/color_picker/color_stops/color_stops.js +2 -1
- package/test-env/components/color_picker/hue.js +1 -0
- package/test-env/components/color_picker/saturation.js +1 -0
- package/test-env/components/combo_box/combo_box.js +2 -1
- package/test-env/components/combo_box/combo_box_input/combo_box_input.js +6 -3
- package/test-env/components/combo_box/combo_box_input/combo_box_pill.js +6 -3
- package/test-env/components/combo_box/combo_box_options_list/combo_box_option.js +6 -3
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
- package/test-env/components/comment_list/comment.js +1 -0
- package/test-env/components/comment_list/comment_event.js +2 -1
- package/test-env/components/comment_list/comment_list.js +2 -0
- package/test-env/components/comment_list/comment_timeline.js +2 -1
- package/test-env/components/context_menu/context_menu.js +3 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -0
- package/test-env/components/context_menu/context_menu_panel.js +1 -0
- package/test-env/components/control_bar/control_bar.js +3 -0
- package/test-env/components/copy/copy.js +2 -1
- package/test-env/components/datagrid/body/data_grid_body.js +12 -0
- package/test-env/components/datagrid/body/data_grid_cell.js +24 -0
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -0
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -0
- package/test-env/components/datagrid/data_grid.js +13 -0
- package/test-env/components/datagrid/utils/in_memory.js +12 -0
- package/test-env/components/date_picker/auto_refresh/auto_refresh.js +3 -1
- package/test-env/components/date_picker/date_picker.js +1 -0
- package/test-env/components/date_picker/date_picker_range.js +45 -4
- package/test-env/components/date_picker/super_date_picker/super_date_picker.js +2 -0
- package/test-env/components/description_list/description_list.js +5 -2
- package/test-env/components/description_list/description_list_description.js +2 -1
- package/test-env/components/description_list/description_list_title.js +2 -1
- package/test-env/components/drag_and_drop/draggable.js +2 -1
- package/test-env/components/drag_and_drop/droppable.js +2 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -0
- package/test-env/components/error_boundary/error_boundary.js +1 -0
- package/test-env/components/expression/expression.js +1 -0
- package/test-env/components/facet/facet_button.js +2 -1
- package/test-env/components/facet/facet_group.js +1 -0
- package/test-env/components/filter_group/filter_group.js +1 -0
- package/test-env/components/filter_group/filter_select_item.js +2 -1
- package/test-env/components/flex/flex_grid.js +1 -0
- package/test-env/components/flex/flex_group.js +2 -1
- package/test-env/components/flex/flex_item.js +1 -0
- package/test-env/components/flyout/flyout_body.js +1 -0
- package/test-env/components/flyout/flyout_footer.js +2 -1
- package/test-env/components/flyout/flyout_header.js +1 -0
- package/test-env/components/form/checkbox/checkbox.js +4 -2
- package/test-env/components/form/checkbox/checkbox_group.js +2 -0
- package/test-env/components/form/described_form_group/described_form_group.js +1 -0
- package/test-env/components/form/field_number/field_number.js +1 -0
- package/test-env/components/form/field_password/field_password.js +1 -0
- package/test-env/components/form/field_search/field_search.js +2 -1
- package/test-env/components/form/field_text/field_text.js +1 -0
- package/test-env/components/form/file_picker/file_picker.js +2 -1
- package/test-env/components/form/form.js +1 -0
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -0
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.js +1 -0
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -0
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +1 -0
- package/test-env/components/form/form_error_text/form_error_text.js +2 -1
- package/test-env/components/form/form_fieldset/form_fieldset.js +3 -1
- package/test-env/components/form/form_fieldset/form_legend.js +1 -0
- package/test-env/components/form/form_help_text/form_help_text.js +2 -1
- package/test-env/components/form/form_label/form_label.js +2 -1
- package/test-env/components/form/form_row/form_row.js +1 -0
- package/test-env/components/form/radio/radio.js +3 -1
- package/test-env/components/form/radio/radio_group.js +2 -0
- package/test-env/components/form/range/dual_range.js +2 -1
- package/test-env/components/form/range/range.js +4 -2
- package/test-env/components/form/range/range_levels.js +2 -1
- package/test-env/components/form/range/range_slider.js +1 -0
- package/test-env/components/form/range/range_thumb.js +2 -1
- package/test-env/components/form/range/range_track.js +2 -1
- package/test-env/components/form/range/range_wrapper.js +2 -1
- package/test-env/components/form/select/select.js +1 -0
- package/test-env/components/form/super_select/super_select.js +1 -0
- package/test-env/components/form/switch/switch.js +3 -1
- package/test-env/components/form/text_area/text_area.js +1 -0
- package/test-env/components/form/validatable_control/validatable_control.js +1 -0
- package/test-env/components/header/header.js +3 -2
- package/test-env/components/header/header_alert/header_alert.js +1 -0
- package/test-env/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -0
- package/test-env/components/header/header_links/header_link.js +2 -0
- package/test-env/components/header/header_links/header_links.js +8 -1
- package/test-env/components/header/header_logo.js +1 -0
- package/test-env/components/header/header_section/header_section.js +1 -0
- package/test-env/components/header/header_section/header_section_item.js +1 -0
- package/test-env/components/health/health.js +1 -0
- package/test-env/components/highlight/highlight.js +1 -0
- package/test-env/components/horizontal_rule/horizontal_rule.js +2 -1
- package/test-env/components/image/image.js +1 -0
- package/test-env/components/image/image_button.styles.js +1 -1
- package/test-env/components/key_pad_menu/key_pad_menu.js +1 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -0
- package/test-env/components/link/link.js +1 -0
- package/test-env/components/link/link.styles.js +6 -5
- package/test-env/components/list_group/list_group.js +3 -0
- package/test-env/components/list_group/list_group_item.js +2 -0
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +5 -0
- package/test-env/components/loading/loading_chart.js +1 -0
- package/test-env/components/loading/loading_content.js +1 -0
- package/test-env/components/loading/loading_elastic.js +1 -0
- package/test-env/components/loading/loading_logo.js +1 -0
- package/test-env/components/loading/loading_spinner.js +1 -0
- package/test-env/components/mark/mark.js +1 -0
- package/test-env/components/markdown_editor/markdown_editor.js +2 -0
- package/test-env/components/markdown_editor/markdown_editor_text_area.js +1 -0
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -0
- package/test-env/components/markdown_editor/markdown_format.js +1 -0
- package/test-env/components/modal/modal_body.js +2 -1
- package/test-env/components/modal/modal_footer.js +2 -1
- package/test-env/components/modal/modal_header.js +2 -1
- package/test-env/components/modal/modal_header_title.js +2 -1
- package/test-env/components/notification/notification_event.js +4 -1
- package/test-env/components/notification/notification_event_read_button.js +1 -0
- package/test-env/components/overlay_mask/overlay_mask.js +3 -1
- package/test-env/components/page/page.js +1 -0
- package/test-env/components/page/page_content/page_content.js +1 -0
- package/test-env/components/page/page_content/page_content_body.js +1 -0
- package/test-env/components/page/page_content/page_content_header.js +2 -1
- package/test-env/components/page/page_content/page_content_header_section.js +2 -1
- package/test-env/components/page/page_header/page_header.js +1 -0
- package/test-env/components/page/page_header/page_header_content.js +4 -0
- package/test-env/components/page/page_header/page_header_section.js +2 -1
- package/test-env/components/page/page_section/page_section.js +1 -0
- package/test-env/components/page/page_side_bar/page_side_bar.js +2 -1
- package/test-env/components/page/page_sidebar/page_sidebar.js +5 -2
- package/test-env/components/page/page_template.js +7 -1
- package/test-env/components/page_template/empty_prompt/page_empty_prompt.js +1 -0
- package/test-env/components/page_template/outer/page_outer.js +2 -1
- package/test-env/components/page_template/page_template.js +9 -2
- package/test-env/components/pagination/pagination.js +1 -0
- package/test-env/components/panel/panel.js +2 -1
- package/test-env/components/panel/split_panel/split_panel.js +2 -1
- package/test-env/components/popover/input_popover.js +1 -0
- package/test-env/components/popover/popover.js +10 -2
- package/test-env/components/popover/popover_arrow/_popover_arrow.js +1 -0
- package/test-env/components/popover/popover_footer.js +1 -0
- package/test-env/components/popover/popover_panel/_popover_panel.js +1 -0
- package/test-env/components/popover/popover_panel/_popover_panel.styles.js +5 -3
- package/test-env/components/popover/popover_title.js +1 -0
- package/test-env/components/progress/progress.js +1 -0
- package/test-env/components/provider/cache/cache_provider.js +11 -3
- package/test-env/components/resizable_container/resizable_button.js +2 -1
- package/test-env/components/resizable_container/resizable_container.js +2 -1
- package/test-env/components/resizable_container/resizable_panel.js +2 -1
- package/test-env/components/search_bar/search_bar.js +3 -1
- package/test-env/components/selectable/selectable.js +2 -0
- package/test-env/components/selectable/selectable_list/selectable_list.js +4 -0
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +2 -0
- package/test-env/components/selectable/selectable_message/selectable_message.js +1 -0
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +5 -1
- package/test-env/components/side_nav/side_nav.js +1 -0
- package/test-env/components/spacer/spacer.js +1 -0
- package/test-env/components/stat/stat.js +1 -0
- package/test-env/components/steps/step.js +1 -0
- package/test-env/components/steps/step_horizontal.js +2 -1
- package/test-env/components/steps/step_number.js +2 -1
- package/test-env/components/steps/steps.js +2 -1
- package/test-env/components/steps/steps_horizontal.js +2 -1
- package/test-env/components/steps/sub_steps.js +2 -1
- package/test-env/components/suggest/suggest.js +2 -0
- package/test-env/components/suggest/suggest_item.js +1 -0
- package/test-env/components/table/mobile/table_header_mobile.js +2 -1
- package/test-env/components/table/mobile/table_sort_mobile_item.js +2 -1
- package/test-env/components/table/table.js +2 -1
- package/test-env/components/table/table_body.js +1 -0
- package/test-env/components/table/table_footer.js +2 -1
- package/test-env/components/table/table_footer_cell.js +1 -0
- package/test-env/components/table/table_header.js +1 -0
- package/test-env/components/table/table_header_button.js +1 -0
- package/test-env/components/table/table_header_cell.js +1 -0
- package/test-env/components/table/table_header_cell_checkbox.js +1 -0
- package/test-env/components/table/table_row.js +1 -0
- package/test-env/components/table/table_row_cell.js +1 -0
- package/test-env/components/table/table_row_cell_checkbox.js +2 -1
- package/test-env/components/tabs/tab.js +1 -0
- package/test-env/components/tabs/tabbed_content/tabbed_content.js +7 -3
- package/test-env/components/text/text.js +1 -0
- package/test-env/components/text/text.styles.js +1 -1
- package/test-env/components/text/text_align.js +1 -0
- package/test-env/components/text/text_color.js +1 -0
- package/test-env/components/timeline/timeline.js +4 -2
- package/test-env/components/timeline/timeline_item.js +2 -1
- package/test-env/components/title/title.js +1 -0
- package/test-env/components/toast/global_toast_list.js +4 -2
- package/test-env/components/toast/global_toast_list.styles.js +1 -1
- package/test-env/components/toast/global_toast_list_item.js +1 -0
- package/test-env/components/toast/toast.js +2 -1
- package/test-env/components/tool_tip/tool_tip_popover.js +1 -0
- package/test-env/components/tour/tour.js +1 -71
- package/test-env/components/tour/tour.styles.js +79 -0
- package/test-env/components/tour/tour_step.js +31 -5
- package/test-env/components/tour/tour_step_indicator.js +24 -20
- package/test-env/components/tree_view/tree_view.js +1 -0
- package/test-env/global_styling/functions/logicals.js +21 -4
- package/test-env/global_styling/mixins/_helpers.js +17 -6
- package/test-env/global_styling/mixins/_responsive.js +18 -14
- package/test-env/global_styling/mixins/_states.js +3 -4
- package/test-env/global_styling/mixins/_typography.js +4 -1
- package/test-env/global_styling/reset/global_styles.js +1 -1
- package/test-env/global_styling/utility/utility.js +16 -3
- package/test-env/global_styling/variables/breakpoint.js +3 -1
- package/test-env/services/breakpoint/_sorting.js +45 -0
- package/test-env/services/breakpoint/current_breakpoint.js +19 -5
- package/test-env/services/breakpoint/current_breakpoint_hook.js +9 -2
- package/test-env/services/breakpoint/index.js +4 -17
- package/test-env/services/breakpoint/is_within_hooks.js +82 -0
- package/test-env/services/index.js +14 -42
- package/es/services/breakpoint/breakpoint.js +0 -86
- package/es/services/breakpoint/useIsWithinBreakpoints.js +0 -24
- package/lib/services/breakpoint/breakpoint.js +0 -105
- package/lib/services/breakpoint/useIsWithinBreakpoints.js +0 -34
- package/optimize/es/services/breakpoint/breakpoint.js +0 -86
- package/optimize/es/services/breakpoint/useIsWithinBreakpoints.js +0 -24
- package/optimize/lib/services/breakpoint/breakpoint.js +0 -105
- package/optimize/lib/services/breakpoint/useIsWithinBreakpoints.js +0 -34
- package/src/components/tour/_index.scss +0 -2
- package/src/components/tour/_tour.scss +0 -68
- package/src/components/tour/_tour_step_indicator.scss +0 -3
- package/test-env/services/breakpoint/breakpoint.js +0 -105
- package/test-env/services/breakpoint/useIsWithinBreakpoints.js +0 -34
package/eui.d.ts
CHANGED
|
@@ -189,13 +189,21 @@ declare module '@elastic/eui/src/services/alignment' {
|
|
|
189
189
|
export const CENTER_ALIGNMENT = "center";
|
|
190
190
|
export type HorizontalAlignment = 'left' | 'right' | 'center';
|
|
191
191
|
|
|
192
|
+
}
|
|
193
|
+
declare module '@elastic/eui/src/global_styling/variables/breakpoint' {
|
|
194
|
+
export const EuiThemeBreakpoints: readonly ["xs", "s", "m", "l", "xl"];
|
|
195
|
+
export type _EuiThemeBreakpoint = string;
|
|
196
|
+
export type _EuiThemeBreakpoints = Record<_EuiThemeBreakpoint, number>;
|
|
197
|
+
|
|
192
198
|
}
|
|
193
199
|
declare module '@elastic/eui/src/components/common' {
|
|
194
200
|
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ComponentProps, Component, FunctionComponent, JSXElementConstructor, MouseEventHandler, SFC } from 'react';
|
|
201
|
+
import { Interpolation, Theme } from '@emotion/react';
|
|
195
202
|
export interface CommonProps {
|
|
196
203
|
className?: string;
|
|
197
204
|
'aria-label'?: string;
|
|
198
205
|
'data-test-subj'?: string;
|
|
206
|
+
css?: Interpolation<Theme>;
|
|
199
207
|
}
|
|
200
208
|
export type NoArgCallback<T> = () => T;
|
|
201
209
|
export const assertNever: (x: never) => never;
|
|
@@ -300,14 +308,6 @@ declare module '@elastic/eui/src/components/common' {
|
|
|
300
308
|
}; type NonAny = number | boolean | string | symbol | null;
|
|
301
309
|
export {};
|
|
302
310
|
|
|
303
|
-
}
|
|
304
|
-
declare module '@elastic/eui/src/global_styling/variables/breakpoint' {
|
|
305
|
-
export const EuiThemeBreakpoints: readonly ["xs", "s", "m", "l", "xl"];
|
|
306
|
-
export type _EuiThemeBreakpoint = typeof EuiThemeBreakpoints[number];
|
|
307
|
-
export type _EuiThemeBreakpoints = {
|
|
308
|
-
[key in _EuiThemeBreakpoint]: number;
|
|
309
|
-
};
|
|
310
|
-
|
|
311
311
|
}
|
|
312
312
|
declare module '@elastic/eui/src/global_styling/variables/animations' {
|
|
313
313
|
import { CSSProperties } from 'react';
|
|
@@ -335,6 +335,62 @@ declare module '@elastic/eui/src/global_styling/variables/animations' {
|
|
|
335
335
|
export type _EuiThemeAnimationEasings = Record<_EuiThemeAnimationEasing, CSSProperties['animationTimingFunction']>;
|
|
336
336
|
export type _EuiThemeAnimation = _EuiThemeAnimationEasings & _EuiThemeAnimationSpeeds;
|
|
337
337
|
|
|
338
|
+
}
|
|
339
|
+
declare module '@elastic/eui/src/global_styling/variables/borders' {
|
|
340
|
+
import { CSSProperties } from 'react';
|
|
341
|
+
import { ColorModeSwitch } from '@elastic/eui/src/services/theme/types';
|
|
342
|
+
export interface _EuiThemeBorderWidthValues {
|
|
343
|
+
/**
|
|
344
|
+
* Thinnest width for border
|
|
345
|
+
*/
|
|
346
|
+
thin: CSSProperties['borderWidth'];
|
|
347
|
+
/**
|
|
348
|
+
* Thickest width for border
|
|
349
|
+
*/
|
|
350
|
+
thick: CSSProperties['borderWidth'];
|
|
351
|
+
}
|
|
352
|
+
export interface _EuiThemeBorderRadiusValues {
|
|
353
|
+
/**
|
|
354
|
+
* Primary corner radius size
|
|
355
|
+
*/
|
|
356
|
+
medium: CSSProperties['borderRadius'];
|
|
357
|
+
/**
|
|
358
|
+
* Small corner radius size
|
|
359
|
+
*/
|
|
360
|
+
small: CSSProperties['borderRadius'];
|
|
361
|
+
}
|
|
362
|
+
export interface _EuiThemeBorderColorValues {
|
|
363
|
+
/**
|
|
364
|
+
* Color for all borders; Default is `colors.lightShade`
|
|
365
|
+
*/
|
|
366
|
+
color: ColorModeSwitch;
|
|
367
|
+
}
|
|
368
|
+
export interface _EuiThemeBorderValues extends _EuiThemeBorderColorValues {
|
|
369
|
+
/**
|
|
370
|
+
* Varied thicknesses for borders
|
|
371
|
+
*/
|
|
372
|
+
width: _EuiThemeBorderWidthValues;
|
|
373
|
+
/**
|
|
374
|
+
* Varied border radii
|
|
375
|
+
*/
|
|
376
|
+
radius: _EuiThemeBorderRadiusValues;
|
|
377
|
+
}
|
|
378
|
+
export interface _EuiThemeBorderTypes {
|
|
379
|
+
/**
|
|
380
|
+
* Full `border` property string computed using `border.width.thin` and `border.color`
|
|
381
|
+
*/
|
|
382
|
+
thin: CSSProperties['border'];
|
|
383
|
+
/**
|
|
384
|
+
* Full `border` property string computed using `border.width.thick` and `border.color`
|
|
385
|
+
*/
|
|
386
|
+
thick: CSSProperties['border'];
|
|
387
|
+
/**
|
|
388
|
+
* Full editable style `border` property string computed using `border.width.thick` and `border.color`
|
|
389
|
+
*/
|
|
390
|
+
editable: CSSProperties['border'];
|
|
391
|
+
}
|
|
392
|
+
export type _EuiThemeBorder = _EuiThemeBorderValues & _EuiThemeBorderTypes;
|
|
393
|
+
|
|
338
394
|
}
|
|
339
395
|
declare module '@elastic/eui/src/global_styling/variables/colors' {
|
|
340
396
|
import { ColorModeSwitch, StrictColorModeSwitch } from '@elastic/eui/src/services/theme/types';
|
|
@@ -649,143 +705,6 @@ declare module '@elastic/eui/src/services/theme/types' {
|
|
|
649
705
|
themeName: string;
|
|
650
706
|
};
|
|
651
707
|
|
|
652
|
-
}
|
|
653
|
-
declare module '@elastic/eui/src/global_styling/variables/borders' {
|
|
654
|
-
import { CSSProperties } from 'react';
|
|
655
|
-
import { ColorModeSwitch } from '@elastic/eui/src/services/theme/types';
|
|
656
|
-
export interface _EuiThemeBorderWidthValues {
|
|
657
|
-
/**
|
|
658
|
-
* Thinnest width for border
|
|
659
|
-
*/
|
|
660
|
-
thin: CSSProperties['borderWidth'];
|
|
661
|
-
/**
|
|
662
|
-
* Thickest width for border
|
|
663
|
-
*/
|
|
664
|
-
thick: CSSProperties['borderWidth'];
|
|
665
|
-
}
|
|
666
|
-
export interface _EuiThemeBorderRadiusValues {
|
|
667
|
-
/**
|
|
668
|
-
* Primary corner radius size
|
|
669
|
-
*/
|
|
670
|
-
medium: CSSProperties['borderRadius'];
|
|
671
|
-
/**
|
|
672
|
-
* Small corner radius size
|
|
673
|
-
*/
|
|
674
|
-
small: CSSProperties['borderRadius'];
|
|
675
|
-
}
|
|
676
|
-
export interface _EuiThemeBorderColorValues {
|
|
677
|
-
/**
|
|
678
|
-
* Color for all borders; Default is `colors.lightShade`
|
|
679
|
-
*/
|
|
680
|
-
color: ColorModeSwitch;
|
|
681
|
-
}
|
|
682
|
-
export interface _EuiThemeBorderValues extends _EuiThemeBorderColorValues {
|
|
683
|
-
/**
|
|
684
|
-
* Varied thicknesses for borders
|
|
685
|
-
*/
|
|
686
|
-
width: _EuiThemeBorderWidthValues;
|
|
687
|
-
/**
|
|
688
|
-
* Varied border radii
|
|
689
|
-
*/
|
|
690
|
-
radius: _EuiThemeBorderRadiusValues;
|
|
691
|
-
}
|
|
692
|
-
export interface _EuiThemeBorderTypes {
|
|
693
|
-
/**
|
|
694
|
-
* Full `border` property string computed using `border.width.thin` and `border.color`
|
|
695
|
-
*/
|
|
696
|
-
thin: CSSProperties['border'];
|
|
697
|
-
/**
|
|
698
|
-
* Full `border` property string computed using `border.width.thick` and `border.color`
|
|
699
|
-
*/
|
|
700
|
-
thick: CSSProperties['border'];
|
|
701
|
-
/**
|
|
702
|
-
* Full editable style `border` property string computed using `border.width.thick` and `border.color`
|
|
703
|
-
*/
|
|
704
|
-
editable: CSSProperties['border'];
|
|
705
|
-
}
|
|
706
|
-
export type _EuiThemeBorder = _EuiThemeBorderValues & _EuiThemeBorderTypes;
|
|
707
|
-
|
|
708
|
-
}
|
|
709
|
-
declare module '@elastic/eui/src/global_styling/variables/shadow' {
|
|
710
|
-
export const EuiThemeShadowSizes: readonly ["xs", "s", "m", "l", "xl"];
|
|
711
|
-
export type _EuiThemeShadowSize = typeof EuiThemeShadowSizes[number];
|
|
712
|
-
/**
|
|
713
|
-
* Shadow t-shirt sizes descriptions
|
|
714
|
-
*/
|
|
715
|
-
export const _EuiShadowSizesDescriptions: Record<_EuiThemeShadowSize, string>;
|
|
716
|
-
export interface _EuiThemeShadowCustomColor {
|
|
717
|
-
color?: string;
|
|
718
|
-
property?: 'box-shadow' | 'filter';
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
}
|
|
722
|
-
declare module '@elastic/eui/src/global_styling/variables' {
|
|
723
|
-
export * from '@elastic/eui/src/global_styling/variables/animations';
|
|
724
|
-
export * from '@elastic/eui/src/global_styling/variables/borders';
|
|
725
|
-
export * from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
726
|
-
export * from '@elastic/eui/src/global_styling/variables/colors';
|
|
727
|
-
export * from '@elastic/eui/src/global_styling/variables/levels';
|
|
728
|
-
export * from '@elastic/eui/src/global_styling/variables/size';
|
|
729
|
-
export * from '@elastic/eui/src/global_styling/variables/shadow';
|
|
730
|
-
export * from '@elastic/eui/src/global_styling/variables/states';
|
|
731
|
-
export * from '@elastic/eui/src/global_styling/variables/typography';
|
|
732
|
-
|
|
733
|
-
}
|
|
734
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
735
|
-
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables';
|
|
736
|
-
export const breakpoint: _EuiThemeBreakpoints;
|
|
737
|
-
|
|
738
|
-
}
|
|
739
|
-
declare module '@elastic/eui/src/services/breakpoint/breakpoint' {
|
|
740
|
-
import { _EuiThemeBreakpoint, _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
741
|
-
export type EuiBreakpointSize = _EuiThemeBreakpoint;
|
|
742
|
-
export type EuiBreakpoints = _EuiThemeBreakpoints;
|
|
743
|
-
export const BREAKPOINTS: _EuiThemeBreakpoints;
|
|
744
|
-
export const BREAKPOINT_KEYS: ("s" | "xs" | "m" | "l" | "xl")[];
|
|
745
|
-
/**
|
|
746
|
-
* Given the current `width` and an object of `EuiBreakpoints`,
|
|
747
|
-
* this function returns the string that is the name of the breakpoint key
|
|
748
|
-
* that is less than or equal to the width
|
|
749
|
-
*
|
|
750
|
-
* @param {number} width Can either be the full window width or any width
|
|
751
|
-
* @param {EuiBreakpoints} breakpoints An object with keys for sizing and values for minimum width
|
|
752
|
-
* @returns {string | undefined} Name of the breakpoint key or `undefined` if a key doesn't exist
|
|
753
|
-
*/
|
|
754
|
-
export function getBreakpoint(width: number, breakpoints?: EuiBreakpoints): EuiBreakpointSize | undefined;
|
|
755
|
-
/**
|
|
756
|
-
* Given the current `width` and a max breakpoint key,
|
|
757
|
-
* this function returns true or false if the `width` falls within the max
|
|
758
|
-
* breakpoint or any breakpoints below
|
|
759
|
-
*
|
|
760
|
-
* @param {number} width Can either be the full window width or any width
|
|
761
|
-
* @param {EuiBreakpointSize | number} max The named breakpoint or custom number to check against
|
|
762
|
-
* @param {EuiBreakpoints} breakpoints An object with keys for sizing and values for minimum width
|
|
763
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
764
|
-
*/
|
|
765
|
-
export function isWithinMaxBreakpoint(width: number, max: EuiBreakpointSize | number, breakpoints?: EuiBreakpoints): boolean;
|
|
766
|
-
/**
|
|
767
|
-
* Given the current `width` and a min breakpoint key,
|
|
768
|
-
* this function returns true or false if the `width` falls within the min
|
|
769
|
-
* breakpoint or any breakpoints above
|
|
770
|
-
*
|
|
771
|
-
* @param {number} width Can either be the full window width or any width
|
|
772
|
-
* @param {EuiBreakpointSize | number} min The named breakpoint or custom number to check against
|
|
773
|
-
* @param {EuiBreakpoints} breakpoints An object with keys for sizing and values for minimum width
|
|
774
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
775
|
-
*/
|
|
776
|
-
export function isWithinMinBreakpoint(width: number, min: EuiBreakpointSize | number, breakpoints?: EuiBreakpoints): boolean;
|
|
777
|
-
/**
|
|
778
|
-
* Given the current `width` and an array of breakpoint keys,
|
|
779
|
-
* this function returns true or false if the `width` falls within
|
|
780
|
-
* any of the named breakpoints
|
|
781
|
-
*
|
|
782
|
-
* @param {number} width Can either be the full window width or any width
|
|
783
|
-
* @param {EuiBreakpointSize[]} sizes An array of named breakpoints
|
|
784
|
-
* @param {EuiBreakpoints} breakpoints An object with keys for sizing and values for minimum width
|
|
785
|
-
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
786
|
-
*/
|
|
787
|
-
export function isWithinBreakpoints(width: number, sizes: EuiBreakpointSize[], breakpoints?: EuiBreakpoints): boolean;
|
|
788
|
-
|
|
789
708
|
}
|
|
790
709
|
declare module '@elastic/eui/src/services/theme/utils' {
|
|
791
710
|
import { EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeSystem, EuiThemeShape, EuiThemeComputed } from '@elastic/eui/src/services/theme/types';
|
|
@@ -1581,57 +1500,6 @@ declare module '@elastic/eui/src/global_styling/mixins/_color' {
|
|
|
1581
1500
|
danger: import("@emotion/utils").SerializedStyles;
|
|
1582
1501
|
};
|
|
1583
1502
|
|
|
1584
|
-
}
|
|
1585
|
-
declare module '@elastic/eui/src/global_styling/mixins/_helpers' {
|
|
1586
|
-
import { CSSProperties } from 'react';
|
|
1587
|
-
import { UseEuiTheme } from '@elastic/eui/src/services/theme';
|
|
1588
|
-
/**
|
|
1589
|
-
* Set scroll bar appearance on Chrome (and firefox).
|
|
1590
|
-
* All parameters are optional and default to specific global settings.
|
|
1591
|
-
*/
|
|
1592
|
-
export interface EuiScrollBarStyles {
|
|
1593
|
-
thumbColor?: CSSProperties['backgroundColor'];
|
|
1594
|
-
trackColor?: CSSProperties['backgroundColor'];
|
|
1595
|
-
/**
|
|
1596
|
-
* Defaults to `thin`. Use `auto` only for large page scrollbars
|
|
1597
|
-
*/
|
|
1598
|
-
width?: CSSProperties['scrollbarWidth'];
|
|
1599
|
-
/**
|
|
1600
|
-
* Overall width (height for horizontal scrollbars)
|
|
1601
|
-
*/
|
|
1602
|
-
size?: CSSProperties['width'];
|
|
1603
|
-
/**
|
|
1604
|
-
* Corner sizes are usually determined by `width` and
|
|
1605
|
-
* are used as an inset border and therefore a smaller corner size means a larger thumb
|
|
1606
|
-
*/
|
|
1607
|
-
corner?: CSSProperties['borderWidth'];
|
|
1608
|
-
}
|
|
1609
|
-
export const euiScrollBarStyles: ({ euiTheme: { colors, size } }: UseEuiTheme, { thumbColor: _thumbColor, trackColor, width, size: _size, corner: _corner, }?: EuiScrollBarStyles) => string;
|
|
1610
|
-
export const useEuiScrollBar: (options?: EuiScrollBarStyles | undefined) => string;
|
|
1611
|
-
/**
|
|
1612
|
-
* 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable.
|
|
1613
|
-
* Browser's supporting `:focus-visible` will still show outline on keyboard focus only.
|
|
1614
|
-
* Others like Safari, won't show anything at all.
|
|
1615
|
-
*/
|
|
1616
|
-
interface _EuiYScroll {
|
|
1617
|
-
height?: CSSProperties['height'];
|
|
1618
|
-
}
|
|
1619
|
-
export const euiYScroll: (euiTheme: UseEuiTheme, { height }?: _EuiYScroll) => string;
|
|
1620
|
-
export const useEuiYScroll: ({ height }?: _EuiYScroll) => string;
|
|
1621
|
-
export const euiYScrollWithShadows: (euiTheme: UseEuiTheme, { height }?: _EuiYScroll) => string;
|
|
1622
|
-
export const useEuiYScrollWithShadows: ({ height }?: _EuiYScroll) => string;
|
|
1623
|
-
export const euiXScroll: (euiTheme: UseEuiTheme) => string;
|
|
1624
|
-
export const useEuiXScroll: () => string;
|
|
1625
|
-
export const euiXScrollWithShadows: (euiTheme: UseEuiTheme) => string;
|
|
1626
|
-
export const useEuiXScrollWithShadows: () => string;
|
|
1627
|
-
interface EuiScrollOverflowStyles {
|
|
1628
|
-
direction?: 'y' | 'x';
|
|
1629
|
-
mask?: boolean;
|
|
1630
|
-
}
|
|
1631
|
-
export const euiOverflowScroll: (euiTheme: UseEuiTheme, { direction, mask }?: EuiScrollOverflowStyles) => string;
|
|
1632
|
-
export const useEuiOverflowScroll: (direction: EuiScrollOverflowStyles['direction'], mask?: EuiScrollOverflowStyles['mask']) => string;
|
|
1633
|
-
export {};
|
|
1634
|
-
|
|
1635
1503
|
}
|
|
1636
1504
|
declare module '@elastic/eui/src/global_styling/functions/logicals' {
|
|
1637
1505
|
/**
|
|
@@ -1716,6 +1584,17 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
|
|
|
1716
1584
|
* @returns `string` Returns the logical CSS property version for the given `property: value` pair
|
|
1717
1585
|
*/
|
|
1718
1586
|
export const logicalCSS: (property: LogicalProperties, value?: any) => string;
|
|
1587
|
+
/**
|
|
1588
|
+
* Some logical properties are not yet fully supported by all browsers.
|
|
1589
|
+
* For those cases, we should use the old property as a fallback for
|
|
1590
|
+
* browsers missing support, while allowing supporting browsers to use
|
|
1591
|
+
* the logical properties.
|
|
1592
|
+
*
|
|
1593
|
+
* Examples:
|
|
1594
|
+
* https://caniuse.com/?search=overflow-block
|
|
1595
|
+
* https://caniuse.com/mdn-css_properties_float_flow_relative_values
|
|
1596
|
+
*/
|
|
1597
|
+
export const logicalCSSWithFallback: (property: LogicalProperties, value?: any) => string;
|
|
1719
1598
|
/**
|
|
1720
1599
|
*
|
|
1721
1600
|
* @param property A string that is a valid CSS logical property
|
|
@@ -1840,7 +1719,7 @@ declare module '@elastic/eui/src/global_styling/functions/typography' {
|
|
|
1840
1719
|
* this mixin will ensure that the sizing is dependent on the boldest
|
|
1841
1720
|
* weight so it doesn't shift sibling content.
|
|
1842
1721
|
*/
|
|
1843
|
-
export const euiTextShift: (fontWeight: "bold" | "
|
|
1722
|
+
export const euiTextShift: (fontWeight: "bold" | "medium" | "light" | "regular" | "semiBold" | undefined, attribute: string | undefined, euiTheme: UseEuiTheme['euiTheme']) => string;
|
|
1844
1723
|
|
|
1845
1724
|
}
|
|
1846
1725
|
declare module '@elastic/eui/src/global_styling/functions' {
|
|
@@ -1848,6 +1727,61 @@ declare module '@elastic/eui/src/global_styling/functions' {
|
|
|
1848
1727
|
export * from '@elastic/eui/src/global_styling/functions/size';
|
|
1849
1728
|
export * from '@elastic/eui/src/global_styling/functions/typography';
|
|
1850
1729
|
|
|
1730
|
+
}
|
|
1731
|
+
declare module '@elastic/eui/src/global_styling/mixins/_helpers' {
|
|
1732
|
+
import { CSSProperties } from 'react';
|
|
1733
|
+
import { UseEuiTheme } from '@elastic/eui/src/services/theme';
|
|
1734
|
+
/**
|
|
1735
|
+
* Set scroll bar appearance on Chrome (and firefox).
|
|
1736
|
+
* All parameters are optional and default to specific global settings.
|
|
1737
|
+
*/
|
|
1738
|
+
export interface EuiScrollBarStyles {
|
|
1739
|
+
thumbColor?: CSSProperties['backgroundColor'];
|
|
1740
|
+
trackColor?: CSSProperties['backgroundColor'];
|
|
1741
|
+
/**
|
|
1742
|
+
* Defaults to `thin`. Use `auto` only for large page scrollbars
|
|
1743
|
+
*/
|
|
1744
|
+
width?: CSSProperties['scrollbarWidth'];
|
|
1745
|
+
/**
|
|
1746
|
+
* Overall width (height for horizontal scrollbars)
|
|
1747
|
+
*/
|
|
1748
|
+
size?: CSSProperties['width'];
|
|
1749
|
+
/**
|
|
1750
|
+
* Corner sizes are usually determined by `width` and
|
|
1751
|
+
* are used as an inset border and therefore a smaller corner size means a larger thumb
|
|
1752
|
+
*/
|
|
1753
|
+
corner?: CSSProperties['borderWidth'];
|
|
1754
|
+
}
|
|
1755
|
+
export const euiScrollBarStyles: ({ euiTheme: { colors, size } }: UseEuiTheme, { thumbColor: _thumbColor, trackColor, width, size: _size, corner: _corner, }?: EuiScrollBarStyles) => string;
|
|
1756
|
+
export const useEuiScrollBar: (options?: EuiScrollBarStyles | undefined) => string;
|
|
1757
|
+
/**
|
|
1758
|
+
* 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable.
|
|
1759
|
+
* Browser's supporting `:focus-visible` will still show outline on keyboard focus only.
|
|
1760
|
+
* Others like Safari, won't show anything at all.
|
|
1761
|
+
*/
|
|
1762
|
+
interface _EuiYScroll {
|
|
1763
|
+
height?: CSSProperties['height'];
|
|
1764
|
+
}
|
|
1765
|
+
export const euiYScroll: (euiTheme: UseEuiTheme, { height }?: _EuiYScroll) => string;
|
|
1766
|
+
export const useEuiYScroll: ({ height }?: _EuiYScroll) => string;
|
|
1767
|
+
export const euiYScrollWithShadows: (euiTheme: UseEuiTheme, { height }?: _EuiYScroll) => string;
|
|
1768
|
+
export const useEuiYScrollWithShadows: ({ height }?: _EuiYScroll) => string;
|
|
1769
|
+
export const euiXScroll: (euiTheme: UseEuiTheme) => string;
|
|
1770
|
+
export const useEuiXScroll: () => string;
|
|
1771
|
+
export const euiXScrollWithShadows: (euiTheme: UseEuiTheme) => string;
|
|
1772
|
+
export const useEuiXScrollWithShadows: () => string;
|
|
1773
|
+
interface EuiScrollOverflowStyles {
|
|
1774
|
+
direction?: 'y' | 'x';
|
|
1775
|
+
mask?: boolean;
|
|
1776
|
+
}
|
|
1777
|
+
export const euiOverflowScroll: (euiTheme: UseEuiTheme, { direction, mask }?: EuiScrollOverflowStyles) => string;
|
|
1778
|
+
export const useEuiOverflowScroll: (direction: EuiScrollOverflowStyles['direction'], mask?: EuiScrollOverflowStyles['mask']) => string;
|
|
1779
|
+
/**
|
|
1780
|
+
* For quickly applying a full-height element whether using flex or not
|
|
1781
|
+
*/
|
|
1782
|
+
export const euiFullHeight: () => string;
|
|
1783
|
+
export {};
|
|
1784
|
+
|
|
1851
1785
|
}
|
|
1852
1786
|
declare module '@elastic/eui/src/global_styling/mixins/_padding' {
|
|
1853
1787
|
import { UseEuiTheme } from '@elastic/eui/src/services/theme';
|
|
@@ -1877,7 +1811,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_states' {
|
|
|
1877
1811
|
* @param offset Accepts a specific measurement or 'inset', 'outset' or 'center' to adjust outline position
|
|
1878
1812
|
* @param color Accepts any CSS color, **Note: only works in -webkit-**
|
|
1879
1813
|
*/
|
|
1880
|
-
export const euiFocusRing: (euiTheme: UseEuiTheme
|
|
1814
|
+
export const euiFocusRing: ({ euiTheme }: UseEuiTheme, offset?: _EuiFocusRingOffset, options?: {
|
|
1881
1815
|
color?: CSSProperties['outlineColor'];
|
|
1882
1816
|
} | undefined) => string;
|
|
1883
1817
|
export const useEuiFocusRing: (offset?: _EuiFocusRingOffset, color?: CSSProperties['outlineColor']) => string;
|
|
@@ -1912,18 +1846,55 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
|
|
|
1912
1846
|
export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
|
|
1913
1847
|
export const useEuiNumberFormat: () => string;
|
|
1914
1848
|
|
|
1849
|
+
}
|
|
1850
|
+
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
1851
|
+
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
1852
|
+
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => {
|
|
1853
|
+
[k: string]: number;
|
|
1854
|
+
};
|
|
1855
|
+
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => {
|
|
1856
|
+
[k: string]: number;
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1859
|
+
}
|
|
1860
|
+
declare module '@elastic/eui/src/global_styling/variables/shadow' {
|
|
1861
|
+
export const EuiThemeShadowSizes: readonly ["xs", "s", "m", "l", "xl"];
|
|
1862
|
+
export type _EuiThemeShadowSize = typeof EuiThemeShadowSizes[number];
|
|
1863
|
+
/**
|
|
1864
|
+
* Shadow t-shirt sizes descriptions
|
|
1865
|
+
*/
|
|
1866
|
+
export const _EuiShadowSizesDescriptions: Record<_EuiThemeShadowSize, string>;
|
|
1867
|
+
export interface _EuiThemeShadowCustomColor {
|
|
1868
|
+
color?: string;
|
|
1869
|
+
property?: 'box-shadow' | 'filter';
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
}
|
|
1873
|
+
declare module '@elastic/eui/src/global_styling/variables' {
|
|
1874
|
+
export * from '@elastic/eui/src/global_styling/variables/animations';
|
|
1875
|
+
export * from '@elastic/eui/src/global_styling/variables/borders';
|
|
1876
|
+
export * from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
1877
|
+
export * from '@elastic/eui/src/global_styling/variables/colors';
|
|
1878
|
+
export * from '@elastic/eui/src/global_styling/variables/levels';
|
|
1879
|
+
export * from '@elastic/eui/src/global_styling/variables/size';
|
|
1880
|
+
export * from '@elastic/eui/src/global_styling/variables/shadow';
|
|
1881
|
+
export * from '@elastic/eui/src/global_styling/variables/states';
|
|
1882
|
+
export * from '@elastic/eui/src/global_styling/variables/typography';
|
|
1883
|
+
|
|
1915
1884
|
}
|
|
1916
1885
|
declare module '@elastic/eui/src/global_styling/mixins/_responsive' {
|
|
1917
1886
|
import { UseEuiTheme } from '@elastic/eui/src/services/theme/hooks';
|
|
1918
1887
|
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables';
|
|
1919
1888
|
/**
|
|
1920
1889
|
* Generates a CSS media query rule string based on the input breakpoint ranges.
|
|
1921
|
-
* Examples:
|
|
1890
|
+
* Examples with default theme breakpoints:
|
|
1891
|
+
*
|
|
1922
1892
|
* euiBreakpoint(['s']) becomes `@media only screen and (min-width: 575px) and (max-width: 767px)`
|
|
1923
1893
|
* euiBreakpoint(['s', 'l']) becomes `@media only screen and (min-width: 575px) and (max-width: 1199px)`
|
|
1924
1894
|
*
|
|
1925
|
-
* Use the
|
|
1926
|
-
* Examples:
|
|
1895
|
+
* Use the smallest and largest sizes to generate media queries with only min/max-width.
|
|
1896
|
+
* Examples with default theme breakpoints:
|
|
1897
|
+
*
|
|
1927
1898
|
* euiBreakpoint(['xs', 'm']) becomes `@media only screen and (max-width: 991px)`
|
|
1928
1899
|
* euiBreakpoint(['l', 'xl']) becomes `@media only screen and (min-width: 992px)`
|
|
1929
1900
|
*/
|
|
@@ -2962,8 +2933,8 @@ declare module '@elastic/eui/src/components/link/link.styles' {
|
|
|
2962
2933
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
2963
2934
|
export const euiLinkHoverCSS: () => string;
|
|
2964
2935
|
export const euiLinkFocusCSS: (euiTheme: UseEuiTheme['euiTheme']) => string;
|
|
2965
|
-
export const euiLinkCSS: (
|
|
2966
|
-
export const euiLinkStyles: (
|
|
2936
|
+
export const euiLinkCSS: (euiThemeContext: UseEuiTheme) => string;
|
|
2937
|
+
export const euiLinkStyles: (euiThemeContext: UseEuiTheme) => {
|
|
2967
2938
|
euiLink: import("@emotion/utils").SerializedStyles;
|
|
2968
2939
|
disabled: import("@emotion/utils").SerializedStyles;
|
|
2969
2940
|
primary: import("@emotion/utils").SerializedStyles;
|
|
@@ -4528,7 +4499,7 @@ declare module '@elastic/eui/src/services/popover/popover_positioning' {
|
|
|
4528
4499
|
interface FindPopoverPositionResult {
|
|
4529
4500
|
top: number;
|
|
4530
4501
|
left: number;
|
|
4531
|
-
position:
|
|
4502
|
+
position: EuiPopoverPosition;
|
|
4532
4503
|
fit: number;
|
|
4533
4504
|
arrow?: {
|
|
4534
4505
|
left: number;
|
|
@@ -4727,6 +4698,7 @@ declare module '@elastic/eui/src/components/popover/popover.styles' {
|
|
|
4727
4698
|
}
|
|
4728
4699
|
declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel.styles' {
|
|
4729
4700
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
4701
|
+
export const openAnimationTiming = "slow";
|
|
4730
4702
|
/**
|
|
4731
4703
|
* 1. Can expand further, but it looks weird if it's smaller than the originating button.
|
|
4732
4704
|
* 2. Animation happens on the panel. But don't animate position when using the attached mode like for inputs
|
|
@@ -4915,6 +4887,10 @@ declare module '@elastic/eui/src/components/popover/popover' {
|
|
|
4915
4887
|
* Usually takes the `id` of the popover title
|
|
4916
4888
|
*/
|
|
4917
4889
|
'aria-labelledby'?: string;
|
|
4890
|
+
/**
|
|
4891
|
+
* Function callback for when the popover positon changes
|
|
4892
|
+
*/
|
|
4893
|
+
onPositionChange?: (position: EuiPopoverPosition) => void;
|
|
4918
4894
|
}
|
|
4919
4895
|
export function getPopoverPositionFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
4920
4896
|
export function getPopoverAlignFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
@@ -6578,6 +6554,11 @@ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_anim
|
|
|
6578
6554
|
export const animation_ease: _EuiThemeAnimationEasings;
|
|
6579
6555
|
export const animation: _EuiThemeAnimation;
|
|
6580
6556
|
|
|
6557
|
+
}
|
|
6558
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
6559
|
+
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables';
|
|
6560
|
+
export const breakpoint: _EuiThemeBreakpoints;
|
|
6561
|
+
|
|
6581
6562
|
}
|
|
6582
6563
|
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
6583
6564
|
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
@@ -6674,29 +6655,47 @@ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
|
6674
6655
|
* This hook is in its own separate file to make mocking it
|
|
6675
6656
|
* as a testenv easy for Jest unit tests
|
|
6676
6657
|
*/
|
|
6677
|
-
export const useCurrentEuiBreakpoint: () =>
|
|
6658
|
+
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
6678
6659
|
|
|
6679
6660
|
}
|
|
6680
|
-
declare module '@elastic/eui/src/services/breakpoint/
|
|
6661
|
+
declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
|
|
6681
6662
|
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
6682
6663
|
/**
|
|
6683
|
-
* Given
|
|
6684
|
-
*
|
|
6685
|
-
*
|
|
6664
|
+
* Given an array of breakpoint keys, this hook returns true or false
|
|
6665
|
+
* if the breakpoint size of the current window width falls within
|
|
6666
|
+
* any of the named breakpoints.
|
|
6686
6667
|
*
|
|
6687
|
-
* @param {
|
|
6668
|
+
* @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
|
|
6688
6669
|
* @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
|
|
6689
6670
|
* Since hooks can't be called conditionally, it's easier to pass the condition into the hook
|
|
6690
6671
|
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
6691
6672
|
*/
|
|
6692
6673
|
export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
|
|
6674
|
+
/**
|
|
6675
|
+
* Given a max breakpoint key, this hook returns true if the breakpoint size
|
|
6676
|
+
* of the current window width falls within the max breakpoint or any below,
|
|
6677
|
+
* and false otherwise
|
|
6678
|
+
*
|
|
6679
|
+
* @param {EuiThemeBreakpoint} max The named max breakpoint to check against
|
|
6680
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
6681
|
+
*/
|
|
6682
|
+
export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
|
|
6683
|
+
/**
|
|
6684
|
+
* Given a min breakpoint key, this hook returns true if the breakpoint size
|
|
6685
|
+
* of the current window width falls within the min breakpoint or any above,
|
|
6686
|
+
* and false otherwise
|
|
6687
|
+
*
|
|
6688
|
+
* @param {EuiThemeBreakpoint} min The named min breakpoint to check against
|
|
6689
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
6690
|
+
*/
|
|
6691
|
+
export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
|
|
6693
6692
|
|
|
6694
6693
|
}
|
|
6695
6694
|
declare module '@elastic/eui/src/services/breakpoint' {
|
|
6696
|
-
export
|
|
6695
|
+
export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
6697
6696
|
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
|
|
6698
6697
|
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
|
|
6699
|
-
export * from '@elastic/eui/src/services/breakpoint/
|
|
6698
|
+
export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
|
|
6700
6699
|
|
|
6701
6700
|
}
|
|
6702
6701
|
declare module '@elastic/eui/src/services/color_picker/color_picker' {
|
|
@@ -7133,7 +7132,7 @@ declare module '@elastic/eui/src/services' {
|
|
|
7133
7132
|
export type { HorizontalAlignment } from '@elastic/eui/src/services/alignment';
|
|
7134
7133
|
export { LEFT_ALIGNMENT, RIGHT_ALIGNMENT, CENTER_ALIGNMENT } from '@elastic/eui/src/services/alignment';
|
|
7135
7134
|
export type { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
|
|
7136
|
-
export {
|
|
7135
|
+
export { useIsWithinBreakpoints, useIsWithinMaxBreakpoint, useIsWithinMinBreakpoint, CurrentEuiBreakpointContext, CurrentEuiBreakpointProvider, useCurrentEuiBreakpoint, } from '@elastic/eui/src/services/breakpoint';
|
|
7137
7136
|
export type { HSV } from '@elastic/eui/src/services/color';
|
|
7138
7137
|
export { isColorDark, isValidHex, calculateContrast, calculateLuminance, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, rgbToHex, rgbToHsv, VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, colorPalette, euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplimentary, euiPaletteNegative, euiPalettePositive, euiPaletteCool, euiPaletteWarm, euiPaletteGray, getSteppedGradient, transparentize, tint, shade, tintOrShade, shadeOrTint, saturate, desaturate, lightness, makeHighContrastColor, makeDisabledContrastColor, } from '@elastic/eui/src/services/color';
|
|
7139
7138
|
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker';
|
|
@@ -7220,6 +7219,7 @@ declare module '@elastic/eui/src/components/accordion/accordion.styles' {
|
|
|
7220
7219
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
7221
7220
|
export const euiAccordionButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
7222
7221
|
euiAccordion__button: import("@emotion/utils").SerializedStyles;
|
|
7222
|
+
disabled: import("@emotion/utils").SerializedStyles;
|
|
7223
7223
|
};
|
|
7224
7224
|
export const euiAccordionChildrenStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
7225
7225
|
euiAccordion__children: import("@emotion/utils").SerializedStyles;
|
|
@@ -7328,6 +7328,10 @@ declare module '@elastic/eui/src/components/accordion/accordion' {
|
|
|
7328
7328
|
* Choose whether the loading message replaces the content. Customize the message by passing a node
|
|
7329
7329
|
*/
|
|
7330
7330
|
isLoadingMessage?: boolean | ReactNode;
|
|
7331
|
+
/**
|
|
7332
|
+
* Disable the open/close interaction and visually subdues the trigger
|
|
7333
|
+
*/
|
|
7334
|
+
isDisabled?: boolean;
|
|
7331
7335
|
};
|
|
7332
7336
|
export class EuiAccordionClass extends Component<WithEuiThemeProps & EuiAccordionProps, {
|
|
7333
7337
|
isOpen: boolean;
|
|
@@ -7337,6 +7341,7 @@ declare module '@elastic/eui/src/components/accordion/accordion' {
|
|
|
7337
7341
|
paddingSize: "none";
|
|
7338
7342
|
arrowDisplay: "left";
|
|
7339
7343
|
isLoading: boolean;
|
|
7344
|
+
isDisabled: boolean;
|
|
7340
7345
|
isLoadingMessage: boolean;
|
|
7341
7346
|
element: "div";
|
|
7342
7347
|
buttonElement: "button";
|
|
@@ -8447,9 +8452,9 @@ declare module '@elastic/eui/src/components/flyout/flyout' {
|
|
|
8447
8452
|
*/
|
|
8448
8453
|
role?: null | string;
|
|
8449
8454
|
/**
|
|
8450
|
-
* Named breakpoint
|
|
8455
|
+
* Named breakpoint (`xs` through `xl`) for customizing the minimum window width to enable the `push` type
|
|
8451
8456
|
*/
|
|
8452
|
-
pushMinBreakpoint?: EuiBreakpointSize
|
|
8457
|
+
pushMinBreakpoint?: EuiBreakpointSize;
|
|
8453
8458
|
style?: CSSProperties;
|
|
8454
8459
|
/**
|
|
8455
8460
|
* Object of props passed to EuiFocusTrap.
|
|
@@ -8524,7 +8529,7 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav' {
|
|
|
8524
8529
|
*/
|
|
8525
8530
|
isDocked?: boolean;
|
|
8526
8531
|
/**
|
|
8527
|
-
* Named breakpoint
|
|
8532
|
+
* Named breakpoint (`xs` through `xl`) for customizing the minimum window width to enable docking
|
|
8528
8533
|
*/
|
|
8529
8534
|
dockedBreakpoint?: EuiFlyoutProps['pushMinBreakpoint'];
|
|
8530
8535
|
/**
|
|
@@ -12507,7 +12512,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/async_
|
|
|
12507
12512
|
|
|
12508
12513
|
}
|
|
12509
12514
|
declare module '@elastic/eui/src/components/date_picker/date_picker_range' {
|
|
12510
|
-
import { FunctionComponent, ReactNode, ReactElement } from 'react';
|
|
12515
|
+
import { FocusEventHandler, FunctionComponent, ReactNode, ReactElement } from 'react';
|
|
12511
12516
|
import { IconType } from '@elastic/eui/src/components/icon';
|
|
12512
12517
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
12513
12518
|
export type EuiDatePickerRangeProps = CommonProps & {
|
|
@@ -12543,7 +12548,18 @@ declare module '@elastic/eui/src/components/date_picker/date_picker_range' {
|
|
|
12543
12548
|
* Passes through to each control
|
|
12544
12549
|
*/
|
|
12545
12550
|
readOnly?: boolean;
|
|
12551
|
+
/**
|
|
12552
|
+
* Passes through to each control
|
|
12553
|
+
*/
|
|
12546
12554
|
fullWidth?: boolean;
|
|
12555
|
+
/**
|
|
12556
|
+
* Triggered whenever the start or end controls are blurred
|
|
12557
|
+
*/
|
|
12558
|
+
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
12559
|
+
/**
|
|
12560
|
+
* Triggered whenever the start or end controls are focused
|
|
12561
|
+
*/
|
|
12562
|
+
onFocus?: FocusEventHandler<HTMLInputElement>;
|
|
12547
12563
|
};
|
|
12548
12564
|
export const EuiDatePickerRange: FunctionComponent<EuiDatePickerRangeProps>;
|
|
12549
12565
|
|
|
@@ -13009,10 +13025,9 @@ declare module '@elastic/eui/src/components/description_list/description_list_co
|
|
|
13009
13025
|
declare module '@elastic/eui/src/components/description_list/description_list_title' {
|
|
13010
13026
|
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
13011
13027
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
13012
|
-
interface EuiDescriptionListTitleProps extends CommonProps, HTMLAttributes<HTMLElement> {
|
|
13028
|
+
export interface EuiDescriptionListTitleProps extends CommonProps, HTMLAttributes<HTMLElement> {
|
|
13013
13029
|
}
|
|
13014
13030
|
export const EuiDescriptionListTitle: FunctionComponent<EuiDescriptionListTitleProps>;
|
|
13015
|
-
export {};
|
|
13016
13031
|
|
|
13017
13032
|
}
|
|
13018
13033
|
declare module '@elastic/eui/src/components/description_list/description_list_description.styles' {
|
|
@@ -13039,10 +13054,9 @@ declare module '@elastic/eui/src/components/description_list/description_list_de
|
|
|
13039
13054
|
declare module '@elastic/eui/src/components/description_list/description_list_description' {
|
|
13040
13055
|
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
13041
13056
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
13042
|
-
interface EuiDescriptionListDescriptionProps extends CommonProps, HTMLAttributes<HTMLElement> {
|
|
13057
|
+
export interface EuiDescriptionListDescriptionProps extends CommonProps, HTMLAttributes<HTMLElement> {
|
|
13043
13058
|
}
|
|
13044
13059
|
export const EuiDescriptionListDescription: FunctionComponent<EuiDescriptionListDescriptionProps>;
|
|
13045
|
-
export {};
|
|
13046
13060
|
|
|
13047
13061
|
}
|
|
13048
13062
|
declare module '@elastic/eui/src/components/description_list/description_list.styles' {
|
|
@@ -15620,6 +15634,8 @@ declare module '@elastic/eui/src/components/page_template' {
|
|
|
15620
15634
|
}
|
|
15621
15635
|
declare module '@elastic/eui/src/global_styling/utility/utility' {
|
|
15622
15636
|
|
|
15637
|
+
import { UseEuiTheme } from '@elastic/eui/src/services/theme/hooks';
|
|
15638
|
+
export const globalStyles: (euiThemeContext: UseEuiTheme) => import("@emotion/utils").SerializedStyles;
|
|
15623
15639
|
export const EuiUtilityClasses: () => JSX.Element;
|
|
15624
15640
|
|
|
15625
15641
|
}
|
|
@@ -15649,7 +15665,7 @@ declare module '@elastic/eui/src/components/provider/cache/cache_provider' {
|
|
|
15649
15665
|
import { PropsWithChildren } from 'react';
|
|
15650
15666
|
import { EmotionCache } from '@emotion/cache';
|
|
15651
15667
|
export interface EuiCacheProviderProps {
|
|
15652
|
-
cache?:
|
|
15668
|
+
cache?: EmotionCache;
|
|
15653
15669
|
}
|
|
15654
15670
|
export const EuiCacheProvider: ({ cache, children, }: PropsWithChildren<EuiCacheProviderProps>) => JSX.Element;
|
|
15655
15671
|
|
|
@@ -18039,19 +18055,35 @@ declare module '@elastic/eui/src/components/table' {
|
|
|
18039
18055
|
}
|
|
18040
18056
|
declare module '@elastic/eui/src/components/tour/tour_step_indicator' {
|
|
18041
18057
|
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
18042
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
18043
|
-
|
|
18044
|
-
incomplete: string;
|
|
18045
|
-
active: string;
|
|
18046
|
-
};
|
|
18047
|
-
export const STATUS: ("active" | "incomplete" | "complete")[];
|
|
18048
|
-
export type EuiTourStepStatus = keyof typeof statusToClassNameMap;
|
|
18058
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
18059
|
+
export type EuiTourStepStatus = 'complete' | 'incomplete' | 'active';
|
|
18049
18060
|
export interface EuiTourStepIndicatorProps extends CommonProps, HTMLAttributes<HTMLLIElement> {
|
|
18050
18061
|
number: number;
|
|
18051
18062
|
status: EuiTourStepStatus;
|
|
18052
18063
|
}
|
|
18053
18064
|
export const EuiTourStepIndicator: FunctionComponent<EuiTourStepIndicatorProps>;
|
|
18054
|
-
|
|
18065
|
+
|
|
18066
|
+
}
|
|
18067
|
+
declare module '@elastic/eui/src/components/tour/tour.styles' {
|
|
18068
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18069
|
+
export const euiTourStyles: ({ euiTheme, colorMode }: UseEuiTheme) => {
|
|
18070
|
+
euiTour: import("@emotion/utils").SerializedStyles;
|
|
18071
|
+
};
|
|
18072
|
+
export const euiTourBeaconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
18073
|
+
euiTourBeacon: import("@emotion/utils").SerializedStyles;
|
|
18074
|
+
right: import("@emotion/utils").SerializedStyles;
|
|
18075
|
+
left: import("@emotion/utils").SerializedStyles;
|
|
18076
|
+
top: import("@emotion/utils").SerializedStyles;
|
|
18077
|
+
bottom: import("@emotion/utils").SerializedStyles;
|
|
18078
|
+
};
|
|
18079
|
+
export const euiTourHeaderStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
18080
|
+
euiTourHeader: import("@emotion/utils").SerializedStyles;
|
|
18081
|
+
euiTourHeader__title: import("@emotion/utils").SerializedStyles;
|
|
18082
|
+
euiTourHeader__subtitle: import("@emotion/utils").SerializedStyles;
|
|
18083
|
+
};
|
|
18084
|
+
export const euiTourFooterStyles: ({ euiTheme, colorMode }: UseEuiTheme) => {
|
|
18085
|
+
euiTourFooter: import("@emotion/utils").SerializedStyles;
|
|
18086
|
+
};
|
|
18055
18087
|
|
|
18056
18088
|
}
|
|
18057
18089
|
declare module '@elastic/eui/src/components/tour/tour_step' {
|
|
@@ -18170,17 +18202,18 @@ declare module '@elastic/eui/src/components/tour/useEuiTour' {
|
|
|
18170
18202
|
import { EuiTourStepProps } from '@elastic/eui/src/components/tour/tour_step';
|
|
18171
18203
|
import { EuiTourActions, EuiTourState } from '@elastic/eui/src/components/tour/types';
|
|
18172
18204
|
export type EuiStatelessTourStep = EuiTourStepProps & Partial<EuiTourState>;
|
|
18173
|
-
export
|
|
18205
|
+
export type EuiStatelessTourSteps = Array<Exclude<EuiStatelessTourStep, 'onFinish'>>;
|
|
18206
|
+
export const useEuiTour: (stepsArray: EuiStatelessTourSteps, initialState: EuiTourState) => [EuiTourStepProps[], EuiTourActions, EuiTourState];
|
|
18174
18207
|
|
|
18175
18208
|
}
|
|
18176
18209
|
declare module '@elastic/eui/src/components/tour/tour' {
|
|
18177
18210
|
import { FunctionComponent, ReactElement } from 'react';
|
|
18178
|
-
import {
|
|
18211
|
+
import { EuiStatelessTourSteps } from '@elastic/eui/src/components/tour/useEuiTour';
|
|
18179
18212
|
import { EuiTourStepProps } from '@elastic/eui/src/components/tour/tour_step';
|
|
18180
18213
|
import { EuiTourActions, EuiTourState } from '@elastic/eui/src/components/tour/types';
|
|
18181
18214
|
export interface EuiTourProps {
|
|
18182
18215
|
children: (steps: EuiTourStepProps[], actions: EuiTourActions, state: EuiTourState) => ReactElement;
|
|
18183
|
-
steps:
|
|
18216
|
+
steps: EuiStatelessTourSteps;
|
|
18184
18217
|
initialState: EuiTourState;
|
|
18185
18218
|
}
|
|
18186
18219
|
export const EuiTour: FunctionComponent<EuiTourProps>;
|
|
@@ -18193,7 +18226,7 @@ declare module '@elastic/eui/src/components/tour' {
|
|
|
18193
18226
|
export { EuiTourStep } from '@elastic/eui/src/components/tour/tour_step';
|
|
18194
18227
|
export type { EuiTourStepIndicatorProps } from '@elastic/eui/src/components/tour/tour_step_indicator';
|
|
18195
18228
|
export { EuiTourStepIndicator } from '@elastic/eui/src/components/tour/tour_step_indicator';
|
|
18196
|
-
export type { EuiStatelessTourStep } from '@elastic/eui/src/components/tour/useEuiTour';
|
|
18229
|
+
export type { EuiStatelessTourStep, EuiStatelessTourSteps } from '@elastic/eui/src/components/tour/useEuiTour';
|
|
18197
18230
|
export { useEuiTour } from '@elastic/eui/src/components/tour/useEuiTour';
|
|
18198
18231
|
export * from '@elastic/eui/src/components/tour/types';
|
|
18199
18232
|
|
|
@@ -18490,7 +18523,7 @@ declare module '@elastic/eui/src/components/basic_table/collapsed_item_actions'
|
|
|
18490
18523
|
togglePopover: () => void;
|
|
18491
18524
|
closePopover: () => void;
|
|
18492
18525
|
onPopoverBlur: () => void;
|
|
18493
|
-
registerPopoverDiv: (popoverDiv: HTMLDivElement) => void;
|
|
18526
|
+
registerPopoverDiv: (popoverDiv: HTMLDivElement | null) => void;
|
|
18494
18527
|
componentWillUnmount(): void;
|
|
18495
18528
|
onClickItem: (onClickAction: (() => void) | undefined) => void;
|
|
18496
18529
|
render(): JSX.Element;
|
|
@@ -19442,56 +19475,6 @@ declare module '@elastic/eui' {
|
|
|
19442
19475
|
export * from '@elastic/eui/src/themes';
|
|
19443
19476
|
export * from '@elastic/eui/src/global_styling';
|
|
19444
19477
|
|
|
19445
|
-
}
|
|
19446
|
-
declare module '@elastic/eui/src/test/internal/render_with_styles' {
|
|
19447
|
-
import { ReactElement } from 'react';
|
|
19448
|
-
/**
|
|
19449
|
-
* Use this function to add the `@emotion` Jest serializer to a single test.
|
|
19450
|
-
* The resulting snapshot will include the styles of elements in the component that use `@emotion` for styling.
|
|
19451
|
-
*
|
|
19452
|
-
* This function must be run outside of a `test` block:
|
|
19453
|
-
|
|
19454
|
-
```
|
|
19455
|
-
describe('EuiMark', () => {
|
|
19456
|
-
renderWithStyles(<EuiMark>Marked</EuiMark>);
|
|
19457
|
-
|
|
19458
|
-
test('is rendered', () => {});
|
|
19459
|
-
});
|
|
19460
|
-
```
|
|
19461
|
-
*/
|
|
19462
|
-
export const renderWithStyles: (component: ReactElement) => never;
|
|
19463
|
-
|
|
19464
|
-
}
|
|
19465
|
-
declare module '@elastic/eui/src/test/internal/render_custom_styles' {
|
|
19466
|
-
import { ReactElement } from 'react';
|
|
19467
|
-
/**
|
|
19468
|
-
* Use this test helper to quickly check that the component supports custom
|
|
19469
|
-
* `className`, `css`, and `style` properties.
|
|
19470
|
-
*
|
|
19471
|
-
* Example usage:
|
|
19472
|
-
*
|
|
19473
|
-
* shouldRenderCustomStyles(<EuiMark {...requiredProps} />Marked</EuiMark>);
|
|
19474
|
-
*/
|
|
19475
|
-
export const shouldRenderCustomStyles: (component: ReactElement) => void;
|
|
19476
|
-
|
|
19477
|
-
}
|
|
19478
|
-
declare module '@elastic/eui/src/test/internal/test_custom_hook' {
|
|
19479
|
-
|
|
19480
|
-
export const HookWrapper: (props: {
|
|
19481
|
-
hook?: Function;
|
|
19482
|
-
}) => JSX.Element;
|
|
19483
|
-
export const testCustomHook: <T>(hook?: Function | undefined, args?: unknown) => {
|
|
19484
|
-
return: T;
|
|
19485
|
-
getUpdatedState: () => T;
|
|
19486
|
-
updateHookArgs: (args: unknown) => void;
|
|
19487
|
-
};
|
|
19488
|
-
|
|
19489
|
-
}
|
|
19490
|
-
declare module '@elastic/eui/src/test/internal' {
|
|
19491
|
-
export * from '@elastic/eui/src/test/internal/render_with_styles';
|
|
19492
|
-
export * from '@elastic/eui/src/test/internal/render_custom_styles';
|
|
19493
|
-
export * from '@elastic/eui/src/test/internal/test_custom_hook';
|
|
19494
|
-
|
|
19495
19478
|
}
|
|
19496
19479
|
declare module '@elastic/eui/src/components/icon/assets/videoPlayer' {
|
|
19497
19480
|
import * as React from 'react';
|
|
@@ -24036,96 +24019,6 @@ declare module 'mdast-util-to-hast/lib/all' {
|
|
|
24036
24019
|
const all: (h: H, node: Node) => Node[];
|
|
24037
24020
|
export = all;
|
|
24038
24021
|
}
|
|
24039
|
-
declare module '@elastic/eui/src/test/rtl/component_helpers' {
|
|
24040
|
-
import '@testing-library/jest-dom';
|
|
24041
|
-
/**
|
|
24042
|
-
* Ensure the EuiPopover being tested is open/closed before continuing
|
|
24043
|
-
* Note: Because EuiPopover is portalled, we want to query `document`
|
|
24044
|
-
* instead of the `container` returned by RTL's render()
|
|
24045
|
-
*/
|
|
24046
|
-
export const waitForEuiPopoverOpen: () => Promise<void>;
|
|
24047
|
-
export const waitForEuiPopoverClose: () => Promise<void>;
|
|
24048
|
-
/**
|
|
24049
|
-
* Ensure the EuiToolTip being tested is open and visible before continuing
|
|
24050
|
-
*/
|
|
24051
|
-
export const waitForEuiToolTipVisible: () => Promise<void>;
|
|
24052
|
-
export const waitForEuiToolTipHidden: () => Promise<void>;
|
|
24053
|
-
|
|
24054
|
-
}
|
|
24055
|
-
declare module '@elastic/eui/src/test/rtl/data_test_subj_queries' {
|
|
24056
|
-
import { queryHelpers, Matcher, MatcherOptions } from '@testing-library/react'; const queryAllByTestSubject: (container: HTMLElement, id: Matcher, options?: MatcherOptions | undefined) => HTMLElement[]; const queryByTestSubject: queryHelpers.QueryBy<[Matcher]>, getAllByTestSubject: queryHelpers.GetAllBy<[Matcher]>, getByTestSubject: queryHelpers.GetBy<[Matcher]>, findAllByTestSubject: queryHelpers.FindAllBy<[Matcher]>, findByTestSubject: queryHelpers.FindBy<[Matcher]>;
|
|
24057
|
-
export { queryByTestSubject, queryAllByTestSubject, getByTestSubject, getAllByTestSubject, findAllByTestSubject, findByTestSubject, };
|
|
24058
|
-
|
|
24059
|
-
}
|
|
24060
|
-
declare module '@elastic/eui/src/test/rtl/custom_render' {
|
|
24061
|
-
import { ReactElement } from 'react';
|
|
24062
|
-
import { queries, RenderOptions, Screen } from '@testing-library/react';
|
|
24063
|
-
import * as dataTestSubjQueries from '@elastic/eui/src/test/rtl/data_test_subj_queries'; const customRender: (ui: ReactElement, { queries: renderQueries, ...options }?: RenderOptions) => import("@testing-library/react").RenderResult<{
|
|
24064
|
-
getByLabelText: typeof queries.getByLabelText;
|
|
24065
|
-
getAllByLabelText: typeof queries.getAllByLabelText;
|
|
24066
|
-
queryByLabelText: typeof queries.queryByLabelText;
|
|
24067
|
-
queryAllByLabelText: typeof queries.queryAllByLabelText;
|
|
24068
|
-
findByLabelText: typeof queries.findByLabelText;
|
|
24069
|
-
findAllByLabelText: typeof queries.findAllByLabelText;
|
|
24070
|
-
getByPlaceholderText: typeof queries.getByPlaceholderText;
|
|
24071
|
-
getAllByPlaceholderText: typeof queries.getAllByPlaceholderText;
|
|
24072
|
-
queryByPlaceholderText: typeof queries.queryByPlaceholderText;
|
|
24073
|
-
queryAllByPlaceholderText: typeof queries.queryAllByPlaceholderText;
|
|
24074
|
-
findByPlaceholderText: typeof queries.findByPlaceholderText;
|
|
24075
|
-
findAllByPlaceholderText: typeof queries.findAllByPlaceholderText;
|
|
24076
|
-
getByText: typeof queries.getByText;
|
|
24077
|
-
getAllByText: typeof queries.getAllByText;
|
|
24078
|
-
queryByText: typeof queries.queryByText;
|
|
24079
|
-
queryAllByText: typeof queries.queryAllByText;
|
|
24080
|
-
findByText: typeof queries.findByText;
|
|
24081
|
-
findAllByText: typeof queries.findAllByText;
|
|
24082
|
-
getByAltText: typeof queries.getByAltText;
|
|
24083
|
-
getAllByAltText: typeof queries.getAllByAltText;
|
|
24084
|
-
queryByAltText: typeof queries.queryByAltText;
|
|
24085
|
-
queryAllByAltText: typeof queries.queryAllByAltText;
|
|
24086
|
-
findByAltText: typeof queries.findByAltText;
|
|
24087
|
-
findAllByAltText: typeof queries.findAllByAltText;
|
|
24088
|
-
getByTitle: typeof queries.getByTitle;
|
|
24089
|
-
getAllByTitle: typeof queries.getAllByTitle;
|
|
24090
|
-
queryByTitle: typeof queries.queryByTitle;
|
|
24091
|
-
queryAllByTitle: typeof queries.queryAllByTitle;
|
|
24092
|
-
findByTitle: typeof queries.findByTitle;
|
|
24093
|
-
findAllByTitle: typeof queries.findAllByTitle;
|
|
24094
|
-
getByDisplayValue: typeof queries.getByDisplayValue;
|
|
24095
|
-
getAllByDisplayValue: typeof queries.getAllByDisplayValue;
|
|
24096
|
-
queryByDisplayValue: typeof queries.queryByDisplayValue;
|
|
24097
|
-
queryAllByDisplayValue: typeof queries.queryAllByDisplayValue;
|
|
24098
|
-
findByDisplayValue: typeof queries.findByDisplayValue;
|
|
24099
|
-
findAllByDisplayValue: typeof queries.findAllByDisplayValue;
|
|
24100
|
-
getByRole: typeof queries.getByRole;
|
|
24101
|
-
getAllByRole: typeof queries.getAllByRole;
|
|
24102
|
-
queryByRole: typeof queries.queryByRole;
|
|
24103
|
-
queryAllByRole: typeof queries.queryAllByRole;
|
|
24104
|
-
findByRole: typeof queries.findByRole;
|
|
24105
|
-
findAllByRole: typeof queries.findAllByRole;
|
|
24106
|
-
getByTestId: typeof queries.getByTestId;
|
|
24107
|
-
getAllByTestId: typeof queries.getAllByTestId;
|
|
24108
|
-
queryByTestId: typeof queries.queryByTestId;
|
|
24109
|
-
queryAllByTestId: typeof queries.queryAllByTestId;
|
|
24110
|
-
findByTestId: typeof queries.findByTestId;
|
|
24111
|
-
findAllByTestId: typeof queries.findAllByTestId;
|
|
24112
|
-
queryByTestSubject: import("@testing-library/react").QueryBy<[import("@testing-library/react").Matcher]>;
|
|
24113
|
-
queryAllByTestSubject: (container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
|
|
24114
|
-
getByTestSubject: import("@testing-library/react").GetBy<[import("@testing-library/react").Matcher]>;
|
|
24115
|
-
getAllByTestSubject: import("@testing-library/react").GetAllBy<[import("@testing-library/react").Matcher]>;
|
|
24116
|
-
findAllByTestSubject: import("@testing-library/react").FindAllBy<[import("@testing-library/react").Matcher]>;
|
|
24117
|
-
findByTestSubject: import("@testing-library/react").FindBy<[import("@testing-library/react").Matcher]>;
|
|
24118
|
-
}, HTMLElement, HTMLElement>;
|
|
24119
|
-
export { customRender as render }; const customScreen: Screen<typeof queries & typeof dataTestSubjQueries>;
|
|
24120
|
-
export { customScreen as screen };
|
|
24121
|
-
|
|
24122
|
-
}
|
|
24123
|
-
declare module '@elastic/eui/src/test/rtl' {
|
|
24124
|
-
export * from '@elastic/eui/src/test/rtl/component_helpers';
|
|
24125
|
-
export { queryByTestSubject, queryAllByTestSubject, getByTestSubject, getAllByTestSubject, findAllByTestSubject, findByTestSubject, } from '@elastic/eui/src/test/rtl/data_test_subj_queries';
|
|
24126
|
-
export { render, screen } from '@elastic/eui/src/test/rtl/custom_render';
|
|
24127
|
-
|
|
24128
|
-
}
|
|
24129
24022
|
declare module '@elastic/eui/src/components/table/mobile' {
|
|
24130
24023
|
export { EuiTableHeaderMobile } from '@elastic/eui/src/components/table/mobile/table_header_mobile';
|
|
24131
24024
|
export type { EuiTableSortMobileProps } from '@elastic/eui/src/components/table/mobile/table_sort_mobile';
|