@elastic/eui 106.2.0 → 106.3.0-amsterdam.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. package/es/components/accessibility/index.js +2 -1
  2. package/es/components/accessibility/live_announcer/index.js +9 -0
  3. package/es/components/accessibility/live_announcer/live_announcer.js +84 -0
  4. package/es/components/accessibility/screen_reader_live/screen_reader_live.js +7 -0
  5. package/es/components/avatar/avatar.js +1 -1
  6. package/es/components/badge/badge.js +1 -1
  7. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  8. package/es/components/basic_table/basic_table.js +4 -4
  9. package/es/components/basic_table/in_memory_table.js +4 -4
  10. package/es/components/button/button.js +1 -1
  11. package/es/components/button/button_display/_button_display.js +1 -1
  12. package/es/components/button/button_display/_button_display_content.js +1 -1
  13. package/es/components/button/button_empty/button_empty.js +1 -1
  14. package/es/components/button/button_group/button_group.js +1 -1
  15. package/es/components/button/button_group/button_group_button.js +1 -1
  16. package/es/components/button/button_icon/button_icon.js +1 -1
  17. package/es/components/call_out/call_out.js +14 -4
  18. package/es/components/card/card.js +2 -2
  19. package/es/components/card/card_select/card_select.js +1 -1
  20. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  21. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  25. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  26. package/es/components/combo_box/combo_box.a11y.js +97 -81
  27. package/es/components/combo_box/combo_box.js +3 -2
  28. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  29. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +6 -2
  30. package/es/components/comment_list/comment.js +2 -2
  31. package/es/components/comment_list/comment_event.js +1 -1
  32. package/es/components/comment_list/comment_list.js +2 -2
  33. package/es/components/comment_list/comment_timeline.js +1 -1
  34. package/es/components/context_menu/context_menu_item.js +1 -1
  35. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  36. package/es/components/datagrid/body/cell/focus_utils.js +10 -2
  37. package/es/components/datagrid/body/data_grid_body.js +7 -7
  38. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  39. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  40. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  41. package/es/components/datagrid/controls/column_sorting.js +7 -7
  42. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  43. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  44. package/es/components/datagrid/data_grid.styles.js +1 -1
  45. package/es/components/datagrid/utils/in_memory.js +6 -6
  46. package/es/components/date_picker/date_picker.js +2 -2
  47. package/es/components/date_picker/date_picker_range.js +1 -1
  48. package/es/components/empty_prompt/empty_prompt.js +1 -1
  49. package/es/components/facet/facet_button.js +1 -1
  50. package/es/components/filter_group/filter_select_item.js +16 -3
  51. package/es/components/form/field_number/field_number.js +3 -3
  52. package/es/components/form/field_password/field_password.styles.js +1 -0
  53. package/es/components/form/field_text/field_text.js +2 -2
  54. package/es/components/form/form.styles.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.styles.js +1 -1
  57. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  58. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  59. package/es/components/form/range/range.styles.js +2 -2
  60. package/es/components/form/text_area/text_area.js +2 -2
  61. package/es/components/header/header_links/header_link.js +1 -1
  62. package/es/components/header/header_links/header_links.js +1 -1
  63. package/es/components/header/header_logo/header_logo.js +1 -1
  64. package/es/components/header/header_section/header_section_item_button.js +1 -1
  65. package/es/components/icon/assets/thumbDown.js +37 -0
  66. package/es/components/icon/assets/thumbUp.js +37 -0
  67. package/es/components/icon/icon.js +1 -1
  68. package/es/components/icon/icon_map.js +2 -0
  69. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  70. package/es/components/list_group/list_group.js +2 -2
  71. package/es/components/list_group/list_group_item.js +2 -2
  72. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  73. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  74. package/es/components/loading/loading_logo.js +1 -1
  75. package/es/components/markdown_editor/markdown_editor.js +1 -1
  76. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  77. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  78. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  79. package/es/components/page/page_header/page_header_content.js +1 -1
  80. package/es/components/pagination/pagination_button.js +1 -1
  81. package/es/components/provider/provider.js +2 -2
  82. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  83. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  84. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  85. package/es/components/table/table_header_cell.js +1 -1
  86. package/es/components/timeline/timeline_item_icon.js +1 -1
  87. package/es/components/toast/global_toast_list.js +1 -1
  88. package/es/components/toast/toast.js +1 -1
  89. package/es/components/tool_tip/icon_tip.js +1 -1
  90. package/es/global_styling/mixins/_button.js +1 -1
  91. package/es/services/color/vis_color_store.js +1 -1
  92. package/es/services/emotion/prefixer.js +116 -22
  93. package/es/services/theme/context.js +2 -2
  94. package/eui.d.ts +522 -444
  95. package/i18ntokens.json +2012 -1994
  96. package/lib/components/accessibility/index.js +8 -1
  97. package/lib/components/accessibility/live_announcer/index.js +16 -0
  98. package/lib/components/accessibility/live_announcer/live_announcer.js +93 -0
  99. package/lib/components/accessibility/screen_reader_live/screen_reader_live.js +7 -0
  100. package/lib/components/avatar/avatar.js +1 -1
  101. package/lib/components/badge/badge.js +1 -1
  102. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  103. package/lib/components/basic_table/basic_table.js +4 -4
  104. package/lib/components/basic_table/in_memory_table.js +4 -4
  105. package/lib/components/button/button.js +1 -1
  106. package/lib/components/button/button_display/_button_display.js +1 -1
  107. package/lib/components/button/button_display/_button_display_content.js +1 -1
  108. package/lib/components/button/button_empty/button_empty.js +1 -1
  109. package/lib/components/button/button_group/button_group.js +1 -1
  110. package/lib/components/button/button_group/button_group_button.js +1 -1
  111. package/lib/components/button/button_icon/button_icon.js +1 -1
  112. package/lib/components/call_out/call_out.js +14 -4
  113. package/lib/components/card/card.js +2 -2
  114. package/lib/components/card/card_select/card_select.js +1 -1
  115. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  116. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  117. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  118. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  119. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  120. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  121. package/lib/components/combo_box/combo_box.a11y.js +97 -81
  122. package/lib/components/combo_box/combo_box.js +3 -2
  123. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  124. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  125. package/lib/components/comment_list/comment.js +2 -2
  126. package/lib/components/comment_list/comment_event.js +1 -1
  127. package/lib/components/comment_list/comment_list.js +2 -2
  128. package/lib/components/comment_list/comment_timeline.js +1 -1
  129. package/lib/components/context_menu/context_menu_item.js +1 -1
  130. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  131. package/lib/components/datagrid/body/cell/focus_utils.js +10 -2
  132. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  133. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  134. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  135. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  136. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  137. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  138. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  139. package/lib/components/datagrid/data_grid.styles.js +1 -1
  140. package/lib/components/datagrid/utils/in_memory.js +6 -6
  141. package/lib/components/date_picker/date_picker.js +2 -2
  142. package/lib/components/date_picker/date_picker_range.js +1 -1
  143. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  144. package/lib/components/facet/facet_button.js +1 -1
  145. package/lib/components/filter_group/filter_select_item.js +16 -3
  146. package/lib/components/form/field_number/field_number.js +3 -3
  147. package/lib/components/form/field_password/field_password.styles.js +1 -0
  148. package/lib/components/form/field_text/field_text.js +2 -2
  149. package/lib/components/form/form.styles.js +2 -2
  150. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  151. package/lib/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  152. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  153. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  154. package/lib/components/form/range/range.styles.js +2 -2
  155. package/lib/components/form/text_area/text_area.js +2 -2
  156. package/lib/components/header/header_links/header_link.js +1 -1
  157. package/lib/components/header/header_links/header_links.js +1 -1
  158. package/lib/components/header/header_logo/header_logo.js +1 -1
  159. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  160. package/lib/components/icon/assets/thumbDown.js +44 -0
  161. package/lib/components/icon/assets/thumbUp.js +44 -0
  162. package/lib/components/icon/icon.js +1 -1
  163. package/lib/components/icon/icon_map.js +2 -0
  164. package/lib/components/icon/svgs/thumbDown.svg +4 -0
  165. package/lib/components/icon/svgs/thumbUp.svg +4 -0
  166. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  167. package/lib/components/list_group/list_group.js +2 -2
  168. package/lib/components/list_group/list_group_item.js +2 -2
  169. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  170. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  171. package/lib/components/loading/loading_logo.js +1 -1
  172. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  173. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  174. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  175. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  176. package/lib/components/page/page_header/page_header_content.js +1 -1
  177. package/lib/components/pagination/pagination_button.js +1 -1
  178. package/lib/components/provider/provider.js +2 -2
  179. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  180. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  181. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  182. package/lib/components/table/table_header_cell.js +1 -1
  183. package/lib/components/timeline/timeline_item_icon.js +1 -1
  184. package/lib/components/toast/global_toast_list.js +1 -1
  185. package/lib/components/toast/toast.js +1 -1
  186. package/lib/components/tool_tip/icon_tip.js +1 -1
  187. package/lib/global_styling/mixins/_button.js +1 -1
  188. package/lib/services/color/vis_color_store.js +2 -2
  189. package/lib/services/emotion/prefixer.js +116 -22
  190. package/lib/services/theme/context.js +2 -2
  191. package/optimize/es/components/accessibility/index.js +2 -1
  192. package/optimize/es/components/accessibility/live_announcer/index.js +9 -0
  193. package/optimize/es/components/accessibility/live_announcer/live_announcer.js +68 -0
  194. package/optimize/es/components/accessibility/screen_reader_live/screen_reader_live.js +1 -0
  195. package/optimize/es/components/call_out/call_out.js +5 -2
  196. package/optimize/es/components/combo_box/combo_box.a11y.js +97 -81
  197. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +49 -24
  198. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +6 -2
  199. package/optimize/es/components/datagrid/body/cell/focus_utils.js +10 -2
  200. package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
  201. package/optimize/es/components/filter_group/filter_select_item.js +15 -3
  202. package/optimize/es/components/form/field_number/field_number.js +1 -1
  203. package/optimize/es/components/form/field_password/field_password.styles.js +1 -0
  204. package/optimize/es/components/form/form.styles.js +2 -2
  205. package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  206. package/optimize/es/components/form/range/range.styles.js +2 -2
  207. package/optimize/es/components/icon/assets/thumbDown.js +36 -0
  208. package/optimize/es/components/icon/assets/thumbUp.js +36 -0
  209. package/optimize/es/components/icon/icon_map.js +2 -0
  210. package/optimize/es/components/provider/provider.js +2 -2
  211. package/optimize/es/global_styling/mixins/_button.js +1 -1
  212. package/optimize/es/services/color/vis_color_store.js +1 -1
  213. package/optimize/es/services/emotion/prefixer.js +116 -22
  214. package/optimize/es/services/theme/context.js +2 -2
  215. package/optimize/lib/components/accessibility/index.js +8 -1
  216. package/optimize/lib/components/accessibility/live_announcer/index.js +16 -0
  217. package/optimize/lib/components/accessibility/live_announcer/live_announcer.js +77 -0
  218. package/optimize/lib/components/accessibility/screen_reader_live/screen_reader_live.js +1 -0
  219. package/optimize/lib/components/call_out/call_out.js +5 -2
  220. package/optimize/lib/components/combo_box/combo_box.a11y.js +97 -81
  221. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +49 -24
  222. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  223. package/optimize/lib/components/datagrid/body/cell/focus_utils.js +10 -2
  224. package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
  225. package/optimize/lib/components/filter_group/filter_select_item.js +15 -3
  226. package/optimize/lib/components/form/field_number/field_number.js +1 -1
  227. package/optimize/lib/components/form/field_password/field_password.styles.js +1 -0
  228. package/optimize/lib/components/form/form.styles.js +2 -2
  229. package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  230. package/optimize/lib/components/form/range/range.styles.js +2 -2
  231. package/optimize/lib/components/icon/assets/thumbDown.js +44 -0
  232. package/optimize/lib/components/icon/assets/thumbUp.js +44 -0
  233. package/optimize/lib/components/icon/icon_map.js +2 -0
  234. package/optimize/lib/components/icon/svgs/thumbDown.svg +4 -0
  235. package/optimize/lib/components/icon/svgs/thumbUp.svg +4 -0
  236. package/optimize/lib/components/provider/provider.js +2 -2
  237. package/optimize/lib/global_styling/mixins/_button.js +1 -1
  238. package/optimize/lib/services/color/vis_color_store.js +2 -2
  239. package/optimize/lib/services/emotion/prefixer.js +116 -22
  240. package/optimize/lib/services/theme/context.js +2 -2
  241. package/package.json +4 -4
  242. package/src/components/date_picker/react-datepicker/src/stylesheets/datepicker.scss +6 -7
  243. package/src/global_styling/mixins/_typography.scss +0 -1
  244. package/src/themes/amsterdam/global_styling/mixins/_typography.scss +0 -1
  245. package/test-env/components/accessibility/index.js +8 -1
  246. package/test-env/components/accessibility/live_announcer/index.js +16 -0
  247. package/test-env/components/accessibility/live_announcer/live_announcer.js +87 -0
  248. package/test-env/components/accessibility/screen_reader_live/screen_reader_live.js +7 -0
  249. package/test-env/components/avatar/avatar.js +1 -1
  250. package/test-env/components/badge/badge.js +1 -1
  251. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  252. package/test-env/components/basic_table/basic_table.js +4 -4
  253. package/test-env/components/basic_table/in_memory_table.js +4 -4
  254. package/test-env/components/button/button.js +1 -1
  255. package/test-env/components/button/button_display/_button_display.js +1 -1
  256. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  257. package/test-env/components/button/button_empty/button_empty.js +1 -1
  258. package/test-env/components/button/button_group/button_group.js +1 -1
  259. package/test-env/components/button/button_group/button_group_button.js +1 -1
  260. package/test-env/components/button/button_icon/button_icon.js +1 -1
  261. package/test-env/components/call_out/call_out.js +14 -4
  262. package/test-env/components/card/card.js +2 -2
  263. package/test-env/components/card/card_select/card_select.js +1 -1
  264. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  265. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  266. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  267. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  268. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  269. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  270. package/test-env/components/combo_box/combo_box.a11y.js +97 -81
  271. package/test-env/components/combo_box/combo_box.js +3 -2
  272. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  273. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  274. package/test-env/components/comment_list/comment.js +2 -2
  275. package/test-env/components/comment_list/comment_event.js +1 -1
  276. package/test-env/components/comment_list/comment_list.js +2 -2
  277. package/test-env/components/comment_list/comment_timeline.js +1 -1
  278. package/test-env/components/context_menu/context_menu_item.js +1 -1
  279. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  280. package/test-env/components/datagrid/body/cell/focus_utils.js +10 -2
  281. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  282. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  283. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  284. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  285. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  286. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  287. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  288. package/test-env/components/datagrid/data_grid.styles.js +1 -1
  289. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  290. package/test-env/components/date_picker/date_picker.js +2 -2
  291. package/test-env/components/date_picker/date_picker_range.js +1 -1
  292. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  293. package/test-env/components/facet/facet_button.js +1 -1
  294. package/test-env/components/filter_group/filter_select_item.js +16 -3
  295. package/test-env/components/form/field_number/field_number.js +3 -3
  296. package/test-env/components/form/field_password/field_password.styles.js +1 -0
  297. package/test-env/components/form/field_text/field_text.js +2 -2
  298. package/test-env/components/form/form.styles.js +2 -2
  299. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  300. package/test-env/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  301. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  302. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  303. package/test-env/components/form/range/range.styles.js +2 -2
  304. package/test-env/components/form/text_area/text_area.js +2 -2
  305. package/test-env/components/header/header_links/header_link.js +1 -1
  306. package/test-env/components/header/header_links/header_links.js +1 -1
  307. package/test-env/components/header/header_logo/header_logo.js +1 -1
  308. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  309. package/test-env/components/icon/assets/thumbDown.js +44 -0
  310. package/test-env/components/icon/assets/thumbUp.js +44 -0
  311. package/test-env/components/icon/icon_map.js +2 -0
  312. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  313. package/test-env/components/list_group/list_group.js +2 -2
  314. package/test-env/components/list_group/list_group_item.js +2 -2
  315. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  316. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  317. package/test-env/components/loading/loading_logo.js +1 -1
  318. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  319. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  320. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  321. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  322. package/test-env/components/page/page_header/page_header_content.js +1 -1
  323. package/test-env/components/pagination/pagination_button.js +1 -1
  324. package/test-env/components/provider/provider.js +2 -2
  325. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  326. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  327. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  328. package/test-env/components/table/table_header_cell.js +1 -1
  329. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  330. package/test-env/components/toast/global_toast_list.js +1 -1
  331. package/test-env/components/toast/toast.js +1 -1
  332. package/test-env/components/tool_tip/icon_tip.js +1 -1
  333. package/test-env/global_styling/mixins/_button.js +1 -1
  334. package/test-env/services/color/vis_color_store.js +2 -2
  335. package/test-env/services/emotion/prefixer.js +116 -22
  336. package/test-env/services/theme/context.js +2 -2
