@elastic/eui 101.3.0-classic.0 → 101.4.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 +480 -526
  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,13 +167,117 @@ 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
+
170
174
  }
171
175
  declare module '@elastic/eui/src/services/theme/utils' {
172
176
  export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
173
177
 
174
178
  }
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';
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").EuiThemeShapeBase & {
193
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined;
194
+ }>>;
195
+ export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
196
+ export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
197
+ export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
198
+ export const EuiThemeContext: import("react").Context<EuiThemeComputed<{}>>;
199
+ export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
200
+
201
+ }
202
+ declare module '@elastic/eui/src/services/theme/warning' {
203
+ type LEVELS = 'log' | 'warn' | 'error'; type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
204
+ export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
205
+ export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
206
+ export const emitEuiProviderWarning: (providerMessage: string) => void;
207
+ export {};
208
+
209
+ }
210
+ declare module '@elastic/eui/src/services/theme/hooks' {
211
+ import React from 'react';
212
+ import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
213
+ /**
214
+ * Hook for function components
215
+ */
216
+ export interface UseEuiTheme<T extends {} = {}> {
217
+ euiTheme: EuiThemeComputed<T>;
218
+ colorMode: EuiThemeColorModeStandard;
219
+ highContrastMode: EuiThemeHighContrastMode;
220
+ modifications: EuiThemeModifications<T>;
221
+ }
222
+ export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
223
+ /**
224
+ * HOC for class components
225
+ */
226
+ export interface WithEuiThemeProps<P extends {} = {}> {
227
+ theme: UseEuiTheme<P>;
228
+ }
229
+ 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">>>;
230
+ /**
231
+ * Render prop alternative for complex class components
232
+ * Most useful for scenarios where a HOC may interfere with typing
233
+ */
234
+ export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
235
+ children: (theme: UseEuiTheme) => React.ReactElement;
236
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
237
+ /**
238
+ * Minor syntactical sugar hook for theme CSS variables.
239
+ * Primarily meant for internal EUI usage.
240
+ */
241
+ export const useEuiThemeCSSVariables: () => {
242
+ setGlobalCSSVariables: Function;
243
+ globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
244
+ setNearestThemeCSSVariables: Function;
245
+ themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
246
+ };
247
+
248
+ }
249
+ declare module '@elastic/eui/src/services/throttle' {
250
+ export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
251
+
252
+ }
253
+ declare module '@elastic/eui/src/services/breakpoint/_sorting' {
254
+ import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
255
+ export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
256
+ export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
257
+
258
+ }
259
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
260
+ import React, { FunctionComponent, PropsWithChildren } from 'react';
261
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint'; type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
262
+ export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
263
+ /**
264
+ * Returns the current breakpoint based on window width.
265
+ * Typically only called by the top-level `EuiProvider` (to reduce the number
266
+ * of window resize listeners on the page). Also conditionally called if a
267
+ * nested `EuiThemeProvider` defines a `modify.breakpoint` override
268
+ */
269
+ export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
270
+ export {};
271
+
272
+ }
273
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
274
+ /**
275
+ * Hook util / syntactical sugar for useContext()
276
+ *
277
+ * This hook is in its own separate file to make mocking it
278
+ * as a testenv easy for Jest unit tests
279
+ */
280
+ export const useCurrentEuiBreakpoint: () => string | undefined;
177
281
 
178
282
  }
179
283
  declare module '@elastic/eui/src/services/emotion/clone_element' {
@@ -271,10 +375,6 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
271
375
  */
272
376
  export const useDeepEqual: <T = any[] | Record<string, any> | undefined>(object: T) => T;
273
377
 
274
- }
275
- declare module '@elastic/eui/src/services/throttle' {
276
- export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
277
-
278
378
  }
279
379
  declare module '@elastic/eui/src/services/hooks/useMouseMove' {
280
380
  import { MouseEvent, TouchEvent } from 'react';
@@ -297,14 +397,6 @@ declare module '@elastic/eui/src/services/hooks' {
297
397
  export * from '@elastic/eui/src/services/hooks/useMouseMove';
298
398
  export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
299
399
 
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
-
308
400
  }
309
401
  declare module '@elastic/eui/src/services/theme/style_memoization' {
310
402
  import React, { FunctionComponent, PropsWithChildren } from 'react';
@@ -341,7 +433,9 @@ declare module '@elastic/eui/src/services/theme/high_contrast_overrides' {
341
433
  colorMode: EuiThemeColorModeStandard;
342
434
  system: EuiThemeSystem;
343
435
  modifications: EuiThemeModifications;
344
- }) => import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShape> | {
436
+ }) => import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
437
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined;
438
+ }> | {
345
439
  colors: {
346
440
  LIGHT: {
347
441
  borderBasePrimary: string;
@@ -396,6 +490,7 @@ declare module '@elastic/eui/src/services/theme/high_contrast_overrides' {
396
490
  levels?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeLevels> | undefined;
397
491
  components?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeComponents> | undefined;
398
492
  flags?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeFlags> | undefined;
493
+ overrides?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined>;
399
494
  };
400
495
 
401
496
  }
@@ -496,11 +591,6 @@ declare module '@elastic/eui/src/services/color/color_palette' {
496
591
  */
497
592
  categorical?: boolean): string[];
498
593
 
499
- }
500
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
501
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
502
- export const colorVis: _EuiThemeVisColors;
503
-
504
594
  }
