@elastic/eui 92.2.1 → 93.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/dist/eui_theme_dark.css +0 -304
  2. package/dist/eui_theme_dark.min.css +1 -1
  3. package/dist/eui_theme_light.css +0 -304
  4. package/dist/eui_theme_light.min.css +1 -1
  5. package/es/components/avatar/avatar.js +1 -1
  6. package/es/components/badge/badge.js +1 -1
  7. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  8. package/es/components/basic_table/basic_table.js +1 -10
  9. package/es/components/basic_table/in_memory_table.js +1 -11
  10. package/es/components/beacon/beacon.js +9 -6
  11. package/es/components/breadcrumbs/breadcrumb.js +0 -10
  12. package/es/components/breadcrumbs/breadcrumbs.js +0 -10
  13. package/es/components/button/button.js +1 -1
  14. package/es/components/button/button_display/_button_display.js +1 -1
  15. package/es/components/button/button_display/_button_display_content.js +1 -1
  16. package/es/components/button/button_empty/button_empty.js +1 -1
  17. package/es/components/button/button_group/button_group.js +1 -1
  18. package/es/components/button/button_group/button_group_button.js +1 -1
  19. package/es/components/button/button_icon/button_icon.js +1 -1
  20. package/es/components/call_out/call_out.js +1 -1
  21. package/es/components/card/card.js +2 -2
  22. package/es/components/card/card_select/card_select.js +1 -1
  23. package/es/components/code/code.js +2 -2
  24. package/es/components/code/code.styles.js +2 -4
  25. package/es/components/code/code_block.js +5 -3
  26. package/es/components/code/code_block.styles.js +4 -7
  27. package/es/components/code/code_block_controls.js +2 -2
  28. package/es/components/code/code_block_controls.styles.js +2 -4
  29. package/es/components/code/code_block_full_screen.js +2 -2
  30. package/es/components/code/code_syntax.styles.js +39 -34
  31. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  32. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  33. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  34. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  35. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  36. package/es/components/comment_list/comment.js +2 -2
  37. package/es/components/comment_list/comment_event.js +4 -3
  38. package/es/components/comment_list/comment_event.styles.js +2 -18
  39. package/es/components/comment_list/comment_list.js +2 -2
  40. package/es/components/comment_list/comment_timeline.js +1 -1
  41. package/es/components/context_menu/context_menu.js +17 -10
  42. package/es/components/context_menu/context_menu_item.js +2 -14
  43. package/es/components/datagrid/body/cell/data_grid_cell.js +25 -24
  44. package/es/components/datagrid/body/data_grid_body.js +13 -13
  45. package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
  46. package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  47. package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  48. package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
  49. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  50. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  51. package/es/components/datagrid/utils/in_memory.js +12 -12
  52. package/es/components/date_picker/auto_refresh/auto_refresh.js +34 -10
  53. package/es/components/date_picker/auto_refresh/refresh_interval.js +43 -13
  54. package/es/components/date_picker/date_picker.js +2 -2
  55. package/es/components/date_picker/date_picker_range.js +1 -1
  56. package/es/components/date_picker/super_date_picker/date_popover/date_popover_button.js +10 -2
  57. package/es/components/date_picker/super_date_picker/date_popover/date_popover_content.js +4 -1
  58. package/es/components/date_picker/super_date_picker/pretty_duration.js +45 -18
  59. package/es/components/date_picker/super_date_picker/pretty_interval.js +33 -17
  60. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +4 -1
  61. package/es/components/date_picker/super_date_picker/super_date_picker.js +55 -8
  62. package/es/components/empty_prompt/empty_prompt.js +63 -66
  63. package/es/components/empty_prompt/empty_prompt.styles.js +115 -0
  64. package/es/components/facet/facet_button.js +1 -1
  65. package/es/components/form/field_number/field_number.js +1 -1
  66. package/es/components/form/field_text/field_text.js +2 -2
  67. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  68. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  69. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  70. package/es/components/form/text_area/text_area.js +2 -2
  71. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +0 -10
  72. package/es/components/header/header_links/header_link.js +1 -1
  73. package/es/components/header/header_links/header_links.js +1 -11
  74. package/es/components/header/header_logo/header_logo.js +1 -1
  75. package/es/components/header/header_section/header_section_item_button.js +1 -1
  76. package/es/components/highlight/_highlight_all.js +87 -0
  77. package/es/components/highlight/_highlight_first.js +47 -0
  78. package/es/components/highlight/highlight.js +33 -76
  79. package/es/components/icon/assets/index.js +33 -0
  80. package/es/components/icon/icon.js +1 -1
  81. package/es/components/icon/icon_map.js +1 -0
  82. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  83. package/es/components/list_group/list_group.js +2 -2
  84. package/es/components/list_group/list_group_item.js +2 -2
  85. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  86. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  87. package/es/components/loading/loading_logo.js +1 -1
  88. package/es/components/markdown_editor/markdown_editor.js +1 -1
  89. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  90. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  91. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  92. package/es/components/page/page_header/page_header_content.js +1 -11
  93. package/es/components/pagination/pagination_button.js +1 -1
  94. package/es/components/popover/popover.js +3 -15
  95. package/es/components/search_bar/search_bar.js +36 -32
  96. package/es/components/search_bar/search_bar.styles.js +22 -0
  97. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  98. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  99. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  100. package/es/components/table/table_header_button.js +1 -1
  101. package/es/components/text_truncate/text_truncate.js +4 -1
  102. package/es/components/timeline/timeline_item_icon.js +1 -1
  103. package/es/components/toast/global_toast_list.js +1 -1
  104. package/es/components/toast/toast.js +1 -1
  105. package/es/components/tool_tip/icon_tip.js +1 -1
  106. package/es/components/tour/_tour_footer.js +97 -0
  107. package/es/components/tour/_tour_footer.styles.js +23 -0
  108. package/es/components/tour/_tour_header.js +37 -0
  109. package/es/components/tour/_tour_header.styles.js +20 -0
  110. package/es/components/tour/tour.styles.js +5 -28
  111. package/es/components/tour/tour_step.js +45 -130
  112. package/es/components/tree_view/_tree_view_item.js +83 -0
  113. package/es/components/tree_view/_tree_view_item.styles.js +38 -0
  114. package/es/components/tree_view/tree_view.a11y.js +2 -2
  115. package/es/components/tree_view/tree_view.js +73 -97
  116. package/es/components/tree_view/tree_view.styles.js +18 -0
  117. package/es/global_styling/mixins/_color.js +46 -13
  118. package/eui.d.ts +304 -88
  119. package/i18ntokens.json +258 -276
  120. package/lib/components/avatar/avatar.js +1 -1
  121. package/lib/components/badge/badge.js +1 -1
  122. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  123. package/lib/components/basic_table/basic_table.js +1 -10
  124. package/lib/components/basic_table/in_memory_table.js +1 -11
  125. package/lib/components/beacon/beacon.js +11 -6
  126. package/lib/components/breadcrumbs/breadcrumb.js +0 -10
  127. package/lib/components/button/button.js +1 -1
  128. package/lib/components/button/button_display/_button_display.js +1 -1
  129. package/lib/components/button/button_display/_button_display_content.js +1 -1
  130. package/lib/components/button/button_empty/button_empty.js +1 -1
  131. package/lib/components/button/button_group/button_group.js +1 -1
  132. package/lib/components/button/button_group/button_group_button.js +1 -1
  133. package/lib/components/button/button_icon/button_icon.js +1 -1
  134. package/lib/components/call_out/call_out.js +1 -1
  135. package/lib/components/card/card.js +2 -2
  136. package/lib/components/card/card_select/card_select.js +1 -1
  137. package/lib/components/code/code.js +2 -2
  138. package/lib/components/code/code.styles.js +2 -4
  139. package/lib/components/code/code_block.js +5 -3
  140. package/lib/components/code/code_block.styles.js +4 -7
  141. package/lib/components/code/code_block_controls.js +2 -2
  142. package/lib/components/code/code_block_controls.styles.js +2 -4
  143. package/lib/components/code/code_block_full_screen.js +2 -2
  144. package/lib/components/code/code_syntax.styles.js +40 -36
  145. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  146. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  147. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  148. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  149. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  150. package/lib/components/comment_list/comment.js +2 -2
  151. package/lib/components/comment_list/comment_event.js +3 -2
  152. package/lib/components/comment_list/comment_event.styles.js +3 -20
  153. package/lib/components/comment_list/comment_list.js +2 -2
  154. package/lib/components/comment_list/comment_timeline.js +1 -1
  155. package/lib/components/context_menu/context_menu.js +16 -9
  156. package/lib/components/context_menu/context_menu_item.js +2 -14
  157. package/lib/components/datagrid/body/cell/data_grid_cell.js +25 -24
  158. package/lib/components/datagrid/body/data_grid_body.js +13 -13
  159. package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
  160. package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  161. package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  162. package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
  163. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  164. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  165. package/lib/components/datagrid/utils/in_memory.js +12 -12
  166. package/lib/components/date_picker/auto_refresh/auto_refresh.js +34 -10
  167. package/lib/components/date_picker/auto_refresh/refresh_interval.js +43 -13
  168. package/lib/components/date_picker/date_picker.js +2 -2
  169. package/lib/components/date_picker/date_picker_range.js +1 -1
  170. package/lib/components/date_picker/super_date_picker/date_popover/date_popover_button.js +10 -2
  171. package/lib/components/date_picker/super_date_picker/date_popover/date_popover_content.js +4 -1
  172. package/lib/components/date_picker/super_date_picker/pretty_duration.js +45 -18
  173. package/lib/components/date_picker/super_date_picker/pretty_interval.js +33 -17
  174. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +4 -1
  175. package/lib/components/date_picker/super_date_picker/super_date_picker.js +55 -8
  176. package/lib/components/empty_prompt/empty_prompt.js +65 -65
  177. package/lib/components/empty_prompt/empty_prompt.styles.js +120 -0
  178. package/lib/components/facet/facet_button.js +1 -1
  179. package/lib/components/form/field_number/field_number.js +1 -1
  180. package/lib/components/form/field_text/field_text.js +2 -2
  181. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  182. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  183. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  184. package/lib/components/form/text_area/text_area.js +2 -2
  185. package/lib/components/header/header_links/header_link.js +1 -1
  186. package/lib/components/header/header_links/header_links.js +1 -1
  187. package/lib/components/header/header_logo/header_logo.js +1 -1
  188. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  189. package/lib/components/highlight/_highlight_all.js +96 -0
  190. package/lib/components/highlight/_highlight_first.js +55 -0
  191. package/lib/components/highlight/highlight.js +32 -75
  192. package/lib/components/icon/assets/index.js +41 -0
  193. package/lib/components/icon/icon.js +1 -1
  194. package/lib/components/icon/icon_map.js +1 -0
  195. package/lib/components/icon/svgs/index.svg +3 -0
  196. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  197. package/lib/components/list_group/list_group.js +2 -2
  198. package/lib/components/list_group/list_group_item.js +2 -2
  199. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  200. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  201. package/lib/components/loading/loading_logo.js +1 -1
  202. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  203. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  204. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  205. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  206. package/lib/components/page/page_header/page_header_content.js +1 -1
  207. package/lib/components/pagination/pagination_button.js +1 -1
  208. package/lib/components/popover/popover.js +3 -15
  209. package/lib/components/search_bar/search_bar.js +37 -33
  210. package/lib/components/search_bar/search_bar.styles.js +30 -0
  211. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  212. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  213. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  214. package/lib/components/table/table_header_button.js +1 -1
  215. package/lib/components/text_truncate/text_truncate.js +4 -1
  216. package/lib/components/timeline/timeline_item_icon.js +1 -1
  217. package/lib/components/toast/global_toast_list.js +1 -1
  218. package/lib/components/toast/toast.js +1 -1
  219. package/lib/components/tool_tip/icon_tip.js +1 -1
  220. package/lib/components/tour/_tour_footer.js +105 -0
  221. package/lib/components/tour/_tour_footer.styles.js +31 -0
  222. package/lib/components/tour/_tour_header.js +48 -0
  223. package/lib/components/tour/_tour_header.styles.js +27 -0
  224. package/lib/components/tour/tour.styles.js +7 -32
  225. package/lib/components/tour/tour_step.js +42 -117
  226. package/lib/components/tree_view/_tree_view_item.js +93 -0
  227. package/lib/components/tree_view/_tree_view_item.styles.js +45 -0
  228. package/lib/components/tree_view/tree_view.a11y.js +2 -2
  229. package/lib/components/tree_view/tree_view.js +76 -99
  230. package/lib/components/tree_view/tree_view.styles.js +25 -0
  231. package/lib/global_styling/mixins/_color.js +50 -15
  232. package/optimize/es/components/basic_table/basic_table.js +0 -9
  233. package/optimize/es/components/basic_table/in_memory_table.js +0 -10
  234. package/optimize/es/components/beacon/beacon.js +9 -6
  235. package/optimize/es/components/code/code.js +2 -2
  236. package/optimize/es/components/code/code.styles.js +2 -4
  237. package/optimize/es/components/code/code_block.js +5 -3
  238. package/optimize/es/components/code/code_block.styles.js +4 -7
  239. package/optimize/es/components/code/code_block_controls.js +2 -2
  240. package/optimize/es/components/code/code_block_controls.styles.js +2 -4
  241. package/optimize/es/components/code/code_block_full_screen.js +2 -2
  242. package/optimize/es/components/code/code_syntax.styles.js +39 -34
  243. package/optimize/es/components/comment_list/comment_event.js +3 -2
  244. package/optimize/es/components/comment_list/comment_event.styles.js +2 -18
  245. package/optimize/es/components/context_menu/context_menu.js +11 -9
  246. package/optimize/es/components/context_menu/context_menu_item.js +2 -6
  247. package/optimize/es/components/datagrid/body/cell/data_grid_cell.js +1 -0
  248. package/optimize/es/components/date_picker/auto_refresh/auto_refresh.js +24 -7
  249. package/optimize/es/components/date_picker/auto_refresh/refresh_interval.js +31 -12
  250. package/optimize/es/components/date_picker/super_date_picker/date_popover/date_popover_button.js +9 -2
  251. package/optimize/es/components/date_picker/super_date_picker/date_popover/date_popover_content.js +3 -1
  252. package/optimize/es/components/date_picker/super_date_picker/pretty_duration.js +45 -18
  253. package/optimize/es/components/date_picker/super_date_picker/pretty_interval.js +33 -17
  254. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +3 -1
  255. package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +19 -2
  256. package/optimize/es/components/empty_prompt/empty_prompt.js +62 -62
  257. package/optimize/es/components/empty_prompt/empty_prompt.styles.js +112 -0
  258. package/optimize/es/components/highlight/_highlight_all.js +76 -0
  259. package/optimize/es/components/highlight/_highlight_first.js +40 -0
  260. package/optimize/es/components/highlight/highlight.js +25 -74
  261. package/optimize/es/components/icon/assets/index.js +32 -0
  262. package/optimize/es/components/icon/icon_map.js +1 -0
  263. package/optimize/es/components/popover/popover.js +3 -5
  264. package/optimize/es/components/search_bar/search_bar.js +36 -32
  265. package/optimize/es/components/search_bar/search_bar.styles.js +22 -0
  266. package/optimize/es/components/text_truncate/text_truncate.js +4 -1
  267. package/optimize/es/components/tour/_tour_footer.js +89 -0
  268. package/optimize/es/components/tour/_tour_footer.styles.js +23 -0
  269. package/optimize/es/components/tour/_tour_header.js +33 -0
  270. package/optimize/es/components/tour/_tour_header.styles.js +20 -0
  271. package/optimize/es/components/tour/tour.styles.js +5 -28
  272. package/optimize/es/components/tour/tour_step.js +45 -113
  273. package/optimize/es/components/tree_view/_tree_view_item.js +66 -0
  274. package/optimize/es/components/tree_view/_tree_view_item.styles.js +38 -0
  275. package/optimize/es/components/tree_view/tree_view.a11y.js +2 -2
  276. package/optimize/es/components/tree_view/tree_view.js +62 -91
  277. package/optimize/es/components/tree_view/tree_view.styles.js +18 -0
  278. package/optimize/es/global_styling/mixins/_color.js +46 -13
  279. package/optimize/lib/components/basic_table/basic_table.js +0 -9
  280. package/optimize/lib/components/basic_table/in_memory_table.js +0 -10
  281. package/optimize/lib/components/beacon/beacon.js +12 -6
  282. package/optimize/lib/components/code/code.js +2 -2
  283. package/optimize/lib/components/code/code.styles.js +2 -4
  284. package/optimize/lib/components/code/code_block.js +5 -3
  285. package/optimize/lib/components/code/code_block.styles.js +4 -7
  286. package/optimize/lib/components/code/code_block_controls.js +2 -2
  287. package/optimize/lib/components/code/code_block_controls.styles.js +2 -4
  288. package/optimize/lib/components/code/code_block_full_screen.js +2 -2
  289. package/optimize/lib/components/code/code_syntax.styles.js +40 -36
  290. package/optimize/lib/components/comment_list/comment_event.js +2 -1
  291. package/optimize/lib/components/comment_list/comment_event.styles.js +3 -20
  292. package/optimize/lib/components/context_menu/context_menu.js +10 -8
  293. package/optimize/lib/components/context_menu/context_menu_item.js +2 -6
  294. package/optimize/lib/components/datagrid/body/cell/data_grid_cell.js +1 -0
  295. package/optimize/lib/components/date_picker/auto_refresh/auto_refresh.js +24 -7
  296. package/optimize/lib/components/date_picker/auto_refresh/refresh_interval.js +31 -12
  297. package/optimize/lib/components/date_picker/super_date_picker/date_popover/date_popover_button.js +9 -2
  298. package/optimize/lib/components/date_picker/super_date_picker/date_popover/date_popover_content.js +3 -1
  299. package/optimize/lib/components/date_picker/super_date_picker/pretty_duration.js +45 -18
  300. package/optimize/lib/components/date_picker/super_date_picker/pretty_interval.js +33 -17
  301. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +3 -1
  302. package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +19 -2
  303. package/optimize/lib/components/empty_prompt/empty_prompt.js +65 -62
  304. package/optimize/lib/components/empty_prompt/empty_prompt.styles.js +118 -0
  305. package/optimize/lib/components/highlight/_highlight_all.js +86 -0
  306. package/optimize/lib/components/highlight/_highlight_first.js +48 -0
  307. package/optimize/lib/components/highlight/highlight.js +24 -73
  308. package/optimize/lib/components/icon/assets/index.js +41 -0
  309. package/optimize/lib/components/icon/icon_map.js +1 -0
  310. package/optimize/lib/components/icon/svgs/index.svg +3 -0
  311. package/optimize/lib/components/popover/popover.js +3 -5
  312. package/optimize/lib/components/search_bar/search_bar.js +37 -33
  313. package/optimize/lib/components/search_bar/search_bar.styles.js +30 -0
  314. package/optimize/lib/components/text_truncate/text_truncate.js +4 -1
  315. package/optimize/lib/components/tour/_tour_footer.js +100 -0
  316. package/optimize/lib/components/tour/_tour_footer.styles.js +31 -0
  317. package/optimize/lib/components/tour/_tour_header.js +43 -0
  318. package/optimize/lib/components/tour/_tour_header.styles.js +27 -0
  319. package/optimize/lib/components/tour/tour.styles.js +7 -32
  320. package/optimize/lib/components/tour/tour_step.js +42 -110
  321. package/optimize/lib/components/tree_view/_tree_view_item.js +76 -0
  322. package/optimize/lib/components/tree_view/_tree_view_item.styles.js +45 -0
  323. package/optimize/lib/components/tree_view/tree_view.a11y.js +2 -2
  324. package/optimize/lib/components/tree_view/tree_view.js +65 -93
  325. package/optimize/lib/components/tree_view/tree_view.styles.js +25 -0
  326. package/optimize/lib/global_styling/mixins/_color.js +50 -15
  327. package/package.json +3 -3
  328. package/src/components/index.scss +0 -3
  329. package/test-env/components/avatar/avatar.js +1 -1
  330. package/test-env/components/badge/badge.js +1 -1
  331. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  332. package/test-env/components/basic_table/basic_table.js +1 -10
  333. package/test-env/components/basic_table/in_memory_table.js +1 -11
  334. package/test-env/components/beacon/beacon.js +12 -6
  335. package/test-env/components/breadcrumbs/breadcrumb.js +0 -10
  336. package/test-env/components/button/button.js +1 -1
  337. package/test-env/components/button/button_display/_button_display.js +1 -1
  338. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  339. package/test-env/components/button/button_empty/button_empty.js +1 -1
  340. package/test-env/components/button/button_group/button_group.js +1 -1
  341. package/test-env/components/button/button_group/button_group_button.js +1 -1
  342. package/test-env/components/button/button_icon/button_icon.js +1 -1
  343. package/test-env/components/call_out/call_out.js +1 -1
  344. package/test-env/components/card/card.js +2 -2
  345. package/test-env/components/card/card_select/card_select.js +1 -1
  346. package/test-env/components/code/code.styles.js +2 -4
  347. package/test-env/components/code/code_block.styles.js +4 -7
  348. package/test-env/components/code/code_block_controls.js +2 -2
  349. package/test-env/components/code/code_block_controls.styles.js +2 -4
  350. package/test-env/components/code/code_block_full_screen.js +2 -2
  351. package/test-env/components/code/code_syntax.styles.js +40 -36
  352. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  353. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  354. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  355. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  356. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  357. package/test-env/components/comment_list/comment.js +2 -2
  358. package/test-env/components/comment_list/comment_event.js +3 -2
  359. package/test-env/components/comment_list/comment_event.styles.js +3 -20
  360. package/test-env/components/comment_list/comment_list.js +2 -2
  361. package/test-env/components/comment_list/comment_timeline.js +1 -1
  362. package/test-env/components/context_menu/context_menu.js +16 -9
  363. package/test-env/components/context_menu/context_menu_item.js +2 -14
  364. package/test-env/components/datagrid/body/cell/data_grid_cell.js +25 -24
  365. package/test-env/components/datagrid/body/data_grid_body.js +13 -13
  366. package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
  367. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  368. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  369. package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
  370. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  371. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  372. package/test-env/components/datagrid/utils/in_memory.js +12 -12
  373. package/test-env/components/date_picker/auto_refresh/auto_refresh.js +34 -10
  374. package/test-env/components/date_picker/auto_refresh/refresh_interval.js +43 -13
  375. package/test-env/components/date_picker/date_picker.js +2 -2
  376. package/test-env/components/date_picker/date_picker_range.js +1 -1
  377. package/test-env/components/date_picker/super_date_picker/date_popover/date_popover_button.js +10 -2
  378. package/test-env/components/date_picker/super_date_picker/date_popover/date_popover_content.js +4 -1
  379. package/test-env/components/date_picker/super_date_picker/pretty_duration.js +45 -18
  380. package/test-env/components/date_picker/super_date_picker/pretty_interval.js +33 -17
  381. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +4 -1
  382. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +55 -8
  383. package/test-env/components/empty_prompt/empty_prompt.js +66 -63
  384. package/test-env/components/empty_prompt/empty_prompt.styles.js +118 -0
  385. package/test-env/components/facet/facet_button.js +1 -1
  386. package/test-env/components/form/field_number/field_number.js +1 -1
  387. package/test-env/components/form/field_text/field_text.js +2 -2
  388. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  389. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  390. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  391. package/test-env/components/form/text_area/text_area.js +2 -2
  392. package/test-env/components/header/header_links/header_link.js +1 -1
  393. package/test-env/components/header/header_links/header_links.js +1 -1
  394. package/test-env/components/header/header_logo/header_logo.js +1 -1
  395. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  396. package/test-env/components/highlight/_highlight_all.js +93 -0
  397. package/test-env/components/highlight/_highlight_first.js +55 -0
  398. package/test-env/components/highlight/highlight.js +32 -75
  399. package/test-env/components/icon/assets/index.js +41 -0
  400. package/test-env/components/icon/icon_map.js +1 -0
  401. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  402. package/test-env/components/list_group/list_group.js +2 -2
  403. package/test-env/components/list_group/list_group_item.js +2 -2
  404. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  405. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  406. package/test-env/components/loading/loading_logo.js +1 -1
  407. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  408. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  409. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  410. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  411. package/test-env/components/page/page_header/page_header_content.js +1 -1
  412. package/test-env/components/pagination/pagination_button.js +1 -1
  413. package/test-env/components/popover/popover.js +3 -15
  414. package/test-env/components/search_bar/search_bar.js +37 -33
  415. package/test-env/components/search_bar/search_bar.styles.js +30 -0
  416. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  417. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  418. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  419. package/test-env/components/table/table_header_button.js +1 -1
  420. package/test-env/components/text_truncate/text_truncate.js +4 -1
  421. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  422. package/test-env/components/toast/global_toast_list.js +1 -1
  423. package/test-env/components/toast/toast.js +1 -1
  424. package/test-env/components/tool_tip/icon_tip.js +1 -1
  425. package/test-env/components/tour/_tour_footer.js +100 -0
  426. package/test-env/components/tour/_tour_footer.styles.js +31 -0
  427. package/test-env/components/tour/_tour_header.js +48 -0
  428. package/test-env/components/tour/_tour_header.styles.js +27 -0
  429. package/test-env/components/tour/tour.styles.js +7 -32
  430. package/test-env/components/tour/tour_step.js +42 -114
  431. package/test-env/components/tree_view/_tree_view_item.js +92 -0
  432. package/test-env/components/tree_view/_tree_view_item.styles.js +45 -0
  433. package/test-env/components/tree_view/tree_view.a11y.js +2 -2
  434. package/test-env/components/tree_view/tree_view.js +76 -99
  435. package/test-env/components/tree_view/tree_view.styles.js +25 -0
  436. package/test-env/global_styling/mixins/_color.js +50 -15
  437. package/src/components/empty_prompt/_empty_prompt.scss +0 -128
  438. package/src/components/empty_prompt/_index.scss +0 -1
  439. package/src/components/search_bar/_index.scss +0 -1
  440. package/src/components/search_bar/_search_bar.scss +0 -10
  441. package/src/components/tree_view/_index.scss +0 -1
  442. package/src/components/tree_view/tree_view.scss +0 -117
