@elastic/eui 106.1.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 (383) 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 +16 -5
  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/card/checkable_card/checkable_card.js +30 -5
  21. package/es/components/code/code_block.js +5 -2
  22. package/es/components/code/code_block_virtualized.js +5 -3
  23. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  24. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  25. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  26. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  27. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  28. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  29. package/es/components/combo_box/combo_box.a11y.js +97 -81
  30. package/es/components/combo_box/combo_box.js +3 -2
  31. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  32. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +6 -2
  33. package/es/components/comment_list/comment.js +2 -2
  34. package/es/components/comment_list/comment_event.js +1 -1
  35. package/es/components/comment_list/comment_list.js +2 -2
  36. package/es/components/comment_list/comment_timeline.js +1 -1
  37. package/es/components/context_menu/context_menu_item.js +1 -1
  38. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  39. package/es/components/datagrid/body/cell/focus_utils.js +10 -2
  40. package/es/components/datagrid/body/data_grid_body.js +7 -7
  41. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  42. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  43. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  44. package/es/components/datagrid/controls/column_sorting.js +7 -7
  45. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  46. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  47. package/es/components/datagrid/data_grid.styles.js +1 -1
  48. package/es/components/datagrid/utils/in_memory.js +6 -6
  49. package/es/components/date_picker/date_picker.js +2 -2
  50. package/es/components/date_picker/date_picker_range.js +1 -1
  51. package/es/components/empty_prompt/empty_prompt.js +1 -1
  52. package/es/components/facet/facet_button.js +1 -1
  53. package/es/components/filter_group/filter_select_item.js +16 -3
  54. package/es/components/form/field_number/field_number.js +3 -3
  55. package/es/components/form/field_password/field_password.styles.js +1 -0
  56. package/es/components/form/field_text/field_text.js +2 -2
  57. package/es/components/form/form.styles.js +2 -2
  58. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  59. package/es/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  60. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  61. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  62. package/es/components/form/range/range.styles.js +2 -2
  63. package/es/components/form/text_area/text_area.js +2 -2
  64. package/es/components/header/header_links/header_link.js +1 -1
  65. package/es/components/header/header_links/header_links.js +1 -1
  66. package/es/components/header/header_logo/header_logo.js +1 -1
  67. package/es/components/header/header_section/header_section_item_button.js +1 -1
  68. package/es/components/icon/assets/thumbDown.js +37 -0
  69. package/es/components/icon/assets/thumbUp.js +37 -0
  70. package/es/components/icon/icon.js +1 -1
  71. package/es/components/icon/icon_map.js +2 -0
  72. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  73. package/es/components/list_group/list_group.js +2 -2
  74. package/es/components/list_group/list_group_item.js +2 -2
  75. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  76. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  77. package/es/components/loading/loading_logo.js +1 -1
  78. package/es/components/markdown_editor/index.js +1 -0
  79. package/es/components/markdown_editor/markdown_editor.js +16 -5
  80. package/es/components/markdown_editor/markdown_editor_drop_zone.js +6 -4
  81. package/es/components/markdown_editor/markdown_editor_footer.js +13 -121
  82. package/es/components/markdown_editor/markdown_editor_footer.styles.js +0 -2
  83. package/es/components/markdown_editor/markdown_editor_help_button.js +144 -0
  84. package/es/components/markdown_editor/markdown_editor_help_button.styles.js +16 -0
  85. package/es/components/markdown_editor/markdown_editor_toolbar.js +29 -24
  86. package/es/components/page/page_header/page_header_content.js +1 -1
  87. package/es/components/pagination/pagination_button.js +1 -1
  88. package/es/components/popover/popover.js +2 -1
  89. package/es/components/provider/provider.js +2 -2
  90. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  91. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  92. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  93. package/es/components/table/table_header_cell.js +1 -1
  94. package/es/components/timeline/timeline_item_icon.js +1 -1
  95. package/es/components/toast/global_toast_list.js +1 -1
  96. package/es/components/toast/toast.js +1 -1
  97. package/es/components/tool_tip/icon_tip.js +1 -1
  98. package/es/global_styling/mixins/_button.js +1 -1
  99. package/es/services/color/vis_color_store.js +1 -1
  100. package/es/services/emotion/prefixer.js +116 -22
  101. package/es/services/theme/context.js +2 -2
  102. package/eui.d.ts +596 -486
  103. package/i18ntokens.json +2192 -2174
  104. package/lib/components/accessibility/index.js +8 -1
  105. package/lib/components/accessibility/live_announcer/index.js +16 -0
  106. package/lib/components/accessibility/live_announcer/live_announcer.js +93 -0
  107. package/lib/components/accessibility/screen_reader_live/screen_reader_live.js +7 -0
  108. package/lib/components/avatar/avatar.js +1 -1
  109. package/lib/components/badge/badge.js +1 -1
  110. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  111. package/lib/components/basic_table/basic_table.js +4 -4
  112. package/lib/components/basic_table/in_memory_table.js +4 -4
  113. package/lib/components/button/button.js +1 -1
  114. package/lib/components/button/button_display/_button_display.js +1 -1
  115. package/lib/components/button/button_display/_button_display_content.js +1 -1
  116. package/lib/components/button/button_empty/button_empty.js +1 -1
  117. package/lib/components/button/button_group/button_group.js +1 -1
  118. package/lib/components/button/button_group/button_group_button.js +1 -1
  119. package/lib/components/button/button_icon/button_icon.js +1 -1
  120. package/lib/components/call_out/call_out.js +17 -6
  121. package/lib/components/card/card.js +2 -2
  122. package/lib/components/card/card_select/card_select.js +1 -1
  123. package/lib/components/card/checkable_card/checkable_card.js +29 -4
  124. package/lib/components/code/code_block.js +5 -2
  125. package/lib/components/code/code_block_virtualized.js +5 -3
  126. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  127. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  128. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  129. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  130. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  131. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  132. package/lib/components/combo_box/combo_box.a11y.js +97 -81
  133. package/lib/components/combo_box/combo_box.js +3 -2
  134. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  135. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  136. package/lib/components/comment_list/comment.js +2 -2
  137. package/lib/components/comment_list/comment_event.js +1 -1
  138. package/lib/components/comment_list/comment_list.js +2 -2
  139. package/lib/components/comment_list/comment_timeline.js +1 -1
  140. package/lib/components/context_menu/context_menu_item.js +1 -1
  141. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  142. package/lib/components/datagrid/body/cell/focus_utils.js +10 -2
  143. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  144. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  145. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  146. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  147. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  148. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  149. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  150. package/lib/components/datagrid/data_grid.styles.js +1 -1
  151. package/lib/components/datagrid/utils/in_memory.js +6 -6
  152. package/lib/components/date_picker/date_picker.js +2 -2
  153. package/lib/components/date_picker/date_picker_range.js +1 -1
  154. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  155. package/lib/components/facet/facet_button.js +1 -1
  156. package/lib/components/filter_group/filter_select_item.js +16 -3
  157. package/lib/components/form/field_number/field_number.js +3 -3
  158. package/lib/components/form/field_password/field_password.styles.js +1 -0
  159. package/lib/components/form/field_text/field_text.js +2 -2
  160. package/lib/components/form/form.styles.js +2 -2
  161. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  162. package/lib/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  163. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  164. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  165. package/lib/components/form/range/range.styles.js +2 -2
  166. package/lib/components/form/text_area/text_area.js +2 -2
  167. package/lib/components/header/header_links/header_link.js +1 -1
  168. package/lib/components/header/header_links/header_links.js +1 -1
  169. package/lib/components/header/header_logo/header_logo.js +1 -1
  170. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  171. package/lib/components/icon/assets/thumbDown.js +44 -0
  172. package/lib/components/icon/assets/thumbUp.js +44 -0
  173. package/lib/components/icon/icon.js +1 -1
  174. package/lib/components/icon/icon_map.js +2 -0
  175. package/lib/components/icon/svgs/thumbDown.svg +4 -0
  176. package/lib/components/icon/svgs/thumbUp.svg +4 -0
  177. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  178. package/lib/components/list_group/list_group.js +2 -2
  179. package/lib/components/list_group/list_group_item.js +2 -2
  180. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  181. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  182. package/lib/components/loading/loading_logo.js +1 -1
  183. package/lib/components/markdown_editor/index.js +7 -0
  184. package/lib/components/markdown_editor/markdown_editor.js +16 -5
  185. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +6 -4
  186. package/lib/components/markdown_editor/markdown_editor_footer.js +11 -118
  187. package/lib/components/markdown_editor/markdown_editor_footer.styles.js +0 -2
  188. package/lib/components/markdown_editor/markdown_editor_help_button.js +151 -0
  189. package/lib/components/markdown_editor/markdown_editor_help_button.styles.js +22 -0
  190. package/lib/components/markdown_editor/markdown_editor_toolbar.js +29 -24
  191. package/lib/components/page/page_header/page_header_content.js +1 -1
  192. package/lib/components/pagination/pagination_button.js +1 -1
  193. package/lib/components/popover/popover.js +2 -1
  194. package/lib/components/provider/provider.js +2 -2
  195. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  196. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  197. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  198. package/lib/components/table/table_header_cell.js +1 -1
  199. package/lib/components/timeline/timeline_item_icon.js +1 -1
  200. package/lib/components/toast/global_toast_list.js +1 -1
  201. package/lib/components/toast/toast.js +1 -1
  202. package/lib/components/tool_tip/icon_tip.js +1 -1
  203. package/lib/global_styling/mixins/_button.js +1 -1
  204. package/lib/services/color/vis_color_store.js +2 -2
  205. package/lib/services/emotion/prefixer.js +116 -22
  206. package/lib/services/theme/context.js +2 -2
  207. package/optimize/es/components/accessibility/index.js +2 -1
  208. package/optimize/es/components/accessibility/live_announcer/index.js +9 -0
  209. package/optimize/es/components/accessibility/live_announcer/live_announcer.js +68 -0
  210. package/optimize/es/components/accessibility/screen_reader_live/screen_reader_live.js +1 -0
  211. package/optimize/es/components/call_out/call_out.js +6 -2
  212. package/optimize/es/components/card/checkable_card/checkable_card.js +25 -5
  213. package/optimize/es/components/code/code_block.js +5 -2
  214. package/optimize/es/components/code/code_block_virtualized.js +5 -3
  215. package/optimize/es/components/combo_box/combo_box.a11y.js +97 -81
  216. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +49 -24
  217. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +6 -2
  218. package/optimize/es/components/datagrid/body/cell/focus_utils.js +10 -2
  219. package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
  220. package/optimize/es/components/filter_group/filter_select_item.js +15 -3
  221. package/optimize/es/components/form/field_number/field_number.js +1 -1
  222. package/optimize/es/components/form/field_password/field_password.styles.js +1 -0
  223. package/optimize/es/components/form/form.styles.js +2 -2
  224. package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  225. package/optimize/es/components/form/range/range.styles.js +2 -2
  226. package/optimize/es/components/icon/assets/thumbDown.js +36 -0
  227. package/optimize/es/components/icon/assets/thumbUp.js +36 -0
  228. package/optimize/es/components/icon/icon_map.js +2 -0
  229. package/optimize/es/components/markdown_editor/index.js +1 -0
  230. package/optimize/es/components/markdown_editor/markdown_editor.js +7 -3
  231. package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.js +3 -2
  232. package/optimize/es/components/markdown_editor/markdown_editor_footer.js +12 -120
  233. package/optimize/es/components/markdown_editor/markdown_editor_footer.styles.js +0 -2
  234. package/optimize/es/components/markdown_editor/markdown_editor_help_button.js +139 -0
  235. package/optimize/es/components/markdown_editor/markdown_editor_help_button.styles.js +16 -0
  236. package/optimize/es/components/markdown_editor/markdown_editor_toolbar.js +20 -16
  237. package/optimize/es/components/popover/popover.js +2 -1
  238. package/optimize/es/components/provider/provider.js +2 -2
  239. package/optimize/es/global_styling/mixins/_button.js +1 -1
  240. package/optimize/es/services/color/vis_color_store.js +1 -1
  241. package/optimize/es/services/emotion/prefixer.js +116 -22
  242. package/optimize/es/services/theme/context.js +2 -2
  243. package/optimize/lib/components/accessibility/index.js +8 -1
  244. package/optimize/lib/components/accessibility/live_announcer/index.js +16 -0
  245. package/optimize/lib/components/accessibility/live_announcer/live_announcer.js +77 -0
  246. package/optimize/lib/components/accessibility/screen_reader_live/screen_reader_live.js +1 -0
  247. package/optimize/lib/components/call_out/call_out.js +7 -3
  248. package/optimize/lib/components/card/checkable_card/checkable_card.js +24 -4
  249. package/optimize/lib/components/code/code_block.js +5 -2
  250. package/optimize/lib/components/code/code_block_virtualized.js +5 -3
  251. package/optimize/lib/components/combo_box/combo_box.a11y.js +97 -81
  252. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +49 -24
  253. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  254. package/optimize/lib/components/datagrid/body/cell/focus_utils.js +10 -2
  255. package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
  256. package/optimize/lib/components/filter_group/filter_select_item.js +15 -3
  257. package/optimize/lib/components/form/field_number/field_number.js +1 -1
  258. package/optimize/lib/components/form/field_password/field_password.styles.js +1 -0
  259. package/optimize/lib/components/form/form.styles.js +2 -2
  260. package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  261. package/optimize/lib/components/form/range/range.styles.js +2 -2
  262. package/optimize/lib/components/icon/assets/thumbDown.js +44 -0
  263. package/optimize/lib/components/icon/assets/thumbUp.js +44 -0
  264. package/optimize/lib/components/icon/icon_map.js +2 -0
  265. package/optimize/lib/components/icon/svgs/thumbDown.svg +4 -0
  266. package/optimize/lib/components/icon/svgs/thumbUp.svg +4 -0
  267. package/optimize/lib/components/markdown_editor/index.js +7 -0
  268. package/optimize/lib/components/markdown_editor/markdown_editor.js +7 -3
  269. package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.js +3 -2
  270. package/optimize/lib/components/markdown_editor/markdown_editor_footer.js +9 -118
  271. package/optimize/lib/components/markdown_editor/markdown_editor_footer.styles.js +0 -2
  272. package/optimize/lib/components/markdown_editor/markdown_editor_help_button.js +150 -0
  273. package/optimize/lib/components/markdown_editor/markdown_editor_help_button.styles.js +22 -0
  274. package/optimize/lib/components/markdown_editor/markdown_editor_toolbar.js +20 -16
  275. package/optimize/lib/components/popover/popover.js +2 -1
  276. package/optimize/lib/components/provider/provider.js +2 -2
  277. package/optimize/lib/global_styling/mixins/_button.js +1 -1
  278. package/optimize/lib/services/color/vis_color_store.js +2 -2
  279. package/optimize/lib/services/emotion/prefixer.js +116 -22
  280. package/optimize/lib/services/theme/context.js +2 -2
  281. package/package.json +4 -4
  282. package/src/components/date_picker/react-datepicker/src/stylesheets/datepicker.scss +6 -7
  283. package/src/global_styling/mixins/_typography.scss +0 -1
  284. package/src/themes/amsterdam/global_styling/mixins/_typography.scss +0 -1
  285. package/test-env/components/accessibility/index.js +8 -1
  286. package/test-env/components/accessibility/live_announcer/index.js +16 -0
  287. package/test-env/components/accessibility/live_announcer/live_announcer.js +87 -0
  288. package/test-env/components/accessibility/screen_reader_live/screen_reader_live.js +7 -0
  289. package/test-env/components/avatar/avatar.js +1 -1
  290. package/test-env/components/badge/badge.js +1 -1
  291. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  292. package/test-env/components/basic_table/basic_table.js +4 -4
  293. package/test-env/components/basic_table/in_memory_table.js +4 -4
  294. package/test-env/components/button/button.js +1 -1
  295. package/test-env/components/button/button_display/_button_display.js +1 -1
  296. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  297. package/test-env/components/button/button_empty/button_empty.js +1 -1
  298. package/test-env/components/button/button_group/button_group.js +1 -1
  299. package/test-env/components/button/button_group/button_group_button.js +1 -1
  300. package/test-env/components/button/button_icon/button_icon.js +1 -1
  301. package/test-env/components/call_out/call_out.js +17 -6
  302. package/test-env/components/card/card.js +2 -2
  303. package/test-env/components/card/card_select/card_select.js +1 -1
  304. package/test-env/components/card/checkable_card/checkable_card.js +24 -4
  305. package/test-env/components/code/code_block_virtualized.js +5 -3
  306. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  307. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  308. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  309. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  310. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  311. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  312. package/test-env/components/combo_box/combo_box.a11y.js +97 -81
  313. package/test-env/components/combo_box/combo_box.js +3 -2
  314. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +50 -25
  315. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +5 -1
  316. package/test-env/components/comment_list/comment.js +2 -2
  317. package/test-env/components/comment_list/comment_event.js +1 -1
  318. package/test-env/components/comment_list/comment_list.js +2 -2
  319. package/test-env/components/comment_list/comment_timeline.js +1 -1
  320. package/test-env/components/context_menu/context_menu_item.js +1 -1
  321. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  322. package/test-env/components/datagrid/body/cell/focus_utils.js +10 -2
  323. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  324. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  325. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  326. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  327. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  328. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  329. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  330. package/test-env/components/datagrid/data_grid.styles.js +1 -1
  331. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  332. package/test-env/components/date_picker/date_picker.js +2 -2
  333. package/test-env/components/date_picker/date_picker_range.js +1 -1
  334. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  335. package/test-env/components/facet/facet_button.js +1 -1
  336. package/test-env/components/filter_group/filter_select_item.js +16 -3
  337. package/test-env/components/form/field_number/field_number.js +3 -3
  338. package/test-env/components/form/field_password/field_password.styles.js +1 -0
  339. package/test-env/components/form/field_text/field_text.js +2 -2
  340. package/test-env/components/form/form.styles.js +2 -2
  341. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  342. package/test-env/components/form/form_control_layout/form_control_layout.styles.js +1 -1
  343. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  344. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  345. package/test-env/components/form/range/range.styles.js +2 -2
  346. package/test-env/components/form/text_area/text_area.js +2 -2
  347. package/test-env/components/header/header_links/header_link.js +1 -1
  348. package/test-env/components/header/header_links/header_links.js +1 -1
  349. package/test-env/components/header/header_logo/header_logo.js +1 -1
  350. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  351. package/test-env/components/icon/assets/thumbDown.js +44 -0
  352. package/test-env/components/icon/assets/thumbUp.js +44 -0
  353. package/test-env/components/icon/icon_map.js +2 -0
  354. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  355. package/test-env/components/list_group/list_group.js +2 -2
  356. package/test-env/components/list_group/list_group_item.js +2 -2
  357. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  358. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  359. package/test-env/components/loading/loading_logo.js +1 -1
  360. package/test-env/components/markdown_editor/index.js +7 -0
  361. package/test-env/components/markdown_editor/markdown_editor.js +16 -5
  362. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +6 -4
  363. package/test-env/components/markdown_editor/markdown_editor_footer.js +10 -119
  364. package/test-env/components/markdown_editor/markdown_editor_footer.styles.js +0 -2
  365. package/test-env/components/markdown_editor/markdown_editor_help_button.js +150 -0
  366. package/test-env/components/markdown_editor/markdown_editor_help_button.styles.js +22 -0
  367. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +29 -24
  368. package/test-env/components/page/page_header/page_header_content.js +1 -1
  369. package/test-env/components/pagination/pagination_button.js +1 -1
  370. package/test-env/components/popover/popover.js +2 -1
  371. package/test-env/components/provider/provider.js +2 -2
  372. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  373. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  374. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  375. package/test-env/components/table/table_header_cell.js +1 -1
  376. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  377. package/test-env/components/toast/global_toast_list.js +1 -1
  378. package/test-env/components/toast/toast.js +1 -1
  379. package/test-env/components/tool_tip/icon_tip.js +1 -1
  380. package/test-env/global_styling/mixins/_button.js +1 -1
  381. package/test-env/services/color/vis_color_store.js +2 -2
  382. package/test-env/services/emotion/prefixer.js +116 -22
  383. 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' {
