@elastic/eui 112.1.0 → 112.2.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 (309) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/basic_table/basic_table.js +7 -6
  5. package/es/components/basic_table/in_memory_table.js +4 -4
  6. package/es/components/button/button_display/_button_display_content.js +1 -1
  7. package/es/components/button/button_empty/button_empty.js +1 -1
  8. package/es/components/button/button_group/button_group.js +1 -1
  9. package/es/components/button/button_group/button_group_button.js +1 -1
  10. package/es/components/button/button_icon/button_icon.js +1 -1
  11. package/es/components/call_out/call_out.js +1 -1
  12. package/es/components/card/card.js +1 -1
  13. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  14. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  15. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  16. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  17. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  19. package/es/components/comment_list/comment.js +2 -2
  20. package/es/components/comment_list/comment_event.js +1 -1
  21. package/es/components/comment_list/comment_list.js +2 -2
  22. package/es/components/comment_list/comment_timeline.js +1 -1
  23. package/es/components/context_menu/context_menu_item.js +1 -1
  24. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  25. package/es/components/datagrid/body/data_grid_body.js +7 -7
  26. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  27. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  28. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  29. package/es/components/datagrid/controls/column_sorting.js +7 -7
  30. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  31. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  32. package/es/components/datagrid/utils/in_memory.js +6 -6
  33. package/es/components/date_picker/date_picker.js +2 -2
  34. package/es/components/date_picker/date_picker_range.js +1 -1
  35. package/es/components/empty_prompt/empty_prompt.js +1 -1
  36. package/es/components/form/field_number/field_number.js +2 -2
  37. package/es/components/form/field_text/field_text.js +2 -2
  38. package/es/components/form/form_control_button/form_control_button.js +1 -1
  39. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  40. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  41. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  42. package/es/components/form/text_area/text_area.js +2 -2
  43. package/es/components/header/header_links/header_link.js +1 -1
  44. package/es/components/header/header_links/header_links.js +1 -1
  45. package/es/components/header/header_logo/header_logo.js +1 -1
  46. package/es/components/header/header_section/header_section_item_button.js +1 -1
  47. package/es/components/icon/assets/documents.js +5 -1
  48. package/es/components/icon/assets/{folder.js → folder_close.js} +3 -5
  49. package/es/components/icon/assets/folder_open.js +3 -1
  50. package/es/components/icon/assets/index_close.js +9 -1
  51. package/es/components/icon/assets/index_edit.js +9 -1
  52. package/es/components/icon/assets/index_open.js +9 -1
  53. package/es/components/icon/assets/index_runtime.js +6 -2
  54. package/es/components/icon/assets/index_settings.js +4 -4
  55. package/es/components/icon/assets/kubernetes_pod.js +1 -4
  56. package/es/components/icon/assets/pages_select.js +5 -2
  57. package/es/components/icon/assets/section.js +5 -1
  58. package/es/components/icon/assets/timeline_with_arrow.js +8 -1
  59. package/es/components/icon/assets/workflow.js +1 -3
  60. package/es/components/icon/icon.js +1 -1
  61. package/es/components/icon/icon_map.js +5 -4
  62. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  63. package/es/components/list_group/list_group.js +2 -2
  64. package/es/components/list_group/list_group_item.js +2 -2
  65. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  66. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  67. package/es/components/loading/loading_logo.js +1 -1
  68. package/es/components/markdown_editor/markdown_editor.js +1 -1
  69. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  70. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  71. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  72. package/es/components/page/page_header/page_header_content.js +1 -1
  73. package/es/components/pagination/pagination_button.js +1 -1
  74. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  75. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  76. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  77. package/es/components/table/table_header_cell.js +1 -1
  78. package/es/components/timeline/timeline_item_icon.js +1 -1
  79. package/es/components/toast/global_toast_list.js +1 -1
  80. package/es/components/toast/toast.js +1 -1
  81. package/es/components/tool_tip/icon_tip.js +1 -1
  82. package/eui.d.ts +5 -14
  83. package/lib/components/avatar/avatar.js +1 -1
  84. package/lib/components/badge/badge.js +1 -1
  85. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  86. package/lib/components/basic_table/basic_table.js +7 -6
  87. package/lib/components/basic_table/in_memory_table.js +4 -4
  88. package/lib/components/button/button_display/_button_display_content.js +1 -1
  89. package/lib/components/button/button_empty/button_empty.js +1 -1
  90. package/lib/components/button/button_group/button_group.js +1 -1
  91. package/lib/components/button/button_group/button_group_button.js +1 -1
  92. package/lib/components/button/button_icon/button_icon.js +1 -1
  93. package/lib/components/call_out/call_out.js +1 -1
  94. package/lib/components/card/card.js +1 -1
  95. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  96. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  97. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  98. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  99. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  100. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  101. package/lib/components/comment_list/comment.js +2 -2
  102. package/lib/components/comment_list/comment_event.js +1 -1
  103. package/lib/components/comment_list/comment_list.js +2 -2
  104. package/lib/components/comment_list/comment_timeline.js +1 -1
  105. package/lib/components/context_menu/context_menu_item.js +1 -1
  106. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  107. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  108. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  109. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  110. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  111. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  112. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  113. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  114. package/lib/components/datagrid/utils/in_memory.js +6 -6
  115. package/lib/components/date_picker/date_picker.js +2 -2
  116. package/lib/components/date_picker/date_picker_range.js +1 -1
  117. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  118. package/lib/components/form/field_number/field_number.js +2 -2
  119. package/lib/components/form/field_text/field_text.js +2 -2
  120. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  121. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  122. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  123. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  124. package/lib/components/form/text_area/text_area.js +2 -2
  125. package/lib/components/header/header_links/header_link.js +1 -1
  126. package/lib/components/header/header_links/header_links.js +1 -1
  127. package/lib/components/header/header_logo/header_logo.js +1 -1
  128. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  129. package/lib/components/icon/assets/documents.js +5 -1
  130. package/lib/components/icon/assets/{folder.js → folder_close.js} +3 -5
  131. package/lib/components/icon/assets/folder_open.js +3 -1
  132. package/lib/components/icon/assets/index_close.js +9 -1
  133. package/lib/components/icon/assets/index_edit.js +9 -1
  134. package/lib/components/icon/assets/index_open.js +9 -1
  135. package/lib/components/icon/assets/index_runtime.js +6 -2
  136. package/lib/components/icon/assets/index_settings.js +4 -4
  137. package/lib/components/icon/assets/kubernetes_pod.js +1 -4
  138. package/lib/components/icon/assets/pages_select.js +5 -2
  139. package/lib/components/icon/assets/section.js +5 -1
  140. package/lib/components/icon/assets/timeline_with_arrow.js +8 -1
  141. package/lib/components/icon/assets/workflow.js +1 -3
  142. package/lib/components/icon/icon.js +1 -1
  143. package/lib/components/icon/icon_map.js +5 -4
  144. package/lib/components/icon/svgs/documents.svg +2 -1
  145. package/lib/components/icon/svgs/folder_close.svg +3 -0
  146. package/lib/components/icon/svgs/folder_open.svg +3 -2
  147. package/lib/components/icon/svgs/index_close.svg +4 -1
  148. package/lib/components/icon/svgs/index_edit.svg +3 -1
  149. package/lib/components/icon/svgs/index_open.svg +4 -1
  150. package/lib/components/icon/svgs/index_runtime.svg +3 -2
  151. package/lib/components/icon/svgs/index_settings.svg +2 -5
  152. package/lib/components/icon/svgs/kubernetes_pod.svg +3 -3
  153. package/lib/components/icon/svgs/pages_select.svg +4 -2
  154. package/lib/components/icon/svgs/section.svg +4 -1
  155. package/lib/components/icon/svgs/timeline_with_arrow.svg +5 -5
  156. package/lib/components/icon/svgs/workflow.svg +1 -1
  157. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  158. package/lib/components/list_group/list_group.js +2 -2
  159. package/lib/components/list_group/list_group_item.js +2 -2
  160. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  161. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  162. package/lib/components/loading/loading_logo.js +1 -1
  163. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  164. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  165. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  166. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  167. package/lib/components/page/page_header/page_header_content.js +1 -1
  168. package/lib/components/pagination/pagination_button.js +1 -1
  169. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  170. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  171. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  172. package/lib/components/table/table_header_cell.js +1 -1
  173. package/lib/components/timeline/timeline_item_icon.js +1 -1
  174. package/lib/components/toast/global_toast_list.js +1 -1
  175. package/lib/components/toast/toast.js +1 -1
  176. package/lib/components/tool_tip/icon_tip.js +1 -1
  177. package/optimize/es/components/basic_table/basic_table.js +3 -2
  178. package/optimize/es/components/icon/assets/documents.js +5 -1
  179. package/optimize/es/components/icon/assets/{folder.js → folder_close.js} +3 -5
  180. package/optimize/es/components/icon/assets/folder_open.js +3 -1
  181. package/optimize/es/components/icon/assets/index_close.js +9 -1
  182. package/optimize/es/components/icon/assets/index_edit.js +9 -1
  183. package/optimize/es/components/icon/assets/index_open.js +9 -1
  184. package/optimize/es/components/icon/assets/index_runtime.js +6 -2
  185. package/optimize/es/components/icon/assets/index_settings.js +4 -4
  186. package/optimize/es/components/icon/assets/kubernetes_pod.js +1 -4
  187. package/optimize/es/components/icon/assets/pages_select.js +5 -2
  188. package/optimize/es/components/icon/assets/section.js +5 -1
  189. package/optimize/es/components/icon/assets/timeline_with_arrow.js +8 -1
  190. package/optimize/es/components/icon/assets/workflow.js +1 -3
  191. package/optimize/es/components/icon/icon_map.js +5 -4
  192. package/optimize/lib/components/basic_table/basic_table.js +3 -2
  193. package/optimize/lib/components/icon/assets/documents.js +5 -1
  194. package/optimize/lib/components/icon/assets/{folder.js → folder_close.js} +3 -5
  195. package/optimize/lib/components/icon/assets/folder_open.js +3 -1
  196. package/optimize/lib/components/icon/assets/index_close.js +9 -1
  197. package/optimize/lib/components/icon/assets/index_edit.js +9 -1
  198. package/optimize/lib/components/icon/assets/index_open.js +9 -1
  199. package/optimize/lib/components/icon/assets/index_runtime.js +6 -2
  200. package/optimize/lib/components/icon/assets/index_settings.js +4 -4
  201. package/optimize/lib/components/icon/assets/kubernetes_pod.js +1 -4
  202. package/optimize/lib/components/icon/assets/pages_select.js +5 -2
  203. package/optimize/lib/components/icon/assets/section.js +5 -1
  204. package/optimize/lib/components/icon/assets/timeline_with_arrow.js +8 -1
  205. package/optimize/lib/components/icon/assets/workflow.js +1 -3
  206. package/optimize/lib/components/icon/icon_map.js +5 -4
  207. package/optimize/lib/components/icon/svgs/documents.svg +2 -1
  208. package/optimize/lib/components/icon/svgs/folder_close.svg +3 -0
  209. package/optimize/lib/components/icon/svgs/folder_open.svg +3 -2
  210. package/optimize/lib/components/icon/svgs/index_close.svg +4 -1
  211. package/optimize/lib/components/icon/svgs/index_edit.svg +3 -1
  212. package/optimize/lib/components/icon/svgs/index_open.svg +4 -1
  213. package/optimize/lib/components/icon/svgs/index_runtime.svg +3 -2
  214. package/optimize/lib/components/icon/svgs/index_settings.svg +2 -5
  215. package/optimize/lib/components/icon/svgs/kubernetes_pod.svg +3 -3
  216. package/optimize/lib/components/icon/svgs/pages_select.svg +4 -2
  217. package/optimize/lib/components/icon/svgs/section.svg +4 -1
  218. package/optimize/lib/components/icon/svgs/timeline_with_arrow.svg +5 -5
  219. package/optimize/lib/components/icon/svgs/workflow.svg +1 -1
  220. package/package.json +1 -1
  221. package/test-env/components/avatar/avatar.js +1 -1
  222. package/test-env/components/badge/badge.js +1 -1
  223. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  224. package/test-env/components/basic_table/basic_table.js +7 -6
  225. package/test-env/components/basic_table/in_memory_table.js +4 -4
  226. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  227. package/test-env/components/button/button_empty/button_empty.js +1 -1
  228. package/test-env/components/button/button_group/button_group.js +1 -1
  229. package/test-env/components/button/button_group/button_group_button.js +1 -1
  230. package/test-env/components/button/button_icon/button_icon.js +1 -1
  231. package/test-env/components/call_out/call_out.js +1 -1
  232. package/test-env/components/card/card.js +1 -1
  233. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  234. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  235. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  236. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  237. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  238. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  239. package/test-env/components/comment_list/comment.js +2 -2
  240. package/test-env/components/comment_list/comment_event.js +1 -1
  241. package/test-env/components/comment_list/comment_list.js +2 -2
  242. package/test-env/components/comment_list/comment_timeline.js +1 -1
  243. package/test-env/components/context_menu/context_menu_item.js +1 -1
  244. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  245. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  246. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  247. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  248. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  249. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  250. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  251. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  252. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  253. package/test-env/components/date_picker/date_picker.js +2 -2
  254. package/test-env/components/date_picker/date_picker_range.js +1 -1
  255. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  256. package/test-env/components/form/field_number/field_number.js +2 -2
  257. package/test-env/components/form/field_text/field_text.js +2 -2
  258. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  259. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  260. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  261. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  262. package/test-env/components/form/text_area/text_area.js +2 -2
  263. package/test-env/components/header/header_links/header_link.js +1 -1
  264. package/test-env/components/header/header_links/header_links.js +1 -1
  265. package/test-env/components/header/header_logo/header_logo.js +1 -1
  266. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  267. package/test-env/components/icon/assets/documents.js +5 -1
  268. package/test-env/components/icon/assets/{folder.js → folder_close.js} +3 -5
  269. package/test-env/components/icon/assets/folder_open.js +3 -1
  270. package/test-env/components/icon/assets/index_close.js +9 -1
  271. package/test-env/components/icon/assets/index_edit.js +9 -1
  272. package/test-env/components/icon/assets/index_open.js +9 -1
  273. package/test-env/components/icon/assets/index_runtime.js +6 -2
  274. package/test-env/components/icon/assets/index_settings.js +4 -4
  275. package/test-env/components/icon/assets/kubernetes_pod.js +1 -4
  276. package/test-env/components/icon/assets/pages_select.js +5 -2
  277. package/test-env/components/icon/assets/section.js +5 -1
  278. package/test-env/components/icon/assets/timeline_with_arrow.js +8 -1
  279. package/test-env/components/icon/assets/workflow.js +1 -3
  280. package/test-env/components/icon/icon_map.js +5 -4
  281. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  282. package/test-env/components/list_group/list_group.js +2 -2
  283. package/test-env/components/list_group/list_group_item.js +2 -2
  284. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  285. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  286. package/test-env/components/loading/loading_logo.js +1 -1
  287. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  288. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  289. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  290. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  291. package/test-env/components/page/page_header/page_header_content.js +1 -1
  292. package/test-env/components/pagination/pagination_button.js +1 -1
  293. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  294. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  295. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  296. package/test-env/components/table/table_header_cell.js +1 -1
  297. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  298. package/test-env/components/toast/global_toast_list.js +1 -1
  299. package/test-env/components/toast/toast.js +1 -1
  300. package/test-env/components/tool_tip/icon_tip.js +1 -1
  301. package/es/components/icon/assets/folder_closed.js +0 -33
  302. package/lib/components/icon/assets/folder_closed.js +0 -40
  303. package/lib/components/icon/svgs/folder.svg +0 -3
  304. package/lib/components/icon/svgs/folder_closed.svg +0 -3
  305. package/optimize/es/components/icon/assets/folder_closed.js +0 -32
  306. package/optimize/lib/components/icon/assets/folder_closed.js +0 -40
  307. package/optimize/lib/components/icon/svgs/folder.svg +0 -3
  308. package/optimize/lib/components/icon/svgs/folder_closed.svg +0 -3
  309. package/test-env/components/icon/assets/folder_closed.js +0 -40