@@ -0,0 +1,87 @@
1
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
2
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ /*
8
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
9
+ * or more contributor license agreements. Licensed under the Elastic License
10
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
11
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
12
+ * Side Public License, v 1.
13
+ */
14
+
15
+ import React, { useMemo } from 'react';
16
+ import PropTypes from "prop-types";
17
+ import escapeRegExp from 'lodash/escapeRegExp';
18
+ import { jsx as ___EmotionJSX } from "@emotion/react";
19
+ /**
20
+ * Internal subcomponent with logic for highlighting all occurrences
21
+ * of a search value within a subject
22
+ *
23
+ * Uses regex rather than indexOf/while loops for easier dev maintainability
24
+ */
25
+ export var HighlightAll = function HighlightAll(_ref) {
26
+ var searchSubject = _ref.searchSubject,
27
+ _searchValue = _ref.searchValue,
28
+ isStrict = _ref.isStrict,
29
+ _ref$highlightCompone = _ref.highlightComponent,
30
+ HighlightComponent = _ref$highlightCompone === void 0 ? 'mark' : _ref$highlightCompone;
31
+ var searchValue = useMemo(function () {
32
+ return Array.isArray(_searchValue) ? _searchValue.map(escapeRegExp).join('|') : escapeRegExp(_searchValue);
33
+ }, [_searchValue]);
34
+ var chunks = useMemo(function () {
35
+ var regex = new RegExp(searchValue, isStrict ? 'g' : 'gi');
36
+ var matches = _toConsumableArray(searchSubject.matchAll(regex)).map(function (match) {
37
+ return {
38
+ start: match.index || 0,
39
+ end: (match.index || 0) + match[0].length
40
+ };
41
+ });
42
+ return fillInChunks(matches, searchSubject.length);
43
+ }, [searchValue, searchSubject, isStrict]);
44
+ return ___EmotionJSX(React.Fragment, null, chunks.map(function (chunk) {
45
+ var end = chunk.end,
46
+ highlight = chunk.highlight,
47
+ start = chunk.start;
48
+ var value = searchSubject.substring(start, end);
49
+ return highlight ? ___EmotionJSX(HighlightComponent, {
50
+ key: start
51
+ }, value) : value;
52
+ }));
53
+ };
54
+
55
+ /**
56
+ * Chunk utility
57
+ */
58
+ HighlightAll.propTypes = {
59
+ searchValue: PropTypes.oneOfType([PropTypes.string.isRequired, PropTypes.arrayOf(PropTypes.string.isRequired).isRequired]).isRequired,
60
+ searchSubject: PropTypes.string.isRequired,
61
+ isStrict: PropTypes.bool.isRequired,
62
+ highlightComponent: PropTypes.any
63
+ };
64
+ var fillInChunks = function fillInChunks(chunksToHighlight, totalLength) {
65
+ var allChunks = [];
66
+ var append = function append(start, end, highlight) {
67
+ if (end - start > 0) {
68
+ allChunks.push({
69
+ start: start,
70
+ end: end,
71
+ highlight: highlight
72
+ });
73
+ }
74
+ };
75
+ if (chunksToHighlight.length === 0) {
76
+ append(0, totalLength, false);
77
+ } else {
78
+ var lastIndex = 0;
79
+ chunksToHighlight.forEach(function (chunk) {
80
+ append(lastIndex, chunk.start, false);
81
+ append(chunk.start, chunk.end, true);
82
+ lastIndex = chunk.end;
83
+ });
84
+ append(lastIndex, totalLength, false);
85
+ }
86
+ return allChunks;
87
+ };
@@ -0,0 +1,47 @@
1
+ /*
2
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
+ * or more contributor license agreements. Licensed under the Elastic License
4
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6
+ * Side Public License, v 1.
7
+ */
8
+
9
+ import React from 'react';
10
+ import PropTypes from "prop-types";
11
+ import { jsx as ___EmotionJSX } from "@emotion/react";
12
+ /**
13
+ * Internal subcomponent with logic for highlighting only the first occurrence
14
+ * of a search value within a subject
15
+ *
16
+ * Uses indexOf for performance (which does matter for, e.g. EuiSelectable searching)
17
+ */
18
+ export var HighlightFirst = function HighlightFirst(_ref) {
19
+ var searchSubject = _ref.searchSubject,
20
+ searchValue = _ref.searchValue,
21
+ isStrict = _ref.isStrict,
22
+ _ref$highlightCompone = _ref.highlightComponent,
23
+ HighlightComponent = _ref$highlightCompone === void 0 ? 'mark' : _ref$highlightCompone;
24
+ if (Array.isArray(searchValue)) {
25
+ throw new Error('Cannot parse multiple search strings without `highlightAll` enabled');
26
+ }
27
+ var normalizedSearchSubject = isStrict ? searchSubject : searchSubject.toLowerCase();
28
+ var normalizedSearchValue = isStrict ? searchValue : searchValue.toLowerCase();
29
+ var indexOfMatch = normalizedSearchSubject.indexOf(normalizedSearchValue);
30
+ if (indexOfMatch === -1) {
31
+ return ___EmotionJSX(React.Fragment, null, searchSubject);
32
+ }
33
+ var preMatch = searchSubject.substring(0, indexOfMatch);
34
+ var match = searchSubject.substring(indexOfMatch, indexOfMatch + searchValue.length);
35
+ var postMatch = searchSubject.substring(indexOfMatch + searchValue.length);
36
+ return (
37
+ // Note: React 16/17 will render empty strings in the DOM. The
38
+ // `|| undefined` prevents this & keeps snapshots the same for all versions
39
+ ___EmotionJSX(React.Fragment, null, preMatch || undefined, ___EmotionJSX(HighlightComponent, null, match), postMatch || undefined)
40
+ );
41
+ };
42
+ HighlightFirst.propTypes = {
43
+ searchValue: PropTypes.oneOfType([PropTypes.string.isRequired, PropTypes.arrayOf(PropTypes.string.isRequired).isRequired]).isRequired,
44
+ searchSubject: PropTypes.string.isRequired,
45
+ isStrict: PropTypes.bool.isRequired,
46
+ highlightComponent: PropTypes.any
47
+ };
@@ -10,82 +10,12 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
10
10
  * Side Public License, v 1.
