@elastic/eui 101.2.0-classic.1 → 101.3.0-classic.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 (838) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/es/components/avatar/avatar.js +1 -1
  3. package/es/components/badge/badge.js +1 -1
  4. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  5. package/es/components/basic_table/basic_table.js +4 -4
  6. package/es/components/basic_table/in_memory_table.js +4 -4
  7. package/es/components/button/button.js +1 -1
  8. package/es/components/button/button_display/_button_display.js +1 -1
  9. package/es/components/button/button_display/_button_display_content.js +1 -1
  10. package/es/components/button/button_empty/button_empty.js +1 -1
  11. package/es/components/button/button_group/button_group.js +1 -1
  12. package/es/components/button/button_group/button_group_button.js +1 -1
  13. package/es/components/button/button_icon/button_icon.js +1 -1
  14. package/es/components/call_out/call_out.js +1 -1
  15. package/es/components/card/card.js +2 -2
  16. package/es/components/card/card_select/card_select.js +1 -1
  17. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  18. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  23. package/es/components/comment_list/comment.js +2 -2
  24. package/es/components/comment_list/comment_event.js +1 -1
  25. package/es/components/comment_list/comment_list.js +2 -2
  26. package/es/components/comment_list/comment_timeline.js +1 -1
  27. package/es/components/context_menu/context_menu_item.js +1 -1
  28. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  29. package/es/components/datagrid/body/data_grid_body.js +7 -7
  30. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  31. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  32. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  33. package/es/components/datagrid/controls/column_sorting.js +7 -7
  34. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  35. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  36. package/es/components/datagrid/utils/in_memory.js +6 -6
  37. package/es/components/date_picker/date_picker.js +2 -2
  38. package/es/components/date_picker/date_picker_range.js +1 -1
  39. package/es/components/empty_prompt/empty_prompt.js +1 -1
  40. package/es/components/facet/facet_button.js +1 -1
  41. package/es/components/form/field_number/field_number.js +2 -2
  42. package/es/components/form/field_text/field_text.js +2 -2
  43. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  44. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  45. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  46. package/es/components/form/text_area/text_area.js +2 -2
  47. package/es/components/header/header_links/header_link.js +1 -1
  48. package/es/components/header/header_links/header_links.js +1 -1
  49. package/es/components/header/header_logo/header_logo.js +1 -1
  50. package/es/components/header/header_section/header_section_item_button.js +1 -1
  51. package/es/components/icon/assets/aggregate.js +2 -1
  52. package/es/components/icon/assets/arrowEnd.js +1 -3
  53. package/es/components/icon/assets/arrowStart.js +1 -3
  54. package/es/components/icon/assets/arrow_down.js +1 -2
  55. package/es/components/icon/assets/arrow_left.js +1 -2
  56. package/es/components/icon/assets/arrow_right.js +1 -2
  57. package/es/components/icon/assets/arrow_up.js +1 -2
  58. package/es/components/icon/assets/beaker.js +3 -1
  59. package/es/components/icon/assets/bell.js +2 -1
  60. package/es/components/icon/assets/bellSlash.js +5 -1
  61. package/es/components/icon/assets/check.js +2 -1
  62. package/es/components/icon/assets/checkCircle.js +37 -0
  63. package/es/components/icon/assets/clock.js +4 -1
  64. package/es/components/icon/assets/clockCounter.js +2 -2
  65. package/es/components/icon/assets/code.js +33 -0
  66. package/es/components/icon/assets/contrast.js +1 -1
  67. package/es/components/icon/assets/contrastHigh.js +1 -0
  68. package/es/components/icon/assets/controls_horizontal.js +2 -1
  69. package/es/components/icon/assets/controls_vertical.js +2 -1
  70. package/es/components/icon/assets/copy.js +4 -2
  71. package/es/components/icon/assets/cross.js +3 -1
  72. package/es/components/icon/assets/cross_in_circle.js +5 -3
  73. package/es/components/icon/assets/discuss.js +4 -3
  74. package/es/components/icon/assets/document.js +3 -1
  75. package/es/components/icon/assets/dot.js +2 -4
  76. package/es/components/icon/assets/doubleArrowLeft.js +2 -3
  77. package/es/components/icon/assets/doubleArrowRight.js +2 -3
  78. package/es/components/icon/assets/editor_checklist.js +1 -2
  79. package/es/components/icon/assets/editor_code_block.js +1 -1
  80. package/es/components/icon/assets/editor_ordered_list.js +1 -1
  81. package/es/components/icon/assets/expand.js +4 -1
  82. package/es/components/icon/assets/export.js +1 -1
  83. package/es/components/icon/assets/eye.js +7 -1
  84. package/es/components/icon/assets/eye_closed.js +11 -1
  85. package/es/components/icon/assets/flag.js +3 -1
  86. package/es/components/icon/assets/gear.js +7 -1
  87. package/es/components/icon/assets/glasses.js +19 -3
  88. package/es/components/icon/assets/globe.js +3 -1
  89. package/es/components/icon/assets/iInCircle.js +8 -1
  90. package/es/components/icon/assets/import.js +1 -1
  91. package/es/components/icon/assets/inspect.js +7 -1
  92. package/es/components/icon/assets/layers.js +5 -3
  93. package/es/components/icon/assets/lock.js +3 -1
  94. package/es/components/icon/assets/lockOpen.js +3 -1
  95. package/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  96. package/es/components/icon/assets/magnifyWithMinus.js +5 -1
  97. package/es/components/icon/assets/magnifyWithPlus.js +5 -1
  98. package/es/components/icon/assets/merge.js +3 -1
  99. package/es/components/icon/assets/minimize.js +1 -1
  100. package/es/components/icon/assets/minus_in_circle.js +6 -1
  101. package/es/components/icon/assets/pencil.js +5 -1
  102. package/es/components/icon/assets/play.js +3 -1
  103. package/es/components/icon/assets/plus_in_circle.js +4 -1
  104. package/es/components/icon/assets/popout.js +3 -1
  105. package/es/components/icon/assets/refresh.js +3 -1
  106. package/es/components/icon/assets/save.js +3 -1
  107. package/es/components/icon/assets/search.js +3 -1
  108. package/es/components/icon/assets/sortLeft.js +2 -1
  109. package/es/components/icon/assets/sortRight.js +3 -1
  110. package/es/components/icon/assets/sort_down.js +3 -1
  111. package/es/components/icon/assets/sort_up.js +3 -1
  112. package/es/components/icon/assets/sortable.js +3 -1
  113. package/es/components/icon/assets/sparkles.js +2 -1
  114. package/es/components/icon/assets/storage.js +6 -16
  115. package/es/components/icon/assets/symlink.js +3 -2
  116. package/es/components/icon/assets/table_density_compact.js +5 -1
  117. package/es/components/icon/assets/table_density_expanded.js +5 -1
  118. package/es/components/icon/assets/tag.js +7 -1
  119. package/es/components/icon/assets/timeRefresh.js +4 -3
  120. package/es/components/icon/assets/timeslider.js +6 -2
  121. package/es/components/icon/assets/trash.js +5 -1
  122. package/es/components/icon/assets/user.js +1 -3
  123. package/es/components/icon/assets/userAvatar.js +8 -10
  124. package/es/components/icon/assets/users.js +9 -5
  125. package/es/components/icon/assets/vis_line.js +3 -1
  126. package/es/components/icon/assets/vis_table.js +5 -1
  127. package/es/components/icon/assets/vis_text.js +1 -1
  128. package/es/components/icon/assets/vis_vega.js +1 -1
  129. package/es/components/icon/assets/warning.js +8 -2
  130. package/es/components/icon/assets/wrench.js +3 -1
  131. package/es/components/icon/icon.js +1 -1
  132. package/es/components/icon/icon_map.js +2 -0
  133. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  134. package/es/components/list_group/list_group.js +2 -2
  135. package/es/components/list_group/list_group_item.js +2 -2
  136. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  137. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  138. package/es/components/loading/loading_logo.js +1 -1
  139. package/es/components/markdown_editor/markdown_editor.js +1 -1
  140. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  141. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  142. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  143. package/es/components/page/page_header/page_header_content.js +2 -2
  144. package/es/components/pagination/pagination_button.js +1 -1
  145. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  146. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  147. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  148. package/es/components/table/table_header_cell.js +1 -1
  149. package/es/components/timeline/timeline_item_icon.js +1 -1
  150. package/es/components/toast/global_toast_list.js +1 -1
  151. package/es/components/toast/toast.js +1 -1
  152. package/es/components/tool_tip/icon_tip.js +1 -1
  153. package/es/global_styling/mixins/_button.js +2 -1
  154. package/eui.d.ts +26 -2
  155. package/lib/components/avatar/avatar.js +1 -1
  156. package/lib/components/badge/badge.js +1 -1
  157. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  158. package/lib/components/basic_table/basic_table.js +4 -4
  159. package/lib/components/basic_table/in_memory_table.js +4 -4
  160. package/lib/components/button/button.js +1 -1
  161. package/lib/components/button/button_display/_button_display.js +1 -1
  162. package/lib/components/button/button_display/_button_display_content.js +1 -1
  163. package/lib/components/button/button_empty/button_empty.js +1 -1
  164. package/lib/components/button/button_group/button_group.js +1 -1
  165. package/lib/components/button/button_group/button_group_button.js +1 -1
  166. package/lib/components/button/button_icon/button_icon.js +1 -1
  167. package/lib/components/call_out/call_out.js +1 -1
  168. package/lib/components/card/card.js +2 -2
  169. package/lib/components/card/card_select/card_select.js +1 -1
  170. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  171. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  172. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  173. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  174. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  175. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  176. package/lib/components/comment_list/comment.js +2 -2
  177. package/lib/components/comment_list/comment_event.js +1 -1
  178. package/lib/components/comment_list/comment_list.js +2 -2
  179. package/lib/components/comment_list/comment_timeline.js +1 -1
  180. package/lib/components/context_menu/context_menu_item.js +1 -1
  181. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  182. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  183. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  184. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  185. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  186. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  187. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  188. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  189. package/lib/components/datagrid/utils/in_memory.js +6 -6
  190. package/lib/components/date_picker/date_picker.js +2 -2
  191. package/lib/components/date_picker/date_picker_range.js +1 -1
  192. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  193. package/lib/components/facet/facet_button.js +1 -1
  194. package/lib/components/form/field_number/field_number.js +2 -2
  195. package/lib/components/form/field_text/field_text.js +2 -2
  196. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  197. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  198. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  199. package/lib/components/form/text_area/text_area.js +2 -2
  200. package/lib/components/header/header_links/header_link.js +1 -1
  201. package/lib/components/header/header_links/header_links.js +1 -1
  202. package/lib/components/header/header_logo/header_logo.js +1 -1
  203. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  204. package/lib/components/icon/assets/aggregate.js +2 -1
  205. package/lib/components/icon/assets/arrowEnd.js +1 -3
  206. package/lib/components/icon/assets/arrowStart.js +1 -3
  207. package/lib/components/icon/assets/arrow_down.js +1 -2
  208. package/lib/components/icon/assets/arrow_left.js +1 -2
  209. package/lib/components/icon/assets/arrow_right.js +1 -2
  210. package/lib/components/icon/assets/arrow_up.js +1 -2
  211. package/lib/components/icon/assets/beaker.js +3 -1
  212. package/lib/components/icon/assets/bell.js +2 -1
  213. package/lib/components/icon/assets/bellSlash.js +5 -1
  214. package/lib/components/icon/assets/check.js +2 -1
  215. package/lib/components/icon/assets/checkCircle.js +44 -0
  216. package/lib/components/icon/assets/clock.js +4 -1
  217. package/lib/components/icon/assets/clockCounter.js +2 -2
  218. package/lib/components/icon/assets/code.js +40 -0
  219. package/lib/components/icon/assets/contrast.js +1 -1
  220. package/lib/components/icon/assets/contrastHigh.js +1 -0
  221. package/lib/components/icon/assets/controls_horizontal.js +2 -1
  222. package/lib/components/icon/assets/controls_vertical.js +2 -1
  223. package/lib/components/icon/assets/copy.js +4 -2
  224. package/lib/components/icon/assets/cross.js +3 -1
  225. package/lib/components/icon/assets/cross_in_circle.js +5 -3
  226. package/lib/components/icon/assets/discuss.js +4 -3
  227. package/lib/components/icon/assets/document.js +3 -1
  228. package/lib/components/icon/assets/dot.js +2 -4
  229. package/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  230. package/lib/components/icon/assets/doubleArrowRight.js +2 -3
  231. package/lib/components/icon/assets/editor_checklist.js +1 -2
  232. package/lib/components/icon/assets/editor_code_block.js +1 -1
  233. package/lib/components/icon/assets/editor_ordered_list.js +1 -1
  234. package/lib/components/icon/assets/expand.js +4 -1
  235. package/lib/components/icon/assets/export.js +1 -1
  236. package/lib/components/icon/assets/eye.js +7 -1
  237. package/lib/components/icon/assets/eye_closed.js +11 -1
  238. package/lib/components/icon/assets/flag.js +3 -1
  239. package/lib/components/icon/assets/gear.js +7 -1
  240. package/lib/components/icon/assets/glasses.js +19 -3
  241. package/lib/components/icon/assets/globe.js +3 -1
  242. package/lib/components/icon/assets/iInCircle.js +8 -1
  243. package/lib/components/icon/assets/import.js +1 -1
  244. package/lib/components/icon/assets/inspect.js +7 -1
  245. package/lib/components/icon/assets/layers.js +5 -3
  246. package/lib/components/icon/assets/lock.js +3 -1
  247. package/lib/components/icon/assets/lockOpen.js +3 -1
  248. package/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  249. package/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  250. package/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  251. package/lib/components/icon/assets/merge.js +3 -1
  252. package/lib/components/icon/assets/minimize.js +1 -1
  253. package/lib/components/icon/assets/minus_in_circle.js +6 -1
  254. package/lib/components/icon/assets/pencil.js +5 -1
  255. package/lib/components/icon/assets/play.js +3 -1
  256. package/lib/components/icon/assets/plus_in_circle.js +4 -1
  257. package/lib/components/icon/assets/popout.js +3 -1
  258. package/lib/components/icon/assets/refresh.js +3 -1
  259. package/lib/components/icon/assets/save.js +3 -1
  260. package/lib/components/icon/assets/search.js +3 -1
  261. package/lib/components/icon/assets/sortLeft.js +2 -1
  262. package/lib/components/icon/assets/sortRight.js +3 -1
  263. package/lib/components/icon/assets/sort_down.js +3 -1
  264. package/lib/components/icon/assets/sort_up.js +3 -1
  265. package/lib/components/icon/assets/sortable.js +3 -1
  266. package/lib/components/icon/assets/sparkles.js +2 -1
  267. package/lib/components/icon/assets/storage.js +6 -16
  268. package/lib/components/icon/assets/symlink.js +3 -2
  269. package/lib/components/icon/assets/table_density_compact.js +5 -1
  270. package/lib/components/icon/assets/table_density_expanded.js +5 -1
  271. package/lib/components/icon/assets/tag.js +7 -1
  272. package/lib/components/icon/assets/timeRefresh.js +4 -3
  273. package/lib/components/icon/assets/timeslider.js +6 -2
  274. package/lib/components/icon/assets/trash.js +5 -1
  275. package/lib/components/icon/assets/user.js +1 -3
  276. package/lib/components/icon/assets/userAvatar.js +8 -10
  277. package/lib/components/icon/assets/users.js +9 -5
  278. package/lib/components/icon/assets/vis_line.js +3 -1
  279. package/lib/components/icon/assets/vis_table.js +5 -1
  280. package/lib/components/icon/assets/vis_text.js +1 -1
  281. package/lib/components/icon/assets/vis_vega.js +1 -1
  282. package/lib/components/icon/assets/warning.js +8 -2
  283. package/lib/components/icon/assets/wrench.js +3 -1
  284. package/lib/components/icon/icon.js +1 -1
  285. package/lib/components/icon/icon_map.js +2 -0
  286. package/lib/components/icon/svgs/aggregate.svg +2 -2
  287. package/lib/components/icon/svgs/arrowEnd.svg +3 -1
  288. package/lib/components/icon/svgs/arrowStart.svg +3 -1
  289. package/lib/components/icon/svgs/arrow_down.svg +2 -2
  290. package/lib/components/icon/svgs/arrow_left.svg +2 -2
  291. package/lib/components/icon/svgs/arrow_right.svg +2 -2
  292. package/lib/components/icon/svgs/arrow_up.svg +2 -2
  293. package/lib/components/icon/svgs/beaker.svg +2 -2
  294. package/lib/components/icon/svgs/bell.svg +2 -2
  295. package/lib/components/icon/svgs/bellSlash.svg +2 -1
  296. package/lib/components/icon/svgs/check.svg +1 -1
  297. package/lib/components/icon/svgs/checkCircle.svg +4 -0
  298. package/lib/components/icon/svgs/clock.svg +2 -1
  299. package/lib/components/icon/svgs/clockCounter.svg +2 -2
  300. package/lib/components/icon/svgs/code.svg +3 -0
  301. package/lib/components/icon/svgs/color.svg +0 -0
  302. package/lib/components/icon/svgs/continuityAbove.svg +0 -0
  303. package/lib/components/icon/svgs/continuityAboveBelow.svg +0 -0
  304. package/lib/components/icon/svgs/continuityBelow.svg +0 -0
  305. package/lib/components/icon/svgs/continuityWithin.svg +0 -0
  306. package/lib/components/icon/svgs/contrast.svg +2 -2
  307. package/lib/components/icon/svgs/contrastHigh.svg +2 -2
  308. package/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  309. package/lib/components/icon/svgs/controls_vertical.svg +1 -1
  310. package/lib/components/icon/svgs/copy.svg +3 -5
  311. package/lib/components/icon/svgs/cross.svg +1 -1
  312. package/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  313. package/lib/components/icon/svgs/discuss.svg +3 -3
  314. package/lib/components/icon/svgs/document.svg +1 -1
  315. package/lib/components/icon/svgs/documentation.svg +0 -0
  316. package/lib/components/icon/svgs/dot.svg +2 -2
  317. package/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  318. package/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  319. package/lib/components/icon/svgs/editor_checklist.svg +2 -2
  320. package/lib/components/icon/svgs/editor_code_block.svg +1 -1
  321. package/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  322. package/lib/components/icon/svgs/eraser.svg +0 -0
  323. package/lib/components/icon/svgs/expand.svg +2 -1
  324. package/lib/components/icon/svgs/export.svg +2 -2
  325. package/lib/components/icon/svgs/eye.svg +2 -1
  326. package/lib/components/icon/svgs/eye_closed.svg +4 -1
  327. package/lib/components/icon/svgs/flag.svg +1 -1
  328. package/lib/components/icon/svgs/folder_check.svg +0 -0
  329. package/lib/components/icon/svgs/folder_closed.svg +0 -0
  330. package/lib/components/icon/svgs/folder_exclamation.svg +0 -0
  331. package/lib/components/icon/svgs/folder_open.svg +0 -0
  332. package/lib/components/icon/svgs/fullScreenExit.svg +0 -0
  333. package/lib/components/icon/svgs/function.svg +0 -0
  334. package/lib/components/icon/svgs/gear.svg +3 -2
  335. package/lib/components/icon/svgs/glasses.svg +6 -1
  336. package/lib/components/icon/svgs/globe.svg +1 -1
  337. package/lib/components/icon/svgs/iInCircle.svg +3 -1
  338. package/lib/components/icon/svgs/import.svg +2 -2
  339. package/lib/components/icon/svgs/inspect.svg +3 -1
  340. package/lib/components/icon/svgs/layers.svg +4 -4
  341. package/lib/components/icon/svgs/lock.svg +1 -1
  342. package/lib/components/icon/svgs/lockOpen.svg +1 -1
  343. package/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  344. package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  345. package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  346. package/lib/components/icon/svgs/menu.svg +0 -0
  347. package/lib/components/icon/svgs/merge.svg +1 -1
  348. package/lib/components/icon/svgs/minimize.svg +1 -1
  349. package/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  350. package/lib/components/icon/svgs/ml_data_visualizer.svg +0 -0
  351. package/lib/components/icon/svgs/pageSelect.svg +0 -0
  352. package/lib/components/icon/svgs/pagesSelect.svg +0 -0
  353. package/lib/components/icon/svgs/pencil.svg +3 -2
  354. package/lib/components/icon/svgs/percent.svg +0 -0
  355. package/lib/components/icon/svgs/play.svg +1 -1
  356. package/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  357. package/lib/components/icon/svgs/popout.svg +2 -1
  358. package/lib/components/icon/svgs/push.svg +0 -0
  359. package/lib/components/icon/svgs/quote.svg +0 -0
  360. package/lib/components/icon/svgs/refresh.svg +2 -2
  361. package/lib/components/icon/svgs/reporter.svg +0 -0
  362. package/lib/components/icon/svgs/save.svg +1 -1
  363. package/lib/components/icon/svgs/search.svg +2 -2
  364. package/lib/components/icon/svgs/securitySignal.svg +0 -0
  365. package/lib/components/icon/svgs/securitySignalDetected.svg +0 -0
  366. package/lib/components/icon/svgs/securitySignalResolved.svg +0 -0
  367. package/lib/components/icon/svgs/sortLeft.svg +2 -4
  368. package/lib/components/icon/svgs/sortRight.svg +1 -1
  369. package/lib/components/icon/svgs/sort_down.svg +1 -1
  370. package/lib/components/icon/svgs/sort_up.svg +1 -1
  371. package/lib/components/icon/svgs/sortable.svg +1 -1
  372. package/lib/components/icon/svgs/sparkles.svg +2 -2
  373. package/lib/components/icon/svgs/storage.svg +2 -9
  374. package/lib/components/icon/svgs/symlink.svg +3 -2
  375. package/lib/components/icon/svgs/table_density_compact.svg +2 -1
  376. package/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  377. package/lib/components/icon/svgs/tag.svg +2 -1
  378. package/lib/components/icon/svgs/timeRefresh.svg +5 -1
  379. package/lib/components/icon/svgs/timeline.svg +0 -0
  380. package/lib/components/icon/svgs/timeslider.svg +4 -2
  381. package/lib/components/icon/svgs/trash.svg +3 -2
  382. package/lib/components/icon/svgs/user.svg +2 -3
  383. package/lib/components/icon/svgs/userAvatar.svg +3 -6
  384. package/lib/components/icon/svgs/users.svg +5 -3
  385. package/lib/components/icon/svgs/vis_line.svg +2 -1
  386. package/lib/components/icon/svgs/vis_table.svg +2 -1
  387. package/lib/components/icon/svgs/vis_text.svg +1 -1
  388. package/lib/components/icon/svgs/vis_vega.svg +1 -1
  389. package/lib/components/icon/svgs/warning.svg +3 -2
  390. package/lib/components/icon/svgs/wordWrap.svg +0 -0
  391. package/lib/components/icon/svgs/wordWrapDisabled.svg +0 -0
  392. package/lib/components/icon/svgs/wrench.svg +1 -1
  393. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  394. package/lib/components/list_group/list_group.js +2 -2
  395. package/lib/components/list_group/list_group_item.js +2 -2
  396. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  397. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  398. package/lib/components/loading/loading_logo.js +1 -1
  399. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  400. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  401. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  402. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  403. package/lib/components/page/page_header/page_header_content.js +2 -2
  404. package/lib/components/pagination/pagination_button.js +1 -1
  405. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  406. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  407. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  408. package/lib/components/table/table_header_cell.js +1 -1
  409. package/lib/components/timeline/timeline_item_icon.js +1 -1
  410. package/lib/components/toast/global_toast_list.js +1 -1
  411. package/lib/components/toast/toast.js +1 -1
  412. package/lib/components/tool_tip/icon_tip.js +1 -1
  413. package/lib/global_styling/mixins/_button.js +2 -1
  414. package/optimize/es/components/icon/assets/aggregate.js +2 -1
  415. package/optimize/es/components/icon/assets/arrowEnd.js +1 -3
  416. package/optimize/es/components/icon/assets/arrowStart.js +1 -3
  417. package/optimize/es/components/icon/assets/arrow_down.js +1 -2
  418. package/optimize/es/components/icon/assets/arrow_left.js +1 -2
  419. package/optimize/es/components/icon/assets/arrow_right.js +1 -2
  420. package/optimize/es/components/icon/assets/arrow_up.js +1 -2
  421. package/optimize/es/components/icon/assets/beaker.js +3 -1
  422. package/optimize/es/components/icon/assets/bell.js +2 -1
  423. package/optimize/es/components/icon/assets/bellSlash.js +5 -1
  424. package/optimize/es/components/icon/assets/check.js +2 -1
  425. package/optimize/es/components/icon/assets/checkCircle.js +36 -0
  426. package/optimize/es/components/icon/assets/clock.js +4 -1
  427. package/optimize/es/components/icon/assets/clockCounter.js +2 -2
  428. package/optimize/es/components/icon/assets/code.js +32 -0
  429. package/optimize/es/components/icon/assets/contrast.js +1 -1
  430. package/optimize/es/components/icon/assets/contrastHigh.js +1 -0
  431. package/optimize/es/components/icon/assets/controls_horizontal.js +2 -1
  432. package/optimize/es/components/icon/assets/controls_vertical.js +2 -1
  433. package/optimize/es/components/icon/assets/copy.js +4 -2
  434. package/optimize/es/components/icon/assets/cross.js +3 -1
  435. package/optimize/es/components/icon/assets/cross_in_circle.js +5 -3
  436. package/optimize/es/components/icon/assets/discuss.js +4 -3
  437. package/optimize/es/components/icon/assets/document.js +3 -1
  438. package/optimize/es/components/icon/assets/dot.js +2 -4
  439. package/optimize/es/components/icon/assets/doubleArrowLeft.js +2 -3
  440. package/optimize/es/components/icon/assets/doubleArrowRight.js +2 -3
  441. package/optimize/es/components/icon/assets/editor_checklist.js +1 -2
  442. package/optimize/es/components/icon/assets/editor_code_block.js +1 -1
  443. package/optimize/es/components/icon/assets/editor_ordered_list.js +1 -1
  444. package/optimize/es/components/icon/assets/expand.js +4 -1
  445. package/optimize/es/components/icon/assets/export.js +1 -1
  446. package/optimize/es/components/icon/assets/eye.js +7 -1
  447. package/optimize/es/components/icon/assets/eye_closed.js +11 -1
  448. package/optimize/es/components/icon/assets/flag.js +3 -1
  449. package/optimize/es/components/icon/assets/gear.js +7 -1
  450. package/optimize/es/components/icon/assets/glasses.js +19 -3
  451. package/optimize/es/components/icon/assets/globe.js +3 -1
  452. package/optimize/es/components/icon/assets/iInCircle.js +8 -1
  453. package/optimize/es/components/icon/assets/import.js +1 -1
  454. package/optimize/es/components/icon/assets/inspect.js +7 -1
  455. package/optimize/es/components/icon/assets/layers.js +5 -3
  456. package/optimize/es/components/icon/assets/lock.js +3 -1
  457. package/optimize/es/components/icon/assets/lockOpen.js +3 -1
  458. package/optimize/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  459. package/optimize/es/components/icon/assets/magnifyWithMinus.js +5 -1
  460. package/optimize/es/components/icon/assets/magnifyWithPlus.js +5 -1
  461. package/optimize/es/components/icon/assets/merge.js +3 -1
  462. package/optimize/es/components/icon/assets/minimize.js +1 -1
  463. package/optimize/es/components/icon/assets/minus_in_circle.js +6 -1
  464. package/optimize/es/components/icon/assets/pencil.js +5 -1
  465. package/optimize/es/components/icon/assets/play.js +3 -1
  466. package/optimize/es/components/icon/assets/plus_in_circle.js +4 -1
  467. package/optimize/es/components/icon/assets/popout.js +3 -1
  468. package/optimize/es/components/icon/assets/refresh.js +3 -1
  469. package/optimize/es/components/icon/assets/save.js +3 -1
  470. package/optimize/es/components/icon/assets/search.js +3 -1
  471. package/optimize/es/components/icon/assets/sortLeft.js +2 -1
  472. package/optimize/es/components/icon/assets/sortRight.js +3 -1
  473. package/optimize/es/components/icon/assets/sort_down.js +3 -1
  474. package/optimize/es/components/icon/assets/sort_up.js +3 -1
  475. package/optimize/es/components/icon/assets/sortable.js +3 -1
  476. package/optimize/es/components/icon/assets/sparkles.js +2 -1
  477. package/optimize/es/components/icon/assets/storage.js +6 -16
  478. package/optimize/es/components/icon/assets/symlink.js +3 -2
  479. package/optimize/es/components/icon/assets/table_density_compact.js +5 -1
  480. package/optimize/es/components/icon/assets/table_density_expanded.js +5 -1
  481. package/optimize/es/components/icon/assets/tag.js +7 -1
  482. package/optimize/es/components/icon/assets/timeRefresh.js +4 -3
  483. package/optimize/es/components/icon/assets/timeslider.js +6 -2
  484. package/optimize/es/components/icon/assets/trash.js +5 -1
  485. package/optimize/es/components/icon/assets/user.js +1 -3
  486. package/optimize/es/components/icon/assets/userAvatar.js +8 -10
  487. package/optimize/es/components/icon/assets/users.js +9 -5
  488. package/optimize/es/components/icon/assets/vis_line.js +3 -1
  489. package/optimize/es/components/icon/assets/vis_table.js +5 -1
  490. package/optimize/es/components/icon/assets/vis_text.js +1 -1
  491. package/optimize/es/components/icon/assets/vis_vega.js +1 -1
  492. package/optimize/es/components/icon/assets/warning.js +8 -2
  493. package/optimize/es/components/icon/assets/wrench.js +3 -1
  494. package/optimize/es/components/icon/icon_map.js +2 -0
  495. package/optimize/es/components/page/page_header/page_header_content.js +1 -1
  496. package/optimize/es/global_styling/mixins/_button.js +2 -1
  497. package/optimize/lib/components/icon/assets/aggregate.js +2 -1
  498. package/optimize/lib/components/icon/assets/arrowEnd.js +1 -3
  499. package/optimize/lib/components/icon/assets/arrowStart.js +1 -3
  500. package/optimize/lib/components/icon/assets/arrow_down.js +1 -2
  501. package/optimize/lib/components/icon/assets/arrow_left.js +1 -2
  502. package/optimize/lib/components/icon/assets/arrow_right.js +1 -2
  503. package/optimize/lib/components/icon/assets/arrow_up.js +1 -2
  504. package/optimize/lib/components/icon/assets/beaker.js +3 -1
  505. package/optimize/lib/components/icon/assets/bell.js +2 -1
  506. package/optimize/lib/components/icon/assets/bellSlash.js +5 -1
  507. package/optimize/lib/components/icon/assets/check.js +2 -1
  508. package/optimize/lib/components/icon/assets/checkCircle.js +44 -0
  509. package/optimize/lib/components/icon/assets/clock.js +4 -1
  510. package/optimize/lib/components/icon/assets/clockCounter.js +2 -2
  511. package/optimize/lib/components/icon/assets/code.js +40 -0
  512. package/optimize/lib/components/icon/assets/contrast.js +1 -1
  513. package/optimize/lib/components/icon/assets/contrastHigh.js +1 -0
  514. package/optimize/lib/components/icon/assets/controls_horizontal.js +2 -1
  515. package/optimize/lib/components/icon/assets/controls_vertical.js +2 -1
  516. package/optimize/lib/components/icon/assets/copy.js +4 -2
  517. package/optimize/lib/components/icon/assets/cross.js +3 -1
  518. package/optimize/lib/components/icon/assets/cross_in_circle.js +5 -3
  519. package/optimize/lib/components/icon/assets/discuss.js +4 -3
  520. package/optimize/lib/components/icon/assets/document.js +3 -1
  521. package/optimize/lib/components/icon/assets/dot.js +2 -4
  522. package/optimize/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  523. package/optimize/lib/components/icon/assets/doubleArrowRight.js +2 -3
  524. package/optimize/lib/components/icon/assets/editor_checklist.js +1 -2
  525. package/optimize/lib/components/icon/assets/editor_code_block.js +1 -1
  526. package/optimize/lib/components/icon/assets/editor_ordered_list.js +1 -1
  527. package/optimize/lib/components/icon/assets/expand.js +4 -1
  528. package/optimize/lib/components/icon/assets/export.js +1 -1
  529. package/optimize/lib/components/icon/assets/eye.js +7 -1
  530. package/optimize/lib/components/icon/assets/eye_closed.js +11 -1
  531. package/optimize/lib/components/icon/assets/flag.js +3 -1
  532. package/optimize/lib/components/icon/assets/gear.js +7 -1
  533. package/optimize/lib/components/icon/assets/glasses.js +19 -3
  534. package/optimize/lib/components/icon/assets/globe.js +3 -1
  535. package/optimize/lib/components/icon/assets/iInCircle.js +8 -1
  536. package/optimize/lib/components/icon/assets/import.js +1 -1
  537. package/optimize/lib/components/icon/assets/inspect.js +7 -1
  538. package/optimize/lib/components/icon/assets/layers.js +5 -3
  539. package/optimize/lib/components/icon/assets/lock.js +3 -1
  540. package/optimize/lib/components/icon/assets/lockOpen.js +3 -1
  541. package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  542. package/optimize/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  543. package/optimize/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  544. package/optimize/lib/components/icon/assets/merge.js +3 -1
  545. package/optimize/lib/components/icon/assets/minimize.js +1 -1
  546. package/optimize/lib/components/icon/assets/minus_in_circle.js +6 -1
  547. package/optimize/lib/components/icon/assets/pencil.js +5 -1
  548. package/optimize/lib/components/icon/assets/play.js +3 -1
  549. package/optimize/lib/components/icon/assets/plus_in_circle.js +4 -1
  550. package/optimize/lib/components/icon/assets/popout.js +3 -1
  551. package/optimize/lib/components/icon/assets/refresh.js +3 -1
  552. package/optimize/lib/components/icon/assets/save.js +3 -1
  553. package/optimize/lib/components/icon/assets/search.js +3 -1
  554. package/optimize/lib/components/icon/assets/sortLeft.js +2 -1
  555. package/optimize/lib/components/icon/assets/sortRight.js +3 -1
  556. package/optimize/lib/components/icon/assets/sort_down.js +3 -1
  557. package/optimize/lib/components/icon/assets/sort_up.js +3 -1
  558. package/optimize/lib/components/icon/assets/sortable.js +3 -1
  559. package/optimize/lib/components/icon/assets/sparkles.js +2 -1
  560. package/optimize/lib/components/icon/assets/storage.js +6 -16
  561. package/optimize/lib/components/icon/assets/symlink.js +3 -2
  562. package/optimize/lib/components/icon/assets/table_density_compact.js +5 -1
  563. package/optimize/lib/components/icon/assets/table_density_expanded.js +5 -1
  564. package/optimize/lib/components/icon/assets/tag.js +7 -1
  565. package/optimize/lib/components/icon/assets/timeRefresh.js +4 -3
  566. package/optimize/lib/components/icon/assets/timeslider.js +6 -2
  567. package/optimize/lib/components/icon/assets/trash.js +5 -1
  568. package/optimize/lib/components/icon/assets/user.js +1 -3
  569. package/optimize/lib/components/icon/assets/userAvatar.js +8 -10
  570. package/optimize/lib/components/icon/assets/users.js +9 -5
  571. package/optimize/lib/components/icon/assets/vis_line.js +3 -1
  572. package/optimize/lib/components/icon/assets/vis_table.js +5 -1
  573. package/optimize/lib/components/icon/assets/vis_text.js +1 -1
  574. package/optimize/lib/components/icon/assets/vis_vega.js +1 -1
  575. package/optimize/lib/components/icon/assets/warning.js +8 -2
  576. package/optimize/lib/components/icon/assets/wrench.js +3 -1
  577. package/optimize/lib/components/icon/icon_map.js +2 -0
  578. package/optimize/lib/components/icon/svgs/aggregate.svg +2 -2
  579. package/optimize/lib/components/icon/svgs/arrowEnd.svg +3 -1
  580. package/optimize/lib/components/icon/svgs/arrowStart.svg +3 -1
  581. package/optimize/lib/components/icon/svgs/arrow_down.svg +2 -2
  582. package/optimize/lib/components/icon/svgs/arrow_left.svg +2 -2
  583. package/optimize/lib/components/icon/svgs/arrow_right.svg +2 -2
  584. package/optimize/lib/components/icon/svgs/arrow_up.svg +2 -2
  585. package/optimize/lib/components/icon/svgs/beaker.svg +2 -2
  586. package/optimize/lib/components/icon/svgs/bell.svg +2 -2
  587. package/optimize/lib/components/icon/svgs/bellSlash.svg +2 -1
  588. package/optimize/lib/components/icon/svgs/check.svg +1 -1
  589. package/optimize/lib/components/icon/svgs/checkCircle.svg +4 -0
  590. package/optimize/lib/components/icon/svgs/clock.svg +2 -1
  591. package/optimize/lib/components/icon/svgs/clockCounter.svg +2 -2
  592. package/optimize/lib/components/icon/svgs/code.svg +3 -0
  593. package/optimize/lib/components/icon/svgs/color.svg +0 -0
  594. package/optimize/lib/components/icon/svgs/continuityAbove.svg +0 -0
  595. package/optimize/lib/components/icon/svgs/continuityAboveBelow.svg +0 -0
  596. package/optimize/lib/components/icon/svgs/continuityBelow.svg +0 -0
  597. package/optimize/lib/components/icon/svgs/continuityWithin.svg +0 -0
  598. package/optimize/lib/components/icon/svgs/contrast.svg +2 -2
  599. package/optimize/lib/components/icon/svgs/contrastHigh.svg +2 -2
  600. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  601. package/optimize/lib/components/icon/svgs/controls_vertical.svg +1 -1
  602. package/optimize/lib/components/icon/svgs/copy.svg +3 -5
  603. package/optimize/lib/components/icon/svgs/cross.svg +1 -1
  604. package/optimize/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  605. package/optimize/lib/components/icon/svgs/discuss.svg +3 -3
  606. package/optimize/lib/components/icon/svgs/document.svg +1 -1
  607. package/optimize/lib/components/icon/svgs/documentation.svg +0 -0
  608. package/optimize/lib/components/icon/svgs/dot.svg +2 -2
  609. package/optimize/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  610. package/optimize/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  611. package/optimize/lib/components/icon/svgs/editor_checklist.svg +2 -2
  612. package/optimize/lib/components/icon/svgs/editor_code_block.svg +1 -1
  613. package/optimize/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  614. package/optimize/lib/components/icon/svgs/eraser.svg +0 -0
  615. package/optimize/lib/components/icon/svgs/expand.svg +2 -1
  616. package/optimize/lib/components/icon/svgs/export.svg +2 -2
  617. package/optimize/lib/components/icon/svgs/eye.svg +2 -1
  618. package/optimize/lib/components/icon/svgs/eye_closed.svg +4 -1
  619. package/optimize/lib/components/icon/svgs/flag.svg +1 -1
  620. package/optimize/lib/components/icon/svgs/folder_check.svg +0 -0
  621. package/optimize/lib/components/icon/svgs/folder_closed.svg +0 -0
  622. package/optimize/lib/components/icon/svgs/folder_exclamation.svg +0 -0
  623. package/optimize/lib/components/icon/svgs/folder_open.svg +0 -0
  624. package/optimize/lib/components/icon/svgs/fullScreenExit.svg +0 -0
  625. package/optimize/lib/components/icon/svgs/function.svg +0 -0
  626. package/optimize/lib/components/icon/svgs/gear.svg +3 -2
  627. package/optimize/lib/components/icon/svgs/glasses.svg +6 -1
  628. package/optimize/lib/components/icon/svgs/globe.svg +1 -1
  629. package/optimize/lib/components/icon/svgs/iInCircle.svg +3 -1
  630. package/optimize/lib/components/icon/svgs/import.svg +2 -2
  631. package/optimize/lib/components/icon/svgs/inspect.svg +3 -1
  632. package/optimize/lib/components/icon/svgs/layers.svg +4 -4
  633. package/optimize/lib/components/icon/svgs/lock.svg +1 -1
  634. package/optimize/lib/components/icon/svgs/lockOpen.svg +1 -1
  635. package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  636. package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  637. package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  638. package/optimize/lib/components/icon/svgs/menu.svg +0 -0
  639. package/optimize/lib/components/icon/svgs/merge.svg +1 -1
  640. package/optimize/lib/components/icon/svgs/minimize.svg +1 -1
  641. package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  642. package/optimize/lib/components/icon/svgs/ml_data_visualizer.svg +0 -0
  643. package/optimize/lib/components/icon/svgs/pageSelect.svg +0 -0
  644. package/optimize/lib/components/icon/svgs/pagesSelect.svg +0 -0
  645. package/optimize/lib/components/icon/svgs/pencil.svg +3 -2
  646. package/optimize/lib/components/icon/svgs/percent.svg +0 -0
  647. package/optimize/lib/components/icon/svgs/play.svg +1 -1
  648. package/optimize/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  649. package/optimize/lib/components/icon/svgs/popout.svg +2 -1
  650. package/optimize/lib/components/icon/svgs/push.svg +0 -0
  651. package/optimize/lib/components/icon/svgs/quote.svg +0 -0
  652. package/optimize/lib/components/icon/svgs/refresh.svg +2 -2
  653. package/optimize/lib/components/icon/svgs/reporter.svg +0 -0
  654. package/optimize/lib/components/icon/svgs/save.svg +1 -1
  655. package/optimize/lib/components/icon/svgs/search.svg +2 -2
  656. package/optimize/lib/components/icon/svgs/securitySignal.svg +0 -0
  657. package/optimize/lib/components/icon/svgs/securitySignalDetected.svg +0 -0
  658. package/optimize/lib/components/icon/svgs/securitySignalResolved.svg +0 -0
  659. package/optimize/lib/components/icon/svgs/sortLeft.svg +2 -4
  660. package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
  661. package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
  662. package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
  663. package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
  664. package/optimize/lib/components/icon/svgs/sparkles.svg +2 -2
  665. package/optimize/lib/components/icon/svgs/storage.svg +2 -9
  666. package/optimize/lib/components/icon/svgs/symlink.svg +3 -2
  667. package/optimize/lib/components/icon/svgs/table_density_compact.svg +2 -1
  668. package/optimize/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  669. package/optimize/lib/components/icon/svgs/tag.svg +2 -1
  670. package/optimize/lib/components/icon/svgs/timeRefresh.svg +5 -1
  671. package/optimize/lib/components/icon/svgs/timeline.svg +0 -0
  672. package/optimize/lib/components/icon/svgs/timeslider.svg +4 -2
  673. package/optimize/lib/components/icon/svgs/trash.svg +3 -2
  674. package/optimize/lib/components/icon/svgs/user.svg +2 -3
  675. package/optimize/lib/components/icon/svgs/userAvatar.svg +3 -6
  676. package/optimize/lib/components/icon/svgs/users.svg +5 -3
  677. package/optimize/lib/components/icon/svgs/vis_line.svg +2 -1
  678. package/optimize/lib/components/icon/svgs/vis_table.svg +2 -1
  679. package/optimize/lib/components/icon/svgs/vis_text.svg +1 -1
  680. package/optimize/lib/components/icon/svgs/vis_vega.svg +1 -1
  681. package/optimize/lib/components/icon/svgs/warning.svg +3 -2
  682. package/optimize/lib/components/icon/svgs/wordWrap.svg +0 -0
  683. package/optimize/lib/components/icon/svgs/wordWrapDisabled.svg +0 -0
  684. package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
  685. package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
  686. package/optimize/lib/global_styling/mixins/_button.js +2 -1
  687. package/package.json +3 -3
  688. package/test-env/components/avatar/avatar.js +1 -1
  689. package/test-env/components/badge/badge.js +1 -1
  690. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  691. package/test-env/components/basic_table/basic_table.js +4 -4
  692. package/test-env/components/basic_table/in_memory_table.js +4 -4
  693. package/test-env/components/button/button.js +1 -1
  694. package/test-env/components/button/button_display/_button_display.js +1 -1
  695. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  696. package/test-env/components/button/button_empty/button_empty.js +1 -1
  697. package/test-env/components/button/button_group/button_group.js +1 -1
  698. package/test-env/components/button/button_group/button_group_button.js +1 -1
  699. package/test-env/components/button/button_icon/button_icon.js +1 -1
  700. package/test-env/components/call_out/call_out.js +1 -1
  701. package/test-env/components/card/card.js +2 -2
  702. package/test-env/components/card/card_select/card_select.js +1 -1
  703. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  704. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  705. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  706. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  707. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  708. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  709. package/test-env/components/comment_list/comment.js +2 -2
  710. package/test-env/components/comment_list/comment_event.js +1 -1
  711. package/test-env/components/comment_list/comment_list.js +2 -2
  712. package/test-env/components/comment_list/comment_timeline.js +1 -1
  713. package/test-env/components/context_menu/context_menu_item.js +1 -1
  714. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  715. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  716. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  717. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  718. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  719. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  720. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  721. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  722. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  723. package/test-env/components/date_picker/date_picker.js +2 -2
  724. package/test-env/components/date_picker/date_picker_range.js +1 -1
  725. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  726. package/test-env/components/facet/facet_button.js +1 -1
  727. package/test-env/components/form/field_number/field_number.js +2 -2
  728. package/test-env/components/form/field_text/field_text.js +2 -2
  729. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  730. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  731. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  732. package/test-env/components/form/text_area/text_area.js +2 -2
  733. package/test-env/components/header/header_links/header_link.js +1 -1
  734. package/test-env/components/header/header_links/header_links.js +1 -1
  735. package/test-env/components/header/header_logo/header_logo.js +1 -1
  736. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  737. package/test-env/components/icon/assets/aggregate.js +2 -1
  738. package/test-env/components/icon/assets/arrowEnd.js +1 -3
  739. package/test-env/components/icon/assets/arrowStart.js +1 -3
  740. package/test-env/components/icon/assets/arrow_down.js +1 -2
  741. package/test-env/components/icon/assets/arrow_left.js +1 -2
  742. package/test-env/components/icon/assets/arrow_right.js +1 -2
  743. package/test-env/components/icon/assets/arrow_up.js +1 -2
  744. package/test-env/components/icon/assets/beaker.js +3 -1
  745. package/test-env/components/icon/assets/bell.js +2 -1
  746. package/test-env/components/icon/assets/bellSlash.js +5 -1
  747. package/test-env/components/icon/assets/check.js +2 -1
  748. package/test-env/components/icon/assets/checkCircle.js +44 -0
  749. package/test-env/components/icon/assets/clock.js +4 -1
  750. package/test-env/components/icon/assets/clockCounter.js +2 -2
  751. package/test-env/components/icon/assets/code.js +40 -0
  752. package/test-env/components/icon/assets/contrast.js +1 -1
  753. package/test-env/components/icon/assets/contrastHigh.js +1 -0
  754. package/test-env/components/icon/assets/controls_horizontal.js +2 -1
  755. package/test-env/components/icon/assets/controls_vertical.js +2 -1
  756. package/test-env/components/icon/assets/copy.js +4 -2
  757. package/test-env/components/icon/assets/cross.js +3 -1
  758. package/test-env/components/icon/assets/cross_in_circle.js +5 -3
  759. package/test-env/components/icon/assets/discuss.js +4 -3
  760. package/test-env/components/icon/assets/document.js +3 -1
  761. package/test-env/components/icon/assets/dot.js +2 -4
  762. package/test-env/components/icon/assets/doubleArrowLeft.js +2 -3
  763. package/test-env/components/icon/assets/doubleArrowRight.js +2 -3
  764. package/test-env/components/icon/assets/editor_checklist.js +1 -2
  765. package/test-env/components/icon/assets/editor_code_block.js +1 -1
  766. package/test-env/components/icon/assets/editor_ordered_list.js +1 -1
  767. package/test-env/components/icon/assets/expand.js +4 -1
  768. package/test-env/components/icon/assets/export.js +1 -1
  769. package/test-env/components/icon/assets/eye.js +7 -1
  770. package/test-env/components/icon/assets/eye_closed.js +11 -1
  771. package/test-env/components/icon/assets/flag.js +3 -1
  772. package/test-env/components/icon/assets/gear.js +7 -1
  773. package/test-env/components/icon/assets/glasses.js +19 -3
  774. package/test-env/components/icon/assets/globe.js +3 -1
  775. package/test-env/components/icon/assets/iInCircle.js +8 -1
  776. package/test-env/components/icon/assets/import.js +1 -1
  777. package/test-env/components/icon/assets/inspect.js +7 -1
  778. package/test-env/components/icon/assets/layers.js +5 -3
  779. package/test-env/components/icon/assets/lock.js +3 -1
  780. package/test-env/components/icon/assets/lockOpen.js +3 -1
  781. package/test-env/components/icon/assets/magnifyWithExclamation.js +5 -1
  782. package/test-env/components/icon/assets/magnifyWithMinus.js +5 -1
  783. package/test-env/components/icon/assets/magnifyWithPlus.js +5 -1
  784. package/test-env/components/icon/assets/merge.js +3 -1
  785. package/test-env/components/icon/assets/minimize.js +1 -1
  786. package/test-env/components/icon/assets/minus_in_circle.js +6 -1
  787. package/test-env/components/icon/assets/pencil.js +5 -1
  788. package/test-env/components/icon/assets/play.js +3 -1
  789. package/test-env/components/icon/assets/plus_in_circle.js +4 -1
  790. package/test-env/components/icon/assets/popout.js +3 -1
  791. package/test-env/components/icon/assets/refresh.js +3 -1
  792. package/test-env/components/icon/assets/save.js +3 -1
  793. package/test-env/components/icon/assets/search.js +3 -1
  794. package/test-env/components/icon/assets/sortLeft.js +2 -1
  795. package/test-env/components/icon/assets/sortRight.js +3 -1
  796. package/test-env/components/icon/assets/sort_down.js +3 -1
  797. package/test-env/components/icon/assets/sort_up.js +3 -1
  798. package/test-env/components/icon/assets/sortable.js +3 -1
  799. package/test-env/components/icon/assets/sparkles.js +2 -1
  800. package/test-env/components/icon/assets/storage.js +6 -16
  801. package/test-env/components/icon/assets/symlink.js +3 -2
  802. package/test-env/components/icon/assets/table_density_compact.js +5 -1
  803. package/test-env/components/icon/assets/table_density_expanded.js +5 -1
  804. package/test-env/components/icon/assets/tag.js +7 -1
  805. package/test-env/components/icon/assets/timeRefresh.js +4 -3
  806. package/test-env/components/icon/assets/timeslider.js +6 -2
  807. package/test-env/components/icon/assets/trash.js +5 -1
  808. package/test-env/components/icon/assets/user.js +1 -3
  809. package/test-env/components/icon/assets/userAvatar.js +8 -10
  810. package/test-env/components/icon/assets/users.js +9 -5
  811. package/test-env/components/icon/assets/vis_line.js +3 -1
  812. package/test-env/components/icon/assets/vis_table.js +5 -1
  813. package/test-env/components/icon/assets/vis_text.js +1 -1
  814. package/test-env/components/icon/assets/vis_vega.js +1 -1
  815. package/test-env/components/icon/assets/warning.js +8 -2
  816. package/test-env/components/icon/assets/wrench.js +3 -1
  817. package/test-env/components/icon/icon_map.js +2 -0
  818. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  819. package/test-env/components/list_group/list_group.js +2 -2
  820. package/test-env/components/list_group/list_group_item.js +2 -2
  821. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  822. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  823. package/test-env/components/loading/loading_logo.js +1 -1
  824. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  825. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  826. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  827. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  828. package/test-env/components/page/page_header/page_header_content.js +2 -2
  829. package/test-env/components/pagination/pagination_button.js +1 -1
  830. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  831. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  832. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  833. package/test-env/components/table/table_header_cell.js +1 -1
  834. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  835. package/test-env/components/toast/global_toast_list.js +1 -1
  836. package/test-env/components/toast/toast.js +1 -1
  837. package/test-env/components/tool_tip/icon_tip.js +1 -1
  838. package/test-env/global_styling/mixins/_button.js +2 -1