505
595
  declare module '@elastic/eui/src/services/color/vis_color_store' {
506
596
  import { _EuiVisColorStore } from '@elastic/eui-theme-common';
@@ -1021,7 +1111,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
1021
1111
  */
1022
1112
  export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
1023
1113
  export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
1024
- export const useEuiPaddingCSS: (side?: "left" | "right" | "bottom" | "top" | "horizontal" | "vertical" | undefined) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
1114
+ export const useEuiPaddingCSS: (side?: "left" | "right" | "bottom" | "top" | "horizontal" | "vertical" | undefined) => Record<"s" | "xs" | "m" | "l" | "xl" | "none", SerializedStyles>;
1025
1115
 
1026
1116
  }
1027
1117
  declare module '@elastic/eui/src/global_styling/mixins/_states' {
@@ -1071,12 +1161,6 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
1071
1161
  */
1072
1162
  export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
1073
1163
 
1074
- }
1075
- declare module '@elastic/eui/src/services/breakpoint/_sorting' {
1076
- import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
1077
- export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1078
- export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1079
-
1080
1164
  }
1081
1165
  declare module '@elastic/eui/src/global_styling/variables/animations' {
1082
1166
  export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
@@ -2341,6 +2425,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2341
2425
  code: string;
2342
2426
  codeApp: string;
2343
2427
  color: string;
2428
+ comment: string;
2344
2429
  compute: string;
2345
2430
  console: string;
2346
2431
  consoleApp: string;
@@ -2351,6 +2436,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2351
2436
  continuityWithin: string;
2352
2437
  contrast: string;
2353
2438
  contrastHigh: string;
2439
+ controls: string;
2354
2440
  controlsHorizontal: string;
2355
2441
  controlsVertical: string;
2356
2442
  copy: string;
@@ -2425,6 +2511,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2425
2511
  exit: string;
2426
2512
  expand: string;
2427
2513
  expandMini: string;
2514
+ export: string;
2428
2515
  exportAction: string;
2429
2516
  eye: string;
2430
2517
  eyeClosed: string;
@@ -2438,6 +2525,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2438
2525
  filterIgnore: string;
2439
2526
  filterInclude: string;
2440
2527
  filterInCircle: string;
2528
+ flask: string;
2441
2529
  flag: string;
2442
2530
  fleetApp: string;
2443
2531
  fold: string;
@@ -2635,6 +2723,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2635
2723
  push: string;
2636
2724
  questionInCircle: string;
2637
2725
  quote: string;
2726
+ readOnly: string;
2638
2727
  recentlyViewedApp: string;
2639
2728
  refresh: string;
2640
2729
  regressionJob: string;
@@ -2863,7 +2952,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2863
2952
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2864
2953
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2865
2954
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2866
- export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "temperature" | "scale" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2955
+ 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" | "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" | "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" | "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")[];
2867
2956
  export type EuiIconType = keyof typeof typeToPathMap;
2868
2957
  export type IconType = EuiIconType | string | ComponentType;
2869
2958
  export type IconColor = string | NamedColor;
@@ -2906,7 +2995,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2906
2995
  isLoading: boolean;
2907
2996
  neededLoading: boolean;
2908
2997
  }
2909
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "code" | "menu" | "section" | "filter" | "image" | "stop" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "temperature" | "scale" | "wordWrap" | "grid" | "invert" | "empty" | "alert" | "document" | "list" | "email" | "move" | "grab" | "help" | "spaces" | "dot" | "push" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector" | undefined) => void;
2998
+ 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" | "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" | "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" | "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;
2910
2999
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
2911
3000
  [iconType: string]: React.ComponentType<{}>;
2912
3001
  }) => void;