@@ -26,7 +26,15 @@ var EuiIconIndexClose = function EuiIconIndexClose(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M12 2H2v11h6v1H1V1h12v6h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h3v1H5ZM3 8V7h1v1H3Zm2 3v-1h2v1H5Zm5.5-1.207L9.086 8.379l-.707.707L9.793 10.5l-1.414 1.414.707.707 1.414-1.414 1.414 1.414.707-.707-1.414-1.414 1.414-1.414-.707-.707L10.5 9.793ZM3 11v-1h1v1H3Zm7.5-5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z"
29
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
30
+ }), ___EmotionJSX("path", {
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
33
+ clipRule: "evenodd"
34
+ }), ___EmotionJSX("path", {
35
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
36
+ }), ___EmotionJSX("path", {
37
+ d: "m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"
30
38
  }));
31
39
  };
32
40
  export var icon = EuiIconIndexClose;
@@ -26,7 +26,15 @@ var EuiIconIndexEdit = function EuiIconIndexEdit(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M12 2H2v11h4v1H1V1h12v5h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h6v1H5ZM3 8V7h1v1H3Zm2 3v-1h3v1H5Zm-2 0v-1h1v1H3Zm4.502 1.41L12.913 7 15 9.087l-5.41 5.41L7 15l.502-2.59Z"
29
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
30
+ }), ___EmotionJSX("path", {
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
33
+ clipRule: "evenodd"
34
+ }), ___EmotionJSX("path", {
35
+ fillRule: "evenodd",
36
+ d: "M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z",
37
+ clipRule: "evenodd"
30
38
  }));