@@ -10126,8 +10317,9 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
10126
10317
  export const COLORS: readonly ["primary", "success", "warning", "danger", "accent"];
10127
10318
  export type Color = (typeof COLORS)[number];
10128
10319
  export const HEADINGS: readonly ["h1", "h2", "h3", "h4", "h5", "h6", "p"];
10129
- type Heading = (typeof HEADINGS)[number];
10130
- type Size = 's' | 'm';
10320
+ export type Heading = (typeof HEADINGS)[number];
10321
+ export const SIZES: readonly ["s", "m"];
10322
+ export type Size = (typeof SIZES)[number];
10131
10323
  export type EuiCallOutProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement>, 'title' | 'color'> & {
10132
10324
  title?: ReactNode;
10133
10325
  iconType?: IconType;
@@ -10142,6 +10334,13 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
10142
10334
  * removing the callout or other actions.
10143
10335
  */
10144
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;
10145
10344
  };
10146
10345
  export const EuiCallOut: React.ForwardRefExoticComponent<CommonProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "color"> & {
10147
10346
  title?: ReactNode;
@@ -10157,8 +10356,14 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
10157
10356
  * removing the callout or other actions.
10158
10357
  */
10159
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;
10160
10366
  } & React.RefAttributes<HTMLDivElement>>;
