@elastic/eui 101.3.0 → 101.4.0-amsterdam.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 (439) hide show
  1. package/dist/eui_theme_borealis_dark.json +3 -3
  2. package/dist/eui_theme_borealis_light.json +3 -3
  3. package/es/components/avatar/avatar.js +1 -1
  4. package/es/components/badge/badge.js +1 -1
  5. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  6. package/es/components/basic_table/basic_table.js +4 -4
  7. package/es/components/basic_table/in_memory_table.js +4 -4
  8. package/es/components/button/button.js +1 -1
  9. package/es/components/button/button_display/_button_display.js +1 -1
  10. package/es/components/button/button_display/_button_display_content.js +1 -1
  11. package/es/components/button/button_empty/button_empty.js +1 -1
  12. package/es/components/button/button_group/button_group.js +1 -1
  13. package/es/components/button/button_group/button_group_button.js +1 -1
  14. package/es/components/button/button_icon/button_icon.js +1 -1
  15. package/es/components/call_out/call_out.js +1 -1
  16. package/es/components/card/card.js +2 -2
  17. package/es/components/card/card_select/card_select.js +1 -1
  18. package/es/components/card/checkable_card/checkable_card.js +4 -3
  19. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  20. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  25. package/es/components/comment_list/comment.js +3 -3
  26. package/es/components/comment_list/comment_event.js +1 -1
  27. package/es/components/comment_list/comment_list.js +3 -3
  28. package/es/components/comment_list/comment_timeline.js +3 -3
  29. package/es/components/context_menu/context_menu_item.js +1 -1
  30. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  31. package/es/components/datagrid/body/data_grid_body.js +7 -7
  32. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  33. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  34. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  35. package/es/components/datagrid/controls/column_sorting.js +7 -7
  36. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  37. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  38. package/es/components/datagrid/controls/display_selector.js +1 -1
  39. package/es/components/datagrid/utils/in_memory.js +6 -6
  40. package/es/components/date_picker/date_picker.js +2 -2
  41. package/es/components/date_picker/date_picker_range.js +1 -1
  42. package/es/components/empty_prompt/empty_prompt.js +1 -1
  43. package/es/components/expression/expression.js +11 -14
  44. package/es/components/expression/expression.styles.js +17 -22
  45. package/es/components/facet/facet_button.js +40 -34
  46. package/es/components/facet/facet_button.styles.js +11 -34
  47. package/es/components/facet/facet_group.js +3 -4
  48. package/es/components/facet/facet_group.styles.js +34 -31
  49. package/es/components/filter_group/filter_button.js +22 -24
  50. package/es/components/filter_group/filter_group.js +2 -3
  51. package/es/components/flyout/flyout.js +1 -0
  52. package/es/components/form/checkbox/checkbox.js +1 -1
  53. package/es/components/form/field_number/field_number.js +2 -2
  54. package/es/components/form/field_text/field_text.js +2 -2
  55. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  56. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  57. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  58. package/es/components/form/radio/radio.js +3 -3
  59. package/es/components/form/text_area/text_area.js +2 -2
  60. package/es/components/header/header.js +15 -19
  61. package/es/components/header/header_alert/header_alert.js +2 -3
  62. package/es/components/header/header_links/header_link.js +1 -1
  63. package/es/components/header/header_links/header_links.js +15 -17
  64. package/es/components/header/header_logo/header_logo.js +3 -4
  65. package/es/components/header/header_section/header_section_item.js +2 -3
  66. package/es/components/header/header_section/header_section_item_button.js +24 -27
  67. package/es/components/icon/assets/{discuss.js → comment.js} +2 -2
  68. package/es/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  69. package/es/components/icon/assets/{beaker.js → flask.js} +2 -2
  70. package/es/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  71. package/es/components/icon/icon.js +1 -1
  72. package/es/components/icon/icon_map.js +24 -9
  73. package/es/components/image/image.js +7 -8
  74. package/es/components/image/image_button.js +5 -6
  75. package/es/components/image/image_caption.js +2 -3
  76. package/es/components/image/image_fullscreen_wrapper.js +16 -18
  77. package/es/components/image/image_wrapper.js +8 -10
  78. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  79. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  80. package/es/components/list_group/list_group.js +40 -39
  81. package/es/components/list_group/list_group_item.js +13 -14
  82. package/es/components/list_group/list_group_item.styles.js +8 -12
  83. package/es/components/list_group/list_group_item_extra_action.js +3 -4
  84. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +32 -49
  85. package/es/components/loading/loading_logo.js +1 -1
  86. package/es/components/markdown_editor/markdown_editor.js +1 -1
  87. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  88. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  89. package/es/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  90. package/es/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  91. package/es/components/page/page_header/page_header_content.js +1 -1
  92. package/es/components/pagination/pagination.js +2 -13
  93. package/es/components/pagination/pagination_button.js +2 -2
  94. package/es/components/provider/provider.js +2 -2
  95. package/es/components/selectable/selectable.js +2 -2
  96. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  97. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  98. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  99. package/es/components/table/table_header_cell.js +1 -1
  100. package/es/components/timeline/timeline_item_icon.js +1 -1
  101. package/es/components/toast/global_toast_list.js +1 -1
  102. package/es/components/toast/toast.js +1 -1
  103. package/es/components/tool_tip/icon_tip.js +1 -1
  104. package/es/services/color/vis_color_store.js +1 -1
  105. package/es/services/theme/context.js +2 -2
  106. package/es/services/theme/provider.js +3 -3
  107. package/eui.d.ts +483 -529
  108. package/lib/components/avatar/avatar.js +1 -1
  109. package/lib/components/badge/badge.js +1 -1
  110. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  111. package/lib/components/basic_table/basic_table.js +4 -4
  112. package/lib/components/basic_table/in_memory_table.js +4 -4
  113. package/lib/components/button/button.js +1 -1
  114. package/lib/components/button/button_display/_button_display.js +1 -1
  115. package/lib/components/button/button_display/_button_display_content.js +1 -1
  116. package/lib/components/button/button_empty/button_empty.js +1 -1
  117. package/lib/components/button/button_group/button_group.js +1 -1
  118. package/lib/components/button/button_group/button_group_button.js +1 -1
  119. package/lib/components/button/button_icon/button_icon.js +1 -1
  120. package/lib/components/call_out/call_out.js +1 -1
  121. package/lib/components/card/card.js +2 -2
  122. package/lib/components/card/card_select/card_select.js +1 -1
  123. package/lib/components/card/checkable_card/checkable_card.js +4 -3
  124. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  125. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  126. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  127. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  128. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  129. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  130. package/lib/components/comment_list/comment.js +3 -3
  131. package/lib/components/comment_list/comment_event.js +1 -1
  132. package/lib/components/comment_list/comment_list.js +3 -3
  133. package/lib/components/comment_list/comment_timeline.js +3 -3
  134. package/lib/components/context_menu/context_menu_item.js +1 -1
  135. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  136. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  137. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  138. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  139. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  140. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  141. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  142. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  143. package/lib/components/datagrid/controls/display_selector.js +1 -1
  144. package/lib/components/datagrid/utils/in_memory.js +6 -6
  145. package/lib/components/date_picker/date_picker.js +2 -2
  146. package/lib/components/date_picker/date_picker_range.js +1 -1
  147. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  148. package/lib/components/expression/expression.js +11 -14
  149. package/lib/components/expression/expression.styles.js +17 -22
  150. package/lib/components/facet/facet_button.js +40 -32
  151. package/lib/components/facet/facet_button.styles.js +12 -35
  152. package/lib/components/facet/facet_group.js +2 -3
  153. package/lib/components/facet/facet_group.styles.js +34 -31
  154. package/lib/components/filter_group/filter_button.js +21 -23
  155. package/lib/components/filter_group/filter_group.js +1 -2
  156. package/lib/components/flyout/flyout.js +1 -0
  157. package/lib/components/form/checkbox/checkbox.js +1 -1
  158. package/lib/components/form/field_number/field_number.js +2 -2
  159. package/lib/components/form/field_text/field_text.js +2 -2
  160. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  161. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  162. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  163. package/lib/components/form/radio/radio.js +3 -3
  164. package/lib/components/form/text_area/text_area.js +2 -2
  165. package/lib/components/header/header.js +14 -18
  166. package/lib/components/header/header_alert/header_alert.js +1 -2
  167. package/lib/components/header/header_links/header_link.js +1 -1
  168. package/lib/components/header/header_links/header_links.js +14 -16
  169. package/lib/components/header/header_logo/header_logo.js +2 -3
  170. package/lib/components/header/header_section/header_section_item.js +1 -2
  171. package/lib/components/header/header_section/header_section_item_button.js +22 -25
  172. package/lib/components/icon/assets/{discuss.js → comment.js} +2 -2
  173. package/lib/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  174. package/lib/components/icon/assets/{beaker.js → flask.js} +2 -2
  175. package/lib/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  176. package/lib/components/icon/icon.js +1 -1
  177. package/lib/components/icon/icon_map.js +24 -9
  178. package/lib/components/image/image.js +6 -7
  179. package/lib/components/image/image_button.js +4 -5
  180. package/lib/components/image/image_caption.js +1 -2
  181. package/lib/components/image/image_fullscreen_wrapper.js +16 -18
  182. package/lib/components/image/image_wrapper.js +7 -9
  183. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  184. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  185. package/lib/components/list_group/list_group.js +41 -38
  186. package/lib/components/list_group/list_group_item.js +13 -16
  187. package/lib/components/list_group/list_group_item.styles.js +8 -12
  188. package/lib/components/list_group/list_group_item_extra_action.js +3 -4
  189. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +33 -48
  190. package/lib/components/loading/loading_logo.js +1 -1
  191. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  192. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  193. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  194. package/lib/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  195. package/lib/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  196. package/lib/components/page/page_header/page_header_content.js +1 -1
  197. package/lib/components/pagination/pagination.js +2 -13
  198. package/lib/components/pagination/pagination_button.js +2 -2
  199. package/lib/components/provider/provider.js +2 -2
  200. package/lib/components/selectable/selectable.js +2 -2
  201. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  202. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  203. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  204. package/lib/components/table/table_header_cell.js +1 -1
  205. package/lib/components/timeline/timeline_item_icon.js +1 -1
  206. package/lib/components/toast/global_toast_list.js +1 -1
  207. package/lib/components/toast/toast.js +1 -1
  208. package/lib/components/tool_tip/icon_tip.js +1 -1
  209. package/lib/services/color/vis_color_store.js +2 -2
  210. package/lib/services/theme/context.js +2 -2
  211. package/lib/services/theme/provider.js +3 -3
  212. package/optimize/es/components/card/checkable_card/checkable_card.js +4 -3
  213. package/optimize/es/components/comment_list/comment_timeline.js +1 -1
  214. package/optimize/es/components/datagrid/controls/display_selector.js +1 -1
  215. package/optimize/es/components/expression/expression.js +11 -14
  216. package/optimize/es/components/expression/expression.styles.js +17 -22
  217. package/optimize/es/components/facet/facet_button.js +36 -33
  218. package/optimize/es/components/facet/facet_button.styles.js +11 -34
  219. package/optimize/es/components/facet/facet_group.js +3 -4
  220. package/optimize/es/components/facet/facet_group.styles.js +34 -31
  221. package/optimize/es/components/filter_group/filter_button.js +22 -24
  222. package/optimize/es/components/filter_group/filter_group.js +2 -3
  223. package/optimize/es/components/flyout/flyout.js +1 -0
  224. package/optimize/es/components/header/header.js +11 -15
  225. package/optimize/es/components/header/header_alert/header_alert.js +2 -3
  226. package/optimize/es/components/header/header_links/header_links.js +14 -16
  227. package/optimize/es/components/header/header_logo/header_logo.js +2 -3
  228. package/optimize/es/components/header/header_section/header_section_item.js +2 -3
  229. package/optimize/es/components/header/header_section/header_section_item_button.js +23 -26
  230. package/optimize/es/components/icon/assets/{discuss.js → comment.js} +2 -2
  231. package/optimize/es/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  232. package/optimize/es/components/icon/assets/{beaker.js → flask.js} +2 -2
  233. package/optimize/es/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  234. package/optimize/es/components/icon/icon_map.js +24 -9
  235. package/optimize/es/components/image/image.js +7 -8
  236. package/optimize/es/components/image/image_button.js +5 -6
  237. package/optimize/es/components/image/image_caption.js +2 -3
  238. package/optimize/es/components/image/image_fullscreen_wrapper.js +16 -18
  239. package/optimize/es/components/image/image_wrapper.js +8 -10
  240. package/optimize/es/components/list_group/list_group.js +38 -37
  241. package/optimize/es/components/list_group/list_group_item.js +11 -12
  242. package/optimize/es/components/list_group/list_group_item.styles.js +8 -12
  243. package/optimize/es/components/list_group/list_group_item_extra_action.js +2 -3
  244. package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.js +27 -39
  245. package/optimize/es/components/markdown_editor/markdown_editor_toolbar.js +2 -2
  246. package/optimize/es/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  247. package/optimize/es/components/pagination/pagination.js +2 -10
  248. package/optimize/es/components/pagination/pagination_button.js +1 -1
  249. package/optimize/es/components/provider/provider.js +2 -2
  250. package/optimize/es/services/color/vis_color_store.js +1 -1
  251. package/optimize/es/services/theme/context.js +2 -2
  252. package/optimize/es/services/theme/provider.js +3 -3
  253. package/optimize/lib/components/card/checkable_card/checkable_card.js +4 -3
  254. package/optimize/lib/components/comment_list/comment_timeline.js +1 -1
  255. package/optimize/lib/components/datagrid/controls/display_selector.js +1 -1
  256. package/optimize/lib/components/expression/expression.js +11 -14
  257. package/optimize/lib/components/expression/expression.styles.js +17 -23
  258. package/optimize/lib/components/facet/facet_button.js +37 -31
  259. package/optimize/lib/components/facet/facet_button.styles.js +12 -35
  260. package/optimize/lib/components/facet/facet_group.js +2 -3
  261. package/optimize/lib/components/facet/facet_group.styles.js +34 -31
  262. package/optimize/lib/components/filter_group/filter_button.js +21 -23
  263. package/optimize/lib/components/filter_group/filter_group.js +1 -2
  264. package/optimize/lib/components/flyout/flyout.js +1 -0
  265. package/optimize/lib/components/header/header.js +10 -14
  266. package/optimize/lib/components/header/header_alert/header_alert.js +1 -2
  267. package/optimize/lib/components/header/header_links/header_links.js +13 -15
  268. package/optimize/lib/components/header/header_logo/header_logo.js +1 -2
  269. package/optimize/lib/components/header/header_section/header_section_item.js +1 -2
  270. package/optimize/lib/components/header/header_section/header_section_item_button.js +21 -24
  271. package/{test-env/components/icon/assets/discuss.js → optimize/lib/components/icon/assets/comment.js} +2 -2
  272. package/{test-env/components/icon/assets/controls_vertical.js → optimize/lib/components/icon/assets/controls.js} +2 -2
  273. package/{test-env/components/icon/assets/beaker.js → optimize/lib/components/icon/assets/flask.js} +2 -2
  274. package/{test-env/components/icon/assets/glasses.js → optimize/lib/components/icon/assets/readOnly.js} +2 -2
  275. package/optimize/lib/components/icon/icon_map.js +24 -9
  276. package/optimize/lib/components/image/image.js +6 -7
  277. package/optimize/lib/components/image/image_button.js +4 -5
  278. package/optimize/lib/components/image/image_caption.js +1 -2
  279. package/optimize/lib/components/image/image_fullscreen_wrapper.js +16 -18
  280. package/optimize/lib/components/image/image_wrapper.js +7 -9
  281. package/optimize/lib/components/list_group/list_group.js +40 -36
  282. package/optimize/lib/components/list_group/list_group_item.js +11 -15
  283. package/optimize/lib/components/list_group/list_group_item.styles.js +8 -12
  284. package/optimize/lib/components/list_group/list_group_item_extra_action.js +2 -3
  285. package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +29 -38
  286. package/optimize/lib/components/markdown_editor/markdown_editor_toolbar.js +2 -2
  287. package/optimize/lib/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  288. package/optimize/lib/components/pagination/pagination.js +2 -10
  289. package/optimize/lib/components/pagination/pagination_button.js +1 -1
  290. package/optimize/lib/components/provider/provider.js +2 -2
  291. package/optimize/lib/services/color/vis_color_store.js +2 -2
  292. package/optimize/lib/services/theme/context.js +2 -2
  293. package/optimize/lib/services/theme/provider.js +3 -3
  294. package/package.json +5 -5
  295. package/test-env/components/avatar/avatar.js +1 -1
  296. package/test-env/components/badge/badge.js +1 -1
  297. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  298. package/test-env/components/basic_table/basic_table.js +4 -4
  299. package/test-env/components/basic_table/in_memory_table.js +4 -4
  300. package/test-env/components/button/button.js +1 -1
  301. package/test-env/components/button/button_display/_button_display.js +1 -1
  302. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  303. package/test-env/components/button/button_empty/button_empty.js +1 -1
  304. package/test-env/components/button/button_group/button_group.js +1 -1
  305. package/test-env/components/button/button_group/button_group_button.js +1 -1
  306. package/test-env/components/button/button_icon/button_icon.js +1 -1
  307. package/test-env/components/call_out/call_out.js +1 -1
  308. package/test-env/components/card/card.js +2 -2
  309. package/test-env/components/card/card_select/card_select.js +1 -1
  310. package/test-env/components/card/checkable_card/checkable_card.js +4 -3
  311. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  312. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  313. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  314. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  315. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  316. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  317. package/test-env/components/comment_list/comment.js +3 -3
  318. package/test-env/components/comment_list/comment_event.js +1 -1
  319. package/test-env/components/comment_list/comment_list.js +3 -3
  320. package/test-env/components/comment_list/comment_timeline.js +3 -3
  321. package/test-env/components/context_menu/context_menu_item.js +1 -1
  322. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  323. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  324. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  325. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  326. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  327. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  328. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  329. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  330. package/test-env/components/datagrid/controls/display_selector.js +1 -1
  331. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  332. package/test-env/components/date_picker/date_picker.js +2 -2
  333. package/test-env/components/date_picker/date_picker_range.js +1 -1
  334. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  335. package/test-env/components/expression/expression.js +11 -14
  336. package/test-env/components/expression/expression.styles.js +17 -23
  337. package/test-env/components/facet/facet_button.js +38 -32
  338. package/test-env/components/facet/facet_button.styles.js +12 -35
  339. package/test-env/components/facet/facet_group.js +2 -3
  340. package/test-env/components/facet/facet_group.styles.js +34 -31
  341. package/test-env/components/filter_group/filter_button.js +21 -23
  342. package/test-env/components/filter_group/filter_group.js +1 -2
  343. package/test-env/components/form/checkbox/checkbox.js +1 -1
  344. package/test-env/components/form/field_number/field_number.js +2 -2
  345. package/test-env/components/form/field_text/field_text.js +2 -2
  346. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  347. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  348. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  349. package/test-env/components/form/radio/radio.js +3 -3
  350. package/test-env/components/form/text_area/text_area.js +2 -2
  351. package/test-env/components/header/header.js +14 -18
  352. package/test-env/components/header/header_alert/header_alert.js +1 -2
  353. package/test-env/components/header/header_links/header_link.js +1 -1
  354. package/test-env/components/header/header_links/header_links.js +14 -16
  355. package/test-env/components/header/header_logo/header_logo.js +2 -3
  356. package/test-env/components/header/header_section/header_section_item.js +1 -2
  357. package/test-env/components/header/header_section/header_section_item_button.js +22 -25
  358. package/{optimize/lib/components/icon/assets/discuss.js → test-env/components/icon/assets/comment.js} +2 -2
  359. package/{optimize/lib/components/icon/assets/controls_vertical.js → test-env/components/icon/assets/controls.js} +2 -2
  360. package/{optimize/lib/components/icon/assets/beaker.js → test-env/components/icon/assets/flask.js} +2 -2
  361. package/{optimize/lib/components/icon/assets/glasses.js → test-env/components/icon/assets/readOnly.js} +2 -2
  362. package/test-env/components/icon/icon_map.js +24 -9
  363. package/test-env/components/image/image.js +6 -7
  364. package/test-env/components/image/image_button.js +4 -5
  365. package/test-env/components/image/image_caption.js +1 -2
  366. package/test-env/components/image/image_fullscreen_wrapper.js +16 -18
  367. package/test-env/components/image/image_wrapper.js +7 -9
  368. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  369. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  370. package/test-env/components/list_group/list_group.js +42 -38
  371. package/test-env/components/list_group/list_group_item.js +13 -17
  372. package/test-env/components/list_group/list_group_item.styles.js +8 -12
  373. package/test-env/components/list_group/list_group_item_extra_action.js +3 -4
  374. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +34 -43
  375. package/test-env/components/loading/loading_logo.js +1 -1
  376. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  377. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  378. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  379. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  380. package/test-env/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  381. package/test-env/components/page/page_header/page_header_content.js +1 -1
  382. package/test-env/components/pagination/pagination.js +2 -10
  383. package/test-env/components/pagination/pagination_button.js +2 -2
  384. package/test-env/components/provider/provider.js +2 -2
  385. package/test-env/components/selectable/selectable.js +2 -2
  386. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  387. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  388. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  389. package/test-env/components/table/table_header_cell.js +1 -1
  390. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  391. package/test-env/components/toast/global_toast_list.js +1 -1
  392. package/test-env/components/toast/toast.js +1 -1
  393. package/test-env/components/tool_tip/icon_tip.js +1 -1
  394. package/test-env/services/color/vis_color_store.js +2 -2
  395. package/test-env/services/theme/context.js +2 -2
  396. package/test-env/services/theme/provider.js +3 -3
  397. package/es/components/icon/assets/controls_horizontal.js +0 -35
  398. package/es/components/icon/assets/editor_code_block.js +0 -33
  399. package/es/components/icon/assets/editor_comment.js +0 -33
  400. package/es/components/icon/assets/userAvatar.js +0 -35
  401. package/es/components/icon/assets/vis_vega.js +0 -33
  402. package/lib/components/icon/assets/controls_horizontal.js +0 -42
  403. package/lib/components/icon/assets/editor_code_block.js +0 -40
  404. package/lib/components/icon/assets/editor_comment.js +0 -40
  405. package/lib/components/icon/assets/userAvatar.js +0 -42
  406. package/lib/components/icon/assets/vis_vega.js +0 -40
  407. package/lib/components/icon/svgs/editor_code_block.svg +0 -3
  408. package/lib/components/icon/svgs/editor_comment.svg +0 -3
  409. package/lib/components/icon/svgs/userAvatar.svg +0 -3
  410. package/lib/components/icon/svgs/vis_vega.svg +0 -3
  411. package/optimize/es/components/icon/assets/controls_horizontal.js +0 -34
  412. package/optimize/es/components/icon/assets/editor_code_block.js +0 -32
  413. package/optimize/es/components/icon/assets/editor_comment.js +0 -32
  414. package/optimize/es/components/icon/assets/userAvatar.js +0 -34
  415. package/optimize/es/components/icon/assets/vis_vega.js +0 -32
  416. package/optimize/lib/components/icon/assets/controls_horizontal.js +0 -42
  417. package/optimize/lib/components/icon/assets/editor_code_block.js +0 -40
  418. package/optimize/lib/components/icon/assets/editor_comment.js +0 -40
  419. package/optimize/lib/components/icon/assets/userAvatar.js +0 -42
  420. package/optimize/lib/components/icon/assets/vis_vega.js +0 -40
  421. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +0 -3
  422. package/optimize/lib/components/icon/svgs/controls_vertical.svg +0 -3
  423. package/optimize/lib/components/icon/svgs/editor_code_block.svg +0 -3
  424. package/optimize/lib/components/icon/svgs/editor_comment.svg +0 -3
  425. package/optimize/lib/components/icon/svgs/userAvatar.svg +0 -3
  426. package/optimize/lib/components/icon/svgs/vis_vega.svg +0 -3
  427. package/test-env/components/icon/assets/controls_horizontal.js +0 -42
  428. package/test-env/components/icon/assets/editor_code_block.js +0 -40
  429. package/test-env/components/icon/assets/editor_comment.js +0 -40
  430. package/test-env/components/icon/assets/userAvatar.js +0 -42
  431. package/test-env/components/icon/assets/vis_vega.js +0 -40
  432. /package/lib/components/icon/svgs/{discuss.svg → comment.svg} +0 -0
  433. /package/lib/components/icon/svgs/{controls_horizontal.svg → controls.svg} +0 -0
  434. /package/lib/components/icon/svgs/{beaker.svg → flask.svg} +0 -0
  435. /package/lib/components/icon/svgs/{glasses.svg → readOnly.svg} +0 -0
  436. /package/optimize/lib/components/icon/svgs/{discuss.svg → comment.svg} +0 -0
  437. /package/{lib/components/icon/svgs/controls_vertical.svg → optimize/lib/components/icon/svgs/controls.svg} +0 -0
  438. /package/optimize/lib/components/icon/svgs/{beaker.svg → flask.svg} +0 -0
  439. /package/optimize/lib/components/icon/svgs/{glasses.svg → readOnly.svg} +0 -0
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';
@@ -431,7 +341,9 @@ declare module '@elastic/eui/src/services/theme/high_contrast_overrides' {
431
341
  colorMode: EuiThemeColorModeStandard;
432
342
  system: EuiThemeSystem;
433
343
  modifications: EuiThemeModifications;
434
- }) => import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShape> | {
344
+ }) => import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
345
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined;
346
+ }> | {
435
347
  colors: {
436
348
  LIGHT: {
437
349
  borderBasePrimary: string;
@@ -486,6 +398,7 @@ declare module '@elastic/eui/src/services/theme/high_contrast_overrides' {
486
398
  levels?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeLevels> | undefined;
487
399
  components?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeComponents> | undefined;
488
400
  flags?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeFlags> | undefined;
401
+ overrides?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined>;
489
402
  };
490
403
 
491
404
  }
@@ -586,6 +499,11 @@ declare module '@elastic/eui/src/services/color/color_palette' {
586
499
  */
587
500
  categorical?: boolean): string[];
588
501
 
502
+ }
503
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
504
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
505
+ export const colorVis: _EuiThemeVisColors;
506
+
589
507
  }
