@elastic/eui 101.2.0 → 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 (798) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/basic_table/basic_table.js +4 -4
  5. package/es/components/basic_table/in_memory_table.js +4 -4
  6. package/es/components/button/button.js +1 -1
  7. package/es/components/button/button_display/_button_display.js +1 -1
  8. package/es/components/button/button_display/_button_display_content.js +1 -1
  9. package/es/components/button/button_empty/button_empty.js +1 -1
  10. package/es/components/button/button_group/button_group.js +1 -1
  11. package/es/components/button/button_group/button_group_button.js +1 -1
  12. package/es/components/button/button_icon/button_icon.js +1 -1
  13. package/es/components/call_out/call_out.js +1 -1
  14. package/es/components/card/card.js +2 -2
  15. package/es/components/card/card_select/card_select.js +1 -1
  16. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  17. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  22. package/es/components/comment_list/comment.js +2 -2
  23. package/es/components/comment_list/comment_event.js +1 -1
  24. package/es/components/comment_list/comment_list.js +2 -2
  25. package/es/components/comment_list/comment_timeline.js +1 -1
  26. package/es/components/context_menu/context_menu_item.js +1 -1
  27. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  28. package/es/components/datagrid/body/data_grid_body.js +7 -7
  29. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  30. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  31. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  32. package/es/components/datagrid/controls/column_sorting.js +7 -7
  33. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  34. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  35. package/es/components/datagrid/utils/in_memory.js +6 -6
  36. package/es/components/date_picker/date_picker.js +2 -2
  37. package/es/components/date_picker/date_picker_range.js +1 -1
  38. package/es/components/empty_prompt/empty_prompt.js +1 -1
  39. package/es/components/facet/facet_button.js +1 -1
  40. package/es/components/form/field_number/field_number.js +2 -2
  41. package/es/components/form/field_text/field_text.js +2 -2
  42. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  43. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  44. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  45. package/es/components/form/text_area/text_area.js +2 -2
  46. package/es/components/header/header_links/header_link.js +1 -1
  47. package/es/components/header/header_links/header_links.js +1 -1
  48. package/es/components/header/header_logo/header_logo.js +1 -1
  49. package/es/components/header/header_section/header_section_item_button.js +1 -1
  50. package/es/components/icon/assets/aggregate.js +2 -1
  51. package/es/components/icon/assets/arrowEnd.js +1 -3
  52. package/es/components/icon/assets/arrowStart.js +1 -3
  53. package/es/components/icon/assets/arrow_down.js +1 -2
  54. package/es/components/icon/assets/arrow_left.js +1 -2
  55. package/es/components/icon/assets/arrow_right.js +1 -2
  56. package/es/components/icon/assets/arrow_up.js +1 -2
  57. package/es/components/icon/assets/beaker.js +3 -1
  58. package/es/components/icon/assets/bell.js +2 -1
  59. package/es/components/icon/assets/bellSlash.js +5 -1
  60. package/es/components/icon/assets/check.js +2 -1
  61. package/es/components/icon/assets/checkCircle.js +37 -0
  62. package/es/components/icon/assets/clock.js +4 -1
  63. package/es/components/icon/assets/clockCounter.js +2 -2
  64. package/es/components/icon/assets/code.js +33 -0
  65. package/es/components/icon/assets/contrast.js +1 -1
  66. package/es/components/icon/assets/contrastHigh.js +1 -0
  67. package/es/components/icon/assets/controls_horizontal.js +2 -1
  68. package/es/components/icon/assets/controls_vertical.js +2 -1
  69. package/es/components/icon/assets/copy.js +4 -2
  70. package/es/components/icon/assets/cross.js +3 -1
  71. package/es/components/icon/assets/cross_in_circle.js +5 -3
  72. package/es/components/icon/assets/discuss.js +4 -3
  73. package/es/components/icon/assets/document.js +3 -1
  74. package/es/components/icon/assets/dot.js +2 -4
  75. package/es/components/icon/assets/doubleArrowLeft.js +2 -3
  76. package/es/components/icon/assets/doubleArrowRight.js +2 -3
  77. package/es/components/icon/assets/editor_checklist.js +1 -2
  78. package/es/components/icon/assets/editor_code_block.js +1 -1
  79. package/es/components/icon/assets/editor_ordered_list.js +1 -1
  80. package/es/components/icon/assets/expand.js +4 -1
  81. package/es/components/icon/assets/export.js +1 -1
  82. package/es/components/icon/assets/eye.js +7 -1
  83. package/es/components/icon/assets/eye_closed.js +11 -1
  84. package/es/components/icon/assets/flag.js +3 -1
  85. package/es/components/icon/assets/gear.js +7 -1
  86. package/es/components/icon/assets/glasses.js +19 -3
  87. package/es/components/icon/assets/globe.js +3 -1
  88. package/es/components/icon/assets/iInCircle.js +8 -1
  89. package/es/components/icon/assets/import.js +1 -1
  90. package/es/components/icon/assets/inspect.js +7 -1
  91. package/es/components/icon/assets/layers.js +5 -3
  92. package/es/components/icon/assets/lock.js +3 -1
  93. package/es/components/icon/assets/lockOpen.js +3 -1
  94. package/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  95. package/es/components/icon/assets/magnifyWithMinus.js +5 -1
  96. package/es/components/icon/assets/magnifyWithPlus.js +5 -1
  97. package/es/components/icon/assets/merge.js +3 -1
  98. package/es/components/icon/assets/minimize.js +1 -1
  99. package/es/components/icon/assets/minus_in_circle.js +6 -1
  100. package/es/components/icon/assets/pencil.js +5 -1
  101. package/es/components/icon/assets/play.js +3 -1
  102. package/es/components/icon/assets/plus_in_circle.js +4 -1
  103. package/es/components/icon/assets/popout.js +3 -1
  104. package/es/components/icon/assets/refresh.js +3 -1
  105. package/es/components/icon/assets/save.js +3 -1
  106. package/es/components/icon/assets/search.js +3 -1
  107. package/es/components/icon/assets/sortLeft.js +2 -1
  108. package/es/components/icon/assets/sortRight.js +3 -1
  109. package/es/components/icon/assets/sort_down.js +3 -1
  110. package/es/components/icon/assets/sort_up.js +3 -1
  111. package/es/components/icon/assets/sortable.js +3 -1
  112. package/es/components/icon/assets/sparkles.js +2 -1
  113. package/es/components/icon/assets/storage.js +6 -16
  114. package/es/components/icon/assets/symlink.js +3 -2
  115. package/es/components/icon/assets/table_density_compact.js +5 -1
  116. package/es/components/icon/assets/table_density_expanded.js +5 -1
  117. package/es/components/icon/assets/tag.js +7 -1
  118. package/es/components/icon/assets/timeRefresh.js +4 -3
  119. package/es/components/icon/assets/timeslider.js +6 -2
  120. package/es/components/icon/assets/trash.js +5 -1
  121. package/es/components/icon/assets/user.js +1 -3
  122. package/es/components/icon/assets/userAvatar.js +8 -10
  123. package/es/components/icon/assets/users.js +9 -5
  124. package/es/components/icon/assets/vis_line.js +3 -1
  125. package/es/components/icon/assets/vis_table.js +5 -1
  126. package/es/components/icon/assets/vis_text.js +1 -1
  127. package/es/components/icon/assets/vis_vega.js +1 -1
  128. package/es/components/icon/assets/warning.js +8 -2
  129. package/es/components/icon/assets/wrench.js +3 -1
  130. package/es/components/icon/icon.js +1 -1
  131. package/es/components/icon/icon_map.js +2 -0
  132. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  133. package/es/components/list_group/list_group.js +2 -2
  134. package/es/components/list_group/list_group_item.js +2 -2
  135. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  136. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  137. package/es/components/loading/loading_logo.js +1 -1
  138. package/es/components/markdown_editor/markdown_editor.js +1 -1
  139. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  140. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  141. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  142. package/es/components/page/page_header/page_header_content.js +2 -2
  143. package/es/components/pagination/pagination_button.js +1 -1
  144. package/es/components/provider/provider.js +2 -2
  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/es/services/color/vis_color_store.js +1 -1
  155. package/es/services/theme/context.js +2 -2
  156. package/eui.d.ts +351 -327
  157. package/lib/components/avatar/avatar.js +1 -1
  158. package/lib/components/badge/badge.js +1 -1
  159. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  160. package/lib/components/basic_table/basic_table.js +4 -4
  161. package/lib/components/basic_table/in_memory_table.js +4 -4
  162. package/lib/components/button/button.js +1 -1
  163. package/lib/components/button/button_display/_button_display.js +1 -1
  164. package/lib/components/button/button_display/_button_display_content.js +1 -1
  165. package/lib/components/button/button_empty/button_empty.js +1 -1
  166. package/lib/components/button/button_group/button_group.js +1 -1
  167. package/lib/components/button/button_group/button_group_button.js +1 -1
  168. package/lib/components/button/button_icon/button_icon.js +1 -1
  169. package/lib/components/call_out/call_out.js +1 -1
  170. package/lib/components/card/card.js +2 -2
  171. package/lib/components/card/card_select/card_select.js +1 -1
  172. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  173. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  174. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  175. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  176. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  177. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  178. package/lib/components/comment_list/comment.js +2 -2
  179. package/lib/components/comment_list/comment_event.js +1 -1
  180. package/lib/components/comment_list/comment_list.js +2 -2
  181. package/lib/components/comment_list/comment_timeline.js +1 -1
  182. package/lib/components/context_menu/context_menu_item.js +1 -1
  183. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  184. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  185. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  186. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  187. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  188. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  189. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  190. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  191. package/lib/components/datagrid/utils/in_memory.js +6 -6
  192. package/lib/components/date_picker/date_picker.js +2 -2
  193. package/lib/components/date_picker/date_picker_range.js +1 -1
  194. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  195. package/lib/components/facet/facet_button.js +1 -1
  196. package/lib/components/form/field_number/field_number.js +2 -2
  197. package/lib/components/form/field_text/field_text.js +2 -2
  198. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  199. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  200. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  201. package/lib/components/form/text_area/text_area.js +2 -2
  202. package/lib/components/header/header_links/header_link.js +1 -1
  203. package/lib/components/header/header_links/header_links.js +1 -1
  204. package/lib/components/header/header_logo/header_logo.js +1 -1
  205. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  206. package/lib/components/icon/assets/aggregate.js +2 -1
  207. package/lib/components/icon/assets/arrowEnd.js +1 -3
  208. package/lib/components/icon/assets/arrowStart.js +1 -3
  209. package/lib/components/icon/assets/arrow_down.js +1 -2
  210. package/lib/components/icon/assets/arrow_left.js +1 -2
  211. package/lib/components/icon/assets/arrow_right.js +1 -2
  212. package/lib/components/icon/assets/arrow_up.js +1 -2
  213. package/lib/components/icon/assets/beaker.js +3 -1
  214. package/lib/components/icon/assets/bell.js +2 -1
  215. package/lib/components/icon/assets/bellSlash.js +5 -1
  216. package/lib/components/icon/assets/check.js +2 -1
  217. package/lib/components/icon/assets/checkCircle.js +44 -0
  218. package/lib/components/icon/assets/clock.js +4 -1
  219. package/lib/components/icon/assets/clockCounter.js +2 -2
  220. package/lib/components/icon/assets/code.js +40 -0
  221. package/lib/components/icon/assets/contrast.js +1 -1
  222. package/lib/components/icon/assets/contrastHigh.js +1 -0
  223. package/lib/components/icon/assets/controls_horizontal.js +2 -1
  224. package/lib/components/icon/assets/controls_vertical.js +2 -1
  225. package/lib/components/icon/assets/copy.js +4 -2
  226. package/lib/components/icon/assets/cross.js +3 -1
  227. package/lib/components/icon/assets/cross_in_circle.js +5 -3
  228. package/lib/components/icon/assets/discuss.js +4 -3
  229. package/lib/components/icon/assets/document.js +3 -1
  230. package/lib/components/icon/assets/dot.js +2 -4
  231. package/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  232. package/lib/components/icon/assets/doubleArrowRight.js +2 -3
  233. package/lib/components/icon/assets/editor_checklist.js +1 -2
  234. package/lib/components/icon/assets/editor_code_block.js +1 -1
  235. package/lib/components/icon/assets/editor_ordered_list.js +1 -1
  236. package/lib/components/icon/assets/expand.js +4 -1
  237. package/lib/components/icon/assets/export.js +1 -1
  238. package/lib/components/icon/assets/eye.js +7 -1
  239. package/lib/components/icon/assets/eye_closed.js +11 -1
  240. package/lib/components/icon/assets/flag.js +3 -1
  241. package/lib/components/icon/assets/gear.js +7 -1
  242. package/lib/components/icon/assets/glasses.js +19 -3
  243. package/lib/components/icon/assets/globe.js +3 -1
  244. package/lib/components/icon/assets/iInCircle.js +8 -1
  245. package/lib/components/icon/assets/import.js +1 -1
  246. package/lib/components/icon/assets/inspect.js +7 -1
  247. package/lib/components/icon/assets/layers.js +5 -3
  248. package/lib/components/icon/assets/lock.js +3 -1
  249. package/lib/components/icon/assets/lockOpen.js +3 -1
  250. package/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  251. package/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  252. package/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  253. package/lib/components/icon/assets/merge.js +3 -1
  254. package/lib/components/icon/assets/minimize.js +1 -1
  255. package/lib/components/icon/assets/minus_in_circle.js +6 -1
  256. package/lib/components/icon/assets/pencil.js +5 -1
  257. package/lib/components/icon/assets/play.js +3 -1
  258. package/lib/components/icon/assets/plus_in_circle.js +4 -1
  259. package/lib/components/icon/assets/popout.js +3 -1
  260. package/lib/components/icon/assets/refresh.js +3 -1
  261. package/lib/components/icon/assets/save.js +3 -1
  262. package/lib/components/icon/assets/search.js +3 -1
  263. package/lib/components/icon/assets/sortLeft.js +2 -1
  264. package/lib/components/icon/assets/sortRight.js +3 -1
  265. package/lib/components/icon/assets/sort_down.js +3 -1
  266. package/lib/components/icon/assets/sort_up.js +3 -1
  267. package/lib/components/icon/assets/sortable.js +3 -1
  268. package/lib/components/icon/assets/sparkles.js +2 -1
  269. package/lib/components/icon/assets/storage.js +6 -16
  270. package/lib/components/icon/assets/symlink.js +3 -2
  271. package/lib/components/icon/assets/table_density_compact.js +5 -1
  272. package/lib/components/icon/assets/table_density_expanded.js +5 -1
  273. package/lib/components/icon/assets/tag.js +7 -1
  274. package/lib/components/icon/assets/timeRefresh.js +4 -3
  275. package/lib/components/icon/assets/timeslider.js +6 -2
  276. package/lib/components/icon/assets/trash.js +5 -1
  277. package/lib/components/icon/assets/user.js +1 -3
  278. package/lib/components/icon/assets/userAvatar.js +8 -10
  279. package/lib/components/icon/assets/users.js +9 -5
  280. package/lib/components/icon/assets/vis_line.js +3 -1
  281. package/lib/components/icon/assets/vis_table.js +5 -1
  282. package/lib/components/icon/assets/vis_text.js +1 -1
  283. package/lib/components/icon/assets/vis_vega.js +1 -1
  284. package/lib/components/icon/assets/warning.js +8 -2
  285. package/lib/components/icon/assets/wrench.js +3 -1
  286. package/lib/components/icon/icon.js +1 -1
  287. package/lib/components/icon/icon_map.js +2 -0
  288. package/lib/components/icon/svgs/aggregate.svg +2 -2
  289. package/lib/components/icon/svgs/arrowEnd.svg +3 -1
  290. package/lib/components/icon/svgs/arrowStart.svg +3 -1
  291. package/lib/components/icon/svgs/arrow_down.svg +2 -2
  292. package/lib/components/icon/svgs/arrow_left.svg +2 -2
  293. package/lib/components/icon/svgs/arrow_right.svg +2 -2
  294. package/lib/components/icon/svgs/arrow_up.svg +2 -2
  295. package/lib/components/icon/svgs/beaker.svg +2 -2
  296. package/lib/components/icon/svgs/bell.svg +2 -2
  297. package/lib/components/icon/svgs/bellSlash.svg +2 -1
  298. package/lib/components/icon/svgs/check.svg +1 -1
  299. package/lib/components/icon/svgs/checkCircle.svg +4 -0
  300. package/lib/components/icon/svgs/clock.svg +2 -1
  301. package/lib/components/icon/svgs/clockCounter.svg +2 -2
  302. package/lib/components/icon/svgs/code.svg +3 -0
  303. package/lib/components/icon/svgs/contrast.svg +2 -2
  304. package/lib/components/icon/svgs/contrastHigh.svg +2 -2
  305. package/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  306. package/lib/components/icon/svgs/controls_vertical.svg +1 -1
  307. package/lib/components/icon/svgs/copy.svg +3 -5
  308. package/lib/components/icon/svgs/cross.svg +1 -1
  309. package/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  310. package/lib/components/icon/svgs/discuss.svg +3 -3
  311. package/lib/components/icon/svgs/document.svg +1 -1
  312. package/lib/components/icon/svgs/dot.svg +2 -2
  313. package/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  314. package/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  315. package/lib/components/icon/svgs/editor_checklist.svg +2 -2
  316. package/lib/components/icon/svgs/editor_code_block.svg +1 -1
  317. package/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  318. package/lib/components/icon/svgs/expand.svg +2 -1
  319. package/lib/components/icon/svgs/export.svg +2 -2
  320. package/lib/components/icon/svgs/eye.svg +2 -1
  321. package/lib/components/icon/svgs/eye_closed.svg +4 -1
  322. package/lib/components/icon/svgs/flag.svg +1 -1
  323. package/lib/components/icon/svgs/gear.svg +3 -2
  324. package/lib/components/icon/svgs/glasses.svg +6 -1
  325. package/lib/components/icon/svgs/globe.svg +1 -1
  326. package/lib/components/icon/svgs/iInCircle.svg +3 -1
  327. package/lib/components/icon/svgs/import.svg +2 -2
  328. package/lib/components/icon/svgs/inspect.svg +3 -1
  329. package/lib/components/icon/svgs/layers.svg +4 -4
  330. package/lib/components/icon/svgs/lock.svg +1 -1
  331. package/lib/components/icon/svgs/lockOpen.svg +1 -1
  332. package/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  333. package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  334. package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  335. package/lib/components/icon/svgs/merge.svg +1 -1
  336. package/lib/components/icon/svgs/minimize.svg +1 -1
  337. package/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  338. package/lib/components/icon/svgs/pencil.svg +3 -2
  339. package/lib/components/icon/svgs/play.svg +1 -1
  340. package/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  341. package/lib/components/icon/svgs/popout.svg +2 -1
  342. package/lib/components/icon/svgs/refresh.svg +2 -2
  343. package/lib/components/icon/svgs/save.svg +1 -1
  344. package/lib/components/icon/svgs/search.svg +2 -2
  345. package/lib/components/icon/svgs/sortLeft.svg +2 -4
  346. package/lib/components/icon/svgs/sortRight.svg +1 -1
  347. package/lib/components/icon/svgs/sort_down.svg +1 -1
  348. package/lib/components/icon/svgs/sort_up.svg +1 -1
  349. package/lib/components/icon/svgs/sortable.svg +1 -1
  350. package/lib/components/icon/svgs/sparkles.svg +2 -2
  351. package/lib/components/icon/svgs/storage.svg +2 -9
  352. package/lib/components/icon/svgs/symlink.svg +3 -2
  353. package/lib/components/icon/svgs/table_density_compact.svg +2 -1
  354. package/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  355. package/lib/components/icon/svgs/tag.svg +2 -1
  356. package/lib/components/icon/svgs/timeRefresh.svg +5 -1
  357. package/lib/components/icon/svgs/timeslider.svg +4 -2
  358. package/lib/components/icon/svgs/trash.svg +3 -2
  359. package/lib/components/icon/svgs/user.svg +2 -3
  360. package/lib/components/icon/svgs/userAvatar.svg +3 -6
  361. package/lib/components/icon/svgs/users.svg +5 -3
  362. package/lib/components/icon/svgs/vis_line.svg +2 -1
  363. package/lib/components/icon/svgs/vis_table.svg +2 -1
  364. package/lib/components/icon/svgs/vis_text.svg +1 -1
  365. package/lib/components/icon/svgs/vis_vega.svg +1 -1
  366. package/lib/components/icon/svgs/warning.svg +3 -2
  367. package/lib/components/icon/svgs/wrench.svg +1 -1
  368. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  369. package/lib/components/list_group/list_group.js +2 -2
  370. package/lib/components/list_group/list_group_item.js +2 -2
  371. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  372. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  373. package/lib/components/loading/loading_logo.js +1 -1
  374. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  375. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  376. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  377. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  378. package/lib/components/page/page_header/page_header_content.js +2 -2
  379. package/lib/components/pagination/pagination_button.js +1 -1
  380. package/lib/components/provider/provider.js +2 -2
  381. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  382. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  383. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  384. package/lib/components/table/table_header_cell.js +1 -1
  385. package/lib/components/timeline/timeline_item_icon.js +1 -1
  386. package/lib/components/toast/global_toast_list.js +1 -1
  387. package/lib/components/toast/toast.js +1 -1
  388. package/lib/components/tool_tip/icon_tip.js +1 -1
  389. package/lib/global_styling/mixins/_button.js +2 -1
  390. package/lib/services/color/vis_color_store.js +2 -2
  391. package/lib/services/theme/context.js +2 -2
  392. package/optimize/es/components/icon/assets/aggregate.js +2 -1
  393. package/optimize/es/components/icon/assets/arrowEnd.js +1 -3
  394. package/optimize/es/components/icon/assets/arrowStart.js +1 -3
  395. package/optimize/es/components/icon/assets/arrow_down.js +1 -2
  396. package/optimize/es/components/icon/assets/arrow_left.js +1 -2
  397. package/optimize/es/components/icon/assets/arrow_right.js +1 -2
  398. package/optimize/es/components/icon/assets/arrow_up.js +1 -2
  399. package/optimize/es/components/icon/assets/beaker.js +3 -1
  400. package/optimize/es/components/icon/assets/bell.js +2 -1
  401. package/optimize/es/components/icon/assets/bellSlash.js +5 -1
  402. package/optimize/es/components/icon/assets/check.js +2 -1
  403. package/optimize/es/components/icon/assets/checkCircle.js +36 -0
  404. package/optimize/es/components/icon/assets/clock.js +4 -1
  405. package/optimize/es/components/icon/assets/clockCounter.js +2 -2
  406. package/optimize/es/components/icon/assets/code.js +32 -0
  407. package/optimize/es/components/icon/assets/contrast.js +1 -1
  408. package/optimize/es/components/icon/assets/contrastHigh.js +1 -0
  409. package/optimize/es/components/icon/assets/controls_horizontal.js +2 -1
  410. package/optimize/es/components/icon/assets/controls_vertical.js +2 -1
  411. package/optimize/es/components/icon/assets/copy.js +4 -2
  412. package/optimize/es/components/icon/assets/cross.js +3 -1
  413. package/optimize/es/components/icon/assets/cross_in_circle.js +5 -3
  414. package/optimize/es/components/icon/assets/discuss.js +4 -3
  415. package/optimize/es/components/icon/assets/document.js +3 -1
  416. package/optimize/es/components/icon/assets/dot.js +2 -4
  417. package/optimize/es/components/icon/assets/doubleArrowLeft.js +2 -3
  418. package/optimize/es/components/icon/assets/doubleArrowRight.js +2 -3
  419. package/optimize/es/components/icon/assets/editor_checklist.js +1 -2
  420. package/optimize/es/components/icon/assets/editor_code_block.js +1 -1
  421. package/optimize/es/components/icon/assets/editor_ordered_list.js +1 -1
  422. package/optimize/es/components/icon/assets/expand.js +4 -1
  423. package/optimize/es/components/icon/assets/export.js +1 -1
  424. package/optimize/es/components/icon/assets/eye.js +7 -1
  425. package/optimize/es/components/icon/assets/eye_closed.js +11 -1
  426. package/optimize/es/components/icon/assets/flag.js +3 -1
  427. package/optimize/es/components/icon/assets/gear.js +7 -1
  428. package/optimize/es/components/icon/assets/glasses.js +19 -3
  429. package/optimize/es/components/icon/assets/globe.js +3 -1
  430. package/optimize/es/components/icon/assets/iInCircle.js +8 -1
  431. package/optimize/es/components/icon/assets/import.js +1 -1
  432. package/optimize/es/components/icon/assets/inspect.js +7 -1
  433. package/optimize/es/components/icon/assets/layers.js +5 -3
  434. package/optimize/es/components/icon/assets/lock.js +3 -1
  435. package/optimize/es/components/icon/assets/lockOpen.js +3 -1
  436. package/optimize/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  437. package/optimize/es/components/icon/assets/magnifyWithMinus.js +5 -1
  438. package/optimize/es/components/icon/assets/magnifyWithPlus.js +5 -1
  439. package/optimize/es/components/icon/assets/merge.js +3 -1
  440. package/optimize/es/components/icon/assets/minimize.js +1 -1
  441. package/optimize/es/components/icon/assets/minus_in_circle.js +6 -1
  442. package/optimize/es/components/icon/assets/pencil.js +5 -1
  443. package/optimize/es/components/icon/assets/play.js +3 -1
  444. package/optimize/es/components/icon/assets/plus_in_circle.js +4 -1
  445. package/optimize/es/components/icon/assets/popout.js +3 -1
  446. package/optimize/es/components/icon/assets/refresh.js +3 -1
  447. package/optimize/es/components/icon/assets/save.js +3 -1
  448. package/optimize/es/components/icon/assets/search.js +3 -1
  449. package/optimize/es/components/icon/assets/sortLeft.js +2 -1
  450. package/optimize/es/components/icon/assets/sortRight.js +3 -1
  451. package/optimize/es/components/icon/assets/sort_down.js +3 -1
  452. package/optimize/es/components/icon/assets/sort_up.js +3 -1
  453. package/optimize/es/components/icon/assets/sortable.js +3 -1
  454. package/optimize/es/components/icon/assets/sparkles.js +2 -1
  455. package/optimize/es/components/icon/assets/storage.js +6 -16
  456. package/optimize/es/components/icon/assets/symlink.js +3 -2
  457. package/optimize/es/components/icon/assets/table_density_compact.js +5 -1
  458. package/optimize/es/components/icon/assets/table_density_expanded.js +5 -1
  459. package/optimize/es/components/icon/assets/tag.js +7 -1
  460. package/optimize/es/components/icon/assets/timeRefresh.js +4 -3
  461. package/optimize/es/components/icon/assets/timeslider.js +6 -2
  462. package/optimize/es/components/icon/assets/trash.js +5 -1
  463. package/optimize/es/components/icon/assets/user.js +1 -3
  464. package/optimize/es/components/icon/assets/userAvatar.js +8 -10
  465. package/optimize/es/components/icon/assets/users.js +9 -5
  466. package/optimize/es/components/icon/assets/vis_line.js +3 -1
  467. package/optimize/es/components/icon/assets/vis_table.js +5 -1
  468. package/optimize/es/components/icon/assets/vis_text.js +1 -1
  469. package/optimize/es/components/icon/assets/vis_vega.js +1 -1
  470. package/optimize/es/components/icon/assets/warning.js +8 -2
  471. package/optimize/es/components/icon/assets/wrench.js +3 -1
  472. package/optimize/es/components/icon/icon_map.js +2 -0
  473. package/optimize/es/components/page/page_header/page_header_content.js +1 -1
  474. package/optimize/es/components/provider/provider.js +2 -2
  475. package/optimize/es/global_styling/mixins/_button.js +2 -1
  476. package/optimize/es/services/color/vis_color_store.js +1 -1
  477. package/optimize/es/services/theme/context.js +2 -2
  478. package/optimize/lib/components/icon/assets/aggregate.js +2 -1
  479. package/optimize/lib/components/icon/assets/arrowEnd.js +1 -3
  480. package/optimize/lib/components/icon/assets/arrowStart.js +1 -3
  481. package/optimize/lib/components/icon/assets/arrow_down.js +1 -2
  482. package/optimize/lib/components/icon/assets/arrow_left.js +1 -2
  483. package/optimize/lib/components/icon/assets/arrow_right.js +1 -2
  484. package/optimize/lib/components/icon/assets/arrow_up.js +1 -2
  485. package/optimize/lib/components/icon/assets/beaker.js +3 -1
  486. package/optimize/lib/components/icon/assets/bell.js +2 -1
  487. package/optimize/lib/components/icon/assets/bellSlash.js +5 -1
  488. package/optimize/lib/components/icon/assets/check.js +2 -1
  489. package/optimize/lib/components/icon/assets/checkCircle.js +44 -0
  490. package/optimize/lib/components/icon/assets/clock.js +4 -1
  491. package/optimize/lib/components/icon/assets/clockCounter.js +2 -2
  492. package/optimize/lib/components/icon/assets/code.js +40 -0
  493. package/optimize/lib/components/icon/assets/contrast.js +1 -1
  494. package/optimize/lib/components/icon/assets/contrastHigh.js +1 -0
  495. package/optimize/lib/components/icon/assets/controls_horizontal.js +2 -1
  496. package/optimize/lib/components/icon/assets/controls_vertical.js +2 -1
  497. package/optimize/lib/components/icon/assets/copy.js +4 -2
  498. package/optimize/lib/components/icon/assets/cross.js +3 -1
  499. package/optimize/lib/components/icon/assets/cross_in_circle.js +5 -3
  500. package/optimize/lib/components/icon/assets/discuss.js +4 -3
  501. package/optimize/lib/components/icon/assets/document.js +3 -1
  502. package/optimize/lib/components/icon/assets/dot.js +2 -4
  503. package/optimize/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  504. package/optimize/lib/components/icon/assets/doubleArrowRight.js +2 -3
  505. package/optimize/lib/components/icon/assets/editor_checklist.js +1 -2
  506. package/optimize/lib/components/icon/assets/editor_code_block.js +1 -1
  507. package/optimize/lib/components/icon/assets/editor_ordered_list.js +1 -1
  508. package/optimize/lib/components/icon/assets/expand.js +4 -1
  509. package/optimize/lib/components/icon/assets/export.js +1 -1
  510. package/optimize/lib/components/icon/assets/eye.js +7 -1
  511. package/optimize/lib/components/icon/assets/eye_closed.js +11 -1
  512. package/optimize/lib/components/icon/assets/flag.js +3 -1
  513. package/optimize/lib/components/icon/assets/gear.js +7 -1
  514. package/optimize/lib/components/icon/assets/glasses.js +19 -3
  515. package/optimize/lib/components/icon/assets/globe.js +3 -1
  516. package/optimize/lib/components/icon/assets/iInCircle.js +8 -1
  517. package/optimize/lib/components/icon/assets/import.js +1 -1
  518. package/optimize/lib/components/icon/assets/inspect.js +7 -1
  519. package/optimize/lib/components/icon/assets/layers.js +5 -3
  520. package/optimize/lib/components/icon/assets/lock.js +3 -1
  521. package/optimize/lib/components/icon/assets/lockOpen.js +3 -1
  522. package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  523. package/optimize/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  524. package/optimize/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  525. package/optimize/lib/components/icon/assets/merge.js +3 -1
  526. package/optimize/lib/components/icon/assets/minimize.js +1 -1
  527. package/optimize/lib/components/icon/assets/minus_in_circle.js +6 -1
  528. package/optimize/lib/components/icon/assets/pencil.js +5 -1
  529. package/optimize/lib/components/icon/assets/play.js +3 -1
  530. package/optimize/lib/components/icon/assets/plus_in_circle.js +4 -1
  531. package/optimize/lib/components/icon/assets/popout.js +3 -1
  532. package/optimize/lib/components/icon/assets/refresh.js +3 -1
  533. package/optimize/lib/components/icon/assets/save.js +3 -1
  534. package/optimize/lib/components/icon/assets/search.js +3 -1
  535. package/optimize/lib/components/icon/assets/sortLeft.js +2 -1
  536. package/optimize/lib/components/icon/assets/sortRight.js +3 -1
  537. package/optimize/lib/components/icon/assets/sort_down.js +3 -1
  538. package/optimize/lib/components/icon/assets/sort_up.js +3 -1
  539. package/optimize/lib/components/icon/assets/sortable.js +3 -1
  540. package/optimize/lib/components/icon/assets/sparkles.js +2 -1
  541. package/optimize/lib/components/icon/assets/storage.js +6 -16
  542. package/optimize/lib/components/icon/assets/symlink.js +3 -2
  543. package/optimize/lib/components/icon/assets/table_density_compact.js +5 -1
  544. package/optimize/lib/components/icon/assets/table_density_expanded.js +5 -1
  545. package/optimize/lib/components/icon/assets/tag.js +7 -1
  546. package/optimize/lib/components/icon/assets/timeRefresh.js +4 -3
  547. package/optimize/lib/components/icon/assets/timeslider.js +6 -2
  548. package/optimize/lib/components/icon/assets/trash.js +5 -1
  549. package/optimize/lib/components/icon/assets/user.js +1 -3
  550. package/optimize/lib/components/icon/assets/userAvatar.js +8 -10
  551. package/optimize/lib/components/icon/assets/users.js +9 -5
  552. package/optimize/lib/components/icon/assets/vis_line.js +3 -1
  553. package/optimize/lib/components/icon/assets/vis_table.js +5 -1
  554. package/optimize/lib/components/icon/assets/vis_text.js +1 -1
  555. package/optimize/lib/components/icon/assets/vis_vega.js +1 -1
  556. package/optimize/lib/components/icon/assets/warning.js +8 -2
  557. package/optimize/lib/components/icon/assets/wrench.js +3 -1
  558. package/optimize/lib/components/icon/icon_map.js +2 -0
  559. package/optimize/lib/components/icon/svgs/aggregate.svg +2 -2
  560. package/optimize/lib/components/icon/svgs/arrowEnd.svg +3 -1
  561. package/optimize/lib/components/icon/svgs/arrowStart.svg +3 -1
  562. package/optimize/lib/components/icon/svgs/arrow_down.svg +2 -2
  563. package/optimize/lib/components/icon/svgs/arrow_left.svg +2 -2
  564. package/optimize/lib/components/icon/svgs/arrow_right.svg +2 -2
  565. package/optimize/lib/components/icon/svgs/arrow_up.svg +2 -2
  566. package/optimize/lib/components/icon/svgs/beaker.svg +2 -2
  567. package/optimize/lib/components/icon/svgs/bell.svg +2 -2
  568. package/optimize/lib/components/icon/svgs/bellSlash.svg +2 -1
  569. package/optimize/lib/components/icon/svgs/check.svg +1 -1
  570. package/optimize/lib/components/icon/svgs/checkCircle.svg +4 -0
  571. package/optimize/lib/components/icon/svgs/clock.svg +2 -1
  572. package/optimize/lib/components/icon/svgs/clockCounter.svg +2 -2
  573. package/optimize/lib/components/icon/svgs/code.svg +3 -0
  574. package/optimize/lib/components/icon/svgs/contrast.svg +2 -2
  575. package/optimize/lib/components/icon/svgs/contrastHigh.svg +2 -2
  576. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  577. package/optimize/lib/components/icon/svgs/controls_vertical.svg +1 -1
  578. package/optimize/lib/components/icon/svgs/copy.svg +3 -5
  579. package/optimize/lib/components/icon/svgs/cross.svg +1 -1
  580. package/optimize/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  581. package/optimize/lib/components/icon/svgs/discuss.svg +3 -3
  582. package/optimize/lib/components/icon/svgs/document.svg +1 -1
  583. package/optimize/lib/components/icon/svgs/dot.svg +2 -2
  584. package/optimize/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  585. package/optimize/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  586. package/optimize/lib/components/icon/svgs/editor_checklist.svg +2 -2
  587. package/optimize/lib/components/icon/svgs/editor_code_block.svg +1 -1
  588. package/optimize/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  589. package/optimize/lib/components/icon/svgs/expand.svg +2 -1
  590. package/optimize/lib/components/icon/svgs/export.svg +2 -2
  591. package/optimize/lib/components/icon/svgs/eye.svg +2 -1
  592. package/optimize/lib/components/icon/svgs/eye_closed.svg +4 -1
  593. package/optimize/lib/components/icon/svgs/flag.svg +1 -1
  594. package/optimize/lib/components/icon/svgs/gear.svg +3 -2
  595. package/optimize/lib/components/icon/svgs/glasses.svg +6 -1
  596. package/optimize/lib/components/icon/svgs/globe.svg +1 -1
  597. package/optimize/lib/components/icon/svgs/iInCircle.svg +3 -1
  598. package/optimize/lib/components/icon/svgs/import.svg +2 -2
  599. package/optimize/lib/components/icon/svgs/inspect.svg +3 -1
  600. package/optimize/lib/components/icon/svgs/layers.svg +4 -4
  601. package/optimize/lib/components/icon/svgs/lock.svg +1 -1
  602. package/optimize/lib/components/icon/svgs/lockOpen.svg +1 -1
  603. package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  604. package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  605. package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  606. package/optimize/lib/components/icon/svgs/merge.svg +1 -1
  607. package/optimize/lib/components/icon/svgs/minimize.svg +1 -1
  608. package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  609. package/optimize/lib/components/icon/svgs/pencil.svg +3 -2
  610. package/optimize/lib/components/icon/svgs/play.svg +1 -1
  611. package/optimize/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  612. package/optimize/lib/components/icon/svgs/popout.svg +2 -1
  613. package/optimize/lib/components/icon/svgs/refresh.svg +2 -2
  614. package/optimize/lib/components/icon/svgs/save.svg +1 -1
  615. package/optimize/lib/components/icon/svgs/search.svg +2 -2
  616. package/optimize/lib/components/icon/svgs/sortLeft.svg +2 -4
  617. package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
  618. package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
  619. package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
  620. package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
  621. package/optimize/lib/components/icon/svgs/sparkles.svg +2 -2
  622. package/optimize/lib/components/icon/svgs/storage.svg +2 -9
  623. package/optimize/lib/components/icon/svgs/symlink.svg +3 -2
  624. package/optimize/lib/components/icon/svgs/table_density_compact.svg +2 -1
  625. package/optimize/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  626. package/optimize/lib/components/icon/svgs/tag.svg +2 -1
  627. package/optimize/lib/components/icon/svgs/timeRefresh.svg +5 -1
  628. package/optimize/lib/components/icon/svgs/timeslider.svg +4 -2
  629. package/optimize/lib/components/icon/svgs/trash.svg +3 -2
  630. package/optimize/lib/components/icon/svgs/user.svg +2 -3
  631. package/optimize/lib/components/icon/svgs/userAvatar.svg +3 -6
  632. package/optimize/lib/components/icon/svgs/users.svg +5 -3
  633. package/optimize/lib/components/icon/svgs/vis_line.svg +2 -1
  634. package/optimize/lib/components/icon/svgs/vis_table.svg +2 -1
  635. package/optimize/lib/components/icon/svgs/vis_text.svg +1 -1
  636. package/optimize/lib/components/icon/svgs/vis_vega.svg +1 -1
  637. package/optimize/lib/components/icon/svgs/warning.svg +3 -2
  638. package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
  639. package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
  640. package/optimize/lib/components/provider/provider.js +2 -2
  641. package/optimize/lib/global_styling/mixins/_button.js +2 -1
  642. package/optimize/lib/services/color/vis_color_store.js +2 -2
  643. package/optimize/lib/services/theme/context.js +2 -2
  644. package/package.json +1 -1
  645. package/test-env/components/avatar/avatar.js +1 -1
  646. package/test-env/components/badge/badge.js +1 -1
  647. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  648. package/test-env/components/basic_table/basic_table.js +4 -4
  649. package/test-env/components/basic_table/in_memory_table.js +4 -4
  650. package/test-env/components/button/button.js +1 -1
  651. package/test-env/components/button/button_display/_button_display.js +1 -1
  652. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  653. package/test-env/components/button/button_empty/button_empty.js +1 -1
  654. package/test-env/components/button/button_group/button_group.js +1 -1
  655. package/test-env/components/button/button_group/button_group_button.js +1 -1
  656. package/test-env/components/button/button_icon/button_icon.js +1 -1
  657. package/test-env/components/call_out/call_out.js +1 -1
  658. package/test-env/components/card/card.js +2 -2
  659. package/test-env/components/card/card_select/card_select.js +1 -1
  660. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  661. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  662. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  663. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  664. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  665. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  666. package/test-env/components/comment_list/comment.js +2 -2
  667. package/test-env/components/comment_list/comment_event.js +1 -1
  668. package/test-env/components/comment_list/comment_list.js +2 -2
  669. package/test-env/components/comment_list/comment_timeline.js +1 -1
  670. package/test-env/components/context_menu/context_menu_item.js +1 -1
  671. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  672. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  673. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  674. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  675. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  676. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  677. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  678. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  679. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  680. package/test-env/components/date_picker/date_picker.js +2 -2
  681. package/test-env/components/date_picker/date_picker_range.js +1 -1
  682. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  683. package/test-env/components/facet/facet_button.js +1 -1
  684. package/test-env/components/form/field_number/field_number.js +2 -2
  685. package/test-env/components/form/field_text/field_text.js +2 -2
  686. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  687. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  688. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  689. package/test-env/components/form/text_area/text_area.js +2 -2
  690. package/test-env/components/header/header_links/header_link.js +1 -1
  691. package/test-env/components/header/header_links/header_links.js +1 -1
  692. package/test-env/components/header/header_logo/header_logo.js +1 -1
  693. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  694. package/test-env/components/icon/assets/aggregate.js +2 -1
  695. package/test-env/components/icon/assets/arrowEnd.js +1 -3
  696. package/test-env/components/icon/assets/arrowStart.js +1 -3
  697. package/test-env/components/icon/assets/arrow_down.js +1 -2
  698. package/test-env/components/icon/assets/arrow_left.js +1 -2
  699. package/test-env/components/icon/assets/arrow_right.js +1 -2
  700. package/test-env/components/icon/assets/arrow_up.js +1 -2
  701. package/test-env/components/icon/assets/beaker.js +3 -1
  702. package/test-env/components/icon/assets/bell.js +2 -1
  703. package/test-env/components/icon/assets/bellSlash.js +5 -1
  704. package/test-env/components/icon/assets/check.js +2 -1
  705. package/test-env/components/icon/assets/checkCircle.js +44 -0
  706. package/test-env/components/icon/assets/clock.js +4 -1
  707. package/test-env/components/icon/assets/clockCounter.js +2 -2
  708. package/test-env/components/icon/assets/code.js +40 -0
  709. package/test-env/components/icon/assets/contrast.js +1 -1
  710. package/test-env/components/icon/assets/contrastHigh.js +1 -0
  711. package/test-env/components/icon/assets/controls_horizontal.js +2 -1
  712. package/test-env/components/icon/assets/controls_vertical.js +2 -1
  713. package/test-env/components/icon/assets/copy.js +4 -2
  714. package/test-env/components/icon/assets/cross.js +3 -1
  715. package/test-env/components/icon/assets/cross_in_circle.js +5 -3
  716. package/test-env/components/icon/assets/discuss.js +4 -3
  717. package/test-env/components/icon/assets/document.js +3 -1
  718. package/test-env/components/icon/assets/dot.js +2 -4
  719. package/test-env/components/icon/assets/doubleArrowLeft.js +2 -3
  720. package/test-env/components/icon/assets/doubleArrowRight.js +2 -3
  721. package/test-env/components/icon/assets/editor_checklist.js +1 -2
  722. package/test-env/components/icon/assets/editor_code_block.js +1 -1
  723. package/test-env/components/icon/assets/editor_ordered_list.js +1 -1
  724. package/test-env/components/icon/assets/expand.js +4 -1
  725. package/test-env/components/icon/assets/export.js +1 -1
  726. package/test-env/components/icon/assets/eye.js +7 -1
  727. package/test-env/components/icon/assets/eye_closed.js +11 -1
  728. package/test-env/components/icon/assets/flag.js +3 -1
  729. package/test-env/components/icon/assets/gear.js +7 -1
  730. package/test-env/components/icon/assets/glasses.js +19 -3
  731. package/test-env/components/icon/assets/globe.js +3 -1
  732. package/test-env/components/icon/assets/iInCircle.js +8 -1
  733. package/test-env/components/icon/assets/import.js +1 -1
  734. package/test-env/components/icon/assets/inspect.js +7 -1
  735. package/test-env/components/icon/assets/layers.js +5 -3
  736. package/test-env/components/icon/assets/lock.js +3 -1
  737. package/test-env/components/icon/assets/lockOpen.js +3 -1
  738. package/test-env/components/icon/assets/magnifyWithExclamation.js +5 -1
  739. package/test-env/components/icon/assets/magnifyWithMinus.js +5 -1
  740. package/test-env/components/icon/assets/magnifyWithPlus.js +5 -1
  741. package/test-env/components/icon/assets/merge.js +3 -1
  742. package/test-env/components/icon/assets/minimize.js +1 -1
  743. package/test-env/components/icon/assets/minus_in_circle.js +6 -1
  744. package/test-env/components/icon/assets/pencil.js +5 -1
  745. package/test-env/components/icon/assets/play.js +3 -1
  746. package/test-env/components/icon/assets/plus_in_circle.js +4 -1
  747. package/test-env/components/icon/assets/popout.js +3 -1
  748. package/test-env/components/icon/assets/refresh.js +3 -1
  749. package/test-env/components/icon/assets/save.js +3 -1
  750. package/test-env/components/icon/assets/search.js +3 -1
  751. package/test-env/components/icon/assets/sortLeft.js +2 -1
  752. package/test-env/components/icon/assets/sortRight.js +3 -1
  753. package/test-env/components/icon/assets/sort_down.js +3 -1
  754. package/test-env/components/icon/assets/sort_up.js +3 -1
  755. package/test-env/components/icon/assets/sortable.js +3 -1
  756. package/test-env/components/icon/assets/sparkles.js +2 -1
  757. package/test-env/components/icon/assets/storage.js +6 -16
  758. package/test-env/components/icon/assets/symlink.js +3 -2
  759. package/test-env/components/icon/assets/table_density_compact.js +5 -1
  760. package/test-env/components/icon/assets/table_density_expanded.js +5 -1
  761. package/test-env/components/icon/assets/tag.js +7 -1
  762. package/test-env/components/icon/assets/timeRefresh.js +4 -3
  763. package/test-env/components/icon/assets/timeslider.js +6 -2
  764. package/test-env/components/icon/assets/trash.js +5 -1
  765. package/test-env/components/icon/assets/user.js +1 -3
  766. package/test-env/components/icon/assets/userAvatar.js +8 -10
  767. package/test-env/components/icon/assets/users.js +9 -5
  768. package/test-env/components/icon/assets/vis_line.js +3 -1
  769. package/test-env/components/icon/assets/vis_table.js +5 -1
  770. package/test-env/components/icon/assets/vis_text.js +1 -1
  771. package/test-env/components/icon/assets/vis_vega.js +1 -1
  772. package/test-env/components/icon/assets/warning.js +8 -2
  773. package/test-env/components/icon/assets/wrench.js +3 -1
  774. package/test-env/components/icon/icon_map.js +2 -0
  775. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  776. package/test-env/components/list_group/list_group.js +2 -2
  777. package/test-env/components/list_group/list_group_item.js +2 -2
  778. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  779. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  780. package/test-env/components/loading/loading_logo.js +1 -1
  781. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  782. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  783. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  784. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  785. package/test-env/components/page/page_header/page_header_content.js +2 -2
  786. package/test-env/components/pagination/pagination_button.js +1 -1
  787. package/test-env/components/provider/provider.js +2 -2
  788. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  789. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  790. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  791. package/test-env/components/table/table_header_cell.js +1 -1
  792. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  793. package/test-env/components/toast/global_toast_list.js +1 -1
  794. package/test-env/components/toast/toast.js +1 -1
  795. package/test-env/components/tool_tip/icon_tip.js +1 -1
  796. package/test-env/global_styling/mixins/_button.js +2 -1
  797. package/test-env/services/color/vis_color_store.js +2 -2
  798. package/test-env/services/theme/context.js +2 -2