package/eui.d.ts CHANGED
@@ -171,124 +171,13 @@ declare module '@elastic/eui/src/components/common' {
171
171
  onClick?: MouseEventHandler<HTMLButtonElement>;
172
172
  } & ButtonHTMLAttributes<HTMLButtonElement> & P;
173
173
 
174
- }
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';
177
-
178
174
  }
179
175
  declare module '@elastic/eui/src/services/theme/utils' {
180
176
  export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
181
177
 
182
178
  }
183
- declare module '@elastic/eui/src/services/theme/context' {
184
- import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
185
- export const DEFAULTS: {
186
- system: {
187
- model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
188
- root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
189
- key: string;
190
- };
191
- modifications: {};
192
- colorMode: "LIGHT";
193
- highContrastMode: false;
194
- };
195
- export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
196
- export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
197
- overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
198
- }>>;
199
- export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
200
- export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
201
- export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
202
- export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
203
- export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
204
-
205
- }
206
- declare module '@elastic/eui/src/services/theme/warning' {
207
- type LEVELS = 'log' | 'warn' | 'error';
208
- type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
209
- export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
210
- export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
211
- export const emitEuiProviderWarning: (providerMessage: string) => void;
212
- export {};
213
-
214
- }
215
- declare module '@elastic/eui/src/services/theme/hooks' {
216
- import React from 'react';
217
- import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
218
- /**
219
- * Hook for function components
220
- */
221
- export interface UseEuiTheme<T extends {} = {}> {
222
- euiTheme: EuiThemeComputed<T>;
223
- colorMode: EuiThemeColorModeStandard;
224
- highContrastMode: EuiThemeHighContrastMode;
225
- modifications: EuiThemeModifications<T>;
226
- }
227
- export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
228
- /**
229
- * HOC for class components
230
- */
231
- export interface WithEuiThemeProps<P extends {} = {}> {
232
- theme: UseEuiTheme<P>;
233
- }
234
- 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">>>;
235
- /**
236
- * Render prop alternative for complex class components
237
- * Most useful for scenarios where a HOC may interfere with typing
238
- */
239
- export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
240
- children: (theme: UseEuiTheme) => React.ReactElement;
241
- }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
242
- /**
243
- * Minor syntactical sugar hook for theme CSS variables.
244
- * Primarily meant for internal EUI usage.
245
- */
246
- export const useEuiThemeCSSVariables: () => {
247
- setGlobalCSSVariables: Function;
248
- globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
249
- setNearestThemeCSSVariables: Function;
250
- themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
251
- };
252
- /**
253
- * Checks whether the current active `colorMode` is set to `DARK`;
254
- * In case of nested providers this returns the value of the nearest provider context.
255
- */
256
- export const useIsDarkMode: () => boolean;
257
-
258
- }
259
- declare module '@elastic/eui/src/services/throttle' {
260
- export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
261
-
262
- }
263
- declare module '@elastic/eui/src/services/breakpoint/_sorting' {
264
- import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
265
- export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
266
- export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
267
-
268
- }
269
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
270
- import React, { FunctionComponent, PropsWithChildren } from 'react';
271
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
272
- type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
273
- export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
274
- /**
275
- * Returns the current breakpoint based on window width.
276
- * Typically only called by the top-level `EuiProvider` (to reduce the number
277
- * of window resize listeners on the page). Also conditionally called if a
278
- * nested `EuiThemeProvider` defines a `modify.breakpoint` override
279
- */
280
- export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
281
- export {};
282
-
283
- }
284
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
285
- /**
286
- * Hook util / syntactical sugar for useContext()
287
- *
288
- * This hook is in its own separate file to make mocking it
289
- * as a testenv easy for Jest unit tests
290
- */
291
- export const useCurrentEuiBreakpoint: () => string | undefined;
179
+ declare module '@elastic/eui/src/services/theme/types' {
180
+ 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';
292
181
 
293
182
  }
