@elastic/eui 60.1.2 → 61.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/dist/eui_charts_theme.js +330 -330
  2. package/dist/eui_charts_theme.js.map +1 -1
  3. package/dist/eui_theme_dark.css +9 -178
  4. package/dist/eui_theme_dark.min.css +1 -1
  5. package/dist/eui_theme_light.css +9 -178
  6. package/dist/eui_theme_light.min.css +1 -1
  7. package/es/components/accessibility/skip_link/skip_link.js +1 -1
  8. package/es/components/accordion/accordion.js +10 -5
  9. package/es/components/avatar/avatar.js +1 -1
  10. package/es/components/badge/badge.js +1 -1
  11. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  12. package/es/components/basic_table/basic_table.js +1 -1
  13. package/es/components/basic_table/collapsed_item_actions.js +1 -1
  14. package/es/components/basic_table/in_memory_table.js +1 -1
  15. package/es/components/button/_button_content_deprecated.js +1 -1
  16. package/es/components/button/button.js +2 -2
  17. package/es/components/button/button_display/_button_display.js +1 -1
  18. package/es/components/button/button_display/_button_display_content.js +1 -1
  19. package/es/components/button/button_empty/button_empty.js +1 -1
  20. package/es/components/button/button_group/button_group.js +1 -1
  21. package/es/components/button/button_group/button_group_button.js +1 -1
  22. package/es/components/button/button_icon/button_icon.js +1 -1
  23. package/es/components/call_out/call_out.js +1 -1
  24. package/es/components/card/card.js +1 -1
  25. package/es/components/card/card_select.js +1 -1
  26. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  27. package/es/components/comment_list/comment.js +45 -24
  28. package/es/components/comment_list/comment_event.js +104 -33
  29. package/es/components/comment_list/comment_event.styles.js +78 -0
  30. package/es/components/comment_list/comment_list.js +38 -13
  31. package/es/components/comment_list/comment_timeline.js +22 -34
  32. package/es/components/context_menu/context_menu.js +1 -1
  33. package/es/components/datagrid/body/data_grid_body.js +38 -29
  34. package/es/components/datagrid/body/data_grid_cell.js +130 -56
  35. package/es/components/datagrid/body/header/data_grid_header_cell.js +100 -31
  36. package/es/components/datagrid/body/header/data_grid_header_row.js +27 -24
  37. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  38. package/es/components/datagrid/data_grid.js +29 -24
  39. package/es/components/datagrid/utils/focus.js +19 -10
  40. package/es/components/datagrid/utils/in_memory.js +26 -23
  41. package/es/components/datagrid/utils/ref.js +24 -3
  42. package/es/components/datagrid/utils/row_heights.js +27 -33
  43. package/es/components/date_picker/date_picker.js +2 -2
  44. package/es/components/date_picker/date_picker_range.js +1 -1
  45. package/es/components/empty_prompt/empty_prompt.js +1 -1
  46. package/es/components/form/field_number/field_number.js +1 -1
  47. package/es/components/form/field_text/field_text.js +2 -2
  48. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  49. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  50. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  51. package/es/components/header/header_links/header_link.js +1 -1
  52. package/es/components/header/header_links/header_links.js +9 -1
  53. package/es/components/header/header_logo.js +1 -1
  54. package/es/components/icon/assets/cluster.js +41 -0
  55. package/es/components/icon/assets/container.js +39 -0
  56. package/es/components/icon/assets/keyboard.js +38 -0
  57. package/es/components/icon/assets/{keyboard_shortcut.js → kubernetesNode.js} +7 -4
  58. package/es/components/icon/assets/kubernetesPod.js +41 -0
  59. package/es/components/icon/assets/namespace.js +41 -0
  60. package/es/components/icon/icon.js +1 -1
  61. package/es/components/icon/icon_map.js +6 -1
  62. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  63. package/es/components/list_group/list_group.js +2 -2
  64. package/es/components/list_group/list_group_item.js +2 -2
  65. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  66. package/es/components/loading/loading_logo.js +1 -1
  67. package/es/components/markdown_editor/markdown_editor.js +1 -1
  68. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  69. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  70. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  71. package/es/components/notification/notification_event.js +2 -2
  72. package/es/components/notification/notification_event_meta.js +1 -1
  73. package/es/components/page/page_header/page_header.js +1 -1
  74. package/es/components/page/page_header/page_header_content.js +1 -1
  75. package/es/components/page/page_template.js +1 -1
  76. package/es/components/pagination/pagination_button.js +1 -1
  77. package/es/components/popover/popover.js +14 -4
  78. package/es/components/selectable/selectable.js +2 -0
  79. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  80. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  81. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  82. package/es/components/suggest/suggest.js +1 -1
  83. package/es/components/suggest/suggest_item.js +1 -1
  84. package/es/components/table/table_header_button.js +1 -1
  85. package/es/components/text/text.styles.js +5 -4
  86. package/es/components/timeline/timeline_item.js +1 -2
  87. package/es/components/timeline/timeline_item_icon.js +1 -1
  88. package/es/components/toast/global_toast_list.js +1 -1
  89. package/es/components/toast/toast.js +1 -1
  90. package/es/components/token/token.js +1 -1
  91. package/es/components/tool_tip/icon_tip.js +1 -1
  92. package/es/components/tour/tour.js +8 -0
  93. package/es/components/tour/tour_step.js +8 -0
  94. package/es/services/hooks/index.js +1 -0
  95. package/es/services/hooks/useLatest.js +18 -0
  96. package/es/test/emotion-prefix.js +1 -1
  97. package/eui.d.ts +308 -172
  98. package/i18ntokens.json +49 -33
  99. package/lib/components/accessibility/skip_link/skip_link.js +1 -1
  100. package/lib/components/accordion/accordion.js +10 -5
  101. package/lib/components/avatar/avatar.js +1 -1
  102. package/lib/components/badge/badge.js +1 -1
  103. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  104. package/lib/components/basic_table/basic_table.js +1 -1
  105. package/lib/components/basic_table/collapsed_item_actions.js +1 -1
  106. package/lib/components/basic_table/in_memory_table.js +1 -1
  107. package/lib/components/button/_button_content_deprecated.js +1 -1
  108. package/lib/components/button/button.js +2 -2
  109. package/lib/components/button/button_display/_button_display.js +1 -1
  110. package/lib/components/button/button_display/_button_display_content.js +1 -1
  111. package/lib/components/button/button_empty/button_empty.js +1 -1
  112. package/lib/components/button/button_group/button_group.js +1 -1
  113. package/lib/components/button/button_group/button_group_button.js +1 -1
  114. package/lib/components/button/button_icon/button_icon.js +1 -1
  115. package/lib/components/call_out/call_out.js +1 -1
  116. package/lib/components/card/card.js +1 -1
  117. package/lib/components/card/card_select.js +1 -1
  118. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  119. package/lib/components/comment_list/comment.js +44 -25
  120. package/lib/components/comment_list/comment_event.js +105 -42
  121. package/lib/components/comment_list/comment_event.styles.js +86 -0
  122. package/lib/components/comment_list/comment_list.js +39 -13
  123. package/lib/components/comment_list/comment_timeline.js +23 -46
  124. package/lib/components/context_menu/context_menu.js +1 -1
  125. package/lib/components/datagrid/body/data_grid_body.js +38 -29
  126. package/lib/components/datagrid/body/data_grid_cell.js +129 -55
  127. package/lib/components/datagrid/body/header/data_grid_header_cell.js +105 -31
  128. package/lib/components/datagrid/body/header/data_grid_header_row.js +27 -24
  129. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  130. package/lib/components/datagrid/data_grid.js +29 -24
  131. package/lib/components/datagrid/utils/focus.js +19 -11
  132. package/lib/components/datagrid/utils/in_memory.js +26 -23
  133. package/lib/components/datagrid/utils/ref.js +24 -3
  134. package/lib/components/datagrid/utils/row_heights.js +26 -32
  135. package/lib/components/date_picker/date_picker.js +2 -2
  136. package/lib/components/date_picker/date_picker_range.js +1 -1
  137. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  138. package/lib/components/form/field_number/field_number.js +1 -1
  139. package/lib/components/form/field_text/field_text.js +2 -2
  140. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  141. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  142. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  143. package/lib/components/header/header_links/header_link.js +1 -1
  144. package/lib/components/header/header_links/header_links.js +9 -1
  145. package/lib/components/header/header_logo.js +1 -1
  146. package/lib/components/icon/assets/cluster.js +48 -0
  147. package/lib/components/icon/assets/container.js +46 -0
  148. package/lib/components/icon/assets/keyboard.js +45 -0
  149. package/lib/components/icon/assets/{keyboard_shortcut.js → kubernetesNode.js} +7 -4
  150. package/lib/components/icon/assets/kubernetesPod.js +48 -0
  151. package/lib/components/icon/assets/namespace.js +48 -0
  152. package/lib/components/icon/icon.js +1 -1
  153. package/lib/components/icon/icon_map.js +6 -1
  154. package/lib/components/icon/svgs/cluster.svg +3 -0
  155. package/lib/components/icon/svgs/container.svg +3 -0
  156. package/lib/components/icon/svgs/keyboard.svg +3 -0
  157. package/lib/components/icon/svgs/kubernetesNode.svg +3 -0
  158. package/lib/components/icon/svgs/kubernetesPod.svg +3 -0
  159. package/lib/components/icon/svgs/namespace.svg +3 -0
  160. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  161. package/lib/components/list_group/list_group.js +2 -2
  162. package/lib/components/list_group/list_group_item.js +2 -2
  163. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  164. package/lib/components/loading/loading_logo.js +1 -1
  165. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  166. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  167. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  168. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  169. package/lib/components/notification/notification_event.js +2 -2
  170. package/lib/components/notification/notification_event_meta.js +1 -1
  171. package/lib/components/page/page_header/page_header.js +1 -1
  172. package/lib/components/page/page_header/page_header_content.js +1 -1
  173. package/lib/components/page/page_template.js +1 -1
  174. package/lib/components/popover/popover.js +14 -4
  175. package/lib/components/selectable/selectable.js +2 -0
  176. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  177. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  178. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  179. package/lib/components/suggest/suggest.js +1 -1
  180. package/lib/components/suggest/suggest_item.js +1 -1
  181. package/lib/components/table/table_header_button.js +1 -1
  182. package/lib/components/text/text.styles.js +4 -3
  183. package/lib/components/timeline/timeline_item.js +1 -2
  184. package/lib/components/timeline/timeline_item_icon.js +1 -1
  185. package/lib/components/toast/global_toast_list.js +1 -1
  186. package/lib/components/toast/toast.js +1 -1
  187. package/lib/components/token/token.js +1 -1
  188. package/lib/components/tool_tip/icon_tip.js +1 -1
  189. package/lib/services/hooks/index.js +13 -0
  190. package/lib/services/hooks/useLatest.js +26 -0
  191. package/lib/test/emotion-prefix.js +1 -1
  192. package/optimize/es/components/accordion/accordion.js +10 -5
  193. package/optimize/es/components/comment_list/comment.js +22 -17
  194. package/optimize/es/components/comment_list/comment_event.js +83 -28
  195. package/optimize/es/components/comment_list/comment_event.styles.js +78 -0
  196. package/optimize/es/components/comment_list/comment_list.js +7 -3
  197. package/optimize/es/components/comment_list/comment_timeline.js +19 -31
  198. package/optimize/es/components/datagrid/body/data_grid_body.js +11 -5
  199. package/optimize/es/components/datagrid/body/data_grid_cell.js +18 -9
  200. package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +74 -8
  201. package/optimize/es/components/datagrid/data_grid.js +2 -0
  202. package/optimize/es/components/datagrid/utils/focus.js +19 -11
  203. package/optimize/es/components/datagrid/utils/ref.js +24 -3
  204. package/optimize/es/components/datagrid/utils/row_heights.js +27 -33
  205. package/optimize/es/components/icon/assets/cluster.js +37 -0
  206. package/optimize/es/components/icon/assets/container.js +35 -0
  207. package/optimize/es/components/icon/assets/keyboard.js +34 -0
  208. package/optimize/es/components/icon/assets/{keyboard_shortcut.js → kubernetesNode.js} +7 -4
  209. package/optimize/es/components/icon/assets/kubernetesPod.js +37 -0
  210. package/optimize/es/components/icon/assets/namespace.js +37 -0
  211. package/optimize/es/components/icon/icon_map.js +6 -1
  212. package/optimize/es/components/popover/popover.js +6 -4
  213. package/optimize/es/components/selectable/selectable.js +2 -0
  214. package/optimize/es/components/text/text.styles.js +5 -4
  215. package/optimize/es/components/timeline/timeline_item.js +1 -2
  216. package/optimize/es/services/hooks/index.js +1 -0
  217. package/optimize/es/services/hooks/useLatest.js +18 -0
  218. package/optimize/es/test/emotion-prefix.js +1 -1
  219. package/optimize/lib/components/accordion/accordion.js +8 -5
  220. package/optimize/lib/components/comment_list/comment.js +21 -17
  221. package/optimize/lib/components/comment_list/comment_event.js +85 -31
  222. package/optimize/lib/components/comment_list/comment_event.styles.js +86 -0
  223. package/optimize/lib/components/comment_list/comment_list.js +8 -3
  224. package/optimize/lib/components/comment_list/comment_timeline.js +21 -37
  225. package/optimize/lib/components/datagrid/body/data_grid_body.js +11 -5
  226. package/optimize/lib/components/datagrid/body/data_grid_cell.js +17 -8
  227. package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +79 -8
  228. package/optimize/lib/components/datagrid/data_grid.js +2 -0
  229. package/optimize/lib/components/datagrid/utils/focus.js +19 -11
  230. package/optimize/lib/components/datagrid/utils/ref.js +24 -3
  231. package/optimize/lib/components/datagrid/utils/row_heights.js +25 -30
  232. package/optimize/lib/components/icon/assets/cluster.js +47 -0
  233. package/optimize/lib/components/icon/assets/container.js +45 -0
  234. package/optimize/lib/components/icon/assets/keyboard.js +44 -0
  235. package/{test-env/components/icon/assets/keyboard_shortcut.js → optimize/lib/components/icon/assets/kubernetesNode.js} +7 -4
  236. package/optimize/lib/components/icon/assets/{keyboard_shortcut.js → kubernetesPod.js} +7 -4
  237. package/optimize/lib/components/icon/assets/namespace.js +47 -0
  238. package/optimize/lib/components/icon/icon_map.js +6 -1
  239. package/optimize/lib/components/icon/svgs/cluster.svg +3 -0
  240. package/optimize/lib/components/icon/svgs/container.svg +3 -0
  241. package/optimize/lib/components/icon/svgs/keyboard.svg +3 -0
  242. package/optimize/lib/components/icon/svgs/kubernetesNode.svg +3 -0
  243. package/optimize/lib/components/icon/svgs/kubernetesPod.svg +3 -0
  244. package/optimize/lib/components/icon/svgs/namespace.svg +3 -0
  245. package/optimize/lib/components/popover/popover.js +6 -4
  246. package/optimize/lib/components/selectable/selectable.js +2 -0
  247. package/optimize/lib/components/text/text.styles.js +4 -3
  248. package/optimize/lib/components/timeline/timeline_item.js +1 -2
  249. package/optimize/lib/services/hooks/index.js +13 -0
  250. package/optimize/lib/services/hooks/useLatest.js +26 -0
  251. package/optimize/lib/test/emotion-prefix.js +1 -1
  252. package/package.json +3 -3
  253. package/src/components/datagrid/body/header/_data_grid_header_row.scss +0 -9
  254. package/src/components/index.scss +0 -1
  255. package/src/components/markdown_editor/_markdown_editor.scss +3 -2
  256. package/src/themes/amsterdam/overrides/_index.scss +0 -1
  257. package/test-env/components/accessibility/skip_link/skip_link.js +1 -1
  258. package/test-env/components/accordion/accordion.js +8 -5
  259. package/test-env/components/avatar/avatar.js +1 -1
  260. package/test-env/components/badge/badge.js +1 -1
  261. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  262. package/test-env/components/basic_table/basic_table.js +1 -1
  263. package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
  264. package/test-env/components/basic_table/in_memory_table.js +1 -1
  265. package/test-env/components/button/_button_content_deprecated.js +1 -1
  266. package/test-env/components/button/button.js +2 -2
  267. package/test-env/components/button/button_display/_button_display.js +1 -1
  268. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  269. package/test-env/components/button/button_empty/button_empty.js +1 -1
  270. package/test-env/components/button/button_group/button_group.js +1 -1
  271. package/test-env/components/button/button_group/button_group_button.js +1 -1
  272. package/test-env/components/button/button_icon/button_icon.js +1 -1
  273. package/test-env/components/call_out/call_out.js +1 -1
  274. package/test-env/components/card/card.js +1 -1
  275. package/test-env/components/card/card_select.js +1 -1
  276. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  277. package/test-env/components/comment_list/comment.js +44 -24
  278. package/test-env/components/comment_list/comment_event.js +106 -36
  279. package/test-env/components/comment_list/comment_event.styles.js +86 -0
  280. package/test-env/components/comment_list/comment_list.js +39 -13
  281. package/test-env/components/comment_list/comment_timeline.js +23 -39
  282. package/test-env/components/context_menu/context_menu.js +1 -1
  283. package/test-env/components/datagrid/body/data_grid_body.js +38 -29
  284. package/test-env/components/datagrid/body/data_grid_cell.js +129 -55
  285. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +105 -31
  286. package/test-env/components/datagrid/body/header/data_grid_header_row.js +27 -24
  287. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  288. package/test-env/components/datagrid/data_grid.js +29 -24
  289. package/test-env/components/datagrid/utils/focus.js +19 -11
  290. package/test-env/components/datagrid/utils/in_memory.js +26 -23
  291. package/test-env/components/datagrid/utils/ref.js +24 -3
  292. package/test-env/components/datagrid/utils/row_heights.js +25 -30
  293. package/test-env/components/date_picker/date_picker.js +2 -2
  294. package/test-env/components/date_picker/date_picker_range.js +1 -1
  295. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  296. package/test-env/components/form/field_number/field_number.js +1 -1
  297. package/test-env/components/form/field_text/field_text.js +2 -2
  298. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  299. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  300. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  301. package/test-env/components/header/header_links/header_link.js +1 -1
  302. package/test-env/components/header/header_links/header_links.js +9 -1
  303. package/test-env/components/header/header_logo.js +1 -1
  304. package/test-env/components/icon/assets/cluster.js +47 -0
  305. package/test-env/components/icon/assets/container.js +45 -0
  306. package/test-env/components/icon/assets/keyboard.js +44 -0
  307. package/test-env/components/icon/assets/kubernetesNode.js +47 -0
  308. package/test-env/components/icon/assets/kubernetesPod.js +47 -0
  309. package/test-env/components/icon/assets/namespace.js +47 -0
  310. package/test-env/components/icon/icon_map.js +6 -1
  311. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  312. package/test-env/components/list_group/list_group.js +2 -2
  313. package/test-env/components/list_group/list_group_item.js +2 -2
  314. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  315. package/test-env/components/loading/loading_logo.js +1 -1
  316. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  317. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  318. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  319. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  320. package/test-env/components/notification/notification_event.js +2 -2
  321. package/test-env/components/notification/notification_event_meta.js +1 -1
  322. package/test-env/components/page/page_header/page_header.js +1 -1
  323. package/test-env/components/page/page_header/page_header_content.js +1 -1
  324. package/test-env/components/page/page_template.js +1 -1
  325. package/test-env/components/popover/popover.js +14 -4
  326. package/test-env/components/selectable/selectable.js +2 -0
  327. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  328. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  329. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  330. package/test-env/components/suggest/suggest.js +1 -1
  331. package/test-env/components/suggest/suggest_item.js +1 -1
  332. package/test-env/components/table/table_header_button.js +1 -1
  333. package/test-env/components/text/text.styles.js +4 -3
  334. package/test-env/components/timeline/timeline_item.js +1 -2
  335. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  336. package/test-env/components/toast/global_toast_list.js +1 -1
  337. package/test-env/components/toast/toast.js +1 -1
  338. package/test-env/components/token/token.js +1 -1
  339. package/test-env/components/tool_tip/icon_tip.js +1 -1
  340. package/test-env/services/hooks/index.js +13 -0
  341. package/test-env/services/hooks/useLatest.js +26 -0
  342. package/test-env/test/emotion-prefix.js +1 -1
  343. package/lib/components/icon/svgs/keyboard_shortcut.svg +0 -3
  344. package/optimize/lib/components/icon/svgs/keyboard_shortcut.svg +0 -3
  345. package/src/components/comment_list/_comment.scss +0 -38
  346. package/src/components/comment_list/_comment_event.scss +0 -77
  347. package/src/components/comment_list/_comment_timeline.scss +0 -27
  348. package/src/components/comment_list/_index.scss +0 -3
  349. package/src/themes/amsterdam/overrides/_comment.scss +0 -3