@@ -4552,7 +4641,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4552
4641
  export const EuiFlexGroup: (<TComponent extends React.ElementType = "div", TComponentRef = React.ReactElement<any, TComponent>>(props: {
4553
4642
  children?: React.ReactNode;
4554
4643
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4555
- alignItems?: "center" | "stretch" | "baseline" | "flexStart" | "flexEnd" | undefined;
4644
+ alignItems?: "center" | "baseline" | "stretch" | "flexStart" | "flexEnd" | undefined;
4556
4645
  /**
4557
4646
  * Customize the component type that is rendered.
4558
4647
  *
@@ -4567,7 +4656,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
4567
4656
  */
4568
4657
  component?: TComponent | undefined;
4569
4658
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
4570
- gutterSize?: "s" | "none" | "xs" | "m" | "l" | "xl" | undefined;
4659
+ gutterSize?: "s" | "xs" | "m" | "l" | "xl" | "none" | undefined;
4571
4660
  justifyContent?: "center" | "flexStart" | "flexEnd" | "spaceBetween" | "spaceAround" | "spaceEvenly" | undefined;
4572
4661
  responsive?: boolean | undefined;
4573
4662
  wrap?: boolean | undefined;
@@ -4702,7 +4791,7 @@ declare module '@elastic/eui/src/components/flex/flex_item' {
4702
4791
  export const EuiFlexItem: (<TComponent extends React.ElementType, TComponentRef = React.ReactElement<any, TComponent>>(props: {
4703
4792
  children?: React.ReactNode;
4704
4793
  } & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
4705
- grow?: boolean | 0 | 1 | 6 | 3 | 2 | 4 | 5 | 7 | 8 | 9 | 10 | null | undefined;
4794
+ grow?: boolean | 0 | 2 | 1 | 3 | 8 | 6 | 4 | 5 | 7 | 9 | 10 | null | undefined;
4706
4795
  /**
4707
4796
  * Customize the component type that is rendered.
4708
4797
  *
@@ -5678,7 +5767,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
5678
5767
  import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
5679
5768
  import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
5680
5769
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
5681
- export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
5770
+ export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
5682
5771
  export type PanelPaddingSize = (typeof _SIZES)[number];
5683
5772
  export const BORDER_RADII: readonly ["none", "m"];
5684
5773
  export type PanelBorderRadius = (typeof BORDER_RADII)[number];
@@ -6783,6 +6872,71 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
6783
6872
  import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
6784
6873
  export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
6785
6874
 
6875
+ }
6876
+ declare module '@elastic/eui/src/services/color/manipulation' {
6877
+ import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
6878
+ /**
6879
+ * Makes a color more transparent.
6880
+ * @param color - Color to manipulate
6881
+ * @param alpha - alpha channel value. From 0-1.
6882
+ */
6883
+ export const transparentize: (color: string, alpha: number) => string;
6884
+ /**
6885
+ * Mixes a provided color with white.
6886
+ * @param color - Color to mix with white
6887
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6888
+ */
6889
+ export const tint: (color: string, ratio: number) => string;
6890
+ /**
6891
+ * Mixes a provided color with black.
6892
+ * @param color - Color to mix with black
6893
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
6894
+ */
6895
+ export const shade: (color: string, ratio: number) => string;
6896
+ /**
6897
+ * Returns the tinted color for light mode and shaded color for dark mode
6898
+ * @param color - Color to mix with white
6899
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6900
+ * @param colorMode - Light or dark only
6901
+ */
6902
+ export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6903
+ /**
6904
+ * Returns the shaded color for light mode and tinted color for dark mode
6905
+ * @param color - Color to mix with white
6906
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6907
+ * @param colorMode - Light or dark only
6908
+ */
6909
+ export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6910
+ /**
6911
+ * Increases the saturation of a color by manipulating the hsl saturation.
6912
+ * @param color - Color to manipulate
6913
+ * @param amount - Amount to change in absolute terms. 0-1.
6914
+ */
6915
+ export const saturate: (color: string, amount: number) => string;
6916
+ /**
6917
+ * Decreases the saturation of a color by manipulating the hsl saturation.
6918
+ * @param color - Color to manipulate
6919
+ * @param amount - Amount to change in absolute terms. 0-1.
6920
+ */
6921
+ export const desaturate: (color: string, amount: number) => string;
6922
+ /**
6923
+ * Returns the lightness value of a color. 0-100
6924
+ * @param color
6925
+ */
6926
+ export const lightness: (color: string) => number;
6927
+ /**
6928
+ * Returns the darken value of a color. 0-100
6929
+ * @param color - Color to manipulate
6930
+ * @param amount - Amount to change in absolute terms. 0-1.
6931
+ */
6932
+ export const darken: (color: string, amount: number) => string;
6933
+ /**
6934
+ * Returns the brighten value of a color. 0-100
6935
+ * @param color - Color to manipulate
6936
+ * @param amount - Amount to change in absolute terms. 0-1.
6937
+ */
6938
+ export const brighten: (color: string, amount: number) => string;
6939
+
6786
6940
  }
6787
6941
  declare module '@elastic/eui/src/services/color/contrast' {
6788
6942
  export const wcagContrastMin = 4.5;
@@ -6876,324 +7030,53 @@ declare module '@elastic/eui/src/services/theme' {
6876
7030
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
6877
7031
 
6878
7032
  }
6879
- declare module '@elastic/eui/src/services/color/manipulation' {
6880
- import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
7033
+ declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
7034
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
6881
7035
  /**
6882
- * Makes a color more transparent.
6883
- * @param color - Color to manipulate
6884
- * @param alpha - alpha channel value. From 0-1.
7036
+ * Given an array of breakpoint keys, this hook returns true or false
7037
+ * if the breakpoint size of the current window width falls within
7038
+ * any of the named breakpoints.
7039
+ *
7040
+ * @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
7041
+ * @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
7042
+ * Since hooks can't be called conditionally, it's easier to pass the condition into the hook
7043
+ * @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
6885
7044
  */
6886
- export const transparentize: (color: string, alpha: number) => string;
7045
+ export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
6887
7046
  /**
6888
- * Mixes a provided color with white.
6889
- * @param color - Color to mix with white
6890
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
7047
+ * Given a max breakpoint key, this hook returns true if the breakpoint size
7048
+ * of the current window width falls within the max breakpoint or any below,
7049
+ * and false otherwise
7050
+ *
7051
+ * @param {EuiThemeBreakpoint} max The named max breakpoint to check against
7052
+ * @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
6891
7053
  */
6892
- export const tint: (color: string, ratio: number) => string;
7054
+ export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
6893
7055
  /**
6894
- * Mixes a provided color with black.
6895
- * @param color - Color to mix with black
6896
- * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
7056
+ * Given a min breakpoint key, this hook returns true if the breakpoint size
7057
+ * of the current window width falls within the min breakpoint or any above,
7058
+ * and false otherwise
7059
+ *
7060
+ * @param {EuiThemeBreakpoint} min The named min breakpoint to check against
7061
+ * @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
6897
7062
  */
6898
- export const shade: (color: string, ratio: number) => string;
7063
+ export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
7064
+
7065
+ }
7066
+ declare module '@elastic/eui/src/services/breakpoint' {
7067
+ export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
7068
+ export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
7069
+ export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
7070
+ export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
7071
+
7072
+ }
7073
+ declare module '@elastic/eui/src/services/color_picker/color_picker' {
7074
+ interface colorStopsType {
7075
+ stop: number;
7076
+ color: string;
7077
+ }
6899
7078
  /**
6900
- * Returns the tinted color for light mode and shaded color for dark mode
6901
- * @param color - Color to mix with white
6902
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6903
- * @param colorMode - Light or dark only
6904
- */
6905
- export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6906
- /**
6907
- * Returns the shaded color for light mode and tinted color for dark mode
6908
- * @param color - Color to mix with white
6909
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
6910
- * @param colorMode - Light or dark only
6911
- */
6912
- export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
6913
- /**
6914
- * Increases the saturation of a color by manipulating the hsl saturation.
6915
- * @param color - Color to manipulate
6916
- * @param amount - Amount to change in absolute terms. 0-1.
6917
- */
6918
- export const saturate: (color: string, amount: number) => string;
6919
- /**
6920
- * Decreases the saturation of a color by manipulating the hsl saturation.
6921
- * @param color - Color to manipulate
6922
- * @param amount - Amount to change in absolute terms. 0-1.
6923
- */
6924
- export const desaturate: (color: string, amount: number) => string;
6925
- /**
6926
- * Returns the lightness value of a color. 0-100
6927
- * @param color
6928
- */
6929
- export const lightness: (color: string) => number;
6930
- /**
6931
- * Returns the darken value of a color. 0-100
6932
- * @param color - Color to manipulate
6933
- * @param amount - Amount to change in absolute terms. 0-1.
6934
- */
6935
- export const darken: (color: string, amount: number) => string;
6936
- /**
6937
- * Returns the brighten value of a color. 0-100
6938
- * @param color - Color to manipulate
6939
- * @param amount - Amount to change in absolute terms. 0-1.
6940
- */
6941
- export const brighten: (color: string, amount: number) => string;
6942
-
6943
- }
6944
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
6945
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
6946
- export const brand_colors: _EuiThemeBrandColors;
6947
- export const brand_text_colors: _EuiThemeBrandTextColors;
6948
- export const shade_colors: _EuiThemeShadeColors;
6949
- export const special_colors: _EuiThemeSpecialColors;
6950
- export const text_colors: _EuiThemeTextColors;
6951
- export const background_colors: _EuiThemeBackgroundColors;
6952
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6953
- export const border_colors: _EuiThemeBorderColors;
6954
- export const light_colors: _EuiThemeColorsMode;
6955
- export const dark_shades: _EuiThemeShadeColors;
6956
- export const dark_background_colors: _EuiThemeBackgroundColors;
6957
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
6958
- export const dark_border_colors: _EuiThemeBorderColors;
6959
- export const dark_colors_ams: _EuiThemeColorsMode;
6960
- export const colors: _EuiThemeColors;
6961
-
6962
- }
6963
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
6964
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
6965
- export const animation_speed: _EuiThemeAnimationSpeeds;
6966
- export const animation_ease: _EuiThemeAnimationEasings;
6967
- export const animation: _EuiThemeAnimation;
6968
-
6969
- }
6970
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
6971
- export { breakpoint } from '@elastic/eui-theme-common';
6972
-
6973
- }
6974
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
6975
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
6976
- export const base: _EuiThemeBase;
6977
- export const size: _EuiThemeSizes;
6978
-
6979
- }
6980
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
6981
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
6982
- export const border: _EuiThemeBorder;
6983
-
6984
- }
6985
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
6986
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
6987
- export const levels: _EuiThemeLevels;
6988
-
6989
- }
6990
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
6991
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
6992
- export const fontScale: _EuiThemeFontScales;
6993
- export const fontBase: _EuiThemeFontBase;
6994
- export const fontWeight: _EuiThemeFontWeights;
6995
- export const font: _EuiThemeFont;
6996
-
6997
- }
6998
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
6999
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
7000
- export const focus: _EuiThemeFocus;
7001
-
7002
- }
7003
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
7004
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
7005
- export const buttons: _EuiThemeButton;
7006
-
7007
- }
7008
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
7009
- export const forms: {
7010
- maxWidth: string;
7011
- LIGHT: {
7012
- background: string;
7013
- backgroundDisabled: string;
7014
- backgroundReadOnly: any;
7015
- backgroundFocused: any;
7016
- backgroundAutofilled: string;
7017
- prependBackground: string;
7018
- border: string;
7019
- borderAutofilled: string;
7020
- controlBorder: string;
7021
- controlBorderSelected: string;
7022
- controlBorderDisabled: string;
7023
- controlBackgroundUnselected: any;
7024
- controlBackgroundDisabled: any;
7025
- colorHasPlaceholder: string;
7026
- colorDisabled: any;
7027
- iconDisabled: any;
7028
- };
7029
- DARK: {
7030
- background: string;
7031
- backgroundFocused: string;
7032
- backgroundAutofilled: string;
7033
- prependBackground: string;
7034
- border: string;
7035
- controlBorder: string;
7036
- controlBorderSelected: string;
7037
- controlBorderDisabled: string;
7038
- backgroundDisabled: string;
7039
- backgroundReadOnly: any;
7040
- borderAutofilled: string;
7041
- controlBackgroundUnselected: any;
7042
- controlBackgroundDisabled: any;
7043
- colorHasPlaceholder: string;
7044
- colorDisabled: any;
7045
- iconDisabled: any;
7046
- };
7047
- };
7048
-
7049
- }
7050
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
7051
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
7052
- export const components: _EuiThemeComponents;
7053
-
7054
- }
7055
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
7056
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
7057
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
7058
- export const euiThemeAmsterdam: EuiThemeShape;
7059
- export const EuiThemeAmsterdam: {
7060
- model: EuiThemeShape;
7061
- root: EuiThemeShape;
7062
- key: string;
7063
- };
7064
-
7065
- }
7066
- declare module '@elastic/eui/src/services/theme/context' {
7067
- import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
7068
- export const DEFAULTS: {
7069
- system: {
7070
- model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7071
- root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
7072
- key: string;
7073
- };
7074
- modifications: {};
7075
- colorMode: "LIGHT";
7076
- highContrastMode: false;
7077
- };
7078
- export const EuiSystemContext: import("react").Context<EuiThemeSystem<{}>>;
7079
- export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>>;
7080
- export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
7081
- export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
7082
- export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
7083
- export const EuiThemeContext: import("react").Context<EuiThemeComputed<{}>>;
7084
- export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
7085
-
7086
- }
7087
- declare module '@elastic/eui/src/services/theme/hooks' {
7088
- import React from 'react';
7089
- import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
7090
- /**
7091
- * Hook for function components
7092
- */
7093
- export interface UseEuiTheme<T extends {} = {}> {
7094
- euiTheme: EuiThemeComputed<T>;
7095
- colorMode: EuiThemeColorModeStandard;
7096
- highContrastMode: EuiThemeHighContrastMode;
7097
- modifications: EuiThemeModifications<T>;
7098
- }
7099
- export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
7100
- /**
7101
- * HOC for class components
7102
- */
7103
- export interface WithEuiThemeProps<P extends {} = {}> {
7104
- theme: UseEuiTheme<P>;
7105
- }
7106
- export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
7107
- /**
7108
- * Render prop alternative for complex class components
7109
- * Most useful for scenarios where a HOC may interfere with typing
7110
- */
7111
- export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
7112
- children: (theme: UseEuiTheme) => React.ReactElement;
7113
- }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7114
- /**
7115
- * Minor syntactical sugar hook for theme CSS variables.
7116
- * Primarily meant for internal EUI usage.
7117
- */
7118
- export const useEuiThemeCSSVariables: () => {
7119
- setGlobalCSSVariables: Function;
7120
- globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7121
- setNearestThemeCSSVariables: Function;
7122
- themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
7123
- };
7124
-
7125
- }
7126
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
7127
- import React, { FunctionComponent, PropsWithChildren } from 'react';
7128
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint'; type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
7129
- export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
7130
- /**
7131
- * Returns the current breakpoint based on window width.
7132
- * Typically only called by the top-level `EuiProvider` (to reduce the number
7133
- * of window resize listeners on the page). Also conditionally called if a
7134
- * nested `EuiThemeProvider` defines a `modify.breakpoint` override
7135
- */
7136
- export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
7137
- export {};
7138
-
7139
- }
7140
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
7141
- /**
7142
- * Hook util / syntactical sugar for useContext()
7143
- *
7144
- * This hook is in its own separate file to make mocking it
7145
- * as a testenv easy for Jest unit tests
7146
- */
7147
- export const useCurrentEuiBreakpoint: () => string | undefined;
7148
-
7149
- }
7150
- declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
7151
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
7152
- /**
7153
- * Given an array of breakpoint keys, this hook returns true or false
7154
- * if the breakpoint size of the current window width falls within
7155
- * any of the named breakpoints.
7156
- *
7157
- * @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
7158
- * @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
7159
- * Since hooks can't be called conditionally, it's easier to pass the condition into the hook
7160
- * @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
7161
- */
7162
- export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
7163
- /**
7164
- * Given a max breakpoint key, this hook returns true if the breakpoint size
7165
- * of the current window width falls within the max breakpoint or any below,
7166
- * and false otherwise
7167
- *
7168
- * @param {EuiThemeBreakpoint} max The named max breakpoint to check against
7169
- * @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
7170
- */
7171
- export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
7172
- /**
7173
- * Given a min breakpoint key, this hook returns true if the breakpoint size
7174
- * of the current window width falls within the min breakpoint or any above,
7175
- * and false otherwise
7176
- *
7177
- * @param {EuiThemeBreakpoint} min The named min breakpoint to check against
7178
- * @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
7179
- */
7180
- export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
7181
-
7182
- }
7183
- declare module '@elastic/eui/src/services/breakpoint' {
7184
- export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
7185
- export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
7186
- export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
7187
- export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
7188
-
7189
- }
7190
- declare module '@elastic/eui/src/services/color_picker/color_picker' {
7191
- interface colorStopsType {
7192
- stop: number;
7193
- color: string;
7194
- }
7195
- /**
7196
- * @deprecated
7079
+ * @deprecated
7197
7080
  */
7198
7081
  export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
7199
7082
  export type EuiSetColorMethod = (text: string, { hex, isValid }: {
@@ -9191,7 +9074,7 @@ declare module '@elastic/eui/src/components/form/checkbox/checkbox' {
9191
9074
  disabled?: boolean;
9192
9075
  indeterminate?: boolean;
9193
9076
  /**
9194
- * Object of props passed to the <label/>
9077
+ * Object of props passed to the `label` element
9195
9078
  */
9196
9079
  labelProps?: CommonProps & LabelHTMLAttributes<HTMLLabelElement>;
9197
9080
  }
@@ -10094,7 +9977,7 @@ declare module '@elastic/eui/src/components/form/radio/radio' {
10094
9977
  disabled?: boolean;
10095
9978
  onChange: ChangeEventHandler<HTMLInputElement>;
10096
9979
  /**
10097
- * Object of props passed to the <label/>
9980
+ * Object of props passed to the `label` element
10098
9981
  */
10099
9982
  labelProps?: CommonProps & LabelHTMLAttributes<HTMLLabelElement>;
10100
9983
  }
@@ -12468,71 +12351,198 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav' {
12468
12351
  export const EuiCollapsibleNav: FunctionComponent<EuiCollapsibleNavProps>;
12469
12352
 
12470
12353
  }
12471
- declare module '@elastic/eui/src/components/collapsible_nav' {
12472
- export type { EuiCollapsibleNavGroupProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12473
- export { EuiCollapsibleNavGroup } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12474
- export type { EuiCollapsibleNavProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12475
- export { EuiCollapsibleNav } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12354
+ declare module '@elastic/eui/src/components/collapsible_nav' {
12355
+ export type { EuiCollapsibleNavGroupProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12356
+ export { EuiCollapsibleNavGroup } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav_group';
12357
+ export type { EuiCollapsibleNavProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12358
+ export { EuiCollapsibleNav } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
12359
+
12360
+ }
12361
+ declare module '@elastic/eui/src/components/header/header.styles' {
12362
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12363
+ export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
12364
+ height: string;
12365
+ childHeight: string;
12366
+ padding: string;
12367
+ };
12368
+ export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
12369
+ euiHeader: import("@emotion/react").SerializedStyles;
12370
+ static: import("@emotion/react").SerializedStyles;
12371
+ fixed: import("@emotion/react").SerializedStyles;
12372
+ default: import("@emotion/react").SerializedStyles;
12373
+ dark: import("@emotion/react").SerializedStyles;
12374
+ };
12375
+
12376
+ }
12377
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/context' {
12378
+ import { MouseEventHandler } from 'react';
12379
+ import { _EuiFlyoutSide } from '@elastic/eui/src/components/flyout/flyout'; type _EuiCollapsibleNavContext = {
12380
+ isCollapsed: boolean;
12381
+ isPush: boolean;
12382
+ isOverlayOpen: boolean;
12383
+ side: _EuiFlyoutSide;
12384
+ closePortals?: MouseEventHandler;
12385
+ };
12386
+ export const EuiCollapsibleNavContext: import("react").Context<_EuiCollapsibleNavContext>;
12387
+ export {};
12388
+
12389
+ }
12390
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles' {
12391
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12392
+ export const euiCollapsibleNavButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
12393
+ euiCollapsibleNavButtonWrapper: import("@emotion/react").SerializedStyles;
12394
+ euiCollapsibleNavButton: import("@emotion/react").SerializedStyles;
12395
+ left: import("@emotion/react").SerializedStyles;
12396
+ right: import("@emotion/react").SerializedStyles;
12397
+ };
12398
+
12399
+ }
12400
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button' {
12401
+ import React from 'react';
12402
+ import { CommonProps } from '@elastic/eui/src/components/common';
12403
+ import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
12404
+ export type EuiCollapsibleNavButtonProps = CommonProps & Partial<EuiButtonIconPropsForButton>;
12405
+ export const EuiCollapsibleNavButton: React.ForwardRefExoticComponent<CommonProps & Partial<EuiButtonIconPropsForButton> & React.RefAttributes<HTMLDivElement>>;
12406
+
12407
+ }
12408
+ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12409
+ export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12410
+
12411
+ }
12412
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis' {
12413
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12414
+ export const colorVis: _EuiThemeVisColors;
12415
+
12416
+ }
12417
+ declare module '@elastic/eui/src/themes/themes' {
12418
+ import { EuiThemeSystem } from '@elastic/eui/src/services';
12419
+ export interface EUI_THEME {
12420
+ text: string;
12421
+ value: string;
12422
+ provider?: EuiThemeSystem;
12423
+ }
12424
+
12425
+ }
12426
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12427
+ import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12428
+ export const brand_colors: _EuiThemeBrandColors;
12429
+ export const brand_text_colors: _EuiThemeBrandTextColors;
12430
+ export const shade_colors: _EuiThemeShadeColors;
12431
+ export const special_colors: _EuiThemeSpecialColors;
12432
+ export const text_colors: _EuiThemeTextColors;
12433
+ export const background_colors: _EuiThemeBackgroundColors;
12434
+ export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12435
+ export const border_colors: _EuiThemeBorderColors;
12436
+ export const light_colors: _EuiThemeColorsMode;
12437
+ export const dark_shades: _EuiThemeShadeColors;
12438
+ export const dark_background_colors: _EuiThemeBackgroundColors;
12439
+ export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12440
+ export const dark_border_colors: _EuiThemeBorderColors;
12441
+ export const dark_colors_ams: _EuiThemeColorsMode;
12442
+ export const colors: _EuiThemeColors;
12443
+
12444
+ }
12445
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
12446
+ import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
12447
+ export const animation_speed: _EuiThemeAnimationSpeeds;
12448
+ export const animation_ease: _EuiThemeAnimationEasings;
12449
+ export const animation: _EuiThemeAnimation;
12450
+
12451
+ }
12452
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
12453
+ export { breakpoint } from '@elastic/eui-theme-common';
12454
+
12455
+ }
12456
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
12457
+ import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
12458
+ export const base: _EuiThemeBase;
12459
+ export const size: _EuiThemeSizes;
12460
+
12461
+ }
12462
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
12463
+ import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
12464
+ export const border: _EuiThemeBorder;
12465
+
12466
+ }
12467
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
12468
+ import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
12469
+ export const levels: _EuiThemeLevels;
12470
+
12471
+ }
12472
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
12473
+ import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
12474
+ export const fontScale: _EuiThemeFontScales;
12475
+ export const fontBase: _EuiThemeFontBase;
12476
+ export const fontWeight: _EuiThemeFontWeights;
12477
+ export const font: _EuiThemeFont;
12476
12478
 