590
508
  declare module '@elastic/eui/src/services/color/vis_color_store' {
591
509
  import { _EuiVisColorStore } from '@elastic/eui-theme-common';
@@ -1106,7 +1024,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
1106
1024
  */
1107
1025
  export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
1108
1026
  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>;
1027
+ export const useEuiPaddingCSS: (side?: "left" | "right" | "bottom" | "top" | "horizontal" | "vertical" | undefined) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
1110
1028
 
1111
1029
  }
1112
1030
  declare module '@elastic/eui/src/global_styling/mixins/_states' {
@@ -1156,6 +1074,12 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
1156
1074
  */
1157
1075
  export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
1158
1076
 
1077
+ }
1078
+ declare module '@elastic/eui/src/services/breakpoint/_sorting' {
1079
+ import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
1080
+ export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1081
+ export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1082
+
1159
1083
  }
1160
1084
  declare module '@elastic/eui/src/global_styling/variables/animations' {
1161
1085
  export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
@@ -2420,6 +2344,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2420
2344
  code: string;
2421
2345
  codeApp: string;
2422
2346
  color: string;
2347
+ comment: string;
2423
2348
  compute: string;
2424
2349
  console: string;
2425
2350
  consoleApp: string;
@@ -2430,6 +2355,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2430
2355
  continuityWithin: string;
2431
2356
  contrast: string;
2432
2357
  contrastHigh: string;
2358
+ controls: string;
2433
2359
  controlsHorizontal: string;
2434
2360
  controlsVertical: string;
2435
2361
  copy: string;
@@ -2504,6 +2430,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2504
2430
  exit: string;
2505
2431
  expand: string;
2506
2432
  expandMini: string;
2433
+ export: string;
2507
2434
  exportAction: string;
2508
2435
  eye: string;
2509
2436
  eyeClosed: string;
@@ -2517,6 +2444,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2517
2444
  filterIgnore: string;
2518
2445
  filterInclude: string;
2519
2446
  filterInCircle: string;
2447
+ flask: string;
2520
2448
  flag: string;
2521
2449
  fleetApp: string;
2522
2450
  fold: string;
@@ -2714,6 +2642,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2714
2642
  push: string;
2715
2643
  questionInCircle: string;
2716
2644
  quote: string;
2645
+ readOnly: string;
2717
2646
  recentlyViewedApp: string;
2718
2647
  refresh: string;
2719
2648
  regressionJob: string;
@@ -2942,7 +2871,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2942
2871
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2943
2872
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2944
2873
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2945
- export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "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" | "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" | "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")[];
2874
+ 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" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "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" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "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" | "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" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "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" | "glasses" | "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" | "userAvatar" | "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")[];
2946
2875
  export type EuiIconType = keyof typeof typeToPathMap;