10161
- export {};
10162
10367
 
10163
10368
  }
10164
10369
  declare module '@elastic/eui/src/components/call_out' {
@@ -12622,10 +12827,11 @@ declare module '@elastic/eui/src/components/code/code_block_controls' {
12622
12827
 
12623
12828
  }
12624
12829
  declare module '@elastic/eui/src/components/code/code_block_virtualized' {
12625
- import React, { HTMLAttributes } from 'react';
12830
+ import React, { HTMLAttributes, ReactNode } from 'react';
12626
12831
  import { RefractorNode } from 'refractor';
12627
- export const EuiCodeBlockVirtualized: ({ data, rowHeight, overflowHeight, preProps, codeProps, }: {
12832
+ export const EuiCodeBlockVirtualized: ({ data, label, rowHeight, overflowHeight, preProps, codeProps, }: {
12628
12833
  data: RefractorNode[];
12834
+ label: ReactNode;
12629
12835
  rowHeight: number;
12630
12836
  overflowHeight?: number | string;
12631
12837
  preProps: HTMLAttributes<HTMLPreElement>;
@@ -12902,16 +13108,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
12902
13108
  declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
12903
13109
  export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
12904
13110
 
12905
- }
12906
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
12907
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12908
- export const colorVisLight: _EuiThemeVisColors;
12909
-
12910
- }
12911
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
12912
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12913
- export const colorVisDark: _EuiThemeVisColors;
12914
-
12915
13111
  }
12916
13112
  declare module '@elastic/eui/src/themes/themes' {
12917
13113
  import { EuiThemeSystem } from '@elastic/eui/src/services';
@@ -12921,159 +13117,6 @@ declare module '@elastic/eui/src/themes/themes' {
12921
13117
  provider?: EuiThemeSystem;
12922
13118
  }
12923
13119
 
12924
- }
12925
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
12926
- /**
12927
- * These are not actually used, but we map them to ensure token parity.
12928
- * They are mapped to other vis colors
12929
- */
12930
- export const severityColors: {
12931
- unknown: string;
12932
- neutral: string;
12933
- success: string;
12934
- warning: string;
12935
- risk: string;
12936
- danger: string;
12937
- };
12938
-
12939
- }
12940
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12941
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12942
- export const brand_colors: _EuiThemeBrandColors;
12943
- export const brand_text_colors: _EuiThemeBrandTextColors;
12944
- export const shade_colors: _EuiThemeShadeColors;
12945
- export const special_colors: _EuiThemeSpecialColors;
12946
- export const text_colors: _EuiThemeTextColors;
12947
- export const background_colors: _EuiThemeBackgroundColors;
12948
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12949
- export const border_colors: _EuiThemeBorderColors;
12950
- export const light_colors: _EuiThemeColorsMode;
12951
- export const dark_shades: _EuiThemeShadeColors;
12952
- export const dark_background_colors: _EuiThemeBackgroundColors;
12953
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12954
- export const dark_border_colors: _EuiThemeBorderColors;
12955
- export const dark_colors_ams: _EuiThemeColorsMode;
12956
- export const colors: _EuiThemeColors;
12957
-
12958
- }
12959
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
12960
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
12961
- export const animation_speed: _EuiThemeAnimationSpeeds;
12962
- export const animation_ease: _EuiThemeAnimationEasings;
12963
- export const animation: _EuiThemeAnimation;
12964
-
12965
- }
12966
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
12967
- export { breakpoint } from '@elastic/eui-theme-common';
12968
-
12969
- }
12970
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
12971
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
12972
- export const base: _EuiThemeBase;
12973
- export const size: _EuiThemeSizes;
12974
-
12975
- }
12976
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
12977
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
12978
- export const border: _EuiThemeBorder;
12979
-
12980
- }
12981
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
12982
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
12983
- export const levels: _EuiThemeLevels;
12984
-
12985
- }
12986
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
12987
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
12988
- export const fontScale: _EuiThemeFontScales;
12989
- export const fontBase: _EuiThemeFontBase;
12990
- export const fontWeight: _EuiThemeFontWeights;
12991
- export const font: _EuiThemeFont;
12992
-
12993
- }
12994
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
12995
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
12996
- export const focus: _EuiThemeFocus;
12997
-
12998
- }
12999
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
13000
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
13001
- export const buttons: _EuiThemeButton;
13002
-
13003
- }
13004
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
13005
- export const forms: {
13006
- maxWidth: string;
13007
- LIGHT: {
13008
- background: string;
13009
- backgroundDisabled: string;
13010
- backgroundReadOnly: any;
13011
- backgroundFocused: any;
13012
- backgroundAutofilled: string;
13013
- backgroundDropping: string;
13014
- prependBackground: string;
13015
- border: string;
13016
- borderDisabled: string;
13017
- borderFocused: any;
13018
- borderInvalid: any;
13019
- borderHovered: string;
13020
- borderInvalidHovered: any;
13021
- borderAutofilled: string;
13022
- borderAutofilledHovered: string;
13023
- clearButtonBackground: any;
13024
- controlBorder: string;
13025
- controlBorderSelected: string;
13026
- controlBorderDisabled: string;
13027
- controlBackgroundUnselected: any;
13028
- controlBackgroundDisabled: any;
13029
- colorHasPlaceholder: string;
13030
- colorDisabled: any;
13031
- iconDisabled: any;
13032
- };
13033
- DARK: {
13034
- background: string;
13035
- backgroundFocused: string;
13036
- backgroundAutofilled: string;
13037
- prependBackground: string;
13038
- border: string;
13039
- clearButtonBackground: any;
13040
- controlBorder: string;
13041
- controlBorderSelected: string;
13042
- controlBorderDisabled: string;
13043
- backgroundDisabled: string;
13044
- backgroundReadOnly: any;
13045
- backgroundDropping: string;
13046
- borderDisabled: string;
13047
- borderFocused: any;
13048
- borderInvalid: any;
13049
- borderHovered: string;
13050
- borderInvalidHovered: any;
13051
- borderAutofilled: string;
13052
- borderAutofilledHovered: string;
13053
- controlBackgroundUnselected: any;
13054
- controlBackgroundDisabled: any;
13055
- colorHasPlaceholder: string;
13056
- colorDisabled: any;
13057
- iconDisabled: any;
13058
- };
13059
- };
13060
-
13061
- }
13062
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
13063
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
13064
- export const components: _EuiThemeComponents;
13065
-
13066
- }
13067
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
13068
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
13069
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
13070
- export const euiThemeAmsterdam: EuiThemeShape;
13071
- export const EuiThemeAmsterdam: {
13072
- model: EuiThemeShape;
13073
- root: EuiThemeShape;
13074
- key: string;
13075
- };
13076
-
13077
13120
  }