31
39
  };
32
40
  export var icon = EuiIconIndexEdit;
@@ -26,7 +26,15 @@ var EuiIconIndexOpen = function EuiIconIndexOpen(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M12 2H2v11h6v1H1V1h12v6h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h3v1H5ZM3 8V7h1v1H3Zm2 3v-1h2v1H5Zm5-1H8v1h2v2h1v-2h2v-1h-2V8h-1v2Zm-7 1v-1h1v1H3Zm7.5-5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z"
29
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
30
+ }), ___EmotionJSX("path", {
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
33
+ clipRule: "evenodd"
34
+ }), ___EmotionJSX("path", {
35
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
36
+ }), ___EmotionJSX("path", {
37
+ d: "M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"
30
38
  }));
31
39
  };
32
40
  export var icon = EuiIconIndexOpen;
@@ -26,9 +26,13 @@ var EuiIconIndexRuntime = function EuiIconIndexRuntime(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M12 2H2v11h6v1H1V1h12v6.839l-1-.707V2z"
29
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"
30
30
  }), ___EmotionJSX("path", {
31
- d: "M8 11v-1H5v1h3zm0-3.055c0-.342.082-.664.23-.945H5v1h3v-.055zM5 5h5.999V4H5v1zM3 4v1h1V4H3zm0 3v1h1V7H3zm0 3v1h1v-1H3zm11.607.2-4.32-3.055C9.727 6.75 9 7.204 9 7.945v6.108c0 .74.726 1.196 1.287.8l4.32-3.055c.524-.37.524-1.228 0-1.598z"
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
33
+ clipRule: "evenodd"
34
+ }), ___EmotionJSX("path", {
35
+ d: "M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"
32
36
  }));
33
37
  };
34
38
  export var icon = EuiIconIndexRuntime;
@@ -26,11 +26,11 @@ var EuiIconIndexSettings = function EuiIconIndexSettings(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M5 5h5.999V4H5v1ZM3 5h1V4H3v1Zm0 3h1V7H3v1Zm6.022-1-.15.333-.737-.078-.467-.05-.33.342A5.13 5.13 0 0 0 6.948 8H5V7h4.022Zm-3.005 3L6 10.056l.306.411.399.533H5v-1h1.017ZM3 11h1v-1H3v1Z"
29
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
30
30
  }), ___EmotionJSX("path", {
31
- d: "m13 7.05-.162-.359-.2-.447-.47-.11A5.019 5.019 0 0 0 12 6.098V2H2v11h4.36c.157.354.355.69.59 1H1V1h12v6.05Z"
32
- }), ___EmotionJSX("path", {
33
- d: "M11.004 7c.322 0 .646.036.966.109l.595 1.293 1.465-.152c.457.462.786 1.016.969 1.61l-.87 1.14.871 1.141a3.94 3.94 0 0 1-.387.859 4.058 4.058 0 0 1-.583.75l-1.465-.152-.594 1.292a4.37 4.37 0 0 1-1.941.001l-.594-1.293-1.466.152a3.954 3.954 0 0 1-.969-1.61l.87-1.14L7 9.86a3.947 3.947 0 0 1 .97-1.61l1.466.152.593-1.292a4.37 4.37 0 0 1 .975-.11ZM11 12a1 1 0 1 0 .002-1.998A1 1 0 0 0 11 12Z"
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
33
+ clipRule: "evenodd"
34
34
  }));