2947
2876
  export type IconType = EuiIconType | string | ComponentType;
2948
2877
  export type IconColor = string | NamedColor;
@@ -2985,7 +2914,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2985
2914
  isLoading: boolean;
2986
2915
  neededLoading: boolean;
2987
2916
  }
2988
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "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" | "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" | "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;
2917
+ 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" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "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" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "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" | "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" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "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" | "glasses" | "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" | "userAvatar" | "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;
2989
2918
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
2990
2919
  [iconType: string]: React.ComponentType<{}>;
2991
2920
  }) => void;
@@ -4631,7 +4560,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4631
4560
  export const EuiFlexGroup: (<TComponent extends React.ElementType = "div", TComponentRef = React.ReactElement<any, TComponent>>(props: {
4632
4561
  children?: React.ReactNode;
4633
4562
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4634
- alignItems?: "center" | "baseline" | "stretch" | "flexStart" | "flexEnd" | undefined;
4563
+ alignItems?: "center" | "stretch" | "baseline" | "flexStart" | "flexEnd" | undefined;
4635
4564
  /**
4636
4565
  * Customize the component type that is rendered.
4637
4566
  *
@@ -4646,7 +4575,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4646
4575
  */
4647
4576
  component?: TComponent | undefined;
4648
4577
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
4649
- gutterSize?: "s" | "xs" | "m" | "l" | "xl" | "none" | undefined;
4578
+ gutterSize?: "s" | "none" | "xs" | "m" | "l" | "xl" | undefined;
4650
4579
  justifyContent?: "center" | "flexStart" | "flexEnd" | "spaceBetween" | "spaceAround" | "spaceEvenly" | undefined;
4651
4580
  responsive?: boolean | undefined;
4652
4581
  wrap?: boolean | undefined;
@@ -4781,7 +4710,7 @@ declare module '@elastic/eui/src/components/flex/flex_item' {
4781
4710
  export const EuiFlexItem: (<TComponent extends React.ElementType, TComponentRef = React.ReactElement<any, TComponent>>(props: {
4782
4711
  children?: React.ReactNode;
4783
4712
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4784
- grow?: boolean | 0 | 2 | 1 | 3 | 8 | 6 | 4 | 5 | 7 | 9 | 10 | null | undefined;
4713
+ grow?: boolean | 0 | 1 | 6 | 3 | 2 | 4 | 5 | 7 | 8 | 9 | 10 | null | undefined;
4785
4714
  /**
4786
4715
  * Customize the component type that is rendered.
4787
4716
  *
@@ -5757,7 +5686,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
5757
5686
  import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
5758
5687
  import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
5759
5688
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
5760
- export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
5689
+ export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
5761
5690
  export type PanelPaddingSize = (typeof _SIZES)[number];
5762
5691
  export const BORDER_RADII: readonly ["none", "m"];
5763
5692
  export type PanelBorderRadius = (typeof BORDER_RADII)[number];
@@ -6862,71 +6791,6 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
6862
6791
  import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
6863
6792
  export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
6864
6793
 
6865
- }
6866
- declare module '@elastic/eui/src/services/color/manipulation' {
6867
- import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
6868
- /**
6869
- * Makes a color more transparent.
6870
- * @param color - Color to manipulate
6871
- * @param alpha - alpha channel value. From 0-1.
6872
- */
6873
- export const transparentize: (color: string, alpha: number) => string;
6874
- /**
6875
- * Mixes a provided color with white.
6876
- * @param color - Color to mix with white
6877
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6878
- */
6879
- export const tint: (color: string, ratio: number) => string;
6880
- /**
6881
- * Mixes a provided color with black.
6882
- * @param color - Color to mix with black
6883
- * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
6884
- */
6885
- export const shade: (color: string, ratio: number) => string;
6886
- /**
6887
- * Returns the tinted color for light mode and shaded color for dark mode
6888
- * @param color - Color to mix with white
6889
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6890
- * @param colorMode - Light or dark only
6891
- */
6892
- export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6893
- /**
6894
- * Returns the shaded color for light mode and tinted color for dark mode
6895
- * @param color - Color to mix with white
6896
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6897
- * @param colorMode - Light or dark only
6898
- */
6899
- export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6900
- /**
6901
- * Increases the saturation of a color by manipulating the hsl saturation.
6902
- * @param color - Color to manipulate
6903
- * @param amount - Amount to change in absolute terms. 0-1.
6904
- */
6905
- export const saturate: (color: string, amount: number) => string;
6906
- /**
6907
- * Decreases the saturation of a color by manipulating the hsl saturation.
6908
- * @param color - Color to manipulate
6909
- * @param amount - Amount to change in absolute terms. 0-1.
6910
- */
6911
- export const desaturate: (color: string, amount: number) => string;
6912
- /**
6913
- * Returns the lightness value of a color. 0-100
6914
- * @param color
6915
- */
6916
- export const lightness: (color: string) => number;
6917
- /**
6918
- * Returns the darken value of a color. 0-100
6919
- * @param color - Color to manipulate
6920
- * @param amount - Amount to change in absolute terms. 0-1.
6921
- */
6922
- export const darken: (color: string, amount: number) => string;
6923
- /**
6924
- * Returns the brighten value of a color. 0-100
6925
- * @param color - Color to manipulate
6926
- * @param amount - Amount to change in absolute terms. 0-1.
6927
- */
6928
- export const brighten: (color: string, amount: number) => string;
6929
-
6930
6794
  }
6931
6795
  declare module '@elastic/eui/src/services/color/contrast' {
6932
6796
  export const wcagContrastMin = 4.5;
@@ -7020,57 +6884,330 @@ declare module '@elastic/eui/src/services/theme' {
7020
6884
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
7021
6885
 
7022
6886
  }
7023
- declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
7024
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
6887
+ declare module '@elastic/eui/src/services/color/manipulation' {
6888
+ import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
7025
6889
  /**
7026
- * Given an array of breakpoint keys, this hook returns true or false
7027
- * if the breakpoint size of the current window width falls within
7028
- * any of the named breakpoints.
7029
- *
7030
- * @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
7031
- * @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
7032
- * Since hooks can't be called conditionally, it's easier to pass the condition into the hook
7033
- * @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
6890
+ * Makes a color more transparent.
6891
+ * @param color - Color to manipulate
6892
+ * @param alpha - alpha channel value. From 0-1.
7034
6893
  */
7035
- export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
6894
+ export const transparentize: (color: string, alpha: number) => string;
7036
6895
  /**
7037
- * Given a max breakpoint key, this hook returns true if the breakpoint size
7038
- * of the current window width falls within the max breakpoint or any below,
7039
- * and false otherwise
7040
- *
7041
- * @param {EuiThemeBreakpoint} max The named max breakpoint to check against
7042
- * @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
6896
+ * Mixes a provided color with white.
6897
+ * @param color - Color to mix with white
6898
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
7043
6899
  */
7044
- export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
6900
+ export const tint: (color: string, ratio: number) => string;
7045
6901
  /**
7046
- * Given a min breakpoint key, this hook returns true if the breakpoint size
7047
- * of the current window width falls within the min breakpoint or any above,
7048
- * and false otherwise
7049
- *
7050
- * @param {EuiThemeBreakpoint} min The named min breakpoint to check against
7051
- * @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
6902
+ * Mixes a provided color with black.
6903
+ * @param color - Color to mix with black
6904
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
7052
6905
  */
7053
- export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
7054
-
7055
- }
7056
- declare module '@elastic/eui/src/services/breakpoint' {
7057
- export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
7058
- export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
7059
- export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
7060
- export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
7061
-
7062
- }
7063
- declare module '@elastic/eui/src/services/color_picker/color_picker' {
7064
- interface colorStopsType {
7065
- stop: number;
7066
- color: string;
7067
- }
6906
+ export const shade: (color: string, ratio: number) => string;
7068
6907
  /**
7069
- * @deprecated
6908
+ * Returns the tinted color for light mode and shaded color for dark mode
6909
+ * @param color - Color to mix with white
6910
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6911
+ * @param colorMode - Light or dark only
7070
6912
  */
7071
- export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
7072
- export type EuiSetColorMethod = (text: string, { hex, isValid }: {
7073
- hex: string;
6913
+ export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6914
+ /**
6915
+ * Returns the shaded color for light mode and tinted color for dark mode
6916
+ * @param color - Color to mix with white
6917
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6918
+ * @param colorMode - Light or dark only
6919
+ */
6920
+ export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6921
+ /**
6922
+ * Increases the saturation of a color by manipulating the hsl saturation.
6923
+ * @param color - Color to manipulate
6924
+ * @param amount - Amount to change in absolute terms. 0-1.
6925
+ */
6926
+ export const saturate: (color: string, amount: number) => string;
6927
+ /**
6928
+ * Decreases the saturation of a color by manipulating the hsl saturation.
6929
+ * @param color - Color to manipulate
6930
+ * @param amount - Amount to change in absolute terms. 0-1.
6931
+ */
6932
+ export const desaturate: (color: string, amount: number) => string;
6933
+ /**
6934
+ * Returns the lightness value of a color. 0-100
6935
+ * @param color
6936
+ */
6937
+ export const lightness: (color: string) => number;
6938
+ /**
6939
+ * Returns the darken value of a color. 0-100
6940
+ * @param color - Color to manipulate
6941
+ * @param amount - Amount to change in absolute terms. 0-1.
6942
+ */
6943
+ export const darken: (color: string, amount: number) => string;
6944
+ /**
6945
+ * Returns the brighten value of a color. 0-100
6946
+ * @param color - Color to manipulate
6947
+ * @param amount - Amount to change in absolute terms. 0-1.
6948
+ */
6949
+ export const brighten: (color: string, amount: number) => string;
6950
+
6951
+ }
6952
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
6953
+ import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
6954
+ export const brand_colors: _EuiThemeBrandColors;
6955
+ export const brand_text_colors: _EuiThemeBrandTextColors;
6956
+ export const shade_colors: _EuiThemeShadeColors;
6957
+ export const special_colors: _EuiThemeSpecialColors;
6958
+ export const text_colors: _EuiThemeTextColors;
6959
+ export const background_colors: _EuiThemeBackgroundColors;
6960
+ export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6961
+ export const border_colors: _EuiThemeBorderColors;
6962
+ export const light_colors: _EuiThemeColorsMode;
6963
+ export const dark_shades: _EuiThemeShadeColors;
6964
+ export const dark_background_colors: _EuiThemeBackgroundColors;
6965
+ export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6966
+ export const dark_border_colors: _EuiThemeBorderColors;
6967
+ export const dark_colors_ams: _EuiThemeColorsMode;
6968
+ export const colors: _EuiThemeColors;
6969
+
6970
+ }
6971
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
6972
+ import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
6973
+ export const animation_speed: _EuiThemeAnimationSpeeds;
6974
+ export const animation_ease: _EuiThemeAnimationEasings;
6975
+ export const animation: _EuiThemeAnimation;
6976
+
6977
+ }
6978
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
6979
+ export { breakpoint } from '@elastic/eui-theme-common';
6980
+
6981
+ }
6982
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
6983
+ import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
6984
+ export const base: _EuiThemeBase;
6985
+ export const size: _EuiThemeSizes;
6986
+
6987
+ }
6988
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
6989
+ import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
6990
+ export const border: _EuiThemeBorder;
6991
+
6992
+ }
6993
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
6994
+ import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
6995
+ export const levels: _EuiThemeLevels;
6996
+
6997
+ }
6998
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
6999
+ import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
7000
+ export const fontScale: _EuiThemeFontScales;
7001
+ export const fontBase: _EuiThemeFontBase;
7002
+ export const fontWeight: _EuiThemeFontWeights;
7003
+ export const font: _EuiThemeFont;
7004
+
7005
+ }
7006
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
7007
+ import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
7008
+ export const focus: _EuiThemeFocus;
7009
+
7010
+ }
7011
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
7012
+ import { _EuiThemeButton } from '@elastic/eui-theme-common';
7013
+ export const buttons: _EuiThemeButton;
7014
+
7015
+ }
7016
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
7017
+ export const forms: {
7018
+ maxWidth: string;
7019
+ LIGHT: {
7020
+ background: string;
7021
+ backgroundDisabled: string;
7022
+ backgroundReadOnly: any;
7023
+ backgroundFocused: any;
7024
+ backgroundAutofilled: string;
7025
+ prependBackground: string;
7026
+ border: string;
7027
+ borderAutofilled: string;
7028
+ controlBorder: string;
7029
+ controlBorderSelected: string;
7030
+ controlBorderDisabled: string;
7031
+ controlBackgroundUnselected: any;
7032
+ controlBackgroundDisabled: any;
7033
+ colorHasPlaceholder: string;
7034
+ colorDisabled: any;
7035
+ iconDisabled: any;
7036
+ };
7037
+ DARK: {
7038
+ background: string;
7039
+ backgroundFocused: string;
7040
+ backgroundAutofilled: string;
7041
+ prependBackground: string;
7042
+ border: string;
7043
+ controlBorder: string;
7044
+ controlBorderSelected: string;
7045
+ controlBorderDisabled: string;
7046
+ backgroundDisabled: string;
7047
+ backgroundReadOnly: any;
7048
+ borderAutofilled: string;
7049
+ controlBackgroundUnselected: any;
7050
+ controlBackgroundDisabled: any;
7051
+ colorHasPlaceholder: string;
7052
+ colorDisabled: any;
7053
+ iconDisabled: any;
7054
+ };
7055
+ };
7056
+
7057
+ }
7058
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
7059
+ import { _EuiThemeComponents } from '@elastic/eui-theme-common';
7060
+ export const components: _EuiThemeComponents;
7061
+
7062
+ }
7063
+ declare module '@elastic/eui/src/themes/amsterdam/theme' {
7064
+ import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
7065
+ export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
7066
+ export const euiThemeAmsterdam: EuiThemeShape;
7067
+ export const EuiThemeAmsterdam: {
7068
+ model: EuiThemeShape;
7069
+ root: EuiThemeShape;
7070
+ key: string;
7071
+ };
7072
+
7073
+ }
7074
+ declare module '@elastic/eui/src/services/theme/context' {
7075
+ import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
7076
+ export const DEFAULTS: {
7077
+ system: {
7078
+ model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7079
+ root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7080
+ key: string;
7081
+ };
7082
+ modifications: {};
7083
+ colorMode: "LIGHT";
7084
+ highContrastMode: false;
7085
+ };
7086
+ export const EuiSystemContext: import("react").Context<EuiThemeSystem<{}>>;
7087
+ export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
7088
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined;
7089
+ }>>;
7090
+ export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
7091
+ export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
7092
+ export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
7093
+ export const EuiThemeContext: import("react").Context<EuiThemeComputed<{}>>;
7094
+ export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
7095
+
7096
+ }
7097
+ declare module '@elastic/eui/src/services/theme/hooks' {
7098
+ import React from 'react';
7099
+ import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
7100
+ /**
7101
+ * Hook for function components
7102
+ */
7103
+ export interface UseEuiTheme<T extends {} = {}> {
7104
+ euiTheme: EuiThemeComputed<T>;
7105
+ colorMode: EuiThemeColorModeStandard;
7106
+ highContrastMode: EuiThemeHighContrastMode;
7107
+ modifications: EuiThemeModifications<T>;
7108
+ }
7109
+ export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
7110
+ /**
7111
+ * HOC for class components
7112
+ */
7113
+ export interface WithEuiThemeProps<P extends {} = {}> {
7114
+ theme: UseEuiTheme<P>;
7115
+ }
7116
+ 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">>>;
7117
+ /**
7118
+ * Render prop alternative for complex class components
7119
+ * Most useful for scenarios where a HOC may interfere with typing
7120
+ */
7121
+ export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
7122
+ children: (theme: UseEuiTheme) => React.ReactElement;
7123
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7124
+ /**
7125
+ * Minor syntactical sugar hook for theme CSS variables.
7126
+ * Primarily meant for internal EUI usage.
7127
+ */
7128
+ export const useEuiThemeCSSVariables: () => {
7129
+ setGlobalCSSVariables: Function;
7130
+ globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7131
+ setNearestThemeCSSVariables: Function;
7132
+ themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7133
+ };
7134
+
7135
+ }
7136
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
7137
+ import React, { FunctionComponent, PropsWithChildren } from 'react';
7138
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint'; type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
7139
+ export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
7140
+ /**
7141
+ * Returns the current breakpoint based on window width.
7142
+ * Typically only called by the top-level `EuiProvider` (to reduce the number
7143
+ * of window resize listeners on the page). Also conditionally called if a
7144
+ * nested `EuiThemeProvider` defines a `modify.breakpoint` override
7145
+ */
7146
+ export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
7147
+ export {};
7148
+
7149
+ }
7150
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
7151
+ /**
7152
+ * Hook util / syntactical sugar for useContext()
7153
+ *
7154
+ * This hook is in its own separate file to make mocking it
7155
+ * as a testenv easy for Jest unit tests
7156
+ */
7157
+ export const useCurrentEuiBreakpoint: () => string | undefined;
7158
+
7159
+ }
7160
+ declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
7161
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
7162
+ /**
7163
+ * Given an array of breakpoint keys, this hook returns true or false
7164
+ * if the breakpoint size of the current window width falls within
7165
+ * any of the named breakpoints.
7166
+ *
7167
+ * @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
7168
+ * @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
7169
+ * Since hooks can't be called conditionally, it's easier to pass the condition into the hook
7170
+ * @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
7171
+ */
7172
+ export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
7173
+ /**
7174
+ * Given a max breakpoint key, this hook returns true if the breakpoint size
7175
+ * of the current window width falls within the max breakpoint or any below,
7176
+ * and false otherwise
7177
+ *
7178
+ * @param {EuiThemeBreakpoint} max The named max breakpoint to check against
7179
+ * @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
7180
+ */
7181
+ export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
7182
+ /**
7183
+ * Given a min breakpoint key, this hook returns true if the breakpoint size
7184
+ * of the current window width falls within the min breakpoint or any above,
7185
+ * and false otherwise
7186
+ *
7187
+ * @param {EuiThemeBreakpoint} min The named min breakpoint to check against
7188
+ * @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
7189
+ */
7190
+ export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
7191
+
7192
+ }
7193
+ declare module '@elastic/eui/src/services/breakpoint' {
7194
+ export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
7195
+ export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
7196
+ export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
7197
+ export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
7198
+
7199
+ }
7200
+ declare module '@elastic/eui/src/services/color_picker/color_picker' {
7201
+ interface colorStopsType {
7202
+ stop: number;
7203
+ color: string;
7204
+ }
7205
+ /**
7206
+ * @deprecated
7207
+ */
7208
+ export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
7209
+ export type EuiSetColorMethod = (text: string, { hex, isValid }: {
7210
+ hex: string;
7074
7211
  isValid: boolean;
7075
7212
  }) => void;
7076
7213
  export const useColorPickerState: (initialColor?: string) => [color: string, setColor: EuiSetColorMethod, errors: string[] | null];
@@ -9064,7 +9201,7 @@ declare module '@elastic/eui/src/components/form/checkbox/checkbox' {
9064
9201
  disabled?: boolean;
9065
9202
  indeterminate?: boolean;
9066
9203
  /**
9067
- * Object of props passed to the <label/>
9204
+ * Object of props passed to the `label` element
9068
9205
  */
9069
9206
  labelProps?: CommonProps & LabelHTMLAttributes<HTMLLabelElement>;
9070
9207
  }
@@ -9967,7 +10104,7 @@ declare module '@elastic/eui/src/components/form/radio/radio' {
9967
10104
  disabled?: boolean;
9968
10105
  onChange: ChangeEventHandler<HTMLInputElement>;
9969
10106
  /**
9970
- * Object of props passed to the <label/>
10107
+ * Object of props passed to the `label` element
9971
10108
  */
9972
10109
  labelProps?: CommonProps & LabelHTMLAttributes<HTMLLabelElement>;
9973
10110
  }
@@ -12341,198 +12478,71 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav' {
12341
12478
  export const EuiCollapsibleNav: FunctionComponent<EuiCollapsibleNavProps>;
12342
12479
 
12343
12480
  }
