@elastic/eui 119.1.0 → 120.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 (544) hide show
  1. package/dist/eui-icons.json +74 -82
  2. package/dist/svgs/cloud_bolt.svg +4 -0
  3. package/dist/svgs/cloud_rain.svg +4 -0
  4. package/dist/svgs/cloud_sun.svg +4 -0
  5. package/dist/svgs/cube.svg +3 -0
  6. package/dist/svgs/kubernetes_namespace.svg +4 -0
  7. package/dist/svgs/memory.svg +1 -10
  8. package/dist/svgs/product_timelion.svg +3 -0
  9. package/dist/svgs/product_tsvb.svg +5 -0
  10. package/dist/svgs/push.svg +4 -0
  11. package/dist/svgs/transition_right_in.svg +4 -0
  12. package/dist/svgs/transition_right_out.svg +4 -0
  13. package/dist/svgs/wrench.svg +1 -1
  14. package/es/components/avatar/avatar.js +1 -1
  15. package/es/components/badge/badge.js +1 -1
  16. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  17. package/es/components/basic_table/basic_table.js +4 -4
  18. package/es/components/basic_table/in_memory_table.js +4 -4
  19. package/es/components/button/button.js +17 -5
  20. package/es/components/button/button_display/_button_display_content.js +1 -1
  21. package/es/components/button/button_empty/button_empty.js +1 -1
  22. package/es/components/button/button_group/button_group.js +111 -29
  23. package/es/components/button/button_group/button_group.styles.js +20 -7
  24. package/es/components/button/button_group/use_button_group_selection.js +30 -0
  25. package/es/components/button/button_icon/button_icon.js +18 -7
  26. package/es/components/button/use_button_common_props.js +16 -7
  27. package/es/components/call_out/call_out.js +2 -2
  28. package/es/components/card/card.js +1 -1
  29. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  30. package/es/components/comment_list/comment.js +2 -2
  31. package/es/components/comment_list/comment_event.js +1 -1
  32. package/es/components/comment_list/comment_list.js +2 -2
  33. package/es/components/comment_list/comment_timeline.js +1 -1
  34. package/es/components/context_menu/context_menu_item.js +1 -1
  35. package/es/components/datagrid/body/cell/data_grid_cell.js +24 -24
  36. package/es/components/datagrid/body/data_grid_body.js +13 -13
  37. package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
  38. package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  39. package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  40. package/es/components/datagrid/controls/column_sorting.js +13 -13
  41. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  42. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  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/date_picker/react-datepicker/src/month_dropdown.js +0 -1
  47. package/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
  48. package/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
  49. package/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
  50. package/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
  51. package/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
  52. package/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +75 -0
  53. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
  54. package/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
  55. package/es/components/delay_hide/delay_hide.js +36 -93
  56. package/es/components/delay_render/delay_render.js +42 -80
  57. package/es/components/empty_prompt/empty_prompt.js +1 -1
  58. package/es/components/flyout/flyout_menu/flyout_menu.js +4 -4
  59. package/es/components/form/field_number/field_number.js +2 -2
  60. package/es/components/form/field_text/field_text.js +2 -2
  61. package/es/components/form/form_control_button/form_control_button.js +1 -1
  62. package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  63. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  64. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  65. package/es/components/form/text_area/text_area.js +2 -2
  66. package/es/components/header/header_links/header_link.js +1 -1
  67. package/es/components/header/header_links/header_links.js +1 -1
  68. package/es/components/header/header_logo/header_logo.js +1 -1
  69. package/es/components/header/header_section/header_section_item_button.js +1 -1
  70. package/es/components/icon/assets/{kubernetes_pod.js → cloud_bolt.js} +5 -3
  71. package/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
  72. package/es/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
  73. package/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
  74. package/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
  75. package/es/components/icon/assets/memory.js +1 -3
  76. package/es/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
  77. package/es/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
  78. package/es/components/icon/assets/{namespace.js → push.js} +3 -6
  79. package/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
  80. package/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
  81. package/es/components/icon/assets/wrench.js +1 -3
  82. package/es/components/icon/icon.js +1 -1
  83. package/es/components/icon/icon_glyphs.a11y.js +1 -1
  84. package/es/components/icon/icon_map.js +143 -58
  85. package/es/components/icon/svgs/cloud_bolt.svg +4 -0
  86. package/es/components/icon/svgs/cloud_rain.svg +4 -0
  87. package/es/components/icon/svgs/cloud_sun.svg +4 -0
  88. package/es/components/icon/svgs/cube.svg +3 -0
  89. package/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
  90. package/es/components/icon/svgs/memory.svg +1 -10
  91. package/es/components/icon/svgs/product_timelion.svg +3 -0
  92. package/es/components/icon/svgs/product_tsvb.svg +5 -0
  93. package/es/components/icon/svgs/push.svg +4 -0
  94. package/es/components/icon/svgs/transition_right_in.svg +4 -0
  95. package/es/components/icon/svgs/transition_right_out.svg +4 -0
  96. package/es/components/icon/svgs/wrench.svg +1 -1
  97. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  98. package/es/components/list_group/list_group.js +2 -2
  99. package/es/components/list_group/list_group_item.js +2 -2
  100. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  101. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  102. package/es/components/loading/loading_logo.js +1 -1
  103. package/es/components/markdown_editor/markdown_editor.js +1 -1
  104. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  105. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  106. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  107. package/es/components/page/page_header/page_header_content.js +1 -1
  108. package/es/components/pagination/pagination_button.js +1 -1
  109. package/es/components/resizable_container/resizable_collapse_button.js +4 -4
  110. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  111. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  112. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  113. package/es/components/table/table_header_cell.js +1 -1
  114. package/es/components/text_diff/text_diff.js +4 -6
  115. package/es/components/timeline/timeline_item_icon.js +1 -1
  116. package/es/components/toast/global_toast_list.js +2 -2
  117. package/es/components/toast/toast.js +2 -2
  118. package/es/components/tool_tip/icon_tip.js +1 -1
  119. package/eui.d.ts +224 -275
  120. package/lib/components/avatar/avatar.js +1 -1
  121. package/lib/components/badge/badge.js +1 -1
  122. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  123. package/lib/components/basic_table/basic_table.js +4 -4
  124. package/lib/components/basic_table/in_memory_table.js +4 -4
  125. package/lib/components/button/button.js +17 -5
  126. package/lib/components/button/button_display/_button_display_content.js +1 -1
  127. package/lib/components/button/button_empty/button_empty.js +1 -1
  128. package/lib/components/button/button_group/button_group.js +111 -29
  129. package/lib/components/button/button_group/button_group.styles.js +19 -6
  130. package/lib/components/button/button_group/use_button_group_selection.js +36 -0
  131. package/lib/components/button/button_icon/button_icon.js +18 -7
  132. package/lib/components/button/use_button_common_props.js +16 -7
  133. package/lib/components/call_out/call_out.js +2 -2
  134. package/lib/components/card/card.js +1 -1
  135. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  136. package/lib/components/comment_list/comment.js +2 -2
  137. package/lib/components/comment_list/comment_event.js +1 -1
  138. package/lib/components/comment_list/comment_list.js +2 -2
  139. package/lib/components/comment_list/comment_timeline.js +1 -1
  140. package/lib/components/context_menu/context_menu_item.js +1 -1
  141. package/lib/components/datagrid/body/cell/data_grid_cell.js +24 -24
  142. package/lib/components/datagrid/body/data_grid_body.js +13 -13
  143. package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
  144. package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  145. package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  146. package/lib/components/datagrid/controls/column_sorting.js +13 -13
  147. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  148. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  149. package/lib/components/datagrid/utils/in_memory.js +12 -12
  150. package/lib/components/date_picker/date_picker.js +2 -2
  151. package/lib/components/date_picker/date_picker_range.js +1 -1
  152. package/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
  153. package/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
  154. package/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
  155. package/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
  156. package/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +80 -0
  157. package/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
  158. package/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +83 -0
  159. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
  160. package/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
  161. package/lib/components/delay_hide/delay_hide.js +35 -93
  162. package/lib/components/delay_render/delay_render.js +41 -79
  163. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  164. package/lib/components/flyout/flyout_menu/flyout_menu.js +4 -4
  165. package/lib/components/form/field_number/field_number.js +2 -2
  166. package/lib/components/form/field_text/field_text.js +2 -2
  167. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  168. package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  169. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  170. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  171. package/lib/components/form/text_area/text_area.js +2 -2
  172. package/lib/components/header/header_links/header_link.js +1 -1
  173. package/lib/components/header/header_links/header_links.js +1 -1
  174. package/lib/components/header/header_logo/header_logo.js +1 -1
  175. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  176. package/lib/components/icon/assets/{kubernetes_pod.js → cloud_bolt.js} +5 -3
  177. package/lib/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
  178. package/lib/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
  179. package/lib/components/icon/assets/{kql_function.js → cube.js} +3 -3
  180. package/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
  181. package/lib/components/icon/assets/memory.js +1 -3
  182. package/lib/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
  183. package/lib/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
  184. package/lib/components/icon/assets/{namespace.js → push.js} +3 -6
  185. package/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
  186. package/lib/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
  187. package/lib/components/icon/assets/wrench.js +1 -3
  188. package/lib/components/icon/icon.js +1 -1
  189. package/lib/components/icon/icon_glyphs.a11y.js +1 -1
  190. package/lib/components/icon/icon_map.js +165 -78
  191. package/lib/components/icon/svgs/cloud_bolt.svg +4 -0
  192. package/lib/components/icon/svgs/cloud_rain.svg +4 -0
  193. package/lib/components/icon/svgs/cloud_sun.svg +4 -0
  194. package/lib/components/icon/svgs/cube.svg +3 -0
  195. package/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
  196. package/lib/components/icon/svgs/memory.svg +1 -10
  197. package/lib/components/icon/svgs/product_timelion.svg +3 -0
  198. package/lib/components/icon/svgs/product_tsvb.svg +5 -0
  199. package/lib/components/icon/svgs/push.svg +4 -0
  200. package/lib/components/icon/svgs/transition_right_in.svg +4 -0
  201. package/lib/components/icon/svgs/transition_right_out.svg +4 -0
  202. package/lib/components/icon/svgs/wrench.svg +1 -1
  203. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  204. package/lib/components/list_group/list_group.js +2 -2
  205. package/lib/components/list_group/list_group_item.js +2 -2
  206. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  207. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  208. package/lib/components/loading/loading_logo.js +1 -1
  209. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  210. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  211. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  212. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  213. package/lib/components/page/page_header/page_header_content.js +1 -1
  214. package/lib/components/pagination/pagination_button.js +1 -1
  215. package/lib/components/resizable_container/resizable_collapse_button.js +4 -4
  216. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  217. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  218. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  219. package/lib/components/table/table_header_cell.js +1 -1
  220. package/lib/components/text_diff/text_diff.js +4 -6
  221. package/lib/components/timeline/timeline_item_icon.js +1 -1
  222. package/lib/components/toast/global_toast_list.js +2 -2
  223. package/lib/components/toast/toast.js +2 -2
  224. package/lib/components/tool_tip/icon_tip.js +1 -1
  225. package/optimize/es/components/button/button.js +17 -5
  226. package/optimize/es/components/button/button_group/button_group.js +44 -12
  227. package/optimize/es/components/button/button_group/button_group.styles.js +20 -7
  228. package/optimize/es/components/button/button_group/use_button_group_selection.js +30 -0
  229. package/optimize/es/components/button/button_icon/button_icon.js +17 -6
  230. package/optimize/es/components/button/use_button_common_props.js +16 -7
  231. package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
  232. package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
  233. package/optimize/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
  234. package/optimize/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
  235. package/optimize/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +68 -0
  236. package/optimize/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
  237. package/optimize/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +69 -0
  238. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +220 -225
  239. package/optimize/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
  240. package/optimize/es/components/delay_hide/delay_hide.js +31 -81
  241. package/optimize/es/components/delay_render/delay_render.js +36 -73
  242. package/optimize/es/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
  243. package/optimize/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
  244. package/optimize/es/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
  245. package/optimize/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
  246. package/optimize/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
  247. package/optimize/es/components/icon/assets/memory.js +1 -3
  248. package/optimize/es/components/icon/assets/product_timelion.js +32 -0
  249. package/optimize/es/components/icon/assets/{cloud_stormy.js → product_tsvb.js} +7 -3
  250. package/optimize/es/components/icon/assets/{namespace.js → push.js} +3 -6
  251. package/optimize/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
  252. package/optimize/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
  253. package/optimize/es/components/icon/assets/wrench.js +1 -3
  254. package/optimize/es/components/icon/icon_glyphs.a11y.js +1 -1
  255. package/optimize/es/components/icon/icon_map.js +143 -58
  256. package/optimize/es/components/icon/svgs/cloud_bolt.svg +4 -0
  257. package/optimize/es/components/icon/svgs/cloud_rain.svg +4 -0
  258. package/optimize/es/components/icon/svgs/cloud_sun.svg +4 -0
  259. package/optimize/es/components/icon/svgs/cube.svg +3 -0
  260. package/optimize/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
  261. package/optimize/es/components/icon/svgs/memory.svg +1 -10
  262. package/optimize/es/components/icon/svgs/product_timelion.svg +3 -0
  263. package/optimize/es/components/icon/svgs/product_tsvb.svg +5 -0
  264. package/optimize/es/components/icon/svgs/push.svg +4 -0
  265. package/optimize/es/components/icon/svgs/transition_right_in.svg +4 -0
  266. package/optimize/es/components/icon/svgs/transition_right_out.svg +4 -0
  267. package/optimize/es/components/icon/svgs/wrench.svg +1 -1
  268. package/optimize/es/components/resizable_container/resizable_collapse_button.js +4 -4
  269. package/optimize/es/components/text_diff/text_diff.js +4 -6
  270. package/optimize/lib/components/button/button.js +17 -5
  271. package/optimize/lib/components/button/button_group/button_group.js +44 -12
  272. package/optimize/lib/components/button/button_group/button_group.styles.js +19 -6
  273. package/optimize/lib/components/button/button_group/use_button_group_selection.js +36 -0
  274. package/optimize/lib/components/button/button_icon/button_icon.js +17 -6
  275. package/optimize/lib/components/button/use_button_common_props.js +16 -7
  276. package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
  277. package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
  278. package/optimize/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
  279. package/optimize/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
  280. package/optimize/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
  281. package/optimize/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
  282. package/optimize/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
  283. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +219 -224
  284. package/optimize/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
  285. package/optimize/lib/components/delay_hide/delay_hide.js +32 -80
  286. package/optimize/lib/components/delay_render/delay_render.js +37 -72
  287. package/optimize/lib/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
  288. package/{test-env/components/icon/assets/branch_user.js → optimize/lib/components/icon/assets/cloud_rain.js} +4 -6
  289. package/optimize/lib/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
  290. package/{test-env/components/icon/assets/kql_function.js → optimize/lib/components/icon/assets/cube.js} +3 -3
  291. package/optimize/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
  292. package/optimize/lib/components/icon/assets/memory.js +1 -3
  293. package/{test-env/components/icon/assets/continuity_below.js → optimize/lib/components/icon/assets/product_timelion.js} +3 -3
  294. package/optimize/lib/components/icon/assets/product_tsvb.js +44 -0
  295. package/{test-env/components/icon/assets/namespace.js → optimize/lib/components/icon/assets/push.js} +3 -6
  296. package/optimize/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
  297. package/optimize/lib/components/icon/assets/transition_right_out.js +42 -0
  298. package/optimize/lib/components/icon/assets/wrench.js +1 -3
  299. package/optimize/lib/components/icon/icon_glyphs.a11y.js +1 -1
  300. package/optimize/lib/components/icon/icon_map.js +165 -78
  301. package/optimize/lib/components/icon/svgs/cloud_bolt.svg +4 -0
  302. package/optimize/lib/components/icon/svgs/cloud_rain.svg +4 -0
  303. package/optimize/lib/components/icon/svgs/cloud_sun.svg +4 -0
  304. package/optimize/lib/components/icon/svgs/cube.svg +3 -0
  305. package/optimize/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
  306. package/optimize/lib/components/icon/svgs/memory.svg +1 -10
  307. package/optimize/lib/components/icon/svgs/product_timelion.svg +3 -0
  308. package/optimize/lib/components/icon/svgs/product_tsvb.svg +5 -0
  309. package/optimize/lib/components/icon/svgs/push.svg +4 -0
  310. package/optimize/lib/components/icon/svgs/transition_right_in.svg +4 -0
  311. package/optimize/lib/components/icon/svgs/transition_right_out.svg +4 -0
  312. package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
  313. package/optimize/lib/components/resizable_container/resizable_collapse_button.js +4 -4
  314. package/optimize/lib/components/text_diff/text_diff.js +4 -6
  315. package/package.json +12 -10
  316. package/test-env/components/avatar/avatar.js +1 -1
  317. package/test-env/components/badge/badge.js +1 -1
  318. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  319. package/test-env/components/basic_table/basic_table.js +4 -4
  320. package/test-env/components/basic_table/in_memory_table.js +4 -4
  321. package/test-env/components/button/button.js +17 -5
  322. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  323. package/test-env/components/button/button_empty/button_empty.js +1 -1
  324. package/test-env/components/button/button_group/button_group.js +111 -29
  325. package/test-env/components/button/button_group/button_group.styles.js +19 -6
  326. package/test-env/components/button/button_group/use_button_group_selection.js +36 -0
  327. package/test-env/components/button/button_icon/button_icon.js +18 -7
  328. package/test-env/components/button/use_button_common_props.js +16 -7
  329. package/test-env/components/call_out/call_out.js +2 -2
  330. package/test-env/components/card/card.js +1 -1
  331. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  332. package/test-env/components/comment_list/comment.js +2 -2
  333. package/test-env/components/comment_list/comment_event.js +1 -1
  334. package/test-env/components/comment_list/comment_list.js +2 -2
  335. package/test-env/components/comment_list/comment_timeline.js +1 -1
  336. package/test-env/components/context_menu/context_menu_item.js +1 -1
  337. package/test-env/components/datagrid/body/cell/data_grid_cell.js +24 -24
  338. package/test-env/components/datagrid/body/data_grid_body.js +13 -13
  339. package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
  340. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
  341. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  342. package/test-env/components/datagrid/controls/column_sorting.js +13 -13
  343. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  344. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  345. package/test-env/components/datagrid/utils/in_memory.js +12 -12
  346. package/test-env/components/date_picker/date_picker.js +2 -2
  347. package/test-env/components/date_picker/date_picker_range.js +1 -1
  348. package/test-env/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
  349. package/test-env/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
  350. package/test-env/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
  351. package/test-env/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
  352. package/test-env/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
  353. package/test-env/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
  354. package/test-env/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
  355. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +218 -249
  356. package/test-env/components/date_picker/super_date_picker/super_update_button.js +1 -1
  357. package/test-env/components/delay_hide/delay_hide.js +32 -86
  358. package/test-env/components/delay_render/delay_render.js +38 -73
  359. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  360. package/test-env/components/flyout/flyout_menu/flyout_menu.js +4 -4
  361. package/test-env/components/form/field_number/field_number.js +2 -2
  362. package/test-env/components/form/field_text/field_text.js +2 -2
  363. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  364. package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  365. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  366. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  367. package/test-env/components/form/text_area/text_area.js +2 -2
  368. package/test-env/components/header/header_links/header_link.js +1 -1
  369. package/test-env/components/header/header_links/header_links.js +1 -1
  370. package/test-env/components/header/header_logo/header_logo.js +1 -1
  371. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  372. package/{optimize/lib/components/icon/assets/kubernetes_pod.js → test-env/components/icon/assets/cloud_bolt.js} +5 -3
  373. package/{optimize/lib/components/icon/assets/branch_user.js → test-env/components/icon/assets/cloud_rain.js} +4 -6
  374. package/{optimize/lib/components/icon/assets/cloud_stormy.js → test-env/components/icon/assets/cloud_sun.js} +3 -3
  375. package/{optimize/lib/components/icon/assets/kql_function.js → test-env/components/icon/assets/cube.js} +3 -3
  376. package/test-env/components/icon/assets/kubernetes_namespace.js +42 -0
  377. package/test-env/components/icon/assets/memory.js +1 -3
  378. package/test-env/components/icon/assets/product_timelion.js +40 -0
  379. package/test-env/components/icon/assets/product_tsvb.js +44 -0
  380. package/{optimize/lib/components/icon/assets/namespace.js → test-env/components/icon/assets/push.js} +3 -6
  381. package/{optimize/lib/components/icon/assets/continuity_above_below.js → test-env/components/icon/assets/transition_right_in.js} +5 -3
  382. package/test-env/components/icon/assets/transition_right_out.js +42 -0
  383. package/test-env/components/icon/assets/wrench.js +1 -3
  384. package/test-env/components/icon/icon_glyphs.a11y.js +1 -1
  385. package/test-env/components/icon/icon_map.js +165 -78
  386. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  387. package/test-env/components/list_group/list_group.js +2 -2
  388. package/test-env/components/list_group/list_group_item.js +2 -2
  389. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  390. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  391. package/test-env/components/loading/loading_logo.js +1 -1
  392. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  393. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  394. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  395. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  396. package/test-env/components/page/page_header/page_header_content.js +1 -1
  397. package/test-env/components/pagination/pagination_button.js +1 -1
  398. package/test-env/components/resizable_container/resizable_collapse_button.js +4 -4
  399. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  400. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  401. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  402. package/test-env/components/table/table_header_cell.js +1 -1
  403. package/test-env/components/text_diff/text_diff.js +4 -6
  404. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  405. package/test-env/components/toast/global_toast_list.js +2 -2
  406. package/test-env/components/toast/toast.js +2 -2
  407. package/test-env/components/tool_tip/icon_tip.js +1 -1
  408. package/dist/svgs/branch_user.svg +0 -4
  409. package/dist/svgs/cloud_drizzle.svg +0 -3
  410. package/dist/svgs/cloud_stormy.svg +0 -3
  411. package/dist/svgs/cloud_sunny.svg +0 -3
  412. package/dist/svgs/continuity_above_below.svg +0 -3
  413. package/dist/svgs/continuity_below.svg +0 -3
  414. package/dist/svgs/function.svg +0 -3
  415. package/dist/svgs/kql_function.svg +0 -5
  416. package/dist/svgs/kubernetes_pod.svg +0 -3
  417. package/dist/svgs/magnet.svg +0 -3
  418. package/dist/svgs/menu_down.svg +0 -3
  419. package/dist/svgs/menu_up.svg +0 -3
  420. package/dist/svgs/namespace.svg +0 -3
  421. package/dist/svgs/page_select.svg +0 -3
  422. package/dist/svgs/security_signal_resolved.svg +0 -3
  423. package/dist/svgs/tear.svg +0 -3
  424. package/dist/svgs/vis_timelion.svg +0 -3
  425. package/dist/svgs/vis_visual_builder.svg +0 -3
  426. package/es/components/icon/assets/magnet.js +0 -33
  427. package/es/components/icon/assets/menu_down.js +0 -33
  428. package/es/components/icon/assets/menu_up.js +0 -33
  429. package/es/components/icon/assets/page_select.js +0 -34
  430. package/es/components/icon/assets/security_signal_resolved.js +0 -34
  431. package/es/components/icon/assets/tear.js +0 -33
  432. package/es/components/icon/assets/vis_timelion.js +0 -33
  433. package/es/components/icon/assets/vis_visual_builder.js +0 -33
  434. package/es/components/icon/svgs/branch_user.svg +0 -4
  435. package/es/components/icon/svgs/cloud_drizzle.svg +0 -3
  436. package/es/components/icon/svgs/cloud_stormy.svg +0 -3
  437. package/es/components/icon/svgs/cloud_sunny.svg +0 -3
  438. package/es/components/icon/svgs/continuity_above_below.svg +0 -3
  439. package/es/components/icon/svgs/continuity_below.svg +0 -3
  440. package/es/components/icon/svgs/function.svg +0 -3
  441. package/es/components/icon/svgs/kql_function.svg +0 -5
  442. package/es/components/icon/svgs/kubernetes_pod.svg +0 -3
  443. package/es/components/icon/svgs/magnet.svg +0 -3
  444. package/es/components/icon/svgs/menu_down.svg +0 -3
  445. package/es/components/icon/svgs/menu_up.svg +0 -3
  446. package/es/components/icon/svgs/namespace.svg +0 -3
  447. package/es/components/icon/svgs/page_select.svg +0 -3
  448. package/es/components/icon/svgs/security_signal_resolved.svg +0 -3
  449. package/es/components/icon/svgs/tear.svg +0 -3
  450. package/es/components/icon/svgs/vis_timelion.svg +0 -3
  451. package/es/components/icon/svgs/vis_visual_builder.svg +0 -3
  452. package/lib/components/icon/assets/magnet.js +0 -40
  453. package/lib/components/icon/assets/menu_down.js +0 -40
  454. package/lib/components/icon/assets/menu_up.js +0 -40
  455. package/lib/components/icon/assets/page_select.js +0 -41
  456. package/lib/components/icon/assets/security_signal_resolved.js +0 -41
  457. package/lib/components/icon/assets/tear.js +0 -40
  458. package/lib/components/icon/assets/vis_timelion.js +0 -40
  459. package/lib/components/icon/assets/vis_visual_builder.js +0 -40
  460. package/lib/components/icon/svgs/branch_user.svg +0 -4
  461. package/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
  462. package/lib/components/icon/svgs/cloud_stormy.svg +0 -3
  463. package/lib/components/icon/svgs/cloud_sunny.svg +0 -3
  464. package/lib/components/icon/svgs/continuity_above_below.svg +0 -3
  465. package/lib/components/icon/svgs/continuity_below.svg +0 -3
  466. package/lib/components/icon/svgs/function.svg +0 -3
  467. package/lib/components/icon/svgs/kql_function.svg +0 -5
  468. package/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
  469. package/lib/components/icon/svgs/magnet.svg +0 -3
  470. package/lib/components/icon/svgs/menu_down.svg +0 -3
  471. package/lib/components/icon/svgs/menu_up.svg +0 -3
  472. package/lib/components/icon/svgs/namespace.svg +0 -3
  473. package/lib/components/icon/svgs/page_select.svg +0 -3
  474. package/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
  475. package/lib/components/icon/svgs/tear.svg +0 -3
  476. package/lib/components/icon/svgs/vis_timelion.svg +0 -3
  477. package/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
  478. package/optimize/es/components/icon/assets/kubernetes_pod.js +0 -32
  479. package/optimize/es/components/icon/assets/magnet.js +0 -32
  480. package/optimize/es/components/icon/assets/menu_down.js +0 -32
  481. package/optimize/es/components/icon/assets/menu_up.js +0 -32
  482. package/optimize/es/components/icon/assets/page_select.js +0 -33
  483. package/optimize/es/components/icon/assets/security_signal_resolved.js +0 -33
  484. package/optimize/es/components/icon/assets/tear.js +0 -32
  485. package/optimize/es/components/icon/assets/vis_timelion.js +0 -32
  486. package/optimize/es/components/icon/assets/vis_visual_builder.js +0 -32
  487. package/optimize/es/components/icon/svgs/branch_user.svg +0 -4
  488. package/optimize/es/components/icon/svgs/cloud_drizzle.svg +0 -3
  489. package/optimize/es/components/icon/svgs/cloud_stormy.svg +0 -3
  490. package/optimize/es/components/icon/svgs/cloud_sunny.svg +0 -3
  491. package/optimize/es/components/icon/svgs/continuity_above_below.svg +0 -3
  492. package/optimize/es/components/icon/svgs/continuity_below.svg +0 -3
  493. package/optimize/es/components/icon/svgs/function.svg +0 -3
  494. package/optimize/es/components/icon/svgs/kql_function.svg +0 -5
  495. package/optimize/es/components/icon/svgs/kubernetes_pod.svg +0 -3
  496. package/optimize/es/components/icon/svgs/magnet.svg +0 -3
  497. package/optimize/es/components/icon/svgs/menu_down.svg +0 -3
  498. package/optimize/es/components/icon/svgs/menu_up.svg +0 -3
  499. package/optimize/es/components/icon/svgs/namespace.svg +0 -3
  500. package/optimize/es/components/icon/svgs/page_select.svg +0 -3
  501. package/optimize/es/components/icon/svgs/security_signal_resolved.svg +0 -3
  502. package/optimize/es/components/icon/svgs/tear.svg +0 -3
  503. package/optimize/es/components/icon/svgs/vis_timelion.svg +0 -3
  504. package/optimize/es/components/icon/svgs/vis_visual_builder.svg +0 -3
  505. package/optimize/lib/components/icon/assets/magnet.js +0 -40
  506. package/optimize/lib/components/icon/assets/menu_down.js +0 -40
  507. package/optimize/lib/components/icon/assets/menu_up.js +0 -40
  508. package/optimize/lib/components/icon/assets/page_select.js +0 -41
  509. package/optimize/lib/components/icon/assets/security_signal_resolved.js +0 -41
  510. package/optimize/lib/components/icon/assets/tear.js +0 -40
  511. package/optimize/lib/components/icon/assets/vis_timelion.js +0 -40
  512. package/optimize/lib/components/icon/assets/vis_visual_builder.js +0 -40
  513. package/optimize/lib/components/icon/svgs/branch_user.svg +0 -4
  514. package/optimize/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
  515. package/optimize/lib/components/icon/svgs/cloud_stormy.svg +0 -3
  516. package/optimize/lib/components/icon/svgs/cloud_sunny.svg +0 -3
  517. package/optimize/lib/components/icon/svgs/continuity_above_below.svg +0 -3
  518. package/optimize/lib/components/icon/svgs/continuity_below.svg +0 -3
  519. package/optimize/lib/components/icon/svgs/function.svg +0 -3
  520. package/optimize/lib/components/icon/svgs/kql_function.svg +0 -5
  521. package/optimize/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
  522. package/optimize/lib/components/icon/svgs/magnet.svg +0 -3
  523. package/optimize/lib/components/icon/svgs/menu_down.svg +0 -3
  524. package/optimize/lib/components/icon/svgs/menu_up.svg +0 -3
  525. package/optimize/lib/components/icon/svgs/namespace.svg +0 -3
  526. package/optimize/lib/components/icon/svgs/page_select.svg +0 -3
  527. package/optimize/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
  528. package/optimize/lib/components/icon/svgs/tear.svg +0 -3
  529. package/optimize/lib/components/icon/svgs/vis_timelion.svg +0 -3
  530. package/optimize/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
  531. package/test-env/components/icon/assets/cloud_drizzle.js +0 -40
  532. package/test-env/components/icon/assets/cloud_stormy.js +0 -40
  533. package/test-env/components/icon/assets/cloud_sunny.js +0 -40
  534. package/test-env/components/icon/assets/continuity_above_below.js +0 -40
  535. package/test-env/components/icon/assets/function.js +0 -40
  536. package/test-env/components/icon/assets/kubernetes_pod.js +0 -40
  537. package/test-env/components/icon/assets/magnet.js +0 -40
  538. package/test-env/components/icon/assets/menu_down.js +0 -40
  539. package/test-env/components/icon/assets/menu_up.js +0 -40
  540. package/test-env/components/icon/assets/page_select.js +0 -41
  541. package/test-env/components/icon/assets/security_signal_resolved.js +0 -41
  542. package/test-env/components/icon/assets/tear.js +0 -40
  543. package/test-env/components/icon/assets/vis_timelion.js +0 -40
  544. package/test-env/components/icon/assets/vis_visual_builder.js +0 -40