@@ -22,14 +22,18 @@ var EuiIconTimeslider = function EuiIconTimeslider(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
- d: "M13.923 8A5.93 5.93 0 0 0 8 2.077 5.93 5.93 0 0 0 2.077 8a5.93 5.93 0 0 0 6.296 5.912c.328-.021.625.227.625.556a.504.504 0 0 1-.458.511 7 7 0 1 1 6.43-6.333c-.036.398-.487.58-.817.354a.595.595 0 0 1-.248-.54c.012-.152.018-.305.018-.46zm1.684 3.2-4.32-3.055c-.56-.396-1.287.059-1.287.8v6.108c0 .74.726 1.196 1.287.8l4.32-3.055c.524-.37.524-1.228 0-1.598zM7.462 7.462H4.769a.539.539 0 0 0 0 1.076H8A.539.539 0 0 0 8.538 8V3.692a.539.539 0 0 0-1.076 0v3.77z",
30
+ d: "M7.5 3h1v2.5H11v1H7.5V3Z"
31
+ }), ___EmotionJSX("path", {
32
+ fillRule: "evenodd",
33
+ d: "M8 11A5 5 0 1 0 8 1a5 5 0 0 0 0 10Zm0-1a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",
32
34
  clipRule: "evenodd"
35
+ }), ___EmotionJSX("path", {
36
+ d: "m15.207 13.5-2.353-2.354-.707.707L13.293 13H2.707l1.147-1.146-.708-.708L.793 13.5l2.353 2.354.708-.708L2.707 14h10.586l-1.146 1.146.707.707 2.353-2.353Z"
33
37
  }));
