@elastic/eui 102.3.0 → 103.0.0-amsterdam.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +7 -7
- package/es/components/basic_table/in_memory_table.js +7 -7
- package/es/components/button/button.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_group/button_group_button.styles.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.a11y.js +3 -3
- package/es/components/card/card.js +2 -2
- package/es/components/card/card_select/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +3 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/filter_group/filter_button.js +10 -4
- package/es/components/filter_group/filter_button.styles.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/header/header_section/header_section_item_button.styles.js +12 -3
- package/es/components/icon/assets/{iInCircle.js → info.js} +2 -2
- package/es/components/icon/assets/{question_in_circle.js → question.js} +9 -3
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/es/components/icon/icon_map.js +6 -2
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item.styles.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/markdown_editor/plugins/markdown_tooltip/renderer.js +1 -1
- package/es/components/markdown_editor/plugins/remark/remark_prismjs.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/provider/provider.js +2 -2
- package/es/components/resizable_container/resizable_collapse_button.js +3 -2
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +4 -4
- package/es/components/text/text.styles.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +2 -2
- package/es/services/color/eui_palettes.js +57 -15
- package/es/services/color/eui_palettes_hooks.js +10 -1
- package/es/services/color/index.js +1 -1
- package/es/services/color/vis_color_store.js +1 -1
- package/es/services/index.js +1 -1
- package/es/services/theme/context.js +2 -2
- package/es/themes/amsterdam/global_styling/variables/_colors_severity.js +2 -1
- package/es/themes/amsterdam/global_styling/variables/_colors_vis.js +9 -2
- package/eui.d.ts +390 -364
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +7 -7
- package/lib/components/basic_table/in_memory_table.js +7 -7
- package/lib/components/button/button.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_group/button_group_button.styles.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.a11y.js +3 -3
- package/lib/components/card/card.js +2 -2
- package/lib/components/card/card_select/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +3 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/filter_group/filter_button.js +10 -4
- package/lib/components/filter_group/filter_button.styles.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.styles.js +12 -3
- package/lib/components/icon/assets/{iInCircle.js → info.js} +2 -2
- package/lib/components/icon/assets/{question_in_circle.js → question.js} +9 -3
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/lib/components/icon/icon_map.js +6 -2
- package/lib/components/icon/svgs/question.svg +5 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item.styles.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/markdown_editor/plugins/markdown_tooltip/renderer.js +1 -1
- package/lib/components/markdown_editor/plugins/remark/remark_prismjs.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/provider/provider.js +2 -2
- package/lib/components/resizable_container/resizable_collapse_button.js +2 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +4 -4
- package/lib/components/text/text.styles.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +2 -2
- package/lib/services/color/eui_palettes.js +58 -16
- package/lib/services/color/eui_palettes_hooks.js +10 -1
- package/lib/services/color/index.js +21 -0
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/index.js +21 -0
- package/lib/services/theme/context.js +2 -2
- package/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +2 -1
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +8 -2
- package/optimize/es/components/button/button_group/button_group_button.styles.js +1 -1
- package/optimize/es/components/card/card.a11y.js +3 -3
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +3 -1
- package/optimize/es/components/filter_group/filter_button.js +1 -1
- package/optimize/es/components/filter_group/filter_button.styles.js +1 -1
- package/optimize/es/components/header/header_section/header_section_item_button.styles.js +12 -3
- package/optimize/es/components/icon/assets/{iInCircle.js → info.js} +2 -2
- package/optimize/es/components/icon/assets/{question_in_circle.js → question.js} +9 -3
- package/optimize/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/es/components/icon/icon_map.js +6 -2
- package/optimize/es/components/list_group/list_group_item.styles.js +2 -2
- package/optimize/es/components/markdown_editor/plugins/markdown_tooltip/renderer.js +1 -1
- package/optimize/es/components/markdown_editor/plugins/remark/remark_prismjs.js +1 -1
- package/optimize/es/components/provider/provider.js +2 -2
- package/optimize/es/components/resizable_container/resizable_collapse_button.js +3 -2
- package/optimize/es/components/table/table_header_cell.js +2 -2
- package/optimize/es/components/text/text.styles.js +1 -1
- package/optimize/es/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/services/color/eui_palettes.js +57 -15
- package/optimize/es/services/color/eui_palettes_hooks.js +10 -1
- package/optimize/es/services/color/index.js +1 -1
- package/optimize/es/services/color/vis_color_store.js +1 -1
- package/optimize/es/services/index.js +1 -1
- package/optimize/es/services/theme/context.js +2 -2
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_severity.js +2 -1
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis.js +9 -2
- package/optimize/lib/components/button/button_group/button_group_button.styles.js +1 -1
- package/optimize/lib/components/card/card.a11y.js +3 -3
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +3 -1
- package/optimize/lib/components/filter_group/filter_button.js +1 -1
- package/optimize/lib/components/filter_group/filter_button.styles.js +1 -1
- package/optimize/lib/components/header/header_section/header_section_item_button.styles.js +12 -3
- package/optimize/lib/components/icon/assets/{iInCircle.js → info.js} +2 -2
- package/optimize/lib/components/icon/assets/{question_in_circle.js → question.js} +9 -3
- package/optimize/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/lib/components/icon/icon_map.js +6 -2
- package/optimize/lib/components/icon/svgs/question.svg +5 -0
- package/optimize/lib/components/list_group/list_group_item.styles.js +2 -2
- package/optimize/lib/components/markdown_editor/plugins/markdown_tooltip/renderer.js +1 -1
- package/optimize/lib/components/markdown_editor/plugins/remark/remark_prismjs.js +1 -1
- package/optimize/lib/components/provider/provider.js +2 -2
- package/optimize/lib/components/resizable_container/resizable_collapse_button.js +2 -1
- package/optimize/lib/components/table/table_header_cell.js +2 -2
- package/optimize/lib/components/text/text.styles.js +1 -1
- package/optimize/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/lib/services/color/eui_palettes.js +58 -16
- package/optimize/lib/services/color/eui_palettes_hooks.js +10 -1
- package/optimize/lib/services/color/index.js +21 -0
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/index.js +21 -0
- package/optimize/lib/services/theme/context.js +2 -2
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +2 -1
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +8 -2
- package/package/eui.d.ts +29802 -0
- package/package.json +4 -4
- package/temp/package/eui.d.ts +29802 -0
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +7 -7
- package/test-env/components/basic_table/in_memory_table.js +7 -7
- package/test-env/components/button/button.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_group/button_group_button.styles.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.a11y.js +3 -3
- package/test-env/components/card/card.js +2 -2
- package/test-env/components/card/card_select/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +3 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/filter_group/filter_button.js +10 -4
- package/test-env/components/filter_group/filter_button.styles.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.styles.js +12 -3
- package/test-env/components/icon/assets/{iInCircle.js → info.js} +2 -2
- package/test-env/components/icon/assets/{question_in_circle.js → question.js} +9 -3
- package/test-env/components/icon/icon_glyphs.a11y.js +1 -1
- package/test-env/components/icon/icon_map.js +6 -2
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item.styles.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/markdown_editor/plugins/markdown_tooltip/renderer.js +1 -1
- package/test-env/components/markdown_editor/plugins/remark/remark_prismjs.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/provider/provider.js +2 -2
- package/test-env/components/resizable_container/resizable_collapse_button.js +2 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +4 -4
- package/test-env/components/text/text.styles.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +2 -2
- package/test-env/services/color/eui_palettes.js +58 -16
- package/test-env/services/color/eui_palettes_hooks.js +10 -1
- package/test-env/services/color/index.js +21 -0
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/index.js +21 -0
- package/test-env/services/theme/context.js +2 -2
- package/test-env/themes/amsterdam/global_styling/variables/_colors_severity.js +2 -1
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis.js +8 -2
- package/lib/components/icon/svgs/question_in_circle.svg +0 -3
- package/optimize/lib/components/icon/svgs/question_in_circle.svg +0 -3
- /package/lib/components/icon/svgs/{iInCircle.svg → info.svg} +0 -0
- /package/optimize/lib/components/icon/svgs/{iInCircle.svg → info.svg} +0 -0
package/eui.d.ts
CHANGED
|
@@ -171,124 +171,13 @@ declare module '@elastic/eui/src/components/common' {
|
|
|
171
171
|
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
172
172
|
} & ButtonHTMLAttributes<HTMLButtonElement> & P;
|
|
173
173
|
|
|
174
|
-
}
|
|
175
|
-
declare module '@elastic/eui/src/services/theme/types' {
|
|
176
|
-
export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
|
|
177
|
-
|
|
178
174
|
}
|
|
179
175
|
declare module '@elastic/eui/src/services/theme/utils' {
|
|
180
176
|
export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
|
|
181
177
|
|
|
182
178
|
}
|
|
183
|
-
declare module '@elastic/eui/src/services/theme/
|
|
184
|
-
|
|
185
|
-
export const DEFAULTS: {
|
|
186
|
-
system: {
|
|
187
|
-
model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
188
|
-
root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
189
|
-
key: string;
|
|
190
|
-
};
|
|
191
|
-
modifications: {};
|
|
192
|
-
colorMode: "LIGHT";
|
|
193
|
-
highContrastMode: false;
|
|
194
|
-
};
|
|
195
|
-
export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
|
|
196
|
-
export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
|
|
197
|
-
overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
|
|
198
|
-
}>>;
|
|
199
|
-
export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
|
|
200
|
-
export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
|
|
201
|
-
export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
|
|
202
|
-
export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
|
|
203
|
-
export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
declare module '@elastic/eui/src/services/theme/warning' {
|
|
207
|
-
type LEVELS = 'log' | 'warn' | 'error';
|
|
208
|
-
type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
|
|
209
|
-
export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
|
|
210
|
-
export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
|
|
211
|
-
export const emitEuiProviderWarning: (providerMessage: string) => void;
|
|
212
|
-
export {};
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
declare module '@elastic/eui/src/services/theme/hooks' {
|
|
216
|
-
import React from 'react';
|
|
217
|
-
import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
|
|
218
|
-
/**
|
|
219
|
-
* Hook for function components
|
|
220
|
-
*/
|
|
221
|
-
export interface UseEuiTheme<T extends {} = {}> {
|
|
222
|
-
euiTheme: EuiThemeComputed<T>;
|
|
223
|
-
colorMode: EuiThemeColorModeStandard;
|
|
224
|
-
highContrastMode: EuiThemeHighContrastMode;
|
|
225
|
-
modifications: EuiThemeModifications<T>;
|
|
226
|
-
}
|
|
227
|
-
export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
|
|
228
|
-
/**
|
|
229
|
-
* HOC for class components
|
|
230
|
-
*/
|
|
231
|
-
export interface WithEuiThemeProps<P extends {} = {}> {
|
|
232
|
-
theme: UseEuiTheme<P>;
|
|
233
|
-
}
|
|
234
|
-
export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
|
|
235
|
-
/**
|
|
236
|
-
* Render prop alternative for complex class components
|
|
237
|
-
* Most useful for scenarios where a HOC may interfere with typing
|
|
238
|
-
*/
|
|
239
|
-
export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
|
|
240
|
-
children: (theme: UseEuiTheme) => React.ReactElement;
|
|
241
|
-
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
242
|
-
/**
|
|
243
|
-
* Minor syntactical sugar hook for theme CSS variables.
|
|
244
|
-
* Primarily meant for internal EUI usage.
|
|
245
|
-
*/
|
|
246
|
-
export const useEuiThemeCSSVariables: () => {
|
|
247
|
-
setGlobalCSSVariables: Function;
|
|
248
|
-
globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
249
|
-
setNearestThemeCSSVariables: Function;
|
|
250
|
-
themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
251
|
-
};
|
|
252
|
-
/**
|
|
253
|
-
* Checks whether the current active `colorMode` is set to `DARK`;
|
|
254
|
-
* In case of nested providers this returns the value of the nearest provider context.
|
|
255
|
-
*/
|
|
256
|
-
export const useIsDarkMode: () => boolean;
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
declare module '@elastic/eui/src/services/throttle' {
|
|
260
|
-
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
264
|
-
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
265
|
-
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
266
|
-
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
|
|
270
|
-
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
271
|
-
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
272
|
-
type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
|
|
273
|
-
export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
|
|
274
|
-
/**
|
|
275
|
-
* Returns the current breakpoint based on window width.
|
|
276
|
-
* Typically only called by the top-level `EuiProvider` (to reduce the number
|
|
277
|
-
* of window resize listeners on the page). Also conditionally called if a
|
|
278
|
-
* nested `EuiThemeProvider` defines a `modify.breakpoint` override
|
|
279
|
-
*/
|
|
280
|
-
export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
|
|
281
|
-
export {};
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
285
|
-
/**
|
|
286
|
-
* Hook util / syntactical sugar for useContext()
|
|
287
|
-
*
|
|
288
|
-
* This hook is in its own separate file to make mocking it
|
|
289
|
-
* as a testenv easy for Jest unit tests
|
|
290
|
-
*/
|
|
291
|
-
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
179
|
+
declare module '@elastic/eui/src/services/theme/types' {
|
|
180
|
+
export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
|
|
292
181
|
|
|
293
182
|
}
|
|
294
183
|
declare module '@elastic/eui/src/services/emotion/clone_element' {
|
|
@@ -387,6 +276,10 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
|
|
|
387
276
|
*/
|
|
388
277
|
export const useDeepEqual: <T = Record<string, any> | any[] | undefined>(object: T) => T;
|
|
389
278
|
|
|
279
|
+
}
|
|
280
|
+
declare module '@elastic/eui/src/services/throttle' {
|
|
281
|
+
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
282
|
+
|
|
390
283
|
}
|
|
391
284
|
declare module '@elastic/eui/src/services/hooks/useMouseMove' {
|
|
392
285
|
import { MouseEvent, TouchEvent } from 'react';
|
|
@@ -409,6 +302,15 @@ declare module '@elastic/eui/src/services/hooks' {
|
|
|
409
302
|
export * from '@elastic/eui/src/services/hooks/useMouseMove';
|
|
410
303
|
export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
|
|
411
304
|
|
|
305
|
+
}
|
|
306
|
+
declare module '@elastic/eui/src/services/theme/warning' {
|
|
307
|
+
type LEVELS = 'log' | 'warn' | 'error';
|
|
308
|
+
type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
|
|
309
|
+
export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
|
|
310
|
+
export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
|
|
311
|
+
export const emitEuiProviderWarning: (providerMessage: string) => void;
|
|
312
|
+
export {};
|
|
313
|
+
|
|
412
314
|
}
|
|
413
315
|
declare module '@elastic/eui/src/services/theme/style_memoization' {
|
|
414
316
|
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
@@ -605,6 +507,11 @@ declare module '@elastic/eui/src/services/color/color_palette' {
|
|
|
605
507
|
*/
|
|
606
508
|
categorical?: boolean): string[];
|
|
607
509
|
|
|
510
|
+
}
|
|
511
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
|
|
512
|
+
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
513
|
+
export const colorVis: _EuiThemeVisColors;
|
|
514
|
+
|
|
608
515
|
}
|
|
609
516
|
declare module '@elastic/eui/src/services/color/vis_color_store' {
|
|
610
517
|
import { _EuiVisColorStore } from '@elastic/eui-theme-common';
|
|
@@ -703,6 +610,21 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
703
610
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
704
611
|
*/
|
|
705
612
|
export const euiPaletteGreen: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
613
|
+
/**
|
|
614
|
+
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
615
|
+
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
616
|
+
*/
|
|
617
|
+
export const euiPaletteSkyBlue: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
618
|
+
/**
|
|
619
|
+
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
620
|
+
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
621
|
+
*/
|
|
622
|
+
export const euiPaletteYellow: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
623
|
+
/**
|
|
624
|
+
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
625
|
+
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
626
|
+
*/
|
|
627
|
+
export const euiPaletteOrange: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
706
628
|
/**
|
|
707
629
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
708
630
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
@@ -734,6 +656,9 @@ declare module '@elastic/eui/src/services/color/eui_palettes_hooks' {
|
|
|
734
656
|
export const useEuiPaletteComplementary: (steps: number) => EuiPalette;
|
|
735
657
|
export const useEuiPaletteRed: (steps: number) => EuiPalette;
|
|
736
658
|
export const useEuiPaletteGreen: (steps: number) => EuiPalette;
|
|
659
|
+
export const useEuiPaletteSkyBlue: (steps: number) => EuiPalette;
|
|
660
|
+
export const useEuiPaletteYellow: (steps: number) => EuiPalette;
|
|
661
|
+
export const useEuiPaletteOrange: (steps: number) => EuiPalette;
|
|
737
662
|
export const useEuiPaletteCool: (steps: number) => EuiPalette;
|
|
738
663
|
export const useEuiPaletteWarm: (steps: number) => EuiPalette;
|
|
739
664
|
export const useEuiPaletteGray: (steps: number) => EuiPalette;
|
|
@@ -1221,7 +1146,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
|
|
|
1221
1146
|
*/
|
|
1222
1147
|
export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
|
|
1223
1148
|
export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
|
|
1224
|
-
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "
|
|
1149
|
+
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
|
|
1225
1150
|
|
|
1226
1151
|
}
|
|
1227
1152
|
declare module '@elastic/eui/src/global_styling/mixins/_states' {
|
|
@@ -1271,6 +1196,12 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
|
|
|
1271
1196
|
*/
|
|
1272
1197
|
export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
|
|
1273
1198
|
|
|
1199
|
+
}
|
|
1200
|
+
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
1201
|
+
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
1202
|
+
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1203
|
+
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1204
|
+
|
|
1274
1205
|
}
|
|
1275
1206
|
declare module '@elastic/eui/src/global_styling/variables/animations' {
|
|
1276
1207
|
export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
|
|
@@ -2591,6 +2522,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2591
2522
|
help: string;
|
|
2592
2523
|
home: string;
|
|
2593
2524
|
iInCircle: string;
|
|
2525
|
+
info: string;
|
|
2594
2526
|
image: string;
|
|
2595
2527
|
importAction: string;
|
|
2596
2528
|
index: string;
|
|
@@ -2758,6 +2690,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2758
2690
|
popout: string;
|
|
2759
2691
|
push: string;
|
|
2760
2692
|
questionInCircle: string;
|
|
2693
|
+
question: string;
|
|
2761
2694
|
quote: string;
|
|
2762
2695
|
readOnly: string;
|
|
2763
2696
|
recentlyViewedApp: string;
|
|
@@ -2990,7 +2923,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2990
2923
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
2991
2924
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2992
2925
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2993
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "
|
|
2926
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "iInCircle" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
2994
2927
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2995
2928
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2996
2929
|
export type IconColor = string | NamedColor;
|
|
@@ -5208,7 +5141,7 @@ declare module '@elastic/eui/src/components/basic_table/table_types' {
|
|
|
5208
5141
|
content: ReactNode;
|
|
5209
5142
|
/**
|
|
5210
5143
|
* The icon type to display
|
|
5211
|
-
* @default '
|
|
5144
|
+
* @default 'question'
|
|
5212
5145
|
*/
|
|
5213
5146
|
icon?: IconType;
|
|
5214
5147
|
/** Additional props for EuiIcon */
|
|
@@ -5818,7 +5751,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
|
|
|
5818
5751
|
import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
|
|
5819
5752
|
import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
5820
5753
|
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
5821
|
-
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "
|
|
5754
|
+
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
|
|
5822
5755
|
export type PanelPaddingSize = (typeof _SIZES)[number];
|
|
5823
5756
|
export const BORDER_RADII: readonly ["none", "m"];
|
|
5824
5757
|
export type PanelBorderRadius = (typeof BORDER_RADII)[number];
|
|
@@ -6928,71 +6861,6 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
|
|
|
6928
6861
|
import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
|
|
6929
6862
|
export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
|
|
6930
6863
|
|
|
6931
|
-
}
|
|
6932
|
-
declare module '@elastic/eui/src/services/color/manipulation' {
|
|
6933
|
-
import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
|
|
6934
|
-
/**
|
|
6935
|
-
* Makes a color more transparent.
|
|
6936
|
-
* @param color - Color to manipulate
|
|
6937
|
-
* @param alpha - alpha channel value. From 0-1.
|
|
6938
|
-
*/
|
|
6939
|
-
export const transparentize: (color: string, alpha: number) => string;
|
|
6940
|
-
/**
|
|
6941
|
-
* Mixes a provided color with white.
|
|
6942
|
-
* @param color - Color to mix with white
|
|
6943
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6944
|
-
*/
|
|
6945
|
-
export const tint: (color: string, ratio: number) => string;
|
|
6946
|
-
/**
|
|
6947
|
-
* Mixes a provided color with black.
|
|
6948
|
-
* @param color - Color to mix with black
|
|
6949
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
6950
|
-
*/
|
|
6951
|
-
export const shade: (color: string, ratio: number) => string;
|
|
6952
|
-
/**
|
|
6953
|
-
* Returns the tinted color for light mode and shaded color for dark mode
|
|
6954
|
-
* @param color - Color to mix with white
|
|
6955
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6956
|
-
* @param colorMode - Light or dark only
|
|
6957
|
-
*/
|
|
6958
|
-
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
6959
|
-
/**
|
|
6960
|
-
* Returns the shaded color for light mode and tinted color for dark mode
|
|
6961
|
-
* @param color - Color to mix with white
|
|
6962
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6963
|
-
* @param colorMode - Light or dark only
|
|
6964
|
-
*/
|
|
6965
|
-
export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
6966
|
-
/**
|
|
6967
|
-
* Increases the saturation of a color by manipulating the hsl saturation.
|
|
6968
|
-
* @param color - Color to manipulate
|
|
6969
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6970
|
-
*/
|
|
6971
|
-
export const saturate: (color: string, amount: number) => string;
|
|
6972
|
-
/**
|
|
6973
|
-
* Decreases the saturation of a color by manipulating the hsl saturation.
|
|
6974
|
-
* @param color - Color to manipulate
|
|
6975
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6976
|
-
*/
|
|
6977
|
-
export const desaturate: (color: string, amount: number) => string;
|
|
6978
|
-
/**
|
|
6979
|
-
* Returns the lightness value of a color. 0-100
|
|
6980
|
-
* @param color
|
|
6981
|
-
*/
|
|
6982
|
-
export const lightness: (color: string) => number;
|
|
6983
|
-
/**
|
|
6984
|
-
* Returns the darken value of a color. 0-100
|
|
6985
|
-
* @param color - Color to manipulate
|
|
6986
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6987
|
-
*/
|
|
6988
|
-
export const darken: (color: string, amount: number) => string;
|
|
6989
|
-
/**
|
|
6990
|
-
* Returns the brighten value of a color. 0-100
|
|
6991
|
-
* @param color - Color to manipulate
|
|
6992
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6993
|
-
*/
|
|
6994
|
-
export const brighten: (color: string, amount: number) => string;
|
|
6995
|
-
|
|
6996
6864
|
}
|
|
6997
6865
|
declare module '@elastic/eui/src/services/color/contrast' {
|
|
6998
6866
|
export const wcagContrastMin = 4.5;
|
|
@@ -7038,7 +6906,7 @@ declare module '@elastic/eui/src/services/color' {
|
|
|
7038
6906
|
export { VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, } from '@elastic/eui/src/services/color/visualization_colors';
|
|
7039
6907
|
export { EUI_VIS_COLOR_STORE } from '@elastic/eui/src/services/color/vis_color_store';
|
|
7040
6908
|
export { colorPalette } from '@elastic/eui/src/services/color/color_palette';
|
|
7041
|
-
export { euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplementary, euiPaletteRed, euiPaletteGreen, euiPaletteCool, euiPaletteWarm, euiPaletteGray, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color/eui_palettes';
|
|
6909
|
+
export { euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplementary, euiPaletteRed, euiPaletteGreen, euiPaletteSkyBlue, euiPaletteYellow, euiPaletteOrange, euiPaletteCool, euiPaletteWarm, euiPaletteGray, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color/eui_palettes';
|
|
7042
6910
|
export * from '@elastic/eui/src/services/color/eui_palettes_hooks';
|
|
7043
6911
|
export type { rgbDef, HSV, RGB } from '@elastic/eui/src/services/color/color_types';
|
|
7044
6912
|
export { getSteppedGradient } from '@elastic/eui/src/services/color/stepped_gradient';
|
|
@@ -7070,31 +6938,325 @@ declare module '@elastic/eui/src/services/theme/provider' {
|
|
|
7070
6938
|
cloneElement?: boolean;
|
|
7071
6939
|
};
|
|
7072
6940
|
}
|
|
7073
|
-
export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
|
|
6941
|
+
export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
|
|
6942
|
+
|
|
6943
|
+
}
|
|
6944
|
+
declare module '@elastic/eui/src/services/theme/theme_variant' {
|
|
6945
|
+
import { EuiThemeVariantFlags, UseEuiTheme } from '@elastic/eui-theme-common';
|
|
6946
|
+
export const isEuiThemeRefreshVariant: ({ euiTheme }: UseEuiTheme, flag: keyof EuiThemeVariantFlags) => boolean;
|
|
6947
|
+
/**
|
|
6948
|
+
* Util to retrieve visual variant for UI elements
|
|
6949
|
+
* Note: Temporary only - will be removed once the visual refresh is completed.
|
|
6950
|
+
*/
|
|
6951
|
+
export const useEuiThemeRefreshVariant: (flag: keyof EuiThemeVariantFlags) => boolean;
|
|
6952
|
+
|
|
6953
|
+
}
|
|
6954
|
+
declare module '@elastic/eui/src/services/theme' {
|
|
6955
|
+
export { EuiSystemContext, EuiThemeContext, EuiNestedThemeContext, EuiModificationsContext, EuiColorModeContext, EuiHighContrastModeContext, } from '@elastic/eui/src/services/theme/context';
|
|
6956
|
+
export type { UseEuiTheme, WithEuiThemeProps } from '@elastic/eui/src/services/theme/hooks';
|
|
6957
|
+
export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, useIsDarkMode, } from '@elastic/eui/src/services/theme/hooks';
|
|
6958
|
+
export type { EuiThemeProviderProps } from '@elastic/eui/src/services/theme/provider';
|
|
6959
|
+
export { EuiThemeProvider } from '@elastic/eui/src/services/theme/provider';
|
|
6960
|
+
export { useEuiMemoizedStyles, withEuiStylesMemoizer, type WithEuiStylesMemoizerProps, RenderWithEuiStylesMemoizer, } from '@elastic/eui/src/services/theme/style_memoization';
|
|
6961
|
+
export { getEuiDevProviderWarning, setEuiDevProviderWarning } from '@elastic/eui/src/services/theme/warning';
|
|
6962
|
+
export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
|
|
6963
|
+
export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
|
|
6964
|
+
export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
|
|
6965
|
+
export * from '@elastic/eui/src/services/theme/theme_variant';
|
|
6966
|
+
|
|
6967
|
+
}
|
|
6968
|
+
declare module '@elastic/eui/src/services/color/manipulation' {
|
|
6969
|
+
import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
|
|
6970
|
+
/**
|
|
6971
|
+
* Makes a color more transparent.
|
|
6972
|
+
* @param color - Color to manipulate
|
|
6973
|
+
* @param alpha - alpha channel value. From 0-1.
|
|
6974
|
+
*/
|
|
6975
|
+
export const transparentize: (color: string, alpha: number) => string;
|
|
6976
|
+
/**
|
|
6977
|
+
* Mixes a provided color with white.
|
|
6978
|
+
* @param color - Color to mix with white
|
|
6979
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6980
|
+
*/
|
|
6981
|
+
export const tint: (color: string, ratio: number) => string;
|
|
6982
|
+
/**
|
|
6983
|
+
* Mixes a provided color with black.
|
|
6984
|
+
* @param color - Color to mix with black
|
|
6985
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
6986
|
+
*/
|
|
6987
|
+
export const shade: (color: string, ratio: number) => string;
|
|
6988
|
+
/**
|
|
6989
|
+
* Returns the tinted color for light mode and shaded color for dark mode
|
|
6990
|
+
* @param color - Color to mix with white
|
|
6991
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6992
|
+
* @param colorMode - Light or dark only
|
|
6993
|
+
*/
|
|
6994
|
+
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
6995
|
+
/**
|
|
6996
|
+
* Returns the shaded color for light mode and tinted color for dark mode
|
|
6997
|
+
* @param color - Color to mix with white
|
|
6998
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6999
|
+
* @param colorMode - Light or dark only
|
|
7000
|
+
*/
|
|
7001
|
+
export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7002
|
+
/**
|
|
7003
|
+
* Increases the saturation of a color by manipulating the hsl saturation.
|
|
7004
|
+
* @param color - Color to manipulate
|
|
7005
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7006
|
+
*/
|
|
7007
|
+
export const saturate: (color: string, amount: number) => string;
|
|
7008
|
+
/**
|
|
7009
|
+
* Decreases the saturation of a color by manipulating the hsl saturation.
|
|
7010
|
+
* @param color - Color to manipulate
|
|
7011
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7012
|
+
*/
|
|
7013
|
+
export const desaturate: (color: string, amount: number) => string;
|
|
7014
|
+
/**
|
|
7015
|
+
* Returns the lightness value of a color. 0-100
|
|
7016
|
+
* @param color
|
|
7017
|
+
*/
|
|
7018
|
+
export const lightness: (color: string) => number;
|
|
7019
|
+
/**
|
|
7020
|
+
* Returns the darken value of a color. 0-100
|
|
7021
|
+
* @param color - Color to manipulate
|
|
7022
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7023
|
+
*/
|
|
7024
|
+
export const darken: (color: string, amount: number) => string;
|
|
7025
|
+
/**
|
|
7026
|
+
* Returns the brighten value of a color. 0-100
|
|
7027
|
+
* @param color - Color to manipulate
|
|
7028
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7029
|
+
*/
|
|
7030
|
+
export const brighten: (color: string, amount: number) => string;
|
|
7031
|
+
|
|
7032
|
+
}
|
|
7033
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
7034
|
+
/**
|
|
7035
|
+
* These are not actually used, but we map them to ensure token parity.
|
|
7036
|
+
* They are mapped to other vis colors
|
|
7037
|
+
*/
|
|
7038
|
+
export const severityColors: {
|
|
7039
|
+
unknown: string;
|
|
7040
|
+
neutral: string;
|
|
7041
|
+
success: string;
|
|
7042
|
+
warning: string;
|
|
7043
|
+
risk: string;
|
|
7044
|
+
danger: string;
|
|
7045
|
+
};
|
|
7046
|
+
|
|
7047
|
+
}
|
|
7048
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
7049
|
+
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
7050
|
+
export const brand_colors: _EuiThemeBrandColors;
|
|
7051
|
+
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
7052
|
+
export const shade_colors: _EuiThemeShadeColors;
|
|
7053
|
+
export const special_colors: _EuiThemeSpecialColors;
|
|
7054
|
+
export const text_colors: _EuiThemeTextColors;
|
|
7055
|
+
export const background_colors: _EuiThemeBackgroundColors;
|
|
7056
|
+
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7057
|
+
export const border_colors: _EuiThemeBorderColors;
|
|
7058
|
+
export const light_colors: _EuiThemeColorsMode;
|
|
7059
|
+
export const dark_shades: _EuiThemeShadeColors;
|
|
7060
|
+
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
7061
|
+
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7062
|
+
export const dark_border_colors: _EuiThemeBorderColors;
|
|
7063
|
+
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
7064
|
+
export const colors: _EuiThemeColors;
|
|
7065
|
+
|
|
7066
|
+
}
|
|
7067
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
7068
|
+
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
7069
|
+
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
7070
|
+
export const animation_ease: _EuiThemeAnimationEasings;
|
|
7071
|
+
export const animation: _EuiThemeAnimation;
|
|
7072
|
+
|
|
7073
|
+
}
|
|
7074
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
7075
|
+
export { breakpoint } from '@elastic/eui-theme-common';
|
|
7076
|
+
|
|
7077
|
+
}
|
|
7078
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
7079
|
+
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
7080
|
+
export const base: _EuiThemeBase;
|
|
7081
|
+
export const size: _EuiThemeSizes;
|
|
7082
|
+
|
|
7083
|
+
}
|
|
7084
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
7085
|
+
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
7086
|
+
export const border: _EuiThemeBorder;
|
|
7087
|
+
|
|
7088
|
+
}
|
|
7089
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
7090
|
+
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
7091
|
+
export const levels: _EuiThemeLevels;
|
|
7092
|
+
|
|
7093
|
+
}
|
|
7094
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
7095
|
+
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
7096
|
+
export const fontScale: _EuiThemeFontScales;
|
|
7097
|
+
export const fontBase: _EuiThemeFontBase;
|
|
7098
|
+
export const fontWeight: _EuiThemeFontWeights;
|
|
7099
|
+
export const font: _EuiThemeFont;
|
|
7100
|
+
|
|
7101
|
+
}
|
|
7102
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
7103
|
+
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
7104
|
+
export const focus: _EuiThemeFocus;
|
|
7105
|
+
|
|
7106
|
+
}
|
|
7107
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
7108
|
+
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
7109
|
+
export const buttons: _EuiThemeButton;
|
|
7110
|
+
|
|
7111
|
+
}
|
|
7112
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
7113
|
+
export const forms: {
|
|
7114
|
+
maxWidth: string;
|
|
7115
|
+
LIGHT: {
|
|
7116
|
+
background: string;
|
|
7117
|
+
backgroundDisabled: string;
|
|
7118
|
+
backgroundReadOnly: any;
|
|
7119
|
+
backgroundFocused: any;
|
|
7120
|
+
backgroundAutofilled: string;
|
|
7121
|
+
prependBackground: string;
|
|
7122
|
+
border: string;
|
|
7123
|
+
borderAutofilled: string;
|
|
7124
|
+
controlBorder: string;
|
|
7125
|
+
controlBorderSelected: string;
|
|
7126
|
+
controlBorderDisabled: string;
|
|
7127
|
+
controlBackgroundUnselected: any;
|
|
7128
|
+
controlBackgroundDisabled: any;
|
|
7129
|
+
colorHasPlaceholder: string;
|
|
7130
|
+
colorDisabled: any;
|
|
7131
|
+
iconDisabled: any;
|
|
7132
|
+
};
|
|
7133
|
+
DARK: {
|
|
7134
|
+
background: string;
|
|
7135
|
+
backgroundFocused: string;
|
|
7136
|
+
backgroundAutofilled: string;
|
|
7137
|
+
prependBackground: string;
|
|
7138
|
+
border: string;
|
|
7139
|
+
controlBorder: string;
|
|
7140
|
+
controlBorderSelected: string;
|
|
7141
|
+
controlBorderDisabled: string;
|
|
7142
|
+
backgroundDisabled: string;
|
|
7143
|
+
backgroundReadOnly: any;
|
|
7144
|
+
borderAutofilled: string;
|
|
7145
|
+
controlBackgroundUnselected: any;
|
|
7146
|
+
controlBackgroundDisabled: any;
|
|
7147
|
+
colorHasPlaceholder: string;
|
|
7148
|
+
colorDisabled: any;
|
|
7149
|
+
iconDisabled: any;
|
|
7150
|
+
};
|
|
7151
|
+
};
|
|
7152
|
+
|
|
7153
|
+
}
|
|
7154
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
7155
|
+
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
7156
|
+
export const components: _EuiThemeComponents;
|
|
7157
|
+
|
|
7158
|
+
}
|
|
7159
|
+
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
7160
|
+
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
7161
|
+
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
7162
|
+
export const euiThemeAmsterdam: EuiThemeShape;
|
|
7163
|
+
export const EuiThemeAmsterdam: {
|
|
7164
|
+
model: EuiThemeShape;
|
|
7165
|
+
root: EuiThemeShape;
|
|
7166
|
+
key: string;
|
|
7167
|
+
};
|
|
7168
|
+
|
|
7169
|
+
}
|
|
7170
|
+
declare module '@elastic/eui/src/services/theme/context' {
|
|
7171
|
+
import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
|
|
7172
|
+
export const DEFAULTS: {
|
|
7173
|
+
system: {
|
|
7174
|
+
model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7175
|
+
root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7176
|
+
key: string;
|
|
7177
|
+
};
|
|
7178
|
+
modifications: {};
|
|
7179
|
+
colorMode: "LIGHT";
|
|
7180
|
+
highContrastMode: false;
|
|
7181
|
+
};
|
|
7182
|
+
export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
|
|
7183
|
+
export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
|
|
7184
|
+
overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
|
|
7185
|
+
}>>;
|
|
7186
|
+
export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
|
|
7187
|
+
export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
|
|
7188
|
+
export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
|
|
7189
|
+
export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
|
|
7190
|
+
export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
|
|
7191
|
+
|
|
7192
|
+
}
|
|
7193
|
+
declare module '@elastic/eui/src/services/theme/hooks' {
|
|
7194
|
+
import React from 'react';
|
|
7195
|
+
import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
|
|
7196
|
+
/**
|
|
7197
|
+
* Hook for function components
|
|
7198
|
+
*/
|
|
7199
|
+
export interface UseEuiTheme<T extends {} = {}> {
|
|
7200
|
+
euiTheme: EuiThemeComputed<T>;
|
|
7201
|
+
colorMode: EuiThemeColorModeStandard;
|
|
7202
|
+
highContrastMode: EuiThemeHighContrastMode;
|
|
7203
|
+
modifications: EuiThemeModifications<T>;
|
|
7204
|
+
}
|
|
7205
|
+
export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
|
|
7206
|
+
/**
|
|
7207
|
+
* HOC for class components
|
|
7208
|
+
*/
|
|
7209
|
+
export interface WithEuiThemeProps<P extends {} = {}> {
|
|
7210
|
+
theme: UseEuiTheme<P>;
|
|
7211
|
+
}
|
|
7212
|
+
export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
|
|
7213
|
+
/**
|
|
7214
|
+
* Render prop alternative for complex class components
|
|
7215
|
+
* Most useful for scenarios where a HOC may interfere with typing
|
|
7216
|
+
*/
|
|
7217
|
+
export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
|
|
7218
|
+
children: (theme: UseEuiTheme) => React.ReactElement;
|
|
7219
|
+
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7220
|
+
/**
|
|
7221
|
+
* Minor syntactical sugar hook for theme CSS variables.
|
|
7222
|
+
* Primarily meant for internal EUI usage.
|
|
7223
|
+
*/
|
|
7224
|
+
export const useEuiThemeCSSVariables: () => {
|
|
7225
|
+
setGlobalCSSVariables: Function;
|
|
7226
|
+
globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7227
|
+
setNearestThemeCSSVariables: Function;
|
|
7228
|
+
themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7229
|
+
};
|
|
7230
|
+
/**
|
|
7231
|
+
* Checks whether the current active `colorMode` is set to `DARK`;
|
|
7232
|
+
* In case of nested providers this returns the value of the nearest provider context.
|
|
7233
|
+
*/
|
|
7234
|
+
export const useIsDarkMode: () => boolean;
|
|
7074
7235
|
|
|
7075
7236
|
}
|
|
7076
|
-
declare module '@elastic/eui/src/services/
|
|
7077
|
-
import {
|
|
7078
|
-
|
|
7237
|
+
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
|
|
7238
|
+
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
7239
|
+
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7240
|
+
type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
|
|
7241
|
+
export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
|
|
7079
7242
|
/**
|
|
7080
|
-
*
|
|
7081
|
-
*
|
|
7243
|
+
* Returns the current breakpoint based on window width.
|
|
7244
|
+
* Typically only called by the top-level `EuiProvider` (to reduce the number
|
|
7245
|
+
* of window resize listeners on the page). Also conditionally called if a
|
|
7246
|
+
* nested `EuiThemeProvider` defines a `modify.breakpoint` override
|
|
7082
7247
|
*/
|
|
7083
|
-
export const
|
|
7248
|
+
export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
|
|
7249
|
+
export {};
|
|
7084
7250
|
|
|
7085
7251
|
}
|
|
7086
|
-
declare module '@elastic/eui/src/services/
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
export
|
|
7094
|
-
export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
|
|
7095
|
-
export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
|
|
7096
|
-
export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
|
|
7097
|
-
export * from '@elastic/eui/src/services/theme/theme_variant';
|
|
7252
|
+
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
7253
|
+
/**
|
|
7254
|
+
* Hook util / syntactical sugar for useContext()
|
|
7255
|
+
*
|
|
7256
|
+
* This hook is in its own separate file to make mocking it
|
|
7257
|
+
* as a testenv easy for Jest unit tests
|
|
7258
|
+
*/
|
|
7259
|
+
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
7098
7260
|
|
|
7099
7261
|
}
|
|
7100
7262
|
declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
|
|
@@ -7507,7 +7669,7 @@ declare module '@elastic/eui/src/services' {
|
|
|
7507
7669
|
export { CurrentEuiBreakpointContext, CurrentEuiBreakpointProvider, useCurrentEuiBreakpoint, useIsWithinBreakpoints, useIsWithinMaxBreakpoint, useIsWithinMinBreakpoint, } from '@elastic/eui/src/services/breakpoint';
|
|
7508
7670
|
export type { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
|
|
7509
7671
|
export { CanvasTextUtils, type CanvasTextParams } from '@elastic/eui/src/services/canvas';
|
|
7510
|
-
export { brighten, calculateContrast, calculateLuminance, colorPalette, darken, DEFAULT_VISUALIZATION_COLOR, desaturate, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteComplementary, euiPaletteCool, euiPaletteForDarkBackground, euiPaletteForLightBackground, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteGray, euiPaletteRed, euiPaletteGreen, euiPaletteWarm, getSteppedGradient, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, isColorDark, isValidHex, lightness, makeDisabledContrastColor, makeHighContrastColor, rgbToHex, rgbToHsv, saturate, shade, shadeOrTint, tint, tintOrShade, transparentize, VISUALIZATION_COLORS, EUI_VIS_COLOR_STORE, wcagContrastMin, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color';
|
|
7672
|
+
export { brighten, calculateContrast, calculateLuminance, colorPalette, darken, DEFAULT_VISUALIZATION_COLOR, desaturate, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteComplementary, euiPaletteCool, euiPaletteForDarkBackground, euiPaletteForLightBackground, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteGray, euiPaletteRed, euiPaletteGreen, euiPaletteSkyBlue, euiPaletteYellow, euiPaletteOrange, euiPaletteWarm, getSteppedGradient, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, isColorDark, isValidHex, lightness, makeDisabledContrastColor, makeHighContrastColor, rgbToHex, rgbToHsv, saturate, shade, shadeOrTint, tint, tintOrShade, transparentize, VISUALIZATION_COLORS, EUI_VIS_COLOR_STORE, wcagContrastMin, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color';
|
|
7511
7673
|
export type { HSV } from '@elastic/eui/src/services/color';
|
|
7512
7674
|
export * from '@elastic/eui/src/services/color/eui_palettes_hooks';
|
|
7513
7675
|
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker';
|
|
@@ -12534,11 +12696,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
|
|
|
12534
12696
|
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
|
|
12535
12697
|
export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
|
|
12536
12698
|
|
|
12537
|
-
}
|
|
12538
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
|
|
12539
|
-
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
12540
|
-
export const colorVis: _EuiThemeVisColors;
|
|
12541
|
-
|
|
12542
12699
|
}
|
|
12543
12700
|
declare module '@elastic/eui/src/themes/themes' {
|
|
12544
12701
|
import { EuiThemeSystem } from '@elastic/eui/src/services';
|
|
@@ -12548,143 +12705,6 @@ declare module '@elastic/eui/src/themes/themes' {
|
|
|
12548
12705
|
provider?: EuiThemeSystem;
|
|
12549
12706
|
}
|
|
12550
12707
|
|
|
12551
|
-
}
|
|
12552
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
12553
|
-
/**
|
|
12554
|
-
* These are not actually used, but we map them to ensure token parity.
|
|
12555
|
-
* They are mapped to other vis colors
|
|
12556
|
-
*/
|
|
12557
|
-
export const severityColors: {
|
|
12558
|
-
unknown: string;
|
|
12559
|
-
neutral: string;
|
|
12560
|
-
success: string;
|
|
12561
|
-
warning: string;
|
|
12562
|
-
risk: string;
|
|
12563
|
-
danger: string;
|
|
12564
|
-
};
|
|
12565
|
-
|
|
12566
|
-
}
|
|
12567
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
12568
|
-
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
12569
|
-
export const brand_colors: _EuiThemeBrandColors;
|
|
12570
|
-
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
12571
|
-
export const shade_colors: _EuiThemeShadeColors;
|
|
12572
|
-
export const special_colors: _EuiThemeSpecialColors;
|
|
12573
|
-
export const text_colors: _EuiThemeTextColors;
|
|
12574
|
-
export const background_colors: _EuiThemeBackgroundColors;
|
|
12575
|
-
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12576
|
-
export const border_colors: _EuiThemeBorderColors;
|
|
12577
|
-
export const light_colors: _EuiThemeColorsMode;
|
|
12578
|
-
export const dark_shades: _EuiThemeShadeColors;
|
|
12579
|
-
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
12580
|
-
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12581
|
-
export const dark_border_colors: _EuiThemeBorderColors;
|
|
12582
|
-
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
12583
|
-
export const colors: _EuiThemeColors;
|
|
12584
|
-
|
|
12585
|
-
}
|
|
12586
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
12587
|
-
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
12588
|
-
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
12589
|
-
export const animation_ease: _EuiThemeAnimationEasings;
|
|
12590
|
-
export const animation: _EuiThemeAnimation;
|
|
12591
|
-
|
|
12592
|
-
}
|
|
12593
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
12594
|
-
export { breakpoint } from '@elastic/eui-theme-common';
|
|
12595
|
-
|
|
12596
|
-
}
|
|
12597
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
12598
|
-
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
12599
|
-
export const base: _EuiThemeBase;
|
|
12600
|
-
export const size: _EuiThemeSizes;
|
|
12601
|
-
|
|
12602
|
-
}
|
|
12603
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
12604
|
-
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
12605
|
-
export const border: _EuiThemeBorder;
|
|
12606
|
-
|
|
12607
|
-
}
|
|
12608
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
12609
|
-
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
12610
|
-
export const levels: _EuiThemeLevels;
|
|
12611
|
-
|
|
12612
|
-
}
|
|
12613
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
12614
|
-
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
12615
|
-
export const fontScale: _EuiThemeFontScales;
|
|
12616
|
-
export const fontBase: _EuiThemeFontBase;
|
|
12617
|
-
export const fontWeight: _EuiThemeFontWeights;
|
|
12618
|
-
export const font: _EuiThemeFont;
|
|
12619
|
-
|
|
12620
|
-
}
|
|
12621
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
12622
|
-
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
12623
|
-
export const focus: _EuiThemeFocus;
|
|
12624
|
-
|
|
12625
|
-
}
|
|
12626
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
12627
|
-
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
12628
|
-
export const buttons: _EuiThemeButton;
|
|
12629
|
-
|
|
12630
|
-
}
|
|
12631
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
12632
|
-
export const forms: {
|
|
12633
|
-
maxWidth: string;
|
|
12634
|
-
LIGHT: {
|
|
12635
|
-
background: string;
|
|
12636
|
-
backgroundDisabled: string;
|
|
12637
|
-
backgroundReadOnly: any;
|
|
12638
|
-
backgroundFocused: any;
|
|
12639
|
-
backgroundAutofilled: string;
|
|
12640
|
-
prependBackground: string;
|
|
12641
|
-
border: string;
|
|
12642
|
-
borderAutofilled: string;
|
|
12643
|
-
controlBorder: string;
|
|
12644
|
-
controlBorderSelected: string;
|
|
12645
|
-
controlBorderDisabled: string;
|
|
12646
|
-
controlBackgroundUnselected: any;
|
|
12647
|
-
controlBackgroundDisabled: any;
|
|
12648
|
-
colorHasPlaceholder: string;
|
|
12649
|
-
colorDisabled: any;
|
|
12650
|
-
iconDisabled: any;
|
|
12651
|
-
};
|
|
12652
|
-
DARK: {
|
|
12653
|
-
background: string;
|
|
12654
|
-
backgroundFocused: string;
|
|
12655
|
-
backgroundAutofilled: string;
|
|
12656
|
-
prependBackground: string;
|
|
12657
|
-
border: string;
|
|
12658
|
-
controlBorder: string;
|
|
12659
|
-
controlBorderSelected: string;
|
|
12660
|
-
controlBorderDisabled: string;
|
|
12661
|
-
backgroundDisabled: string;
|
|
12662
|
-
backgroundReadOnly: any;
|
|
12663
|
-
borderAutofilled: string;
|
|
12664
|
-
controlBackgroundUnselected: any;
|
|
12665
|
-
controlBackgroundDisabled: any;
|
|
12666
|
-
colorHasPlaceholder: string;
|
|
12667
|
-
colorDisabled: any;
|
|
12668
|
-
iconDisabled: any;
|
|
12669
|
-
};
|
|
12670
|
-
};
|
|
12671
|
-
|
|
12672
|
-
}
|
|
12673
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
12674
|
-
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
12675
|
-
export const components: _EuiThemeComponents;
|
|
12676
|
-
|
|
12677
|
-
}
|
|
12678
|
-
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
12679
|
-
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
12680
|
-
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
12681
|
-
export const euiThemeAmsterdam: EuiThemeShape;
|
|
12682
|
-
export const EuiThemeAmsterdam: {
|
|
12683
|
-
model: EuiThemeShape;
|
|
12684
|
-
root: EuiThemeShape;
|
|
12685
|
-
key: string;
|
|
12686
|
-
};
|
|
12687
|
-
|
|
12688
12708
|
}
|
|
12689
12709
|
declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
|
|
12690
12710
|
export * from '@elastic/eui/src/global_styling/mixins/_shadow';
|
|
@@ -14619,7 +14639,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
|
|
|
14619
14639
|
/**
|
|
14620
14640
|
* Height types
|
|
14621
14641
|
*/
|
|
14622
|
-
getHeightType: (option?: EuiDataGridRowHeightOption) => "
|
|
14642
|
+
getHeightType: (option?: EuiDataGridRowHeightOption) => "default" | "auto" | "lineCount" | "numerical";
|
|
14623
14643
|
/**
|
|
14624
14644
|
* Line count utils
|
|
14625
14645
|
*/
|
|
@@ -19151,10 +19171,16 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
|
|
|
19151
19171
|
*/
|
|
19152
19172
|
numFilters?: number;
|
|
19153
19173
|
/**
|
|
19154
|
-
*
|
|
19155
|
-
*
|
|
19174
|
+
* The number of active (selected) filters.
|
|
19175
|
+
* The value will be displayed as a bright notification badge.
|
|
19176
|
+
*
|
|
19177
|
+
* Accepted values are integers and percentages (e.g., 20%).
|
|
19178
|
+
* Passing other values is not supported and may break the layout.
|
|
19179
|
+
*
|
|
19180
|
+
* @example 10
|
|
19181
|
+
* @example '20%'
|
|
19156
19182
|
*/
|
|
19157
|
-
numActiveFilters?: number;
|
|
19183
|
+
numActiveFilters?: number | string;
|
|
19158
19184
|
/**
|
|
19159
19185
|
* Switches between toggle and regular button
|
|
19160
19186
|
* @default false
|
|
@@ -21802,7 +21828,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
|
|
|
21802
21828
|
import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
|
|
21803
21829
|
export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
|
|
21804
21830
|
/**
|
|
21805
|
-
* Provide a specific EuiTheme; Defaults to
|
|
21831
|
+
* Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
|
|
21806
21832
|
* Pass `null` to remove all theming including global reset
|
|
21807
21833
|
*/
|
|
21808
21834
|
theme?: EuiThemeSystem | null;
|
|
@@ -23061,13 +23087,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
23061
23087
|
slot?: string | undefined;
|
|
23062
23088
|
style?: CSSProperties | undefined;
|
|
23063
23089
|
title?: string | undefined;
|
|
23090
|
+
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23064
23091
|
width: number;
|
|
23065
23092
|
color?: string | undefined;
|
|
23066
23093
|
content?: string | undefined;
|
|
23067
|
-
hidden?: boolean | undefined;
|
|
23068
|
-
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23069
23094
|
translate?: "yes" | "no" | undefined;
|
|
23070
23095
|
property?: string | undefined;
|
|
23096
|
+
hidden?: boolean | undefined;
|
|
23071
23097
|
className?: string | undefined;
|
|
23072
23098
|
defaultChecked?: boolean | undefined;
|
|
23073
23099
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -27937,17 +27963,6 @@ declare module '@elastic/eui/src/components/icon/assets/home' {
|
|
|
27937
27963
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
27938
27964
|
export {};
|
|
27939
27965
|
|
|
27940
|
-
}
|
|
27941
|
-
declare module '@elastic/eui/src/components/icon/assets/iInCircle' {
|
|
27942
|
-
import * as React from 'react';
|
|
27943
|
-
import type { SVGProps } from 'react';
|
|
27944
|
-
interface SVGRProps {
|
|
27945
|
-
title?: string;
|
|
27946
|
-
titleId?: string;
|
|
27947
|
-
}
|
|
27948
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
27949
|
-
export {};
|
|
27950
|
-
|
|
27951
27966
|
}
|
|
27952
27967
|
declare module '@elastic/eui/src/components/icon/assets/image' {
|
|
27953
27968
|
import * as React from 'react';
|
|
@@ -28080,6 +28095,17 @@ declare module '@elastic/eui/src/components/icon/assets/infinity' {
|
|
|
28080
28095
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28081
28096
|
export {};
|
|
28082
28097
|
|
|
28098
|
+
}
|
|
28099
|
+
declare module '@elastic/eui/src/components/icon/assets/info' {
|
|
28100
|
+
import * as React from 'react';
|
|
28101
|
+
import type { SVGProps } from 'react';
|
|
28102
|
+
interface SVGRProps {
|
|
28103
|
+
title?: string;
|
|
28104
|
+
titleId?: string;
|
|
28105
|
+
}
|
|
28106
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28107
|
+
export {};
|
|
28108
|
+
|
|
28083
28109
|
}
|
|
28084
28110
|
declare module '@elastic/eui/src/components/icon/assets/inputOutput' {
|
|
28085
28111
|
import * as React from 'react';
|
|
@@ -29752,7 +29778,7 @@ declare module '@elastic/eui/src/components/icon/assets/push' {
|
|
|
29752
29778
|
export {};
|
|
29753
29779
|
|
|
29754
29780
|
}
|
|
29755
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
29781
|
+
declare module '@elastic/eui/src/components/icon/assets/question' {
|
|
29756
29782
|
import * as React from 'react';
|
|
29757
29783
|
import type { SVGProps } from 'react';
|
|
29758
29784
|
interface SVGRProps {
|