12344
- declare module '@elastic/eui/src/components/collapsible_nav' {
12345
- export type { EuiCollapsibleNavGroupProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12346
- export { EuiCollapsibleNavGroup } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12347
- export type { EuiCollapsibleNavProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12348
- export { EuiCollapsibleNav } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12349
-
12350
- }
12351
- declare module '@elastic/eui/src/components/header/header.styles' {
12352
- import { UseEuiTheme } from '@elastic/eui/src/services';
12353
- export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
12354
- height: string;
12355
- childHeight: string;
12356
- padding: string;
12357
- };
12358
- export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
12359
- euiHeader: import("@emotion/react").SerializedStyles;
12360
- static: import("@emotion/react").SerializedStyles;
12361
- fixed: import("@emotion/react").SerializedStyles;
12362
- default: import("@emotion/react").SerializedStyles;
12363
- dark: import("@emotion/react").SerializedStyles;
12364
- };
12365
-
12366
- }
12367
- declare module '@elastic/eui/src/components/collapsible_nav_beta/context' {
12368
- import { MouseEventHandler } from 'react';
12369
- import { _EuiFlyoutSide } from '@elastic/eui/src/components/flyout/flyout'; type _EuiCollapsibleNavContext = {
12370
- isCollapsed: boolean;
12371
- isPush: boolean;
12372
- isOverlayOpen: boolean;
12373
- side: _EuiFlyoutSide;
12374
- closePortals?: MouseEventHandler;
12375
- };
12376
- export const EuiCollapsibleNavContext: import("react").Context<_EuiCollapsibleNavContext>;
12377
- export {};
12378
-
12379
- }
12380
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles' {
12381
- import { UseEuiTheme } from '@elastic/eui/src/services';
12382
- export const euiCollapsibleNavButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
12383
- euiCollapsibleNavButtonWrapper: import("@emotion/react").SerializedStyles;
12384
- euiCollapsibleNavButton: import("@emotion/react").SerializedStyles;
12385
- left: import("@emotion/react").SerializedStyles;
12386
- right: import("@emotion/react").SerializedStyles;
12387
- };
12388
-
12389
- }
12390
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button' {
12391
- import React from 'react';
12392
- import { CommonProps } from '@elastic/eui/src/components/common';
12393
- import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
12394
- export type EuiCollapsibleNavButtonProps = CommonProps & Partial<EuiButtonIconPropsForButton>;
12395
- export const EuiCollapsibleNavButton: React.ForwardRefExoticComponent<CommonProps & Partial<EuiButtonIconPropsForButton> & React.RefAttributes<HTMLDivElement>>;
12396
-
12397
- }
12398
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12399
- export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12400
-
12401
- }
12402
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
12403
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12404
- export const colorVis: _EuiThemeVisColors;
12405
-
12406
- }
12407
- declare module '@elastic/eui/src/themes/themes' {
12408
- import { EuiThemeSystem } from '@elastic/eui/src/services';
12409
- export interface EUI_THEME {
12410
- text: string;
12411
- value: string;
12412
- provider?: EuiThemeSystem;
12413
- }
12414
-
12415
- }
12416
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12417
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12418
- export const brand_colors: _EuiThemeBrandColors;
12419
- export const brand_text_colors: _EuiThemeBrandTextColors;
12420
- export const shade_colors: _EuiThemeShadeColors;
12421
- export const special_colors: _EuiThemeSpecialColors;
12422
- export const text_colors: _EuiThemeTextColors;
12423
- export const background_colors: _EuiThemeBackgroundColors;
12424
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12425
- export const border_colors: _EuiThemeBorderColors;
12426
- export const light_colors: _EuiThemeColorsMode;
12427
- export const dark_shades: _EuiThemeShadeColors;
12428
- export const dark_background_colors: _EuiThemeBackgroundColors;
12429
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12430
- export const dark_border_colors: _EuiThemeBorderColors;
12431
- export const dark_colors_ams: _EuiThemeColorsMode;
12432
- export const colors: _EuiThemeColors;
12433
-
12434
- }
12435
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
12436
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
12437
- export const animation_speed: _EuiThemeAnimationSpeeds;
12438
- export const animation_ease: _EuiThemeAnimationEasings;
12439
- export const animation: _EuiThemeAnimation;
12440
-
12441
- }
12442
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
12443
- export { breakpoint } from '@elastic/eui-theme-common';
12444
-
12445
- }
12446
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
12447
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
12448
- export const base: _EuiThemeBase;
12449
- export const size: _EuiThemeSizes;
12450
-
12451
- }
12452
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
12453
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
12454
- export const border: _EuiThemeBorder;
12455
-
12456
- }
12457
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
12458
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
12459
- export const levels: _EuiThemeLevels;
12460
-
12461
- }
12462
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
12463
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
12464
- export const fontScale: _EuiThemeFontScales;
12465
- export const fontBase: _EuiThemeFontBase;
12466
- export const fontWeight: _EuiThemeFontWeights;
12467
- export const font: _EuiThemeFont;
12481
+ declare module '@elastic/eui/src/components/collapsible_nav' {
12482
+ export type { EuiCollapsibleNavGroupProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12483
+ export { EuiCollapsibleNavGroup } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12484
+ export type { EuiCollapsibleNavProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12485
+ export { EuiCollapsibleNav } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12468
12486
 
12469
12487
  }
12470
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
12471
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
12472
- export const focus: _EuiThemeFocus;
12488
+ declare module '@elastic/eui/src/components/header/header.styles' {
12489
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12490
+ export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
12491
+ height: string;
12492
+ childHeight: string;
12493
+ padding: string;
12494
+ };
12495
+ export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
12496
+ euiHeader: import("@emotion/react").SerializedStyles;
12497
+ static: import("@emotion/react").SerializedStyles;
12498
+ fixed: import("@emotion/react").SerializedStyles;
12499
+ default: import("@emotion/react").SerializedStyles;
12500
+ dark: import("@emotion/react").SerializedStyles;
12501
+ };
12473
12502
 
12474
12503
  }