package/eui.d.ts CHANGED
@@ -591,11 +591,13 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
591
591
  cloudDrizzle: string;
592
592
  cloudStormy: string;
593
593
  cloudSunny: string;
594
+ cluster: string;
594
595
  codeApp: string;
595
596
  color: string;
596
597
  compute: string;
597
598
  console: string;
598
599
  consoleApp: string;
600
+ container: string;
599
601
  continuityAbove: string;
600
602
  continuityAboveBelow: string;
601
603
  continuityBelow: string;
@@ -716,12 +718,14 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
716
718
  inspect: string;
717
719
  invert: string;
718
720
  ip: string;
719
- keyboardShortcut: string;
721
+ keyboard: string;
720
722
  kqlField: string;
721
723
  kqlFunction: string;
722
724
  kqlOperand: string;
723
725
  kqlSelector: string;
724
726
  kqlValue: string;
727
+ kubernetesNode: string;
728
+ kubernetesPod: string;
725
729
  layers: string;
726
730
  lensApp: string;
727
731
  lettering: string;
@@ -819,6 +823,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
819
823
  mobile: string;
820
824
  monitoringApp: string;
821
825
  moon: string;
826
+ namespace: string;
822
827
  nested: string;
823
828
  node: string;
824
829
  notebookApp: string;