35
35
  };
36
36
  export var icon = EuiIconIndexSettings;
@@ -21,15 +21,12 @@ var EuiIconKubernetesPod = function EuiIconKubernetesPod(_ref) {
21
21
  xmlns: "http://www.w3.org/2000/svg",
22
22
  width: 16,
23
23
  height: 16,
24
- fill: "none",
25
24
  viewBox: "0 0 16 16",
26
25
  "aria-labelledby": titleId
27
26
  }, props), title ? ___EmotionJSX("title", {
28
27
  id: titleId
29
28
  }, title) : null, ___EmotionJSX("path", {
30
- fillRule: "evenodd",
31
- d: "M14 5.151v6.269l-5.5 3.142V8.29L14 5.151zm-.508-.861L8 1.152 2.508 4.29 8 7.424l5.492-3.134zM2 5.151l5.5 3.14v6.272L2 11.42V5.15zM15 12l-7 4-7-4V4l7-4 7 4v8z",
32
- clipRule: "evenodd"
29
+ d: "m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"
33
30
  }));
34
31
  };
35
32
  export var icon = EuiIconKubernetesPod;
@@ -26,8 +26,11 @@ var EuiIconPagesSelect = function EuiIconPagesSelect(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- fillRule: "evenodd",
30
- d: "M3 1a1 1 0 0 1 1-1h8a1 1 0 0 1 .707.293l2 2A1 1 0 0 1 15 3v5a4.995 4.995 0 0 0-1-.584V4h-2a1 1 0 0 1-1-1V1H4v12h3.1c.07.348.177.682.316 1H4a1 1 0 0 1-1-1V1zm5 14H2V2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7a5.029 5.029 0 0 1-1-1zm8-3a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-1.646-1.354a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 2.146-2.147a.5.5 0 0 1 .708 0z"
29
+ d: "M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"
30
+ }), ___EmotionJSX("path", {
31
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
32
+ }), ___EmotionJSX("path", {
33
+ d: "M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"
31
34
  }));
32
35
  };
33
36
  export var icon = EuiIconPagesSelect;
@@ -26,7 +26,11 @@ var EuiIconSection = function EuiIconSection(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- d: "M1.5 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm1.5.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5ZM1.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-4A.5.5 0 0 0 7 4H1.5Zm7 .5A.5.5 0 0 1 9 4h5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5v-4Zm-7 5.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-13Z"
29
+ d: "M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"
30
+ }), ___EmotionJSX("path", {
31
+ fillRule: "evenodd",
32
+ d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z",
33
+ clipRule: "evenodd"
30
34
  }));
31
35
  };
32
36
  export var icon = EuiIconSection;
@@ -26,8 +26,15 @@ var EuiIconTimelineWithArrow = function EuiIconTimelineWithArrow(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
+ d: "M6 1v2h4V1H6Zm5 2a1 1 0 0 1-1 1H8.5v1h-1V4H6a1 1 0 0 1-.995-.897L5 3V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2ZM5 15v-2H1v2h4Zm-5-2a1 1 0 0 1 1-1h1.5v-1h1v1H5a1 1 0 0 1 .995.898L6 13v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z"
30
+ }), ___EmotionJSX("path", {
29
31
  fillRule: "evenodd",
30
- d: "M7.854 4.854A.5.5 0 0 1 7 4.5V4H6a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8v.5a.5.5 0 0 1-.146.354ZM6 3V1h3v2H6ZM2.146 9.146A.5.5 0 0 0 2 9.5v.5H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3v-.5a.5.5 0 0 0-.854-.354ZM4 13v-2H1v2h3ZM11.5 15a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm.354-6.854 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708L12.293 11H9.5a.5.5 0 0 1 0-1h2.793l-1.146-1.146a.5.5 0 1 1 .707-.708ZM8.337 6H3.915a1.5 1.5 0 0 0-2.83 0H.5a.5.5 0 0 0 0 1h.585a1.5 1.5 0 0 0 2.83 0h3.342c.314-.38.677-.716 1.08-1ZM2 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z"
32
+ d: "M3 6.5a1.5 1.5 0 0 1 1.413 1h3.315a5.524 5.524 0 0 0-.836 1H4.413a1.5 1.5 0 0 1-2.826 0H0v-1h1.587A1.5 1.5 0 0 1 3 6.5Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
33
+ clipRule: "evenodd"
34
+ }), ___EmotionJSX("path", {
35
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
36
+ }), ___EmotionJSX("path", {
37
+ d: "m14.207 11.5-2.354 2.354-.707-.707L12.293 12H9v-1h3.293l-1.146-1.146.707-.708 2.353 2.354Z"
31
38
  }));
32
39
  };
33
40
  export var icon = EuiIconTimelineWithArrow;
@@ -26,9 +26,7 @@ var EuiIconWorkflow = function EuiIconWorkflow(_ref) {
26
26
  }, props), title ? ___EmotionJSX("title", {
27
27
  id: titleId
28
28
  }, title) : null, ___EmotionJSX("path", {
29
- fillRule: "evenodd",
30
- d: "M6 1a2 2 0 0 1 1.935 1.5H12a3 3 0 0 1 0 6H9.935a1.999 1.999 0 0 1-3.87 0H4a2 2 0 0 0 0 3.999h4.067A1.998 1.998 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a1.998 1.998 0 0 1-1.935-1.501H4A3 3 0 1 1 4 7.5h2.066a1.999 1.999 0 0 1 3.87 0H12a2 2 0 0 0 0-4H7.935A1.999 1.999 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z",
31
- clipRule: "evenodd"
29
+ d: "M7 6.944v2h2v-2H7Zm-5-5v2h2v-2H2Zm3 .5h7a3 3 0 1 1 0 6h-2v.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-.5H4a2 2 0 1 0 0 4h9.293l-1.646-1.646.707-.707 2.853 2.853-2.854 2.854-.707-.707 1.647-1.647H4a3 3 0 1 1 0-6h2v-.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5h2a2 2 0 1 0 0-4H5v.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5Z"
32
30
  }));
33
31
  };
34
32
  export var icon = EuiIconWorkflow;