12475
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
12476
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
12477
- export const buttons: _EuiThemeButton;
12504
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/context' {
12505
+ import { MouseEventHandler } from 'react';
12506
+ import { _EuiFlyoutSide } from '@elastic/eui/src/components/flyout/flyout'; type _EuiCollapsibleNavContext = {
12507
+ isCollapsed: boolean;
12508
+ isPush: boolean;
12509
+ isOverlayOpen: boolean;
12510
+ side: _EuiFlyoutSide;
12511
+ closePortals?: MouseEventHandler;
12512
+ };
12513
+ export const EuiCollapsibleNavContext: import("react").Context<_EuiCollapsibleNavContext>;
12514
+ export {};
12478
12515
 
12479
12516
  }
12480
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
12481
- export const forms: {
12482
- maxWidth: string;
12483
- LIGHT: {
12484
- background: string;
12485
- backgroundDisabled: string;
12486
- backgroundReadOnly: any;
12487
- backgroundFocused: any;
12488
- backgroundAutofilled: string;
12489
- prependBackground: string;
12490
- border: string;
12491
- borderAutofilled: string;
12492
- controlBorder: string;
12493
- controlBorderSelected: string;
12494
- controlBorderDisabled: string;
12495
- controlBackgroundUnselected: any;
12496
- controlBackgroundDisabled: any;
12497
- colorHasPlaceholder: string;
12498
- colorDisabled: any;
12499
- iconDisabled: any;
12500
- };
12501
- DARK: {
12502
- background: string;
12503
- backgroundFocused: string;
12504
- backgroundAutofilled: string;
12505
- prependBackground: string;
12506
- border: string;
12507
- controlBorder: string;
12508
- controlBorderSelected: string;
12509
- controlBorderDisabled: string;
12510
- backgroundDisabled: string;
12511
- backgroundReadOnly: any;
12512
- borderAutofilled: string;
12513
- controlBackgroundUnselected: any;
12514
- controlBackgroundDisabled: any;
12515
- colorHasPlaceholder: string;
12516
- colorDisabled: any;
12517
- iconDisabled: any;
12518
- };
12517
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles' {
12518
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12519
+ export const euiCollapsibleNavButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
12520
+ euiCollapsibleNavButtonWrapper: import("@emotion/react").SerializedStyles;
12521
+ euiCollapsibleNavButton: import("@emotion/react").SerializedStyles;
12522
+ left: import("@emotion/react").SerializedStyles;
12523
+ right: import("@emotion/react").SerializedStyles;
12519
12524
  };