package/eui.d.ts CHANGED
@@ -167,115 +167,13 @@ declare module '@elastic/eui/src/components/common' {
167
167
  onClick?: MouseEventHandler<HTMLButtonElement>;
168
168
  } & ButtonHTMLAttributes<HTMLButtonElement> & P;
169
169
 
170
- }
171
- declare module '@elastic/eui/src/services/theme/types' {
172
- export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
173
-
174
170
  }
175
171
  declare module '@elastic/eui/src/services/theme/utils' {
176
172
  export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
177
173
 
178
174
  }
179
- declare module '@elastic/eui/src/services/theme/context' {
180
- import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
181
- export const DEFAULTS: {
182
- system: {
183
- model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
184
- root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
185
- key: string;
186
- };
187
- modifications: {};
188
- colorMode: "LIGHT";
189
- highContrastMode: false;
190
- };
191
- export const EuiSystemContext: import("react").Context<EuiThemeSystem<{}>>;
192
- export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>>;
193
- export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
194
- export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
195
- export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
196
- export const EuiThemeContext: import("react").Context<EuiThemeComputed<{}>>;
197
- export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
198
-
199
- }
200
- declare module '@elastic/eui/src/services/theme/warning' {
201
- type LEVELS = 'log' | 'warn' | 'error'; type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
202
- export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
203
- export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
204
- export const emitEuiProviderWarning: (providerMessage: string) => void;
205
- export {};
206
-
207
- }
208
- declare module '@elastic/eui/src/services/theme/hooks' {
209
- import React from 'react';
210
- import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
211
- /**
212
- * Hook for function components
213
- */
214
- export interface UseEuiTheme<T extends {} = {}> {
215
- euiTheme: EuiThemeComputed<T>;
216
- colorMode: EuiThemeColorModeStandard;
217
- highContrastMode: EuiThemeHighContrastMode;
218
- modifications: EuiThemeModifications<T>;
219
- }
220
- export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
221
- /**
222
- * HOC for class components
223
- */
224
- export interface WithEuiThemeProps<P extends {} = {}> {
225
- theme: UseEuiTheme<P>;
226
- }
227
- export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
228
- /**
229
- * Render prop alternative for complex class components
230
- * Most useful for scenarios where a HOC may interfere with typing
231
- */
232
- export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
233
- children: (theme: UseEuiTheme) => React.ReactElement;
234
- }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
235
- /**
236
- * Minor syntactical sugar hook for theme CSS variables.
237
- * Primarily meant for internal EUI usage.
238
- */
239
- export const useEuiThemeCSSVariables: () => {
240
- setGlobalCSSVariables: Function;
241
- globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
242
- setNearestThemeCSSVariables: Function;
243
- themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
244
- };
245
-
246
- }
247
- declare module '@elastic/eui/src/services/throttle' {
248
- export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
249
-
250
- }
251
- declare module '@elastic/eui/src/services/breakpoint/_sorting' {
252
- import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
253
- export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
254
- export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
255
-
256
- }
257
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
258
- import React, { FunctionComponent, PropsWithChildren } from 'react';
259
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint'; type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
260
- export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
261
- /**
262
- * Returns the current breakpoint based on window width.
263
- * Typically only called by the top-level `EuiProvider` (to reduce the number
264
- * of window resize listeners on the page). Also conditionally called if a
265
- * nested `EuiThemeProvider` defines a `modify.breakpoint` override
266
- */
267
- export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
268
- export {};
269
-
270
- }
271
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
272
- /**
273
- * Hook util / syntactical sugar for useContext()
274
- *
275
- * This hook is in its own separate file to make mocking it
276
- * as a testenv easy for Jest unit tests
277
- */
278
- export const useCurrentEuiBreakpoint: () => string | undefined;
175
+ declare module '@elastic/eui/src/services/theme/types' {
176
+ export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
279
177
 
280
178
  }