@@ -323,12 +323,13 @@ export var typeToPathMap = {
323
323
  flag: 'flag',
324
324
  fleetApp: 'app_agent',
325
325
  fold: 'fold',
326
- folder: 'folder',
326
+ folder: 'folder_close',
327
+ folderClosed: 'folder_close',
328
+ folderClose: 'folder_close',
327
329
  folderCheck: 'folder_check',
328
- folderClosed: 'folder_closed',
329
330
  folderExclamation: 'folder_exclamation',
330
- folderOpen: 'folder',
331
- // NOTE: To be deprecated in favor of folder,
331
+ folderOpen: 'folder_open',
332
+ folderOpened: 'folder_open',
332
333
  frameNext: 'frame_next',
333
334
  framePrevious: 'frame_previous',
334
335
  fullScreen: 'full_screen',
@@ -432,14 +432,15 @@ var EuiBasicTable = exports.EuiBasicTable = /*#__PURE__*/function (_Component) {
432
432
  var _this$props5 = this.props,
433
433
  items = _this$props5.items,
434
434
  pagination = _this$props5.pagination,
435
- tableCaption = _this$props5.tableCaption;
435
+ tableCaption = _this$props5.tableCaption,
436
+ noItemsMessage = _this$props5.noItemsMessage;
436
437
  var itemCount = items.length;
437
438
  var totalItemCount = pagination ? pagination.totalItemCount : itemCount;
438
439
  var page = pagination ? pagination.pageIndex + 1 : 1;
439
440
  var pageCount = pagination ? Math.ceil(pagination.totalItemCount / this.pageSize) : 1;
440
441
  var itemCountPart = null;
441
442
  if (!itemCount) {
442
- itemCountPart = "".concat(this.props.noItemsMessage, ",");
443
+ itemCountPart = (0, _react2.jsx)(_react.default.Fragment, null, noItemsMessage, !!noItemsMessage && ',');
443
444
  } else if (pagination && totalItemCount > 0) {
444
445
  itemCountPart = (0, _react2.jsx)("p", null, (0, _react2.jsx)(_i18n.EuiI18n, {
445
446
  token: "euiBasicTable.caption.itemCountPart.withTotalItemCount",
@@ -34,7 +34,11 @@ var EuiIconDocuments = function EuiIconDocuments(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M8.8 0c.274 0 .537.113.726.312l3.2 3.428c.176.186.274.433.274.689V13a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6.8ZM12 5H8.5a.5.5 0 0 1-.5-.5V1H2v12h10V5Zm-7.5 6a.5.5 0 1 1 0-1h5a.5.5 0 1 1 0 1h-5Zm0-3a.5.5 0 0 1 0-1h5a.5.5 0 1 1 0 1h-5Zm1 8a.5.5 0 1 1 0-1H14V6.5a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1H5.5Z"
37
+ fillRule: "evenodd",
38
+ d: "M4 1a1 1 0 0 1 1-1h4.707L14 4.293V13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1Zm5 0H5v12h8V5h-3a1 1 0 0 1-1-1V1Zm1 .707L12.293 4H10V1.707Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _react2.jsx)("path", {
41
+ d: "M3 15V2H2v13a1 1 0 0 0 1 1h9v-1H3Z"
38
42
  }));
39
43
  };
40
44
  var icon = exports.icon = EuiIconDocuments;
@@ -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 EuiIconFolder = function EuiIconFolder(_ref) {
24
+ var EuiIconFolderClose = function EuiIconFolderClose(_ref) {
25
25
  var title = _ref.title,
26
26
  titleId = _ref.titleId,
27
27
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -34,9 +34,7 @@ var EuiIconFolder = function EuiIconFolder(_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: "M1 3a1 1 0 0 1 1-1h4.191a1 1 0 0 1 .894.553L7.81 4H14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3Zm5.191 0H2v10h12V5H7.191l-1-2Z",
39
- clipRule: "evenodd"
37
+ d: "M1 13V3a1 1 0 0 1 1-1h4.191a1 1 0 0 1 .894.553L7.809 4H14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1Zm1 0h12V5H7.191l-.138-.276L6.19 3H2v10Z"
40
38
  }));
41
39
  };
42
- var icon = exports.icon = EuiIconFolder;
40
+ var icon = exports.icon = EuiIconFolderClose;
@@ -34,7 +34,9 @@ var EuiIconFolderOpen = function EuiIconFolderOpen(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "m1 9.5.826-3.717A1 1 0 0 1 2.802 5H13V4H7.125A1.125 1.125 0 0 1 6 2.875V2H1v7.5zm.247 3.5h11.95l1.556-7H2.803l-1.556 7zM13 14H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.25a.75.75 0 0 1 .75.75v1.125c0 .069.056.125.125.125H13a1 1 0 0 1 1 1v1h.753a1 1 0 0 1 .977 1.217l-1.556 7a1 1 0 0 1-.976.783H13z"
37
+ d: "M5.191 2a1 1 0 0 1 .894.553L6.809 4H13a1 1 0 0 1 1 1v1.5h-1V5H6.191l-.138-.276L5.19 3H1v8.751l-.317 1.111a.5.5 0 0 0 .48.638h11.96a.5.5 0 0 0 .48-.362L14 11.75V13a1 1 0 0 1-1 1H1a1 1 0 0 1-.995-.898L0 13V3a1 1 0 0 1 1-1h4.191Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M14.837 6a1 1 0 0 1 .962 1.274l-1.715 6a1 1 0 0 1-.961.726H1.163a1 1 0 0 1-.962-1.274l1.715-6A1 1 0 0 1 2.877 6h11.96ZM1.163 13h11.96l1.714-6H2.877l-1.714 6Z"
38
40
  }));
39
41
  };
40
42
  var icon = exports.icon = EuiIconFolderOpen;
@@ -34,7 +34,15 @@ var EuiIconIndexClose = function EuiIconIndexClose(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M12 2H2v11h6v1H1V1h12v6h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h3v1H5ZM3 8V7h1v1H3Zm2 3v-1h2v1H5Zm5.5-1.207L9.086 8.379l-.707.707L9.793 10.5l-1.414 1.414.707.707 1.414-1.414 1.414 1.414.707-.707-1.414-1.414 1.414-1.414-.707-.707L10.5 9.793ZM3 11v-1h1v1H3Zm7.5-5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z"
37
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
41
+ clipRule: "evenodd"
42
+ }), (0, _react2.jsx)("path", {
43
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
44
+ }), (0, _react2.jsx)("path", {
45
+ d: "m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"
38
46
  }));
39
47
  };
40
48
  var icon = exports.icon = EuiIconIndexClose;
@@ -34,7 +34,15 @@ var EuiIconIndexEdit = function EuiIconIndexEdit(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M12 2H2v11h4v1H1V1h12v5h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h6v1H5ZM3 8V7h1v1H3Zm2 3v-1h3v1H5Zm-2 0v-1h1v1H3Zm4.502 1.41L12.913 7 15 9.087l-5.41 5.41L7 15l.502-2.59Z"
37
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
41
+ clipRule: "evenodd"
42
+ }), (0, _react2.jsx)("path", {
43
+ fillRule: "evenodd",
44
+ d: "M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z",
45
+ clipRule: "evenodd"
38
46
  }));
39
47
  };
