@elastic/eui 74.0.0 → 74.1.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 (333) hide show
  1. package/dist/eui_charts_theme.js +2 -1
  2. package/dist/eui_charts_theme.js.map +1 -1
  3. package/es/components/avatar/avatar.js +1 -1
  4. package/es/components/badge/badge.js +1 -1
  5. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  6. package/es/components/basic_table/basic_table.js +1 -1
  7. package/es/components/basic_table/collapsed_item_actions.js +1 -1
  8. package/es/components/basic_table/in_memory_table.js +1 -1
  9. package/es/components/basic_table/table.a11y.js +146 -104
  10. package/es/components/button/_button_content_deprecated.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 +1 -1
  18. package/es/components/card/card.js +2 -2
  19. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  20. package/es/components/comment_list/comment.js +2 -2
  21. package/es/components/comment_list/comment_event.js +1 -1
  22. package/es/components/comment_list/comment_list.js +2 -2
  23. package/es/components/comment_list/comment_timeline.js +1 -1
  24. package/es/components/datagrid/body/data_grid_body.js +13 -13
  25. package/es/components/datagrid/body/data_grid_cell.js +24 -24
  26. package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  27. package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
  28. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  29. package/es/components/datagrid/data_grid.a11y.js +1 -1
  30. package/es/components/datagrid/data_grid.js +13 -13
  31. package/es/components/datagrid/utils/in_memory.js +12 -12
  32. package/es/components/date_picker/date_picker.js +2 -2
  33. package/es/components/date_picker/date_picker_range.js +1 -1
  34. package/es/components/empty_prompt/empty_prompt.js +1 -1
  35. package/es/components/facet/facet_button.js +1 -1
  36. package/es/components/form/field_number/field_number.js +1 -1
  37. package/es/components/form/field_text/field_text.js +2 -2
  38. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  39. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  40. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  41. package/es/components/form/range/range.a11y.js +216 -0
  42. package/es/components/form/super_select/super_select.js +1 -1
  43. package/es/components/header/header_links/header_link.js +1 -1
  44. package/es/components/header/header_links/header_links.js +1 -1
  45. package/es/components/header/header_logo.js +1 -1
  46. package/es/components/icon/assets/alert.js +3 -2
  47. package/es/components/icon/assets/error.js +39 -0
  48. package/es/components/icon/icon.js +1 -1
  49. package/es/components/icon/icon_map.js +1 -0
  50. package/es/components/index.js +1 -0
  51. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  52. package/es/components/list_group/list_group.js +2 -2
  53. package/es/components/list_group/list_group_item.js +2 -2
  54. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  55. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  56. package/es/components/loading/loading_content.js +37 -38
  57. package/es/components/loading/loading_logo.js +1 -1
  58. package/es/components/markdown_editor/markdown_editor.js +1 -1
  59. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  60. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  61. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  62. package/es/components/modal/modal_header_title.js +0 -5
  63. package/es/components/notification/notification_event.js +2 -2
  64. package/es/components/notification/notification_event_meta.js +1 -1
  65. package/es/components/page/page_header/page_header_content.js +1 -1
  66. package/es/components/pagination/pagination_button.js +1 -1
  67. package/es/components/popover/popover.js +1 -1
  68. package/es/components/progress/progress.a11y.js +84 -0
  69. package/es/components/resizable_container/resizable_container.a11y.js +110 -0
  70. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  71. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  72. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  73. package/es/components/skeleton/index.js +12 -0
  74. package/es/components/skeleton/skeleton_circle.js +71 -0
  75. package/es/components/skeleton/skeleton_circle.styles.js +26 -0
  76. package/es/components/skeleton/skeleton_loading.js +59 -0
  77. package/es/components/skeleton/skeleton_rectangle.js +89 -0
  78. package/es/components/skeleton/skeleton_rectangle.styles.js +34 -0
  79. package/es/components/skeleton/skeleton_text.js +90 -0
  80. package/es/components/skeleton/skeleton_text.styles.js +34 -0
  81. package/es/components/skeleton/skeleton_title.js +74 -0
  82. package/es/components/skeleton/skeleton_title.styles.js +24 -0
  83. package/es/components/skeleton/utils.js +25 -0
  84. package/es/components/suggest/suggest.js +1 -1
  85. package/es/components/suggest/suggest_item.js +1 -1
  86. package/es/components/table/table_header_button.js +1 -1
  87. package/es/components/timeline/timeline_item_icon.js +1 -1
  88. package/es/components/toast/global_toast_list.js +1 -1
  89. package/es/components/toast/toast.js +1 -1
  90. package/es/components/tool_tip/icon_tip.js +1 -1
  91. package/es/global_styling/functions/logicals.js +2 -1
  92. package/es/global_styling/utility/animations.js +4 -1
  93. package/eui.d.ts +373 -203
  94. package/i18ntokens.json +34 -2
  95. package/lib/components/avatar/avatar.js +1 -1
  96. package/lib/components/badge/badge.js +1 -1
  97. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  98. package/lib/components/basic_table/basic_table.js +1 -1
  99. package/lib/components/basic_table/collapsed_item_actions.js +1 -1
  100. package/lib/components/basic_table/in_memory_table.js +1 -1
  101. package/lib/components/basic_table/table.a11y.js +147 -105
  102. package/lib/components/button/_button_content_deprecated.js +1 -1
  103. package/lib/components/button/button_display/_button_display.js +1 -1
  104. package/lib/components/button/button_display/_button_display_content.js +1 -1
  105. package/lib/components/button/button_empty/button_empty.js +1 -1
  106. package/lib/components/button/button_group/button_group.js +1 -1
  107. package/lib/components/button/button_group/button_group_button.js +1 -1
  108. package/lib/components/button/button_icon/button_icon.js +1 -1
  109. package/lib/components/call_out/call_out.js +1 -1
  110. package/lib/components/card/card.js +2 -2
  111. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  112. package/lib/components/comment_list/comment.js +2 -2
  113. package/lib/components/comment_list/comment_event.js +1 -1
  114. package/lib/components/comment_list/comment_list.js +2 -2
  115. package/lib/components/comment_list/comment_timeline.js +1 -1
  116. package/lib/components/datagrid/body/data_grid_body.js +13 -13
  117. package/lib/components/datagrid/body/data_grid_cell.js +24 -24
  118. package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  119. package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
  120. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  121. package/lib/components/datagrid/data_grid.a11y.js +1 -1
  122. package/lib/components/datagrid/data_grid.js +13 -13
  123. package/lib/components/datagrid/utils/in_memory.js +12 -12
  124. package/lib/components/date_picker/date_picker.js +2 -2
  125. package/lib/components/date_picker/date_picker_range.js +1 -1
  126. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  127. package/lib/components/facet/facet_button.js +1 -1
  128. package/lib/components/form/field_number/field_number.js +1 -1
  129. package/lib/components/form/field_text/field_text.js +2 -2
  130. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  131. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  132. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  133. package/lib/components/form/range/range.a11y.js +220 -0
  134. package/lib/components/form/super_select/super_select.js +1 -1
  135. package/lib/components/header/header_links/header_link.js +1 -1
  136. package/lib/components/header/header_links/header_links.js +1 -1
  137. package/lib/components/header/header_logo.js +1 -1
  138. package/lib/components/icon/assets/alert.js +3 -2
  139. package/lib/components/icon/assets/error.js +46 -0
  140. package/lib/components/icon/icon.js +1 -1
  141. package/lib/components/icon/icon_map.js +1 -0
  142. package/lib/components/icon/svgs/alert.svg +2 -1
  143. package/lib/components/icon/svgs/error.svg +3 -0
  144. package/lib/components/index.js +13 -0
  145. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  146. package/lib/components/list_group/list_group.js +2 -2
  147. package/lib/components/list_group/list_group_item.js +2 -2
  148. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  149. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  150. package/lib/components/loading/loading_content.js +41 -42
  151. package/lib/components/loading/loading_logo.js +1 -1
  152. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  153. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  154. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  155. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  156. package/lib/components/modal/modal_header_title.js +0 -5
  157. package/lib/components/notification/notification_event.js +2 -2
  158. package/lib/components/notification/notification_event_meta.js +1 -1
  159. package/lib/components/page/page_header/page_header_content.js +1 -1
  160. package/lib/components/popover/popover.js +1 -1
  161. package/lib/components/progress/progress.a11y.js +84 -0
  162. package/lib/components/resizable_container/resizable_container.a11y.js +117 -0
  163. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  164. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  165. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  166. package/lib/components/skeleton/index.js +45 -0
  167. package/lib/components/skeleton/skeleton_circle.js +84 -0
  168. package/lib/components/skeleton/skeleton_circle.styles.js +38 -0
  169. package/lib/components/skeleton/skeleton_loading.js +68 -0
  170. package/lib/components/skeleton/skeleton_rectangle.js +103 -0
  171. package/lib/components/skeleton/skeleton_rectangle.styles.js +37 -0
  172. package/lib/components/skeleton/skeleton_text.js +103 -0
  173. package/lib/components/skeleton/skeleton_text.styles.js +45 -0
  174. package/lib/components/skeleton/skeleton_title.js +85 -0
  175. package/lib/components/skeleton/skeleton_title.styles.js +37 -0
  176. package/lib/components/skeleton/utils.js +38 -0
  177. package/lib/components/suggest/suggest.js +1 -1
  178. package/lib/components/suggest/suggest_item.js +1 -1
  179. package/lib/components/table/table_header_button.js +1 -1
  180. package/lib/components/timeline/timeline_item_icon.js +1 -1
  181. package/lib/components/toast/global_toast_list.js +1 -1
  182. package/lib/components/toast/toast.js +1 -1
  183. package/lib/components/tool_tip/icon_tip.js +1 -1
  184. package/lib/global_styling/functions/logicals.js +2 -1
  185. package/lib/global_styling/utility/animations.js +9 -3
  186. package/optimize/es/components/basic_table/table.a11y.js +146 -104
  187. package/optimize/es/components/card/card.js +1 -1
  188. package/optimize/es/components/datagrid/data_grid.a11y.js +1 -1
  189. package/optimize/es/components/form/range/range.a11y.js +206 -0
  190. package/optimize/es/components/form/super_select/super_select.js +1 -1
  191. package/optimize/es/components/icon/assets/alert.js +3 -2
  192. package/optimize/es/components/icon/assets/error.js +35 -0
  193. package/optimize/es/components/icon/icon_map.js +1 -0
  194. package/optimize/es/components/index.js +1 -0
  195. package/optimize/es/components/loading/loading_content.js +10 -33
  196. package/optimize/es/components/popover/popover.js +1 -1
  197. package/optimize/es/components/progress/progress.a11y.js +84 -0
  198. package/optimize/es/components/resizable_container/resizable_container.a11y.js +110 -0
  199. package/optimize/es/components/skeleton/index.js +12 -0
  200. package/optimize/es/components/skeleton/skeleton_circle.js +42 -0
  201. package/optimize/es/components/skeleton/skeleton_circle.styles.js +26 -0
  202. package/optimize/es/components/skeleton/skeleton_loading.js +38 -0
  203. package/optimize/es/components/skeleton/skeleton_rectangle.js +57 -0
  204. package/optimize/es/components/skeleton/skeleton_rectangle.styles.js +34 -0
  205. package/optimize/es/components/skeleton/skeleton_text.js +52 -0
  206. package/optimize/es/components/skeleton/skeleton_text.styles.js +34 -0
  207. package/optimize/es/components/skeleton/skeleton_title.js +41 -0
  208. package/optimize/es/components/skeleton/skeleton_title.styles.js +24 -0
  209. package/optimize/es/components/skeleton/utils.js +25 -0
  210. package/optimize/es/global_styling/functions/logicals.js +2 -1
  211. package/optimize/es/global_styling/utility/animations.js +4 -1
  212. package/optimize/lib/components/basic_table/table.a11y.js +147 -105
  213. package/optimize/lib/components/card/card.js +1 -1
  214. package/optimize/lib/components/datagrid/data_grid.a11y.js +1 -1
  215. package/optimize/lib/components/form/range/range.a11y.js +220 -0
  216. package/optimize/lib/components/form/super_select/super_select.js +1 -1
  217. package/optimize/lib/components/icon/assets/alert.js +3 -2
  218. package/optimize/lib/components/icon/assets/error.js +45 -0
  219. package/optimize/lib/components/icon/icon_map.js +1 -0
  220. package/optimize/lib/components/icon/svgs/alert.svg +2 -1
  221. package/optimize/lib/components/icon/svgs/error.svg +3 -0
  222. package/optimize/lib/components/index.js +13 -0
  223. package/optimize/lib/components/loading/loading_content.js +14 -38
  224. package/optimize/lib/components/popover/popover.js +1 -1
  225. package/optimize/lib/components/progress/progress.a11y.js +92 -0
  226. package/optimize/lib/components/resizable_container/resizable_container.a11y.js +117 -0
  227. package/optimize/lib/components/skeleton/index.js +45 -0
  228. package/optimize/lib/components/skeleton/skeleton_circle.js +54 -0
  229. package/optimize/lib/components/skeleton/skeleton_circle.styles.js +38 -0
  230. package/optimize/lib/components/skeleton/skeleton_loading.js +47 -0
  231. package/optimize/lib/components/skeleton/skeleton_rectangle.js +72 -0
  232. package/optimize/lib/components/skeleton/skeleton_rectangle.styles.js +37 -0
  233. package/optimize/lib/components/skeleton/skeleton_text.js +64 -0
  234. package/optimize/lib/components/skeleton/skeleton_text.styles.js +45 -0
  235. package/optimize/lib/components/skeleton/skeleton_title.js +52 -0
  236. package/optimize/lib/components/skeleton/skeleton_title.styles.js +37 -0
  237. package/optimize/lib/components/skeleton/utils.js +38 -0
  238. package/optimize/lib/global_styling/functions/logicals.js +2 -1
  239. package/optimize/lib/global_styling/utility/animations.js +9 -3
  240. package/package.json +2 -2
  241. package/test-env/components/avatar/avatar.js +1 -1
  242. package/test-env/components/badge/badge.js +1 -1
  243. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  244. package/test-env/components/basic_table/basic_table.js +1 -1
  245. package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
  246. package/test-env/components/basic_table/in_memory_table.js +1 -1
  247. package/test-env/components/basic_table/table.a11y.js +147 -105
  248. package/test-env/components/button/_button_content_deprecated.js +1 -1
  249. package/test-env/components/button/button_display/_button_display.js +1 -1
  250. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  251. package/test-env/components/button/button_empty/button_empty.js +1 -1
  252. package/test-env/components/button/button_group/button_group.js +1 -1
  253. package/test-env/components/button/button_group/button_group_button.js +1 -1
  254. package/test-env/components/button/button_icon/button_icon.js +1 -1
  255. package/test-env/components/call_out/call_out.js +1 -1
  256. package/test-env/components/card/card.js +2 -2
  257. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  258. package/test-env/components/comment_list/comment.js +2 -2
  259. package/test-env/components/comment_list/comment_event.js +1 -1
  260. package/test-env/components/comment_list/comment_list.js +2 -2
  261. package/test-env/components/comment_list/comment_timeline.js +1 -1
  262. package/test-env/components/datagrid/body/data_grid_body.js +13 -13
  263. package/test-env/components/datagrid/body/data_grid_cell.js +24 -24
  264. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  265. package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
  266. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  267. package/test-env/components/datagrid/data_grid.a11y.js +1 -1
  268. package/test-env/components/datagrid/data_grid.js +13 -13
  269. package/test-env/components/datagrid/utils/in_memory.js +12 -12
  270. package/test-env/components/date_picker/date_picker.js +2 -2
  271. package/test-env/components/date_picker/date_picker_range.js +1 -1
  272. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  273. package/test-env/components/facet/facet_button.js +1 -1
  274. package/test-env/components/form/field_number/field_number.js +1 -1
  275. package/test-env/components/form/field_text/field_text.js +2 -2
  276. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  277. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  278. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  279. package/test-env/components/form/range/range.a11y.js +220 -0
  280. package/test-env/components/form/super_select/super_select.js +1 -1
  281. package/test-env/components/header/header_links/header_link.js +1 -1
  282. package/test-env/components/header/header_links/header_links.js +1 -1
  283. package/test-env/components/header/header_logo.js +1 -1
  284. package/test-env/components/icon/assets/alert.js +3 -2
  285. package/test-env/components/icon/assets/error.js +45 -0
  286. package/test-env/components/icon/icon_map.js +1 -0
  287. package/test-env/components/index.js +13 -0
  288. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  289. package/test-env/components/list_group/list_group.js +2 -2
  290. package/test-env/components/list_group/list_group_item.js +2 -2
  291. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  292. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  293. package/test-env/components/loading/loading_content.js +41 -39
  294. package/test-env/components/loading/loading_logo.js +1 -1
  295. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  296. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  297. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  298. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  299. package/test-env/components/modal/modal_header_title.js +0 -5
  300. package/test-env/components/notification/notification_event.js +2 -2
  301. package/test-env/components/notification/notification_event_meta.js +1 -1
  302. package/test-env/components/page/page_header/page_header_content.js +1 -1
  303. package/test-env/components/popover/popover.js +1 -1
  304. package/test-env/components/progress/progress.a11y.js +92 -0
  305. package/test-env/components/resizable_container/resizable_container.a11y.js +117 -0
  306. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  307. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  308. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  309. package/test-env/components/skeleton/index.js +45 -0
  310. package/test-env/components/skeleton/skeleton_circle.js +80 -0
  311. package/test-env/components/skeleton/skeleton_circle.styles.js +38 -0
  312. package/test-env/components/skeleton/skeleton_loading.js +65 -0
  313. package/test-env/components/skeleton/skeleton_rectangle.js +100 -0
  314. package/test-env/components/skeleton/skeleton_rectangle.styles.js +37 -0
  315. package/test-env/components/skeleton/skeleton_text.js +99 -0
  316. package/test-env/components/skeleton/skeleton_text.styles.js +45 -0
  317. package/test-env/components/skeleton/skeleton_title.js +82 -0
  318. package/test-env/components/skeleton/skeleton_title.styles.js +37 -0
  319. package/test-env/components/skeleton/utils.js +38 -0
  320. package/test-env/components/suggest/suggest.js +1 -1
  321. package/test-env/components/suggest/suggest_item.js +1 -1
  322. package/test-env/components/table/table_header_button.js +1 -1
  323. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  324. package/test-env/components/toast/global_toast_list.js +1 -1
  325. package/test-env/components/toast/toast.js +1 -1
  326. package/test-env/components/tool_tip/icon_tip.js +1 -1
  327. package/test-env/global_styling/functions/logicals.js +2 -1
  328. package/test-env/global_styling/utility/animations.js +9 -3
  329. package/es/components/loading/loading_content.styles.js +0 -24
  330. package/lib/components/loading/loading_content.styles.js +0 -30
  331. package/optimize/es/components/loading/loading_content.styles.js +0 -24
  332. package/optimize/lib/components/loading/loading_content.styles.js +0 -32
  333. package/test-env/components/loading/loading_content.styles.js +0 -32