294
183
  declare module '@elastic/eui/src/services/emotion/clone_element' {
@@ -387,6 +276,10 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
387
276
  */
388
277
  export const useDeepEqual: <T = Record<string, any> | any[] | undefined>(object: T) => T;
389
278
 
279
+ }
280
+ declare module '@elastic/eui/src/services/throttle' {
281
+ export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
282
+
390
283
  }
391
284
  declare module '@elastic/eui/src/services/hooks/useMouseMove' {
392
285
  import { MouseEvent, TouchEvent } from 'react';
@@ -409,6 +302,15 @@ declare module '@elastic/eui/src/services/hooks' {
409
302
  export * from '@elastic/eui/src/services/hooks/useMouseMove';
410
303
  export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
411
304
 
305
+ }
306
+ declare module '@elastic/eui/src/services/theme/warning' {
307
+ type LEVELS = 'log' | 'warn' | 'error';
308
+ type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
309
+ export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
310
+ export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
311
+ export const emitEuiProviderWarning: (providerMessage: string) => void;
312
+ export {};
313
+
412
314
  }
413
315
  declare module '@elastic/eui/src/services/theme/style_memoization' {
414
316
  import React, { FunctionComponent, PropsWithChildren } from 'react';
@@ -605,6 +507,11 @@ declare module '@elastic/eui/src/services/color/color_palette' {
605
507
  */
606
508
  categorical?: boolean): string[];
607
509
 
510
+ }
511
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
512
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
513
+ export const colorVisLight: _EuiThemeVisColors;
514
+
608
515
  }
609
516
  declare module '@elastic/eui/src/services/color/vis_color_store' {
610
517
  import { _EuiVisColorStore } from '@elastic/eui-theme-common';
@@ -1140,7 +1047,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
1140
1047
  minWidth: number;
1141
1048
  height: string;
1142
1049
  radius: import("csstype").Property.BorderRadius<string | number> | undefined;
1143
- fontScale: "s" | "xs";
1050
+ fontScale: "xs";
1144
1051
  };
1145
1052
  s: {
1146
1053
  minWidth: number;
@@ -1271,7 +1178,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
1271
1178
  */
1272
1179
  export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
1273
1180
  export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
1274
- export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "xs" | "m" | "l" | "xl" | "none", SerializedStyles>;
1181
+ export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
1275
1182
 
1276
1183
  }
1277
1184
  declare module '@elastic/eui/src/global_styling/mixins/_states' {
@@ -1321,6 +1228,12 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
1321
1228
  */
1322
1229
  export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
1323
1230
 
1231
+ }
1232
+ declare module '@elastic/eui/src/services/breakpoint/_sorting' {
1233
+ import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
1234
+ export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1235
+ export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1236
+
1324
1237
  }
1325
1238
  declare module '@elastic/eui/src/global_styling/variables/animations' {
1326
1239
  export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
@@ -2869,6 +2782,8 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
2869
2782
  tag: string;
2870
2783
  tear: string;
2871
2784
  temperature: string;
2785
+ thumbDown: string;
2786
+ thumbUp: string;
2872
2787
  timeline: string;
2873
2788
  timelineWithArrow: string;
2874
2789
  timelionApp: string;
@@ -3041,7 +2956,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
3041
2956
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
3042
2957
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
3043
2958
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
3044
- export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "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" | "info" | "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" | "question" | "quote" | "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" | "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")[];
2959
+ export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "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" | "info" | "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" | "question" | "quote" | "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" | "thumbDown" | "thumbUp" | "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" | "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")[];
3045
2960
  export type EuiIconType = keyof typeof typeToPathMap;
3046
2961
  export type IconType = EuiIconType | string | ComponentType;
3047
2962
  export type IconColor = string | NamedColor;
@@ -6341,7 +6256,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
6341
6256
  import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
6342
6257
  import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
6343
6258
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
6344
- export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
6259
+ export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
6345
6260
  export type PanelPaddingSize = (typeof _SIZES)[number];
6346
6261
  export const BORDER_RADII: readonly ["none", "m"];
6347
6262
  export type PanelBorderRadius = (typeof BORDER_RADII)[number];
@@ -8215,71 +8130,6 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
8215
8130
  import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
8216
8131
  export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
8217
8132
 
8218
- }
8219
- declare module '@elastic/eui/src/services/color/manipulation' {
8220
- import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
8221
- /**
8222
- * Makes a color more transparent.
8223
- * @param color - Color to manipulate
8224
- * @param alpha - alpha channel value. From 0-1.
8225
- */
8226
- export const transparentize: (color: string, alpha: number) => string;
8227
- /**
8228
- * Mixes a provided color with white.
8229
- * @param color - Color to mix with white
8230
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8231
- */
8232
- export const tint: (color: string, ratio: number) => string;
8233
- /**
8234
- * Mixes a provided color with black.
8235
- * @param color - Color to mix with black
8236
- * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
8237
- */
8238
- export const shade: (color: string, ratio: number) => string;
8239
- /**
8240
- * Returns the tinted color for light mode and shaded color for dark mode
8241
- * @param color - Color to mix with white
8242
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8243
- * @param colorMode - Light or dark only
8244
- */
8245
- export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8246
- /**
8247
- * Returns the shaded color for light mode and tinted color for dark mode
8248
- * @param color - Color to mix with white
8249
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8250
- * @param colorMode - Light or dark only
8251
- */
8252
- export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8253
- /**
8254
- * Increases the saturation of a color by manipulating the hsl saturation.
8255
- * @param color - Color to manipulate
8256
- * @param amount - Amount to change in absolute terms. 0-1.
8257
- */
8258
- export const saturate: (color: string, amount: number) => string;
8259
- /**
8260
- * Decreases the saturation of a color by manipulating the hsl saturation.
8261
- * @param color - Color to manipulate
8262
- * @param amount - Amount to change in absolute terms. 0-1.
8263
- */
8264
- export const desaturate: (color: string, amount: number) => string;
8265
- /**
8266
- * Returns the lightness value of a color. 0-100
8267
- * @param color
8268
- */
8269
- export const lightness: (color: string) => number;
8270
- /**
8271
- * Returns the darken value of a color. 0-100
8272
- * @param color - Color to manipulate
8273
- * @param amount - Amount to change in absolute terms. 0-1.
8274
- */
8275
- export const darken: (color: string, amount: number) => string;
8276
- /**
8277
- * Returns the brighten value of a color. 0-100
8278
- * @param color - Color to manipulate
8279
- * @param amount - Amount to change in absolute terms. 0-1.
8280
- */
8281
- export const brighten: (color: string, amount: number) => string;
8282
-
8283
8133
  }