@@ -5,99 +5,51 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.EuiDelayHide = void 0;
8
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
9
- var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
10
- var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
11
- var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
12
- var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
13
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
8
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
14
9
  var _react = require("react");
15
- function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
16
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /*
10
+ /*
17
11
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
18
12
  * or more contributor license agreements. Licensed under the Elastic License
19
13
  * 2.0 and the Server Side Public License, v 1; you may not use this file except
20
14
  * in compliance with, at your election, the Elastic License 2.0 or the Server
21
15
  * Side Public License, v 1.
22
16
  */
17
+
23
18
  function isComponentBecomingVisible() {
24
19
  var prevHide = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
25
20
  var nextHide = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
26
21
  return prevHide === true && nextHide === false;
27
22
  }
28
- var EuiDelayHide = exports.EuiDelayHide = /*#__PURE__*/function (_Component) {
29
- function EuiDelayHide() {
30
- var _this;
31
- (0, _classCallCheck2.default)(this, EuiDelayHide);
32
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
33
- args[_key] = arguments[_key];
23
+ var EuiDelayHide = exports.EuiDelayHide = function EuiDelayHide(_ref) {
24
+ var _ref$hide = _ref.hide,
25
+ hide = _ref$hide === void 0 ? false : _ref$hide,
26
+ _ref$minimumDuration = _ref.minimumDuration,
27
+ minimumDuration = _ref$minimumDuration === void 0 ? 1000 : _ref$minimumDuration,
28
+ render = _ref.render;
29
+ var _useState = (0, _react.useState)(hide),
30
+ _useState2 = (0, _slicedToArray2.default)(_useState, 2),
31
+ countdownExpired = _useState2[0],
32
+ setCountdownExpired = _useState2[1];
33
+ var _useState3 = (0, _react.useState)(hide),
34
+ _useState4 = (0, _slicedToArray2.default)(_useState3, 2),
35
+ prevHide = _useState4[0],
36
+ setPrevHide = _useState4[1];
37
+ if (hide !== prevHide) {
38
+ setPrevHide(hide);
39
+ if (isComponentBecomingVisible(prevHide, hide)) {
40
+ setCountdownExpired(false);
34
41
  }
35
- _this = _callSuper(this, EuiDelayHide, [].concat(args));
36
- (0, _defineProperty2.default)(_this, "state", {
37
- hide: _this.props.hide,
38
- countdownExpired: _this.props.hide
39
- });
40
- (0, _defineProperty2.default)(_this, "timeoutId", void 0);
41
- (0, _defineProperty2.default)(_this, "startCountdown", function () {
42
- // only start the countdown if there is not one in progress
43
- if (_this.timeoutId == null) {
44
- _this.timeoutId = setTimeout(_this.finishCountdown,
45
- // even though `minimumDuration` cannot be undefined, passing a strict number type to setTimeout makes TS interpret
46
- // it as a NodeJS.Timer instead of a number. The DOM lib defines the setTimeout call as taking `number | undefined`
47
- // so we cast minimumDuration to this type instead to force TS's cooperation
48
- _this.props.minimumDuration);
49
- }
50
- });
51
- (0, _defineProperty2.default)(_this, "finishCountdown", function () {
52
- _this.timeoutId = undefined;
53
- _this.setState({
54
- countdownExpired: true
55
- });
56
- });
57
- return _this;
58
42
  }
59
- (0, _inherits2.default)(EuiDelayHide, _Component);
60
- return (0, _createClass2.default)(EuiDelayHide, [{
61
- key: "componentDidMount",
62
- value: function componentDidMount() {
63
- // if the component begins visible start counting
64
- if (this.props.hide === false) {
65
- this.startCountdown();
66
- }
67
- }
68
- }, {
69
- key: "componentDidUpdate",
70
- value: function componentDidUpdate(prevProps) {
71
- var isBecomingVisible = isComponentBecomingVisible(prevProps.hide, this.props.hide);
72
- if (isBecomingVisible) {
73
- this.startCountdown();
74
- }
75
- }
76
- }, {
77
- key: "componentWillUnmount",
78
- value: function componentWillUnmount() {
79
- if (this.timeoutId != null) {
80
- clearTimeout(this.timeoutId);
81
- }
82
- }
83
- }, {
84
- key: "render",
85
- value: function render() {
86
- var shouldHideContent = this.props.hide === true && this.state.countdownExpired;
87
- return shouldHideContent ? null : this.props.render();
88
- }
89
- }], [{
90
- key: "getDerivedStateFromProps",
91
- value: function getDerivedStateFromProps(nextProps, prevState) {
92
- var isBecomingVisible = isComponentBecomingVisible(prevState.hide, nextProps.hide);
93
- return {
94
- hide: nextProps.hide,
95
- countdownExpired: isBecomingVisible ? false : prevState.countdownExpired
43
+ (0, _react.useEffect)(function () {
44
+ if (countdownExpired === false) {
45
+ var timeoutId = window.setTimeout(function () {
46
+ return setCountdownExpired(true);
47
+ }, minimumDuration);
48
+ return function () {
49
+ return window.clearTimeout(timeoutId);
96
50
  };
97
51
  }
98
- }]);
99
- }(_react.Component);
100
- (0, _defineProperty2.default)(EuiDelayHide, "defaultProps", {
101
- hide: false,
102
- minimumDuration: 1000
103
- });
52
+ }, [countdownExpired, minimumDuration]);
53
+ return hide === true && countdownExpired ? null : render();
54
+ };
55
+ EuiDelayHide.displayName = 'EuiDelayHide';
@@ -5,84 +5,49 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.EuiDelayRender = void 0;
8
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
9
- var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
10
- var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
11
- var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
12
- var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
13
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
8
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
14
9
  var _react = require("react");
15
- function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
16
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /*
10
+ /*
17
11
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
18
12
  * or more contributor license agreements. Licensed under the Elastic License
19
13
  * 2.0 and the Server Side Public License, v 1; you may not use this file except
20
14
  * in compliance with, at your election, the Elastic License 2.0 or the Server
21
15
  * Side Public License, v 1.
22
16
  */
23
- var EuiDelayRender = exports.EuiDelayRender = /*#__PURE__*/function (_Component) {
24
- function EuiDelayRender(props) {
25
- var _this;
26
- (0, _classCallCheck2.default)(this, EuiDelayRender);
27
- _this = _callSuper(this, EuiDelayRender, [props]);
28
- (0, _defineProperty2.default)(_this, "delayID", void 0);
29
- (0, _defineProperty2.default)(_this, "toBeDelayed", true);
30
- (0, _defineProperty2.default)(_this, "startDelaying", function () {
31
- window.clearTimeout(_this.delayID);
32
- _this.toBeDelayed = true;
33
- _this.delayID = window.setTimeout(_this.stopDelaying, _this.props.delay);
34
- });
35
- (0, _defineProperty2.default)(_this, "stopDelaying", function () {
36
- window.clearTimeout(_this.delayID);
37
- _this.toBeDelayed = false;
38
- _this.shouldUpdate();
17
+
18
+ var EuiDelayRender = exports.EuiDelayRender = function EuiDelayRender(_ref) {
19
+ var _ref$delay = _ref.delay,
20
+ delay = _ref$delay === void 0 ? 500 : _ref$delay,
21
+ children = _ref.children;
22
+ var _useState = (0, _react.useState)(false),
23
+ _useState2 = (0, _slicedToArray2.default)(_useState, 2),
24
+ shouldRender = _useState2[0],
25
+ setShouldRender = _useState2[1];
26
+ var _useState3 = (0, _react.useState)({
27
+ children: children,
28
+ delay: delay
29
+ }),
30
+ _useState4 = (0, _slicedToArray2.default)(_useState3, 2),
31
+ prevProps = _useState4[0],
32
+ setPrevProps = _useState4[1];
33
+
34
+ // Hiding must happen during the render phase: waiting for an effect would
35
+ // briefly commit updated children before hiding them again, flashing the
36
+ // content and triggering any aria-live announcements it may contain
37
+ if (children !== prevProps.children || delay !== prevProps.delay) {
38
+ setPrevProps({
39
+ children: children,
40
+ delay: delay
39
41
  });
40
- _this.state = {
41
- toggle: false
42
- };
43
- return _this;
42
+ setShouldRender(false);
44
43
  }
45
- (0, _inherits2.default)(EuiDelayRender, _Component);
46
- return (0, _createClass2.default)(EuiDelayRender, [{
47
- key: "shouldUpdate",
48
- value: function shouldUpdate() {
49
- this.setState(function (_ref) {
50
- var toggle = _ref.toggle;
51
- return {
52
- toggle: !toggle
53
- };
54
- });
55
- }
56
- }, {
57
- key: "componentDidMount",
58
- value: function componentDidMount() {
59
- this.startDelaying();
60
- }
61
- }, {
62
- key: "shouldComponentUpdate",
63
- value: function shouldComponentUpdate() {
64
- if (this.toBeDelayed) {
65
- this.startDelaying();
66
- }
67
- return true;
68
- }
69
- }, {
70
- key: "componentWillUnmount",
71
- value: function componentWillUnmount() {
72
- this.stopDelaying();
73
- }
74
- }, {
75
- key: "componentDidUpdate",
76
- value: function componentDidUpdate() {
77
- this.toBeDelayed = true;
78
- }
79
- }, {
80
- key: "render",
81
- value: function render() {
82
- return !this.toBeDelayed ? this.props.children : null;
83
- }
84
- }]);
85
- }(_react.Component);
86
- (0, _defineProperty2.default)(EuiDelayRender, "defaultProps", {
87
- delay: 500
88
- });
44
+ (0, _react.useEffect)(function () {
45
+ var timeoutId = window.setTimeout(function () {
46
+ return setShouldRender(true);
47
+ }, delay);
48
+ return function () {
49
+ return window.clearTimeout(timeoutId);
50
+ };
51
+ }, [children, delay]);
52
+ return shouldRender ? children : null;
53
+ };
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconContinuityBelow = function EuiIconContinuityBelow(_ref) {
24
+ var EuiIconCloudBolt = function EuiIconCloudBolt(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,9 @@ var EuiIconContinuityBelow = function EuiIconContinuityBelow(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M11.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0V9H5v1.5a.5.5 0 0 1-.82.384l-3-2.5a.5.5 0 0 1 0-.768l3-2.5A.5.5 0 0 1 5 5.5V7h6V3.5a.5.5 0 0 1 .5-.5zm3 0a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0v-9a.5.5 0 0 1 .5-.5z"
37
+ d: "M8 11h2l-5 5 2-4H5l5-5z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M8 0a4 4 0 0 1 3.878 3.02A3.5 3.5 0 0 1 11.5 10H9.618l.5-1H11.5a2.5 2.5 0 0 0 0-5h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3.001 3.001 0 0 0 5.038 4.48l.117.727-.718-.16A2 2 0 1 0 4 9h2.586l-1 1.001H4a3 3 0 0 1 0-6 4 4 0 0 1 4-4"
38
40
  }));
39
41
  };
40
- var icon = exports.icon = EuiIconContinuityBelow;
42
+ var icon = exports.icon = EuiIconCloudBolt;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconBranchUser = function EuiIconBranchUser(_ref) {
24
+ var EuiIconCloudRain = function EuiIconCloudRain(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,11 +34,9 @@ var EuiIconBranchUser = function EuiIconBranchUser(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- fillRule: "evenodd",
38
- d: "M6 7.987a3.49 3.49 0 0 0-2.5 1.05v-4.1a2 2 0 1 0-1 0v6.126a2 2 0 1 0 1.034.01A2.5 2.5 0 0 1 6 8.986h1a3.5 3.5 0 0 0 3.47-3.043 2 2 0 1 0-1.009-.017A2.5 2.5 0 0 1 7 7.987H6zM4 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm0 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0z",
39
- clipRule: "evenodd"
37
+ d: "m5.447 13.224-1 2-.894-.448 1-2zm3 0-1 2-.894-.448 1-2zm3 0-1 2-.894-.448 1-2zm-7-3-1 2-.894-.448 1-2zm3 0-1 2-.894-.448.925-1.848.075-.152zm3 0-1 2-.894-.448.925-1.848.075-.152zm3 0-.135.27-.865 1.73-.894-.448 1-2z"
40
38
  }), (0, _react2.jsx)("path", {
41
- d: "M13.5 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM9 15c.284-1.223 1.519-2.143 3-2.143s2.716.92 3 2.143H9z"
39
+ d: "M8 1a4 4 0 0 1 3.878 3.02 3.5 3.5 0 0 1 2.457 5.529l-.911-.455A2.5 2.5 0 0 0 11.5 5h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3.001 3.001 0 0 0 5.038 5.48l.117.727-.718-.16A2 2 0 0 0 2 8c0 .563.233 1.07.606 1.432l-.46.922A2.99 2.99 0 0 1 1 8a3 3 0 0 1 3-3 4 4 0 0 1 4-4"
42
40
  }));
43
41
  };
44
- var icon = exports.icon = EuiIconBranchUser;
42
+ var icon = exports.icon = EuiIconCloudRain;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconCloudSunny = function EuiIconCloudSunny(_ref) {
24
+ var EuiIconCloudSun = function EuiIconCloudSun(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,7 @@ var EuiIconCloudSunny = function EuiIconCloudSunny(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M10.746 5.005A5.5 5.5 0 0 1 10.5 16H4a4 4 0 0 1-1.61-7.663A4.473 4.473 0 0 1 2.029 7H.5a.5.5 0 0 1 0-1h1.527a4.479 4.479 0 0 1 .957-2.309L1.646 2.354a.5.5 0 1 1 .708-.708L3.69 2.984A4.479 4.479 0 0 1 6 2.027V.5a.5.5 0 0 1 1 0v1.528a4.493 4.493 0 0 1 2.309.956l1.337-1.338a.5.5 0 0 1 .708.708L10.016 3.69c.311.388.56.831.73 1.314ZM4 15h6.5a4.5 4.5 0 1 0-4.152-6.239A3.995 3.995 0 0 1 8 12a.5.5 0 1 1-1 0 3 3 0 1 0-3 3Zm5.691-9.94a3.5 3.5 0 1 0-6.33 2.991 4.029 4.029 0 0 1 2.106.227 5.505 5.505 0 0 1 4.224-3.219Z"
37
+ d: "M9 5a4 4 0 0 1 3.878 3.02A3.5 3.5 0 0 1 12.5 15H5a3 3 0 1 1 0-6q.001-.557.145-1.07A4.01 4.01 0 0 1 9 5m0 1a3 3 0 0 0-2.962 3.48l.117.727-.718-.16A2 2 0 1 0 5 14h7.5a2.5 2.5 0 0 0 0-4.999h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3 3 0 0 0 9 6M2.38 8.325l-.707.707-.707-.707.707-.707zM4.5 3a2.5 2.5 0 0 1 2.296 1.512 5 5 0 0 0-.864.54A1.5 1.5 0 0 0 3 5.5c0 .801.628 1.453 1.419 1.495q-.204.464-.31.97A2.497 2.497 0 0 1 4.5 3M1.005 5.995h-1v-1h1zm1.383-3.326-.708.707-.707-.707.707-.708zm5.649-.001-.707.707-.707-.707.707-.707zM5 2H4V1h1z"
38
38
  }));
39
39
  };
40
- var icon = exports.icon = EuiIconCloudSunny;
40
+ var icon = exports.icon = EuiIconCloudSun;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconKqlFunction = function EuiIconKqlFunction(_ref) {
24
+ var EuiIconCube = function EuiIconCube(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,7 @@ var EuiIconKqlFunction = function EuiIconKqlFunction(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M7 7H3v2h4v2l3-3-3-3v2ZM6 6V5a1 1 0 0 1 1.707-.707l3 3a1 1 0 0 1 0 1.414l-3 3A1 1 0 0 1 6 11v-1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h3Zm7.5-3a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Z"
37
+ d: "M7.66.06a1 1 0 0 1 .787.045l6 3A1 1 0 0 1 15 4v8a1 1 0 0 1-.553.895l-6 3a1 1 0 0 1-.894 0l-6-3A1 1 0 0 1 1 12V4a1 1 0 0 1 .553-.895l6-3zM2 12l5.5 2.75V7.309L2 4.559zm6.5-4.691v7.441L14 12V4.559zm-5.941-3.59L8 6.44l5.44-2.72L8 1z"
38
38
  }));
39
39
  };
40
- var icon = exports.icon = EuiIconKqlFunction;
40
+ var icon = exports.icon = EuiIconCube;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconCloudDrizzle = function EuiIconCloudDrizzle(_ref) {
24
+ var EuiIconKubernetesNamespace = function EuiIconKubernetesNamespace(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,9 @@ var EuiIconCloudDrizzle = function EuiIconCloudDrizzle(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M6.348 3.761A3.995 3.995 0 0 1 8 7a.5.5 0 0 1-1 0 3 3 0 1 0-4.878 2.34.5.5 0 0 1-.627.779 4 4 0 0 1 3.973-6.84 5.502 5.502 0 0 1 10.096 4.37.5.5 0 1 1-.92-.39 4.5 4.5 0 1 0-8.296-3.497Zm-1.61 4.935a.5.5 0 1 1 .775.633l-1.466 1.792a.5.5 0 1 1-.774-.633l1.466-1.792Zm-3.12 3.647a.5.5 0 0 1 .774.634l-1.505 1.84a.5.5 0 0 1-.774-.634l1.505-1.84Zm7.62-3.647a.5.5 0 0 1 .775.633l-1.466 1.792a.5.5 0 1 1-.774-.633l1.466-1.792Zm-3.12 3.647a.5.5 0 0 1 .774.634l-1.505 1.84a.5.5 0 0 1-.774-.634l1.505-1.84Zm7.62-3.647a.5.5 0 1 1 .775.633l-1.466 1.792a.5.5 0 1 1-.774-.633l1.466-1.792Zm-3.12 3.647a.5.5 0 0 1 .774.634l-1.505 1.84a.5.5 0 0 1-.774-.634l1.505-1.84Z"
37
+ d: "M5 6.233A2.1 2.1 0 0 1 6 6c.462 0 .843.117 1.144.318.3.2.492.462.616.708a2.3 2.3 0 0 1 .236.874l.003.067v.032L7.5 8l.5-.001V10h.5v1h-2v-1H7V8l-.001-.03a1.4 1.4 0 0 0-.133-.497.8.8 0 0 0-.275-.323C6.47 7.07 6.287 7 6 7c-.288 0-.47.07-.59.15a.8.8 0 0 0-.275.324 1.4 1.4 0 0 0-.133.497L5 8v2h.5v1h-2v-1H4V7h-.5V6H5zM12 7.5h-1a.5.5 0 1 0-.5.5 1.5 1.5 0 1 1-.5 2.912V11H9V9.5h1a.5.5 0 1 0 .5-.5 1.5 1.5 0 1 1 .5-2.913V6h1z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M7.66.06a1 1 0 0 1 .787.045l6 3 .104.06a1 1 0 0 1 .435.67l1 6a1 1 0 0 1-.205.79l-4 5A1 1 0 0 1 11 16H5a1 1 0 0 1-.781-.375l-4-5a1 1 0 0 1-.205-.79l1-6 .026-.115a1 1 0 0 1 .513-.615l6-3zM2 4l-1 6 4 5h6l4-5-1-6-6-3z"
38
40
  }));
39
41
  };
40
- var icon = exports.icon = EuiIconCloudDrizzle;
42
+ var icon = exports.icon = EuiIconKubernetesNamespace;
@@ -34,9 +34,7 @@ var EuiIconMemory = function EuiIconMemory(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M7 10h2V6H7zM3 10h2V6H3zM11.025 10h2V6h-2zM3.5 13.75h1v-2.4h-1zM6.175 13.75h1.001v-2.4H6.175zM8.85 13.75h1v-2.4h-1zM11.525 13.75h1v-2.4h-1z"
38
- }), (0, _react2.jsx)("path", {
39
- d: "M0 3v7.05h1v3.698h1v-3.699h12v3.699h1v-3.699h1V3H0Zm1 6h14V4H1v5Z"
37
+ d: "M15 3a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 13h1v-1H2zm2 0h1v-1H4zm5 0h1v-1H9zm2 0h1v-1h-1zm2 0h1v-1h-1zM1 7h1v1H1v3h14V8h-1V7h1V4H1zm11-2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM4 9h2V6H4zm3 0h2V6H7zm3 0h2V6h-2z"
40
38
  }));