12477
12479
  }
12478
- declare module '@elastic/eui/src/components/header/header.styles' {
12479
- import { UseEuiTheme } from '@elastic/eui/src/services';
12480
- export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
12481
- height: string;
12482
- childHeight: string;
12483
- padding: string;
12484
- };
12485
- export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
12486
- euiHeader: import("@emotion/react").SerializedStyles;
12487
- static: import("@emotion/react").SerializedStyles;
12488
- fixed: import("@emotion/react").SerializedStyles;
12489
- default: import("@emotion/react").SerializedStyles;
12490
- dark: import("@emotion/react").SerializedStyles;
12491
- };
12480
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
12481
+ import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
12482
+ export const focus: _EuiThemeFocus;
12492
12483
 
12493
12484
  }
12494
- declare module '@elastic/eui/src/components/collapsible_nav_beta/context' {
12495
- import { MouseEventHandler } from 'react';
12496
- import { _EuiFlyoutSide } from '@elastic/eui/src/components/flyout/flyout'; type _EuiCollapsibleNavContext = {
12497
- isCollapsed: boolean;
12498
- isPush: boolean;
12499
- isOverlayOpen: boolean;
12500
- side: _EuiFlyoutSide;
12501
- closePortals?: MouseEventHandler;
12502
- };
12503
- export const EuiCollapsibleNavContext: import("react").Context<_EuiCollapsibleNavContext>;
12504
- export {};
12485
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
12486
+ import { _EuiThemeButton } from '@elastic/eui-theme-common';
12487
+ export const buttons: _EuiThemeButton;
12505
12488
 
12506
12489
  }