34
38
  };
35
39
  export var icon = EuiIconTimeslider;
@@ -27,7 +27,11 @@ var EuiIconTrash = function EuiIconTrash(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M11 3h5v1H0V3h5V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2Zm-7.056 8H7v1H4.1l.392 2.519c.042.269.254.458.493.458h6.03c.239 0 .451-.189.493-.458l1.498-9.576H14l-1.504 9.73c-.116.747-.74 1.304-1.481 1.304h-6.03c-.741 0-1.365-.557-1.481-1.304l-1.511-9.73H9V5.95H3.157L3.476 8H8v1H3.632l.312 2ZM6 3h4V1H6v2Z"
30
+ d: "M7 6H6v6h1V6Zm2.997 0h-1v6h1V6Z"
31
+ }), ___EmotionJSX("path", {
32
+ fillRule: "evenodd",
33
+ d: "M5 2v1H2v1h1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4h1V3h-3V2a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Zm5 0H6v1h4V2ZM4 14V4h8v10H4Z",
34
+ clipRule: "evenodd"
31
35
  }));
32
36
  };
33
37
  export var icon = EuiIconTrash;
@@ -28,10 +28,8 @@ var EuiIconUser = function EuiIconUser(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- d: "M8 9a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
31
+ d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
32
32
  clipRule: "evenodd"
33
- }), ___EmotionJSX("path", {
34
- d: "M15 14.291A9.053 9.053 0 0 0 8 11a9.053 9.053 0 0 0-7 3.291l.715.71A8.047 8.047 0 0 1 8 11.996 8.047 8.047 0 0 1 14.286 15l.714-.71Z"
35
33
  }));