41
39
  };
42
40
  var icon = exports.icon = EuiIconMemory;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconContinuityBelow = function EuiIconContinuityBelow(_ref) {
24
+ var EuiIconProductTimelion = function EuiIconProductTimelion(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,7 @@ var EuiIconContinuityBelow = function EuiIconContinuityBelow(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M11.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0V9H5v1.5a.5.5 0 0 1-.82.384l-3-2.5a.5.5 0 0 1 0-.768l3-2.5A.5.5 0 0 1 5 5.5V7h6V3.5a.5.5 0 0 1 .5-.5zm3 0a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0v-9a.5.5 0 0 1 .5-.5z"
37
+ d: "M8 6.15c.797-.88 1.787-1.296 2.831-1.101 1.409.263 2.313 1.565 2.314 2.951 0 1.694-.509 3.122-1.147 4.144a5.4 5.4 0 0 1-1.052 1.25c-.235.2-.563.427-.946.538V14c0 .366-.1.708-.272 1.003l-.021.033a2 2 0 0 1-.222.298l-.04.045a2 2 0 0 1-.396.32l-.058.035a2 2 0 0 1-.357.162 2 2 0 0 1-.256.066q-.078.015-.157.024l-.028.003Q8.098 16 8 16q-.099-.001-.194-.01l-.028-.004a2 2 0 0 1-.335-.066l-.052-.016a2 2 0 0 1-.456-.214l-.069-.043a2 2 0 0 1-.126-.094l-.052-.045a2 2 0 0 1-.132-.127q-.025-.026-.048-.053a2 2 0 0 1-.293-.429l-.02-.043A2 2 0 0 1 6 14v-.068c-.383-.111-.71-.339-.946-.537a5.4 5.4 0 0 1-1.052-1.251C3.364 11.122 2.856 9.694 2.855 8c0-1.386.905-2.688 2.314-2.951C6.213 4.854 7.203 5.27 8 6.15M8 0a8 8 0 0 1 2.543 15.584c.232-.371.387-.794.438-1.25a7 7 0 0 0 4-5.838L14 8.5l-.002-.999.98-.004a7 7 0 0 0-.678-2.548l-.842.488-.5-.867.843-.487a7 7 0 0 0-1.87-1.874l-.487.845-.866-.5.487-.847a7 7 0 0 0-2.555-.686v.976h-1V1.02a7 7 0 0 0-2.562.678l.491.85-.866.5-.491-.85A7 7 0 0 0 2.206 4.07l.85.492-.5.865-.85-.491a7 7 0 0 0-.686 2.56H2v1h-.98a7 7 0 0 0 3.999 5.838c.05.456.206.88.437 1.25A8 8 0 0 1 8 0m0 13.567a2.65 2.65 0 0 1-1 .386V14a1 1 0 0 0 2 0v-.047a2.65 2.65 0 0 1-1-.386M12.116 8c0-2-2.573-3.25-4.116 0-1.543-3.25-4.116-2-4.116 0l.005.278c.103 2.753 1.71 4.6 2.492 4.716l.075.006c.394 0 .691-.095.914-.225a1 1 0 0 1-.077-.068l-1-1A1 1 0 0 1 7 10h2a1 1 0 0 1 .707 1.707l-1 1a1 1 0 0 1-.077.068c.177.104.402.185.684.213l.23.012c.748 0 2.46-1.878 2.567-4.722zM8 12l1-1H7zM6 8a1 1 0 0 1 1 1H5a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1H9a1 1 0 0 1 1-1"
38
38
  }));
