@elastic/eui 68.0.0 → 69.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. package/dist/eui_charts_theme.js +5661 -5814
  2. package/dist/eui_charts_theme.js.map +1 -1
  3. package/dist/eui_theme_dark.css +0 -521
  4. package/dist/eui_theme_dark.json +0 -25
  5. package/dist/eui_theme_dark.json.d.ts +0 -25
  6. package/dist/eui_theme_dark.min.css +1 -1
  7. package/dist/eui_theme_light.css +0 -521
  8. package/dist/eui_theme_light.json +0 -25
  9. package/dist/eui_theme_light.json.d.ts +0 -25
  10. package/dist/eui_theme_light.min.css +1 -1
  11. package/es/components/avatar/avatar.js +1 -1
  12. package/es/components/badge/badge.js +1 -1
  13. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  14. package/es/components/basic_table/basic_table.js +1 -1
  15. package/es/components/basic_table/collapsed_item_actions.js +1 -1
  16. package/es/components/basic_table/in_memory_table.js +7 -1
  17. package/es/components/breadcrumbs/breadcrumb.js +9 -5
  18. package/es/components/breadcrumbs/breadcrumbs.js +7 -4
  19. package/es/components/button/_button_content_deprecated.js +1 -1
  20. package/es/components/button/button_display/_button_display.js +1 -1
  21. package/es/components/button/button_display/_button_display_content.js +1 -1
  22. package/es/components/button/button_empty/button_empty.js +1 -1
  23. package/es/components/button/button_group/button_group.js +1 -1
  24. package/es/components/button/button_group/button_group_button.js +1 -1
  25. package/es/components/button/button_icon/button_icon.js +1 -1
  26. package/es/components/call_out/call_out.js +1 -1
  27. package/es/components/card/card.js +1 -1
  28. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  29. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +18 -0
  30. package/es/components/combo_box/combo_box.js +52 -11
  31. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
  32. package/es/components/combo_box/matching_options.js +60 -11
  33. package/es/components/comment_list/comment.js +2 -2
  34. package/es/components/comment_list/comment_event.js +1 -1
  35. package/es/components/comment_list/comment_list.js +2 -2
  36. package/es/components/comment_list/comment_timeline.js +1 -1
  37. package/es/components/datagrid/body/data_grid_body.js +13 -13
  38. package/es/components/datagrid/body/data_grid_cell.js +24 -24
  39. package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  40. package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
  41. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  42. package/es/components/datagrid/data_grid.js +13 -13
  43. package/es/components/datagrid/utils/in_memory.js +12 -12
  44. package/es/components/date_picker/date_picker.js +2 -2
  45. package/es/components/date_picker/date_picker_range.js +1 -1
  46. package/es/components/empty_prompt/empty_prompt.js +1 -1
  47. package/es/components/flex/flex_grid.js +30 -40
  48. package/es/components/flex/flex_grid.styles.js +137 -0
  49. package/es/components/flex/flex_group.js +16 -42
  50. package/es/components/flex/flex_group.styles.js +202 -0
  51. package/es/components/flex/flex_item.js +17 -16
  52. package/es/components/flex/flex_item.styles.js +148 -0
  53. package/es/components/flyout/flyout_body.js +2 -3
  54. package/es/components/flyout/flyout_footer.js +2 -3
  55. package/es/components/flyout/flyout_header.js +2 -3
  56. package/es/components/form/described_form_group/described_form_group.js +28 -23
  57. package/es/components/form/eui_form_context.js +14 -0
  58. package/es/components/form/field_number/field_number.js +38 -23
  59. package/es/components/form/field_password/field_password.js +31 -20
  60. package/es/components/form/field_search/field_search.js +14 -2
  61. package/es/components/form/field_text/field_text.js +30 -20
  62. package/es/components/form/file_picker/file_picker.js +13 -1
  63. package/es/components/form/form.js +21 -3
  64. package/es/components/form/form_control_layout/form_control_layout.js +19 -3
  65. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  66. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  67. package/es/components/form/form_row/form_row.js +22 -4
  68. package/es/components/form/range/dual_range.js +14 -2
  69. package/es/components/form/range/range.js +14 -2
  70. package/es/components/form/range/range_wrapper.js +16 -6
  71. package/es/components/form/select/select.js +41 -25
  72. package/es/components/form/super_select/super_select.js +18 -0
  73. package/es/components/form/super_select/super_select_control.js +26 -22
  74. package/es/components/form/text_area/text_area.js +26 -15
  75. package/es/components/header/header_links/header_link.js +1 -1
  76. package/es/components/header/header_links/header_links.js +1 -1
  77. package/es/components/header/header_logo.js +1 -1
  78. package/es/components/icon/assets/filter.js +1 -2
  79. package/es/components/icon/assets/filterExclude.js +43 -0
  80. package/es/components/icon/assets/filterIgnore.js +38 -0
  81. package/es/components/icon/assets/filterInclude.js +38 -0
  82. package/es/components/icon/assets/indexTemporary.js +40 -0
  83. package/es/components/icon/assets/infinity.js +38 -0
  84. package/es/components/icon/assets/sortAscending.js +38 -0
  85. package/es/components/icon/assets/sortDescending.js +38 -0
  86. package/es/components/icon/icon.js +1 -1
  87. package/es/components/icon/icon_map.js +7 -0
  88. package/es/components/image/image_fullscreen_wrapper.js +3 -3
  89. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  90. package/es/components/list_group/list_group.js +2 -2
  91. package/es/components/list_group/list_group_item.js +2 -2
  92. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  93. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  94. package/es/components/loading/loading_logo.js +1 -1
  95. package/es/components/markdown_editor/markdown_editor.js +1 -1
  96. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  97. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  98. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  99. package/es/components/notification/notification_event.js +2 -2
  100. package/es/components/notification/notification_event_meta.js +1 -1
  101. package/es/components/page/page_header/page_header_content.js +1 -1
  102. package/es/components/page/page_section/page_section.js +4 -3
  103. package/es/components/pagination/pagination.js +4 -4
  104. package/es/components/pagination/pagination_button.js +1 -1
  105. package/es/components/resizable_container/resizable_container.js +77 -16
  106. package/es/components/search_bar/search_bar.js +6 -0
  107. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  108. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  109. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  110. package/es/components/suggest/suggest.js +1 -1
  111. package/es/components/suggest/suggest_item.js +1 -1
  112. package/es/components/table/table_header_button.js +1 -1
  113. package/es/components/text/text.js +1 -0
  114. package/es/components/timeline/timeline_item_icon.js +1 -1
  115. package/es/components/toast/global_toast_list.js +1 -1
  116. package/es/components/toast/toast.js +1 -1
  117. package/es/components/tool_tip/icon_tip.js +1 -1
  118. package/es/components/tool_tip/tool_tip_anchor.js +2 -2
  119. package/eui.d.ts +374 -86
  120. package/i18ntokens.json +38 -38
  121. package/lib/components/avatar/avatar.js +1 -1
  122. package/lib/components/badge/badge.js +1 -1
  123. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  124. package/lib/components/basic_table/basic_table.js +1 -1
  125. package/lib/components/basic_table/collapsed_item_actions.js +1 -1
  126. package/lib/components/basic_table/in_memory_table.js +7 -1
  127. package/lib/components/breadcrumbs/breadcrumb.js +9 -5
  128. package/lib/components/breadcrumbs/breadcrumbs.js +7 -4
  129. package/lib/components/button/_button_content_deprecated.js +1 -1
  130. package/lib/components/button/button_display/_button_display.js +1 -1
  131. package/lib/components/button/button_display/_button_display_content.js +1 -1
  132. package/lib/components/button/button_empty/button_empty.js +1 -1
  133. package/lib/components/button/button_group/button_group.js +1 -1
  134. package/lib/components/button/button_group/button_group_button.js +1 -1
  135. package/lib/components/button/button_icon/button_icon.js +1 -1
  136. package/lib/components/call_out/call_out.js +1 -1
  137. package/lib/components/card/card.js +1 -1
  138. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  139. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +18 -0
  140. package/lib/components/combo_box/combo_box.js +51 -10
  141. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
  142. package/lib/components/combo_box/matching_options.js +64 -12
  143. package/lib/components/comment_list/comment.js +2 -2
  144. package/lib/components/comment_list/comment_event.js +1 -1
  145. package/lib/components/comment_list/comment_list.js +2 -2
  146. package/lib/components/comment_list/comment_timeline.js +1 -1
  147. package/lib/components/datagrid/body/data_grid_body.js +13 -13
  148. package/lib/components/datagrid/body/data_grid_cell.js +24 -24
  149. package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  150. package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
  151. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  152. package/lib/components/datagrid/data_grid.js +13 -13
  153. package/lib/components/datagrid/utils/in_memory.js +12 -12
  154. package/lib/components/date_picker/date_picker.js +2 -2
  155. package/lib/components/date_picker/date_picker_range.js +1 -1
  156. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  157. package/lib/components/flex/flex_grid.js +33 -42
  158. package/lib/components/flex/flex_grid.styles.js +140 -0
  159. package/lib/components/flex/flex_group.js +17 -42
  160. package/lib/components/flex/flex_group.styles.js +205 -0
  161. package/lib/components/flex/flex_item.js +20 -19
  162. package/lib/components/flex/flex_item.styles.js +150 -0
  163. package/lib/components/flyout/flyout_body.js +2 -3
  164. package/lib/components/flyout/flyout_footer.js +2 -3
  165. package/lib/components/flyout/flyout_header.js +2 -3
  166. package/lib/components/form/described_form_group/described_form_group.js +29 -23
  167. package/lib/components/form/eui_form_context.js +28 -0
  168. package/lib/components/form/field_number/field_number.js +39 -23
  169. package/lib/components/form/field_password/field_password.js +32 -20
  170. package/lib/components/form/field_search/field_search.js +15 -2
  171. package/lib/components/form/field_text/field_text.js +31 -20
  172. package/lib/components/form/file_picker/file_picker.js +14 -1
  173. package/lib/components/form/form.js +23 -3
  174. package/lib/components/form/form_control_layout/form_control_layout.js +20 -3
  175. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  176. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  177. package/lib/components/form/form_row/form_row.js +23 -4
  178. package/lib/components/form/range/dual_range.js +15 -2
  179. package/lib/components/form/range/range.js +15 -2
  180. package/lib/components/form/range/range_wrapper.js +17 -6
  181. package/lib/components/form/select/select.js +42 -25
  182. package/lib/components/form/super_select/super_select.js +18 -0
  183. package/lib/components/form/super_select/super_select_control.js +27 -22
  184. package/lib/components/form/text_area/text_area.js +27 -15
  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.js +1 -1
  188. package/lib/components/icon/assets/filter.js +1 -2
  189. package/lib/components/icon/assets/filterExclude.js +50 -0
  190. package/lib/components/icon/assets/filterIgnore.js +45 -0
  191. package/lib/components/icon/assets/filterInclude.js +45 -0
  192. package/lib/components/icon/assets/indexTemporary.js +47 -0
  193. package/lib/components/icon/assets/infinity.js +45 -0
  194. package/lib/components/icon/assets/sortAscending.js +45 -0
  195. package/lib/components/icon/assets/sortDescending.js +45 -0
  196. package/lib/components/icon/icon.js +1 -1
  197. package/lib/components/icon/icon_map.js +7 -0
  198. package/lib/components/icon/svgs/filter.svg +1 -1
  199. package/lib/components/icon/svgs/filterExclude.svg +5 -0
  200. package/lib/components/icon/svgs/filterIgnore.svg +4 -0
  201. package/lib/components/icon/svgs/filterInclude.svg +5 -0
  202. package/lib/components/icon/svgs/indexTemporary.svg +4 -0
  203. package/lib/components/icon/svgs/infinity.svg +3 -0
  204. package/lib/components/icon/svgs/sortAscending.svg +3 -0
  205. package/lib/components/icon/svgs/sortDescending.svg +3 -0
  206. package/lib/components/image/image_fullscreen_wrapper.js +3 -3
  207. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  208. package/lib/components/list_group/list_group.js +2 -2
  209. package/lib/components/list_group/list_group_item.js +2 -2
  210. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  211. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  212. package/lib/components/loading/loading_logo.js +1 -1
  213. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  214. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  215. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  216. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  217. package/lib/components/notification/notification_event.js +2 -2
  218. package/lib/components/notification/notification_event_meta.js +1 -1
  219. package/lib/components/page/page_header/page_header_content.js +1 -1
  220. package/lib/components/page/page_section/page_section.js +4 -3
  221. package/lib/components/pagination/pagination.js +4 -4
  222. package/lib/components/resizable_container/resizable_container.js +77 -16
  223. package/lib/components/search_bar/search_bar.js +6 -0
  224. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  225. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  226. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  227. package/lib/components/suggest/suggest.js +1 -1
  228. package/lib/components/suggest/suggest_item.js +1 -1
  229. package/lib/components/table/table_header_button.js +1 -1
  230. package/lib/components/text/text.js +1 -0
  231. package/lib/components/timeline/timeline_item_icon.js +1 -1
  232. package/lib/components/toast/global_toast_list.js +1 -1
  233. package/lib/components/toast/toast.js +1 -1
  234. package/lib/components/tool_tip/icon_tip.js +1 -1
  235. package/lib/components/tool_tip/tool_tip_anchor.js +2 -2
  236. package/optimize/es/components/breadcrumbs/breadcrumb.js +3 -2
  237. package/optimize/es/components/breadcrumbs/breadcrumbs.js +7 -4
  238. package/optimize/es/components/combo_box/combo_box.js +47 -11
  239. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
  240. package/optimize/es/components/combo_box/matching_options.js +60 -11
  241. package/optimize/es/components/flex/flex_grid.js +18 -34
  242. package/optimize/es/components/flex/flex_grid.styles.js +137 -0
  243. package/optimize/es/components/flex/flex_group.js +12 -38
  244. package/optimize/es/components/flex/flex_group.styles.js +202 -0
  245. package/optimize/es/components/flex/flex_item.js +11 -14
  246. package/optimize/es/components/flex/flex_item.styles.js +148 -0
  247. package/optimize/es/components/flyout/flyout_body.js +2 -3
  248. package/optimize/es/components/flyout/flyout_footer.js +2 -3
  249. package/optimize/es/components/flyout/flyout_header.js +2 -3
  250. package/optimize/es/components/form/described_form_group/described_form_group.js +22 -22
  251. package/optimize/es/components/form/eui_form_context.js +14 -0
  252. package/optimize/es/components/form/field_number/field_number.js +26 -22
  253. package/optimize/es/components/form/field_password/field_password.js +24 -20
  254. package/optimize/es/components/form/field_search/field_search.js +8 -2
  255. package/optimize/es/components/form/field_text/field_text.js +22 -18
  256. package/optimize/es/components/form/file_picker/file_picker.js +7 -1
  257. package/optimize/es/components/form/form.js +11 -2
  258. package/optimize/es/components/form/form_control_layout/form_control_layout.js +10 -2
  259. package/optimize/es/components/form/form_row/form_row.js +10 -4
  260. package/optimize/es/components/form/range/dual_range.js +8 -2
  261. package/optimize/es/components/form/range/range.js +8 -2
  262. package/optimize/es/components/form/range/range_wrapper.js +11 -6
  263. package/optimize/es/components/form/select/select.js +28 -24
  264. package/optimize/es/components/form/super_select/super_select_control.js +26 -22
  265. package/optimize/es/components/form/text_area/text_area.js +19 -15
  266. package/optimize/es/components/icon/assets/filter.js +1 -2
  267. package/optimize/es/components/icon/assets/filterExclude.js +39 -0
  268. package/optimize/es/components/icon/assets/filterIgnore.js +34 -0
  269. package/optimize/es/components/icon/assets/filterInclude.js +34 -0
  270. package/optimize/es/components/icon/assets/indexTemporary.js +36 -0
  271. package/optimize/es/components/icon/assets/infinity.js +34 -0
  272. package/optimize/es/components/icon/assets/sortAscending.js +34 -0
  273. package/optimize/es/components/icon/assets/sortDescending.js +34 -0
  274. package/optimize/es/components/icon/icon_map.js +7 -0
  275. package/optimize/es/components/image/image_fullscreen_wrapper.js +3 -3
  276. package/optimize/es/components/page/page_section/page_section.js +4 -3
  277. package/optimize/es/components/pagination/pagination.js +4 -4
  278. package/optimize/es/components/resizable_container/resizable_container.js +67 -16
  279. package/optimize/es/components/tool_tip/tool_tip_anchor.js +2 -2
  280. package/optimize/lib/components/breadcrumbs/breadcrumb.js +3 -2
  281. package/optimize/lib/components/breadcrumbs/breadcrumbs.js +7 -4
  282. package/optimize/lib/components/combo_box/combo_box.js +46 -10
  283. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
  284. package/optimize/lib/components/combo_box/matching_options.js +64 -12
  285. package/optimize/lib/components/flex/flex_grid.js +21 -36
  286. package/optimize/lib/components/flex/flex_grid.styles.js +140 -0
  287. package/optimize/lib/components/flex/flex_group.js +13 -38
  288. package/optimize/lib/components/flex/flex_group.styles.js +205 -0
  289. package/optimize/lib/components/flex/flex_item.js +14 -17
  290. package/optimize/lib/components/flex/flex_item.styles.js +150 -0
  291. package/optimize/lib/components/flyout/flyout_body.js +2 -3
  292. package/optimize/lib/components/flyout/flyout_footer.js +2 -3
  293. package/optimize/lib/components/flyout/flyout_header.js +2 -3
  294. package/optimize/lib/components/form/described_form_group/described_form_group.js +23 -22
  295. package/optimize/lib/components/form/eui_form_context.js +28 -0
  296. package/optimize/lib/components/form/field_number/field_number.js +27 -22
  297. package/optimize/lib/components/form/field_password/field_password.js +24 -20
  298. package/optimize/lib/components/form/field_search/field_search.js +7 -2
  299. package/optimize/lib/components/form/field_text/field_text.js +23 -18
  300. package/optimize/lib/components/form/file_picker/file_picker.js +7 -1
  301. package/optimize/lib/components/form/form.js +14 -2
  302. package/optimize/lib/components/form/form_control_layout/form_control_layout.js +10 -2
  303. package/optimize/lib/components/form/form_row/form_row.js +9 -4
  304. package/optimize/lib/components/form/range/dual_range.js +7 -2
  305. package/optimize/lib/components/form/range/range.js +7 -2
  306. package/optimize/lib/components/form/range/range_wrapper.js +12 -6
  307. package/optimize/lib/components/form/select/select.js +29 -24
  308. package/optimize/lib/components/form/super_select/super_select_control.js +27 -22
  309. package/optimize/lib/components/form/text_area/text_area.js +20 -15
  310. package/optimize/lib/components/icon/assets/filter.js +1 -2
  311. package/optimize/lib/components/icon/assets/filterExclude.js +49 -0
  312. package/optimize/lib/components/icon/assets/filterIgnore.js +44 -0
  313. package/optimize/lib/components/icon/assets/filterInclude.js +44 -0
  314. package/optimize/lib/components/icon/assets/indexTemporary.js +46 -0
  315. package/optimize/lib/components/icon/assets/infinity.js +44 -0
  316. package/optimize/lib/components/icon/assets/sortAscending.js +44 -0
  317. package/optimize/lib/components/icon/assets/sortDescending.js +44 -0
  318. package/optimize/lib/components/icon/icon_map.js +7 -0
  319. package/optimize/lib/components/icon/svgs/filter.svg +1 -1
  320. package/optimize/lib/components/icon/svgs/filterExclude.svg +5 -0
  321. package/optimize/lib/components/icon/svgs/filterIgnore.svg +4 -0
  322. package/optimize/lib/components/icon/svgs/filterInclude.svg +5 -0
  323. package/optimize/lib/components/icon/svgs/indexTemporary.svg +4 -0
  324. package/optimize/lib/components/icon/svgs/infinity.svg +3 -0
  325. package/optimize/lib/components/icon/svgs/sortAscending.svg +3 -0
  326. package/optimize/lib/components/icon/svgs/sortDescending.svg +3 -0
  327. package/optimize/lib/components/image/image_fullscreen_wrapper.js +3 -3
  328. package/optimize/lib/components/page/page_section/page_section.js +4 -3
  329. package/optimize/lib/components/pagination/pagination.js +4 -4
  330. package/optimize/lib/components/resizable_container/resizable_container.js +67 -16
  331. package/optimize/lib/components/tool_tip/tool_tip_anchor.js +2 -2
  332. package/package.json +17 -15
  333. package/src/components/index.scss +0 -1
  334. package/test-env/components/avatar/avatar.js +1 -1
  335. package/test-env/components/badge/badge.js +1 -1
  336. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  337. package/test-env/components/basic_table/basic_table.js +1 -1
  338. package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
  339. package/test-env/components/basic_table/in_memory_table.js +7 -1
  340. package/test-env/components/breadcrumbs/breadcrumb.js +9 -5
  341. package/test-env/components/breadcrumbs/breadcrumbs.js +7 -4
  342. package/test-env/components/button/_button_content_deprecated.js +1 -1
  343. package/test-env/components/button/button_display/_button_display.js +1 -1
  344. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  345. package/test-env/components/button/button_empty/button_empty.js +1 -1
  346. package/test-env/components/button/button_group/button_group.js +1 -1
  347. package/test-env/components/button/button_group/button_group_button.js +1 -1
  348. package/test-env/components/button/button_icon/button_icon.js +1 -1
  349. package/test-env/components/call_out/call_out.js +1 -1
  350. package/test-env/components/card/card.js +1 -1
  351. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  352. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +18 -0
  353. package/test-env/components/combo_box/combo_box.js +51 -10
  354. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
  355. package/test-env/components/combo_box/matching_options.js +64 -12
  356. package/test-env/components/comment_list/comment.js +2 -2
  357. package/test-env/components/comment_list/comment_event.js +1 -1
  358. package/test-env/components/comment_list/comment_list.js +2 -2
  359. package/test-env/components/comment_list/comment_timeline.js +1 -1
  360. package/test-env/components/datagrid/body/data_grid_body.js +13 -13
  361. package/test-env/components/datagrid/body/data_grid_cell.js +24 -24
  362. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  363. package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
  364. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  365. package/test-env/components/datagrid/data_grid.js +13 -13
  366. package/test-env/components/datagrid/utils/in_memory.js +12 -12
  367. package/test-env/components/date_picker/date_picker.js +2 -2
  368. package/test-env/components/date_picker/date_picker_range.js +1 -1
  369. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  370. package/test-env/components/flex/flex_grid.js +33 -42
  371. package/test-env/components/flex/flex_grid.styles.js +140 -0
  372. package/test-env/components/flex/flex_group.js +17 -42
  373. package/test-env/components/flex/flex_group.styles.js +205 -0
  374. package/test-env/components/flex/flex_item.js +20 -18
  375. package/test-env/components/flex/flex_item.styles.js +150 -0
  376. package/test-env/components/flyout/flyout_body.js +2 -3
  377. package/test-env/components/flyout/flyout_footer.js +2 -3
  378. package/test-env/components/flyout/flyout_header.js +2 -3
  379. package/test-env/components/form/described_form_group/described_form_group.js +29 -23
  380. package/test-env/components/form/eui_form_context.js +28 -0
  381. package/test-env/components/form/field_number/field_number.js +39 -23
  382. package/test-env/components/form/field_password/field_password.js +31 -20
  383. package/test-env/components/form/field_search/field_search.js +13 -2
  384. package/test-env/components/form/field_text/field_text.js +31 -20
  385. package/test-env/components/form/file_picker/file_picker.js +13 -1
  386. package/test-env/components/form/form.js +24 -3
  387. package/test-env/components/form/form_control_layout/form_control_layout.js +17 -3
  388. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  389. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  390. package/test-env/components/form/form_row/form_row.js +21 -4
  391. package/test-env/components/form/range/dual_range.js +13 -2
  392. package/test-env/components/form/range/range.js +13 -2
  393. package/test-env/components/form/range/range_wrapper.js +17 -6
  394. package/test-env/components/form/select/select.js +41 -24
  395. package/test-env/components/form/super_select/super_select.js +18 -0
  396. package/test-env/components/form/super_select/super_select_control.js +27 -22
  397. package/test-env/components/form/text_area/text_area.js +27 -15
  398. package/test-env/components/header/header_links/header_link.js +1 -1
  399. package/test-env/components/header/header_links/header_links.js +1 -1
  400. package/test-env/components/header/header_logo.js +1 -1
  401. package/test-env/components/icon/assets/filter.js +1 -2
  402. package/test-env/components/icon/assets/filterExclude.js +49 -0
  403. package/test-env/components/icon/assets/filterIgnore.js +44 -0
  404. package/test-env/components/icon/assets/filterInclude.js +44 -0
  405. package/test-env/components/icon/assets/indexTemporary.js +46 -0
  406. package/test-env/components/icon/assets/infinity.js +44 -0
  407. package/test-env/components/icon/assets/sortAscending.js +44 -0
  408. package/test-env/components/icon/assets/sortDescending.js +44 -0
  409. package/test-env/components/icon/icon_map.js +7 -0
  410. package/test-env/components/image/image_fullscreen_wrapper.js +3 -3
  411. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  412. package/test-env/components/list_group/list_group.js +2 -2
  413. package/test-env/components/list_group/list_group_item.js +2 -2
  414. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  415. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  416. package/test-env/components/loading/loading_logo.js +1 -1
  417. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  418. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  419. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  420. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  421. package/test-env/components/notification/notification_event.js +2 -2
  422. package/test-env/components/notification/notification_event_meta.js +1 -1
  423. package/test-env/components/page/page_header/page_header_content.js +1 -1
  424. package/test-env/components/page/page_section/page_section.js +4 -3
  425. package/test-env/components/pagination/pagination.js +4 -4
  426. package/test-env/components/resizable_container/resizable_container.js +77 -16
  427. package/test-env/components/search_bar/search_bar.js +6 -0
  428. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  429. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  430. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  431. package/test-env/components/suggest/suggest.js +1 -1
  432. package/test-env/components/suggest/suggest_item.js +1 -1
  433. package/test-env/components/table/table_header_button.js +1 -1
  434. package/test-env/components/text/text.js +1 -0
  435. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  436. package/test-env/components/toast/global_toast_list.js +1 -1
  437. package/test-env/components/toast/toast.js +1 -1
  438. package/test-env/components/tool_tip/icon_tip.js +1 -1
  439. package/test-env/components/tool_tip/tool_tip_anchor.js +2 -2
  440. package/src/components/flex/_flex_grid.scss +0 -99
  441. package/src/components/flex/_flex_group.scss +0 -100
  442. package/src/components/flex/_flex_item.scss +0 -35
  443. package/src/components/flex/_index.scss +0 -3