11
11
  */
12
12
 
13
- import React, { Fragment } from 'react';
13
+ import React, { useMemo } from 'react';
14
14
  import PropTypes from "prop-types";
15
15
  import { EuiMark } from '../mark';
16
+ import { HighlightAll } from './_highlight_all';
17
+ import { HighlightFirst } from './_highlight_first';
16
18
  import { jsx as ___EmotionJSX } from "@emotion/react";
17
- var highlight = function highlight(searchSubject, searchValue, isStrict, highlightAll, hasScreenReaderHelpText) {
18
- if (!searchValue) {
19
- return searchSubject;
20
- }
21
- if (!searchSubject) {
22
- return null;
23
- }
24
- if (highlightAll) {
25
- var chunks = getHightlightWords(searchSubject, searchValue, isStrict);
26
- return ___EmotionJSX(Fragment, null, chunks.map(function (chunk) {
27
- var end = chunk.end,
28
- highlight = chunk.highlight,
29
- start = chunk.start;
30
- var value = searchSubject.substring(start, end);
31
- if (highlight) {
32
- return ___EmotionJSX(EuiMark, {
33
- key: start,
34
- hasScreenReaderHelpText: hasScreenReaderHelpText
35
- }, value);
36
- }
37
- return value;
38
- }));
39
- }
40
- var normalizedSearchSubject = isStrict ? searchSubject : searchSubject.toLowerCase();
41
- var normalizedSearchValue = isStrict ? searchValue : searchValue.toLowerCase();
42
- var indexOfMatch = normalizedSearchSubject.indexOf(normalizedSearchValue);
43
- if (indexOfMatch === -1) {
44
- return searchSubject;
45
- }
46
- var preMatch = searchSubject.substring(0, indexOfMatch);
47
- var match = searchSubject.substring(indexOfMatch, indexOfMatch + searchValue.length);
48
- var postMatch = searchSubject.substring(indexOfMatch + searchValue.length);
49
- return ___EmotionJSX(Fragment, null, preMatch || undefined, ___EmotionJSX(EuiMark, {
50
- hasScreenReaderHelpText: hasScreenReaderHelpText
51
- }, match), postMatch || undefined);
52
- };
53
- var getHightlightWords = function getHightlightWords(searchSubject, searchValue, isStrict) {
54
- var regex = new RegExp(searchValue, isStrict ? 'g' : 'gi');
55
- var matches = [];
56
- var match;
57
- while ((match = regex.exec(searchSubject)) !== null) {
58
- matches.push({
59
- start: match.index,
60
- end: (match.index || 0) + match[0].length
61
- });
62
- }
63
- return fillInChunks(matches, searchSubject.length);
64
- };
65
- var fillInChunks = function fillInChunks(chunksToHighlight, totalLength) {
66
- var allChunks = [];
67
- var append = function append(start, end, highlight) {
68
- if (end - start > 0) {
69
- allChunks.push({
70
- start: start,
71
- end: end,
72
- highlight: highlight
73
- });
74
- }
75
- };
76
- if (chunksToHighlight.length === 0) {
77
- append(0, totalLength, false);
78
- } else {
79
- var lastIndex = 0;
80
- chunksToHighlight.forEach(function (chunk) {
81
- append(lastIndex, chunk.start, false);
82
- append(chunk.start, chunk.end, true);
83
- lastIndex = chunk.end;
84
- });
85
- append(lastIndex, totalLength, false);
86
- }
87
- return allChunks;
88
- };
89
19
  export var EuiHighlight = function EuiHighlight(_ref) {
90
20
  var children = _ref.children,
91
21
  className = _ref.className,
@@ -97,9 +27,33 @@ export var EuiHighlight = function EuiHighlight(_ref) {
97
27
  _ref$hasScreenReaderH = _ref.hasScreenReaderHelpText,
98
28
  hasScreenReaderHelpText = _ref$hasScreenReaderH === void 0 ? true : _ref$hasScreenReaderH,
99
29
  rest = _objectWithoutProperties(_ref, _excluded);
30
+ var hasSearch = search && search.length > 0;
31
+ var HighlightComponent = useMemo(function () {
32
+ var Component = function Component(_ref2) {
33
+ var children = _ref2.children;
34
+ return ___EmotionJSX(EuiMark, {
35
+ hasScreenReaderHelpText: hasScreenReaderHelpText
36
+ }, children);
37
+ };
38
+ Component.propTypes = {
39
+ children: PropTypes.string.isRequired
40
+ };
41
+ Component.displayName = '_HighlightComponent';
42
+ return Component;
43
+ }, [hasScreenReaderHelpText]);
100
44
  return ___EmotionJSX("span", _extends({
101
45
  className: className
102
- }, rest), highlight(children, search, strict, highlightAll, hasScreenReaderHelpText));
46
+ }, rest), children && hasSearch ? highlightAll ? ___EmotionJSX(HighlightAll, {
47
+ searchValue: search,
48
+ searchSubject: children,
49
+ isStrict: strict,
50
+ highlightComponent: HighlightComponent
51
+ }) : ___EmotionJSX(HighlightFirst, {
52
+ searchValue: search,
53
+ searchSubject: children,
54
+ isStrict: strict,
55
+ highlightComponent: HighlightComponent
56
+ }) : children);
103
57
  };