281
179
  declare module '@elastic/eui/src/services/emotion/clone_element' {
@@ -373,6 +271,10 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
373
271
  */
374
272
  export const useDeepEqual: <T = any[] | Record<string, any> | undefined>(object: T) => T;
375
273
 
274
+ }
275
+ declare module '@elastic/eui/src/services/throttle' {
276
+ export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
277
+
376
278
  }
377
279
  declare module '@elastic/eui/src/services/hooks/useMouseMove' {
378
280
  import { MouseEvent, TouchEvent } from 'react';
@@ -395,6 +297,14 @@ declare module '@elastic/eui/src/services/hooks' {
395
297
  export * from '@elastic/eui/src/services/hooks/useMouseMove';
396
298
  export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
397
299
 
300
+ }
301
+ declare module '@elastic/eui/src/services/theme/warning' {
302
+ type LEVELS = 'log' | 'warn' | 'error'; type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
303
+ export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
304
+ export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
305
+ export const emitEuiProviderWarning: (providerMessage: string) => void;
306
+ export {};
307
+
398
308
  }
399
309
  declare module '@elastic/eui/src/services/theme/style_memoization' {
400
310
  import React, { FunctionComponent, PropsWithChildren } from 'react';
@@ -586,6 +496,11 @@ declare module '@elastic/eui/src/services/color/color_palette' {
586
496
  */
587
497
  categorical?: boolean): string[];
588
498
 
499
+ }
500
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
501
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
502
+ export const colorVis: _EuiThemeVisColors;
503
+
589
504
  }