8284
8134
  declare module '@elastic/eui/src/services/color/contrast' {
8285
8135
  export const wcagContrastMin = 4.5;
@@ -8383,6 +8233,321 @@ declare module '@elastic/eui/src/services/theme' {
8383
8233
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
8384
8234
  export * from '@elastic/eui/src/services/theme/theme_variant';
8385
8235
 
8236
+ }
8237
+ declare module '@elastic/eui/src/services/color/manipulation' {
8238
+ import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
8239
+ /**
8240
+ * Makes a color more transparent.
8241
+ * @param color - Color to manipulate
8242
+ * @param alpha - alpha channel value. From 0-1.
8243
+ */
8244
+ export const transparentize: (color: string, alpha: number) => string;
8245
+ /**
8246
+ * Mixes a provided color with white.
8247
+ * @param color - Color to mix with white
8248
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8249
+ */
8250
+ export const tint: (color: string, ratio: number) => string;
8251
+ /**
8252
+ * Mixes a provided color with black.
8253
+ * @param color - Color to mix with black
8254
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
8255
+ */
8256
+ export const shade: (color: string, ratio: number) => string;
8257
+ /**
8258
+ * Returns the tinted color for light mode and shaded color for dark mode
8259
+ * @param color - Color to mix with white
8260
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8261
+ * @param colorMode - Light or dark only
8262
+ */
8263
+ export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8264
+ /**
8265
+ * Returns the shaded color for light mode and tinted color for dark mode
8266
+ * @param color - Color to mix with white
8267
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8268
+ * @param colorMode - Light or dark only
8269
+ */
8270
+ export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8271
+ /**
8272
+ * Increases the saturation of a color by manipulating the hsl saturation.
8273
+ * @param color - Color to manipulate
8274
+ * @param amount - Amount to change in absolute terms. 0-1.
8275
+ */
8276
+ export const saturate: (color: string, amount: number) => string;
8277
+ /**
8278
+ * Decreases the saturation of a color by manipulating the hsl saturation.
8279
+ * @param color - Color to manipulate
8280
+ * @param amount - Amount to change in absolute terms. 0-1.
8281
+ */
8282
+ export const desaturate: (color: string, amount: number) => string;
8283
+ /**
8284
+ * Returns the lightness value of a color. 0-100
8285
+ * @param color
8286
+ */
8287
+ export const lightness: (color: string) => number;
8288
+ /**
8289
+ * Returns the darken value of a color. 0-100
8290
+ * @param color - Color to manipulate
8291
+ * @param amount - Amount to change in absolute terms. 0-1.
8292
+ */
8293
+ export const darken: (color: string, amount: number) => string;
8294
+ /**
8295
+ * Returns the brighten value of a color. 0-100
8296
+ * @param color - Color to manipulate
8297
+ * @param amount - Amount to change in absolute terms. 0-1.
8298
+ */
8299
+ export const brighten: (color: string, amount: number) => string;
8300
+
8301
+ }
8302
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
8303
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
8304
+ export const colorVisDark: _EuiThemeVisColors;
8305
+
8306
+ }
8307
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
8308
+ /**
8309
+ * These are not actually used, but we map them to ensure token parity.
8310
+ * They are mapped to other vis colors
8311
+ */
8312
+ export const severityColors: {
8313
+ unknown: string;
8314
+ neutral: string;
8315
+ success: string;
8316
+ warning: string;
8317
+ risk: string;
8318
+ danger: string;
8319
+ };
8320
+
8321
+ }
8322
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
8323
+ import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
8324
+ export const brand_colors: _EuiThemeBrandColors;
8325
+ export const brand_text_colors: _EuiThemeBrandTextColors;
8326
+ export const shade_colors: _EuiThemeShadeColors;
8327
+ export const special_colors: _EuiThemeSpecialColors;
8328
+ export const text_colors: _EuiThemeTextColors;
8329
+ export const background_colors: _EuiThemeBackgroundColors;
8330
+ export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
8331
+ export const border_colors: _EuiThemeBorderColors;
8332
+ export const light_colors: _EuiThemeColorsMode;
8333
+ export const dark_shades: _EuiThemeShadeColors;
8334
+ export const dark_background_colors: _EuiThemeBackgroundColors;
8335
+ export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
8336
+ export const dark_border_colors: _EuiThemeBorderColors;
8337
+ export const dark_colors_ams: _EuiThemeColorsMode;
8338
+ export const colors: _EuiThemeColors;
8339
+
8340
+ }
8341
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
8342
+ import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
8343
+ export const animation_speed: _EuiThemeAnimationSpeeds;
8344
+ export const animation_ease: _EuiThemeAnimationEasings;
8345
+ export const animation: _EuiThemeAnimation;
8346
+
8347
+ }
8348
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
8349
+ export { breakpoint } from '@elastic/eui-theme-common';
8350
+
8351
+ }
8352
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
8353
+ import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
8354
+ export const base: _EuiThemeBase;
8355
+ export const size: _EuiThemeSizes;
8356
+
8357
+ }
8358
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
8359
+ import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
8360
+ export const border: _EuiThemeBorder;
8361
+
8362
+ }
8363
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
8364
+ import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
8365
+ export const levels: _EuiThemeLevels;
8366
+
8367
+ }
8368
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
8369
+ import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
8370
+ export const fontScale: _EuiThemeFontScales;
8371
+ export const fontBase: _EuiThemeFontBase;
8372
+ export const fontWeight: _EuiThemeFontWeights;
8373
+ export const font: _EuiThemeFont;
8374
+
8375
+ }
8376
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
8377
+ import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
8378
+ export const focus: _EuiThemeFocus;
8379
+
8380
+ }
8381
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
8382
+ import { _EuiThemeButton } from '@elastic/eui-theme-common';
8383
+ export const buttons: _EuiThemeButton;
8384
+
8385
+ }
8386
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
8387
+ export const forms: {
8388
+ maxWidth: string;
8389
+ LIGHT: {
8390
+ background: string;
8391
+ backgroundDisabled: string;
8392
+ backgroundReadOnly: any;
8393
+ backgroundFocused: any;
8394
+ backgroundAutofilled: string;
8395
+ backgroundDropping: string;
8396
+ prependBackground: string;
8397
+ border: string;
8398
+ borderDisabled: string;
8399
+ borderFocused: any;
8400
+ borderInvalid: any;
8401
+ borderHovered: string;
8402
+ borderInvalidHovered: any;
8403
+ borderAutofilled: string;
8404
+ borderAutofilledHovered: string;
8405
+ clearButtonBackground: any;
8406
+ controlBorder: string;
8407
+ controlBorderSelected: string;
8408
+ controlBorderDisabled: string;
8409
+ controlBackgroundUnselected: any;
8410
+ controlBackgroundDisabled: any;
8411
+ colorHasPlaceholder: string;
8412
+ colorDisabled: any;
8413
+ iconDisabled: any;
8414
+ };
8415
+ DARK: {
8416
+ background: string;
8417
+ backgroundFocused: string;
8418
+ backgroundAutofilled: string;
8419
+ prependBackground: string;
8420
+ border: string;
8421
+ clearButtonBackground: any;
8422
+ controlBorder: string;
8423
+ controlBorderSelected: string;
8424
+ controlBorderDisabled: string;
8425
+ backgroundDisabled: string;
8426
+ backgroundReadOnly: any;
8427
+ backgroundDropping: string;
8428
+ borderDisabled: string;
8429
+ borderFocused: any;
8430
+ borderInvalid: any;
8431
+ borderHovered: string;
8432
+ borderInvalidHovered: any;
8433
+ borderAutofilled: string;
8434
+ borderAutofilledHovered: string;
8435
+ controlBackgroundUnselected: any;
8436
+ controlBackgroundDisabled: any;
8437
+ colorHasPlaceholder: string;
8438
+ colorDisabled: any;
8439
+ iconDisabled: any;
8440
+ };
8441
+ };
8442
+
8443
+ }
8444
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
8445
+ import { _EuiThemeComponents } from '@elastic/eui-theme-common';
8446
+ export const components: _EuiThemeComponents;
8447
+
8448
+ }
8449
+ declare module '@elastic/eui/src/themes/amsterdam/theme' {
8450
+ import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
8451
+ export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
8452
+ export const euiThemeAmsterdam: EuiThemeShape;
8453
+ export const EuiThemeAmsterdam: {
8454
+ model: EuiThemeShape;
8455
+ root: EuiThemeShape;
8456
+ key: string;
8457
+ };
8458
+
8459
+ }
8460
+ declare module '@elastic/eui/src/services/theme/context' {
8461
+ import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
8462
+ export const DEFAULTS: {
8463
+ system: {
8464
+ model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
8465
+ root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
8466
+ key: string;
8467
+ };
8468
+ modifications: {};
8469
+ colorMode: "LIGHT";
8470
+ highContrastMode: false;
8471
+ };
8472
+ export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
8473
+ export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
8474
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
8475
+ }>>;
8476
+ export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
8477
+ export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
8478
+ export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
8479
+ export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
8480
+ export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
8481
+
8482
+ }
8483
+ declare module '@elastic/eui/src/services/theme/hooks' {
8484
+ import React from 'react';
8485
+ import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
8486
+ /**
8487
+ * Hook for function components
8488
+ */
8489
+ export interface UseEuiTheme<T extends {} = {}> {
8490
+ euiTheme: EuiThemeComputed<T>;
8491
+ colorMode: EuiThemeColorModeStandard;
8492
+ highContrastMode: EuiThemeHighContrastMode;
8493
+ modifications: EuiThemeModifications<T>;
8494
+ }
8495
+ export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
8496
+ /**
8497
+ * HOC for class components
8498
+ */
8499
+ export interface WithEuiThemeProps<P extends {} = {}> {
8500
+ theme: UseEuiTheme<P>;
8501
+ }
8502
+ 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">>>;
8503
+ /**
8504
+ * Render prop alternative for complex class components
8505
+ * Most useful for scenarios where a HOC may interfere with typing
8506
+ */
8507
+ export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
8508
+ children: (theme: UseEuiTheme) => React.ReactElement;
8509
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
8510
+ /**
8511
+ * Minor syntactical sugar hook for theme CSS variables.
8512
+ * Primarily meant for internal EUI usage.
8513
+ */
8514
+ export const useEuiThemeCSSVariables: () => {
8515
+ setGlobalCSSVariables: Function;
8516
+ globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
8517
+ setNearestThemeCSSVariables: Function;
8518
+ themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
8519
+ };
8520
+ /**
8521
+ * Checks whether the current active `colorMode` is set to `DARK`;
8522
+ * In case of nested providers this returns the value of the nearest provider context.
8523
+ */
8524
+ export const useIsDarkMode: () => boolean;
8525
+
8526
+ }
8527
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
8528
+ import React, { FunctionComponent, PropsWithChildren } from 'react';
8529
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
8530
+ type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
8531
+ export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
8532
+ /**
8533
+ * Returns the current breakpoint based on window width.
8534
+ * Typically only called by the top-level `EuiProvider` (to reduce the number
8535
+ * of window resize listeners on the page). Also conditionally called if a
8536
+ * nested `EuiThemeProvider` defines a `modify.breakpoint` override
8537
+ */
8538
+ export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
8539
+ export {};
8540
+
8541
+ }
8542
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
8543
+ /**
8544
+ * Hook util / syntactical sugar for useContext()
8545
+ *
8546
+ * This hook is in its own separate file to make mocking it
8547
+ * as a testenv easy for Jest unit tests
8548
+ */
8549
+ export const useCurrentEuiBreakpoint: () => string | undefined;
8550
+
8386
8551
  }