12507
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles' {
12508
- import { UseEuiTheme } from '@elastic/eui/src/services';
12509
- export const euiCollapsibleNavButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
12510
- euiCollapsibleNavButtonWrapper: import("@emotion/react").SerializedStyles;
12511
- euiCollapsibleNavButton: import("@emotion/react").SerializedStyles;
12512
- left: import("@emotion/react").SerializedStyles;
12513
- right: import("@emotion/react").SerializedStyles;
12490
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
12491
+ export const forms: {
12492
+ maxWidth: string;
12493
+ LIGHT: {
12494
+ background: string;
12495
+ backgroundDisabled: string;
12496
+ backgroundReadOnly: any;
12497
+ backgroundFocused: any;
12498
+ backgroundAutofilled: string;
12499
+ prependBackground: string;
12500
+ border: string;
12501
+ borderAutofilled: string;
12502
+ controlBorder: string;
12503
+ controlBorderSelected: string;
12504
+ controlBorderDisabled: string;
12505
+ controlBackgroundUnselected: any;
12506
+ controlBackgroundDisabled: any;
12507
+ colorHasPlaceholder: string;
12508
+ colorDisabled: any;
12509
+ iconDisabled: any;
12510
+ };
12511
+ DARK: {
12512
+ background: string;
12513
+ backgroundFocused: string;
12514
+ backgroundAutofilled: string;
12515
+ prependBackground: string;
12516
+ border: string;
12517
+ controlBorder: string;
12518
+ controlBorderSelected: string;
12519
+ controlBorderDisabled: string;
12520
+ backgroundDisabled: string;
12521
+ backgroundReadOnly: any;
12522
+ borderAutofilled: string;
12523
+ controlBackgroundUnselected: any;
12524
+ controlBackgroundDisabled: any;
12525
+ colorHasPlaceholder: string;
12526
+ colorDisabled: any;
12527
+ iconDisabled: any;
12528
+ };
12514
12529
  };