36
34
  };
37
35
  export var icon = EuiIconUser;
@@ -20,18 +20,16 @@ var EuiIconUserAvatar = function EuiIconUserAvatar(_ref) {
20
20
  props = _objectWithoutProperties(_ref, _excluded);
21
21
  return ___EmotionJSX("svg", _extends({
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
- width: 18,
24
- height: 18,
25
- viewBox: "0 0 18 18",
23
+ width: 16,
24
+ height: 16,
25
+ viewBox: "0 0 16 16",
26
26
  "aria-labelledby": titleId
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
- }, title) : null, ___EmotionJSX("g", {
30
- fillRule: "evenodd"
31
- }, ___EmotionJSX("path", {
32
- d: "M13.689 11.132c1.155 1.222 1.953 2.879 2.183 4.748a1.007 1.007 0 0 1-1 1.12H3.007a1.005 1.005 0 0 1-1-1.12c.23-1.87 1.028-3.526 2.183-4.748.247.228.505.442.782.633-1.038 1.069-1.765 2.55-1.972 4.237L14.872 16c-.204-1.686-.93-3.166-1.966-4.235a7.01 7.01 0 0 0 .783-.633ZM8.939 1c1.9 0 3 2 4.38 2.633a2.483 2.483 0 0 1-1.88.867c-.298 0-.579-.06-.844-.157A3.726 3.726 0 0 1 7.69 5.75c-1.395 0-3.75.25-3.245-1.903C5.94 3 6.952 1 8.94 1Z"
33
- }), ___EmotionJSX("path", {
34
- d: "M8.94 2c2.205 0 4 1.794 4 4s-1.795 4-4 4c-2.207 0-4-1.794-4-4s1.793-4 4-4m0 9A5 5 0 1 0 8.937.999 5 5 0 0 0 8.94 11"
35
- })));
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ fillRule: "evenodd",
31
+ d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
32
+ clipRule: "evenodd"
33
+ }));
36
34
  };
