@elastic/eui 91.0.0 → 91.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_dark.css +191 -124
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +191 -124
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/accordion/accordion.a11y.js +1 -3
- package/es/components/basic_table/action_types.js +5 -0
- package/es/components/basic_table/basic_table.a11y.js +1 -2
- package/es/components/basic_table/basic_table.js +8 -8
- package/es/components/basic_table/collapsed_item_actions.js +120 -249
- package/es/components/basic_table/custom_item_action.js +9 -95
- package/es/components/basic_table/default_item_action.js +23 -14
- package/es/components/basic_table/in_memory_table.a11y.js +13 -11
- package/es/components/basic_table/in_memory_table.js +8 -8
- package/es/components/breadcrumbs/breadcrumb.js +11 -7
- package/es/components/breadcrumbs/breadcrumb.styles.js +5 -0
- package/es/components/button/button_display/_button_display.js +5 -3
- package/es/components/button/button_display/_button_display_content.js +8 -4
- package/es/components/button/button_empty/button_empty.js +9 -7
- package/es/components/button/button_group/button_group.js +5 -3
- package/es/components/button/button_group/button_group_button.js +5 -3
- package/es/components/card/card.a11y.js +5 -18
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +4 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +12 -9
- package/es/components/collapsible_nav_beta/collapsible_nav_group/collapsible_nav_group.js +1 -101
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +20 -58
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +89 -37
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +67 -81
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +1 -19
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +7 -102
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +4 -4
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +7 -90
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +150 -130
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -10
- package/es/components/combo_box/combo_box.js +1 -1
- package/es/components/context_menu/context_menu_item.js +16 -8
- package/es/components/context_menu/context_menu_item.styles.js +1 -1
- package/es/components/datagrid/body/data_grid_body.js +16 -6
- package/es/components/datagrid/body/data_grid_body_custom.js +16 -6
- package/es/components/datagrid/body/data_grid_body_virtualized.js +16 -6
- package/es/components/datagrid/body/data_grid_cell.js +67 -44
- package/es/components/datagrid/body/data_grid_cell_actions.js +12 -12
- package/es/components/datagrid/body/data_grid_cell_popover.js +43 -10
- package/es/components/datagrid/body/header/data_grid_header_cell.js +65 -34
- package/es/components/datagrid/body/header/data_grid_header_row.js +16 -6
- package/es/components/datagrid/controls/column_selector.js +19 -39
- package/es/components/datagrid/controls/column_sorting.js +18 -29
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +154 -0
- package/es/components/datagrid/controls/display_selector.js +0 -1
- package/es/components/datagrid/controls/fullscreen_selector.js +2 -6
- package/es/components/datagrid/controls/index.js +2 -1
- package/es/components/datagrid/index.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +16 -6
- package/es/components/datagrid/utils/row_heights.js +1 -1
- package/es/components/date_picker/auto_refresh/auto_refresh.js +6 -4
- package/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/es/components/error_boundary/error_boundary.a11y.js +1 -1
- package/es/components/expression/expression.a11y.js +2 -4
- package/es/components/facet/facet_button.js +5 -3
- package/es/components/filter_group/filter_button.js +2 -2
- package/es/components/focus_trap/focus_trap.a11y.js +3 -3
- package/es/components/form/range/range.a11y.js +5 -10
- package/es/components/form/super_select/super_select.js +3 -2
- package/es/components/form/super_select/super_select_control.js +13 -20
- package/es/components/header/header.a11y.js +1 -1
- package/es/components/header/header_links/header_link.js +7 -5
- package/es/components/header/header_section/header_section_item_button.js +7 -5
- package/es/components/image/image.a11y.js +1 -2
- package/es/components/key_pad_menu/key_pad_menu.a11y.js +5 -5
- package/es/components/link/external_link_icon.js +51 -0
- package/es/components/link/link.js +6 -20
- package/es/components/link/link.styles.js +2 -5
- package/es/components/list_group/list_group.js +6 -1
- package/es/components/list_group/list_group_item.js +14 -4
- package/es/components/list_group/list_group_item.styles.js +2 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +12 -2
- package/es/components/notification/notification_event.a11y.js +1 -2
- package/es/components/notification/notification_event.js +7 -5
- package/es/components/pagination/pagination_button.js +7 -5
- package/es/components/popover/popover.js +4 -1
- package/es/components/resizable_container/resizable_container.a11y.js +4 -8
- package/es/components/search_bar/search_bar.a11y.js +3 -6
- package/es/components/selectable/selectable.js +16 -1
- package/es/components/selectable/selectable_list/selectable_list.js +227 -78
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +16 -1
- package/es/components/text/text.styles.js +2 -2
- package/es/components/text_truncate/text_truncate.js +33 -10
- package/eui.d.ts +466 -136
- package/i18ntokens.json +224 -260
- package/lib/components/accordion/accordion.a11y.js +1 -3
- package/lib/components/basic_table/action_types.js +8 -2
- package/lib/components/basic_table/basic_table.a11y.js +1 -2
- package/lib/components/basic_table/basic_table.js +8 -8
- package/lib/components/basic_table/collapsed_item_actions.js +128 -257
- package/lib/components/basic_table/custom_item_action.js +18 -104
- package/lib/components/basic_table/default_item_action.js +23 -14
- package/lib/components/basic_table/in_memory_table.a11y.js +13 -11
- package/lib/components/basic_table/in_memory_table.js +8 -8
- package/lib/components/breadcrumbs/breadcrumb.js +11 -7
- package/lib/components/breadcrumbs/breadcrumb.styles.js +5 -0
- package/lib/components/button/button_display/_button_display.js +5 -3
- package/lib/components/button/button_display/_button_display_content.js +8 -4
- package/lib/components/button/button_empty/button_empty.js +9 -7
- package/lib/components/button/button_group/button_group.js +5 -3
- package/lib/components/button/button_group/button_group_button.js +5 -3
- package/lib/components/card/card.a11y.js +5 -18
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +4 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +12 -9
- package/lib/components/collapsible_nav_beta/collapsible_nav_group/collapsible_nav_group.js +1 -101
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +20 -58
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +89 -37
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +66 -80
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +11 -28
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +7 -104
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +4 -4
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +7 -90
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +150 -130
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -10
- package/lib/components/combo_box/combo_box.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +16 -8
- package/lib/components/context_menu/context_menu_item.styles.js +1 -1
- package/lib/components/datagrid/body/data_grid_body.js +16 -6
- package/lib/components/datagrid/body/data_grid_body_custom.js +16 -6
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +16 -6
- package/lib/components/datagrid/body/data_grid_cell.js +67 -44
- package/lib/components/datagrid/body/data_grid_cell_actions.js +12 -13
- package/lib/components/datagrid/body/data_grid_cell_popover.js +43 -10
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +65 -34
- package/lib/components/datagrid/body/header/data_grid_header_row.js +16 -6
- package/lib/components/datagrid/controls/column_selector.js +19 -39
- package/lib/components/datagrid/controls/column_sorting.js +18 -30
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +159 -0
- package/lib/components/datagrid/controls/display_selector.js +0 -1
- package/lib/components/datagrid/controls/fullscreen_selector.js +2 -7
- package/lib/components/datagrid/controls/index.js +8 -1
- package/lib/components/datagrid/index.js +8 -1
- package/lib/components/datagrid/utils/in_memory.js +16 -6
- package/lib/components/datagrid/utils/row_heights.js +1 -1
- package/lib/components/date_picker/auto_refresh/auto_refresh.js +6 -4
- package/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/lib/components/error_boundary/error_boundary.a11y.js +1 -1
- package/lib/components/expression/expression.a11y.js +2 -4
- package/lib/components/facet/facet_button.js +5 -3
- package/lib/components/filter_group/filter_button.js +2 -2
- package/lib/components/focus_trap/focus_trap.a11y.js +3 -3
- package/lib/components/form/range/range.a11y.js +5 -10
- package/lib/components/form/super_select/super_select.js +3 -2
- package/lib/components/form/super_select/super_select_control.js +12 -19
- package/lib/components/header/header.a11y.js +1 -1
- package/lib/components/header/header_links/header_link.js +7 -5
- package/lib/components/header/header_section/header_section_item_button.js +7 -5
- package/lib/components/image/image.a11y.js +1 -2
- package/lib/components/key_pad_menu/key_pad_menu.a11y.js +5 -5
- package/lib/components/link/external_link_icon.js +57 -0
- package/lib/components/link/link.js +6 -20
- package/lib/components/link/link.styles.js +1 -4
- package/lib/components/list_group/list_group.js +6 -1
- package/lib/components/list_group/list_group_item.js +14 -4
- package/lib/components/list_group/list_group_item.styles.js +2 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +12 -2
- package/lib/components/notification/notification_event.a11y.js +1 -2
- package/lib/components/notification/notification_event.js +7 -5
- package/lib/components/popover/popover.js +4 -1
- package/lib/components/resizable_container/resizable_container.a11y.js +4 -8
- package/lib/components/search_bar/search_bar.a11y.js +3 -6
- package/lib/components/selectable/selectable.js +16 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +227 -78
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +16 -1
- package/lib/components/text/text.styles.js +2 -2
- package/lib/components/text_truncate/text_truncate.js +32 -9
- package/optimize/es/components/accordion/accordion.a11y.js +1 -3
- package/optimize/es/components/basic_table/action_types.js +5 -0
- package/optimize/es/components/basic_table/basic_table.a11y.js +1 -2
- package/optimize/es/components/basic_table/collapsed_item_actions.js +116 -169
- package/optimize/es/components/basic_table/custom_item_action.js +10 -83
- package/optimize/es/components/basic_table/default_item_action.js +23 -14
- package/optimize/es/components/basic_table/in_memory_table.a11y.js +13 -11
- package/optimize/es/components/breadcrumbs/breadcrumb.js +11 -7
- package/optimize/es/components/breadcrumbs/breadcrumb.styles.js +5 -0
- package/optimize/es/components/button/button_display/_button_display_content.js +3 -1
- package/optimize/es/components/button/button_empty/button_empty.js +2 -2
- package/optimize/es/components/card/card.a11y.js +5 -18
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +4 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +12 -9
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -3
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +10 -5
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +8 -36
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +1 -19
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +6 -23
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +4 -4
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +6 -10
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +9 -5
- package/optimize/es/components/context_menu/context_menu_item.js +9 -6
- package/optimize/es/components/context_menu/context_menu_item.styles.js +1 -1
- package/optimize/es/components/datagrid/body/data_grid_cell.js +38 -30
- package/optimize/es/components/datagrid/body/data_grid_cell_actions.js +12 -12
- package/optimize/es/components/datagrid/body/data_grid_cell_popover.js +43 -10
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +49 -28
- package/optimize/es/components/datagrid/controls/column_selector.js +19 -39
- package/optimize/es/components/datagrid/controls/column_sorting.js +18 -29
- package/optimize/es/components/datagrid/controls/data_grid_toolbar_control.js +70 -0
- package/optimize/es/components/datagrid/controls/display_selector.js +0 -1
- package/optimize/es/components/datagrid/controls/fullscreen_selector.js +2 -6
- package/optimize/es/components/datagrid/controls/index.js +2 -1
- package/optimize/es/components/datagrid/index.js +1 -1
- package/optimize/es/components/datagrid/utils/row_heights.js +1 -1
- package/optimize/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/es/components/error_boundary/error_boundary.a11y.js +1 -1
- package/optimize/es/components/expression/expression.a11y.js +2 -4
- package/optimize/es/components/filter_group/filter_button.js +2 -2
- package/optimize/es/components/focus_trap/focus_trap.a11y.js +3 -3
- package/optimize/es/components/form/range/range.a11y.js +5 -10
- package/optimize/es/components/form/super_select/super_select.js +3 -2
- package/optimize/es/components/form/super_select/super_select_control.js +13 -20
- package/optimize/es/components/header/header.a11y.js +1 -1
- package/optimize/es/components/image/image.a11y.js +1 -2
- package/optimize/es/components/key_pad_menu/key_pad_menu.a11y.js +5 -5
- package/optimize/es/components/link/external_link_icon.js +41 -0
- package/optimize/es/components/link/link.js +6 -20
- package/optimize/es/components/link/link.styles.js +2 -5
- package/optimize/es/components/list_group/list_group_item.js +8 -3
- package/optimize/es/components/list_group/list_group_item.styles.js +2 -1
- package/optimize/es/components/notification/notification_event.a11y.js +1 -2
- package/optimize/es/components/popover/popover.js +4 -1
- package/optimize/es/components/resizable_container/resizable_container.a11y.js +4 -8
- package/optimize/es/components/search_bar/search_bar.a11y.js +3 -6
- package/optimize/es/components/selectable/selectable_list/selectable_list.js +199 -76
- package/optimize/es/components/text/text.styles.js +2 -2
- package/optimize/es/components/text_truncate/text_truncate.js +26 -9
- package/optimize/lib/components/accordion/accordion.a11y.js +1 -3
- package/optimize/lib/components/basic_table/action_types.js +8 -2
- package/optimize/lib/components/basic_table/basic_table.a11y.js +1 -2
- package/optimize/lib/components/basic_table/collapsed_item_actions.js +123 -174
- package/optimize/lib/components/basic_table/custom_item_action.js +17 -91
- package/optimize/lib/components/basic_table/default_item_action.js +23 -14
- package/optimize/lib/components/basic_table/in_memory_table.a11y.js +13 -11
- package/optimize/lib/components/breadcrumbs/breadcrumb.js +11 -7
- package/optimize/lib/components/breadcrumbs/breadcrumb.styles.js +5 -0
- package/optimize/lib/components/button/button_display/_button_display_content.js +3 -1
- package/optimize/lib/components/button/button_empty/button_empty.js +2 -2
- package/optimize/lib/components/card/card.a11y.js +5 -18
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +4 -1
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +12 -9
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -3
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +10 -5
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +8 -36
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +11 -28
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +6 -26
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +4 -4
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +6 -10
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +9 -5
- package/optimize/lib/components/context_menu/context_menu_item.js +9 -6
- package/optimize/lib/components/context_menu/context_menu_item.styles.js +1 -1
- package/optimize/lib/components/datagrid/body/data_grid_cell.js +38 -30
- package/optimize/lib/components/datagrid/body/data_grid_cell_actions.js +12 -12
- package/optimize/lib/components/datagrid/body/data_grid_cell_popover.js +43 -10
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +55 -36
- package/optimize/lib/components/datagrid/controls/column_selector.js +19 -39
- package/optimize/lib/components/datagrid/controls/column_sorting.js +18 -29
- package/optimize/lib/components/datagrid/controls/data_grid_toolbar_control.js +75 -0
- package/optimize/lib/components/datagrid/controls/display_selector.js +0 -1
- package/optimize/lib/components/datagrid/controls/fullscreen_selector.js +2 -6
- package/optimize/lib/components/datagrid/controls/index.js +8 -1
- package/optimize/lib/components/datagrid/index.js +8 -1
- package/optimize/lib/components/datagrid/utils/row_heights.js +1 -1
- package/optimize/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/lib/components/error_boundary/error_boundary.a11y.js +1 -1
- package/optimize/lib/components/expression/expression.a11y.js +2 -4
- package/optimize/lib/components/filter_group/filter_button.js +2 -2
- package/optimize/lib/components/focus_trap/focus_trap.a11y.js +3 -3
- package/optimize/lib/components/form/range/range.a11y.js +5 -10
- package/optimize/lib/components/form/super_select/super_select.js +3 -2
- package/optimize/lib/components/form/super_select/super_select_control.js +12 -19
- package/optimize/lib/components/header/header.a11y.js +1 -1
- package/optimize/lib/components/image/image.a11y.js +1 -2
- package/optimize/lib/components/key_pad_menu/key_pad_menu.a11y.js +5 -5
- package/optimize/lib/components/link/external_link_icon.js +47 -0
- package/optimize/lib/components/link/link.js +6 -20
- package/optimize/lib/components/link/link.styles.js +1 -4
- package/optimize/lib/components/list_group/list_group_item.js +8 -3
- package/optimize/lib/components/list_group/list_group_item.styles.js +2 -1
- package/optimize/lib/components/notification/notification_event.a11y.js +1 -2
- package/optimize/lib/components/popover/popover.js +4 -1
- package/optimize/lib/components/resizable_container/resizable_container.a11y.js +4 -8
- package/optimize/lib/components/search_bar/search_bar.a11y.js +3 -6
- package/optimize/lib/components/selectable/selectable_list/selectable_list.js +199 -76
- package/optimize/lib/components/text/text.styles.js +2 -2
- package/optimize/lib/components/text_truncate/text_truncate.js +25 -8
- package/package.json +4 -4
- package/src/components/datagrid/_data_grid_data_row.scss +139 -100
- package/src/components/datagrid/_mixins.scss +2 -2
- package/src/components/datagrid/body/header/_data_grid_header_row.scss +36 -28
- package/src/components/datagrid/controls/_data_grid_toolbar.scss +0 -5
- package/src/components/form/form_row/_form_row.scss +1 -1
- package/src/components/table/_responsive.scss +19 -0
- package/src/components/table/_table.scss +4 -9
- package/test-env/components/accordion/accordion.a11y.js +1 -3
- package/test-env/components/auto_sizer/auto_sizer.js +10 -3
- package/test-env/components/basic_table/action_types.js +8 -2
- package/test-env/components/basic_table/basic_table.a11y.js +1 -2
- package/test-env/components/basic_table/basic_table.js +8 -8
- package/test-env/components/basic_table/collapsed_item_actions.js +124 -251
- package/test-env/components/basic_table/custom_item_action.js +18 -100
- package/test-env/components/basic_table/default_item_action.js +23 -14
- package/test-env/components/basic_table/in_memory_table.a11y.js +13 -11
- package/test-env/components/basic_table/in_memory_table.js +8 -8
- package/test-env/components/breadcrumbs/breadcrumb.js +11 -7
- package/test-env/components/breadcrumbs/breadcrumb.styles.js +5 -0
- package/test-env/components/button/button_display/_button_display.js +5 -3
- package/test-env/components/button/button_display/_button_display_content.js +8 -4
- package/test-env/components/button/button_empty/button_empty.js +9 -7
- package/test-env/components/button/button_group/button_group.js +5 -3
- package/test-env/components/button/button_group/button_group_button.js +5 -3
- package/test-env/components/card/card.a11y.js +5 -18
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.js +4 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +12 -9
- package/test-env/components/collapsible_nav_beta/collapsible_nav_group/collapsible_nav_group.js +1 -101
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +20 -58
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +89 -37
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +66 -80
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +11 -28
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +7 -105
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +4 -4
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +7 -90
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +150 -130
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -10
- package/test-env/components/combo_box/combo_box.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +16 -8
- package/test-env/components/context_menu/context_menu_item.styles.js +1 -1
- package/test-env/components/datagrid/body/data_grid_body.js +16 -6
- package/test-env/components/datagrid/body/data_grid_body_custom.js +16 -6
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +16 -6
- package/test-env/components/datagrid/body/data_grid_cell.js +67 -44
- package/test-env/components/datagrid/body/data_grid_cell_actions.js +12 -12
- package/test-env/components/datagrid/body/data_grid_cell_popover.js +43 -10
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +71 -42
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +16 -6
- package/test-env/components/datagrid/controls/column_selector.js +19 -39
- package/test-env/components/datagrid/controls/column_sorting.js +18 -29
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +158 -0
- package/test-env/components/datagrid/controls/display_selector.js +0 -1
- package/test-env/components/datagrid/controls/fullscreen_selector.js +2 -6
- package/test-env/components/datagrid/controls/index.js +8 -1
- package/test-env/components/datagrid/index.js +8 -1
- package/test-env/components/datagrid/utils/in_memory.js +16 -6
- package/test-env/components/datagrid/utils/row_heights.js +1 -1
- package/test-env/components/date_picker/auto_refresh/auto_refresh.js +6 -4
- package/test-env/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/test-env/components/error_boundary/error_boundary.a11y.js +1 -1
- package/test-env/components/expression/expression.a11y.js +2 -4
- package/test-env/components/facet/facet_button.js +5 -3
- package/test-env/components/filter_group/filter_button.js +2 -2
- package/test-env/components/focus_trap/focus_trap.a11y.js +3 -3
- package/test-env/components/form/range/range.a11y.js +5 -10
- package/test-env/components/form/super_select/super_select.js +3 -2
- package/test-env/components/form/super_select/super_select_control.js +12 -19
- package/test-env/components/header/header.a11y.js +1 -1
- package/test-env/components/header/header_links/header_link.js +7 -5
- package/test-env/components/header/header_section/header_section_item_button.js +7 -5
- package/test-env/components/image/image.a11y.js +1 -2
- package/test-env/components/key_pad_menu/key_pad_menu.a11y.js +5 -5
- package/test-env/components/link/external_link_icon.js +56 -0
- package/test-env/components/link/link.js +6 -20
- package/test-env/components/link/link.styles.js +1 -4
- package/test-env/components/list_group/list_group.js +6 -1
- package/test-env/components/list_group/list_group_item.js +14 -4
- package/test-env/components/list_group/list_group_item.styles.js +2 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +12 -2
- package/test-env/components/notification/notification_event.a11y.js +1 -2
- package/test-env/components/notification/notification_event.js +7 -5
- package/test-env/components/popover/popover.js +4 -1
- package/test-env/components/resizable_container/resizable_container.a11y.js +4 -8
- package/test-env/components/search_bar/search_bar.a11y.js +3 -6
- package/test-env/components/selectable/selectable.js +16 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +227 -78
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +16 -1
- package/test-env/components/text/text.styles.js +2 -2
- package/test-env/components/text_truncate/text_truncate.js +32 -9
package/dist/eui_theme_dark.css
CHANGED
|
@@ -2401,7 +2401,7 @@ The following files still use the Sass version:
|
|
|
2401
2401
|
.euiDataGridHeader {
|
|
2402
2402
|
display: -webkit-flex;
|
|
2403
2403
|
display: flex;
|
|
2404
|
-
z-index:
|
|
2404
|
+
z-index: 999;
|
|
2405
2405
|
background: #1D1E24;
|
|
2406
2406
|
position: -webkit-sticky;
|
|
2407
2407
|
position: sticky;
|
|
@@ -2425,12 +2425,6 @@ The following files still use the Sass version:
|
|
|
2425
2425
|
display: -webkit-flex;
|
|
2426
2426
|
display: flex;
|
|
2427
2427
|
}
|
|
2428
|
-
.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric {
|
|
2429
|
-
text-align: right;
|
|
2430
|
-
}
|
|
2431
|
-
.euiDataGridHeaderCell.euiDataGridHeaderCell--currency {
|
|
2432
|
-
text-align: right;
|
|
2433
|
-
}
|
|
2434
2428
|
.euiDataGridHeaderCell:focus {
|
|
2435
2429
|
outline: none;
|
|
2436
2430
|
border-top: none;
|
|
@@ -2443,8 +2437,8 @@ The following files still use the Sass version:
|
|
|
2443
2437
|
position: absolute;
|
|
2444
2438
|
top: 0;
|
|
2445
2439
|
left: 0;
|
|
2446
|
-
border: 2px solid #36A2EF;
|
|
2447
|
-
border-radius:
|
|
2440
|
+
border: 2px solid var(--euiDataGridCellOutlineColor, #36A2EF);
|
|
2441
|
+
border-radius: 3px;
|
|
2448
2442
|
z-index: 2;
|
|
2449
2443
|
pointer-events: none;
|
|
2450
2444
|
}
|
|
@@ -2460,50 +2454,57 @@ The following files still use the Sass version:
|
|
|
2460
2454
|
position: absolute;
|
|
2461
2455
|
top: 0;
|
|
2462
2456
|
left: 0;
|
|
2463
|
-
border: 2px solid #36A2EF;
|
|
2464
|
-
border-radius:
|
|
2457
|
+
border: 2px solid var(--euiDataGridCellOutlineColor, #36A2EF);
|
|
2458
|
+
border-radius: 3px;
|
|
2465
2459
|
z-index: 2;
|
|
2466
2460
|
pointer-events: none;
|
|
2467
2461
|
}
|
|
2468
|
-
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow {
|
|
2469
|
-
margin-right: 4px;
|
|
2470
|
-
}
|
|
2471
2462
|
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button {
|
|
2472
|
-
-webkit-flex: 0 0 auto;
|
|
2473
|
-
flex: 0 0 auto;
|
|
2474
2463
|
position: relative;
|
|
2475
|
-
-webkit-align-items: center;
|
|
2476
|
-
align-items: center;
|
|
2477
2464
|
display: -webkit-flex;
|
|
2478
2465
|
display: flex;
|
|
2466
|
+
-webkit-align-items: center;
|
|
2467
|
+
align-items: center;
|
|
2468
|
+
gap: 4px;
|
|
2479
2469
|
width: 100%;
|
|
2480
2470
|
font-weight: 700;
|
|
2481
2471
|
outline: none;
|
|
2482
2472
|
}
|
|
2483
|
-
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__button .euiDataGridHeaderCell__sortingArrow {
|
|
2484
|
-
-webkit-flex-grow: 0;
|
|
2485
|
-
flex-grow: 0;
|
|
2486
|
-
}
|
|
2487
2473
|
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__content {
|
|
2488
2474
|
max-width: 100%;
|
|
2489
2475
|
overflow: hidden !important;
|
|
2490
2476
|
text-overflow: ellipsis !important;
|
|
2491
2477
|
white-space: nowrap !important;
|
|
2478
|
+
}
|
|
2479
|
+
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__sortingArrow {
|
|
2480
|
+
-webkit-flex: 0 0 auto;
|
|
2481
|
+
flex: 0 0 auto;
|
|
2482
|
+
}
|
|
2483
|
+
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon {
|
|
2484
|
+
-webkit-flex: 0 0 auto;
|
|
2485
|
+
flex: 0 0 auto;
|
|
2486
|
+
margin-left: auto;
|
|
2487
|
+
display: -webkit-flex;
|
|
2488
|
+
display: flex;
|
|
2489
|
+
-webkit-align-items: center;
|
|
2490
|
+
align-items: center;
|
|
2491
|
+
-webkit-justify-content: center;
|
|
2492
|
+
justify-content: center;
|
|
2493
|
+
height: 16px;
|
|
2492
2494
|
overflow: hidden;
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
+
width: 0;
|
|
2496
|
+
opacity: 0;
|
|
2497
|
+
transition: width 150ms ease-in, opacity 350ms ease-in;
|
|
2498
|
+
}
|
|
2499
|
+
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):focus-within .euiDataGridHeaderCell__icon, .euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn):hover .euiDataGridHeaderCell__icon,
|
|
2500
|
+
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiPopover-isOpen .euiDataGridHeaderCell__icon {
|
|
2501
|
+
width: 16px;
|
|
2502
|
+
opacity: 1;
|
|
2503
|
+
}
|
|
2504
|
+
.euiDataGridHeaderCell.euiDataGridHeaderCell--numeric .euiDataGridHeaderCell__content, .euiDataGridHeaderCell.euiDataGridHeaderCell--currency .euiDataGridHeaderCell__content {
|
|
2495
2505
|
-webkit-flex-grow: 1;
|
|
2496
2506
|
flex-grow: 1;
|
|
2497
|
-
-
|
|
2498
|
-
align-self: baseline;
|
|
2499
|
-
}
|
|
2500
|
-
.euiDataGridHeaderCell:not(.euiDataGridHeaderCell--controlColumn) .euiDataGridHeaderCell__icon {
|
|
2501
|
-
-webkit-flex-grow: 0;
|
|
2502
|
-
flex-grow: 0;
|
|
2503
|
-
-webkit-flex-basis: auto;
|
|
2504
|
-
flex-basis: auto;
|
|
2505
|
-
width: auto;
|
|
2506
|
-
padding-left: 4px;
|
|
2507
|
+
text-align: right;
|
|
2507
2508
|
}
|
|
2508
2509
|
|
|
2509
2510
|
.euiDataGridHeader__action--selected {
|
|
@@ -2666,15 +2667,23 @@ The following files still use the Sass version:
|
|
|
2666
2667
|
}
|
|
2667
2668
|
|
|
2668
2669
|
.euiDataGridRowCell {
|
|
2670
|
+
position: relative;
|
|
2671
|
+
border-right: solid 1px #24272e;
|
|
2672
|
+
border-bottom: 1px solid #343741;
|
|
2673
|
+
--euiDataGridCellOutlineColor: #36A2EF;
|
|
2674
|
+
}
|
|
2675
|
+
.euiDataGridRowCell .euiDataGridRowCell__content {
|
|
2669
2676
|
font-size: 14px;
|
|
2670
2677
|
font-size: 1rem;
|
|
2671
2678
|
line-height: 1.7142857143rem;
|
|
2672
2679
|
padding: 6px;
|
|
2673
|
-
|
|
2674
|
-
border-bottom: 1px solid #343741;
|
|
2680
|
+
height: 100%;
|
|
2675
2681
|
overflow: hidden;
|
|
2676
2682
|
}
|
|
2677
|
-
.euiDataGridRowCell
|
|
2683
|
+
.euiDataGridRowCell .euiDataGridRowCell__content--autoHeight {
|
|
2684
|
+
height: auto;
|
|
2685
|
+
}
|
|
2686
|
+
.euiDataGridRowCell > [data-focus-lock-disabled] {
|
|
2678
2687
|
height: 100%;
|
|
2679
2688
|
}
|
|
2680
2689
|
.euiDataGridRowCell.euiDataGridRowCell--firstColumn {
|
|
@@ -2683,11 +2692,10 @@ The following files still use the Sass version:
|
|
|
2683
2692
|
.euiDataGridRowCell.euiDataGridRowCell--lastColumn {
|
|
2684
2693
|
border-right-color: #343741;
|
|
2685
2694
|
}
|
|
2686
|
-
.euiDataGridRowCell:focus {
|
|
2687
|
-
position: relative;
|
|
2695
|
+
.euiDataGridRowCell:hover, .euiDataGridRowCell:focus, .euiDataGridRowCell.euiDataGridRowCell--open {
|
|
2688
2696
|
outline: none;
|
|
2689
2697
|
}
|
|
2690
|
-
.euiDataGridRowCell:focus::after {
|
|
2698
|
+
.euiDataGridRowCell:hover::after, .euiDataGridRowCell:focus::after, .euiDataGridRowCell.euiDataGridRowCell--open::after {
|
|
2691
2699
|
content: "";
|
|
2692
2700
|
display: block;
|
|
2693
2701
|
width: 100%;
|
|
@@ -2695,30 +2703,29 @@ The following files still use the Sass version:
|
|
|
2695
2703
|
position: absolute;
|
|
2696
2704
|
top: 0;
|
|
2697
2705
|
left: 0;
|
|
2698
|
-
border: 2px solid #36A2EF;
|
|
2699
|
-
border-radius:
|
|
2706
|
+
border: 2px solid var(--euiDataGridCellOutlineColor, #36A2EF);
|
|
2707
|
+
border-radius: 3px;
|
|
2700
2708
|
z-index: 2;
|
|
2701
2709
|
pointer-events: none;
|
|
2702
2710
|
}
|
|
2703
|
-
.euiDataGridRowCell:hover .
|
|
2711
|
+
.euiDataGridRowCell:hover:not(:focus, :focus-within, .euiDataGridRowCell--open) {
|
|
2712
|
+
--euiDataGridCellOutlineColor: #98A2B3;
|
|
2713
|
+
}
|
|
2714
|
+
.euiDataGridRowCell:hover:not(:focus, :focus-within, .euiDataGridRowCell--open) .euiDataGridRowCell__actions {
|
|
2715
|
+
-webkit-animation-delay: 350ms;
|
|
2716
|
+
animation-delay: 350ms;
|
|
2717
|
+
}
|
|
2718
|
+
.euiDataGridRowCell:hover .euiDataGridRowCell__actions, .euiDataGridRowCell:focus .euiDataGridRowCell__actions, .euiDataGridRowCell:focus-within .euiDataGridRowCell__actions, .euiDataGridRowCell.euiDataGridRowCell--open .euiDataGridRowCell__actions, .euiDataGridRowCell[data-keyboard-closing] .euiDataGridRowCell__actions {
|
|
2704
2719
|
-webkit-animation-duration: 90ms;
|
|
2705
2720
|
animation-duration: 90ms;
|
|
2706
2721
|
-webkit-animation-name: euiDataGridCellActionsSlideIn;
|
|
2707
2722
|
animation-name: euiDataGridCellActionsSlideIn;
|
|
2708
2723
|
-webkit-animation-iteration-count: 1;
|
|
2709
2724
|
animation-iteration-count: 1;
|
|
2710
|
-
-webkit-animation-delay: 250ms;
|
|
2711
|
-
animation-delay: 250ms;
|
|
2712
2725
|
-webkit-animation-fill-mode: forwards;
|
|
2713
2726
|
animation-fill-mode: forwards;
|
|
2714
2727
|
}
|
|
2715
|
-
.euiDataGridRowCell:focus
|
|
2716
|
-
-webkit-animation: none;
|
|
2717
|
-
animation: none;
|
|
2718
|
-
margin-left: 6px;
|
|
2719
|
-
width: 12px;
|
|
2720
|
-
}
|
|
2721
|
-
.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open) .euiDataGridRowCell__actionButtonIcon {
|
|
2728
|
+
.euiDataGridRowCell:not(:hover):not(:focus):not(.euiDataGridRowCell--open):not([data-keyboard-closing]) .euiDataGridRowCell__actions {
|
|
2722
2729
|
display: none;
|
|
2723
2730
|
}
|
|
2724
2731
|
.euiDataGridRowCell.euiDataGridRowCell--numeric {
|
|
@@ -2741,12 +2748,14 @@ The following files still use the Sass version:
|
|
|
2741
2748
|
scrollbar-color: rgba(152, 162, 179, 0.5) transparent;
|
|
2742
2749
|
scrollbar-width: thin;
|
|
2743
2750
|
overflow: auto;
|
|
2744
|
-
max-width: 400px !important;
|
|
2745
|
-
max-height: 400px !important;
|
|
2746
2751
|
z-index: 1000 !important;
|
|
2747
2752
|
-webkit-filter: none;
|
|
2748
2753
|
filter: none;
|
|
2749
2754
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125);
|
|
2755
|
+
-webkit-animation-duration: 250ms;
|
|
2756
|
+
animation-duration: 250ms;
|
|
2757
|
+
-webkit-animation-name: euiDataGridCellPopover;
|
|
2758
|
+
animation-name: euiDataGridCellPopover;
|
|
2750
2759
|
}
|
|
2751
2760
|
.euiDataGridRowCell__popover::-webkit-scrollbar {
|
|
2752
2761
|
width: 16px;
|
|
@@ -2762,66 +2771,93 @@ The following files still use the Sass version:
|
|
|
2762
2771
|
background-color: transparent;
|
|
2763
2772
|
}
|
|
2764
2773
|
|
|
2765
|
-
.
|
|
2766
|
-
|
|
2767
|
-
height:
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
.euiDataGridRowCell__defaultHeight {
|
|
2774
|
+
.euiDataGridRowCell--controlColumn .euiDataGridRowCell__content {
|
|
2775
|
+
max-height: 100%;
|
|
2776
|
+
height: auto;
|
|
2771
2777
|
display: -webkit-flex;
|
|
2772
2778
|
display: flex;
|
|
2773
|
-
-webkit-align-items: baseline;
|
|
2774
|
-
align-items: baseline;
|
|
2775
|
-
max-width: 100%;
|
|
2776
|
-
}
|
|
2777
|
-
.euiDataGridRowCell__defaultHeight .euiDataGridRowCell__content {
|
|
2778
|
-
-webkit-flex-grow: 1;
|
|
2779
|
-
flex-grow: 1;
|
|
2780
|
-
}
|
|
2781
|
-
.euiDataGridRowCell__defaultHeight .euiDataGridRowCell__actions {
|
|
2782
|
-
-webkit-flex-grow: 0;
|
|
2783
|
-
flex-grow: 0;
|
|
2784
|
-
}
|
|
2785
|
-
.euiDataGridRowCell--controlColumn .euiDataGridRowCell__defaultHeight {
|
|
2786
|
-
height: 100%;
|
|
2787
2779
|
-webkit-align-items: center;
|
|
2788
2780
|
align-items: center;
|
|
2789
2781
|
}
|
|
2790
2782
|
|
|
2791
|
-
.
|
|
2792
|
-
.
|
|
2793
|
-
|
|
2783
|
+
.euiDataGridRowCell__actions,
|
|
2784
|
+
.euiDataGridRowCell__actions + [data-euiportal] > .euiPopover {
|
|
2785
|
+
position: absolute;
|
|
2786
|
+
bottom: 100%;
|
|
2787
|
+
}
|
|
2788
|
+
.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions,
|
|
2789
|
+
.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions + [data-euiportal] > .euiPopover {
|
|
2790
|
+
left: 0;
|
|
2791
|
+
}
|
|
2792
|
+
.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions,
|
|
2793
|
+
.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions + [data-euiportal] > .euiPopover {
|
|
2794
|
+
right: 0;
|
|
2794
2795
|
}
|
|
2795
2796
|
|
|
2796
2797
|
.euiDataGridRowCell__actions {
|
|
2798
|
+
z-index: 998;
|
|
2799
|
+
margin-bottom: -1px;
|
|
2797
2800
|
display: -webkit-flex;
|
|
2798
2801
|
display: flex;
|
|
2802
|
+
gap: 2px;
|
|
2803
|
+
padding-inline: 2px;
|
|
2804
|
+
background-color: var(--euiDataGridCellOutlineColor);
|
|
2805
|
+
color: #1D1E24;
|
|
2806
|
+
border: 1px solid var(--euiDataGridCellOutlineColor);
|
|
2807
|
+
border-top-left-radius: 3px;
|
|
2808
|
+
border-top-right-radius: 3px;
|
|
2809
|
+
-webkit-transform: scaleY(0);
|
|
2810
|
+
transform: scaleY(0);
|
|
2811
|
+
-webkit-transform-origin: bottom;
|
|
2812
|
+
transform-origin: bottom;
|
|
2813
|
+
}
|
|
2814
|
+
.euiDataGridRowCell[data-gridcell-visible-row-index="0"] > .euiDataGridRowCell__actions {
|
|
2815
|
+
z-index: 999;
|
|
2816
|
+
}
|
|
2817
|
+
.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions {
|
|
2818
|
+
border-bottom-right-radius: 3px;
|
|
2819
|
+
}
|
|
2820
|
+
.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions {
|
|
2821
|
+
border-bottom-left-radius: 3px;
|
|
2799
2822
|
}
|
|
2800
|
-
.euiDataGridRowCell__actions
|
|
2823
|
+
.euiDataGridRowCell__actions::after {
|
|
2824
|
+
content: "";
|
|
2801
2825
|
position: absolute;
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
background-color:
|
|
2826
|
+
top: 100%;
|
|
2827
|
+
height: 2px;
|
|
2828
|
+
width: 2px;
|
|
2829
|
+
background-color: var(--euiDataGridCellOutlineColor);
|
|
2830
|
+
}
|
|
2831
|
+
.euiDataGridRowCell--alignLeft .euiDataGridRowCell__actions::after {
|
|
2832
|
+
left: -1px;
|
|
2833
|
+
}
|
|
2834
|
+
.euiDataGridRowCell--alignRight .euiDataGridRowCell__actions::after {
|
|
2835
|
+
right: -1px;
|
|
2806
2836
|
}
|
|
2807
2837
|
|
|
2808
2838
|
.euiDataGridRowCell__actionButtonIcon {
|
|
2809
|
-
height:
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2839
|
+
height: 20px;
|
|
2840
|
+
width: 16px;
|
|
2841
|
+
border-radius: 0;
|
|
2842
|
+
/* Force all cell action buttons to match EUI colors */
|
|
2843
|
+
/* Manually increase the size of the expand cell icon - it's a bit small by default */
|
|
2844
|
+
}
|
|
2845
|
+
.euiDataGridRowCell__actionButtonIcon,
|
|
2846
|
+
.euiDataGridRowCell__actionButtonIcon svg {
|
|
2847
|
+
background-color: transparent !important;
|
|
2848
|
+
color: currentColor !important;
|
|
2849
|
+
fill: currentColor !important;
|
|
2850
|
+
}
|
|
2851
|
+
.euiDataGridRowCell__actionButtonIcon.euiDataGridRowCell__expandCell .euiIcon {
|
|
2852
|
+
width: 120%;
|
|
2853
|
+
height: 100%;
|
|
2816
2854
|
}
|
|
2817
2855
|
|
|
2818
|
-
.euiDataGrid--stripes .euiDataGridRow--striped
|
|
2819
|
-
.euiDataGrid--stripes .euiDataGridRow--striped .euiDataGridRowCell__actions--overlay {
|
|
2856
|
+
.euiDataGrid--stripes .euiDataGridRow--striped {
|
|
2820
2857
|
background-color: #25262E;
|
|
2821
2858
|
}
|
|
2822
2859
|
|
|
2823
|
-
.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover
|
|
2824
|
-
.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover .euiDataGridRowCell__actions--overlay {
|
|
2860
|
+
.euiDataGrid--rowHoverHighlight .euiDataGridRow:hover {
|
|
2825
2861
|
background-color: #2E2D25;
|
|
2826
2862
|
}
|
|
2827
2863
|
|
|
@@ -2834,53 +2870,61 @@ The following files still use the Sass version:
|
|
|
2834
2870
|
border-left-color: transparent;
|
|
2835
2871
|
}
|
|
2836
2872
|
|
|
2837
|
-
.euiDataGrid--fontSizeSmall .euiDataGridRowCell {
|
|
2873
|
+
.euiDataGrid--fontSizeSmall .euiDataGridRowCell .euiDataGridRowCell__content {
|
|
2838
2874
|
font-size: 12px;
|
|
2839
2875
|
font-size: 0.8571428571rem;
|
|
2840
2876
|
line-height: 1.1428571429rem;
|
|
2841
2877
|
}
|
|
2842
2878
|
|
|
2843
|
-
.euiDataGrid--fontSizeLarge .euiDataGridRowCell {
|
|
2879
|
+
.euiDataGrid--fontSizeLarge .euiDataGridRowCell .euiDataGridRowCell__content {
|
|
2844
2880
|
font-size: 14px;
|
|
2845
2881
|
font-size: 1rem;
|
|
2846
2882
|
line-height: 1.7142857143rem;
|
|
2847
2883
|
}
|
|
2848
2884
|
|
|
2849
|
-
.euiDataGrid--paddingSmall .euiDataGridRowCell {
|
|
2885
|
+
.euiDataGrid--paddingSmall .euiDataGridRowCell .euiDataGridRowCell__content {
|
|
2850
2886
|
padding: 4px;
|
|
2851
2887
|
}
|
|
2852
2888
|
|
|
2853
|
-
.euiDataGrid--paddingLarge .euiDataGridRowCell {
|
|
2889
|
+
.euiDataGrid--paddingLarge .euiDataGridRowCell .euiDataGridRowCell__content {
|
|
2854
2890
|
padding: 8px;
|
|
2855
2891
|
}
|
|
2856
2892
|
|
|
2857
|
-
.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__actions--overlay {
|
|
2858
|
-
padding: 2px 0;
|
|
2859
|
-
}
|
|
2860
|
-
.euiDataGrid--fontSizeSmall.euiDataGrid--paddingSmall .euiDataGridRowCell__defaultHeight .euiDataGridRowCell__actions {
|
|
2861
|
-
-webkit-transform: translateY(1px);
|
|
2862
|
-
transform: translateY(1px);
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
2893
|
@-webkit-keyframes euiDataGridCellActionsSlideIn {
|
|
2866
2894
|
from {
|
|
2867
|
-
|
|
2868
|
-
|
|
2895
|
+
-webkit-transform: scaleY(0);
|
|
2896
|
+
transform: scaleY(0);
|
|
2869
2897
|
}
|
|
2870
2898
|
to {
|
|
2871
|
-
|
|
2872
|
-
|
|
2899
|
+
-webkit-transform: scaleY(1);
|
|
2900
|
+
transform: scaleY(1);
|
|
2873
2901
|
}
|
|
2874
2902
|
}
|
|
2875
2903
|
|
|
2876
2904
|
@keyframes euiDataGridCellActionsSlideIn {
|
|
2877
2905
|
from {
|
|
2878
|
-
|
|
2879
|
-
|
|
2906
|
+
-webkit-transform: scaleY(0);
|
|
2907
|
+
transform: scaleY(0);
|
|
2908
|
+
}
|
|
2909
|
+
to {
|
|
2910
|
+
-webkit-transform: scaleY(1);
|
|
2911
|
+
transform: scaleY(1);
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
@-webkit-keyframes euiDataGridCellPopover {
|
|
2915
|
+
from {
|
|
2916
|
+
opacity: 0;
|
|
2917
|
+
}
|
|
2918
|
+
to {
|
|
2919
|
+
opacity: 1;
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
@keyframes euiDataGridCellPopover {
|
|
2923
|
+
from {
|
|
2924
|
+
opacity: 0;
|
|
2880
2925
|
}
|
|
2881
2926
|
to {
|
|
2882
|
-
|
|
2883
|
-
width: 12px;
|
|
2927
|
+
opacity: 1;
|
|
2884
2928
|
}
|
|
2885
2929
|
}
|
|
2886
2930
|
.euiDataGrid__controls {
|
|
@@ -2911,11 +2955,6 @@ The following files still use the Sass version:
|
|
|
2911
2955
|
margin-left: 2px;
|
|
2912
2956
|
}
|
|
2913
2957
|
|
|
2914
|
-
.euiDataGrid__controlBtn--active,
|
|
2915
|
-
.euiDataGrid__controlBtn--active:focus {
|
|
2916
|
-
font-weight: 600;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
2958
|
.euiDataGrid--bordersNone .euiDataGrid__controls {
|
|
2920
2959
|
border: none;
|
|
2921
2960
|
background: #1D1E24;
|
|
@@ -5244,7 +5283,7 @@ The following files still use the Sass version:
|
|
|
5244
5283
|
}
|
|
5245
5284
|
|
|
5246
5285
|
.euiFormRow--hasEmptyLabelSpace {
|
|
5247
|
-
margin-top:
|
|
5286
|
+
margin-top: 20px; /* 2 */
|
|
5248
5287
|
min-height: 40px;
|
|
5249
5288
|
padding-bottom: 0;
|
|
5250
5289
|
-webkit-justify-content: center;
|
|
@@ -7189,15 +7228,13 @@ The following files still use the Sass version:
|
|
|
7189
7228
|
transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
|
|
7190
7229
|
transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
|
|
7191
7230
|
}
|
|
7192
|
-
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide
|
|
7193
|
-
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled,
|
|
7194
|
-
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover,
|
|
7195
|
-
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus, .euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled {
|
|
7231
|
+
.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide {
|
|
7196
7232
|
-webkit-filter: grayscale(0%);
|
|
7197
7233
|
filter: grayscale(0%);
|
|
7198
7234
|
opacity: 0;
|
|
7199
7235
|
}
|
|
7200
|
-
.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem
|
|
7236
|
+
.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem,
|
|
7237
|
+
.euiTableRow-hasActions .euiTableCellContent--showOnHover:focus-within .euiTableCellContent__hoverItem {
|
|
7201
7238
|
opacity: 1;
|
|
7202
7239
|
-webkit-filter: grayscale(0%);
|
|
7203
7240
|
filter: grayscale(0%);
|
|
@@ -7390,6 +7427,21 @@ The following files still use the Sass version:
|
|
|
7390
7427
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {
|
|
7391
7428
|
padding: 4px;
|
|
7392
7429
|
}
|
|
7430
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child {
|
|
7431
|
+
width: 100%;
|
|
7432
|
+
}
|
|
7433
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child::before {
|
|
7434
|
+
content: "";
|
|
7435
|
+
position: absolute;
|
|
7436
|
+
left: 0;
|
|
7437
|
+
right: 0;
|
|
7438
|
+
height: 1px;
|
|
7439
|
+
background-color: rgba(83, 89, 102, 0.1);
|
|
7440
|
+
}
|
|
7441
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child .euiTableCellContent {
|
|
7442
|
+
position: relative;
|
|
7443
|
+
top: 4px;
|
|
7444
|
+
}
|
|
7393
7445
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {
|
|
7394
7446
|
top: auto;
|
|
7395
7447
|
bottom: 16px;
|
|
@@ -7588,6 +7640,21 @@ The following files still use the Sass version:
|
|
|
7588
7640
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {
|
|
7589
7641
|
padding: 4px;
|
|
7590
7642
|
}
|
|
7643
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child {
|
|
7644
|
+
width: 100%;
|
|
7645
|
+
}
|
|
7646
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child::before {
|
|
7647
|
+
content: "";
|
|
7648
|
+
position: absolute;
|
|
7649
|
+
left: 0;
|
|
7650
|
+
right: 0;
|
|
7651
|
+
height: 1px;
|
|
7652
|
+
background-color: rgba(83, 89, 102, 0.1);
|
|
7653
|
+
}
|
|
7654
|
+
.euiTable.euiTable--responsive .euiTableRow:not(.euiTableRow-hasActions) .euiTableRowCell--hasActions:last-child .euiTableCellContent {
|
|
7655
|
+
position: relative;
|
|
7656
|
+
top: 4px;
|
|
7657
|
+
}
|
|
7591
7658
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {
|
|
7592
7659
|
top: auto;
|
|
7593
7660
|
bottom: 16px;
|