12515
12530
 
12516
12531
  }
12517
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button' {
12518
- import React from 'react';
12519
- import { CommonProps } from '@elastic/eui/src/components/common';
12520
- import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
12521
- export type EuiCollapsibleNavButtonProps = CommonProps & Partial<EuiButtonIconPropsForButton>;
12522
- export const EuiCollapsibleNavButton: React.ForwardRefExoticComponent<CommonProps & Partial<EuiButtonIconPropsForButton> & React.RefAttributes<HTMLDivElement>>;
12523
-
12524
- }
12525
- declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12526
- export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12532
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
12533
+ import { _EuiThemeComponents } from '@elastic/eui-theme-common';
12534
+ export const components: _EuiThemeComponents;
12527
12535
 
12528
12536
  }
12529
- declare module '@elastic/eui/src/themes/themes' {
12530
- import { EuiThemeSystem } from '@elastic/eui/src/services';
12531
- export interface EUI_THEME {
12532
- text: string;
12533
- value: string;
12534
- provider?: EuiThemeSystem;
12535
- }
12537
+ declare module '@elastic/eui/src/themes/amsterdam/theme' {
12538
+ import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
12539
+ export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
12540
+ export const euiThemeAmsterdam: EuiThemeShape;
12541
+ export const EuiThemeAmsterdam: {
12542
+ model: EuiThemeShape;
12543
+ root: EuiThemeShape;
12544
+ key: string;
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) => "default" | "auto" | "lineCount" | "numerical";
14453
+ getHeightType: (option?: EuiDataGridRowHeightOption | undefined) => "auto" | "default" | "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" | "h" | "m" | "d" | undefined;
18252
+ unit?: "s" | "m" | "h" | "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 EuiThemeAmsterdam;
21543
+ * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
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;
22794
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22795
22803
  width: number | undefined;
22796
22804
  color?: string | undefined;
22797
22805
  content?: string | undefined;
22806
+ hidden?: boolean | undefined;
22807
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
22798
22808
  translate?: "yes" | "no" | undefined;
22799
22809
  property?: string | undefined;
22800
- 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"?: "both" | "none" | "inline" | "list" | undefined;
22851
+ "aria-autocomplete"?: "none" | "both" | "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" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
22866
+ "aria-dropeffect"?: "link" | "none" | "copy" | "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';