@@ -2125,7 +2130,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2125
2130
  import { WithEuiThemeProps } from '@elastic/eui/src/services';
2126
2131
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2127
2132
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2128
- export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "keyboardShortcut" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
2133
+ export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
2129
2134
  export type EuiIconType = keyof typeof typeToPathMap;
2130
2135
  export type IconType = EuiIconType | string | ComponentType;
2131
2136
  export type IconColor = string | NamedColor;
@@ -2168,7 +2173,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2168
2173
  isLoading: boolean;
2169
2174
  neededLoading: boolean;
2170
2175
  }
2171
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "keyboardShortcut" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
2176
+ export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
2172
2177
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
2173
2178
  [iconType: string]: React.ComponentType<{}>;
2174
2179
  }) => void;
@@ -4157,6 +4162,15 @@ declare module '@elastic/eui/src/services/hooks/useIsWithinBreakpoints' {
4157
4162
  */
4158
4163
  export function useIsWithinBreakpoints(sizes: EuiBreakpointSize[], isActive?: boolean): boolean;
4159
4164
 
4165
+ }
4166
+ declare module '@elastic/eui/src/services/hooks/useLatest' {
4167
+ import { MutableRefObject } from 'react';
4168
+ /**
4169
+ * Wraps the given `value` into a `MutableRefObject` and keeps the `current`
4170
+ * value up-to-date on every render cycle.
4171
+ */
4172
+ export function useLatest<Value>(value: Value): MutableRefObject<Value | null>;
4173
+
4160
4174
  }