590
505
  declare module '@elastic/eui/src/services/color/vis_color_store' {
591
506
  import { _EuiVisColorStore } from '@elastic/eui-theme-common';
@@ -1106,7 +1021,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
1106
1021
  */
1107
1022
  export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
1108
1023
  export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
1109
- export const useEuiPaddingCSS: (side?: "left" | "right" | "bottom" | "top" | "horizontal" | "vertical" | undefined) => Record<"s" | "xs" | "m" | "l" | "xl" | "none", SerializedStyles>;
1024
+ export const useEuiPaddingCSS: (side?: "left" | "right" | "bottom" | "top" | "horizontal" | "vertical" | undefined) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
1110
1025
 
1111
1026
  }
1112
1027
  declare module '@elastic/eui/src/global_styling/mixins/_states' {
@@ -1156,6 +1071,12 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
1156
1071
  */
1157
1072
  export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
1158
1073
 
1074
+ }
1075
+ declare module '@elastic/eui/src/services/breakpoint/_sorting' {
1076
+ import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
1077
+ export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1078
+ export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1079
+
1159
1080
  }
1160
1081
  declare module '@elastic/eui/src/global_styling/variables/animations' {
1161
1082
  export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
@@ -2405,6 +2326,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2405
2326
  casesApp: string;
2406
2327
  changePointDetection: string;
2407
2328
  check: string;
2329
+ checkCircle: string;
2408
2330
  checkInCircleFilled: string;
2409
2331
  cheer: string;
2410
2332
  classificationJob: string;
@@ -2416,6 +2338,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2416
2338
  cloudStormy: string;
2417
2339
  cloudSunny: string;
2418
2340
  cluster: string;
2341
+ code: string;
2419
2342
  codeApp: string;
2420
2343
  color: string;
2421
2344
  compute: string;
@@ -2940,7 +2863,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2940
2863
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2941
2864
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2942
2865
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2943
- export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "error" | "warning" | "scale" | "color" | "pause" | "play" | "offline" | "online" | "storage" | "copy" | "cut" | "temperature" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "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" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2866
+ export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "temperature" | "scale" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "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" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2944
2867
  export type EuiIconType = keyof typeof typeToPathMap;
2945
2868
  export type IconType = EuiIconType | string | ComponentType;
2946
2869
  export type IconColor = string | NamedColor;
@@ -2983,7 +2906,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2983
2906
  isLoading: boolean;
2984
2907
  neededLoading: boolean;
2985
2908
  }