8387
8552
  declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
8388
8553
  import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
@@ -8856,10 +9021,14 @@ declare module '@elastic/eui/src/components/accessibility/screen_reader_live/scr
8856
9021
  * `role` attribute for both live regions.
8857
9022
  *
8858
9023
  * https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#roles_with_implicit_live_region_attributes
9024
+ *
9025
+ * @default 'status'
8859
9026
  */
8860
9027
  role?: HTMLAttributes<HTMLDivElement>['role'];
8861
9028
  /**
8862
9029
  * `aria-live` attribute for both live regions
9030
+ *
9031
+ * @default 'polite'
8863
9032
  */
8864
9033
  'aria-live'?: AriaAttributes['aria-live'];
8865
9034
  /**
@@ -8867,6 +9036,8 @@ declare module '@elastic/eui/src/components/accessibility/screen_reader_live/scr
8867
9036
  * to automatically read out the text content. This prop should primarily be used for
8868
9037
  * navigation or page changes, where programmatically resetting focus location back to
8869
9038
  * a certain part of the page is desired.
9039
+ *
9040
+ * @default false
8870
9041
  */
8871
9042
  focusRegionOnTextChange?: boolean;
8872
9043
  }
@@ -8936,6 +9107,25 @@ declare module '@elastic/eui/src/components/accessibility/skip_link' {
8936
9107
  export type { EuiSkipLinkProps } from '@elastic/eui/src/components/accessibility/skip_link/skip_link';
8937
9108
  export { EuiSkipLink } from '@elastic/eui/src/components/accessibility/skip_link/skip_link';
8938
9109
 
9110
+ }
9111
+ declare module '@elastic/eui/src/components/accessibility/live_announcer/live_announcer' {
9112
+ import { FunctionComponent } from 'react';
9113
+ import { EuiScreenReaderLiveProps } from '@elastic/eui/src/components/accessibility/screen_reader_live';
9114
+ export type EuiLiveAnnouncerProps = Omit<EuiScreenReaderLiveProps, 'focusRegionOnTextChange'> & {
9115
+ /**
9116
+ * Sets a delay in ms before the live region is cleared.
9117
+ * The message will still be read by screen readers even if it's cleared in between.
9118
+ *
9119
+ * @default 2000
9120
+ */
9121
+ clearAfterMs?: number | false;
9122
+ };
9123
+ export const EuiLiveAnnouncer: FunctionComponent<EuiLiveAnnouncerProps>;
9124
+
9125
+ }
9126
+ declare module '@elastic/eui/src/components/accessibility/live_announcer' {
9127
+ export * from '@elastic/eui/src/components/accessibility/live_announcer/live_announcer';
9128
+
8939
9129
  }
8940
9130
  declare module '@elastic/eui/src/components/accessibility' {
8941
9131
  export { EuiScreenReaderLive } from '@elastic/eui/src/components/accessibility/screen_reader_live';
@@ -8944,6 +9134,7 @@ declare module '@elastic/eui/src/components/accessibility' {
8944
9134
  export type { EuiScreenReaderOnlyProps } from '@elastic/eui/src/components/accessibility/screen_reader_only';
8945
9135
  export { EuiSkipLink } from '@elastic/eui/src/components/accessibility/skip_link';
8946
9136
  export type { EuiSkipLinkProps } from '@elastic/eui/src/components/accessibility/skip_link';
9137
+ export { type EuiLiveAnnouncerProps, EuiLiveAnnouncer } from '@elastic/eui/src/components/accessibility/live_announcer';
8947
9138
 
8948
9139
  }
8949
9140
  declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_button.styles' {
@@ -10143,6 +10334,13 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
10143
10334
  * removing the callout or other actions.
10144
10335
  */
10145
10336
  onDismiss?: () => void;
10337
+ /**
10338
+ * Enables the content to be read by screen readers on mount.
10339
+ * Use this for callouts that are shown based on a user action.
10340
+ *
10341
+ * @default false
10342
+ */
10343
+ announceOnMount?: boolean;
10146
10344
  };
10147
10345
  export const EuiCallOut: React.ForwardRefExoticComponent<CommonProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "color"> & {
10148
10346
  title?: ReactNode;
@@ -10158,6 +10356,13 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
10158
10356
  * removing the callout or other actions.
10159
10357
  */
10160
10358
  onDismiss?: () => void;
10359
+ /**
10360
+ * Enables the content to be read by screen readers on mount.
10361
+ * Use this for callouts that are shown based on a user action.
10362
+ *
10363
+ * @default false
10364
+ */
10365
+ announceOnMount?: boolean;
10161
10366
  } & React.RefAttributes<HTMLDivElement>>;
10162
10367
 
10163
10368
  }
@@ -12903,16 +13108,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
12903
13108
  declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12904
13109
  export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12905
13110
 
12906
- }
12907
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
12908
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12909
- export const colorVisLight: _EuiThemeVisColors;
12910
-
12911
- }
12912
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
12913
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12914
- export const colorVisDark: _EuiThemeVisColors;
12915
-
12916
13111
  }