4161
4175
  declare module '@elastic/eui/src/services/throttle' {
4162
4176
  export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
@@ -4179,6 +4193,7 @@ declare module '@elastic/eui/src/services/hooks' {
4179
4193
  export * from '@elastic/eui/src/services/hooks/useCombinedRefs';
4180
4194
  export * from '@elastic/eui/src/services/hooks/useForceRender';
4181
4195
  export * from '@elastic/eui/src/services/hooks/useIsWithinBreakpoints';
4196
+ export * from '@elastic/eui/src/services/hooks/useLatest';
4182
4197
  export * from '@elastic/eui/src/services/hooks/useMouseMove';
4183
4198
  export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
4184
4199
 
@@ -4969,6 +4984,13 @@ declare module '@elastic/eui/src/components/popover/popover' {
4969
4984
  */
4970
4985
  panelProps?: Omit<EuiPanelProps, 'style'>;
4971
4986
  panelRef?: RefCallback<HTMLElement | null>;
4987
+ /**
4988
+ * Optional screen reader instructions to announce upon popover open,
4989
+ * in addition to EUI's default popover instructions for Escape on close.
4990
+ * Useful for popovers that may have additional keyboard capabilities such as
4991
+ * arrow navigation.
4992
+ */
4993
+ popoverScreenReaderText?: string | ReactNode;
4972
4994
  popoverRef?: Ref<HTMLDivElement>;
4973
4995
  /**
4974
4996
  * When `true`, the popover's position is re-calculated when the user
@@ -6012,7 +6034,7 @@ declare module '@elastic/eui/src/components/horizontal_rule' {
6012
6034
 
6013
6035
  }
6014
6036
  declare module '@elastic/eui/src/components/context_menu/context_menu' {
6015
- import React, { Component, HTMLAttributes, ReactElement, ReactNode } from 'react';
6037
+ import React, { Component, HTMLAttributes, CSSProperties, ReactElement, ReactNode } from 'react';
6016
6038
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
6017
6039
  import { EuiContextMenuPanelTransitionDirection, EuiContextMenuPanelTransitionType } from '@elastic/eui/src/components/context_menu/context_menu_panel';
6018
6040
  import { EuiContextMenuItemProps } from '@elastic/eui/src/components/context_menu/context_menu_item';
@@ -6033,7 +6055,7 @@ declare module '@elastic/eui/src/components/context_menu/context_menu' {
6033
6055
  title?: ReactNode;
6034
6056
  items?: EuiContextMenuPanelItemDescriptor[];
6035
6057
  content?: ReactNode;
6036
- width?: number;
6058
+ width?: CSSProperties['width'];
6037
6059
  initialFocusedItemIndex?: number;
6038
6060
  /**
6039
6061
  * Alters the size of the items and the title
@@ -7166,6 +7188,8 @@ declare module '@elastic/eui/src/components/accordion/accordion' {
7166
7188
  onToggle: () => void;
7167
7189
  setChildContentRef: (node: HTMLDivElement | null) => void;
7168
7190
  generatedId: string;
7191
+ resizeRef: (e: HTMLElement | null) => void;
7192
+ observerRef: (ref: HTMLDivElement) => void;
7169
7193
  render(): JSX.Element;
7170
7194
  }
7171
7195
  export const EuiAccordion: React.ForwardRefExoticComponent<Omit<EuiAccordionProps, "theme"> & React.RefAttributes<Omit<EuiAccordionProps, "theme">>>;
@@ -9005,15 +9029,158 @@ declare module '@elastic/eui/src/components/combo_box' {
9005
9029
  export * from '@elastic/eui/src/components/combo_box/combo_box_options_list';
9006
9030
  export type { EuiComboBoxOptionOption, EuiComboBoxOptionsListPosition, EuiComboBoxSingleSelectionShape, } from '@elastic/eui/src/components/combo_box/types';
9007
9031
 
9032
+ }
9033
+ declare module '@elastic/eui/src/components/timeline/timeline_item_event.styles' {
9034
+ export const euiTimelineItemEventStyles: () => {
9035
+ euiTimelineItemEvent: import("@emotion/utils").SerializedStyles;
9036
+ top: import("@emotion/utils").SerializedStyles;
9037
+ center: import("@emotion/utils").SerializedStyles;
9038
+ };
9039
+
9040
+ }
9041
+ declare module '@elastic/eui/src/components/timeline/timeline_item_event' {
9042
+ import { FunctionComponent, ReactNode } from 'react';
9043
+ import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
9044
+ export interface EuiTimelineItemEventProps {
9045
+ /**
9046
+ * Accepts any node. But preferably `EuiPanel`
9047
+ */
9048
+ children: ReactNode;
9049
+ verticalAlign?: EuiTimelineItemVerticalAlign;
9050
+ }
9051
+ export const EuiTimelineItemEvent: FunctionComponent<EuiTimelineItemEventProps>;
9052
+
9053
+ }
9054
+ declare module '@elastic/eui/src/components/timeline/timeline_item_icon.styles' {
9055
+ import { UseEuiTheme } from '@elastic/eui/src/services';
9056
+ export const euiTimelineItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
9057
+ euiTimelineItemIcon: import("@emotion/utils").SerializedStyles;
9058
+ euiTimelineItemIcon__content: import("@emotion/utils").SerializedStyles;
9059
+ top: import("@emotion/utils").SerializedStyles;
9060
+ center: import("@emotion/utils").SerializedStyles;
9061
+ };
9062
+
9063
+ }
9064
+ declare module '@elastic/eui/src/components/timeline/timeline_item_icon' {
9065
+ import { FunctionComponent, ReactNode } from 'react';
9066
+ import { IconType } from '@elastic/eui/src/components/icon';
9067
+ import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
9068
+ export interface EuiTimelineItemIconProps {
9069
+ /**
9070
+ * Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiIcon['type']`.
9071
+ */
9072
+ icon: ReactNode | IconType;
9073
+ verticalAlign?: EuiTimelineItemVerticalAlign;
9074
+ /**
9075
+ * Specify an `aria-label` for the icon when passed as an `IconType`.
9076
+ * If no `aria-label` is passed we assume the icon is purely decorative.
9077
+ */
9078
+ iconAriaLabel?: string;
9079
+ }
9080
+ export const EuiTimelineItemIcon: FunctionComponent<EuiTimelineItemIconProps>;
9081
+
9082
+ }
9083
+ declare module '@elastic/eui/src/components/timeline/timeline_item.styles' {
9084
+ export const euiTimelineItemStyles: () => {
9085
+ euiTimelineItem: import("@emotion/utils").SerializedStyles;
9086
+ top: import("@emotion/utils").SerializedStyles;
9087
+ center: import("@emotion/utils").SerializedStyles;
9088
+ };
9089
+
9090
+ }
9091
+ declare module '@elastic/eui/src/components/timeline/timeline_item' {
9092
+ import { FunctionComponent, HTMLAttributes } from 'react';
9093
+ import { CommonProps } from '@elastic/eui/src/components/common';
9094
+ import { EuiTimelineItemEventProps } from '@elastic/eui/src/components/timeline/timeline_item_event';
9095
+ import { EuiTimelineItemIconProps } from '@elastic/eui/src/components/timeline/timeline_item_icon';
9096
+ export const VERTICAL_ALIGN: readonly ["top", "center"];
9097
+ export type EuiTimelineItemVerticalAlign = typeof VERTICAL_ALIGN[number];
9098
+ export interface EuiTimelineItemProps extends Omit<HTMLAttributes<HTMLElement>, 'children'>, CommonProps, Omit<EuiTimelineItemIconProps, 'verticalAlign'>, Omit<EuiTimelineItemEventProps, 'verticalAlign'> {
9099
+ /**
9100
+ * Vertical alignment of the event with the icon
9101
+ */
9102
+ verticalAlign?: EuiTimelineItemVerticalAlign;
9103
+ }
9104
+ export const EuiTimelineItem: FunctionComponent<EuiTimelineItemProps>;
9105
+
9106
+ }
9107
+ declare module '@elastic/eui/src/components/timeline/timeline.styles' {
9108
+ import { UseEuiTheme } from '@elastic/eui/src/services';
9109
+ export const euiTimelineStyles: ({ euiTheme }: UseEuiTheme) => {
9110
+ euiTimeline: import("@emotion/utils").SerializedStyles;
9111
+ m: import("@emotion/utils").SerializedStyles;
9112
+ l: import("@emotion/utils").SerializedStyles;
9113
+ xl: import("@emotion/utils").SerializedStyles;
9114
+ };
9115
+
9116
+ }
9117
+ declare module '@elastic/eui/src/components/timeline/timeline' {
9118
+ import { HTMLAttributes, FunctionComponent } from 'react';
9119
+ import { CommonProps } from '@elastic/eui/src/components/common';
9120
+ import { EuiTimelineItemProps } from '@elastic/eui/src/components/timeline/timeline_item';
9121
+ export const GUTTER_SIZES: readonly ["m", "l", "xl"];
9122
+ export type EuiTimelineGutterSize = typeof GUTTER_SIZES[number];
9123
+ export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
9124
+ /**
9125
+ * List of timeline items to render. See #EuiTimelineItem
9126
+ */
9127
+ items?: EuiTimelineItemProps[];
9128
+ /**
9129
+ * Sets the size of the vertical space between each timeline item
9130
+ */
9131
+ gutterSize?: EuiTimelineGutterSize;
9132
+ }
9133
+ export const EuiTimeline: FunctionComponent<EuiTimelineProps>;
9134
+
9135
+ }
9136
+ declare module '@elastic/eui/src/components/timeline' {
9137
+ export type { EuiTimelineProps } from '@elastic/eui/src/components/timeline/timeline';
9138
+ export { EuiTimeline } from '@elastic/eui/src/components/timeline/timeline';
9139
+ export type { EuiTimelineItemProps, EuiTimelineItemVerticalAlign, } from '@elastic/eui/src/components/timeline/timeline_item';
9140
+ export { EuiTimelineItem } from '@elastic/eui/src/components/timeline/timeline_item';
9141
+ export { EuiTimelineItemEvent } from '@elastic/eui/src/components/timeline/timeline_item_event';
9142
+ export { EuiTimelineItemIcon } from '@elastic/eui/src/components/timeline/timeline_item_icon';
9143
+
9144
+ }
9145
+ declare module '@elastic/eui/src/components/comment_list/comment_event.styles' {
9146
+ import { UseEuiTheme } from '@elastic/eui/src/services';
9147
+ export const euiCommentEventStyles: ({ euiTheme }: UseEuiTheme) => {
9148
+ euiCommentEvent: import("@emotion/utils").SerializedStyles;
9149
+ regular: import("@emotion/utils").SerializedStyles;
9150
+ update: import("@emotion/utils").SerializedStyles;
9151
+ custom: import("@emotion/utils").SerializedStyles;
9152
+ };
9153
+ export const euiCommentEventHeaderStyles: ({ euiTheme }: UseEuiTheme) => {
9154
+ euiCommentEvent__header: import("@emotion/utils").SerializedStyles;
9155
+ euiCommentEvent__headerPanel: import("@emotion/utils").SerializedStyles;
9156
+ euiCommentEvent__headerMain: import("@emotion/utils").SerializedStyles;
9157
+ euiCommentEvent__headerData: import("@emotion/utils").SerializedStyles;
9158
+ euiCommentEvent__headerEventIcon: import("@emotion/utils").SerializedStyles;
9159
+ euiCommentEvent__headerUsername: import("@emotion/utils").SerializedStyles;
9160
+ euiCommentEvent__headerEvent: import("@emotion/utils").SerializedStyles;
9161
+ euiCommentEvent__headerTimestamp: import("@emotion/utils").SerializedStyles;
9162
+ euiCommentEvent__headerActions: import("@emotion/utils").SerializedStyles;
9163
+ regular: import("@emotion/utils").SerializedStyles;
9164
+ hasEventColor: import("@emotion/utils").SerializedStyles;
9165
+ };
9166
+ export const euiCommentEventBodyStyles: ({ euiTheme }: UseEuiTheme) => {
9167
+ euiCommentEvent__body: import("@emotion/utils").SerializedStyles;
9168
+ regular: import("@emotion/utils").SerializedStyles;
9169
+ update: import("@emotion/utils").SerializedStyles;
9170
+ custom: import("@emotion/utils").SerializedStyles;
9171
+ };
9172
+
9008
9173
  }