37
35
  export var icon = EuiIconUserAvatar;
@@ -26,12 +26,16 @@ var EuiIconUsers = function EuiIconUsers(_ref) {
26
26
  "aria-labelledby": titleId
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
- }, title) : null, ___EmotionJSX("path", {
29
+ }, title) : null, ___EmotionJSX("g", {
30
+ style: {
31
+ mixBlendMode: 'multiply'
32
+ }
33
+ }, ___EmotionJSX("path", {
30
34
  fillRule: "evenodd",
31
- d: "M5.482 4.344a2 2 0 1 0-2.963 0c-.08.042-.156.087-.23.136-.457.305-.75.704-.933 1.073A3.457 3.457 0 0 0 1 6.978V9a1 1 0 0 0 1 1h2.5a3.69 3.69 0 0 1 .684-.962L5.171 9H2V7s0-2 2-2c1.007 0 1.507.507 1.755 1.01.225-.254.493-.47.793-.636a2.717 2.717 0 0 0-1.066-1.03zM4 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm10 6h-2.5a3.684 3.684 0 0 0-.684-.962L10.829 9H14V7s0-2-2-2c-1.007 0-1.507.507-1.755 1.01a3.012 3.012 0 0 0-.793-.636 2.716 2.716 0 0 1 1.066-1.03 2 2 0 1 1 2.963 0c.08.042.156.087.23.136.457.305.75.704.933 1.073A3.453 3.453 0 0 1 15 6.944V9a1 1 0 0 1-1 1zm-2-6a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
35
+ d: "M8 5c0 .92-.414 1.744-1.067 2.294.29.094.544.202.764.312.31.154.548.312.716.438a3.417 3.417 0 0 1 .26.215l.02.02.008.008.003.003.002.001.001.002c.707-.707.706-.709.706-.709l-.002-.001-.003-.003-.006-.006-.013-.013a2.65 2.65 0 0 0-.1-.093c.137-.07.287-.135.45-.193a2.5 2.5 0 1 1 3.521 0c.31.11.574.246.795.393.274.183.47.374.604.536a2.145 2.145 0 0 1 .222.323l.007.014.004.006.001.003v.001s.001.002-.893.449c0 0-.5-1-2.5-1-.723 0-1.25.13-1.628.297a2 2 0 0 0-.458-.711l-.707.707L8 9S7 8 5 8 2 9 2 9l-.707-.707.001-.002.002-.001.003-.003.008-.008.02-.02.061-.055a4.693 4.693 0 0 1 .914-.599c.22-.11.476-.217.765-.31A3 3 0 1 1 8 5ZM5 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm8-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
36
+ clipRule: "evenodd"
32
37
  }), ___EmotionJSX("path", {
33
- fillRule: "evenodd",
34
- d: "M10 8c0 .517-.196.989-.518 1.344a2.755 2.755 0 0 1 1.163 1.21A3.453 3.453 0 0 1 11 11.977V14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-2.022a2.005 2.005 0 0 1 .006-.135 3.456 3.456 0 0 1 .35-1.29 2.755 2.755 0 0 1 1.162-1.21A2 2 0 1 1 10 8zm-4 4v2h4v-2s0-2-2-2-2 2-2 2zm3-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
35
- }));
38
+ d: "m1.293 8.293.092.092L2 9l-1 4h8L8 9a1643.293 1643.293 0 0 1 .707-.707 1 1 0 0 1 .263.464l1 4A1 1 0 0 1 9 14H1a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM14 9l.894-.447c.033.065.058.134.076.204l1 4A1 1 0 0 1 15 14h-4.268A2 2 0 0 0 11 13h4l-1-4Z"
39
+ })));
36
40
  };