39
39
  };
40
- var icon = exports.icon = EuiIconContinuityBelow;
40
+ var icon = exports.icon = EuiIconProductTimelion;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconProductTsvb = function EuiIconProductTsvb(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M2 14h13v1H2a1 1 0 0 1-1-1V1h1z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M5 6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1zm-1 6h1V7H4zm5-4a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1zm-1 4h1V9H8z"
40
+ }), (0, _react2.jsx)("path", {
41
+ d: "M13.436 1.56a.88.88 0 0 1 .846-.064l.123.067.176.123A3.498 3.498 0 0 1 14 7.66v3.84a1.5 1.5 0 0 1-3 0V7.66a3.498 3.498 0 0 1-.405-6.097l.123-.067a.88.88 0 0 1 .847.065.97.97 0 0 1 .435.817V4h1V2.378c0-.34.17-.645.435-.817M14 4v1h-3V2.5a2.502 2.502 0 0 0 .667 4.358l.333.118V11.5a.5.5 0 0 0 1 0V6.976l.333-.118A2.502 2.502 0 0 0 14 2.5z"
42
+ }));
43
+ };
44
+ var icon = exports.icon = EuiIconProductTsvb;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconNamespace = function EuiIconNamespace(_ref) {
24
+ var EuiIconPush = function EuiIconPush(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -29,15 +29,12 @@ var EuiIconNamespace = function EuiIconNamespace(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
- fillRule: "evenodd",
39
- d: "M1 1h14v14H1V1zm13 12v1H2V2h12v11zM6 6h4v4H6V6zm-1 5V5h6v6H5z",
40
- clipRule: "evenodd"
37
+ d: "M15 13h-1V3h1zM7.617 3.076a1 1 0 0 1 1.09.217l4 4a1 1 0 0 1 0 1.414l-4 4A1 1 0 0 1 7 12v-2H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5V4a1 1 0 0 1 .617-.924M8 7H2v2h6v3l4-4-4-4z"
41
38
  }));