2986
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "error" | "warning" | "scale" | "color" | "pause" | "play" | "offline" | "online" | "storage" | "copy" | "cut" | "temperature" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "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" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector" | undefined) => void;
2909
+ export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "temperature" | "scale" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "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" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector" | undefined) => void;
2987
2910
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
2988
2911
  [iconType: string]: React.ComponentType<{}>;
2989
2912
  }) => void;
@@ -4629,7 +4552,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4629
4552
  export const EuiFlexGroup: (<TComponent extends React.ElementType = "div", TComponentRef = React.ReactElement<any, TComponent>>(props: {
4630
4553
  children?: React.ReactNode;
4631
4554
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4632
- alignItems?: "center" | "baseline" | "stretch" | "flexStart" | "flexEnd" | undefined;
4555
+ alignItems?: "center" | "stretch" | "baseline" | "flexStart" | "flexEnd" | undefined;
4633
4556
  /**
4634
4557
  * Customize the component type that is rendered.
4635
4558
  *
@@ -4644,7 +4567,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4644
4567
  */
4645
4568
  component?: TComponent | undefined;
4646
4569
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
4647
- gutterSize?: "s" | "xs" | "m" | "l" | "xl" | "none" | undefined;
4570
+ gutterSize?: "s" | "none" | "xs" | "m" | "l" | "xl" | undefined;
4648
4571
  justifyContent?: "center" | "flexStart" | "flexEnd" | "spaceBetween" | "spaceAround" | "spaceEvenly" | undefined;
4649
4572
  responsive?: boolean | undefined;
4650
4573
  wrap?: boolean | undefined;
@@ -4779,7 +4702,7 @@ declare module '@elastic/eui/src/components/flex/flex_item' {
4779
4702
  export const EuiFlexItem: (<TComponent extends React.ElementType, TComponentRef = React.ReactElement<any, TComponent>>(props: {
4780
4703
  children?: React.ReactNode;
4781
4704
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4782
- grow?: boolean | 0 | 2 | 1 | 3 | 8 | 6 | 4 | 5 | 7 | 9 | 10 | null | undefined;
4705
+ grow?: boolean | 0 | 1 | 6 | 3 | 2 | 4 | 5 | 7 | 8 | 9 | 10 | null | undefined;
4783
4706
  /**
4784
4707
  * Customize the component type that is rendered.
4785
4708
  *
@@ -5755,7 +5678,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
5755
5678
  import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
5756
5679
  import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
5757
5680
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
5758
- export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
5681
+ export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
5759
5682
  export type PanelPaddingSize = (typeof _SIZES)[number];
5760
5683
  export const BORDER_RADII: readonly ["none", "m"];
5761
5684
  export type PanelBorderRadius = (typeof BORDER_RADII)[number];
@@ -6860,6 +6783,98 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
6860
6783
  import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
6861
6784
  export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
6862
6785
 
6786
+ }
6787
+ declare module '@elastic/eui/src/services/color/contrast' {
6788
+ export const wcagContrastMin = 4.5;
6789
+ /**
6790
+ * Creates a new color that meets or exceeds WCAG level AA
6791
+ * @param foreground - Color to manipulate
6792
+ * @param ratio - Amount to change in absolute terms. 0-10.
6793
+ * *
6794
+ * @param themeOrBackground - Color to use as the contrast basis or just pass EuiTheme
6795
+ */
6796
+ export const makeHighContrastColor: (_foreground: string, ratio?: number) => (themeOrBackground: string | {
6797
+ [key: string]: any;
6798
+ colors: {
6799
+ body: string;
6800
+ };
6801
+ }) => string;
6802
+ /**
6803
+ * Creates a new color with increased contrast
6804
+ * Disabled content only needs a contrast of at least 2 because there is no interaction available
6805
+ * @param foreground - Color to manipulate
6806
+ * @param ratio - Amount to change in absolute terms. 0-10.
6807
+ * *
6808
+ * @param themeOrBackground - Color to use as the contrast basis
6809
+ */
6810
+ export const makeDisabledContrastColor: (color: string, ratio?: number) => (themeOrBackground: string | {
6811
+ [key: string]: any;
6812
+ colors: {
6813
+ body: string;
6814
+ };
6815
+ }) => string;
6816
+
6817
+ }
6818
+ declare module '@elastic/eui/src/services/color' {
6819
+ export { isColorDark } from '@elastic/eui/src/services/color/is_color_dark';
6820
+ export { isValidHex } from '@elastic/eui/src/services/color/is_valid_hex';
6821
+ export { hexToHsv } from '@elastic/eui/src/services/color/hex_to_hsv';
6822
+ export { hexToRgb } from '@elastic/eui/src/services/color/hex_to_rgb';
6823
+ export { hsvToHex } from '@elastic/eui/src/services/color/hsv_to_hex';
6824
+ export { hsvToRgb } from '@elastic/eui/src/services/color/hsv_to_rgb';
6825
+ export { rgbToHex } from '@elastic/eui/src/services/color/rgb_to_hex';
6826
+ export { rgbToHsv } from '@elastic/eui/src/services/color/rgb_to_hsv';
6827
+ export { calculateContrast, calculateLuminance, } from '@elastic/eui/src/services/color/luminance_and_contrast';
6828
+ export { VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, } from '@elastic/eui/src/services/color/visualization_colors';
6829
+ export { EUI_VIS_COLOR_STORE } from '@elastic/eui/src/services/color/vis_color_store';
6830
+ export { colorPalette } from '@elastic/eui/src/services/color/color_palette';
6831
+ export { euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplementary, euiPaletteRed, euiPaletteGreen, euiPaletteCool, euiPaletteWarm, euiPaletteGray, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color/eui_palettes';
6832
+ export * from '@elastic/eui/src/services/color/eui_palettes_hooks';
6833
+ export type { rgbDef, HSV, RGB } from '@elastic/eui/src/services/color/color_types';
6834
+ export { getSteppedGradient } from '@elastic/eui/src/services/color/stepped_gradient';
6835
+ export * from '@elastic/eui/src/services/color/manipulation';
6836
+ export * from '@elastic/eui/src/services/color/contrast';
6837
+
6838
+ }
6839
+ declare module '@elastic/eui/src/services/theme/provider' {
6840
+ import React, { PropsWithChildren, HTMLAttributes } from 'react';
6841
+ import type { CommonProps } from '@elastic/eui/src/components/common';
6842
+ import { EuiThemeColorMode, EuiThemeHighContrastModeProp, EuiThemeSystem, EuiThemeModifications } from '@elastic/eui/src/services/theme/types';
6843
+ export interface EuiThemeProviderProps<T> extends PropsWithChildren {
6844
+ theme?: EuiThemeSystem<T>;
6845
+ colorMode?: EuiThemeColorMode;
6846
+ highContrastMode?: EuiThemeHighContrastModeProp;
6847
+ modify?: EuiThemeModifications<T>;
6848
+ children: any;
6849
+ /**
6850
+ * Nested theme providers will receive a wrapping `span` tag in order to correctly
6851
+ * set the default text `color` that all nested children will inherit.
6852
+ *
6853
+ * If an extra wrapper is not desired, pass `{ cloneElement: true }`.
6854
+ * This requires a **single** child component that the correct color class can be passed to.
6855
+ *
6856
+ * The parent level `EuiProvider`/`EuiThemeProvider` will **not** render a wrapper element, as
6857
+ * the default inherited text color will be set on the page `body`.
6858
+ */
6859
+ wrapperProps?: HTMLAttributes<HTMLElement> & CommonProps & {
6860
+ cloneElement?: boolean;
6861
+ };
6862
+ }
6863
+ export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
6864
+
6865
+ }
6866
+ declare module '@elastic/eui/src/services/theme' {
6867
+ export { EuiSystemContext, EuiThemeContext, EuiNestedThemeContext, EuiModificationsContext, EuiColorModeContext, EuiHighContrastModeContext, } from '@elastic/eui/src/services/theme/context';
6868
+ export type { UseEuiTheme, WithEuiThemeProps } from '@elastic/eui/src/services/theme/hooks';
6869
+ export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, } from '@elastic/eui/src/services/theme/hooks';
6870
+ export type { EuiThemeProviderProps } from '@elastic/eui/src/services/theme/provider';
6871
+ export { EuiThemeProvider } from '@elastic/eui/src/services/theme/provider';
6872
+ export { useEuiMemoizedStyles, withEuiStylesMemoizer, type WithEuiStylesMemoizerProps, RenderWithEuiStylesMemoizer, } from '@elastic/eui/src/services/theme/style_memoization';
6873
+ export { getEuiDevProviderWarning, setEuiDevProviderWarning } from '@elastic/eui/src/services/theme/warning';
6874
+ export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
6875
+ export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
6876
+ export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
6877
+
6863
6878
  }
6864
6879
  declare module '@elastic/eui/src/services/color/manipulation' {
6865
6880
  import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
@@ -6926,96 +6941,210 @@ declare module '@elastic/eui/src/services/color/manipulation' {
6926
6941
  export const brighten: (color: string, amount: number) => string;
6927
6942
 
6928
6943
  }
6929
- declare module '@elastic/eui/src/services/color/contrast' {
6930
- export const wcagContrastMin = 4.5;
6944
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
6945
+ import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
6946
+ export const brand_colors: _EuiThemeBrandColors;
6947
+ export const brand_text_colors: _EuiThemeBrandTextColors;
6948
+ export const shade_colors: _EuiThemeShadeColors;
6949
+ export const special_colors: _EuiThemeSpecialColors;
6950
+ export const text_colors: _EuiThemeTextColors;
6951
+ export const background_colors: _EuiThemeBackgroundColors;
6952
+ export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6953
+ export const border_colors: _EuiThemeBorderColors;
6954
+ export const light_colors: _EuiThemeColorsMode;
6955
+ export const dark_shades: _EuiThemeShadeColors;
6956
+ export const dark_background_colors: _EuiThemeBackgroundColors;
6957
+ export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6958
+ export const dark_border_colors: _EuiThemeBorderColors;
6959
+ export const dark_colors_ams: _EuiThemeColorsMode;
6960
+ export const colors: _EuiThemeColors;
6961
+
6962
+ }
6963
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
6964
+ import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
6965
+ export const animation_speed: _EuiThemeAnimationSpeeds;
6966
+ export const animation_ease: _EuiThemeAnimationEasings;
6967
+ export const animation: _EuiThemeAnimation;
6968
+
6969
+ }
6970
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
6971
+ export { breakpoint } from '@elastic/eui-theme-common';
6972
+
6973
+ }
6974
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
6975
+ import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
6976
+ export const base: _EuiThemeBase;
6977
+ export const size: _EuiThemeSizes;
6978
+
6979
+ }
6980
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
6981
+ import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
6982
+ export const border: _EuiThemeBorder;
6983
+
6984
+ }
6985
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
6986
+ import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
6987
+ export const levels: _EuiThemeLevels;
6988
+
6989
+ }
6990
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
6991
+ import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
6992
+ export const fontScale: _EuiThemeFontScales;
6993
+ export const fontBase: _EuiThemeFontBase;
6994
+ export const fontWeight: _EuiThemeFontWeights;
6995
+ export const font: _EuiThemeFont;
6996
+
6997
+ }
6998
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
6999
+ import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
7000
+ export const focus: _EuiThemeFocus;
7001
+
7002
+ }
7003
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
7004
+ import { _EuiThemeButton } from '@elastic/eui-theme-common';
7005
+ export const buttons: _EuiThemeButton;
7006
+
7007
+ }
7008
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
7009
+ export const forms: {
7010
+ maxWidth: string;
7011
+ LIGHT: {
7012
+ background: string;
7013
+ backgroundDisabled: string;
7014
+ backgroundReadOnly: any;
7015
+ backgroundFocused: any;
7016
+ backgroundAutofilled: string;
7017
+ prependBackground: string;
7018
+ border: string;
7019
+ borderAutofilled: string;
7020
+ controlBorder: string;
7021
+ controlBorderSelected: string;
7022
+ controlBorderDisabled: string;
7023
+ controlBackgroundUnselected: any;
7024
+ controlBackgroundDisabled: any;
7025
+ colorHasPlaceholder: string;
7026
+ colorDisabled: any;
7027
+ iconDisabled: any;
7028
+ };
7029
+ DARK: {
7030
+ background: string;
7031
+ backgroundFocused: string;
7032
+ backgroundAutofilled: string;
7033
+ prependBackground: string;
7034
+ border: string;
7035
+ controlBorder: string;
7036
+ controlBorderSelected: string;
7037
+ controlBorderDisabled: string;
7038
+ backgroundDisabled: string;
7039
+ backgroundReadOnly: any;
7040
+ borderAutofilled: string;
7041
+ controlBackgroundUnselected: any;
7042
+ controlBackgroundDisabled: any;
7043
+ colorHasPlaceholder: string;
7044
+ colorDisabled: any;
7045
+ iconDisabled: any;
7046
+ };
7047
+ };
7048
+
7049
+ }
7050
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
7051
+ import { _EuiThemeComponents } from '@elastic/eui-theme-common';
7052
+ export const components: _EuiThemeComponents;
7053
+
7054
+ }
7055
+ declare module '@elastic/eui/src/themes/amsterdam/theme' {
7056
+ import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
7057
+ export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
7058
+ export const euiThemeAmsterdam: EuiThemeShape;
7059
+ export const EuiThemeAmsterdam: {
7060
+ model: EuiThemeShape;
7061
+ root: EuiThemeShape;
7062
+ key: string;
7063
+ };
7064
+
7065
+ }
7066
+ declare module '@elastic/eui/src/services/theme/context' {
7067
+ import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
7068
+ export const DEFAULTS: {
7069
+ system: {
7070
+ model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7071
+ root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7072
+ key: string;
7073
+ };
7074
+ modifications: {};
7075
+ colorMode: "LIGHT";
7076
+ highContrastMode: false;
7077
+ };
7078
+ export const EuiSystemContext: import("react").Context<EuiThemeSystem<{}>>;
7079
+ export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>>;
7080
+ export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
7081
+ export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
7082
+ export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
7083
+ export const EuiThemeContext: import("react").Context<EuiThemeComputed<{}>>;
7084
+ export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
7085
+
7086
+ }
7087
+ declare module '@elastic/eui/src/services/theme/hooks' {
7088
+ import React from 'react';
7089
+ import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
6931
7090
  /**
6932
- * Creates a new color that meets or exceeds WCAG level AA
6933
- * @param foreground - Color to manipulate
6934
- * @param ratio - Amount to change in absolute terms. 0-10.
6935
- * *
6936
- * @param themeOrBackground - Color to use as the contrast basis or just pass EuiTheme
7091
+ * Hook for function components
6937
7092
  */
6938
- export const makeHighContrastColor: (_foreground: string, ratio?: number) => (themeOrBackground: string | {
6939
- [key: string]: any;
6940
- colors: {
6941
- body: string;
6942
- };
6943
- }) => string;
7093
+ export interface UseEuiTheme<T extends {} = {}> {
7094
+ euiTheme: EuiThemeComputed<T>;
7095
+ colorMode: EuiThemeColorModeStandard;
7096
+ highContrastMode: EuiThemeHighContrastMode;
7097
+ modifications: EuiThemeModifications<T>;
7098
+ }
7099
+ export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
7100
+ /**
7101
+ * HOC for class components
7102
+ */
7103
+ export interface WithEuiThemeProps<P extends {} = {}> {
7104
+ theme: UseEuiTheme<P>;
7105
+ }
7106
+ export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
6944
7107
  /**
6945
- * Creates a new color with increased contrast
6946
- * Disabled content only needs a contrast of at least 2 because there is no interaction available
6947
- * @param foreground - Color to manipulate
6948
- * @param ratio - Amount to change in absolute terms. 0-10.
6949
- * *
6950
- * @param themeOrBackground - Color to use as the contrast basis
7108
+ * Render prop alternative for complex class components
7109
+ * Most useful for scenarios where a HOC may interfere with typing
6951
7110
  */
6952
- export const makeDisabledContrastColor: (color: string, ratio?: number) => (themeOrBackground: string | {
6953
- [key: string]: any;
6954
- colors: {
6955
- body: string;
6956
- };
6957
- }) => string;
6958
-
6959
- }
6960
- declare module '@elastic/eui/src/services/color' {
6961
- export { isColorDark } from '@elastic/eui/src/services/color/is_color_dark';
6962
- export { isValidHex } from '@elastic/eui/src/services/color/is_valid_hex';
6963
- export { hexToHsv } from '@elastic/eui/src/services/color/hex_to_hsv';
6964
- export { hexToRgb } from '@elastic/eui/src/services/color/hex_to_rgb';
6965
- export { hsvToHex } from '@elastic/eui/src/services/color/hsv_to_hex';
6966
- export { hsvToRgb } from '@elastic/eui/src/services/color/hsv_to_rgb';
6967
- export { rgbToHex } from '@elastic/eui/src/services/color/rgb_to_hex';
6968
- export { rgbToHsv } from '@elastic/eui/src/services/color/rgb_to_hsv';
6969
- export { calculateContrast, calculateLuminance, } from '@elastic/eui/src/services/color/luminance_and_contrast';
6970
- export { VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, } from '@elastic/eui/src/services/color/visualization_colors';
6971
- export { EUI_VIS_COLOR_STORE } from '@elastic/eui/src/services/color/vis_color_store';
6972
- export { colorPalette } from '@elastic/eui/src/services/color/color_palette';
6973
- export { euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplementary, euiPaletteRed, euiPaletteGreen, euiPaletteCool, euiPaletteWarm, euiPaletteGray, type EuiPaletteColorBlindProps, type EuiPaletteRotationProps, type EuiPaletteCommonProps, } from '@elastic/eui/src/services/color/eui_palettes';
6974
- export * from '@elastic/eui/src/services/color/eui_palettes_hooks';
6975
- export type { rgbDef, HSV, RGB } from '@elastic/eui/src/services/color/color_types';
6976
- export { getSteppedGradient } from '@elastic/eui/src/services/color/stepped_gradient';
6977
- export * from '@elastic/eui/src/services/color/manipulation';
6978
- export * from '@elastic/eui/src/services/color/contrast';
7111
+ export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
7112
+ children: (theme: UseEuiTheme) => React.ReactElement;
7113
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7114
+ /**
7115
+ * Minor syntactical sugar hook for theme CSS variables.
7116
+ * Primarily meant for internal EUI usage.
7117
+ */
7118
+ export const useEuiThemeCSSVariables: () => {
7119
+ setGlobalCSSVariables: Function;
7120
+ globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7121
+ setNearestThemeCSSVariables: Function;
7122
+ themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7123
+ };
6979
7124
 
6980
7125
  }