37
41
  export var icon = EuiIconUsers;
@@ -27,7 +27,9 @@ var EuiIconVisLine = function EuiIconVisLine(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M12.654 3.48c.248.225.552.389.888.467L11.24 9.43a1.99 1.99 0 0 0-.915-.404l2.33-5.547ZM9.146 9.19a2.008 2.008 0 0 0-.769.64l-1.572-2c.311-.136.581-.35.785-.618l1.556 1.978ZM5.581 7.956l-2.134 4.268a.5.5 0 0 1-.894-.448l2.134-4.268c.25.22.557.376.894.448ZM1 15h13.5a.5.5 0 1 1 0 1H.5a.5.5 0 0 1-.5-.5v-14a.5.5 0 0 1 1 0V15Zm5-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm4 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm4-9a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
30
+ d: "M1 1v13a1 1 0 0 0 1 1h13v-1H2V1H1Z"
31
+ }), ___EmotionJSX("path", {
32
+ d: "m9.5 9.207 4.854-4.853-.707-.708L9.5 7.793l-2-2-4.854 4.853.708.708L7.5 7.207l2 2Z"
31
33
  }));
32
34
  };
33
35
  export var icon = EuiIconVisLine;
@@ -27,7 +27,11 @@ var EuiIconVisTable = function EuiIconVisTable(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M16 3v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1Zm-1 0V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v1h14Zm0 1H1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4ZM4.5 6a.5.5 0 0 1 0 1H2.496a.5.5 0 1 1 0-1H4.5Zm9 0a.5.5 0 1 1 0 1h-6a.5.5 0 0 1 0-1h6Zm-9 3a.5.5 0 0 1 0 1H2.496a.5.5 0 1 1 0-1H4.5Zm9 0a.5.5 0 1 1 0 1h-6a.5.5 0 0 1 0-1h6Zm-9 3a.5.5 0 1 1 0 1H2.496a.5.5 0 1 1 0-1H4.5Zm9 0a.5.5 0 1 1 0 1h-6a.5.5 0 1 1 0-1h6Z"
30
+ d: "M5 6H3v1h2V6Zm1 0h2v1H6V6ZM5 9H3v1h2V9Zm1 0h2v1H6V9Zm-1 3H3v1h2v-1Zm1 0h2v1H6v-1Zm7-6H9v1h4V6ZM9 9h4v1H9V9Zm4 3H9v1h4v-1Z"
31
+ }), ___EmotionJSX("path", {
32
+ fillRule: "evenodd",
33
+ 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-1H2Zm0 3V2h12v2H2Zm0 1h12v9H2V5Z",
34
+ clipRule: "evenodd"
31
35
  }));