40
48
  var icon = exports.icon = EuiIconIndexEdit;
@@ -34,7 +34,15 @@ var EuiIconIndexOpen = function EuiIconIndexOpen(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M12 2H2v11h6v1H1V1h12v6h-1V2ZM5 5h5.999V4H5v1ZM3 5V4h1v1H3Zm2 3V7h3v1H5ZM3 8V7h1v1H3Zm2 3v-1h2v1H5Zm5-1H8v1h2v2h1v-2h2v-1h-2V8h-1v2Zm-7 1v-1h1v1H3Zm7.5-5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z"
37
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
41
+ clipRule: "evenodd"
42
+ }), (0, _react2.jsx)("path", {
43
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
44
+ }), (0, _react2.jsx)("path", {
45
+ d: "M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"
38
46
  }));
39
47
  };
40
48
  var icon = exports.icon = EuiIconIndexOpen;
@@ -34,9 +34,13 @@ var EuiIconIndexRuntime = function EuiIconIndexRuntime(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M12 2H2v11h6v1H1V1h12v6.839l-1-.707V2z"
37
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"
38
38
  }), (0, _react2.jsx)("path", {
39
- d: "M8 11v-1H5v1h3zm0-3.055c0-.342.082-.664.23-.945H5v1h3v-.055zM5 5h5.999V4H5v1zM3 4v1h1V4H3zm0 3v1h1V7H3zm0 3v1h1v-1H3zm11.607.2-4.32-3.055C9.727 6.75 9 7.204 9 7.945v6.108c0 .74.726 1.196 1.287.8l4.32-3.055c.524-.37.524-1.228 0-1.598z"
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
41
+ clipRule: "evenodd"
42
+ }), (0, _react2.jsx)("path", {
43
+ d: "M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"
40
44
  }));
41
45
  };
42
46
  var icon = exports.icon = EuiIconIndexRuntime;
@@ -34,11 +34,11 @@ var EuiIconIndexSettings = function EuiIconIndexSettings(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M5 5h5.999V4H5v1ZM3 5h1V4H3v1Zm0 3h1V7H3v1Zm6.022-1-.15.333-.737-.078-.467-.05-.33.342A5.13 5.13 0 0 0 6.948 8H5V7h4.022Zm-3.005 3L6 10.056l.306.411.399.533H5v-1h1.017ZM3 11h1v-1H3v1Z"
37
+ d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
38
38
  }), (0, _react2.jsx)("path", {
39
- d: "m13 7.05-.162-.359-.2-.447-.47-.11A5.019 5.019 0 0 0 12 6.098V2H2v11h4.36c.157.354.355.69.59 1H1V1h12v6.05Z"
40
- }), (0, _react2.jsx)("path", {
41
- d: "M11.004 7c.322 0 .646.036.966.109l.595 1.293 1.465-.152c.457.462.786 1.016.969 1.61l-.87 1.14.871 1.141a3.94 3.94 0 0 1-.387.859 4.058 4.058 0 0 1-.583.75l-1.465-.152-.594 1.292a4.37 4.37 0 0 1-1.941.001l-.594-1.293-1.466.152a3.954 3.954 0 0 1-.969-1.61l.87-1.14L7 9.86a3.947 3.947 0 0 1 .97-1.61l1.466.152.593-1.292a4.37 4.37 0 0 1 .975-.11ZM11 12a1 1 0 1 0 .002-1.998A1 1 0 0 0 11 12Z"
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
41
+ clipRule: "evenodd"
42
42
  }));
43
43
  };
44
44
  var icon = exports.icon = EuiIconIndexSettings;
@@ -29,15 +29,12 @@ var EuiIconKubernetesPod = function EuiIconKubernetesPod(_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: "M14 5.151v6.269l-5.5 3.142V8.29L14 5.151zm-.508-.861L8 1.152 2.508 4.29 8 7.424l5.492-3.134zM2 5.151l5.5 3.14v6.272L2 11.42V5.15zM15 12l-7 4-7-4V4l7-4 7 4v8z",
40
- clipRule: "evenodd"
37
+ d: "m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"
41
38
  }));
42
39
  };
43
40
  var icon = exports.icon = EuiIconKubernetesPod;
@@ -34,8 +34,11 @@ var EuiIconPagesSelect = function EuiIconPagesSelect(_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: "M3 1a1 1 0 0 1 1-1h8a1 1 0 0 1 .707.293l2 2A1 1 0 0 1 15 3v5a4.995 4.995 0 0 0-1-.584V4h-2a1 1 0 0 1-1-1V1H4v12h3.1c.07.348.177.682.316 1H4a1 1 0 0 1-1-1V1zm5 14H2V2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7a5.029 5.029 0 0 1-1-1zm8-3a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-1.646-1.354a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 2.146-2.147a.5.5 0 0 1 .708 0z"
37
+ d: "M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
40
+ }), (0, _react2.jsx)("path", {
41
+ d: "M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"
39
42
  }));
40
43
  };
41
44
  var icon = exports.icon = EuiIconPagesSelect;
@@ -34,7 +34,11 @@ var EuiIconSection = function EuiIconSection(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M1.5 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm1.5.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5ZM1.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-4A.5.5 0 0 0 7 4H1.5Zm7 .5A.5.5 0 0 1 9 4h5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5v-4Zm-7 5.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-13Z"
37
+ d: "M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z",
41
+ clipRule: "evenodd"
38
42
  }));
39
43
  };
40
44
  var icon = exports.icon = EuiIconSection;
@@ -34,8 +34,15 @@ var EuiIconTimelineWithArrow = function EuiIconTimelineWithArrow(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M6 1v2h4V1H6Zm5 2a1 1 0 0 1-1 1H8.5v1h-1V4H6a1 1 0 0 1-.995-.897L5 3V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2ZM5 15v-2H1v2h4Zm-5-2a1 1 0 0 1 1-1h1.5v-1h1v1H5a1 1 0 0 1 .995.898L6 13v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z"
38
+ }), (0, _react2.jsx)("path", {
37
39
  fillRule: "evenodd",
38
- d: "M7.854 4.854A.5.5 0 0 1 7 4.5V4H6a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8v.5a.5.5 0 0 1-.146.354ZM6 3V1h3v2H6ZM2.146 9.146A.5.5 0 0 0 2 9.5v.5H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3v-.5a.5.5 0 0 0-.854-.354ZM4 13v-2H1v2h3ZM11.5 15a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm.354-6.854 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708L12.293 11H9.5a.5.5 0 0 1 0-1h2.793l-1.146-1.146a.5.5 0 1 1 .707-.708ZM8.337 6H3.915a1.5 1.5 0 0 0-2.83 0H.5a.5.5 0 0 0 0 1h.585a1.5 1.5 0 0 0 2.83 0h3.342c.314-.38.677-.716 1.08-1ZM2 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z"
40
+ d: "M3 6.5a1.5 1.5 0 0 1 1.413 1h3.315a5.524 5.524 0 0 0-.836 1H4.413a1.5 1.5 0 0 1-2.826 0H0v-1h1.587A1.5 1.5 0 0 1 3 6.5Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
41
+ clipRule: "evenodd"
42
+ }), (0, _react2.jsx)("path", {
43
+ d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
44
+ }), (0, _react2.jsx)("path", {
45
+ d: "m14.207 11.5-2.354 2.354-.707-.707L12.293 12H9v-1h3.293l-1.146-1.146.707-.708 2.353 2.354Z"
39
46
  }));