package/eui.d.ts CHANGED
@@ -1056,6 +1056,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
1056
1056
  emsApp: string;
1057
1057
  eql: string;
1058
1058
  eraser: string;
1059
+ error: string;
1059
1060
  exit: string;
1060
1061
  expand: string;
1061
1062
  expandMini: string;
@@ -1461,7 +1462,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1461
1462
  import { WithEuiThemeProps } from '@elastic/eui/src/services';
1462
1463
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
1463
1464
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
1464
- export const TYPES: ("string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
1465
+ export const TYPES: ("string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "error" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
1465
1466
  export type EuiIconType = keyof typeof typeToPathMap;
1466
1467
  export type IconType = EuiIconType | string | ComponentType;
1467
1468
  export type IconColor = string | NamedColor;
@@ -1504,7 +1505,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1504
1505
  isLoading: boolean;
1505
1506
  neededLoading: boolean;
1506
1507
  }
1507
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
1508
+ export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "error" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
1508
1509
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
1509
1510
  [iconType: string]: React.ComponentType<{}>;
1510
1511
  }) => void;
@@ -1696,21 +1697,368 @@ declare module '@elastic/eui/src/components/loading/loading_chart' {
1696
1697
  export const EuiLoadingChart: FunctionComponent<EuiLoadingChartProps>;
1697
1698
 
1698
1699
  }