32
36
  };
33
37
  export var icon = EuiIconVisTable;
@@ -27,7 +27,7 @@ var EuiIconVisText = function EuiIconVisText(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M8.5 5v6h2a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h2V5H5v.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.51l-.021 1a.5.5 0 1 1-1-.02l.01-.49H8.5ZM1 15h1.5a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5v-1.996a.5.5 0 0 1 1 0V15ZM1 1v1.497a.5.5 0 1 1-1 0V.5A.5.5 0 0 1 .5 0h2a.5.5 0 0 1 0 1H1Zm14 0h-1.495a.5.5 0 0 1 0-1H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V1Zm0 14v-1.5a.5.5 0 1 1 1 0v2a.5.5 0 0 1-.5.5h-2a.5.5 0 1 1 0-1H15ZM0 6.5a.5.5 0 0 1 1 0v3a.5.5 0 0 1-1 0v-3ZM9.5 0a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3ZM15 6.5a.5.5 0 1 1 1 0v3a.5.5 0 1 1-1 0v-3ZM9.5 15a.5.5 0 1 1 0 1h-3a.5.5 0 1 1 0-1h3Z"
30
+ d: "M6 1h4v1H6V1Zm0 13h4v1H6v-1Zm9-4V6h-1v4h1ZM2 6v4H1V6h1ZM1 2a1 1 0 0 1 1-1h2v1H2v2H1V2Zm1 13a1 1 0 0 1-1-1v-2h1v2h2v1H2ZM15 2a1 1 0 0 0-1-1h-2v1h2v2h1V2Zm-1 13a1 1 0 0 0 1-1v-2h-1v2h-2v1h2ZM12 4H4v2h1V5h2.5v6h-1v1h3v-1h-1V5H11v1h1V4Z"
31
31
  }));