13078
13121
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
13079
13122
  export * from '@elastic/eui/src/global_styling/mixins/_shadow';
@@ -14373,6 +14416,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14373
14416
  checked?: FilterChecked;
14374
14417
  showIcons?: boolean;
14375
14418
  isFocused?: boolean;
14419
+ truncateContent?: boolean;
14376
14420
  toolTipContent?: EuiComboBoxOptionOption['toolTipContent'];
14377
14421
  toolTipProps?: EuiComboBoxOptionOption['toolTipProps'];
14378
14422
  forwardRef?: (ref: HTMLButtonElement | null) => void;
@@ -14386,6 +14430,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14386
14430
  export class EuiFilterSelectItemClass extends Component<WithEuiThemeProps & EuiFilterSelectItemProps> {
14387
14431
  static defaultProps: {
14388
14432
  showIcons: boolean;
14433
+ truncateContent: boolean;
14389
14434
  };
14390
14435
  buttonRef: HTMLButtonElement | null;
14391
14436
  tooltipRef: React.RefObject<EuiToolTip>;
@@ -14396,6 +14441,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
14396
14441
  focus: () => void;
14397
14442
  toggleToolTip: (isFocused: boolean) => void;
14398
14443
  hasFocus: () => boolean;
14444
+ componentDidUpdate(prevProps: Readonly<WithEuiThemeProps<{}> & EuiFilterSelectItemProps>): void;
14399
14445
  render(): React.JSX.Element;
14400
14446
  }