@@ -19,34 +19,38 @@ import PropTypes from "prop-types";
19
19
  import classNames from 'classnames';
20
20
  import { EuiFormControlLayout } from '../form_control_layout';
21
21
  import { EuiValidatableControl } from '../validatable_control';
22
+ import { useFormContext } from '../eui_form_context';
22
23
  import { getFormControlClassNameForIconCount } from '../form_control_layout/_num_icons';
23
24
  import { jsx as ___EmotionJSX } from "@emotion/react";
24
- export var EuiSelect = function EuiSelect(_ref) {
25
- var className = _ref.className,
26
- _ref$options = _ref.options,
27
- options = _ref$options === void 0 ? [] : _ref$options,
28
- id = _ref.id,
29
- name = _ref.name,
30
- inputRef = _ref.inputRef,
31
- isInvalid = _ref.isInvalid,
32
- _ref$fullWidth = _ref.fullWidth,
33
- fullWidth = _ref$fullWidth === void 0 ? false : _ref$fullWidth,
34
- _ref$isLoading = _ref.isLoading,
35
- isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading,
36
- _ref$hasNoInitialSele = _ref.hasNoInitialSelection,
37
- hasNoInitialSelection = _ref$hasNoInitialSele === void 0 ? false : _ref$hasNoInitialSele,
38
- defaultValue = _ref.defaultValue,
39
- _ref$compressed = _ref.compressed,
40
- compressed = _ref$compressed === void 0 ? false : _ref$compressed,
41
- _value = _ref.value,
42
- prepend = _ref.prepend,
43
- append = _ref.append,
44
- onMouseUp = _ref.onMouseUp,
45
- disabled = _ref.disabled,
46
- rest = _objectWithoutProperties(_ref, _excluded);
47
-
48
- // if this is injecting an empty option for `hasNoInitialSelection` then
25
+ export var EuiSelect = function EuiSelect(props) {
26
+ var _useFormContext = useFormContext(),
27
+ defaultFullWidth = _useFormContext.defaultFullWidth;
28
+
29
+ var className = props.className,
30
+ _props$options = props.options,
31
+ options = _props$options === void 0 ? [] : _props$options,
32
+ id = props.id,
33
+ name = props.name,
34
+ inputRef = props.inputRef,
35
+ isInvalid = props.isInvalid,
36
+ _props$fullWidth = props.fullWidth,
37
+ fullWidth = _props$fullWidth === void 0 ? defaultFullWidth : _props$fullWidth,
38
+ _props$isLoading = props.isLoading,
39
+ isLoading = _props$isLoading === void 0 ? false : _props$isLoading,
40
+ _props$hasNoInitialSe = props.hasNoInitialSelection,
41
+ hasNoInitialSelection = _props$hasNoInitialSe === void 0 ? false : _props$hasNoInitialSe,
42
+ defaultValue = props.defaultValue,
43
+ _props$compressed = props.compressed,
44
+ compressed = _props$compressed === void 0 ? false : _props$compressed,
45
+ _value = props.value,
46
+ prepend = props.prepend,
47
+ append = props.append,
48
+ onMouseUp = props.onMouseUp,
49
+ disabled = props.disabled,
50
+ rest = _objectWithoutProperties(props, _excluded); // if this is injecting an empty option for `hasNoInitialSelection` then
49
51
  // value needs to fallback to an empty string to interact properly with `defaultValue`
52
+
53
+
50
54
  var value = hasNoInitialSelection ? _value !== null && _value !== void 0 ? _value : '' : _value;
51
55
 
52
56
  var handleMouseUp = function handleMouseUp(e) {
@@ -125,15 +129,26 @@ EuiSelect.propTypes = {
125
129
  "aria-label": PropTypes.string,
126
130
  "data-test-subj": PropTypes.string,
127
131
  css: PropTypes.any,
132
+
133
+ /**
134
+ * @default []
135
+ */
128
136
  options: PropTypes.arrayOf(PropTypes.shape({
129
137
  text: PropTypes.node.isRequired
130
138
  }).isRequired),
131
139
  isInvalid: PropTypes.bool,
140
+
141
+ /**
142
+ * Expand to fill 100% of the parent.
143
+ * Defaults to `fullWidth` prop of `<EuiForm>`.
144
+ * @default false
145
+ */
132
146
  fullWidth: PropTypes.bool,
133
147
  isLoading: PropTypes.bool,
134
148
 
135
149
  /**
136
150
  * Simulates no selection by creating an empty, selected, hidden first option
151
+ * @default false
137
152
  */
138
153
  hasNoInitialSelection: PropTypes.bool,
139
154
  inputRef: PropTypes.any,
@@ -141,6 +156,7 @@ EuiSelect.propTypes = {
141
156
 
142
157
  /**
143
158
  * when `true` creates a shorter height input
159
+ * @default false
144
160
  */
145
161
  compressed: PropTypes.bool,
146
162
 
@@ -338,9 +338,27 @@ EuiSuperSelect.propTypes = {
338
338
  "aria-label": PropTypes.string,
339
339
  "data-test-subj": PropTypes.string,
340
340
  css: PropTypes.any,
341
+
342
+ /**
343
+ * @default false
344
+ */
341
345
  compressed: PropTypes.bool,
346
+
347
+ /**
348
+ * Expand to fill 100% of the parent.
349
+ * Defaults to `fullWidth` prop of `<EuiForm>`.
350
+ * @default false
351
+ */
342
352
  fullWidth: PropTypes.bool,
353
+
354
+ /**
355
+ * @default false
356
+ */
343
357
  isInvalid: PropTypes.bool,
358
+
359
+ /**
360
+ * @default false
361
+ */
344
362
  isLoading: PropTypes.bool,
345
363
  readOnly: PropTypes.bool,
346
364
  name: PropTypes.string,
@@ -19,29 +19,33 @@ import { EuiScreenReaderOnly } from '../../accessibility';
19
19
  import { EuiFormControlLayout } from '../form_control_layout';
20
20
  import { EuiI18n } from '../../i18n';
21
21
  import { getFormControlClassNameForIconCount } from '../form_control_layout/_num_icons';
22
+ import { useFormContext } from '../eui_form_context';
22
23
  import { jsx as ___EmotionJSX } from "@emotion/react";
23
- export var EuiSuperSelectControl = function EuiSuperSelectControl(_ref) {
24
- var className = _ref.className,
25
- _ref$options = _ref.options,
26
- options = _ref$options === void 0 ? [] : _ref$options,
27
- id = _ref.id,
28
- name = _ref.name,
29
- _ref$fullWidth = _ref.fullWidth,
30
- fullWidth = _ref$fullWidth === void 0 ? false : _ref$fullWidth,
31
- _ref$isLoading = _ref.isLoading,
32
- isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading,
33
- _ref$isInvalid = _ref.isInvalid,
34
- isInvalid = _ref$isInvalid === void 0 ? false : _ref$isInvalid,
35
- readOnly = _ref.readOnly,
36
- defaultValue = _ref.defaultValue,
37
- _ref$compressed = _ref.compressed,
38
- compressed = _ref$compressed === void 0 ? false : _ref$compressed,
39
- value = _ref.value,
40
- prepend = _ref.prepend,
41
- append = _ref.append,
42
- screenReaderId = _ref.screenReaderId,
43
- disabled = _ref.disabled,
44
- rest = _objectWithoutProperties(_ref, _excluded);
24
+ export var EuiSuperSelectControl = function EuiSuperSelectControl(props) {
25
+ var _useFormContext = useFormContext(),
26
+ defaultFullWidth = _useFormContext.defaultFullWidth;
27
+
28
+ var className = props.className,
29
+ _props$options = props.options,
30
+ options = _props$options === void 0 ? [] : _props$options,
31
+ id = props.id,
32
+ name = props.name,
33
+ _props$fullWidth = props.fullWidth,
34
+ fullWidth = _props$fullWidth === void 0 ? defaultFullWidth : _props$fullWidth,
35
+ _props$isLoading = props.isLoading,
36
+ isLoading = _props$isLoading === void 0 ? false : _props$isLoading,
37
+ _props$isInvalid = props.isInvalid,
38
+ isInvalid = _props$isInvalid === void 0 ? false : _props$isInvalid,
39
+ readOnly = props.readOnly,
40
+ defaultValue = props.defaultValue,
41
+ _props$compressed = props.compressed,
42
+ compressed = _props$compressed === void 0 ? false : _props$compressed,
43
+ value = props.value,
44
+ prepend = props.prepend,
45
+ append = props.append,
46
+ screenReaderId = props.screenReaderId,
47
+ disabled = props.disabled,
48
+ rest = _objectWithoutProperties(props, _excluded);
45
49
 
46
50
  var numIconsClass = getFormControlClassNameForIconCount({
47
51
  isInvalid: isInvalid,
@@ -17,6 +17,7 @@ import React from 'react';
17
17
  import PropTypes from "prop-types";
18
18
  import classNames from 'classnames';
19
19
  import { EuiValidatableControl } from '../validatable_control';
20
+ import { useFormContext } from '../eui_form_context';
20
21
  import { jsx as ___EmotionJSX } from "@emotion/react";
21
22
  var resizeToClassNameMap = {
22
23
  vertical: 'euiTextArea--resizeVertical',
@@ -25,21 +26,24 @@ var resizeToClassNameMap = {
25
26
  none: 'euiTextArea--resizeNone'
26
27
  };
27
28
  export var RESIZE = Object.keys(resizeToClassNameMap);
28
- export var EuiTextArea = function EuiTextArea(_ref) {
29
- var children = _ref.children,
30
- className = _ref.className,
31
- compressed = _ref.compressed,
32
- _ref$fullWidth = _ref.fullWidth,
33
- fullWidth = _ref$fullWidth === void 0 ? false : _ref$fullWidth,
34
- id = _ref.id,
35
- inputRef = _ref.inputRef,
36
- isInvalid = _ref.isInvalid,
37
- name = _ref.name,
38
- placeholder = _ref.placeholder,
39
- _ref$resize = _ref.resize,
40
- resize = _ref$resize === void 0 ? 'vertical' : _ref$resize,
41
- rows = _ref.rows,
42
- rest = _objectWithoutProperties(_ref, _excluded);
29
+ export var EuiTextArea = function EuiTextArea(props) {
30
+ var _useFormContext = useFormContext(),
31
+ defaultFullWidth = _useFormContext.defaultFullWidth;
32
+
33
+ var children = props.children,
34
+ className = props.className,
35
+ compressed = props.compressed,
36
+ _props$fullWidth = props.fullWidth,
37
+ fullWidth = _props$fullWidth === void 0 ? defaultFullWidth : _props$fullWidth,
38
+ id = props.id,
39
+ inputRef = props.inputRef,
40
+ isInvalid = props.isInvalid,
41
+ name = props.name,
42
+ placeholder = props.placeholder,
43
+ _props$resize = props.resize,
44
+ resize = _props$resize === void 0 ? 'vertical' : _props$resize,
45
+ rows = props.rows,
46
+ rest = _objectWithoutProperties(props, _excluded);
43
47
 
44
48
  var classes = classNames('euiTextArea', resizeToClassNameMap[resize], {
45
49
  'euiTextArea--fullWidth': fullWidth,
@@ -73,11 +77,18 @@ EuiTextArea.propTypes = {
73
77
  "data-test-subj": PropTypes.string,
74
78
  css: PropTypes.any,
75
79
  isInvalid: PropTypes.bool,
80
+
81
+ /**
82
+ * Expand to fill 100% of the parent.
83
+ * Defaults to `fullWidth` prop of `<EuiForm>`.
84
+ * @default false
85
+ */
76
86
  fullWidth: PropTypes.bool,
77
87
  compressed: PropTypes.bool,
78
88
 
79
89
  /**
80
90
  * Which direction, if at all, should the textarea resize
91
+ * @default vertical
81
92
  */
82
93
  resize: PropTypes.oneOf(["vertical", "horizontal", "both", "none"]),
83
94
  inputRef: PropTypes.any
@@ -114,7 +114,7 @@ EuiHeaderLink.propTypes = {
114
114
  /**
115
115
  * Any `type` accepted by EuiIcon
116
116
  */
117
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "inputOutput", "inspect", "invert", "ip", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
117
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "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", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
118
118
 
119
119
  /**
120
120
  * Can only be one side `left` or `right`
@@ -141,7 +141,7 @@ EuiHeaderLinks.propTypes = {
141
141
  * With the addition of `iconType` to change the display icon which defaults to `apps`
142
142
  */
143
143
  popoverButtonProps: PropTypes.shape({
144
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "inputOutput", "inspect", "invert", "ip", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired])
144
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "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", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired])
145
145
  }),
146
146
 
147
147
  /**
@@ -61,7 +61,7 @@ EuiHeaderLogo.propTypes = {
61
61
  href: PropTypes.string,
62
62
  rel: PropTypes.string,
63
63
  target: PropTypes.string,
64
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "inputOutput", "inspect", "invert", "ip", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
64
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "alert", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "asterisk", "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", "crossInACircleFilled", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "document", "documentEdit", "documentation", "documents", "dot", "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", "eql", "eraser", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "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", "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", "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", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "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", "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", "timelionApp", "timeRefresh", "timeslider", "training", "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", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "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"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
65
65
  iconTitle: PropTypes.string,
66
66
 
67
67
  /**
@@ -31,8 +31,7 @@ var EuiIconFilter = function EuiIconFilter(_ref) {
31
31
  }, props), title ? ___EmotionJSX("title", {
32
32
  id: titleId
33
33
  }, title) : null, ___EmotionJSX("path", {
34
- fillRule: "evenodd",
35
- d: "M7.999 15.999a8 8 0 110-16 8 8 0 010 16zM8 15A7 7 0 108 1a7 7 0 000 14zM3.5 5h9a.5.5 0 110 1h-9a.5.5 0 010-1zm2 3h5a.5.5 0 110 1h-5a.5.5 0 010-1zm2 3h1a.5.5 0 110 1h-1a.5.5 0 110-1z"
34
+ d: "M3 5.5a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5zm2 3a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM7.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z"
36
35
  }));
37
36
  };
38
37
 
@@ -0,0 +1,43 @@
1
+ var _excluded = ["title", "titleId"];
2
+
3
+ function _extends() { _extends = Object.assign || 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); }
4
+
5
+ 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; }
6
+
7
+ 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; }
8
+
9
+ /*
10
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11
+ * or more contributor license agreements. Licensed under the Elastic License
12
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
13
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
14
+ * Side Public License, v 1.
15
+ */
16
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
17
+ import * as React from 'react';
18
+ import { jsx as ___EmotionJSX } from "@emotion/react";
19
+
20
+ var EuiIconFilterExclude = function EuiIconFilterExclude(_ref) {
21
+ var title = _ref.title,
22
+ titleId = _ref.titleId,
23
+ props = _objectWithoutProperties(_ref, _excluded);
24
+
25
+ return ___EmotionJSX("svg", _extends({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: 16,
28
+ height: 16,
29
+ viewBox: "0 0 16 16",
30
+ "aria-labelledby": titleId
31
+ }, props), title ? ___EmotionJSX("title", {
32
+ id: titleId
33
+ }, title) : null, ___EmotionJSX("path", {
34
+ d: "M.5 1a.5.5 0 000 1h9a.5.5 0 000-1h-9z"
35
+ }), ___EmotionJSX("path", {
36
+ fillRule: "evenodd",
37
+ d: "M16 11.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-8 0a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z"
38
+ }), ___EmotionJSX("path", {
39
+ d: "M2 4.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7a.5.5 0 000 1h1a.5.5 0 000-1h-1z"
40
+ }));
41
+ };
42
+
43
+ export var icon = EuiIconFilterExclude;
@@ -0,0 +1,38 @@
1
+ var _excluded = ["title", "titleId"];
2
+
3
+ function _extends() { _extends = Object.assign || 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); }
4
+
5
+ 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; }
6
+
7
+ 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; }
8
+
9
+ /*
10
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11
+ * or more contributor license agreements. Licensed under the Elastic License
12
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
13
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
14
+ * Side Public License, v 1.
15
+ */
16
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
17
+ import * as React from 'react';
18
+ import { jsx as ___EmotionJSX } from "@emotion/react";
19
+
20
+ var EuiIconFilterIgnore = function EuiIconFilterIgnore(_ref) {
21
+ var title = _ref.title,
22
+ titleId = _ref.titleId,
23
+ props = _objectWithoutProperties(_ref, _excluded);
24
+
25
+ return ___EmotionJSX("svg", _extends({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: 16,
28
+ height: 16,
29
+ viewBox: "0 0 16 16",
30
+ "aria-labelledby": titleId
31
+ }, props), title ? ___EmotionJSX("title", {
32
+ id: titleId
33
+ }, title) : null, ___EmotionJSX("path", {
34
+ d: "M.5 1a.5.5 0 000 1h9a.5.5 0 000-1h-9zM2 4.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm2 3a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM16 11.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4.5-.707L9.854 9.146a.5.5 0 10-.708.708l1.647 1.646-1.647 1.646a.5.5 0 00.708.708l1.646-1.647 1.646 1.647a.5.5 0 00.708-.708L12.207 11.5l1.647-1.646a.5.5 0 00-.708-.708L11.5 10.793z"
35
+ }));
36
+ };
37
+
38
+ export var icon = EuiIconFilterIgnore;
@@ -0,0 +1,38 @@
1
+ var _excluded = ["title", "titleId"];
2
+
3
+ function _extends() { _extends = Object.assign || 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); }
4
+
5
+ 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; }
6
+
7
+ 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; }
8
+
9
+ /*
10
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11
+ * or more contributor license agreements. Licensed under the Elastic License
12
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
13
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
14
+ * Side Public License, v 1.
15
+ */
16
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
17
+ import * as React from 'react';
18
+ import { jsx as ___EmotionJSX } from "@emotion/react";
19
+
20
+ var EuiIconFilterInclude = function EuiIconFilterInclude(_ref) {
21
+ var title = _ref.title,
22
+ titleId = _ref.titleId,
23
+ props = _objectWithoutProperties(_ref, _excluded);
24
+
25
+ return ___EmotionJSX("svg", _extends({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: 16,
28
+ height: 16,
29
+ viewBox: "0 0 16 16",
30
+ "aria-labelledby": titleId
31
+ }, props), title ? ___EmotionJSX("title", {
32
+ id: titleId
33
+ }, title) : null, ___EmotionJSX("path", {
34
+ d: "M.5 1a.5.5 0 000 1h9a.5.5 0 000-1h-9zM16 11.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-3a.5.5 0 00-1 0V11H8.5a.5.5 0 000 1H11v2.5a.5.5 0 001 0V12h2.5a.5.5 0 000-1H12V8.5zM2 4.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7a.5.5 0 000 1h1a.5.5 0 000-1h-1z"
35
+ }));
36
+ };
37
+
38
+ export var icon = EuiIconFilterInclude;
@@ -0,0 +1,40 @@
1
+ var _excluded = ["title", "titleId"];
2
+
3
+ function _extends() { _extends = Object.assign || 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); }
4
+
5
+ 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; }
6
+
7
+ 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; }
8
+
9
+ /*
10
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11
+ * or more contributor license agreements. Licensed under the Elastic License
12
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
13
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
14
+ * Side Public License, v 1.
15
+ */
16
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
17
+ import * as React from 'react';
18
+ import { jsx as ___EmotionJSX } from "@emotion/react";
19
+
20
+ var EuiIconIndexTemporary = function EuiIconIndexTemporary(_ref) {
21
+ var title = _ref.title,
22
+ titleId = _ref.titleId,
23
+ props = _objectWithoutProperties(_ref, _excluded);
24
+
25
+ return ___EmotionJSX("svg", _extends({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: 16,
28
+ height: 16,
29
+ viewBox: "0 0 16 16",
30
+ "aria-labelledby": titleId
31
+ }, props), title ? ___EmotionJSX("title", {
32
+ id: titleId
33
+ }, title) : null, ___EmotionJSX("path", {
34
+ d: "M3 13V2h11V1H2v13h2v-1H3z"
35
+ }), ___EmotionJSX("path", {
36
+ d: "M11.999 5H6V4h5.999v1zM4 4v1h1V4H4zm2 3v1h4V7H6zM4 7v1h1V7H4zm2 3v1h2v-1H6zm-2 0v1h1v-1H4zm10-7h-1v1h1V3zm-1 2h1v1h-1V5zm1 2h-1v1h1V7zm-1 2h1v1h-1V9zm1 2h-1v1h1v-1zm-1 2h1v1h-1v-1zm-7 0H5v1h1v-1zm1 0h1v1H7v-1zm3 0H9v1h1v-1zm1 0h1v1h-1v-1z"
37
+ }));
38
+ };
39
+
40
+ export var icon = EuiIconIndexTemporary;