9009
9174
  declare module '@elastic/eui/src/components/comment_list/comment_event' {
9010
9175
  import { FunctionComponent, ReactNode } from 'react';
9011
9176
  import { CommonProps } from '@elastic/eui/src/components/common';
9177
+ import { IconType } from '@elastic/eui/src/components/icon';
9178
+ import { EuiPanelProps } from '@elastic/eui/src/components/panel';
9012
9179
  export interface EuiCommentEventProps extends CommonProps {
9013
9180
  /**
9014
- * Author of the comment. Display a small icon or avatar with it if needed.
9181
+ * Author of the comment.
9015
9182
  */
9016
- username: ReactNode;
9183
+ username: string;
9017
9184
  /**
9018
9185
  * Time of occurrence of the event. Its format is set on the consumer's side
9019
9186
  */
@@ -9025,59 +9192,65 @@ declare module '@elastic/eui/src/components/comment_list/comment_event' {
9025
9192
  /**
9026
9193
  * Custom actions that the user can perform from the comment's header
9027
9194
  */
9028
- actions?: ReactNode;
9195
+ actions?: ReactNode | ReactNode[];
9029
9196
  /**
9030
- * Use "update" when the comment is primarily showing info about actions that the user or the system has performed (e.g. "user1 edited a case").
9197
+ * Accepts any ReactNode. Renders in a panel within the comment event.
9031
9198
  */
9032
- type?: EuiCommentType;
9033
- } const typeToClassNameMap: {
9034
- regular: string;
9035
- update: string;
9036
- };
9037
- export const TYPES: ("regular" | "update")[];
9038
- export type EuiCommentType = keyof typeof typeToClassNameMap;
9199
+ children?: ReactNode;
9200
+ /**
9201
+ * Custom icon that shows before the username.
9202
+ */
9203
+ eventIcon?: IconType;
9204
+ /**
9205
+ * Specify an `aria-label` for the `eventIcon`.
9206
+ * If no `aria-label` is passed we assume the icon is purely decorative.
9207
+ */
9208
+ eventIconAriaLabel?: string;
9209
+ /**
9210
+ * Background color for the comment's header.
9211
+ */
9212
+ eventColor?: EuiPanelProps['color'];
9213
+ }
9039
9214
  export const EuiCommentEvent: FunctionComponent<EuiCommentEventProps>;
9040
- export {};
9041
9215
 
9042
9216
  }
9043
9217
  declare module '@elastic/eui/src/components/comment_list/comment_timeline' {
9044
9218
  import { FunctionComponent, ReactNode } from 'react';
9045
9219
  import { CommonProps } from '@elastic/eui/src/components/common';
9046
- import { IconType } from '@elastic/eui/src/components/icon';
9220
+ import { EuiAvatarProps } from '@elastic/eui/src/components/avatar';
9221
+ import { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
9047
9222
  export interface EuiCommentTimelineProps extends CommonProps {
9048
9223
  /**
9049
- * Main icon that accompanies the comment. The default is `user` for regular comments and `dot` for update comments. To customize, pass a `string` as an `EuiIcon['type']` or any `ReactNode`.
9224
+ * Main icon that accompanies the comment. Should indicate who is the author of the comment. To customize, pass a `string` as an `EuiIcon['type']` or any `ReactNode`. If no icon is provided, it will default to the `username`'s initials.
9050
9225
  */
9051
- timelineIcon?: ReactNode | IconType;
9052
- type?: EuiCommentType;
9053
- } const typeToClassNameMap: {
9054
- regular: string;
9055
- update: string;
9056
- };
9057
- export const TYPES: ("regular" | "update")[];
9058
- export type EuiCommentType = keyof typeof typeToClassNameMap;
9226
+ timelineIcon?: ReactNode | EuiAvatarProps['iconType'];
9227
+ username: EuiCommentEventProps['username'];
9228
+ }
9059
9229
  export const EuiCommentTimeline: FunctionComponent<EuiCommentTimelineProps>;
9060
- export {};
9061
9230
 
9062
9231
  }