14401
14447
  /**
@@ -14414,6 +14460,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14414
14460
  export const LIST_MAX_HEIGHT = 200;
14415
14461
  export const euiComboBoxOptionListStyles: (euiThemeContext: UseEuiTheme) => {
14416
14462
  euiComboBoxOptionList: import("@emotion/react").SerializedStyles;
14463
+ hasRowHeightAuto: import("@emotion/react").SerializedStyles;
14417
14464
  euiComboBoxOptionList__virtualization: import("@emotion/react").SerializedStyles;
14418
14465
  euiComboBoxOptionsList__empty: import("@emotion/react").SerializedStyles;
14419
14466
  };
@@ -14458,7 +14505,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14458
14505
  options: Array<EuiComboBoxOptionOption<T>>;
14459
14506
  renderOption?: (option: EuiComboBoxOptionOption<T>, searchValue: string, OPTION_CONTENT_CLASSNAME: string) => ReactNode;
14460
14507
  rootId: ReturnType<typeof htmlIdGenerator>;
14461
- rowHeight: number;
14508
+ rowHeight: number | 'auto';
14462
14509
  scrollToIndex?: number;
14463
14510
  searchValue: string;
14464
14511
  selectedOptions: Array<EuiComboBoxOptionOption<T>>;
@@ -14479,9 +14526,17 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14479
14526
  setListRef: (ref: FixedSizeList | null) => void;
14480
14527
  ListInnerElement: FixedSizeListProps['innerElementType'];
14481
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
+ };
14482
14535
  optionWidth: number | undefined;
14483
14536
  setOptionWidth: (width: number) => void;
14484
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;
14485
14540
  render(): React.JSX.Element;
14486
14541
  }
14487
14542
 
@@ -14564,9 +14619,10 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
14564
14619
  */
14565
14620
  placeholder?: string;
14566
14621
  /**
14567
- * 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.
14568
14624
  */
14569
- rowHeight?: number;
14625
+ rowHeight?: number | 'auto';
14570
14626
  /**
14571
14627
  * When `true` only allows the user to select a single option. Set to `{ asPlainText: true }` to not render input selection as pills
14572
14628
  */
@@ -15016,7 +15072,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
15016
15072
  /**
15017
15073
  * Height types
15018
15074
  */
15019
- getHeightType: (option?: EuiDataGridRowHeightOption) => "auto" | "default" | "lineCount" | "numerical";
15075
+ getHeightType: (option?: EuiDataGridRowHeightOption) => "default" | "auto" | "lineCount" | "numerical";
15020
15076
  /**
15021
15077
  * Line count utils
15022
15078
  */
@@ -21101,6 +21157,7 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_tool
21101
21157
  viewMode: MARKDOWN_MODE;
21102
21158
  onClickPreview: MouseEventHandler<HTMLButtonElement>;
21103
21159
  uiPlugins: EuiMarkdownEditorUiPlugin[];
21160
+ right?: React.ReactNode;
21104
21161
  };
21105
21162
  export const EuiMarkdownEditorToolbar: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & CommonProps & {
21106
21163
  selectedNode?: null | any;
@@ -21108,6 +21165,7 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_tool
21108
21165
  viewMode: MARKDOWN_MODE;
21109
21166
  onClickPreview: MouseEventHandler<HTMLButtonElement>;
21110
21167
  uiPlugins: EuiMarkdownEditorUiPlugin[];
21168
+ right?: React.ReactNode;
21111
21169
  } & React.RefAttributes<HTMLDivElement>>;
21112
21170
 
21113
21171
  }
@@ -21392,6 +21450,16 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_format' {
21392
21450
  };
21393
21451
  export const EuiMarkdownFormat: FunctionComponent<EuiMarkdownFormatProps>;
21394
21452
 
21453
+ }
21454
+ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_footer.styles' {
21455
+ import { UseEuiTheme } from '@elastic/eui/src/services';
21456
+ export const euiMarkdownEditorFooterStyles: (euiThemeContext: UseEuiTheme) => {
21457
+ euiMarkdownEditorFooter: import("@emotion/react").SerializedStyles;
21458
+ euiMarkdownEditorFooter__actions: import("@emotion/react").SerializedStyles;
21459
+ euiMarkdownEditorFooter__uploadError: import("@emotion/react").SerializedStyles;
21460
+ euiMarkdownEditorFooter__popover: import("@emotion/react").SerializedStyles;
21461
+ };
21462
+
21395
21463
  }
21396
21464
  declare module '@elastic/eui/src/components/markdown_editor/icons/markdown_logo' {
21397
21465
  import React from 'react';
@@ -21402,16 +21470,24 @@ declare module '@elastic/eui/src/components/markdown_editor/icons/markdown_logo'
21402
21470
  export default MarkdownLogo;
21403
21471
 
21404
21472
  }
21405
- declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_footer.styles' {
21406
- import { UseEuiTheme } from '@elastic/eui/src/services';
21407
- export const euiMarkdownEditorFooterStyles: (euiThemeContext: UseEuiTheme) => {
21408
- euiMarkdownEditorFooter: import("@emotion/react").SerializedStyles;
21409
- euiMarkdownEditorFooter__actions: import("@emotion/react").SerializedStyles;
21410
- euiMarkdownEditorFooter__uploadError: import("@emotion/react").SerializedStyles;
21473
+ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_help_button.styles' {
21474
+ export const euiMarkdownEditorHelpButtonStyles: () => {
21411
21475
  euiMarkdownEditorFooter__helpButton: import("@emotion/react").SerializedStyles;
21412
- euiMarkdownEditorFooter__popover: import("@emotion/react").SerializedStyles;
21413
21476
  };
21414
21477
 
21478
+ }
21479
+ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_help_button' {
21480
+ import React from 'react';
21481
+ import { EuiMarkdownEditorUiPlugin } from '@elastic/eui/src/components/markdown_editor/markdown_types';
21482
+ interface EuiMarkdownEditorHelpButtonProps {
21483
+ uiPlugins: EuiMarkdownEditorUiPlugin[];
21484
+ }
21485
+ export const EuiMarkdownEditorHelpButton: {
21486
+ ({ uiPlugins, }: EuiMarkdownEditorHelpButtonProps): React.JSX.Element;
21487
+ displayName: string;
21488
+ };
21489
+ export {};
21490
+
21415
21491
  }
21416
21492
  declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_footer' {
21417
21493
  import React from 'react';
@@ -21451,6 +21527,7 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_drop
21451
21527
  setHasUnacceptedItems: (hasUnacceptedItems: boolean) => void;