42
39
  };
43
- var icon = exports.icon = EuiIconNamespace;
40
+ var icon = exports.icon = EuiIconPush;
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
21
21
  // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- var EuiIconFunction = function EuiIconFunction(_ref) {
24
+ var EuiIconTransitionRightIn = function EuiIconTransitionRightIn(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,7 +34,9 @@ var EuiIconFunction = function EuiIconFunction(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M13 2.226v2.218c-.359-.143-.845-.218-1.315-.218-1.059 0-1.631.519-1.802 1.565l-.168.937h2.798v2.159H9.41l-.313 1.674C8.696 12.987 7.261 14 4.785 14c-.718 0-1.35-.092-1.785-.251v-2.243c.418.176.905.268 1.383.268 1.008 0 1.546-.435 1.725-1.523l.24-1.364H3.787V6.728h2.812l.288-1.264C7.286 3.071 8.662 2 11.352 2c.598 0 1.306.1 1.648.226z"
37
+ d: "m3.293 8 2.853 2.854.708-.707L5.207 8.5H9v-1H5.207l1.647-1.646-.708-.708z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm12 12.207V14h-.793L11 11.793v-1.586zM11.793 14H11v-.793zM10 14H2V2h8zm4-3.793v1.586l-3-3V7.207zm0-3v1.586l-3-3V4.207zm0-3v1.586l-3-3V2h.793zm0-1.414L13.207 2H14z"
38
40
  }));