6981
- declare module '@elastic/eui/src/services/theme/provider' {
6982
- import React, { PropsWithChildren, HTMLAttributes } from 'react';
6983
- import type { CommonProps } from '@elastic/eui/src/components/common';
6984
- import { EuiThemeColorMode, EuiThemeHighContrastModeProp, EuiThemeSystem, EuiThemeModifications } from '@elastic/eui/src/services/theme/types';
6985
- export interface EuiThemeProviderProps<T> extends PropsWithChildren {
6986
- theme?: EuiThemeSystem<T>;
6987
- colorMode?: EuiThemeColorMode;
6988
- highContrastMode?: EuiThemeHighContrastModeProp;
6989
- modify?: EuiThemeModifications<T>;
6990
- children: any;
6991
- /**
6992
- * Nested theme providers will receive a wrapping `span` tag in order to correctly
6993
- * set the default text `color` that all nested children will inherit.
6994
- *
6995
- * If an extra wrapper is not desired, pass `{ cloneElement: true }`.
6996
- * This requires a **single** child component that the correct color class can be passed to.
6997
- *
6998
- * The parent level `EuiProvider`/`EuiThemeProvider` will **not** render a wrapper element, as
6999
- * the default inherited text color will be set on the page `body`.
7000
- */
7001
- wrapperProps?: HTMLAttributes<HTMLElement> & CommonProps & {
7002
- cloneElement?: boolean;
7003
- };
7004
- }
7005
- export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
7126
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
7127
+ import React, { FunctionComponent, PropsWithChildren } from 'react';
7128
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint'; type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
7129
+ export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
7130
+ /**
7131
+ * Returns the current breakpoint based on window width.
7132
+ * Typically only called by the top-level `EuiProvider` (to reduce the number
7133
+ * of window resize listeners on the page). Also conditionally called if a
7134
+ * nested `EuiThemeProvider` defines a `modify.breakpoint` override
7135
+ */
7136
+ export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
7137
+ export {};
7006
7138
 
7007
7139
  }