21452
21528
  setEditorFooterHeight: (height: number) => void;
21453
21529
  isEditing: boolean;
21530
+ showFooter?: boolean;
21454
21531
  }
21455
21532
  export const EuiMarkdownEditorDropZone: FunctionComponent<EuiMarkdownEditorDropZoneProps>;
21456
21533
  export {};
@@ -21461,6 +21538,7 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor' {
21461
21538
  import { PluggableList } from 'unified';
21462
21539
  import { VFileMessage } from 'vfile-message';
21463
21540
  import { CommonProps, OneOf } from '@elastic/eui/src/components/common';
21541
+ import { EuiMarkdownEditorToolbarProps } from '@elastic/eui/src/components/markdown_editor/markdown_editor_toolbar';
21464
21542
  import { EuiMarkdownEditorTextAreaProps } from '@elastic/eui/src/components/markdown_editor/markdown_editor_text_area';
21465
21543
  import { EuiMarkdownFormatProps } from '@elastic/eui/src/components/markdown_editor/markdown_format';
21466
21544
  import { MARKDOWN_MODE } from '@elastic/eui/src/components/markdown_editor/markdown_modes';
@@ -21524,9 +21602,17 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor' {
21524
21602
  * Further extend the props applied to EuiMarkdownFormat
21525
21603
  */
21526
21604
  markdownFormatProps?: Omit<EuiMarkdownFormatProps, 'parsingPluginList' | 'processingPluginList' | 'children'>;
21605
+ /**
21606
+ * Props to customize the toolbar. `right` replaces the default preview/editor toggle with custom content.
21607
+ */
21608
+ toolbarProps?: {
21609
+ right?: EuiMarkdownEditorToolbarProps['right'];
21610
+ };
21611
+ /** Controls whether the footer is shown */
21612
+ showFooter?: boolean;
21527
21613
  };
21528
21614
  export type EuiMarkdownEditorProps = OneOf<CommonMarkdownEditorProps, 'aria-label' | 'aria-labelledby'>;
21529
- interface EuiMarkdownEditorRef {
21615
+ export interface EuiMarkdownEditorRef {
21530
21616
  textarea: HTMLTextAreaElement | null;
21531
21617
  replaceNode: ContextShape['replaceNode'];
21532
21618
  }
@@ -21535,8 +21621,9 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor' {
21535
21621
 
21536
21622
  }