1699
- declare module '@elastic/eui/src/components/loading/loading_content.styles' {
1700
+ declare module '@elastic/eui/src/components/skeleton/skeleton_loading' {
1701
+ import { FunctionComponent, HTMLAttributes, ReactElement } from 'react';
1702
+ import { CommonProps } from '@elastic/eui/src/components/common';
1703
+ export type _EuiSkeletonAriaProps = {
1704
+ /**
1705
+ * When true, shows the loading skeleton component.
1706
+ * When false, shows any `children` and announces to screen readers that your content has loaded.
1707
+ */
1708
+ isLoading?: boolean;
1709
+ /**
1710
+ * Label your loading sections to provide more helpful context to screen readers.
1711
+ * For example, pass "API keys" to have screen readers read "Loading API keys" and "Loaded API keys".
1712
+ */
1713
+ contentAriaLabel?: string;
1714
+ /**
1715
+ * Any optional props to pass to the `aria-busy` wrapper around the skeleton content
1716
+ */
1717
+ ariaWrapperProps?: HTMLAttributes<HTMLDivElement>;
1718
+ };
1719
+ export type EuiSkeletonLoadingProps = CommonProps & _EuiSkeletonAriaProps['ariaWrapperProps'] & Pick<_EuiSkeletonAriaProps, 'isLoading' | 'contentAriaLabel'> & {
1720
+ /**
1721
+ * Content to display when loading
1722
+ */
1723
+ loadingContent: ReactElement;
1724
+ /**
1725
+ * Content to display when loaded
1726
+ */
1727
+ loadedContent: any;
1728
+ };
1729
+ export const EuiSkeletonLoading: FunctionComponent<EuiSkeletonLoadingProps>;
1730
+
1731
+ }
1732
+ declare module '@elastic/eui/src/global_styling/utility/animations' {
1733
+ export const euiAnimFadeIn: import("@emotion/serialize").Keyframes;
1734
+ export const euiAnimSlideInUp: (size: string) => import("@emotion/serialize").Keyframes;
1735
+ export const euiAnimSlideX: (size: string) => import("@emotion/serialize").Keyframes;
1736
+
1737
+ }
1738
+ declare module '@elastic/eui/src/components/skeleton/utils' {
1739
+ import { UseEuiTheme } from '@elastic/eui/src/services'; type AnimationOptions = {
1740
+ slideSize?: string;
1741
+ gradientSize?: string;
1742
+ };
1743
+ export const euiSkeletonGradientAnimation: ({ euiTheme, colorMode }: UseEuiTheme, { slideSize, gradientSize }?: AnimationOptions) => import("@emotion/utils").SerializedStyles;
1744
+ export {};
1745
+
1746
+ }
1747
+ declare module '@elastic/eui/src/components/skeleton/skeleton_circle.styles' {
1748
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1749
+ export const euiSkeletonCircleStyles: (euiThemeContext: UseEuiTheme) => {
1750
+ euiSkeletonCircle: import("@emotion/utils").SerializedStyles;
1751
+ s: import("@emotion/utils").SerializedStyles;
1752
+ m: import("@emotion/utils").SerializedStyles;
1753
+ l: import("@emotion/utils").SerializedStyles;
1754
+ xl: import("@emotion/utils").SerializedStyles;
1755
+ };
1756
+
1757
+ }
1758
+ declare module '@elastic/eui/src/components/skeleton/skeleton_circle' {
1759
+ import { FunctionComponent, HTMLAttributes } from 'react';
1760
+ import { CommonProps } from '@elastic/eui/src/components/common';
1761
+ import { _EuiSkeletonAriaProps } from '@elastic/eui/src/components/skeleton/skeleton_loading';
1762
+ export const SIZES: readonly ["s", "m", "l", "xl"];
1763
+ export type SkeletonCircleSize = typeof SIZES[number];
1764
+ export type EuiSkeletonCircleProps = HTMLAttributes<HTMLDivElement> & CommonProps & _EuiSkeletonAriaProps & {
1765
+ size?: SkeletonCircleSize;
1766
+ };
1767
+ export const EuiSkeletonCircle: FunctionComponent<EuiSkeletonCircleProps>;
1768
+
1769
+ }
1770
+ declare module '@elastic/eui/src/components/link/link.styles' {
1700
1771
  import { UseEuiTheme } from '@elastic/eui/src/services';
1701
- export const euiLoadingContentStyles: ({ euiTheme, colorMode, }: UseEuiTheme) => {
1702
- euiLoadingContent__singleLine: import("@emotion/utils").SerializedStyles;
1772
+ export const euiLinkHoverCSS: () => string;
1773
+ export const euiLinkFocusCSS: (euiTheme: UseEuiTheme['euiTheme']) => string;
1774
+ export const euiLinkCSS: (euiThemeContext: UseEuiTheme) => string;
1775
+ export const euiLinkStyles: (euiThemeContext: UseEuiTheme) => {
1776
+ euiLink: import("@emotion/utils").SerializedStyles;
1777
+ disabled: import("@emotion/utils").SerializedStyles;
1778
+ primary: import("@emotion/utils").SerializedStyles;
1779
+ subdued: import("@emotion/utils").SerializedStyles;
1780
+ success: import("@emotion/utils").SerializedStyles;
1781
+ accent: import("@emotion/utils").SerializedStyles;
1782
+ danger: import("@emotion/utils").SerializedStyles;
1783
+ warning: import("@emotion/utils").SerializedStyles;
1784
+ ghost: import("@emotion/utils").SerializedStyles;
1785
+ text: import("@emotion/utils").SerializedStyles;
1786
+ euiLink__screenReaderText: import("@emotion/utils").SerializedStyles;
1787
+ euiLink__externalIcon: import("@emotion/utils").SerializedStyles;
1703
1788
  };
1704
1789
 
1705
1790
  }
1706
- declare module '@elastic/eui/src/components/loading/loading_content' {
1791
+ declare module '@elastic/eui/src/components/title/title' {
1792
+ import { FunctionComponent, ReactElement } from 'react';
1793
+ import { CommonProps } from '@elastic/eui/src/components/common';
1794
+ export const TITLE_SIZES: readonly ["xxxs", "xxs", "xs", "s", "m", "l"];
1795
+ export type EuiTitleSize = typeof TITLE_SIZES[number];
1796
+ export const TEXT_TRANSFORM: readonly ["uppercase"];
1797
+ export type EuiTitleTextTransform = typeof TEXT_TRANSFORM[number];
1798
+ export type EuiTitleProps = CommonProps & {
1799
+ /**
1800
+ * ReactElement to render as this component's content
1801
+ */
1802
+ children: ReactElement<any>;
1803
+ size?: EuiTitleSize;
1804
+ textTransform?: EuiTitleTextTransform;
1805
+ id?: string;
1806
+ };
1807
+ export const EuiTitle: FunctionComponent<EuiTitleProps>;
1808
+
1809
+ }
1810
+ declare module '@elastic/eui/src/components/title/title.styles' {
1811
+ import { CSSProperties } from 'react';
1812
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1813
+ import { _FontScaleOptions } from '@elastic/eui/src/global_styling';
1814
+ import { EuiTitleSize } from '@elastic/eui/src/components/title/title'; type EuiThemeTitle = {
1815
+ fontSize: CSSProperties['fontSize'];
1816
+ lineHeight: CSSProperties['lineHeight'];
1817
+ fontWeight: CSSProperties['fontWeight'];
1818
+ color: CSSProperties['color'];
1819
+ };
1820
+ export const euiTitle: (euiThemeContext: UseEuiTheme, scale?: EuiTitleSize, options?: _FontScaleOptions | undefined) => EuiThemeTitle;
1821
+ export const useEuiTitle: (scale: EuiTitleSize, options?: _FontScaleOptions | undefined) => EuiThemeTitle;
1822
+ /**
1823
+ * Styles
1824
+ */
1825
+ export const euiTitleStyles: (euiThemeContext: UseEuiTheme) => {
1826
+ euiTitle: import("@emotion/utils").SerializedStyles;
1827
+ uppercase: import("@emotion/utils").SerializedStyles;
1828
+ xxxs: import("@emotion/utils").SerializedStyles;
1829
+ xxs: import("@emotion/utils").SerializedStyles;
1830
+ xs: import("@emotion/utils").SerializedStyles;
1831
+ s: import("@emotion/utils").SerializedStyles;
1832
+ m: import("@emotion/utils").SerializedStyles;
1833
+ l: import("@emotion/utils").SerializedStyles;
1834
+ };
1835
+ export {};
1836
+
1837
+ }
1838
+ declare module '@elastic/eui/src/components/text/text.styles' {
1839
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1840
+ /**
1841
+ * TODO: Make this a global value so it can be set by theme?
1842
+ */
1843
+ export const euiTextConstrainedMaxWidth = "max(64ch, 75%)";
1844
+ /**
1845
+ * Mixins
1846
+ */
1847
+ export const euiText: (euiTheme: UseEuiTheme['euiTheme'], inheritColor?: boolean) => {
1848
+ color: string;
1849
+ fontWeight: import("csstype").Property.FontWeight | undefined;
1850
+ };
1851
+ /**
1852
+ * Styles
1853
+ */
1854
+ export const euiTextStyles: (euiThemeContext: UseEuiTheme) => {
1855
+ euiText: import("@emotion/utils").SerializedStyles;
1856
+ constrainedWidth: import("@emotion/utils").SerializedStyles;
1857
+ m: import("@emotion/utils").SerializedStyles;
1858
+ s: import("@emotion/utils").SerializedStyles;
1859
+ xs: import("@emotion/utils").SerializedStyles;
1860
+ relative: import("@emotion/utils").SerializedStyles;
1861
+ };
1862
+
1863
+ }
1864
+ declare module '@elastic/eui/src/components/text/text_color.styles' {
1865
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1866
+ export const euiTextColorStyles: ({ euiTheme }: UseEuiTheme) => {
1867
+ euiTextColor: import("@emotion/utils").SerializedStyles;
1868
+ default: import("@emotion/utils").SerializedStyles;
1869
+ subdued: import("@emotion/utils").SerializedStyles;
1870
+ success: import("@emotion/utils").SerializedStyles;
1871
+ accent: import("@emotion/utils").SerializedStyles;
1872
+ danger: import("@emotion/utils").SerializedStyles;
1873
+ warning: import("@emotion/utils").SerializedStyles;
1874
+ ghost: import("@emotion/utils").SerializedStyles;
1875
+ inherit: import("@emotion/utils").SerializedStyles;
1876
+ customColor: import("@emotion/utils").SerializedStyles;
1877
+ };
1878
+
1879
+ }
1880
+ declare module '@elastic/eui/src/components/text/text_color' {
1881
+ import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
1882
+ import { CommonProps } from '@elastic/eui/src/components/common';
1883
+ export const COLORS: readonly ["default", "subdued", "success", "accent", "danger", "warning", "ghost", "inherit"];
1884
+ export type TextColor = typeof COLORS[number];
1885
+ export type EuiTextColorProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement> & HTMLAttributes<HTMLSpanElement>, 'color'> & {
1886
+ /**
1887
+ * Any of our named colors or a `hex`, `rgb` or `rgba` value.
1888
+ */
1889
+ color?: TextColor | CSSProperties['color'];
1890
+ /**
1891
+ * Determines the root element
1892
+ */
1893
+ component?: 'div' | 'span';
1894
+ /**
1895
+ * Applies text styling to the child element instead of rendering a parent wrapper `span`/`div`.
1896
+ * Can only be used when wrapping a *single* child element/tag, and not raw text.
1897
+ */
1898
+ cloneElement?: boolean;
1899
+ };
1900
+ export const EuiTextColor: FunctionComponent<EuiTextColorProps>;
1901
+
1902
+ }
1903
+ declare module '@elastic/eui/src/components/text/text_align.styles' {
1904
+ export const euiTextAlignStyles: () => {
1905
+ euiTextAlign: import("@emotion/utils").SerializedStyles;
1906
+ left: import("@emotion/utils").SerializedStyles;
1907
+ right: import("@emotion/utils").SerializedStyles;
1908
+ center: import("@emotion/utils").SerializedStyles;
1909
+ };
1910
+
1911
+ }
1912
+ declare module '@elastic/eui/src/components/text/text_align' {
1707
1913
  import { FunctionComponent, HTMLAttributes } from 'react';
1708
1914
  import { CommonProps } from '@elastic/eui/src/components/common';
1709
- export type LineRange = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
1710
- export type EuiLoadingContentProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
1915
+ export const ALIGNMENTS: readonly ["left", "right", "center"];
1916
+ export type TextAlignment = typeof ALIGNMENTS[number];
1917
+ export type EuiTextAlignProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
1918
+ textAlign?: TextAlignment;
1919
+ /**
1920
+ * Applies text styling to the child element instead of rendering a parent wrapper `div`.
1921
+ * Can only be used when wrapping a *single* child element/tag, and not raw text.
1922
+ */
1923
+ cloneElement?: boolean;
1924
+ };
1925
+ export const EuiTextAlign: FunctionComponent<EuiTextAlignProps>;
1926
+
1927
+ }
1928
+ declare module '@elastic/eui/src/components/text/text' {
1929
+ import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
1930
+ import { CommonProps } from '@elastic/eui/src/components/common';
1931
+ import { TextColor } from '@elastic/eui/src/components/text/text_color';
1932
+ import { TextAlignment } from '@elastic/eui/src/components/text/text_align';
1933
+ export const TEXT_SIZES: readonly ["xs", "s", "m", "relative"];
1934
+ export type TextSize = typeof TEXT_SIZES[number];
1935
+ export type EuiTextProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement>, 'color'> & {
1936
+ textAlign?: TextAlignment;
1937
+ /**
1938
+ * Determines the text size. Choose `relative` to control the `font-size` based on the value of a parent container.
1939
+ */
1940
+ size?: TextSize;
1941
+ /**
1942
+ * Any of our named colors or a `hex`, `rgb` or `rgba` value.
1943
+ * @default inherit
1944
+ */
1945
+ color?: TextColor | CSSProperties['color'];
1946
+ grow?: boolean;
1947
+ };
1948
+ export const EuiText: FunctionComponent<EuiTextProps>;
1949
+
1950
+ }
1951
+ declare module '@elastic/eui/src/components/skeleton/skeleton_text.styles' {
1952
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1953
+ export const euiSkeletonTextStyles: (euiThemeContext: UseEuiTheme) => {
1954
+ euiSkeletonText: import("@emotion/utils").SerializedStyles;
1955
+ m: import("@emotion/utils").SerializedStyles;
1956
+ s: import("@emotion/utils").SerializedStyles;
1957
+ xs: import("@emotion/utils").SerializedStyles;
1958
+ relative: import("@emotion/utils").SerializedStyles;
1959
+ };
1960
+
1961
+ }
1962
+ declare module '@elastic/eui/src/components/skeleton/skeleton_text' {
1963
+ import { FunctionComponent, HTMLAttributes } from 'react';
1964
+ import { CommonProps } from '@elastic/eui/src/components/common';
1965
+ import { TextSize } from '@elastic/eui/src/components/text/text';
1966
+ import { _EuiSkeletonAriaProps } from '@elastic/eui/src/components/skeleton/skeleton_loading';
1967
+ export const LINES: readonly [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
1968
+ export type LineRange = typeof LINES[number];
1969
+ export type EuiSkeletonTextProps = CommonProps & HTMLAttributes<HTMLDivElement> & _EuiSkeletonAriaProps & {
1970
+ /**
1971
+ * Number of lines to display (between 1 to 10)
1972
+ */
1711
1973
  lines?: LineRange;
1974
+ /**
1975
+ * EuiText size to render
1976
+ */
1977
+ size?: TextSize;
1978
+ };
1979
+ export const EuiSkeletonText: FunctionComponent<EuiSkeletonTextProps>;
1980
+
1981
+ }
1982
+ declare module '@elastic/eui/src/components/skeleton/skeleton_rectangle.styles' {
1983
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1984
+ export const euiSkeletonRectangleStyles: (euiThemeContext: UseEuiTheme) => {
1985
+ euiSkeletonRectangle: import("@emotion/utils").SerializedStyles;
1986
+ s: import("@emotion/utils").SerializedStyles;
1987
+ m: import("@emotion/utils").SerializedStyles;
1988
+ none: import("@emotion/utils").SerializedStyles;
1989
+ };
1990
+
1991
+ }
1992
+ declare module '@elastic/eui/src/components/skeleton/skeleton_rectangle' {
1993
+ import { FunctionComponent, HTMLAttributes } from 'react';
1994
+ import { CommonProps } from '@elastic/eui/src/components/common';
1995
+ import { _EuiSkeletonAriaProps } from '@elastic/eui/src/components/skeleton/skeleton_loading';
1996
+ export const RADIUS: readonly ["s", "m", "none"];
1997
+ export type SkeletonRectangleBorderRadius = typeof RADIUS[number];
1998
+ export type EuiSkeletonRectangleProps = HTMLAttributes<HTMLDivElement> & CommonProps & _EuiSkeletonAriaProps & {
1999
+ width?: string | number;
2000
+ height?: string | number;
2001
+ borderRadius?: SkeletonRectangleBorderRadius;
2002
+ };
2003
+ export const EuiSkeletonRectangle: FunctionComponent<EuiSkeletonRectangleProps>;
2004
+
2005
+ }
2006
+ declare module '@elastic/eui/src/components/title' {
2007
+ export type { EuiTitleProps, EuiTitleSize } from '@elastic/eui/src/components/title/title';
2008
+ export { EuiTitle } from '@elastic/eui/src/components/title/title';
2009
+
2010
+ }
2011
+ declare module '@elastic/eui/src/components/skeleton/skeleton_title.styles' {
2012
+ import { UseEuiTheme } from '@elastic/eui/src/services';
2013
+ export const euiSkeletonTitleStyles: (euiThemeContext: UseEuiTheme) => {
2014
+ euiSkeletonTitle: import("@emotion/utils").SerializedStyles;
2015
+ l: import("@emotion/utils").SerializedStyles;
2016
+ m: import("@emotion/utils").SerializedStyles;
2017
+ s: import("@emotion/utils").SerializedStyles;
2018
+ xs: import("@emotion/utils").SerializedStyles;
2019
+ xxs: import("@emotion/utils").SerializedStyles;
2020
+ xxxs: import("@emotion/utils").SerializedStyles;
1712
2021
  };
1713
- export const EuiLoadingContent: FunctionComponent<EuiLoadingContentProps>;
2022
+
2023
+ }
2024
+ declare module '@elastic/eui/src/components/skeleton/skeleton_title' {
2025
+ import { FunctionComponent, HTMLAttributes } from 'react';
2026
+ import { CommonProps } from '@elastic/eui/src/components/common';
2027
+ import { EuiTitleSize } from '@elastic/eui/src/components/title';
2028
+ import { _EuiSkeletonAriaProps } from '@elastic/eui/src/components/skeleton/skeleton_loading';
2029
+ export type EuiSkeletonTitleProps = HTMLAttributes<HTMLDivElement> & CommonProps & _EuiSkeletonAriaProps & {
2030
+ /**
2031
+ * EuiTitle size to render
2032
+ */
2033
+ size?: EuiTitleSize;
2034
+ };
2035
+ export const EuiSkeletonTitle: FunctionComponent<EuiSkeletonTitleProps>;
2036
+
2037
+ }
2038
+ declare module '@elastic/eui/src/components/skeleton' {
2039
+ export type { EuiSkeletonLoadingProps } from '@elastic/eui/src/components/skeleton/skeleton_loading';
2040
+ export { EuiSkeletonLoading } from '@elastic/eui/src/components/skeleton/skeleton_loading';
2041
+ export type { EuiSkeletonCircleProps } from '@elastic/eui/src/components/skeleton/skeleton_circle';
2042
+ export { EuiSkeletonCircle } from '@elastic/eui/src/components/skeleton/skeleton_circle';
2043
+ export type { EuiSkeletonTextProps } from '@elastic/eui/src/components/skeleton/skeleton_text';
2044
+ export { EuiSkeletonText } from '@elastic/eui/src/components/skeleton/skeleton_text';
2045
+ export type { EuiSkeletonRectangleProps } from '@elastic/eui/src/components/skeleton/skeleton_rectangle';
2046
+ export { EuiSkeletonRectangle } from '@elastic/eui/src/components/skeleton/skeleton_rectangle';
2047
+ export type { EuiSkeletonTitleProps } from '@elastic/eui/src/components/skeleton/skeleton_title';
2048
+ export { EuiSkeletonTitle } from '@elastic/eui/src/components/skeleton/skeleton_title';
2049
+
2050
+ }
2051
+ declare module '@elastic/eui/src/components/loading/loading_content' {
2052
+ import { FunctionComponent } from 'react';
2053
+ import { EuiSkeletonTextProps } from '@elastic/eui/src/components/skeleton';
2054
+ /**
2055
+ * @deprecated Use `EuiSkeletonTextProps` instead
2056
+ */
2057
+ export type EuiLoadingContentProps = EuiSkeletonTextProps;
2058
+ /**
2059
+ * @deprecated Use `EuiSkeletonText` instead
2060
+ */
2061
+ export const EuiLoadingContent: FunctionComponent<EuiSkeletonTextProps>;
1714
2062
 
1715
2063
  }
1716
2064
  declare module '@elastic/eui/src/components/loading/loading_spinner.styles' {
@@ -2613,192 +2961,6 @@ declare module '@elastic/eui/src/components/form/checkbox' {
2613
2961
  export type { EuiCheckboxGroupProps, EuiCheckboxGroupOption, } from '@elastic/eui/src/components/form/checkbox/checkbox_group';
2614
2962
  export { EuiCheckboxGroup } from '@elastic/eui/src/components/form/checkbox/checkbox_group';
2615
2963
 
2616
- }
2617
- declare module '@elastic/eui/src/components/title/title.styles' {
2618
- import { CSSProperties } from 'react';
2619
- import { UseEuiTheme } from '@elastic/eui/src/services';
2620
- import { _FontScaleOptions } from '@elastic/eui/src/global_styling';
2621
- import { EuiTitleSize } from '@elastic/eui/src/components/title/title'; type EuiThemeTitle = {
2622
- fontSize: CSSProperties['fontSize'];
2623
- lineHeight: CSSProperties['lineHeight'];
2624
- fontWeight: CSSProperties['fontWeight'];
2625
- color: CSSProperties['color'];
2626
- };
2627
- export const euiTitle: (euiThemeContext: UseEuiTheme, scale?: EuiTitleSize, options?: _FontScaleOptions | undefined) => EuiThemeTitle;
2628
- export const useEuiTitle: (scale: EuiTitleSize, options?: _FontScaleOptions | undefined) => EuiThemeTitle;
2629
- /**
2630
- * Styles
2631
- */
2632
- export const euiTitleStyles: (euiThemeContext: UseEuiTheme) => {
2633
- euiTitle: import("@emotion/utils").SerializedStyles;
2634
- uppercase: import("@emotion/utils").SerializedStyles;
2635
- xxxs: import("@emotion/utils").SerializedStyles;
2636
- xxs: import("@emotion/utils").SerializedStyles;
2637
- xs: import("@emotion/utils").SerializedStyles;
2638
- s: import("@emotion/utils").SerializedStyles;
2639
- m: import("@emotion/utils").SerializedStyles;
2640
- l: import("@emotion/utils").SerializedStyles;
2641
- };
2642
- export {};
2643
-
2644
- }
2645
- declare module '@elastic/eui/src/components/title/title' {
2646
- import { FunctionComponent, ReactElement } from 'react';
2647
- import { CommonProps } from '@elastic/eui/src/components/common';
2648
- export const TITLE_SIZES: readonly ["xxxs", "xxs", "xs", "s", "m", "l"];
2649
- export type EuiTitleSize = typeof TITLE_SIZES[number];
2650
- export const TEXT_TRANSFORM: readonly ["uppercase"];
2651
- export type EuiTitleTextTransform = typeof TEXT_TRANSFORM[number];
2652
- export type EuiTitleProps = CommonProps & {
2653
- /**
2654
- * ReactElement to render as this component's content
2655
- */
2656
- children: ReactElement<any>;
2657
- size?: EuiTitleSize;
2658
- textTransform?: EuiTitleTextTransform;
2659
- id?: string;
2660
- };
2661
- export const EuiTitle: FunctionComponent<EuiTitleProps>;
2662
-
2663
- }
2664
- declare module '@elastic/eui/src/components/title' {
2665
- export type { EuiTitleProps, EuiTitleSize } from '@elastic/eui/src/components/title/title';
2666
- export { EuiTitle } from '@elastic/eui/src/components/title/title';
2667
-
2668
- }
2669
- declare module '@elastic/eui/src/components/link/link.styles' {
2670
- import { UseEuiTheme } from '@elastic/eui/src/services';
2671
- export const euiLinkHoverCSS: () => string;
2672
- export const euiLinkFocusCSS: (euiTheme: UseEuiTheme['euiTheme']) => string;
2673
- export const euiLinkCSS: (euiThemeContext: UseEuiTheme) => string;
2674
- export const euiLinkStyles: (euiThemeContext: UseEuiTheme) => {
2675
- euiLink: import("@emotion/utils").SerializedStyles;
2676
- disabled: import("@emotion/utils").SerializedStyles;
2677
- primary: import("@emotion/utils").SerializedStyles;
2678
- subdued: import("@emotion/utils").SerializedStyles;
2679
- success: import("@emotion/utils").SerializedStyles;
2680
- accent: import("@emotion/utils").SerializedStyles;
2681
- danger: import("@emotion/utils").SerializedStyles;
2682
- warning: import("@emotion/utils").SerializedStyles;
2683
- ghost: import("@emotion/utils").SerializedStyles;
2684
- text: import("@emotion/utils").SerializedStyles;
2685
- euiLink__screenReaderText: import("@emotion/utils").SerializedStyles;
2686
- euiLink__externalIcon: import("@emotion/utils").SerializedStyles;
2687
- };
2688
-
2689
- }
2690
- declare module '@elastic/eui/src/components/text/text.styles' {
2691
- import { UseEuiTheme } from '@elastic/eui/src/services';
2692
- /**
2693
- * TODO: Make this a global value so it can be set by theme?
2694
- */
2695
- export const euiTextConstrainedMaxWidth = "max(64ch, 75%)";
2696
- /**
2697
- * Mixins
2698
- */
2699
- export const euiText: (euiTheme: UseEuiTheme['euiTheme'], inheritColor?: boolean) => {
2700
- color: string;
2701
- fontWeight: import("csstype").Property.FontWeight | undefined;
2702
- };
2703
- /**
2704
- * Styles
2705
- */
2706
- export const euiTextStyles: (euiThemeContext: UseEuiTheme) => {
2707
- euiText: import("@emotion/utils").SerializedStyles;
2708
- constrainedWidth: import("@emotion/utils").SerializedStyles;
2709
- m: import("@emotion/utils").SerializedStyles;
2710
- s: import("@emotion/utils").SerializedStyles;
2711
- xs: import("@emotion/utils").SerializedStyles;
2712
- relative: import("@emotion/utils").SerializedStyles;
2713
- };
2714
-
2715
- }
2716
- declare module '@elastic/eui/src/components/text/text_color.styles' {
2717
- import { UseEuiTheme } from '@elastic/eui/src/services';
2718
- export const euiTextColorStyles: ({ euiTheme }: UseEuiTheme) => {
2719
- euiTextColor: import("@emotion/utils").SerializedStyles;
2720
- default: import("@emotion/utils").SerializedStyles;
2721
- subdued: import("@emotion/utils").SerializedStyles;
2722
- success: import("@emotion/utils").SerializedStyles;
2723
- accent: import("@emotion/utils").SerializedStyles;
2724
- danger: import("@emotion/utils").SerializedStyles;
2725
- warning: import("@emotion/utils").SerializedStyles;
2726
- ghost: import("@emotion/utils").SerializedStyles;
2727
- inherit: import("@emotion/utils").SerializedStyles;
2728
- customColor: import("@emotion/utils").SerializedStyles;
2729
- };
2730
-
2731
- }
2732
- declare module '@elastic/eui/src/components/text/text_color' {
2733
- import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
2734
- import { CommonProps } from '@elastic/eui/src/components/common';
2735
- export const COLORS: readonly ["default", "subdued", "success", "accent", "danger", "warning", "ghost", "inherit"];
2736
- export type TextColor = typeof COLORS[number];
2737
- export type EuiTextColorProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement> & HTMLAttributes<HTMLSpanElement>, 'color'> & {
2738
- /**
2739
- * Any of our named colors or a `hex`, `rgb` or `rgba` value.
2740
- */
2741
- color?: TextColor | CSSProperties['color'];
2742
- /**
2743
- * Determines the root element
2744
- */
2745
- component?: 'div' | 'span';
2746
- /**
2747
- * Applies text styling to the child element instead of rendering a parent wrapper `span`/`div`.
2748
- * Can only be used when wrapping a *single* child element/tag, and not raw text.
2749
- */
2750
- cloneElement?: boolean;
2751
- };
2752
- export const EuiTextColor: FunctionComponent<EuiTextColorProps>;
2753
-
2754
- }
2755
- declare module '@elastic/eui/src/components/text/text_align.styles' {
2756
- export const euiTextAlignStyles: () => {
2757
- euiTextAlign: import("@emotion/utils").SerializedStyles;
2758
- left: import("@emotion/utils").SerializedStyles;
2759
- right: import("@emotion/utils").SerializedStyles;
2760
- center: import("@emotion/utils").SerializedStyles;
2761
- };
2762
-
2763
- }
2764
- declare module '@elastic/eui/src/components/text/text_align' {
2765
- import { FunctionComponent, HTMLAttributes } from 'react';
2766
- import { CommonProps } from '@elastic/eui/src/components/common';
2767
- export const ALIGNMENTS: readonly ["left", "right", "center"];
2768
- export type TextAlignment = typeof ALIGNMENTS[number];
2769
- export type EuiTextAlignProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
2770
- textAlign?: TextAlignment;
2771
- /**
2772
- * Applies text styling to the child element instead of rendering a parent wrapper `div`.
2773
- * Can only be used when wrapping a *single* child element/tag, and not raw text.
2774
- */
2775
- cloneElement?: boolean;
2776
- };
2777
- export const EuiTextAlign: FunctionComponent<EuiTextAlignProps>;
2778
-
2779
- }
2780
- declare module '@elastic/eui/src/components/text/text' {
2781
- import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
2782
- import { CommonProps } from '@elastic/eui/src/components/common';
2783
- import { TextColor } from '@elastic/eui/src/components/text/text_color';
2784
- import { TextAlignment } from '@elastic/eui/src/components/text/text_align';
2785
- export const TEXT_SIZES: readonly ["xs", "s", "m", "relative"];
2786
- export type TextSize = typeof TEXT_SIZES[number];
2787
- export type EuiTextProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement>, 'color'> & {
2788
- textAlign?: TextAlignment;
2789
- /**
2790
- * Determines the text size. Choose `relative` to control the `font-size` based on the value of a parent container.
2791
- */
2792
- size?: TextSize;
2793
- /**
2794
- * Any of our named colors or a `hex`, `rgb` or `rgba` value.
2795
- * @default inherit
2796
- */
2797
- color?: TextColor | CSSProperties['color'];
2798
- grow?: boolean;
2799
- };
2800
- export const EuiText: FunctionComponent<EuiTextProps>;
2801
-
2802
2964
  }
2803
2965
  declare module '@elastic/eui/src/components/text' {
2804
2966
  export type { EuiTextProps } from '@elastic/eui/src/components/text/text';
@@ -6858,7 +7020,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
6858
7020
  * @param height A string value for the LTR height
6859
7021
  * @returns `string` Returns the logical CSS properties for height and width
6860
7022
  */
6861
- export const logicalSizeCSS: (width: any, height: any) => string;
7023
+ export const logicalSizeCSS: (width: any, height?: any) => string;
6862
7024
  /**
6863
7025
  *
6864
7026
  * @param width A string value for the LTR width
@@ -7851,11 +8013,6 @@ declare module '@elastic/eui/src/global_styling/reset/global_styles' {
7851
8013
  }
7852
8014
  export const EuiGlobalStyles: ({}: EuiGlobalStylesProps) => JSX.Element;
7853
8015
 
7854
- }
7855
- declare module '@elastic/eui/src/global_styling/utility/animations' {
7856
- export const euiAnimFadeIn: import("@emotion/serialize").Keyframes;
7857
- export const euiAnimSlideInUp: (size: string) => import("@emotion/serialize").Keyframes;
7858
-
7859
8016
  }
7860
8017
  declare module '@elastic/eui/src/global_styling' {
7861
8018
  export * from '@elastic/eui/src/global_styling/reset/global_styles';
@@ -15878,8 +16035,8 @@ declare module '@elastic/eui/src/components/modal/modal_header' {
15878
16035
  }
15879
16036
  declare module '@elastic/eui/src/components/modal/modal_header_title' {
15880
16037
  import { FunctionComponent, HTMLAttributes, ElementType } from 'react';
15881
- import { CommonProps } from '@elastic/eui/src/components/common';
15882
- export type EuiModalHeaderTitleProps = FunctionComponent<HTMLAttributes<HTMLHeadingElement> & CommonProps & {
16038
+ import { EuiTitleProps } from '@elastic/eui/src/components/title';
16039
+ export type EuiModalHeaderTitleProps = FunctionComponent<Omit<EuiTitleProps, 'children'> & HTMLAttributes<HTMLHeadingElement> & {
15883
16040
  /**
15884
16041
  * The tag to render. Can be changed to a lower heading
15885
16042
  * level like `h2` or a container `div`.
@@ -20957,6 +21114,7 @@ declare module '@elastic/eui/src/components' {
20957
21114
  export * from '@elastic/eui/src/components/search_bar';
20958
21115
  export * from '@elastic/eui/src/components/selectable';
20959
21116
  export * from '@elastic/eui/src/components/side_nav';
21117
+ export * from '@elastic/eui/src/components/skeleton';
20960
21118
  export * from '@elastic/eui/src/components/spacer';
20961
21119
  export * from '@elastic/eui/src/components/stat';
20962
21120
  export * from '@elastic/eui/src/components/steps';
@@ -22474,6 +22632,16 @@ declare module '@elastic/eui/src/components/icon/assets/eraser' {
22474
22632
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22475
22633
  export {};
22476
22634
 
22635
+ }
22636
+ declare module '@elastic/eui/src/components/icon/assets/error' {
22637
+ import * as React from 'react';
22638
+ interface SVGRProps {
22639
+ title?: string;
22640
+ titleId?: string;
22641
+ }
22642
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22643
+ export {};
22644
+
22477
22645
  }
22478
22646
  declare module '@elastic/eui/src/components/icon/assets/exit' {
22479
22647
  import * as React from 'react';
@@ -26064,6 +26232,8 @@ declare module '@elastic/eui' {
26064
26232
  "euiSelectable.placeholderName": any;
26065
26233
  "euiSelectable.searchResults": any;
26066
26234
  "euiSelectable.screenReaderInstructions": any;
26235
+ "euiSkeletonLoading.loadingAriaText": any;
26236
+ "euiSkeletonLoading.loadedAriaText": any;
26067
26237
  "euiStat.loadingText": any;
26068
26238
  "euiStepStrings.step": any;
26069
26239
  "euiStepStrings.simpleStep": any;