12917
13112
  declare module '@elastic/eui/src/themes/themes' {
12918
13113
  import { EuiThemeSystem } from '@elastic/eui/src/services';
@@ -12922,159 +13117,6 @@ declare module '@elastic/eui/src/themes/themes' {
12922
13117
  provider?: EuiThemeSystem;
12923
13118
  }
12924
13119
 
12925
- }
12926
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
12927
- /**
12928
- * These are not actually used, but we map them to ensure token parity.
12929
- * They are mapped to other vis colors
12930
- */
12931
- export const severityColors: {
12932
- unknown: string;
12933
- neutral: string;
12934
- success: string;
12935
- warning: string;
12936
- risk: string;
12937
- danger: string;
12938
- };
12939
-
12940
- }
12941
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12942
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12943
- export const brand_colors: _EuiThemeBrandColors;
12944
- export const brand_text_colors: _EuiThemeBrandTextColors;
12945
- export const shade_colors: _EuiThemeShadeColors;
12946
- export const special_colors: _EuiThemeSpecialColors;
12947
- export const text_colors: _EuiThemeTextColors;
12948
- export const background_colors: _EuiThemeBackgroundColors;
12949
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12950
- export const border_colors: _EuiThemeBorderColors;
12951
- export const light_colors: _EuiThemeColorsMode;
12952
- export const dark_shades: _EuiThemeShadeColors;
12953
- export const dark_background_colors: _EuiThemeBackgroundColors;
12954
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12955
- export const dark_border_colors: _EuiThemeBorderColors;
12956
- export const dark_colors_ams: _EuiThemeColorsMode;
12957
- export const colors: _EuiThemeColors;
12958
-
12959
- }
12960
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
12961
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
12962
- export const animation_speed: _EuiThemeAnimationSpeeds;
12963
- export const animation_ease: _EuiThemeAnimationEasings;
12964
- export const animation: _EuiThemeAnimation;
12965
-
12966
- }
12967
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
12968
- export { breakpoint } from '@elastic/eui-theme-common';
12969
-
12970
- }
12971
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
12972
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
12973
- export const base: _EuiThemeBase;
12974
- export const size: _EuiThemeSizes;
12975
-
12976
- }
12977
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
12978
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
12979
- export const border: _EuiThemeBorder;
12980
-
12981
- }
12982
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
12983
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
12984
- export const levels: _EuiThemeLevels;
12985
-
12986
- }
12987
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
12988
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
12989
- export const fontScale: _EuiThemeFontScales;
12990
- export const fontBase: _EuiThemeFontBase;
12991
- export const fontWeight: _EuiThemeFontWeights;
12992
- export const font: _EuiThemeFont;
12993
-
12994
- }
12995
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
12996
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
12997
- export const focus: _EuiThemeFocus;
12998
-
12999
- }
13000
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
13001
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
13002
- export const buttons: _EuiThemeButton;
13003
-
13004
- }
13005
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
13006
- export const forms: {
13007
- maxWidth: string;
13008
- LIGHT: {
13009
- background: string;
13010
- backgroundDisabled: string;
13011
- backgroundReadOnly: any;
13012
- backgroundFocused: any;
13013
- backgroundAutofilled: string;
13014
- backgroundDropping: string;
13015
- prependBackground: string;
13016
- border: string;
13017
- borderDisabled: string;
13018
- borderFocused: any;
13019
- borderInvalid: any;
13020
- borderHovered: string;
13021
- borderInvalidHovered: any;
13022
- borderAutofilled: string;
13023
- borderAutofilledHovered: string;
13024
- clearButtonBackground: any;
13025
- controlBorder: string;
13026
- controlBorderSelected: string;
13027
- controlBorderDisabled: string;
13028
- controlBackgroundUnselected: any;
13029
- controlBackgroundDisabled: any;
13030
- colorHasPlaceholder: string;
13031
- colorDisabled: any;
13032
- iconDisabled: any;
13033
- };
13034
- DARK: {
13035
- background: string;
13036
- backgroundFocused: string;
13037
- backgroundAutofilled: string;
13038
- prependBackground: string;
13039
- border: string;
13040
- clearButtonBackground: any;
13041
- controlBorder: string;
13042
- controlBorderSelected: string;
13043
- controlBorderDisabled: string;
13044
- backgroundDisabled: string;
13045
- backgroundReadOnly: any;
13046
- backgroundDropping: string;
13047
- borderDisabled: string;
13048
- borderFocused: any;
13049
- borderInvalid: any;
13050
- borderHovered: string;
13051
- borderInvalidHovered: any;
13052
- borderAutofilled: string;
13053
- borderAutofilledHovered: string;
13054
- controlBackgroundUnselected: any;
13055
- controlBackgroundDisabled: any;
13056
- colorHasPlaceholder: string;
13057
- colorDisabled: any;
13058
- iconDisabled: any;
13059
- };
13060
- };
13061
-
13062
- }
13063
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
13064
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
13065
- export const components: _EuiThemeComponents;
13066
-
13067
- }
13068
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
13069
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
13070
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
13071
- export const euiThemeAmsterdam: EuiThemeShape;
13072
- export const EuiThemeAmsterdam: {
13073
- model: EuiThemeShape;
13074
- root: EuiThemeShape;
13075
- key: string;
13076
- };
13077
-
13078
13120
  }
13079
13121
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
13080
13122
  export * from '@elastic/eui/src/global_styling/mixins/_shadow';
@@ -14374,6 +14416,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14374
14416
  checked?: FilterChecked;
14375
14417
  showIcons?: boolean;
14376
14418
  isFocused?: boolean;
14419
+ truncateContent?: boolean;
14377
14420
  toolTipContent?: EuiComboBoxOptionOption['toolTipContent'];
14378
14421
  toolTipProps?: EuiComboBoxOptionOption['toolTipProps'];
14379
14422
  forwardRef?: (ref: HTMLButtonElement | null) => void;
@@ -14387,6 +14430,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14387
14430
  export class EuiFilterSelectItemClass extends Component<WithEuiThemeProps & EuiFilterSelectItemProps> {
14388
14431
  static defaultProps: {
14389
14432
  showIcons: boolean;
14433
+ truncateContent: boolean;
14390
14434
  };
14391
14435
  buttonRef: HTMLButtonElement | null;
14392
14436
  tooltipRef: React.RefObject<EuiToolTip>;
@@ -14397,6 +14441,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14397
14441
  focus: () => void;
14398
14442
  toggleToolTip: (isFocused: boolean) => void;
14399
14443
  hasFocus: () => boolean;
14444
+ componentDidUpdate(prevProps: Readonly<WithEuiThemeProps<{}> & EuiFilterSelectItemProps>): void;
14400
14445
  render(): React.JSX.Element;
14401
14446
  }
14402
14447
  /**
@@ -14415,6 +14460,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14415
14460
  export const LIST_MAX_HEIGHT = 200;
14416
14461
  export const euiComboBoxOptionListStyles: (euiThemeContext: UseEuiTheme) => {
14417
14462
  euiComboBoxOptionList: import("@emotion/react").SerializedStyles;
14463
+ hasRowHeightAuto: import("@emotion/react").SerializedStyles;
14418
14464
  euiComboBoxOptionList__virtualization: import("@emotion/react").SerializedStyles;
14419
14465
  euiComboBoxOptionsList__empty: import("@emotion/react").SerializedStyles;
14420
14466
  };
@@ -14459,7 +14505,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14459
14505
  options: Array<EuiComboBoxOptionOption<T>>;
14460
14506
  renderOption?: (option: EuiComboBoxOptionOption<T>, searchValue: string, OPTION_CONTENT_CLASSNAME: string) => ReactNode;
14461
14507
  rootId: ReturnType<typeof htmlIdGenerator>;
14462
- rowHeight: number;
14508
+ rowHeight: number | 'auto';
14463
14509
  scrollToIndex?: number;
14464
14510
  searchValue: string;
14465
14511
  selectedOptions: Array<EuiComboBoxOptionOption<T>>;
@@ -14480,9 +14526,17 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14480
14526
  setListRef: (ref: FixedSizeList | null) => void;
14481
14527
  ListInnerElement: FixedSizeListProps['innerElementType'];
14482
14528
  ListRow: ({ data, index, style }: ListChildComponentProps) => React.JSX.Element;
14529
+ getListInnerElementProps: () => {
14530
+ 'aria-label': string;
14531
+ id: string;
14532
+ role: string;
14533
+ tabIndex: number;
14534
+ };
14483
14535
  optionWidth: number | undefined;
14484
14536
  setOptionWidth: (width: number) => void;
14485
14537
  renderTruncatedOption: (text: string, truncationProps?: EuiComboBoxOptionsListProps<T>["truncationProps"]) => string | React.JSX.Element;
14538
+ renderVariableHeightOption: (text: string) => string | React.JSX.Element;
14539
+ renderHighlightedOptionText: (text: string, searchValue: string) => React.JSX.Element;
14486
14540
  render(): React.JSX.Element;
14487
14541
  }
14488
14542
 
@@ -14565,9 +14619,10 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
14565
14619
  */
14566
14620
  placeholder?: string;
14567
14621
  /**
14568
- * Every option must be the same height and must be explicitly set if using a custom render
14622
+ * The height of each option in pixels. When using a custom render (`renderOption` prop) it's recommended to set it explicitly.
14623
+ * `auto` will disable virtualization, enabling text to wrap onto multiple lines.
14569
14624
  */
14570
- rowHeight?: number;
14625
+ rowHeight?: number | 'auto';
14571
14626
  /**
14572
14627
  * When `true` only allows the user to select a single option. Set to `{ asPlainText: true }` to not render input selection as pills
14573
14628
  */
@@ -15017,7 +15072,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
15017
15072
  /**
15018
15073
  * Height types
15019
15074
  */
15020
- getHeightType: (option?: EuiDataGridRowHeightOption) => "auto" | "default" | "lineCount" | "numerical";
15075
+ getHeightType: (option?: EuiDataGridRowHeightOption) => "default" | "auto" | "lineCount" | "numerical";
15021
15076
  /**
15022
15077
  * Line count utils
15023
15078
  */
@@ -22240,7 +22295,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
22240
22295
  import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
22241
22296
  export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
22242
22297
  /**
22243
- * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
22298
+ * Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
22244
22299
  * Pass `null` to remove all theming including global reset
22245
22300
  */
22246
22301
  theme?: EuiThemeSystem | null;
@@ -23502,13 +23557,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
23502
23557
  slot?: string | undefined;
23503
23558
  style?: CSSProperties | undefined;
23504
23559
  title?: string | undefined;
23560
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23505
23561
  width: number;
23506
23562
  color?: string | undefined;
23507
23563
  content?: string | undefined;
23508
- hidden?: boolean | undefined;
23509
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23510
23564
  translate?: "yes" | "no" | undefined;
23511
23565
  property?: string | undefined;
23566
+ hidden?: boolean | undefined;
23512
23567
  className?: string | undefined;
23513
23568
  defaultChecked?: boolean | undefined;