9063
9232
  declare module '@elastic/eui/src/components/comment_list/comment' {
9064
- import { FunctionComponent, HTMLAttributes } from 'react';
9233
+ import { FunctionComponent } from 'react';
9065
9234
  import { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
9066
9235
  import { EuiCommentTimelineProps } from '@elastic/eui/src/components/comment_list/comment_timeline';
9067
- export interface EuiCommentProps extends HTMLAttributes<HTMLDivElement>, EuiCommentEventProps, EuiCommentTimelineProps {
9236
+ export interface EuiCommentProps extends EuiCommentEventProps, EuiCommentTimelineProps {
9068
9237
  }
9069
9238
  export const EuiComment: FunctionComponent<EuiCommentProps>;
9070
9239
 
9071
9240
  }
9072
9241
  declare module '@elastic/eui/src/components/comment_list/comment_list' {
9073
- import { HTMLAttributes, FunctionComponent } from 'react';
9074
- import { CommonProps } from '@elastic/eui/src/components/common';
9242
+ import { FunctionComponent } from 'react';
9075
9243
  import { EuiCommentProps } from '@elastic/eui/src/components/comment_list/comment';
9076
- export type EuiCommentListProps = HTMLAttributes<HTMLDivElement> & CommonProps & {
9244
+ import { EuiTimelineProps } from '@elastic/eui/src/components/timeline';
9245
+ export type EuiCommentListProps = Omit<EuiTimelineProps, 'items' | 'gutterSize'> & {
9077
9246
  /**
9078
9247
  * List of comments to render. See #EuiComment
9079
9248
  */
9080
9249
  comments?: EuiCommentProps[];
9250
+ /**
9251
+ * Sets the size of the vertical space between each comment
9252
+ */
9253
+ gutterSize?: EuiTimelineProps['gutterSize'];
9081
9254
  };
9082
9255
  export const EuiCommentList: FunctionComponent<EuiCommentListProps>;
9083
9256
 
@@ -9085,7 +9258,7 @@ declare module '@elastic/eui/src/components/comment_list/comment_list' {
9085
9258
  declare module '@elastic/eui/src/components/comment_list' {
9086
9259
  export type { EuiCommentProps } from '@elastic/eui/src/components/comment_list/comment';
9087
9260
  export { EuiComment } from '@elastic/eui/src/components/comment_list/comment';
9088
- export type { EuiCommentType } from '@elastic/eui/src/components/comment_list/comment_event';
9261
+ export type { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
9089
9262
  export { EuiCommentEvent } from '@elastic/eui/src/components/comment_list/comment_event';
9090
9263
  export { EuiCommentTimeline } from '@elastic/eui/src/components/comment_list/comment_timeline';
9091
9264
  export type { EuiCommentListProps } from '@elastic/eui/src/components/comment_list/comment_list';
@@ -9479,13 +9652,15 @@ declare module '@elastic/eui/src/components/datagrid/utils/sorting' {
9479
9652
 
9480
9653
  }
9481
9654
  declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
9482
- import { CSSProperties } from 'react';
9483
- import type { VariableSizeGrid as Grid } from 'react-window';
9484
- import { EuiDataGridStyleCellPaddings, EuiDataGridStyle, EuiDataGridRowHeightOption, EuiDataGridRowHeightsOptions, EuiDataGridColumn } from '@elastic/eui/src/components/datagrid/data_grid_types';
9655
+ import { CSSProperties, MutableRefObject } from 'react';
9656
+ import { EuiDataGridStyleCellPaddings, EuiDataGridStyle, EuiDataGridRowHeightOption, EuiDataGridRowHeightsOptions, EuiDataGridColumn, ImperativeGridApi } from '@elastic/eui/src/components/datagrid/data_grid_types';
9485
9657
  export const cellPaddingsMap: Record<EuiDataGridStyleCellPaddings, number>;
9486
9658
  export const AUTO_HEIGHT = "auto";
9487
9659
  export const DEFAULT_ROW_HEIGHT = 34;
9488
9660
  export class RowHeightUtils {
9661
+ private gridRef;
9662
+ private rerenderGridBodyRef;
9663
+ constructor(gridRef: MutableRefObject<ImperativeGridApi | null>, rerenderGridBodyRef: MutableRefObject<(() => void) | null>);
9489
9664
  getRowHeightOption(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): EuiDataGridRowHeightOption | undefined;
9490
9665
  isRowHeightOverride(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): boolean;
9491
9666
  getCalculatedHeight(heightOption: EuiDataGridRowHeightOption, defaultHeight: number, rowIndex?: number, isRowHeightOverride?: boolean): number;
@@ -9505,24 +9680,20 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
9505
9680
  */
9506
9681
  private heightsCache;
9507
9682
  private timerId?;
9508
- private grid?;
9509
9683
  private lastUpdatedRow;
9510
- private rerenderGridBody;
9511
9684
  isAutoHeight(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): boolean;
9512
9685
  getRowHeight(rowIndex: number): number;
9513
9686
  setRowHeight(rowIndex: number, colId: string, height: number | undefined, visibleRowIndex: number): void;
9514
9687
  pruneHiddenColumnHeights(visibleColumns: EuiDataGridColumn[]): void;
9515
9688
  resetRow(visibleRowIndex: number): void;
9516
9689
  resetGrid(): void;
9517
- setGrid(grid: Grid): void;
9518
- setRerenderGridBody(rerenderGridBody: Function): void;
9519
9690
  }
9520
9691
  /**
9521
9692
  * Hook for instantiating RowHeightUtils, setting internal class vars,
9522
9693
  * and setting up various row-height-related side effects
9523
9694
  */
9524
9695
  export const useRowHeightUtils: ({ gridRef, gridStyles, columns, rowHeightsOptions, }: {
9525
- gridRef: Grid | null;
9696
+ gridRef: MutableRefObject<ImperativeGridApi | null>;
9526
9697
  gridStyles: EuiDataGridStyle;
9527
9698
  columns: EuiDataGridColumn[];
9528
9699
  rowHeightsOptions?: EuiDataGridRowHeightsOptions | undefined;
@@ -9602,7 +9773,7 @@ declare module '@elastic/eui/src/components/token' {
9602
9773
 
9603
9774
  }
9604
9775
  declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
9605
- import { ComponentType, JSXElementConstructor, ReactNode, HTMLAttributes, CSSProperties, ReactElement, AriaAttributes, MutableRefObject } from 'react';
9776
+ import { ComponentType, JSXElementConstructor, ReactNode, HTMLAttributes, CSSProperties, ReactElement, AriaAttributes, MutableRefObject, Component } from 'react';
9606
9777
  import { VariableSizeGridProps, VariableSizeGrid as Grid, GridOnItemsRenderedProps } from 'react-window';
9607
9778
  import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group';
9608
9779
  import { EuiButtonEmpty, EuiButtonIcon } from '@elastic/eui/src/components/button';
@@ -9610,6 +9781,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
9610
9781
  import { RowHeightUtils } from '@elastic/eui/src/components/datagrid/utils/row_heights';
9611
9782
  import { IconType } from '@elastic/eui/src/components/icon';
9612
9783
  import { EuiTokenProps } from '@elastic/eui/src/components/token';
9784
+ export type ImperativeGridApi = Omit<Grid, keyof Component>;
9613
9785
  export interface EuiDataGridToolbarProps {
9614
9786
  gridWidth: number;
9615
9787
  minSizeForControls?: number;
@@ -9865,7 +10037,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
9865
10037
  /**
9866
10038
  * Allows customizing the underlying [react-window grid](https://react-window.vercel.app/#/api/VariableSizeGrid) props.
9867
10039
  */
9868
- virtualizationOptions?: Partial<VariableSizeGridProps>;
10040
+ virtualizationOptions?: Partial<Omit<VariableSizeGridProps, 'children' | 'itemData' | 'height' | 'width' | 'rowCount' | 'rowHeight' | 'columnCount' | 'columnWidth' | 'ref' | 'innerRef' | 'outerRef' | 'innerElementType' | 'useIsScrolling'>>;
9869
10041
  /**
9870
10042
  * A #EuiDataGridRowHeightsOptions object that provides row heights options.
9871
10043
  * Allows configuring both default and specific heights of grid rows.
@@ -9901,6 +10073,14 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
9901
10073
  * Closes any currently open popovers in the data grid.
9902
10074
  */
9903
10075
  closeCellPopover: () => void;
10076
+ /**
10077
+ * Scrolls to a specified top and left offset.
10078
+ */
10079
+ scrollTo?: ImperativeGridApi['scrollTo'];
10080
+ /**
10081
+ * Scrolls to a specified rowIndex.
10082
+ */
10083
+ scrollToItem?: ImperativeGridApi['scrollToItem'];
9904
10084
  }
9905
10085
  export interface EuiDataGridColumnResizerProps {
9906
10086
  columnId: string;
@@ -9942,7 +10122,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
9942
10122
  setVisibleColumns: EuiDataGridHeaderRowProps['setVisibleColumns'];
9943
10123
  switchColumnPos: EuiDataGridHeaderRowProps['switchColumnPos'];
9944
10124
  onColumnResize?: EuiDataGridOnColumnResizeHandler;
9945
- virtualizationOptions?: Partial<VariableSizeGridProps>;
10125
+ virtualizationOptions?: EuiDataGridProps['virtualizationOptions'];
9946
10126
  rowHeightsOptions?: EuiDataGridRowHeightsOptions;
9947
10127
  isFullScreen: boolean;
9948
10128
  gridStyles: EuiDataGridStyle;
@@ -10040,6 +10220,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
10040
10220
  rowHeightsOptions?: EuiDataGridRowHeightsOptions;
10041
10221
  rowHeightUtils?: RowHeightUtils;
10042
10222
  rowManager?: EuiDataGridRowManager;
10223
+ pagination?: EuiDataGridPaginationProps;
10043
10224
  }
10044
10225
  export interface EuiDataGridCellState {
10045
10226
  cellProps: EuiDataGridSetCellProps;
@@ -10077,11 +10258,16 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
10077
10258
  */
10078
10259
  display?: ReactNode;
10079
10260
  /**
10080
- * A Schema to use for the column.
10081
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
10082
- * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
10261
+ * Display name as text for the column.
10262
+ * This can be used to display a readable column name in column hiding/sorting, where `display` won't be used.
10263
+ * This will also be used as a `title` attribute that will display on mouseover (useful if the display text is being truncated by the column width).
10264
+ * If not passed, `id` will be shown as the column name.
10083
10265
  */
10084
- schema?: string;
10266
+ displayAsText?: string;
10267
+ /**
10268
+ * Initial width (in pixels) of the column
10269
+ */
10270
+ initialWidth?: number;
10085
10271
  /**
10086
10272
  * Defaults to true, always true if cellActions are defined. Defines whether or not the column's cells can be expanded with a popup onClick / keydown.
10087
10273
  */
@@ -10090,10 +10276,6 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
10090
10276
  * Whether this column's width can be changed by the user, defaults to true
10091
10277
  */
10092
10278
  isResizable?: boolean;
10093
- /**
10094
- * Initial width (in pixels) of the column
10095
- */
10096
- initialWidth?: number;
10097
10279
  /**
10098
10280
  * Whether this column is sortable
10099
10281
  */
@@ -10103,9 +10285,11 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
10103
10285
  */
10104
10286
  defaultSortDirection?: 'asc' | 'desc';
10105
10287
  /**
10106
- * Display name as text for column. This can be used to display column name in column selector and column sorting where `display` won't be used. If not used `id` will be shown as column name in column selector and column sorting.
10288
+ * A Schema to use for the column.
10289
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
10290
+ * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
10107
10291
  */
10108
- displayAsText?: string;
10292
+ schema?: string;
10109
10293
  /**
10110
10294
  * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
10111
10295
  */
@@ -10409,7 +10593,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/focus' {
10409
10593
  import { HTMLAttributes, KeyboardEvent, MutableRefObject } from 'react';
10410
10594
  import { GridOnItemsRenderedProps } from 'react-window';
10411
10595
  import { DataGridFocusContextShape, EuiDataGridFocusedCell, EuiDataGridProps } from '@elastic/eui/src/components/datagrid/data_grid_types';
10412
- export const DataGridFocusContext: import("react").Context<DataGridFocusContextShape>; type FocusProps = Pick<HTMLAttributes<HTMLDivElement>, 'tabIndex' | 'onFocus'>;
10596
+ export const DataGridFocusContext: import("react").Context<DataGridFocusContextShape>; type FocusProps = Pick<HTMLAttributes<HTMLDivElement>, 'tabIndex' | 'onKeyUp'>;
10413
10597
  /**
10414
10598
  * Main focus context and overarching focus state management
10415
10599
  */
@@ -10761,9 +10945,20 @@ declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_colum
10761
10945
 
10762
10946
  }
10763
10947
  declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_header_cell' {
10764
- import { FunctionComponent } from 'react';
10948
+ import React, { FunctionComponent } from 'react';
10765
10949
  import { EuiDataGridHeaderCellProps } from '@elastic/eui/src/components/datagrid/data_grid_types';
10766
10950
  export const EuiDataGridHeaderCell: FunctionComponent<EuiDataGridHeaderCellProps>;
10951
+ /**
10952
+ * Add keyboard arrow navigation to the cell actions popover
10953
+ * to match the UX of the rest of EuiDataGrid
10954
+ */
10955
+ export const usePopoverArrowNavigation: () => {
10956
+ panelRef: (ref: any) => void;
10957
+ panelProps: {
10958
+ onKeyDown: (e: React.KeyboardEvent) => void;
10959
+ };
10960
+ popoverScreenReaderText: JSX.Element;
10961
+ };
10767
10962
 
10768
10963
  }
10769
10964
  declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_header_row' {
@@ -11110,10 +11305,12 @@ declare module '@elastic/eui/src/components/datagrid/utils/data_grid_pagination'
11110
11305
 
11111
11306
  }
11112
11307
  declare module '@elastic/eui/src/components/datagrid/utils/ref' {
11113
- import { Ref } from 'react';
11308
+ import { Ref, RefObject } from 'react';
11309
+ import type { VariableSizeGrid } from 'react-window';
11114
11310
  import { EuiDataGridRefProps, EuiDataGridProps, DataGridFocusContextShape, DataGridCellPopoverContextShape, DataGridSortingContextShape } from '@elastic/eui/src/components/datagrid/data_grid_types';
11115
11311
  interface Dependencies {
11116
11312
  ref: Ref<unknown>;
11313
+ gridRef: RefObject<VariableSizeGrid>;
11117
11314
  setIsFullScreen: EuiDataGridRefProps['setIsFullScreen'];
11118
11315
  focusContext: DataGridFocusContextShape;
11119
11316
  cellPopoverContext: DataGridCellPopoverContextShape;
@@ -11122,7 +11319,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/ref' {
11122
11319
  rowCount: number;
11123
11320
  visibleColCount: number;
11124
11321
  }
11125
- export const useImperativeGridRef: ({ ref, setIsFullScreen, focusContext, cellPopoverContext, sortingContext: { sortedRowMap }, pagination, rowCount, visibleColCount, }: Dependencies) => void;
11322
+ export const useImperativeGridRef: ({ ref, gridRef, setIsFullScreen, focusContext, cellPopoverContext, sortingContext: { sortedRowMap }, pagination, rowCount, visibleColCount, }: Dependencies) => void;
11126
11323
  /**
11127
11324
  * Throw a digestible error if the consumer attempts to focus into an invalid
11128
11325
  * cell range, which should also stop the APIs from continuing
@@ -17808,118 +18005,6 @@ declare module '@elastic/eui/src/components/text_diff' {
17808
18005
  export type { EuiTextDiffProps } from '@elastic/eui/src/components/text_diff/text_diff';
17809
18006
  export { useEuiTextDiff } from '@elastic/eui/src/components/text_diff/text_diff';
17810
18007
 
17811
- }
17812
- declare module '@elastic/eui/src/components/timeline/timeline_item_event.styles' {
17813
- export const euiTimelineItemEventStyles: () => {
17814
- euiTimelineItemEvent: import("@emotion/utils").SerializedStyles;
17815
- top: import("@emotion/utils").SerializedStyles;
17816
- center: import("@emotion/utils").SerializedStyles;
17817
- };
17818
-
17819
- }
17820
- declare module '@elastic/eui/src/components/timeline/timeline_item_event' {
17821
- import { FunctionComponent, ReactNode } from 'react';
17822
- import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
17823
- export interface EuiTimelineItemEventProps {
17824
- /**
17825
- * Accepts any node. But preferably `EuiPanel`
17826
- */
17827
- children: ReactNode;
17828
- verticalAlign?: EuiTimelineItemVerticalAlign;
17829
- }
17830
- export const EuiTimelineItemEvent: FunctionComponent<EuiTimelineItemEventProps>;
17831
-
17832
- }
17833
- declare module '@elastic/eui/src/components/timeline/timeline_item_icon.styles' {
17834
- import { UseEuiTheme } from '@elastic/eui/src/services';
17835
- export const euiTimelineItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
17836
- euiTimelineItemIcon: import("@emotion/utils").SerializedStyles;
17837
- euiTimelineItemIcon__content: import("@emotion/utils").SerializedStyles;
17838
- top: import("@emotion/utils").SerializedStyles;
17839
- center: import("@emotion/utils").SerializedStyles;
17840
- };
17841
-
17842
- }
17843
- declare module '@elastic/eui/src/components/timeline/timeline_item_icon' {
17844
- import { FunctionComponent, ReactNode } from 'react';
17845
- import { IconType } from '@elastic/eui/src/components/icon';
17846
- import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
17847
- export interface EuiTimelineItemIconProps {
17848
- /**
17849
- * Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiIcon['type']`.
17850
- */
17851
- icon: ReactNode | IconType;
17852
- verticalAlign?: EuiTimelineItemVerticalAlign;
17853
- /**
17854
- * Specify an `aria-label` for the icon when passed as an `IconType`.
17855
- * If no `aria-label` is passed we assume the icon is purely decorative.
17856
- */
17857
- iconAriaLabel?: string;
17858
- }
17859
- export const EuiTimelineItemIcon: FunctionComponent<EuiTimelineItemIconProps>;
17860
-
17861
- }
17862
- declare module '@elastic/eui/src/components/timeline/timeline_item.styles' {
17863
- export const euiTimelineItemStyles: () => {
17864
- euiTimelineItem: import("@emotion/utils").SerializedStyles;
17865
- top: import("@emotion/utils").SerializedStyles;
17866
- center: import("@emotion/utils").SerializedStyles;
17867
- };
17868
-
17869
- }
17870
- declare module '@elastic/eui/src/components/timeline/timeline_item' {
17871
- import { FunctionComponent, HTMLAttributes } from 'react';
17872
- import { CommonProps } from '@elastic/eui/src/components/common';
17873
- import { EuiTimelineItemEventProps } from '@elastic/eui/src/components/timeline/timeline_item_event';
17874
- import { EuiTimelineItemIconProps } from '@elastic/eui/src/components/timeline/timeline_item_icon';
17875
- export const VERTICAL_ALIGN: readonly ["top", "center"];
17876
- export type EuiTimelineItemVerticalAlign = typeof VERTICAL_ALIGN[number];
17877
- export interface EuiTimelineItemProps extends Omit<HTMLAttributes<HTMLElement>, 'children'>, CommonProps, Omit<EuiTimelineItemIconProps, 'verticalAlign'>, Omit<EuiTimelineItemEventProps, 'verticalAlign'> {
17878
- /**
17879
- * Vertical alignment of the event with the icon
17880
- */
17881
- verticalAlign?: EuiTimelineItemVerticalAlign;
17882
- }
17883
- export const EuiTimelineItem: FunctionComponent<EuiTimelineItemProps>;
17884
-
17885
- }
17886
- declare module '@elastic/eui/src/components/timeline/timeline.styles' {
17887
- import { UseEuiTheme } from '@elastic/eui/src/services';
17888
- export const euiTimelineStyles: ({ euiTheme }: UseEuiTheme) => {
17889
- euiTimeline: import("@emotion/utils").SerializedStyles;
17890
- m: import("@emotion/utils").SerializedStyles;
17891
- l: import("@emotion/utils").SerializedStyles;
17892
- xl: import("@emotion/utils").SerializedStyles;
17893
- };
17894
-
17895
- }
17896
- declare module '@elastic/eui/src/components/timeline/timeline' {
17897
- import { HTMLAttributes, FunctionComponent } from 'react';
17898
- import { CommonProps } from '@elastic/eui/src/components/common';
17899
- import { EuiTimelineItemProps } from '@elastic/eui/src/components/timeline/timeline_item';
17900
- export const GUTTER_SIZES: readonly ["m", "l", "xl"];
17901
- export type EuiTimelineGutterSize = typeof GUTTER_SIZES[number];
17902
- export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
17903
- /**
17904
- * List of timeline items to render. See #EuiTimelineItem
17905
- */
17906
- items?: EuiTimelineItemProps[];
17907
- /**
17908
- * Sets the size of the vertical space between each timeline item
17909
- */
17910
- gutterSize?: EuiTimelineGutterSize;
17911
- }
17912
- export const EuiTimeline: FunctionComponent<EuiTimelineProps>;
17913
-
17914
- }
17915
- declare module '@elastic/eui/src/components/timeline' {
17916
- export type { EuiTimelineProps } from '@elastic/eui/src/components/timeline/timeline';
17917
- export { EuiTimeline } from '@elastic/eui/src/components/timeline/timeline';
17918
- export type { EuiTimelineItemProps, EuiTimelineItemVerticalAlign, } from '@elastic/eui/src/components/timeline/timeline_item';
17919
- export { EuiTimelineItem } from '@elastic/eui/src/components/timeline/timeline_item';
17920
- export { EuiTimelineItemEvent } from '@elastic/eui/src/components/timeline/timeline_item_event';
17921
- export { EuiTimelineItemIcon } from '@elastic/eui/src/components/timeline/timeline_item_icon';
17922
-
17923
18008
  }
17924
18009
  declare module '@elastic/eui/src/components/toast/toast' {
17925
18010
  import { FunctionComponent, HTMLAttributes, ReactNode } from 'react';
@@ -19379,6 +19464,16 @@ declare module '@elastic/eui/src/components/icon/assets/cloudSunny' {
19379
19464
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
19380
19465
  export {};
19381
19466
 
19467
+ }
19468
+ declare module '@elastic/eui/src/components/icon/assets/cluster' {
19469
+ import * as React from 'react';
19470
+ interface SVGRProps {
19471
+ title?: string;
19472
+ titleId?: string;
19473
+ }
19474
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
19475
+ export {};
19476
+
19382
19477
  }
19383
19478
  declare module '@elastic/eui/src/components/icon/assets/color' {
19384
19479
  import * as React from 'react';
@@ -19409,6 +19504,16 @@ declare module '@elastic/eui/src/components/icon/assets/console' {
19409
19504
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
19410
19505
  export {};
19411
19506
 
19507
+ }
19508
+ declare module '@elastic/eui/src/components/icon/assets/container' {
19509
+ import * as React from 'react';
19510
+ interface SVGRProps {
19511
+ title?: string;
19512
+ titleId?: string;
19513
+ }
19514
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
19515
+ export {};
19516
+
19412
19517
  }
19413
19518
  declare module '@elastic/eui/src/components/icon/assets/continuityAbove' {
19414
19519
  import * as React from 'react';
@@ -20410,7 +20515,7 @@ declare module '@elastic/eui/src/components/icon/assets/ip' {
20410
20515
  export {};
20411
20516
 
20412
20517
  }
20413
- declare module '@elastic/eui/src/components/icon/assets/keyboard_shortcut' {
20518
+ declare module '@elastic/eui/src/components/icon/assets/keyboard' {
20414
20519
  import * as React from 'react';
20415
20520
  interface SVGRProps {
20416
20521
  title?: string;
@@ -20469,6 +20574,26 @@ declare module '@elastic/eui/src/components/icon/assets/kql_value' {
20469
20574
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
20470
20575
  export {};
20471
20576
 
20577
+ }
20578
+ declare module '@elastic/eui/src/components/icon/assets/kubernetesNode' {
20579
+ import * as React from 'react';
20580
+ interface SVGRProps {
20581
+ title?: string;
20582
+ titleId?: string;
20583
+ }
20584
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
20585
+ export {};
20586
+
20587
+ }
20588
+ declare module '@elastic/eui/src/components/icon/assets/kubernetesPod' {
20589
+ import * as React from 'react';
20590
+ interface SVGRProps {
20591
+ title?: string;
20592
+ titleId?: string;
20593
+ }
20594
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
20595
+ export {};
20596
+
20472
20597
  }
20473
20598
  declare module '@elastic/eui/src/components/icon/assets/layers' {
20474
20599
  import * as React from 'react';
@@ -21449,6 +21574,16 @@ declare module '@elastic/eui/src/components/icon/assets/moon' {
21449
21574
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21450
21575
  export {};
21451
21576
 
21577
+ }
21578
+ declare module '@elastic/eui/src/components/icon/assets/namespace' {
21579
+ import * as React from 'react';
21580
+ interface SVGRProps {
21581
+ title?: string;
21582
+ titleId?: string;
21583
+ }
21584
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21585
+ export {};
21586
+
21452
21587
  }
21453
21588
  declare module '@elastic/eui/src/components/icon/assets/nested' {
21454
21589
  import * as React from 'react';
@@ -23110,6 +23245,7 @@ declare module '@elastic/eui' {
23110
23245
  "euiColumnActions.moveRight": any;
23111
23246
  "euiColumnActions.sort": any;
23112
23247
  "euiDataGridHeaderCell.headerActions": any;
23248
+ "euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
23113
23249
  "euiColumnSelector.button": any;
23114
23250
  "euiColumnSelector.buttonActiveSingular": any;
23115
23251
  "euiColumnSelector.buttonActivePlural": any;