7008
- declare module '@elastic/eui/src/services/theme' {
7009
- export { EuiSystemContext, EuiThemeContext, EuiNestedThemeContext, EuiModificationsContext, EuiColorModeContext, EuiHighContrastModeContext, } from '@elastic/eui/src/services/theme/context';
7010
- export type { UseEuiTheme, WithEuiThemeProps } from '@elastic/eui/src/services/theme/hooks';
7011
- export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, } from '@elastic/eui/src/services/theme/hooks';
7012
- export type { EuiThemeProviderProps } from '@elastic/eui/src/services/theme/provider';
7013
- export { EuiThemeProvider } from '@elastic/eui/src/services/theme/provider';
7014
- export { useEuiMemoizedStyles, withEuiStylesMemoizer, type WithEuiStylesMemoizerProps, RenderWithEuiStylesMemoizer, } from '@elastic/eui/src/services/theme/style_memoization';
7015
- export { getEuiDevProviderWarning, setEuiDevProviderWarning } from '@elastic/eui/src/services/theme/warning';
7016
- export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
7017
- export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
7018
- export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
7140
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
7141
+ /**
7142
+ * Hook util / syntactical sugar for useContext()
7143
+ *
7144
+ * This hook is in its own separate file to make mocking it
7145
+ * as a testenv easy for Jest unit tests
7146
+ */
7147
+ export const useCurrentEuiBreakpoint: () => string | undefined;
7019
7148
 