39
41
  };
40
- var icon = exports.icon = EuiIconFunction;
42
+ var icon = exports.icon = EuiIconTransitionRightIn;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconTransitionRightOut = function EuiIconTransitionRightOut(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M5.146 5.854 6.793 7.5H3v1h3.793l-1.647 1.646.708.707L8.707 8 5.854 5.146z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm12 12.207V14h-.793L11 11.793v-1.586zM11.793 14H11v-.793zM10 14H2V2h8zm4-3.793v1.586l-3-3V7.207zm0-3v1.586l-3-3V4.207zm0-3v1.586l-3-3V2h.793zm0-1.414L13.207 2H14z"
40
+ }));
41
+ };
42
+ var icon = exports.icon = EuiIconTransitionRightOut;
@@ -34,9 +34,7 @@ var EuiIconWrench = function EuiIconWrench(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- fillRule: "evenodd",
38
- d: "M11.28 2.013 10 3.293V6h2.707l1.28-1.28a3 3 0 1 1-2.707-2.707Zm1.165-.744a4 4 0 0 0-5.31 4.767l-5.55 5.55a2 2 0 1 0 2.83 2.828l5.549-5.55A4.005 4.005 0 0 0 15 5c0-.509-.095-.996-.27-1.445a.5.5 0 0 0-.819-.173L12.293 5H11V3.707l1.618-1.618a.5.5 0 0 0-.173-.82ZM8.968 8.446l-5.26 5.261a1 1 0 0 1-1.415-1.414l5.26-5.261c.345.582.833 1.07 1.415 1.414Z",
39
- clipRule: "evenodd"
37
+ d: "M13.121 7.121a3 3 0 0 0 .874-2.287L11.707 7.12 8.878 4.293l2.288-2.288A3 3 0 0 0 8.173 6.01l.106.298-5.986 5.986a1 1 0 0 0 1.414 1.414l5.986-5.986.298.105a3 3 0 0 0 3.13-.705m.707.708a4 4 0 0 1-3.863 1.034l-5.55 5.551a2 2 0 1 1-2.83-2.828l5.552-5.551a3.997 3.997 0 0 1 4.328-5.008l.143.028a.88.88 0 0 1 .62.628.97.97 0 0 1-.258.933l-1.677 1.677 1.414 1.414 1.677-1.677a.97.97 0 0 1 .933-.26c.29.079.54.3.628.622l.027.143.02.22a4 4 0 0 1-1.164 3.074"
40
38
  }));