104
58
  EuiHighlight.propTypes = {
105
59
  className: PropTypes.string,
@@ -111,9 +65,12 @@ EuiHighlight.propTypes = {
111
65
  */
112
66
  children: PropTypes.string.isRequired,
113
67
  /**
114
- * What to search for
68
+ * What to search for.
69
+ *
70
+ * Allows passing an array of strings (searching by multiple separate
71
+ * words or phrases) **only** if `highlightAll` is also set to `true`.
115
72
  */
116
- search: PropTypes.string.isRequired,
73
+ search: PropTypes.oneOfType([PropTypes.string.isRequired, PropTypes.arrayOf(PropTypes.string.isRequired).isRequired]).isRequired,
117
74
  /**
118
75
  * Should the search be strict or not
119
76
  */
@@ -0,0 +1,33 @@
1
+ var _excluded = ["title", "titleId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ /*
6
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
7
+ * or more contributor license agreements. Licensed under the Elastic License
8
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
9
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
10
+ * Side Public License, v 1.
11
+ */
12
+
13
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
14
+
15
+ import * as React from 'react';
16
+ import { jsx as ___EmotionJSX } from "@emotion/react";
17
+ var EuiIconIndex = function EuiIconIndex(_ref) {
18
+ var title = _ref.title,
19
+ titleId = _ref.titleId,
20
+ props = _objectWithoutProperties(_ref, _excluded);
21
+ return ___EmotionJSX("svg", _extends({
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: 16,
24
+ height: 16,
25
+ viewBox: "0 0 16 16",
26
+ "aria-labelledby": titleId
27
+ }, props), title ? ___EmotionJSX("title", {
28
+ id: titleId
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ d: "M13 2H3v11h11v1H2V1h12v12h-1V2ZM6 5h5.999V4H6v1ZM4 5V4h1v1H4Zm2 3V7h6v1H6ZM4 8V7h1v1H4Zm2 3v-1h6v1H6Zm-2 0v-1h1v1H4Z"
31
+ }));
32
+ };
33
+ export var icon = EuiIconIndex;
@@ -262,7 +262,7 @@ EuiIconClass.propTypes = {
262
262
  /**
263
263
  * `Enum` is any of the named icons listed in the docs, `string` is usually a URL to an SVG file, and `elementType` is any React SVG component
264
264
  */
265
- type: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
265
+ type: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
266
266
  /**
267
267
  * One of EUI's color palette or a valid CSS color value https://developer.mozilla.org/en-US/docs/Web/CSS/color_value.
268
268
  * Note that coloring only works if your SVG is removed of fill attributes.
@@ -175,6 +175,7 @@ export var typeToPathMap = {
175
175
  iInCircle: 'iInCircle',
176
176
  image: 'image',
177
177
  importAction: 'import',
178
+ index: 'index',
178
179
  indexClose: 'index_close',
179
180
  indexEdit: 'index_edit',
180
181
  indexFlush: 'index_flush',
@@ -229,7 +229,7 @@ EuiKeyPadMenuItem.propTypes = {
229
229
  /**
230
230
  * Supply an icon type if the badge should just be an icon
231
231
  */
232
- betaBadgeIconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
232
+ betaBadgeIconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
233
233
  /**
234
234
  * Add a description to the beta badge (will appear in a tooltip)
235
235
  */
@@ -151,7 +151,7 @@ EuiListGroup.propTypes = {
151
151
  /**
152
152
  * Adds `EuiIcon` of `EuiIcon.type`
153
153
  */
154
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
154
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
155
155
  /**
156
156
  * Further extend the props applied to EuiIcon
157
157
  */
@@ -174,7 +174,7 @@ EuiListGroup.propTypes = {
174
174
  alwaysShow: PropTypes.bool,
175
175
  type: PropTypes.any,
176
176
  onClick: PropTypes.func,
177
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
177
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "alert", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
178
178
  /**
179
179
  * Any of the named color palette options.
180
180
  */