12520
12525
 
12521
12526
  }
12522
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
12523
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
12524
- export const components: _EuiThemeComponents;
12527
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button' {
12528
+ import React from 'react';
12529
+ import { CommonProps } from '@elastic/eui/src/components/common';
12530
+ import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
12531
+ export type EuiCollapsibleNavButtonProps = CommonProps & Partial<EuiButtonIconPropsForButton>;
12532
+ export const EuiCollapsibleNavButton: React.ForwardRefExoticComponent<CommonProps & Partial<EuiButtonIconPropsForButton> & React.RefAttributes<HTMLDivElement>>;
12525
12533
 
12526
12534
  }
12527
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
12528
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
12529
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
12530
- export const euiThemeAmsterdam: EuiThemeShape;
12531
- export const EuiThemeAmsterdam: {
12532
- model: EuiThemeShape;
12533
- root: EuiThemeShape;
12534
- key: string;
12535
- };
12535
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12536
+ export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12537
+
12538
+ }
12539
+ declare module '@elastic/eui/src/themes/themes' {
12540
+ import { EuiThemeSystem } from '@elastic/eui/src/services';
12541
+ export interface EUI_THEME {
12542
+ text: string;
12543
+ value: string;
12544
+ provider?: EuiThemeSystem;
12545
+ }
12536
12546
 
12537
12547
  }
12538
12548
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
@@ -12932,7 +12942,7 @@ declare module '@elastic/eui/src/components/list_group/list_group_item.styles' {
12932
12942
  isClickable: import("@emotion/react").SerializedStyles;
12933
12943
  externalIcon: import("@emotion/react").SerializedStyles;
12934
12944
  };