40
47
  };
41
48
  var icon = exports.icon = EuiIconTimelineWithArrow;
@@ -34,9 +34,7 @@ var EuiIconWorkflow = function EuiIconWorkflow(_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 1a2 2 0 0 1 1.935 1.5H12a3 3 0 0 1 0 6H9.935a1.999 1.999 0 0 1-3.87 0H4a2 2 0 0 0 0 3.999h4.067A1.998 1.998 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a1.998 1.998 0 0 1-1.935-1.501H4A3 3 0 1 1 4 7.5h2.066a1.999 1.999 0 0 1 3.87 0H12a2 2 0 0 0 0-4H7.935A1.999 1.999 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z",
39
- clipRule: "evenodd"
37
+ d: "M7 6.944v2h2v-2H7Zm-5-5v2h2v-2H2Zm3 .5h7a3 3 0 1 1 0 6h-2v.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-.5H4a2 2 0 1 0 0 4h9.293l-1.646-1.646.707-.707 2.853 2.853-2.854 2.854-.707-.707 1.647-1.647H4a3 3 0 1 1 0-6h2v-.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5h2a2 2 0 1 0 0-4H5v.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5Z"
40
38
  }));
41
39
  };
42
40
  var icon = exports.icon = EuiIconWorkflow;
@@ -329,12 +329,13 @@ var typeToPathMap = exports.typeToPathMap = {
329
329
  flag: 'flag',
330
330
  fleetApp: 'app_agent',
331
331
  fold: 'fold',
332
- folder: 'folder',
332
+ folder: 'folder_close',
333
+ folderClosed: 'folder_close',
334
+ folderClose: 'folder_close',
333
335
  folderCheck: 'folder_check',
334
- folderClosed: 'folder_closed',
335
336
  folderExclamation: 'folder_exclamation',
336
- folderOpen: 'folder',
337
- // NOTE: To be deprecated in favor of folder,
337
+ folderOpen: 'folder_open',
338
+ folderOpened: 'folder_open',
338
339
  frameNext: 'frame_next',
339
340
  framePrevious: 'frame_previous',
340
341
  fullScreen: 'full_screen',
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M8.8,0 C9.074,0 9.337,0.113 9.526,0.312 L12.726,3.74 C12.902,3.926 13,4.173 13,4.429 L13,13 C13,13.552 12.552,14 12,14 L2,14 C1.448,14 1,13.552 1,13 L1,1 C1,0.448 1.448,0 2,0 L8.8,0 Z M12,5 L8.5,5 C8.224,5 8,4.776 8,4.5 L8,1 L2,1 L2,13 L12,13 L12,5 Z M4.5,11 C4.22385763,11 4,10.7761424 4,10.5 C4,10.2238576 4.22385763,10 4.5,10 L9.5,10 C9.7761424,10 10,10.2238576 10,10.5 C10,10.7761424 9.7761424,11 9.5,11 L4.5,11 Z M4.5,8 C4.22385763,8 4,7.77614237 4,7.5 C4,7.22385763 4.22385763,7 4.5,7 L9.5,7 C9.7761424,7 10,7.22385763 10,7.5 C10,7.77614237 9.7761424,8 9.5,8 L4.5,8 Z M5.5,16 C5.22385763,16 5,15.7761424 5,15.5 C5,15.2238576 5.22385763,15 5.5,15 L14,15 L14,6.5 C14,6.22385763 14.2238576,6 14.5,6 C14.7761424,6 15,6.22385763 15,6.5 L15,15 C15,15.5522847 14.5522847,16 14,16 L5.5,16 Z"/>
2
+ <path fill-rule="evenodd" d="M4 1a1 1 0 0 1 1-1h4.707L14 4.293V13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1Zm5 0H5v12h8V5h-3a1 1 0 0 1-1-1V1Zm1 .707L12.293 4H10V1.707Z" clip-rule="evenodd"/>
3
+ <path d="M3 15V2H2v13a1 1 0 0 0 1 1h9v-1H3Z"/>
3
4
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M1 13V3a1 1 0 0 1 1-1h4.191a1 1 0 0 1 .894.553L7.809 4H14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1Zm1 0h12V5H7.191l-.138-.276L6.19 3H2v10Z"/>
3
+ </svg>
@@ -1,3 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1 9.5l.826-3.717A1 1 0 012.802 5H13V4H7.125A1.125 1.125 0 016 2.875V2H1v7.5zm.247 3.5h11.95l1.556-7H2.803l-1.556 7zM13 14H1a1 1 0 01-1-1V2a1 1 0 011-1h5.25a.75.75 0 01.75.75v1.125c0 .069.056.125.125.125H13a1 1 0 011 1v1h.753a1 1 0 01.977 1.217l-1.556 7a1 1 0 01-.976.783H13z" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M5.191 2a1 1 0 0 1 .894.553L6.809 4H13a1 1 0 0 1 1 1v1.5h-1V5H6.191l-.138-.276L5.19 3H1v8.751l-.317 1.111a.5.5 0 0 0 .48.638h11.96a.5.5 0 0 0 .48-.362L14 11.75V13a1 1 0 0 1-1 1H1a1 1 0 0 1-.995-.898L0 13V3a1 1 0 0 1 1-1h4.191Z"/>
3
+ <path d="M14.837 6a1 1 0 0 1 .962 1.274l-1.715 6a1 1 0 0 1-.961.726H1.163a1 1 0 0 1-.962-1.274l1.715-6A1 1 0 0 1 2.877 6h11.96ZM1.163 13h11.96l1.714-6H2.877l-1.714 6Z"/>
3
4
  </svg>
@@ -1,3 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M12,2 L2,2 L2,13 L8,13 L8,14 L1,14 L1,13 L1,2 L1,1 L13,1 L13,2 L13,7 L12,7 L12,2 Z M5,5 L10.999,5 L10.999,4 L5,4 L5,5 Z M3,5 L3,4 L4,4 L4,5 L3,5 Z M5,8 L5,7 L8,7 L8,8 L5,8 Z M3,8 L3,7 L4,7 L4,8 L3,8 Z M5,11 L5,10 L7,10 L7,11 L5,11 Z M10.5,9.79289322 L9.08578644,8.37867966 L8.37867966,9.08578644 L9.79289322,10.5 L8.37867966,11.9142136 L9.08578644,12.6213203 L10.5,11.2071068 L11.9142136,12.6213203 L12.6213203,11.9142136 L11.2071068,10.5 L12.6213203,9.08578644 L11.9142136,8.37867966 L10.5,9.79289322 Z M3,11 L3,10 L4,10 L4,11 L3,11 Z M10.5,6 C12.985,6 15,8.015 15,10.5 C15,12.985 12.985,15 10.5,15 C8.015,15 6,12.985 6,10.5 C6,8.015 8.015,6 10.5,6 Z"/>
2
+ <path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
4
+ <path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
5
+ <path d="m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"/>
3
6
  </svg>
@@ -1,3 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M12,2 L2,2 L2,13 L6,13 L6,14 L1,14 L1,13 L1,2 L1,1 L13,1 L13,2 L13,6 L12,6 L12,2 Z M5,5 L10.999,5 L10.999,4 L5,4 L5,5 Z M3,5 L3,4 L4,4 L4,5 L3,5 Z M5,8 L5,7 L11,7 L11,8 L5,8 Z M3,8 L3,7 L4,7 L4,8 L3,8 Z M5,11 L5,10 L8,10 L8,11 L5,11 Z M3,11 L3,10 L4,10 L4,11 L3,11 Z M7.502,12.41 L12.913,7 L15,9.087 L9.59,14.497 L7,15 L7.502,12.41 Z"/>
2
+ <path d="M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
4
+ <path fill-rule="evenodd" d="M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z" clip-rule="evenodd"/>
3
5
  </svg>
@@ -1,3 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M12,2 L2,2 L2,13 L8,13 L8,14 L1,14 L1,13 L1,2 L1,1 L13,1 L13,2 L13,7 L12,7 L12,2 Z M5,5 L10.999,5 L10.999,4 L5,4 L5,5 Z M3,5 L3,4 L4,4 L4,5 L3,5 Z M5,8 L5,7 L8,7 L8,8 L5,8 Z M3,8 L3,7 L4,7 L4,8 L3,8 Z M5,11 L5,10 L7,10 L7,11 L5,11 Z M10,10 L8,10 L8,11 L10,11 L10,13 L11,13 L11,11 L13,11 L13,10 L11,10 L11,8 L10,8 L10,10 Z M3,11 L3,10 L4,10 L4,11 L3,11 Z M10.5,6 C12.985,6 15,8.015 15,10.5 C15,12.985 12.985,15 10.5,15 C8.015,15 6,12.985 6,10.5 C6,8.015 8.015,6 10.5,6 Z"/>
2
+ <path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
4
+ <path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
5
+ <path d="M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"/>
3
6
  </svg>
@@ -1,4 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M12 2H2v11h6v1H1V1h12v6.839l-1-.707V2z"/>
3
- <path d="M8 11v-1H5v1h3zM8 7.945c0-.342.082-.664.23-.945H5v1h3v-.055zM5 5h5.999V4H5v1zM3 4v1h1V4H3zM3 7v1h1V7H3zM3 10v1h1v-1H3zM14.607 10.2l-4.32-3.055C9.727 6.75 9 7.204 9 7.945v6.108c0 .74.726 1.196 1.287.8l4.32-3.055c.524-.37.524-1.228 0-1.598z"/>
2
+ <path d="M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
4
+ <path d="M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"/>
4
5
  </svg>
@@ -1,7 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <g>
3
- <path d="M5,5 L10.999,5 L10.999,4 L5,4 L5,5 Z M3,5 L4,5 L4,4 L3,4 L3,5 Z M3,8 L4,8 L4,7 L3,7 L3,8 Z M9.02197801,7 L8.87196554,7.333 L8.13488645,7.255 L7.66797181,7.205 L7.33711825,7.547 C7.1994641,7.69015675 7.06982525,7.84150193 6.94946877,8 L5,8 L5,7 L9.02197801,7 Z M6.01701185,10 L6,10.056 L6.30638215,10.467 L6.70477682,11 L5,11 L5,10 L6.01701185,10 Z M3,11 L4,11 L4,10 L3,10 L3,11 Z"/>
4
- <path d="M13,7.04930541 L12.8382929,6.691 L12.6376273,6.244 L12.167776,6.134 C12.1121097,6.12095536 12.0561699,6.10885595 12,6.09770492 L12,2 L2,2 L2,13 L6.36000559,13 C6.51664428,13.3544919 6.71476173,13.6908892 6.94921643,14 L1,14 L1,1 L13,1 L13,7.04930541 Z"/>
5
- <path d="M11.004,7 C11.326,7 11.65,7.036 11.97,7.109 L12.565,8.402 L14.03,8.25 C14.487,8.712 14.816,9.266 14.999,9.86 L14.129,11 L15,12.141 C14.908,12.435 14.78,12.723 14.613,13 C14.446,13.276 14.25,13.527 14.03,13.75 L12.565,13.598 L11.971,14.89 C11.652,14.963 11.325,15 10.996,15 C10.674,15 10.35,14.964 10.03,14.891 L9.436,13.598 L7.97,13.75 C7.513,13.288 7.185,12.734 7.001,12.14 L7.871,11 L7,9.86 C7.092,9.566 7.22,9.277 7.387,9 C7.554,8.723 7.75,8.473 7.97,8.25 L9.436,8.402 L10.029,7.11 C10.348,7.037 10.675,7 11.004,7 Z M11,12 C11.553,12 12,11.553 12,11 C12,10.448 11.553,10 11,10 C10.447,10 10,10.448 10,11 C10,11.553 10.447,12 11,12 Z"/>
6
- </g>
2
+ <path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
7
4
  </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14 5.1514v6.2683l-5.49989 3.1428V8.29025L14 5.1514zm-.5081-.86142L8 1.15175 2.50813 4.28996l5.49203 3.13422 5.49174-3.1342zM2 5.15136l5.50011 3.13883v6.27241L2 11.4197V5.15136zM15 12l-7 4-7-4V4l7-4 7 4v8z" />
3
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"/>
3
+ </svg>
@@ -1,3 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" d="M3 1a1 1 0 011-1h8a1 1 0 01.707.293l2 2A1 1 0 0115 3v5a4.995 4.995 0 00-1-.584V4h-2a1 1 0 01-1-1V1H4v12h3.1c.07.348.177.682.316 1H4a1 1 0 01-1-1V1zm5 14H2V2a1 1 0 00-1 1v12a1 1 0 001 1h7a5.029 5.029 0 01-1-1zm8-3a4 4 0 11-8 0 4 4 0 018 0zm-1.646-1.354a.5.5 0 010 .708l-2.5 2.5a.5.5 0 01-.708 0l-1-1a.5.5 0 01.708-.708l.646.647 2.146-2.147a.5.5 0 01.708 0z" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"/>
3
+ <path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
4
+ <path d="M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"/>
3
5
  </svg>
@@ -1 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm1.5.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5ZM1.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-4A.5.5 0 0 0 7 4H1.5Zm7 .5A.5.5 0 0 1 9 4h5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5v-4Zm-7 5.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-13Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"/>
3
+ <path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z" clip-rule="evenodd"/>
4
+ </svg>