7020
7149
  }
7021
7150
  declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
@@ -12396,11 +12525,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
12396
12525
  declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12397
12526
  export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12398
12527
 
12399
- }
12400
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
12401
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12402
- export const colorVis: _EuiThemeVisColors;
12403
-
12404
12528
  }
12405
12529
  declare module '@elastic/eui/src/themes/themes' {
12406
12530
  import { EuiThemeSystem } from '@elastic/eui/src/services';
@@ -12410,128 +12534,6 @@ declare module '@elastic/eui/src/themes/themes' {
12410
12534
  provider?: EuiThemeSystem;
12411
12535
  }
12412
12536
 
12413
- }
12414
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12415
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12416
- export const brand_colors: _EuiThemeBrandColors;
12417
- export const brand_text_colors: _EuiThemeBrandTextColors;
12418
- export const shade_colors: _EuiThemeShadeColors;
12419
- export const special_colors: _EuiThemeSpecialColors;
12420
- export const text_colors: _EuiThemeTextColors;
12421
- export const background_colors: _EuiThemeBackgroundColors;
12422
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12423
- export const border_colors: _EuiThemeBorderColors;
12424
- export const light_colors: _EuiThemeColorsMode;
12425
- export const dark_shades: _EuiThemeShadeColors;
12426
- export const dark_background_colors: _EuiThemeBackgroundColors;
12427
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12428
- export const dark_border_colors: _EuiThemeBorderColors;
12429
- export const dark_colors_ams: _EuiThemeColorsMode;
12430
- export const colors: _EuiThemeColors;
12431
-
12432
- }
12433
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
12434
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
12435
- export const animation_speed: _EuiThemeAnimationSpeeds;
12436
- export const animation_ease: _EuiThemeAnimationEasings;
12437
- export const animation: _EuiThemeAnimation;
12438
-
12439
- }
12440
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
12441
- export { breakpoint } from '@elastic/eui-theme-common';
12442
-
12443
- }
12444
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
12445
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
12446
- export const base: _EuiThemeBase;
12447
- export const size: _EuiThemeSizes;
12448
-
12449
- }
12450
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
12451
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
12452
- export const border: _EuiThemeBorder;
12453
-
12454
- }
12455
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
12456
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
12457
- export const levels: _EuiThemeLevels;
12458
-
12459
- }
12460
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
12461
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
12462
- export const fontScale: _EuiThemeFontScales;
12463
- export const fontBase: _EuiThemeFontBase;
12464
- export const fontWeight: _EuiThemeFontWeights;
12465
- export const font: _EuiThemeFont;
12466
-
12467
- }
12468
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
12469
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
12470
- export const focus: _EuiThemeFocus;
12471
-
12472
- }
12473
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
12474
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
12475
- export const buttons: _EuiThemeButton;
12476
-
12477
- }
12478
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
12479
- export const forms: {
12480
- maxWidth: string;
12481
- LIGHT: {
12482
- background: string;
12483
- backgroundDisabled: string;
12484
- backgroundReadOnly: any;
12485
- backgroundFocused: any;
12486
- backgroundAutofilled: string;
12487
- prependBackground: string;
12488
- border: string;
12489
- borderAutofilled: string;
12490
- controlBorder: string;
12491
- controlBorderSelected: string;
12492
- controlBorderDisabled: string;
12493
- controlBackgroundUnselected: any;
12494
- controlBackgroundDisabled: any;
12495
- colorHasPlaceholder: string;
12496
- colorDisabled: any;
12497
- iconDisabled: any;
12498
- };
12499
- DARK: {
12500
- background: string;
12501
- backgroundFocused: string;
12502
- backgroundAutofilled: string;
12503
- prependBackground: string;
12504
- border: string;
12505
- controlBorder: string;
12506
- controlBorderSelected: string;
12507
- controlBorderDisabled: string;
12508
- backgroundDisabled: string;
12509
- backgroundReadOnly: any;
12510
- borderAutofilled: string;
12511
- controlBackgroundUnselected: any;
12512
- controlBackgroundDisabled: any;
12513
- colorHasPlaceholder: string;
12514
- colorDisabled: any;
12515
- iconDisabled: any;
12516
- };
12517
- };
12518
-
12519
- }
12520
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
12521
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
12522
- export const components: _EuiThemeComponents;
12523
-
12524
- }
12525
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
12526
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
12527
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
12528
- export const euiThemeAmsterdam: EuiThemeShape;
12529
- export const EuiThemeAmsterdam: {
12530
- model: EuiThemeShape;
12531
- root: EuiThemeShape;
12532
- key: string;
12533
- };
12534
-
12535
12537
  }
12536
12538
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
12537
12539
  export * from '@elastic/eui/src/global_styling/mixins/_shadow';
@@ -14438,7 +14440,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
14438
14440
  /**
14439
14441
  * Height types
14440
14442
  */
14441
- getHeightType: (option?: EuiDataGridRowHeightOption | undefined) => "auto" | "default" | "lineCount" | "numerical";
14443
+ getHeightType: (option?: EuiDataGridRowHeightOption | undefined) => "default" | "auto" | "lineCount" | "numerical";
14442
14444
  /**
14443
14445
  * Line count utils
14444
14446
  */
@@ -18237,7 +18239,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/super_
18237
18239
  declare module '@elastic/eui/src/components/date_picker/super_date_picker/pretty_interval' {
18238
18240
  export const usePrettyInterval: (isPaused: boolean, intervalInMs: number, options?: {
18239
18241
  shortHand?: boolean | undefined;
18240
- unit?: "s" | "m" | "h" | "d" | undefined;
18242
+ unit?: "s" | "h" | "m" | "d" | undefined;
18241
18243
  } | undefined) => string;
18242
18244
 
18243
18245
  }
@@ -21529,7 +21531,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
21529
21531
  import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
21530
21532
  export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
21531
21533
  /**
21532
- * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
21534
+ * Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
21533
21535
  * Pass `null` to remove all theming including global reset
21534
21536
  */
21535
21537
  theme?: EuiThemeSystem | null;
@@ -22789,13 +22791,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22789
22791
  slot?: string | undefined;
22790
22792
  style?: React.CSSProperties | undefined;
22791
22793
  title?: string | undefined;
22794
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22792
22795
  width: number | undefined;
22793
22796
  color?: string | undefined;
22794
22797
  content?: string | undefined;
22795
- hidden?: boolean | undefined;
22796
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22797
22798
  translate?: "yes" | "no" | undefined;
22798
22799
  property?: string | undefined;
22800
+ hidden?: boolean | undefined;
22799
22801
  className?: string | undefined;
22800
22802
  defaultChecked?: boolean | undefined;
22801
22803
  defaultValue?: string | number | readonly string[] | undefined;
@@ -22837,7 +22839,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22837
22839
  is?: string | undefined;
22838
22840
  "aria-activedescendant"?: string | undefined;
22839
22841
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
22840
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
22842
+ "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
22841
22843
  "aria-braillelabel"?: string | undefined;
22842
22844
  "aria-brailleroledescription"?: string | undefined;
22843
22845
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -22852,7 +22854,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22852
22854
  "aria-description"?: string | undefined;
22853
22855
  "aria-details"?: string | undefined;
22854
22856
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
22855
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
22857
+ "aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
22856
22858
  "aria-errormessage"?: string | undefined;
22857
22859
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
22858
22860
  "aria-flowto"?: string | undefined;
@@ -26373,6 +26375,17 @@ declare module '@elastic/eui/src/components/icon/assets/check' {
26373
26375
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26374
26376
  export {};
26375
26377
 
26378
+ }
26379
+ declare module '@elastic/eui/src/components/icon/assets/checkCircle' {
26380
+ import * as React from 'react';
26381
+ import type { SVGProps } from 'react';
26382
+ interface SVGRProps {
26383
+ title?: string;
26384
+ titleId?: string;
26385
+ }
26386
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26387
+ export {};
26388
+
26376
26389
  }
26377
26390
  declare module '@elastic/eui/src/components/icon/assets/checkInCircleFilled' {
26378
26391
  import * as React from 'react';
@@ -26483,6 +26496,17 @@ declare module '@elastic/eui/src/components/icon/assets/cluster' {
26483
26496
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26484
26497
  export {};
26485
26498
 
26499
+ }
26500
+ declare module '@elastic/eui/src/components/icon/assets/code' {
26501
+ import * as React from 'react';
26502
+ import type { SVGProps } from 'react';
26503
+ interface SVGRProps {
26504
+ title?: string;
26505
+ titleId?: string;
26506
+ }
26507
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26508
+ export {};
26509
+
26486
26510
  }
26487
26511
  declare module '@elastic/eui/src/components/icon/assets/color' {
26488
26512
  import * as React from 'react';