12935
- export const euiListGroupItemLabelStyles: () => {
12945
+ export const euiListGroupItemLabelStyles: {
12936
12946
  euiListGroupItem__label: import("@emotion/react").SerializedStyles;
12937
12947
  truncate: import("@emotion/react").SerializedStyles;
12938
12948
  wrapText: import("@emotion/react").SerializedStyles;
@@ -12940,16 +12950,16 @@ declare module '@elastic/eui/src/components/list_group/list_group_item.styles' {
12940
12950
  export const euiListGroupItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
12941
12951
  euiListGroupItem__icon: import("@emotion/react").SerializedStyles;
12942
12952
  };
12943
- export const euiListGroupItemTooltipStyles: () => {
12953
+ export const euiListGroupItemTooltipStyles: {
12944
12954
  euiListGroupItem__tooltip: import("@emotion/react").SerializedStyles;
12945
12955
  };
12946
12956
 
12947
12957
  }
12948
12958
  declare module '@elastic/eui/src/components/list_group/list_group_item' {
12949
12959
  import React, { HTMLAttributes, AnchorHTMLAttributes, ButtonHTMLAttributes, ReactNode, ReactElement, MouseEventHandler, FunctionComponent } from 'react';
12960
+ import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
12950
12961
  import { IconType, EuiIconProps } from '@elastic/eui/src/components/icon';
12951
12962
  import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip';
12952
- import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
12953
12963
  import { EuiListGroupItemExtraActionProps } from '@elastic/eui/src/components/list_group/list_group_item_extra_action';
12954
12964
  export const SIZES: readonly ["xs", "s", "m", "l"];
12955
12965
  export type EuiListGroupItemSize = (typeof SIZES)[number];
@@ -13055,8 +13065,8 @@ declare module '@elastic/eui/src/components/list_group/list_group.styles' {
13055
13065
  }
13056
13066
  declare module '@elastic/eui/src/components/list_group/list_group' {
13057
13067
  import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
13058
- import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
13059
13068
  import { CommonProps } from '@elastic/eui/src/components/common';
13069
+ import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
13060
13070
  export const GUTTER_SIZES: readonly ["none", "s", "m"];
13061
13071
  export type EuiListGroupGutterSize = (typeof GUTTER_SIZES)[number];
13062
13072
  export type EuiListGroupProps = CommonProps & Omit<HTMLAttributes<HTMLUListElement>, 'color'> & {
@@ -13133,7 +13143,7 @@ declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinna
13133
13143
  export interface EuiPinnableListGroupProps extends CommonProps, EuiListGroupProps {
13134
13144
  /**
13135
13145
  * Extends `EuiListGroupItemProps`, at the very least, expecting a `label`.
13136
- * See #EuiPinnableListGroupItem
13146
+ * See #EuiPinnableListGroupItemProps
13137
13147
  */
13138
13148
  listItems: EuiPinnableListGroupItemProps[];
13139
13149
  /**
@@ -14333,7 +14343,7 @@ declare module '@elastic/eui/src/components/comment_list/comment_timeline' {
14333
14343
  /**
14334
14344
  * Main avatar that accompanies the comment. Should indicate who is the author of the comment.
14335
14345
  * Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiAvatarProps['iconType']`.
14336
- * If no `timelineAvatar` is passed, the `userAvatar` icon will be used as the avatar.
14346
+ * If no `timelineAvatar` is passed, the `user` icon will be used as the avatar.
14337
14347
  */
14338
14348
  timelineAvatar?: ReactNode | EuiAvatarProps['iconType'];
14339
14349
  /**
@@ -14440,7 +14450,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
14440
14450
  /**
14441
14451
  * Height types
14442
14452
  */
14443
- getHeightType: (option?: EuiDataGridRowHeightOption | undefined) => "auto" | "default" | "lineCount" | "numerical";
14453
+ getHeightType: (option?: EuiDataGridRowHeightOption | undefined) => "default" | "auto" | "lineCount" | "numerical";
14444
14454
  /**
14445
14455
  * Line count utils
14446
14456
  */
@@ -18239,7 +18249,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/super_
18239
18249
  declare module '@elastic/eui/src/components/date_picker/super_date_picker/pretty_interval' {
18240
18250
  export const usePrettyInterval: (isPaused: boolean, intervalInMs: number, options?: {
18241
18251
  shortHand?: boolean | undefined;
18242
- unit?: "s" | "m" | "h" | "d" | undefined;
18252
+ unit?: "s" | "h" | "m" | "d" | undefined;
18243
18253
  } | undefined) => string;
18244
18254
 
18245
18255
  }
@@ -18760,7 +18770,7 @@ declare module '@elastic/eui/src/components/expression/expression.styles' {
18760
18770
  isUppercase: import("@emotion/react").SerializedStyles;
18761
18771
  columns: import("@emotion/react").SerializedStyles;
18762
18772
  };
18763
- export const euiExpressionValueStyles: ({}: UseEuiTheme) => {
18773
+ export const euiExpressionValueStyles: {
18764
18774
  euiExpression__value: import("@emotion/react").SerializedStyles;
18765
18775
  truncate: import("@emotion/react").SerializedStyles;
18766
18776
  columns: import("@emotion/react").SerializedStyles;
@@ -18955,17 +18965,7 @@ declare module '@elastic/eui/src/components/facet/facet_button.styles' {
18955
18965
  isSelected: import("@emotion/react").SerializedStyles;
18956
18966
  unSelected: import("@emotion/react").SerializedStyles;
18957
18967
  };
18958
- export const euiFacetButtonIconStyles: () => {
18959
- euiFacetButton__icon: import("@emotion/react").SerializedStyles;
18960
- isDisabled: import("@emotion/react").SerializedStyles;
18961
- };
18962
- export const euiFacetButtonLoadingSpinnerStyles: () => {
18963
- euiFacetButton__loadingSpinner: import("@emotion/react").SerializedStyles;
18964
- };
18965
- export const euiFacetButtonQuantityStyles: () => {
18966
- euiFacetButton__quantity: import("@emotion/react").SerializedStyles;
18967
- isDisabled: import("@emotion/react").SerializedStyles;
18968
- };
18968
+ export const euiFacetButton__disabled: import("@emotion/react").SerializedStyles;
18969
18969
 
18970
18970
  }
18971
18971
  declare module '@elastic/eui/src/components/facet/facet_button' {
@@ -19000,15 +19000,24 @@ declare module '@elastic/eui/src/components/facet/facet_button' {
19000
19000
  }
19001
19001
  declare module '@elastic/eui/src/components/facet/facet_group.styles' {
19002
19002
  import { UseEuiTheme } from '@elastic/eui/src/services';
19003
- import { EuiFacetGroupLayout } from '@elastic/eui/src/components/facet/facet_group';
19004
- export const euiFacetGroupStyles: ({ euiTheme }: UseEuiTheme, layout: EuiFacetGroupLayout) => {
19003
+ export const euiFacetGroupStyles: ({ euiTheme }: UseEuiTheme) => {
19005
19004
  euiFacetGroup: import("@emotion/react").SerializedStyles;
19006
- none: import("@emotion/react").SerializedStyles;
19007
- s: import("@emotion/react").SerializedStyles;
19008
- m: import("@emotion/react").SerializedStyles;
19009
- l: import("@emotion/react").SerializedStyles;
19010
19005
  horizontal: import("@emotion/react").SerializedStyles;
19011
19006
  vertical: import("@emotion/react").SerializedStyles;
19007
+ gutterSizes: {
19008
+ vertical: {
19009
+ none: import("@emotion/react").SerializedStyles;
19010
+ s: import("@emotion/react").SerializedStyles;
19011
+ m: import("@emotion/react").SerializedStyles;
19012
+ l: import("@emotion/react").SerializedStyles;
19013
+ };
19014
+ horizontal: {
19015
+ none: import("@emotion/react").SerializedStyles;
19016
+ s: import("@emotion/react").SerializedStyles;
19017
+ m: import("@emotion/react").SerializedStyles;
19018
+ l: import("@emotion/react").SerializedStyles;
19019
+ };
19020
+ };
19012
19021
  };
19013
19022
 
19014
19023
  }
@@ -19148,7 +19157,7 @@ declare module '@elastic/eui/src/components/header/header' {
19148
19157
  import { EuiHeaderSectionItemProps } from '@elastic/eui/src/components/header/header_section'; type EuiHeaderSectionItemType = EuiHeaderSectionItemProps['children'];
19149
19158
  export interface EuiHeaderSections {
19150
19159
  /**
19151
- * An arry of items that will be wrapped in a #EuiHeaderSectionItem
19160
+ * An array of items that will be wrapped in a #EuiHeaderSectionItem
19152
19161
  */
19153
19162
  items?: EuiHeaderSectionItemType[];
19154
19163
  /**
@@ -19165,7 +19174,7 @@ declare module '@elastic/eui/src/components/header/header' {
19165
19174
  /**
19166
19175
  * An array of objects to wrap in a #EuiHeaderSection.
19167
19176
  * Each section is spaced using `space-between`.
19168
- * See #EuiHeaderSectionsProp for object details.
19177
+ * See #EuiHeaderSections for object details.
19169
19178
  * This prop disregards the prop `children` if both are passed.
19170
19179
  */
19171
19180
  sections?: EuiHeaderSections[];
@@ -19952,7 +19961,7 @@ declare module '@elastic/eui/src/components/key_pad_menu/key_pad_menu' {
19952
19961
  export type EuiKeyPadMenuProps = CommonProps & HTMLAttributes<HTMLElement> & {
19953
19962
  /**
19954
19963
  * Renders the the group as a `fieldset`.
19955
- * Set to `true` to customize the labelling, or pass an #EuiKeyPadMenuCheckableProps object to add a `legend` or `ariaLegend`
19964
+ * Set to `true` to customize the labelling, or pass an #_EuiKeyPadMenuCheckableProps object to add a `legend` or `ariaLegend`
19956
19965
  */
19957
19966
  checkable?: _EuiKeyPadMenuCheckableProps | true;
19958
19967
  };
@@ -21531,7 +21540,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
21531
21540
  import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
21532
21541
  export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
21533
21542
  /**
21534
- * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
21543
+ * Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
21535
21544
  * Pass `null` to remove all theming including global reset
21536
21545
  */
21537
21546
  theme?: EuiThemeSystem | null;
@@ -22791,13 +22800,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22791
22800
  slot?: string | undefined;
22792
22801
  style?: React.CSSProperties | undefined;
22793
22802
  title?: string | undefined;
22803
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22794
22804
  width: number | undefined;
22795
22805
  color?: string | undefined;
22796
22806
  content?: string | undefined;
22797
- hidden?: boolean | undefined;
22798
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22799
22807
  translate?: "yes" | "no" | undefined;
22800
22808
  property?: string | undefined;
22809
+ hidden?: boolean | undefined;
22801
22810
  className?: string | undefined;
22802
22811
  defaultChecked?: boolean | undefined;
22803
22812
  defaultValue?: string | number | readonly string[] | undefined;
@@ -22839,7 +22848,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22839
22848
  is?: string | undefined;
22840
22849
  "aria-activedescendant"?: string | undefined;
22841
22850
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
22842
- "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
22851
+ "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
22843
22852
  "aria-braillelabel"?: string | undefined;
22844
22853
  "aria-brailleroledescription"?: string | undefined;
22845
22854
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -22854,7 +22863,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
22854
22863
  "aria-description"?: string | undefined;
22855
22864
  "aria-details"?: string | undefined;
22856
22865
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
22857
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
22866
+ "aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
22858
22867
  "aria-errormessage"?: string | undefined;
22859
22868
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
22860
22869
  "aria-flowto"?: string | undefined;
@@ -23123,7 +23132,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23123
23132
  */
23124
23133
  children?: (list: ReactElement<typeof EuiSelectableMessage | typeof EuiSelectableList>, search: ReactElement<typeof EuiSelectableSearch> | undefined) => ReactNode;
23125
23134
  /**
23126
- * Array of EuiSelectableOption objects. See #EuiSelectableOptionProps
23135
+ * Array of EuiSelectableOption objects. See #EuiSelectableOption
23127
23136
  */
23128
23137
  options: Array<EuiSelectableOption<T>>;
23129
23138
  /**
@@ -23159,7 +23168,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23159
23168
  */
23160
23169
  height?: number | 'full';
23161
23170
  /**
23162
- * See #EuiSelectableOptionsList
23171
+ * See #EuiSelectableOptionsListProps
23163
23172
  */
23164
23173
  listProps?: EuiSelectableOptionsListPropsWithDefaults;
23165
23174
  /**
@@ -23319,7 +23328,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23319
23328
  */
23320
23329
  avatar?: EuiAvatarProps;
23321
23330
  /**
23322
- * An array of inline #MetaData displayed beneath the label and separated by bullets.
23331
+ * An array of inline #EuiSelectableTemplateSitewideMetaData displayed beneath the label and separated by bullets.
23323
23332
  */
23324
23333
  meta?: EuiSelectableTemplateSitewideMetaData[];
23325
23334
  } & EuiSelectableOption<T>;
@@ -23337,7 +23346,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23337
23346
  [key: string]: any;
23338
23347
  }>, 'options'>> & {
23339
23348
  /**
23340
- * Extends the typical EuiSelectable #Options with the addition of pre-composed elements
23349
+ * Extends the typical #EuiSelectableTemplateSitewideOption with the addition of pre-composed elements
23341
23350
  * such as `icon`, `avatar`and `meta`
23342
23351
  */
23343
23352
  options: EuiSelectableTemplateSitewideOption[];
@@ -26199,17 +26208,6 @@ declare module '@elastic/eui/src/components/icon/assets/at' {
26199
26208
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26200
26209
  export {};
26201
26210
 
26202
- }
26203
- declare module '@elastic/eui/src/components/icon/assets/beaker' {
26204
- import * as React from 'react';
26205
- import type { SVGProps } from 'react';
26206
- interface SVGRProps {
26207
- title?: string;
26208
- titleId?: string;
26209
- }
26210
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26211
- export {};
26212
-
26213
26211
  }
26214
26212
  declare module '@elastic/eui/src/components/icon/assets/bell' {
26215
26213
  import * as React from 'react';
@@ -26519,7 +26517,7 @@ declare module '@elastic/eui/src/components/icon/assets/color' {
26519
26517
  export {};
26520
26518
 
26521
26519
  }
26522
- declare module '@elastic/eui/src/components/icon/assets/compute' {
26520
+ declare module '@elastic/eui/src/components/icon/assets/comment' {
26523
26521
  import * as React from 'react';
26524
26522
  import type { SVGProps } from 'react';
26525
26523
  interface SVGRProps {
@@ -26530,7 +26528,7 @@ declare module '@elastic/eui/src/components/icon/assets/compute' {
26530
26528
  export {};
26531
26529
 
26532
26530
  }
26533
- declare module '@elastic/eui/src/components/icon/assets/console' {
26531
+ declare module '@elastic/eui/src/components/icon/assets/compute' {
26534
26532
  import * as React from 'react';
26535
26533
  import type { SVGProps } from 'react';
26536
26534
  interface SVGRProps {
@@ -26541,7 +26539,7 @@ declare module '@elastic/eui/src/components/icon/assets/console' {
26541
26539
  export {};
26542
26540
 
26543
26541
  }
26544
- declare module '@elastic/eui/src/components/icon/assets/container' {
26542
+ declare module '@elastic/eui/src/components/icon/assets/console' {
26545
26543
  import * as React from 'react';
26546
26544
  import type { SVGProps } from 'react';
26547
26545
  interface SVGRProps {
@@ -26552,7 +26550,7 @@ declare module '@elastic/eui/src/components/icon/assets/container' {
26552
26550
  export {};
26553
26551
 
26554
26552
  }
26555
- declare module '@elastic/eui/src/components/icon/assets/continuityAbove' {
26553
+ declare module '@elastic/eui/src/components/icon/assets/container' {
26556
26554
  import * as React from 'react';
26557
26555
  import type { SVGProps } from 'react';
26558
26556
  interface SVGRProps {
@@ -26563,7 +26561,7 @@ declare module '@elastic/eui/src/components/icon/assets/continuityAbove' {
26563
26561
  export {};
26564
26562
 
26565
26563
  }
26566
- declare module '@elastic/eui/src/components/icon/assets/continuityAboveBelow' {
26564
+ declare module '@elastic/eui/src/components/icon/assets/continuityAbove' {
26567
26565
  import * as React from 'react';
26568
26566
  import type { SVGProps } from 'react';
26569
26567
  interface SVGRProps {
@@ -26574,7 +26572,7 @@ declare module '@elastic/eui/src/components/icon/assets/continuityAboveBelow' {
26574
26572
  export {};
26575
26573
 
26576
26574
  }
26577
- declare module '@elastic/eui/src/components/icon/assets/continuityBelow' {
26575
+ declare module '@elastic/eui/src/components/icon/assets/continuityAboveBelow' {
26578
26576
  import * as React from 'react';
26579
26577
  import type { SVGProps } from 'react';
26580
26578
  interface SVGRProps {
@@ -26585,7 +26583,7 @@ declare module '@elastic/eui/src/components/icon/assets/continuityBelow' {
26585
26583
  export {};
26586
26584
 
26587
26585
  }
26588
- declare module '@elastic/eui/src/components/icon/assets/continuityWithin' {
26586
+ declare module '@elastic/eui/src/components/icon/assets/continuityBelow' {
26589
26587
  import * as React from 'react';
26590
26588
  import type { SVGProps } from 'react';
26591
26589
  interface SVGRProps {
@@ -26596,7 +26594,7 @@ declare module '@elastic/eui/src/components/icon/assets/continuityWithin' {
26596
26594
  export {};
26597
26595
 
26598
26596
  }
26599
- declare module '@elastic/eui/src/components/icon/assets/contrast' {
26597
+ declare module '@elastic/eui/src/components/icon/assets/continuityWithin' {
26600
26598
  import * as React from 'react';
26601
26599
  import type { SVGProps } from 'react';
26602
26600
  interface SVGRProps {
@@ -26607,7 +26605,7 @@ declare module '@elastic/eui/src/components/icon/assets/contrast' {
26607
26605
  export {};
26608
26606
 
26609
26607
  }
26610
- declare module '@elastic/eui/src/components/icon/assets/contrastHigh' {
26608
+ declare module '@elastic/eui/src/components/icon/assets/contrast' {
26611
26609
  import * as React from 'react';
26612
26610
  import type { SVGProps } from 'react';
26613
26611
  interface SVGRProps {
@@ -26618,7 +26616,7 @@ declare module '@elastic/eui/src/components/icon/assets/contrastHigh' {
26618
26616
  export {};
26619
26617
 
26620
26618
  }
26621
- declare module '@elastic/eui/src/components/icon/assets/controls_horizontal' {
26619
+ declare module '@elastic/eui/src/components/icon/assets/contrastHigh' {
26622
26620
  import * as React from 'react';
26623
26621
  import type { SVGProps } from 'react';
26624
26622
  interface SVGRProps {
@@ -26629,7 +26627,7 @@ declare module '@elastic/eui/src/components/icon/assets/controls_horizontal' {
26629
26627
  export {};
26630
26628
 
26631
26629
  }
26632
- declare module '@elastic/eui/src/components/icon/assets/controls_vertical' {
26630
+ declare module '@elastic/eui/src/components/icon/assets/controls' {
26633
26631
  import * as React from 'react';
26634
26632
  import type { SVGProps } from 'react';
26635
26633
  interface SVGRProps {
@@ -26760,17 +26758,6 @@ declare module '@elastic/eui/src/components/icon/assets/diff' {
26760
26758
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26761
26759
  export {};
26762
26760
 
26763
- }
26764
- declare module '@elastic/eui/src/components/icon/assets/discuss' {
26765
- import * as React from 'react';
26766
- import type { SVGProps } from 'react';
26767
- interface SVGRProps {
26768
- title?: string;
26769
- titleId?: string;
26770
- }
26771
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
26772
- export {};
26773
-
26774
26761
  }
26775
26762
  declare module '@elastic/eui/src/components/icon/assets/document' {
26776
26763
  import * as React from 'react';
@@ -27057,28 +27044,6 @@ declare module '@elastic/eui/src/components/icon/assets/editor_checklist' {
27057
27044
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27058
27045
  export {};
27059
27046
 
27060
- }
27061
- declare module '@elastic/eui/src/components/icon/assets/editor_code_block' {
27062
- import * as React from 'react';
27063
- import type { SVGProps } from 'react';
27064
- interface SVGRProps {
27065
- title?: string;
27066
- titleId?: string;
27067
- }
27068
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27069
- export {};
27070
-
27071
- }
27072
- declare module '@elastic/eui/src/components/icon/assets/editor_comment' {
27073
- import * as React from 'react';
27074
- import type { SVGProps } from 'react';
27075
- interface SVGRProps {
27076
- title?: string;
27077
- titleId?: string;
27078
- }
27079
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27080
- export {};
27081
-
27082
27047
  }
27083
27048
  declare module '@elastic/eui/src/components/icon/assets/editor_heading' {
27084
27049
  import * as React from 'react';
@@ -27442,6 +27407,17 @@ declare module '@elastic/eui/src/components/icon/assets/flag' {
27442
27407
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27443
27408
  export {};
27444
27409
 
27410
+ }
27411
+ declare module '@elastic/eui/src/components/icon/assets/flask' {
27412
+ import * as React from 'react';
27413
+ import type { SVGProps } from 'react';
27414
+ interface SVGRProps {
27415
+ title?: string;
27416
+ titleId?: string;
27417
+ }
27418
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27419
+ export {};
27420
+
27445
27421
  }
27446
27422
  declare module '@elastic/eui/src/components/icon/assets/fold' {
27447
27423
  import * as React from 'react';
@@ -27563,17 +27539,6 @@ declare module '@elastic/eui/src/components/icon/assets/gear' {
27563
27539
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27564
27540
  export {};
27565
27541
 
27566
- }
27567
- declare module '@elastic/eui/src/components/icon/assets/glasses' {
27568
- import * as React from 'react';
27569
- import type { SVGProps } from 'react';
27570
- interface SVGRProps {
27571
- title?: string;
27572
- titleId?: string;
27573
- }
27574
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
27575
- export {};
27576
-
27577
27542
  }
27578
27543
  declare module '@elastic/eui/src/components/icon/assets/globe' {
27579
27544
  import * as React from 'react';
@@ -29520,6 +29485,17 @@ declare module '@elastic/eui/src/components/icon/assets/quote' {
29520
29485
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
29521
29486
  export {};
29522
29487
 
29488
+ }
29489
+ declare module '@elastic/eui/src/components/icon/assets/readOnly' {
29490
+ import * as React from 'react';
29491
+ import type { SVGProps } from 'react';
29492
+ interface SVGRProps {
29493
+ title?: string;
29494
+ titleId?: string;
29495
+ }
29496
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
29497
+ export {};
29498
+
29523
29499
  }
29524
29500
  declare module '@elastic/eui/src/components/icon/assets/refresh' {
29525
29501
  import * as React from 'react';
@@ -30818,17 +30794,6 @@ declare module '@elastic/eui/src/components/icon/assets/user' {
30818
30794
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30819
30795
  export {};
30820
30796
 
30821
- }
30822
- declare module '@elastic/eui/src/components/icon/assets/userAvatar' {
30823
- import * as React from 'react';
30824
- import type { SVGProps } from 'react';
30825
- interface SVGRProps {
30826
- title?: string;
30827
- titleId?: string;
30828
- }
30829
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30830
- export {};
30831
-
30832
30797
  }
30833
30798
  declare module '@elastic/eui/src/components/icon/assets/users' {
30834
30799
  import * as React from 'react';
@@ -31038,17 +31003,6 @@ declare module '@elastic/eui/src/components/icon/assets/vis_timelion' {
31038
31003
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
31039
31004
  export {};
31040
31005
 
31041
- }
31042
- declare module '@elastic/eui/src/components/icon/assets/vis_vega' {
31043
- import * as React from 'react';
31044
- import type { SVGProps } from 'react';
31045
- interface SVGRProps {
31046
- title?: string;
31047
- titleId?: string;
31048
- }
31049
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
31050
- export {};
31051
-
31052
31006
  }
31053
31007
  declare module '@elastic/eui/src/components/icon/assets/vis_visual_builder' {
31054
31008
  import * as React from 'react';