23514
23569
  defaultValue?: string | number | readonly string[] | undefined;
@@ -30805,6 +30860,28 @@ declare module '@elastic/eui/src/components/icon/assets/temperature' {
30805
30860
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30806
30861
  export {};
30807
30862
 
30863
+ }
30864
+ declare module '@elastic/eui/src/components/icon/assets/thumbDown' {
30865
+ import * as React from 'react';
30866
+ import type { SVGProps } from 'react';
30867
+ interface SVGRProps {
30868
+ title?: string;
30869
+ titleId?: string;
30870
+ }
30871
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30872
+ export {};
30873
+
30874
+ }
30875
+ declare module '@elastic/eui/src/components/icon/assets/thumbUp' {
30876
+ import * as React from 'react';
30877
+ import type { SVGProps } from 'react';
30878
+ interface SVGRProps {
30879
+ title?: string;
30880
+ titleId?: string;
30881
+ }
30882
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30883
+ export {};
30884
+
30808
30885
  }
30809
30886
  declare module '@elastic/eui/src/components/icon/assets/timeRefresh' {
30810
30887
  import * as React from 'react';
@@ -33767,25 +33844,26 @@ declare module '@elastic/eui' {
33767
33844
  "euiInlineEditForm.cancelButtonAriaLabel": any;
33768
33845
  "euiInlineEditForm.inputKeyboardInstructions": any;
33769
33846
  "euiInlineEditForm.activateEditModeDescription": any;
33770
- "euiForm.addressFormErrors": any;
33847
+ "euiFilterButton.filterBadgeActiveAriaLabel": any;
33848
+ "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33771
33849
  "euiFlyout.screenReaderModalDialog": any;
33772
33850
  "euiFlyout.screenReaderNonModalDialog": any;
33773
33851
  "euiFlyout.screenReaderFocusTrapShards": any;
33774
33852
  "euiFlyoutCloseButton.ariaLabel": any;
33775
- "euiFilterButton.filterBadgeActiveAriaLabel": any;
33776
- "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33853
+ "euiForm.addressFormErrors": any;
33777
33854
  "euiErrorBoundary.error": any;
33778
33855
  "euiDataGrid.ariaLabel": any;
33779
33856
  "euiDataGrid.ariaLabelledBy": any;
33780
33857
  "euiDataGrid.screenReaderNotice": any;
33781
33858
  "euiComboBox.listboxAriaLabel": any;
33859
+ "euiCollapsibleNavBeta.ariaLabel": any;
33782
33860
  "euiSaturation.ariaLabel": any;
33783
33861
  "euiSaturation.roleDescription": any;
33784
33862
  "euiSaturation.screenReaderInstructions": any;
33785
- "euiColorPickerSwatch.ariaLabel": any;
33786
33863
  "euiHue.ariaValueText": any;
33787
33864
  "euiHue.ariaRoleDescription": any;
33788
33865
  "euiHue.label": any;
33866
+ "euiColorPickerSwatch.ariaLabel": any;
33789
33867
  "euiColorPicker.popoverLabel": any;
33790
33868
  "euiColorPicker.colorLabel": any;
33791
33869
  "euiColorPicker.selectedColorLabel": any;
@@ -33794,11 +33872,10 @@ declare module '@elastic/eui' {
33794
33872
  "euiColorPicker.alphaLabel": any;
33795
33873
  "euiColorPicker.openLabel": any;
33796
33874
  "euiColorPicker.closeLabel": any;
33797
- "euiCollapsibleNavBeta.ariaLabel": any;
33798
- "euiCodeBlockCopy.copy": any;
33799
33875
  "euiCodeBlockFullScreen.fullscreenCollapse": any;
33800
33876
  "euiCodeBlockFullScreen.fullscreenExpand": any;
33801
33877
  "euiCodeBlockFullScreen.ariaLabel": any;
33878
+ "euiCodeBlockCopy.copy": any;
33802
33879
  "euiCodeBlockAnnotations.ariaLabel": any;
33803
33880
  "euiCodeBlock.label": any;
33804
33881
  "euiCallOut.dismissAriaLabel": any;
@@ -33820,11 +33897,11 @@ declare module '@elastic/eui' {
33820
33897
  "euiBasicTable.deselectRows": any;
33821
33898
  "euiBasicTable.selectThisRow": any;
33822
33899
  "euiBasicTable.tablePagination": any;
33823
- "euiTableSortMobile.sorting": any;
33824
33900
  "euiTablePagination.allRows": any;
33825
33901
  "euiTablePagination.rowsPerPage": any;
33826
33902
  "euiTablePagination.rowsPerPageOptionShowAllRows": any;
33827
33903
  "euiTablePagination.rowsPerPageOption": any;
33904
+ "euiTableSortMobile.sorting": any;
33828
33905
  "euiSelectableTemplateSitewide.searchPlaceholder": any;
33829
33906
  "euiSelectableTemplateSitewide.loadingResults": any;
33830
33907
  "euiSelectableTemplateSitewide.noResults": any;
@@ -33856,6 +33933,72 @@ declare module '@elastic/eui' {
33856
33933
  "euiFieldSearch.clearSearchButtonLabel": any;
33857
33934
  "euiFieldPassword.showPassword": any;
33858
33935
  "euiFieldPassword.maskPassword": any;
33936
+ "euiDataGridPagination.detailedPaginationLabel": any;
33937
+ "euiDataGridPagination.paginationLabel": any;
33938
+ "euiDataGridSchema.booleanSortTextAsc": any;
33939
+ "euiDataGridSchema.booleanSortTextDesc": any;
33940
+ "euiDataGridSchema.currencySortTextAsc": any;
33941
+ "euiDataGridSchema.currencySortTextDesc": any;
33942
+ "euiDataGridSchema.dateSortTextAsc": any;
33943
+ "euiDataGridSchema.dateSortTextDesc": any;
33944
+ "euiDataGridSchema.numberSortTextAsc": any;
33945
+ "euiDataGridSchema.numberSortTextDesc": any;
33946
+ "euiDataGridSchema.jsonSortTextAsc": any;
33947
+ "euiDataGridSchema.jsonSortTextDesc": any;
33948
+ "euiKeyboardShortcuts.title": any;
33949
+ "euiKeyboardShortcuts.upArrowTitle": any;
33950
+ "euiKeyboardShortcuts.upArrowDescription": any;
33951
+ "euiKeyboardShortcuts.downArrowTitle": any;
33952
+ "euiKeyboardShortcuts.downArrowDescription": any;
33953
+ "euiKeyboardShortcuts.rightArrowTitle": any;
33954
+ "euiKeyboardShortcuts.rightArrowDescription": any;
33955
+ "euiKeyboardShortcuts.leftArrowTitle": any;
33956
+ "euiKeyboardShortcuts.leftArrowDescription": any;
33957
+ "euiKeyboardShortcuts.homeTitle": any;
33958
+ "euiKeyboardShortcuts.homeDescription": any;
33959
+ "euiKeyboardShortcuts.endTitle": any;
33960
+ "euiKeyboardShortcuts.endDescription": any;
33961
+ "euiKeyboardShortcuts.ctrl": any;
33962
+ "euiKeyboardShortcuts.ctrlHomeDescription": any;
33963
+ "euiKeyboardShortcuts.ctrlEndDescription": any;
33964
+ "euiKeyboardShortcuts.pageUpTitle": any;
33965
+ "euiKeyboardShortcuts.pageUpDescription": any;
33966
+ "euiKeyboardShortcuts.pageDownTitle": any;
33967
+ "euiKeyboardShortcuts.pageDownDescription": any;
33968
+ "euiKeyboardShortcuts.enterTitle": any;
33969
+ "euiKeyboardShortcuts.enterDescription": any;
33970
+ "euiKeyboardShortcuts.escapeTitle": any;
33971
+ "euiKeyboardShortcuts.escapeDescription": any;
33972
+ "euiFullscreenSelector.fullscreenButton": any;
33973
+ "euiFullscreenSelector.fullscreenButtonActive": any;
33974
+ "euiDataGridToolbarControl.badgeAriaLabel": any;
33975
+ "euiDisplaySelector.densityLabel": any;
33976
+ "euiDisplaySelector.labelCompact": any;
33977
+ "euiDisplaySelector.labelNormal": any;
33978
+ "euiDisplaySelector.labelExpanded": any;
33979
+ "euiDisplaySelector.rowHeightLabel": any;
33980
+ "euiDisplaySelector.labelAuto": any;
33981
+ "euiDisplaySelector.labelStatic": any;
33982
+ "euiDisplaySelector.labelMax": any;
33983
+ "euiDisplaySelector.buttonText": any;
33984
+ "euiDisplaySelector.resetButtonText": any;
33985
+ "euiColumnSorting.button": any;
33986
+ "euiColumnSorting.sortFieldAriaLabel": any;
33987
+ "euiColumnSorting.emptySorting": any;
33988
+ "euiColumnSorting.pickFields": any;
33989
+ "euiColumnSorting.clearAll": any;
33990
+ "euiColumnSortingDraggable.defaultSortAsc": any;
33991
+ "euiColumnSortingDraggable.defaultSortDesc": any;
33992
+ "euiColumnSortingDraggable.dragHandleAriaLabel": any;
33993
+ "euiColumnSortingDraggable.activeSortLabel": any;
33994
+ "euiColumnSortingDraggable.removeSortLabel": any;
33995
+ "euiColumnSortingDraggable.toggleLegend": any;
33996
+ "euiColumnSelector.dragHandleAriaLabel": any;
33997
+ "euiColumnSelector.button": any;
33998
+ "euiColumnSelector.search": any;
33999
+ "euiColumnSelector.searchcolumns": any;
34000
+ "euiColumnSelector.selectAll": any;
34001
+ "euiColumnSelector.hideAll": any;
33859
34002
  "euiTimeOptions.last": any;
33860
34003
  "euiTimeOptions.next": any;
33861
34004
  "euiTimeOptions.seconds": any;
@@ -33941,72 +34084,6 @@ declare module '@elastic/eui' {
33941
34084
  "euiAutoRefresh.autoRefreshLabel": any;
33942
34085
  "euiAutoRefresh.buttonLabelOff": any;
33943
34086
  "euiAutoRefresh.buttonLabelOn": any;
33944
- "euiDataGridPagination.detailedPaginationLabel": any;
33945
- "euiDataGridPagination.paginationLabel": any;
33946
- "euiDataGridSchema.booleanSortTextAsc": any;
33947
- "euiDataGridSchema.booleanSortTextDesc": any;
33948
- "euiDataGridSchema.currencySortTextAsc": any;
33949
- "euiDataGridSchema.currencySortTextDesc": any;
33950
- "euiDataGridSchema.dateSortTextAsc": any;
33951
- "euiDataGridSchema.dateSortTextDesc": any;
33952
- "euiDataGridSchema.numberSortTextAsc": any;
33953
- "euiDataGridSchema.numberSortTextDesc": any;
33954
- "euiDataGridSchema.jsonSortTextAsc": any;
33955
- "euiDataGridSchema.jsonSortTextDesc": any;
33956
- "euiKeyboardShortcuts.title": any;
33957
- "euiKeyboardShortcuts.upArrowTitle": any;
33958
- "euiKeyboardShortcuts.upArrowDescription": any;
33959
- "euiKeyboardShortcuts.downArrowTitle": any;
33960
- "euiKeyboardShortcuts.downArrowDescription": any;
33961
- "euiKeyboardShortcuts.rightArrowTitle": any;
33962
- "euiKeyboardShortcuts.rightArrowDescription": any;
33963
- "euiKeyboardShortcuts.leftArrowTitle": any;
33964
- "euiKeyboardShortcuts.leftArrowDescription": any;
33965
- "euiKeyboardShortcuts.homeTitle": any;
33966
- "euiKeyboardShortcuts.homeDescription": any;
33967
- "euiKeyboardShortcuts.endTitle": any;
33968
- "euiKeyboardShortcuts.endDescription": any;
33969
- "euiKeyboardShortcuts.ctrl": any;
33970
- "euiKeyboardShortcuts.ctrlHomeDescription": any;
33971
- "euiKeyboardShortcuts.ctrlEndDescription": any;
33972
- "euiKeyboardShortcuts.pageUpTitle": any;
33973
- "euiKeyboardShortcuts.pageUpDescription": any;
33974
- "euiKeyboardShortcuts.pageDownTitle": any;
33975
- "euiKeyboardShortcuts.pageDownDescription": any;
33976
- "euiKeyboardShortcuts.enterTitle": any;
33977
- "euiKeyboardShortcuts.enterDescription": any;
33978
- "euiKeyboardShortcuts.escapeTitle": any;
33979
- "euiKeyboardShortcuts.escapeDescription": any;
33980
- "euiFullscreenSelector.fullscreenButton": any;
33981
- "euiFullscreenSelector.fullscreenButtonActive": any;
33982
- "euiDisplaySelector.densityLabel": any;
33983
- "euiDisplaySelector.labelCompact": any;
33984
- "euiDisplaySelector.labelNormal": any;
33985
- "euiDisplaySelector.labelExpanded": any;
33986
- "euiDisplaySelector.rowHeightLabel": any;
33987
- "euiDisplaySelector.labelAuto": any;
33988
- "euiDisplaySelector.labelStatic": any;
33989
- "euiDisplaySelector.labelMax": any;
33990
- "euiDisplaySelector.buttonText": any;
33991
- "euiDisplaySelector.resetButtonText": any;
33992
- "euiDataGridToolbarControl.badgeAriaLabel": any;
33993
- "euiColumnSortingDraggable.defaultSortAsc": any;
33994
- "euiColumnSortingDraggable.defaultSortDesc": any;
33995
- "euiColumnSortingDraggable.dragHandleAriaLabel": any;
33996
- "euiColumnSortingDraggable.activeSortLabel": any;
33997
- "euiColumnSortingDraggable.removeSortLabel": any;
33998
- "euiColumnSortingDraggable.toggleLegend": any;
33999
- "euiColumnSorting.button": any;
34000
- "euiColumnSorting.sortFieldAriaLabel": any;
34001
- "euiColumnSorting.emptySorting": any;
34002
- "euiColumnSorting.pickFields": any;
34003
- "euiColumnSorting.clearAll": any;
34004
- "euiColumnSelector.dragHandleAriaLabel": any;
34005
- "euiColumnSelector.button": any;
34006
- "euiColumnSelector.search": any;
34007
- "euiColumnSelector.searchcolumns": any;
34008
- "euiColumnSelector.selectAll": any;
34009
- "euiColumnSelector.hideAll": any;
34010
34087
  "euiComboBoxOptionsList.loadingOptions": any;
34011
34088
  "euiComboBoxOptionsList.delimiterMessage": any;
34012
34089
  "euiComboBoxOptionsList.alreadyAdded": any;
@@ -34026,7 +34103,27 @@ declare module '@elastic/eui' {
34026
34103
  "euiCardSelect.unavailable": any;
34027
34104
  "euiCardSelect.select": any;
34028
34105
  "euiAccordionChildrenLoading.message": any;
34106
+ "euiDataGridHeaderCell.sortedByAscendingSingle": any;
34107
+ "euiDataGridHeaderCell.sortedByDescendingSingle": any;
34108
+ "euiDataGridHeaderCell.sortedByAscendingFirst": any;
34109
+ "euiDataGridHeaderCell.sortedByDescendingFirst": any;
34110
+ "euiDataGridHeaderCell.sortedByAscendingMultiple": any;
34111
+ "euiDataGridHeaderCell.sortedByDescendingMultiple": any;
34112
+ "euiDataGridHeaderCell.actionsButtonAriaLabel": any;
34113
+ "euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
34114
+ "euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
34115
+ "euiColumnActions.hideColumn": any;
34116
+ "euiColumnActions.moveLeft": any;
34117
+ "euiColumnActions.moveRight": any;
34118
+ "euiColumnActions.unsort": any;
34119
+ "euiColumnActions.sort": any;
34120
+ "euiDataGridCell.focusTrapExitPrompt": any;
34121
+ "euiDataGridCell.focusTrapEnterPrompt": any;
34122
+ "euiDataGridCell.focusTrapEnteredExitPrompt": any;
34123
+ "euiDataGridCell.position": any;
34124
+ "euiDataGridCell.expansionEnterPrompt": any;
34029
34125
  "euiRecentlyUsed.legend": any;
34126
+ "euiDataGridCellActions.expandButtonTitle": any;
34030
34127
  "euiQuickSelectPopover.buttonLabel": any;
34031
34128
  "euiQuickSelect.quickSelectTitle": any;
34032
34129
  "euiQuickSelect.previousLabel": any;
@@ -34054,25 +34151,6 @@ declare module '@elastic/eui' {
34054
34151
  "euiDatePopoverButton.outdatedTitle": any;
34055
34152
  "euiAbsoluteTab.dateFormatButtonLabel": any;
34056
34153
  "euiAbsoluteTab.dateFormatError": any;
34057
- "euiDataGridHeaderCell.sortedByAscendingSingle": any;
34058
- "euiDataGridHeaderCell.sortedByDescendingSingle": any;
34059
- "euiDataGridHeaderCell.sortedByAscendingFirst": any;
34060
- "euiDataGridHeaderCell.sortedByDescendingFirst": any;
34061
- "euiDataGridHeaderCell.sortedByAscendingMultiple": any;
34062
- "euiDataGridHeaderCell.sortedByDescendingMultiple": any;
34063
- "euiDataGridHeaderCell.actionsButtonAriaLabel": any;
34064
- "euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
34065
- "euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
34066
- "euiColumnActions.hideColumn": any;
34067
- "euiColumnActions.moveLeft": any;
34068
- "euiColumnActions.moveRight": any;
34069
- "euiColumnActions.unsort": any;
34070
- "euiColumnActions.sort": any;
34071
- "euiDataGridCell.focusTrapExitPrompt": any;
34072
- "euiDataGridCell.focusTrapEnterPrompt": any;
34073
- "euiDataGridCellActions.expandButtonTitle": any;
34074
- "euiDataGridCell.position": any;
34075
- "euiDataGridCell.expansionEnterPrompt": any;
34076
34154
  "euiCollapsedNavButton.ariaLabelButtonIcon": any;
34077
34155
  }
34078
34156
  }