21537
21623
  declare module '@elastic/eui/src/components/markdown_editor' {
21538
- export type { EuiMarkdownEditorProps } from '@elastic/eui/src/components/markdown_editor/markdown_editor';
21624
+ export type { EuiMarkdownEditorProps, EuiMarkdownEditorRef, } from '@elastic/eui/src/components/markdown_editor/markdown_editor';
21539
21625
  export { EuiMarkdownEditor } from '@elastic/eui/src/components/markdown_editor/markdown_editor';
21626
+ export { EuiMarkdownEditorHelpButton } from '@elastic/eui/src/components/markdown_editor/markdown_editor_help_button';
21540
21627
  export { getDefaultEuiMarkdownParsingPlugins, getDefaultEuiMarkdownProcessingPlugins, getDefaultEuiMarkdownUiPlugins, getDefaultEuiMarkdownPlugins, } from '@elastic/eui/src/components/markdown_editor/plugins/markdown_default_plugins';
21541
21628
  export { EuiMarkdownContext } from '@elastic/eui/src/components/markdown_editor/markdown_context';
21542
21629
  export type { EuiMarkdownFormatProps } from '@elastic/eui/src/components/markdown_editor/markdown_format';
@@ -22208,7 +22295,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
22208
22295
  import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
22209
22296
  export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
22210
22297
  /**
22211
- * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
22298
+ * Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
22212
22299
  * Pass `null` to remove all theming including global reset
22213
22300
  */
22214
22301
  theme?: EuiThemeSystem | null;
@@ -23470,13 +23557,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
23470
23557
  slot?: string | undefined;
23471
23558
  style?: CSSProperties | undefined;
23472
23559
  title?: string | undefined;
23560
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23473
23561
  width: number;
23474
23562
  color?: string | undefined;
23475
23563
  content?: string | undefined;
23476
- hidden?: boolean | undefined;
23477
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23478
23564
  translate?: "yes" | "no" | undefined;
23479
23565
  property?: string | undefined;
23566
+ hidden?: boolean | undefined;
23480
23567
  className?: string | undefined;
23481
23568
  defaultChecked?: boolean | undefined;
23482
23569
  defaultValue?: string | number | readonly string[] | undefined;
@@ -30773,6 +30860,28 @@ declare module '@elastic/eui/src/components/icon/assets/temperature' {
30773
30860
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
30774
30861
  export {};
30775
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
+
30776
30885
  }
30777
30886
  declare module '@elastic/eui/src/components/icon/assets/timeRefresh' {
30778
30887
  import * as React from 'react';
@@ -33653,12 +33762,13 @@ declare module '@elastic/eui' {
33653
33762
  "euiTourFooter.endTour": any;
33654
33763
  "euiTourFooter.skipTour": any;
33655
33764
  "euiTourFooter.closeTour": any;
33765
+ "euiIconTip.defaultAriaLabel": any;
33656
33766
  "euiToast.newNotification": any;
33657
33767
  "euiToast.notification": any;
33658
33768
  "euiToast.dismissToast": any;
33659
33769
  "euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
33660
33770
  "euiGlobalToastList.clearAllToastsButtonDisplayText": any;
33661
- "euiIconTip.defaultAriaLabel": any;
33771
+ "euiTableHeaderCell.titleTextWithDesc": any;
33662
33772
  "euiStepStrings.step": any;
33663
33773
  "euiStepStrings.simpleStep": any;
33664
33774
  "euiStepStrings.complete": any;
@@ -33675,7 +33785,6 @@ declare module '@elastic/eui' {
33675
33785
  "euiStepStrings.simpleLoading": any;
33676
33786
  "euiStepStrings.current": any;
33677
33787
  "euiStepStrings.simpleCurrent": any;
33678
- "euiTableHeaderCell.titleTextWithDesc": any;
33679
33788
  "euiStat.loadingText": any;
33680
33789
  "euiSkeletonLoading.loadedAriaText": any;
33681
33790
  "euiSkeletonLoading.loadingAriaText": any;
@@ -33709,44 +33818,45 @@ declare module '@elastic/eui' {
33709
33818
  "euiPagination.collection": any;
33710
33819
  "euiPagination.fromEndLabel": any;
33711
33820
  "euiModal.closeModal": any;
33712
- "euiMark.highlightStart": any;
33713
- "euiMark.highlightEnd": any;
33714
- "euiLoadingStrings.ariaLabel": any;
33715
- "euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
33716
- "euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
33717
33821
  "euiMarkdownEditorToolbar.editor": any;
33718
33822
  "euiMarkdownEditorToolbar.previewMarkdown": any;
33823
+ "euiMarkdownEditorHelpButton.mdSyntaxLink": any;
33824
+ "euiMarkdownEditorHelpButton.syntaxTitle": any;
33825
+ "euiMarkdownEditorHelpButton.showMarkdownHelp": any;
33826
+ "euiMarkdownEditorHelpButton.syntaxModalDescriptionPrefix": any;
33827
+ "euiMarkdownEditorHelpButton.syntaxModalDescriptionSuffix": any;
33828
+ "euiMarkdownEditorHelpButton.closeButton": any;
33829
+ "euiMarkdownEditorHelpButton.syntaxPopoverDescription": any;
33719
33830
  "euiMarkdownEditorFooter.uploadingFiles": any;
33720
33831
  "euiMarkdownEditorFooter.openUploadModal": any;
33721
33832
  "euiMarkdownEditorFooter.unsupportedFileType": any;
33722
33833
  "euiMarkdownEditorFooter.supportedFileTypes": any;
33723
33834
  "euiMarkdownEditorFooter.showSyntaxErrors": any;
33724
- "euiMarkdownEditorFooter.showMarkdownHelp": any;
33725
- "euiMarkdownEditorFooter.syntaxTitle": any;
33726
33835
  "euiMarkdownEditorFooter.errorsTitle": any;
33727
- "euiMarkdownEditorFooter.mdSyntaxLink": any;
33728
- "euiMarkdownEditorFooter.syntaxModalDescriptionPrefix": any;
33729
- "euiMarkdownEditorFooter.syntaxModalDescriptionSuffix": any;
33730
- "euiMarkdownEditorFooter.closeButton": any;
33731
- "euiMarkdownEditorFooter.syntaxPopoverDescription": any;
33836
+ "euiMark.highlightStart": any;
33837
+ "euiMark.highlightEnd": any;
33838
+ "euiLoadingStrings.ariaLabel": any;
33839
+ "euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
33840
+ "euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
33841
+ "euiImageButton.openFullScreen": any;
33842
+ "euiImageButton.closeFullScreen": any;
33732
33843
  "euiInlineEditForm.saveButtonAriaLabel": any;
33733
33844
  "euiInlineEditForm.cancelButtonAriaLabel": any;
33734
33845
  "euiInlineEditForm.inputKeyboardInstructions": any;
33735
33846
  "euiInlineEditForm.activateEditModeDescription": any;
33736
- "euiImageButton.openFullScreen": any;
33737
- "euiImageButton.closeFullScreen": any;
33847
+ "euiFilterButton.filterBadgeActiveAriaLabel": any;
33848
+ "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33738
33849
  "euiFlyout.screenReaderModalDialog": any;
33739
33850
  "euiFlyout.screenReaderNonModalDialog": any;
33740
33851
  "euiFlyout.screenReaderFocusTrapShards": any;
33741
33852
  "euiFlyoutCloseButton.ariaLabel": any;
33742
33853
  "euiForm.addressFormErrors": any;
33743
- "euiFilterButton.filterBadgeActiveAriaLabel": any;
33744
- "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33745
33854
  "euiErrorBoundary.error": any;
33746
33855
  "euiDataGrid.ariaLabel": any;
33747
33856
  "euiDataGrid.ariaLabelledBy": any;
33748
33857
  "euiDataGrid.screenReaderNotice": any;
33749
33858
  "euiComboBox.listboxAriaLabel": any;
33859
+ "euiCollapsibleNavBeta.ariaLabel": any;
33750
33860
  "euiSaturation.ariaLabel": any;
33751
33861
  "euiSaturation.roleDescription": any;
33752
33862
  "euiSaturation.screenReaderInstructions": any;
@@ -33762,7 +33872,6 @@ declare module '@elastic/eui' {
33762
33872
  "euiColorPicker.alphaLabel": any;
33763
33873
  "euiColorPicker.openLabel": any;
33764
33874
  "euiColorPicker.closeLabel": any;
33765
- "euiCollapsibleNavBeta.ariaLabel": any;
33766
33875
  "euiCodeBlockFullScreen.fullscreenCollapse": any;
33767
33876
  "euiCodeBlockFullScreen.fullscreenExpand": any;
33768
33877
  "euiCodeBlockFullScreen.ariaLabel": any;
@@ -33815,29 +33924,81 @@ declare module '@elastic/eui' {
33815
33924
  "euiSuperSelect.ariaLabel": any;
33816
33925
  "euiRange.sliderScreenReaderInstructions": any;
33817
33926
  "euiDualRange.sliderScreenReaderInstructions": any;
33927
+ "euiFormControlLayoutDelimited.delimiterLabel": any;
33928
+ "euiFormControlLayoutClearButton.label": any;
33818
33929
  "euiFilePicker.promptText": any;
33819
33930
  "euiFilePicker.filesSelected": any;
33820
33931
  "euiFilePicker.removeSelectedAriaLabel": any;
33821
33932
  "euiFilePicker.removeSelected": any;
33822
- "euiFormControlLayoutDelimited.delimiterLabel": any;
33823
- "euiFormControlLayoutClearButton.label": any;
33824
33933
  "euiFieldSearch.clearSearchButtonLabel": any;
33825
33934
  "euiFieldPassword.showPassword": any;
33826
33935
  "euiFieldPassword.maskPassword": any;
33827
- "euiRefreshInterval.fullDescriptionOff": any;
33828
- "euiRefreshInterval.fullDescriptionOn": any;
33829
- "euiRefreshInterval.toggleLabel": any;
33830
- "euiRefreshInterval.toggleAriaLabel": any;
33831
- "euiRefreshInterval.valueAriaLabel": any;
33832
- "euiRefreshInterval.unitsAriaLabel": any;
33833
- "euiAutoRefresh.autoRefreshLabel": any;
33834
- "euiAutoRefresh.buttonLabelOff": any;
33835
- "euiAutoRefresh.buttonLabelOn": any;
33836
- "euiSuperUpdateButton.updatingButtonLabel": any;
33837
- "euiSuperUpdateButton.updateButtonLabel": any;
33838
- "euiSuperUpdateButton.refreshButtonLabel": any;
33839
- "euiSuperUpdateButton.cannotUpdateTooltip": any;
33840
- "euiSuperUpdateButton.clickToApplyTooltip": 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;
33841
34002
  "euiTimeOptions.last": any;
33842
34003
  "euiTimeOptions.next": any;
33843
34004
  "euiTimeOptions.seconds": any;
@@ -33876,6 +34037,11 @@ declare module '@elastic/eui' {
33876
34037
  "euiTimeOptions.weekToDate": any;
33877
34038
  "euiTimeOptions.monthToDate": any;
33878
34039
  "euiTimeOptions.yearToDate": any;
34040
+ "euiSuperUpdateButton.updatingButtonLabel": any;
34041
+ "euiSuperUpdateButton.updateButtonLabel": any;
34042
+ "euiSuperUpdateButton.refreshButtonLabel": any;
34043
+ "euiSuperUpdateButton.cannotUpdateTooltip": any;
34044
+ "euiSuperUpdateButton.clickToApplyTooltip": any;
33879
34045
  "euiPrettyInterval.seconds": any;
33880
34046
  "euiPrettyInterval.minutes": any;
33881
34047
  "euiPrettyInterval.hours": any;
@@ -33909,72 +34075,15 @@ declare module '@elastic/eui' {
33909
34075
  "euiPrettyDuration.now": any;
33910
34076
  "euiPrettyDuration.invalid": any;
33911
34077
  "euiPrettyDuration.fallbackDuration": any;
33912
- "euiDataGridSchema.booleanSortTextAsc": any;
33913
- "euiDataGridSchema.booleanSortTextDesc": any;
33914
- "euiDataGridSchema.currencySortTextAsc": any;
33915
- "euiDataGridSchema.currencySortTextDesc": any;
33916
- "euiDataGridSchema.dateSortTextAsc": any;
33917
- "euiDataGridSchema.dateSortTextDesc": any;
33918
- "euiDataGridSchema.numberSortTextAsc": any;
33919
- "euiDataGridSchema.numberSortTextDesc": any;
33920
- "euiDataGridSchema.jsonSortTextAsc": any;
33921
- "euiDataGridSchema.jsonSortTextDesc": any;
33922
- "euiDataGridPagination.detailedPaginationLabel": any;
33923
- "euiDataGridPagination.paginationLabel": any;
33924
- "euiKeyboardShortcuts.title": any;
33925
- "euiKeyboardShortcuts.upArrowTitle": any;
33926
- "euiKeyboardShortcuts.upArrowDescription": any;
33927
- "euiKeyboardShortcuts.downArrowTitle": any;
33928
- "euiKeyboardShortcuts.downArrowDescription": any;
33929
- "euiKeyboardShortcuts.rightArrowTitle": any;
33930
- "euiKeyboardShortcuts.rightArrowDescription": any;
33931
- "euiKeyboardShortcuts.leftArrowTitle": any;
33932
- "euiKeyboardShortcuts.leftArrowDescription": any;
33933
- "euiKeyboardShortcuts.homeTitle": any;
33934
- "euiKeyboardShortcuts.homeDescription": any;
33935
- "euiKeyboardShortcuts.endTitle": any;
33936
- "euiKeyboardShortcuts.endDescription": any;
33937
- "euiKeyboardShortcuts.ctrl": any;
33938
- "euiKeyboardShortcuts.ctrlHomeDescription": any;
33939
- "euiKeyboardShortcuts.ctrlEndDescription": any;
33940
- "euiKeyboardShortcuts.pageUpTitle": any;
33941
- "euiKeyboardShortcuts.pageUpDescription": any;
33942
- "euiKeyboardShortcuts.pageDownTitle": any;
33943
- "euiKeyboardShortcuts.pageDownDescription": any;
33944
- "euiKeyboardShortcuts.enterTitle": any;
33945
- "euiKeyboardShortcuts.enterDescription": any;
33946
- "euiKeyboardShortcuts.escapeTitle": any;
33947
- "euiKeyboardShortcuts.escapeDescription": any;
33948
- "euiFullscreenSelector.fullscreenButton": any;
33949
- "euiFullscreenSelector.fullscreenButtonActive": any;
33950
- "euiDisplaySelector.densityLabel": any;
33951
- "euiDisplaySelector.labelCompact": any;
33952
- "euiDisplaySelector.labelNormal": any;
33953
- "euiDisplaySelector.labelExpanded": any;
33954
- "euiDisplaySelector.rowHeightLabel": any;
33955
- "euiDisplaySelector.labelAuto": any;
33956
- "euiDisplaySelector.labelStatic": any;
33957
- "euiDisplaySelector.labelMax": any;
33958
- "euiDisplaySelector.buttonText": any;
33959
- "euiDisplaySelector.resetButtonText": any;
33960
- "euiDataGridToolbarControl.badgeAriaLabel": any;
33961
- "euiColumnSortingDraggable.defaultSortAsc": any;
33962
- "euiColumnSortingDraggable.defaultSortDesc": any;
33963
- "euiColumnSortingDraggable.dragHandleAriaLabel": any;
33964
- "euiColumnSortingDraggable.activeSortLabel": any;
33965
- "euiColumnSortingDraggable.removeSortLabel": any;
33966
- "euiColumnSortingDraggable.toggleLegend": any;
33967
- "euiColumnSorting.button": any;
33968
- "euiColumnSorting.sortFieldAriaLabel": any;
33969
- "euiColumnSorting.emptySorting": any;
33970
- "euiColumnSorting.pickFields": any;
33971
- "euiColumnSorting.clearAll": any;
33972
- "euiColumnSelector.dragHandleAriaLabel": any;
33973
- "euiColumnSelector.button": any;
33974
- "euiColumnSelector.search": any;
33975
- "euiColumnSelector.searchcolumns": any;
33976
- "euiColumnSelector.selectAll": any;
33977
- "euiColumnSelector.hideAll": any;
34078
+ "euiRefreshInterval.fullDescriptionOff": any;
34079
+ "euiRefreshInterval.fullDescriptionOn": any;
34080
+ "euiRefreshInterval.toggleLabel": any;
34081
+ "euiRefreshInterval.toggleAriaLabel": any;
34082
+ "euiRefreshInterval.valueAriaLabel": any;
34083
+ "euiRefreshInterval.unitsAriaLabel": any;
34084
+ "euiAutoRefresh.autoRefreshLabel": any;
34085
+ "euiAutoRefresh.buttonLabelOff": any;
34086
+ "euiAutoRefresh.buttonLabelOn": any;
33978
34087
  "euiComboBoxOptionsList.loadingOptions": any;
33979
34088
  "euiComboBoxOptionsList.delimiterMessage": any;
33980
34089
  "euiComboBoxOptionsList.alreadyAdded": any;
@@ -33994,7 +34103,27 @@ declare module '@elastic/eui' {
33994
34103
  "euiCardSelect.unavailable": any;
33995
34104
  "euiCardSelect.select": any;
33996
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;
33997
34125
  "euiRecentlyUsed.legend": any;
34126
+ "euiDataGridCellActions.expandButtonTitle": any;
33998
34127
  "euiQuickSelectPopover.buttonLabel": any;
33999
34128
  "euiQuickSelect.quickSelectTitle": any;
34000
34129
  "euiQuickSelect.previousLabel": any;
@@ -34022,25 +34151,6 @@ declare module '@elastic/eui' {
34022
34151
  "euiDatePopoverButton.outdatedTitle": any;
34023
34152
  "euiAbsoluteTab.dateFormatButtonLabel": any;
34024
34153
  "euiAbsoluteTab.dateFormatError": any;
34025
- "euiDataGridHeaderCell.sortedByAscendingSingle": any;
34026
- "euiDataGridHeaderCell.sortedByDescendingSingle": any;
34027
- "euiDataGridHeaderCell.sortedByAscendingFirst": any;
34028
- "euiDataGridHeaderCell.sortedByDescendingFirst": any;
34029
- "euiDataGridHeaderCell.sortedByAscendingMultiple": any;
34030
- "euiDataGridHeaderCell.sortedByDescendingMultiple": any;
34031
- "euiDataGridHeaderCell.actionsButtonAriaLabel": any;
34032
- "euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
34033
- "euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
34034
- "euiColumnActions.hideColumn": any;
34035
- "euiColumnActions.moveLeft": any;
34036
- "euiColumnActions.moveRight": any;
34037
- "euiColumnActions.unsort": any;
34038
- "euiColumnActions.sort": any;
34039
- "euiDataGridCell.focusTrapExitPrompt": any;
34040
- "euiDataGridCell.focusTrapEnterPrompt": any;
34041
- "euiDataGridCellActions.expandButtonTitle": any;
34042
- "euiDataGridCell.position": any;
34043
- "euiDataGridCell.expansionEnterPrompt": any;
34044
34154
  "euiCollapsedNavButton.ariaLabelButtonIcon": any;
34045
34155
  }
34046
34156
  }