41
39
  };
42
40
  var icon = exports.icon = EuiIconWrench;
@@ -18,7 +18,7 @@ var _react2 = require("@emotion/react");
18
18
 
19
19
  describe('EuiIcons', function () {
20
20
  describe('Automated accessibility check for glyph icons', function () {
21
- var GlyphIcons = ['accessibility', 'aggregate', 'analyzeEvent', 'annotation', 'apps', 'article', 'asterisk', 'bell', 'bellSlash', 'beta', 'bolt', 'boxesVertical', 'branch', 'branchUser', 'broom', 'brush', 'bug', 'bullseye', 'calendar', 'check', 'clock', 'cloudDrizzle', 'cloudStormy', 'cloudSunny', 'cluster', 'container', 'continuityAbove', 'continuityAboveBelow', 'continuityBelow', 'continuityWithin', 'copy', 'cross', 'cube', 'database', 'document', 'documents', 'documentsCheck', 'documentation', 'dot', 'dotInCircle', 'download', 'empty', 'eraser', 'eye', 'faceHappy', 'faceNeutral', 'faceSad', 'filter', 'filterExclude', 'filterIgnore', 'filterInclude', 'flag', 'fold', 'folderCheck', 'folderClosed', 'folderExclamation', 'folderOpen', 'frameNext', 'framePrevious', 'fullScreen', 'fullScreenExit', 'function', 'gear', 'globe', 'grid', 'heart', 'help', 'home', 'info', 'image', 'indexClose', 'indexEdit', 'indexOpen', 'indexRuntime', 'indexSettings', 'infinity', 'inputOutput', 'inspect', 'ip', 'keyboard', 'kqlFunction', 'kubernetesNode', 'kubernetesPod', 'layers', 'lineSolid', 'link', 'lock', 'lockOpen', 'logstashFilter', 'logstashInput', 'logstashOutput', 'magnet', 'memory', 'merge', 'menu', 'menuDown', 'menuLeft', 'menuRight', 'menuUp', 'minimize', 'minus', 'mobile', 'moon', 'namespace', 'nested', 'number', 'package', 'pageSelect', 'pagesSelect', 'paperClip', 'partial', 'pause', 'payment', 'pencil', 'percent', 'pin', 'play', 'plus', 'question', 'quote', 'refresh', 'reporter', 'save', 'scale', 'securitySignalDetected', 'securitySignalResolved', 'sessionViewer', 'shard', 'share', 'significantEvents', 'snowflake', 'sortable', 'sortAscending', 'sortDescending', 'sortDown', 'sortLeft', 'sortRight', 'sortUp', 'spaces', 'sparkles', 'starEmptySpace', 'starMinusEmpty', 'starPlusEmpty', 'stats', 'stop', 'stopSlash', 'storage', 'string', 'sun', 'symlink', 'tableCross', 'tableGear', 'tableOfContents', 'tablePencil', 'tablePlay', 'tablePlus', 'tag', 'tear', 'timeline', 'timelinePointer', 'timelineWithArrow', 'trash', 'unfold', 'user', 'users', 'videoPlayer', 'visGoal', 'visTimelion', 'visVisualBuilder', 'warning', 'wordWrap', 'wordWrapDisabled', 'wrench'];
21
+ var GlyphIcons = ['accessibility', 'aggregate', 'analyzeEvent', 'annotation', 'anomalySwimLane', 'apps', 'article', 'asterisk', 'bell', 'bellSlash', 'beta', 'bolt', 'boxesVertical', 'branch', 'broom', 'brush', 'bug', 'bullseye', 'calendar', 'check', 'clock', 'cloudBolt', 'cloudRain', 'cloudSun', 'cluster', 'container', 'continuityAbove', 'continuityWithin', 'copy', 'cross', 'cube', 'database', 'document', 'documentation', 'documents', 'documentsCheck', 'dot', 'dotInCircle', 'download', 'empty', 'eraser', 'esqlVis', 'eye', 'faceHappy', 'faceNeutral', 'faceSad', 'filter', 'filterExclude', 'filterIgnore', 'filterInclude', 'flag', 'fold', 'folder', 'folderCheck', 'folderExclamation', 'folderOpen', 'frameNext', 'framePrevious', 'fullScreen', 'fullScreenExit', 'gear', 'globe', 'grid', 'heart', 'help', 'home', 'image', 'index', 'indexClose', 'indexEdit', 'indexOpen', 'indexRuntime', 'indexSettings', 'infinity', 'info', 'inputOutput', 'inspect', 'ip', 'keyboard', 'kubernetesNamespace', 'kubernetesNode', 'kubernetesPod', 'layers', 'lineSolid', 'link', 'lock', 'lockOpen', 'logstashFilter', 'logstashInput', 'logstashOutput', 'memory', 'menu', 'menuLeft', 'menuRight', 'merge', 'minimize', 'minus', 'mobile', 'moon', 'nested', 'number', 'package', 'pagesSelect', 'paperClip', 'partial', 'pause', 'payment', 'pencil', 'percent', 'pin', 'play', 'plus', 'productTimelion', 'productTSVB', 'push', 'question', 'quote', 'refresh', 'reporter', 'save', 'scale', 'securitySignalDetected', 'sessionViewer', 'shard', 'share', 'significantEvents', 'snowflake', 'sortable', 'sortAscending', 'sortDescending', 'sortDown', 'sortLeft', 'sortRight', 'sortUp', 'singleMetricViewer', 'spaces', 'sparkles', 'starEmptySpace', 'starFillSpace', 'starMinusEmpty', 'starMinusFill', 'starPlusEmpty', 'starPlusFill', 'stats', 'stop', 'stopSlash', 'storage', 'string', 'sun', 'symlink', 'tableCross', 'tableGear', 'tableOfContents', 'tablePencil', 'tablePlay', 'tablePlus', 'tag', 'timeline', 'timelinePointer', 'timelineWithArrow', 'transitionBottomIn', 'transitionBottomOut', 'transitionLeftIn', 'transitionLeftOut', 'transitionRightIn', 'transitionRightOut', 'transitionTopIn', 'transitionTopOut', 'trash', 'unfold', 'user', 'users', 'videoPlayer', 'visGoal', 'warning', 'wordWrap', 'wordWrapDisabled', 'wrench'];
22
22
  var GlyphGrid = function GlyphGrid() {
23
23
  return (0, _react2.jsx)("div", null, GlyphIcons.map(function (glyph) {
24
24
  return (0, _react2.jsx)(_icon.EuiIcon, {