32
32
  };
33
33
  export var icon = EuiIconVisText;
@@ -27,7 +27,7 @@ var EuiIconVisVega = function EuiIconVisVega(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M2.414 8.036 4.89 10.51a.5.5 0 0 1-.707.708L1.354 8.389a.5.5 0 0 1 0-.707l2.828-2.828a.5.5 0 1 1 .707.707L2.414 8.036Zm8.768 2.474 2.475-2.474-2.475-2.475a.5.5 0 0 1 .707-.707l2.829 2.828a.5.5 0 0 1 0 .707l-2.829 2.829a.5.5 0 1 1-.707-.708ZM8.559 2.506a.5.5 0 0 1 .981.19L7.441 13.494a.5.5 0 0 1-.981-.19L8.559 2.506Z"
30
+ d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
31
31
  }));
32
32
  };
33
33
  export var icon = EuiIconVisVega;
@@ -27,9 +27,15 @@ var EuiIconWarning = function EuiIconWarning(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "m8.55 9.502.35-3.507a.905.905 0 1 0-1.8 0l.35 3.507a.552.552 0 0 0 1.1 0ZM9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
30
+ d: "M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
31
31
  }), ___EmotionJSX("path", {
32
- d: "M8.864 1.496a1 1 0 0 0-1.728 0l-7 12A1 1 0 0 0 1 15h14a1 1 0 0 0 .864-1.504l-7-12ZM1 14 8 2l7 12H1Z"
32
+ fillRule: "evenodd",
33
+ d: "M7.5 10V5h1v5h-1Z",
34
+ clipRule: "evenodd"
35
+ }), ___EmotionJSX("path", {
36
+ fillRule: "evenodd",
37
+ d: "M8 1a1 1 0 0 1 .864.496l7 12A1 1 0 0 1 15 15H1a1 1 0 0 1-.864-1.504l7-12A1 1 0 0 1 8 1ZM1 14h14L8 2 1 14Z",
38
+ clipRule: "evenodd"
33
39
  }));
34
40
  };
35
41
  export var icon = EuiIconWarning;
@@ -27,7 +27,9 @@ var EuiIconWrench = function EuiIconWrench(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "m6.918 9.746 4.537 4.537a2 2 0 1 0 2.828-2.829l-3.157-3.156a.5.5 0 0 1 .708-.708l3.156 3.157a3 3 0 1 1-4.243 4.243l-4.949-4.95a5.001 5.001 0 0 1-5.22-7.106.5.5 0 0 1 .805-.138L3.676 5.09a1 1 0 1 0 1.415-1.414L2.797 1.382a.5.5 0 0 1 .138-.805 5.001 5.001 0 1 1 3.983 9.169ZM1.226 4.054a4.002 4.002 0 0 0 6.693 3.865 4 4 0 0 0-3.865-6.693l1.744 1.743a2 2 0 1 1-2.829 2.828L1.226 4.054Zm10.229 8.814a1 1 0 1 1 1.414-1.414 1 1 0 0 1-1.414 1.414Z"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
31
33
  }));
32
34
  };
33
35
  export var icon = EuiIconWrench;
@@ -257,7 +257,7 @@ EuiIconClass.propTypes = {
257
257
  /**
258
258
  * `Enum` is any of the named icons listed in the docs, `string` is usually a URL to an SVG file, and `elementType` is any React SVG component
259
259
  */
260
- type: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
260
+ type: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
261
261
  /**
262
262
  * One of EUI's color palette or a valid CSS color value https://developer.mozilla.org/en-US/docs/Web/CSS/color_value.
263
263
  * Note that coloring only works if your SVG is removed of fill attributes.
@@ -48,6 +48,7 @@ export var typeToPathMap = {
48
48
  casesApp: 'app_cases',
49
49
  changePointDetection: 'change_point_detection',
50
50
  check: 'check',
51
+ checkCircle: 'checkCircle',
51
52
  checkInCircleFilled: 'checkInCircleFilled',
52
53
  cheer: 'cheer',
53
54
  classificationJob: 'ml_classification_job',
@@ -59,6 +60,7 @@ export var typeToPathMap = {
59
60
  cloudStormy: 'cloudStormy',
60
61
  cloudSunny: 'cloudSunny',
61
62
  cluster: 'cluster',
63
+ code: 'code',
62
64
  codeApp: 'app_code',
63
65
  color: 'color',
64
66
  compute: 'compute',
@@ -226,7 +226,7 @@ EuiKeyPadMenuItem.propTypes = {
226
226
  /**
227
227
  * Supply an icon type if the badge should just be an icon
228
228
  */
229
- betaBadgeIconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
229
+ betaBadgeIconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
230
230
  /**
231
231
  * Add a description to the beta badge (will appear in a tooltip)
232
232
  */
@@ -151,7 +151,7 @@ EuiListGroup.propTypes = {
151
151
  /**
152
152
  * Adds `EuiIcon` of `EuiIcon.type`
153
153
  */
154
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
154
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]),
155
155
  /**
156
156
  * Further extend the props applied to EuiIcon
157
157
  */
@@ -174,7 +174,7 @@ EuiListGroup.propTypes = {
174
174
  alwaysShow: PropTypes.bool,
175
175
  type: PropTypes.any,
176
176
  onClick: PropTypes.func,
177
- iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
177
+ iconType: PropTypes.oneOfType([PropTypes.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, PropTypes.string.isRequired, PropTypes.elementType.isRequired]).isRequired,
178
178
  /**
179
179
  * Any of the named color palette options.
180
180
  */