@elastic/eui 67.1.2 → 68.0.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 (382) hide show
  1. package/dist/eui_theme_dark.css +17 -292
  2. package/dist/eui_theme_dark.json +10 -32
  3. package/dist/eui_theme_dark.json.d.ts +6 -28
  4. package/dist/eui_theme_dark.min.css +1 -1
  5. package/dist/eui_theme_light.css +17 -292
  6. package/dist/eui_theme_light.json +10 -32
  7. package/dist/eui_theme_light.json.d.ts +6 -28
  8. package/dist/eui_theme_light.min.css +1 -1
  9. package/es/components/accessibility/skip_link/skip_link.js +78 -63
  10. package/es/components/avatar/avatar.js +1 -1
  11. package/es/components/badge/badge.js +1 -1
  12. package/es/components/badge/badge_group/badge_group.js +11 -16
  13. package/es/components/badge/badge_group/badge_group.styles.js +19 -0
  14. package/es/components/badge/beta_badge/beta_badge.js +17 -27
  15. package/es/components/badge/beta_badge/beta_badge.styles.js +73 -0
  16. package/es/components/badge/notification_badge/badge_notification.js +11 -14
  17. package/es/components/badge/notification_badge/badge_notification.styles.js +27 -0
  18. package/es/components/basic_table/basic_table.js +1 -1
  19. package/es/components/basic_table/collapsed_item_actions.js +1 -1
  20. package/es/components/basic_table/in_memory_table.js +1 -1
  21. package/es/components/button/_button_content_deprecated.js +1 -1
  22. package/es/components/button/button_display/_button_display.js +1 -1
  23. package/es/components/button/button_display/_button_display_content.js +1 -1
  24. package/es/components/button/button_empty/button_empty.js +1 -1
  25. package/es/components/button/button_group/button_group.js +1 -1
  26. package/es/components/button/button_group/button_group_button.js +1 -1
  27. package/es/components/button/button_icon/button_icon.js +1 -1
  28. package/es/components/call_out/call_out.js +1 -1
  29. package/es/components/card/card.js +3 -3
  30. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  31. package/es/components/color_picker/color_stops/color_stop_thumb.js +21 -5
  32. package/es/components/color_picker/color_stops/color_stops.js +14 -4
  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/datagrid/body/data_grid_body.js +40 -39
  38. package/es/components/datagrid/body/data_grid_cell.js +75 -74
  39. package/es/components/datagrid/body/header/data_grid_header_cell.js +39 -38
  40. package/es/components/datagrid/body/header/data_grid_header_row.js +40 -39
  41. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  42. package/es/components/datagrid/data_grid.js +40 -39
  43. package/es/components/datagrid/utils/in_memory.js +39 -38
  44. package/es/components/date_picker/date_picker.js +2 -2
  45. package/es/components/date_picker/date_picker_range.js +1 -1
  46. package/es/components/date_picker/super_date_picker/super_date_picker.js +5 -3
  47. package/es/components/empty_prompt/empty_prompt.js +1 -1
  48. package/es/components/flyout/flyout.styles.js +6 -5
  49. package/es/components/flyout/index.js +2 -1
  50. package/es/components/form/checkbox/checkbox.js +9 -1
  51. package/es/components/form/field_number/field_number.js +1 -1
  52. package/es/components/form/field_text/field_text.js +2 -2
  53. package/es/components/form/form.styles.js +99 -3
  54. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  55. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  56. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  57. package/es/components/form/range/dual_range.js +9 -1
  58. package/es/components/form/switch/switch.js +9 -1
  59. package/es/components/header/header_links/header_link.js +1 -1
  60. package/es/components/header/header_links/header_links.js +1 -1
  61. package/es/components/header/header_logo.js +1 -1
  62. package/es/components/icon/assets/beta.js +38 -0
  63. package/es/components/icon/assets/launch.js +45 -0
  64. package/es/components/icon/assets/spaces.js +41 -0
  65. package/es/components/icon/icon.js +1 -1
  66. package/es/components/icon/icon_map.js +3 -0
  67. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  68. package/es/components/list_group/list_group.js +48 -55
  69. package/es/components/list_group/list_group.styles.js +47 -0
  70. package/es/components/list_group/list_group_item.js +70 -59
  71. package/es/components/list_group/list_group_item.styles.js +95 -0
  72. package/es/components/list_group/list_group_item_extra_action.js +94 -0
  73. package/es/components/list_group/list_group_item_extra_action.styles.js +38 -0
  74. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +43 -38
  75. package/es/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +30 -0
  76. package/es/components/loading/loading_logo.js +1 -1
  77. package/es/components/markdown_editor/markdown_editor.js +1 -1
  78. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  79. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  80. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  81. package/es/components/notification/notification_event.js +2 -2
  82. package/es/components/notification/notification_event_meta.js +1 -1
  83. package/es/components/page/page_header/page_header_content.js +1 -1
  84. package/es/components/pagination/pagination_button.js +1 -1
  85. package/es/components/popover/input_popover.js +3 -2
  86. package/es/components/resizable_container/resizable_panel.js +2 -4
  87. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  88. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  89. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  90. package/es/components/suggest/suggest.js +1 -1
  91. package/es/components/suggest/suggest_item.js +1 -1
  92. package/es/components/table/table_header_button.js +1 -1
  93. package/es/components/timeline/timeline_item_icon.js +1 -1
  94. package/es/components/toast/global_toast_list.js +1 -1
  95. package/es/components/toast/toast.js +1 -1
  96. package/es/components/tool_tip/icon_tip.js +1 -1
  97. package/es/services/color/manipulation.js +9 -0
  98. package/es/services/index.js +1 -1
  99. package/es/test/rtl/component_helpers.d.ts +3 -0
  100. package/es/test/rtl/component_helpers.js +4 -1
  101. package/eui.d.ts +269 -64
  102. package/i18ntokens.json +20 -20
  103. package/lib/components/accessibility/skip_link/skip_link.js +84 -63
  104. package/lib/components/avatar/avatar.js +1 -1
  105. package/lib/components/badge/badge.js +1 -1
  106. package/lib/components/badge/badge_group/badge_group.js +12 -16
  107. package/lib/components/badge/badge_group/badge_group.styles.js +30 -0
  108. package/lib/components/badge/beta_badge/beta_badge.js +18 -29
  109. package/lib/components/badge/beta_badge/beta_badge.styles.js +80 -0
  110. package/lib/components/badge/notification_badge/badge_notification.js +12 -14
  111. package/lib/components/badge/notification_badge/badge_notification.styles.js +40 -0
  112. package/lib/components/basic_table/basic_table.js +1 -1
  113. package/lib/components/basic_table/collapsed_item_actions.js +1 -1
  114. package/lib/components/basic_table/in_memory_table.js +1 -1
  115. package/lib/components/button/_button_content_deprecated.js +1 -1
  116. package/lib/components/button/button_display/_button_display.js +1 -1
  117. package/lib/components/button/button_display/_button_display_content.js +1 -1
  118. package/lib/components/button/button_empty/button_empty.js +1 -1
  119. package/lib/components/button/button_group/button_group.js +1 -1
  120. package/lib/components/button/button_group/button_group_button.js +1 -1
  121. package/lib/components/button/button_icon/button_icon.js +1 -1
  122. package/lib/components/call_out/call_out.js +1 -1
  123. package/lib/components/card/card.js +3 -3
  124. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  125. package/lib/components/color_picker/color_stops/color_stop_thumb.js +21 -5
  126. package/lib/components/color_picker/color_stops/color_stops.js +14 -4
  127. package/lib/components/comment_list/comment.js +2 -2
  128. package/lib/components/comment_list/comment_event.js +1 -1
  129. package/lib/components/comment_list/comment_list.js +2 -2
  130. package/lib/components/comment_list/comment_timeline.js +1 -1
  131. package/lib/components/datagrid/body/data_grid_body.js +40 -39
  132. package/lib/components/datagrid/body/data_grid_cell.js +75 -74
  133. package/lib/components/datagrid/body/header/data_grid_header_cell.js +39 -38
  134. package/lib/components/datagrid/body/header/data_grid_header_row.js +40 -39
  135. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  136. package/lib/components/datagrid/data_grid.js +40 -39
  137. package/lib/components/datagrid/utils/in_memory.js +39 -38
  138. package/lib/components/date_picker/date_picker.js +2 -2
  139. package/lib/components/date_picker/date_picker_range.js +1 -1
  140. package/lib/components/date_picker/super_date_picker/super_date_picker.js +5 -3
  141. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  142. package/lib/components/flyout/flyout.styles.js +6 -3
  143. package/lib/components/flyout/index.js +15 -1
  144. package/lib/components/form/checkbox/checkbox.js +10 -3
  145. package/lib/components/form/field_number/field_number.js +1 -1
  146. package/lib/components/form/field_text/field_text.js +2 -2
  147. package/lib/components/form/form.styles.js +110 -13
  148. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  149. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  150. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  151. package/lib/components/form/range/dual_range.js +10 -3
  152. package/lib/components/form/switch/switch.js +10 -3
  153. package/lib/components/header/header_links/header_link.js +1 -1
  154. package/lib/components/header/header_links/header_links.js +1 -1
  155. package/lib/components/header/header_logo.js +1 -1
  156. package/lib/components/icon/assets/beta.js +45 -0
  157. package/lib/components/icon/assets/launch.js +52 -0
  158. package/lib/components/icon/assets/spaces.js +48 -0
  159. package/lib/components/icon/icon.js +1 -1
  160. package/lib/components/icon/icon_map.js +3 -0
  161. package/lib/components/icon/svgs/beta.svg +3 -0
  162. package/lib/components/icon/svgs/launch.svg +5 -0
  163. package/lib/components/icon/svgs/spaces.svg +3 -0
  164. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  165. package/lib/components/list_group/list_group.js +52 -55
  166. package/lib/components/list_group/list_group.styles.js +51 -0
  167. package/lib/components/list_group/list_group_item.js +72 -59
  168. package/lib/components/list_group/list_group_item.styles.js +111 -0
  169. package/lib/components/list_group/list_group_item_extra_action.js +105 -0
  170. package/lib/components/list_group/list_group_item_extra_action.styles.js +41 -0
  171. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +45 -39
  172. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
  173. package/lib/components/loading/loading_logo.js +1 -1
  174. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  175. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  176. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  177. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  178. package/lib/components/notification/notification_event.js +2 -2
  179. package/lib/components/notification/notification_event_meta.js +1 -1
  180. package/lib/components/page/page_header/page_header_content.js +1 -1
  181. package/lib/components/popover/input_popover.js +2 -1
  182. package/lib/components/resizable_container/resizable_panel.js +2 -4
  183. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  184. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  185. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  186. package/lib/components/suggest/suggest.js +1 -1
  187. package/lib/components/suggest/suggest_item.js +1 -1
  188. package/lib/components/table/table_header_button.js +1 -1
  189. package/lib/components/timeline/timeline_item_icon.js +1 -1
  190. package/lib/components/toast/global_toast_list.js +1 -1
  191. package/lib/components/toast/toast.js +1 -1
  192. package/lib/components/tool_tip/icon_tip.js +1 -1
  193. package/lib/services/color/manipulation.js +14 -2
  194. package/lib/services/index.js +7 -0
  195. package/lib/test/rtl/component_helpers.d.ts +3 -0
  196. package/lib/test/rtl/component_helpers.js +4 -1
  197. package/optimize/es/components/accessibility/skip_link/skip_link.js +58 -40
  198. package/optimize/es/components/badge/badge_group/badge_group.js +9 -13
  199. package/optimize/es/components/badge/badge_group/badge_group.styles.js +19 -0
  200. package/optimize/es/components/badge/beta_badge/beta_badge.js +14 -24
  201. package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +63 -0
  202. package/optimize/es/components/badge/notification_badge/badge_notification.js +9 -12
  203. package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +27 -0
  204. package/optimize/es/components/color_picker/color_stops/color_stop_thumb.js +15 -5
  205. package/optimize/es/components/color_picker/color_stops/color_stops.js +9 -4
  206. package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +5 -3
  207. package/optimize/es/components/flyout/flyout.styles.js +6 -5
  208. package/optimize/es/components/flyout/index.js +2 -1
  209. package/optimize/es/components/form/checkbox/checkbox.js +9 -1
  210. package/optimize/es/components/form/form.styles.js +99 -3
  211. package/optimize/es/components/form/range/dual_range.js +9 -1
  212. package/optimize/es/components/form/switch/switch.js +9 -1
  213. package/optimize/es/components/icon/assets/beta.js +34 -0
  214. package/optimize/es/components/icon/assets/launch.js +41 -0
  215. package/optimize/es/components/icon/assets/spaces.js +37 -0
  216. package/optimize/es/components/icon/icon_map.js +3 -0
  217. package/optimize/es/components/list_group/list_group.js +30 -39
  218. package/optimize/es/components/list_group/list_group.styles.js +47 -0
  219. package/optimize/es/components/list_group/list_group_item.js +61 -51
  220. package/optimize/es/components/list_group/list_group_item.styles.js +95 -0
  221. package/optimize/es/components/list_group/list_group_item_extra_action.js +38 -0
  222. package/optimize/es/components/list_group/list_group_item_extra_action.styles.js +38 -0
  223. package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.js +16 -14
  224. package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +30 -0
  225. package/optimize/es/components/popover/input_popover.js +3 -2
  226. package/optimize/es/components/resizable_container/resizable_panel.js +2 -4
  227. package/optimize/es/services/color/manipulation.js +9 -0
  228. package/optimize/es/services/index.js +1 -1
  229. package/optimize/es/test/rtl/component_helpers.d.ts +3 -0
  230. package/optimize/es/test/rtl/component_helpers.js +4 -1
  231. package/optimize/lib/components/accessibility/skip_link/skip_link.js +70 -46
  232. package/optimize/lib/components/badge/badge_group/badge_group.js +10 -13
  233. package/optimize/lib/components/badge/badge_group/badge_group.styles.js +30 -0
  234. package/optimize/lib/components/badge/beta_badge/beta_badge.js +15 -26
  235. package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +72 -0
  236. package/optimize/lib/components/badge/notification_badge/badge_notification.js +10 -12
  237. package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +40 -0
  238. package/optimize/lib/components/color_picker/color_stops/color_stop_thumb.js +17 -12
  239. package/optimize/lib/components/color_picker/color_stops/color_stops.js +11 -4
  240. package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +5 -3
  241. package/optimize/lib/components/flyout/flyout.styles.js +6 -3
  242. package/optimize/lib/components/flyout/index.js +15 -1
  243. package/optimize/lib/components/form/checkbox/checkbox.js +10 -3
  244. package/optimize/lib/components/form/form.styles.js +112 -13
  245. package/optimize/lib/components/form/range/dual_range.js +10 -3
  246. package/optimize/lib/components/form/switch/switch.js +10 -3
  247. package/optimize/lib/components/icon/assets/beta.js +44 -0
  248. package/optimize/lib/components/icon/assets/launch.js +51 -0
  249. package/optimize/lib/components/icon/assets/spaces.js +47 -0
  250. package/optimize/lib/components/icon/icon_map.js +3 -0
  251. package/optimize/lib/components/icon/svgs/beta.svg +3 -0
  252. package/optimize/lib/components/icon/svgs/launch.svg +5 -0
  253. package/optimize/lib/components/icon/svgs/spaces.svg +3 -0
  254. package/optimize/lib/components/list_group/list_group.js +34 -39
  255. package/optimize/lib/components/list_group/list_group.styles.js +51 -0
  256. package/optimize/lib/components/list_group/list_group_item.js +63 -51
  257. package/optimize/lib/components/list_group/list_group_item.styles.js +111 -0
  258. package/optimize/lib/components/list_group/list_group_item_extra_action.js +49 -0
  259. package/optimize/lib/components/list_group/list_group_item_extra_action.styles.js +41 -0
  260. package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +18 -15
  261. package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
  262. package/optimize/lib/components/popover/input_popover.js +2 -1
  263. package/optimize/lib/components/resizable_container/resizable_panel.js +2 -4
  264. package/optimize/lib/services/color/manipulation.js +14 -2
  265. package/optimize/lib/services/index.js +7 -0
  266. package/optimize/lib/test/rtl/component_helpers.d.ts +3 -0
  267. package/optimize/lib/test/rtl/component_helpers.js +4 -1
  268. package/package.json +2 -2
  269. package/src/components/index.scss +0 -2
  270. package/src/global_styling/mixins/_form.scss +13 -4
  271. package/src/global_styling/variables/_borders.scss +2 -2
  272. package/src/global_styling/variables/_form.scss +17 -9
  273. package/src/themes/amsterdam/global_styling/mixins/_index.scss +0 -1
  274. package/src/themes/amsterdam/global_styling/variables/_index.scss +0 -2
  275. package/src/themes/amsterdam/overrides/_index.scss +0 -2
  276. package/test-env/components/accessibility/skip_link/skip_link.js +74 -63
  277. package/test-env/components/avatar/avatar.js +1 -1
  278. package/test-env/components/badge/badge.js +1 -1
  279. package/test-env/components/badge/badge_group/badge_group.js +12 -16
  280. package/test-env/components/badge/badge_group/badge_group.styles.js +30 -0
  281. package/test-env/components/badge/beta_badge/beta_badge.js +18 -29
  282. package/test-env/components/badge/beta_badge/beta_badge.styles.js +72 -0
  283. package/test-env/components/badge/notification_badge/badge_notification.js +12 -14
  284. package/test-env/components/badge/notification_badge/badge_notification.styles.js +40 -0
  285. package/test-env/components/basic_table/basic_table.js +1 -1
  286. package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
  287. package/test-env/components/basic_table/in_memory_table.js +1 -1
  288. package/test-env/components/button/_button_content_deprecated.js +1 -1
  289. package/test-env/components/button/button_display/_button_display.js +1 -1
  290. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  291. package/test-env/components/button/button_empty/button_empty.js +1 -1
  292. package/test-env/components/button/button_group/button_group.js +1 -1
  293. package/test-env/components/button/button_group/button_group_button.js +1 -1
  294. package/test-env/components/button/button_icon/button_icon.js +1 -1
  295. package/test-env/components/call_out/call_out.js +1 -1
  296. package/test-env/components/card/card.js +3 -3
  297. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  298. package/test-env/components/color_picker/color_stops/color_stop_thumb.js +18 -12
  299. package/test-env/components/color_picker/color_stops/color_stops.js +12 -5
  300. package/test-env/components/comment_list/comment.js +2 -2
  301. package/test-env/components/comment_list/comment_event.js +1 -1
  302. package/test-env/components/comment_list/comment_list.js +2 -2
  303. package/test-env/components/comment_list/comment_timeline.js +1 -1
  304. package/test-env/components/datagrid/body/data_grid_body.js +40 -39
  305. package/test-env/components/datagrid/body/data_grid_cell.js +75 -74
  306. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +39 -38
  307. package/test-env/components/datagrid/body/header/data_grid_header_row.js +40 -39
  308. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  309. package/test-env/components/datagrid/data_grid.js +40 -39
  310. package/test-env/components/datagrid/utils/in_memory.js +39 -38
  311. package/test-env/components/date_picker/date_picker.js +2 -2
  312. package/test-env/components/date_picker/date_picker_range.js +1 -1
  313. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +5 -3
  314. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  315. package/test-env/components/flyout/flyout.styles.js +6 -3
  316. package/test-env/components/flyout/index.js +15 -1
  317. package/test-env/components/form/checkbox/checkbox.js +10 -3
  318. package/test-env/components/form/field_number/field_number.js +1 -1
  319. package/test-env/components/form/field_text/field_text.js +2 -2
  320. package/test-env/components/form/form.styles.js +112 -13
  321. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  322. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  323. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  324. package/test-env/components/form/range/dual_range.js +10 -3
  325. package/test-env/components/form/switch/switch.js +10 -3
  326. package/test-env/components/header/header_links/header_link.js +1 -1
  327. package/test-env/components/header/header_links/header_links.js +1 -1
  328. package/test-env/components/header/header_logo.js +1 -1
  329. package/test-env/components/icon/assets/beta.js +44 -0
  330. package/test-env/components/icon/assets/launch.js +51 -0
  331. package/test-env/components/icon/assets/spaces.js +47 -0
  332. package/test-env/components/icon/icon_map.js +3 -0
  333. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  334. package/test-env/components/list_group/list_group.js +52 -55
  335. package/test-env/components/list_group/list_group.styles.js +51 -0
  336. package/test-env/components/list_group/list_group_item.js +72 -59
  337. package/test-env/components/list_group/list_group_item.styles.js +111 -0
  338. package/test-env/components/list_group/list_group_item_extra_action.js +102 -0
  339. package/test-env/components/list_group/list_group_item_extra_action.styles.js +41 -0
  340. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +45 -39
  341. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
  342. package/test-env/components/loading/loading_logo.js +1 -1
  343. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  344. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  345. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  346. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  347. package/test-env/components/notification/notification_event.js +2 -2
  348. package/test-env/components/notification/notification_event_meta.js +1 -1
  349. package/test-env/components/page/page_header/page_header_content.js +1 -1
  350. package/test-env/components/popover/input_popover.js +2 -1
  351. package/test-env/components/resizable_container/resizable_panel.js +2 -4
  352. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  353. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  354. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  355. package/test-env/components/suggest/suggest.js +1 -1
  356. package/test-env/components/suggest/suggest_item.js +1 -1
  357. package/test-env/components/table/table_header_button.js +1 -1
  358. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  359. package/test-env/components/toast/global_toast_list.js +1 -1
  360. package/test-env/components/toast/toast.js +1 -1
  361. package/test-env/components/tool_tip/icon_tip.js +1 -1
  362. package/test-env/services/color/manipulation.js +14 -2
  363. package/test-env/services/index.js +7 -0
  364. package/test-env/test/rtl/component_helpers.js +4 -1
  365. package/src/components/badge/_index.scss +0 -3
  366. package/src/components/badge/badge_group/_badge_group.scss +0 -23
  367. package/src/components/badge/badge_group/_index.scss +0 -1
  368. package/src/components/badge/beta_badge/_beta_badge.scss +0 -91
  369. package/src/components/badge/beta_badge/_index.scss +0 -1
  370. package/src/components/badge/notification_badge/_index.scss +0 -1
  371. package/src/components/badge/notification_badge/_notification_badge.scss +0 -34
  372. package/src/components/list_group/_index.scss +0 -5
  373. package/src/components/list_group/_list_group.scss +0 -32
  374. package/src/components/list_group/_list_group_item.scss +0 -151
  375. package/src/components/list_group/_variables.scss +0 -21
  376. package/src/components/list_group/pinnable_list_group/_index.scss +0 -1
  377. package/src/components/list_group/pinnable_list_group/_pinnable_list_group.scss +0 -9
  378. package/src/themes/amsterdam/global_styling/mixins/_form.scss +0 -47
  379. package/src/themes/amsterdam/global_styling/variables/_borders.scss +0 -2
  380. package/src/themes/amsterdam/global_styling/variables/_form.scss +0 -23
  381. package/src/themes/amsterdam/overrides/_list_group_item.scss +0 -3
  382. package/src/themes/amsterdam/overrides/_notification_badge.scss +0 -4
package/eui.d.ts CHANGED
@@ -959,6 +959,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
959
959
  beaker: string;
960
960
  bell: string;
961
961
  bellSlash: string;
962
+ beta: string;
962
963
  bolt: string;
963
964
  boxesHorizontal: string;
964
965
  boxesVertical: string;
@@ -1114,6 +1115,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
1114
1115
  kqlValue: string;
1115
1116
  kubernetesNode: string;
1116
1117
  kubernetesPod: string;
1118
+ launch: string;
1117
1119
  layers: string;
1118
1120
  lensApp: string;
1119
1121
  lettering: string;
@@ -1266,6 +1268,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
1266
1268
  sortRight: string;
1267
1269
  sortUp: string;
1268
1270
  sortable: string;
1271
+ spaces: string;
1269
1272
  spacesApp: string;
1270
1273
  sqlApp: string;
1271
1274
  starEmpty: string;
@@ -1447,7 +1450,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1447
1450
  import { WithEuiThemeProps } from '@elastic/eui/src/services';
1448
1451
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
1449
1452
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
1450
- export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "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" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "sortLeft" | "sortRight" | "sortable" | "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")[];
1453
+ export const TYPES: ("string" | "number" | "function" | "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" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "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" | "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")[];
1451
1454
  export type EuiIconType = keyof typeof typeToPathMap;
1452
1455
  export type IconType = EuiIconType | string | ComponentType;
1453
1456
  export type IconColor = string | NamedColor;
@@ -1490,7 +1493,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1490
1493
  isLoading: boolean;
1491
1494
  neededLoading: boolean;
1492
1495
  }
1493
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "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" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "sortLeft" | "sortRight" | "sortable" | "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;
1496
+ export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "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" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "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" | "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;
1494
1497
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
1495
1498
  [iconType: string]: React.ComponentType<{}>;
1496
1499
  }) => void;
@@ -4631,7 +4634,47 @@ declare module '@elastic/eui/src/components/observer/resize_observer' {
4631
4634
  }
4632
4635
  declare module '@elastic/eui/src/components/form/form.styles' {
4633
4636
  import { UseEuiTheme } from '@elastic/eui/src/services';
4634
- export const euiFormMaxWidth: ({ euiTheme }: UseEuiTheme) => string;
4637
+ export const euiFormVariables: (euiThemeContext: UseEuiTheme) => {
4638
+ controlLayoutGroupInputHeight: string | undefined;
4639
+ controlLayoutGroupInputCompressedHeight: string | undefined;
4640
+ controlLayoutGroupInputCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
4641
+ controlIconSize: {
4642
+ s: string;
4643
+ m: string;
4644
+ l: string;
4645
+ xl: string;
4646
+ xxl: string;
4647
+ };
4648
+ customControlDisabledIconColor: string;
4649
+ customControlBorderColor: string;
4650
+ backgroundColor: string;
4651
+ backgroundDisabledColor: string;
4652
+ backgroundReadOnlyColor: string;
4653
+ borderColor: string;
4654
+ borderDisabledColor: string;
4655
+ controlDisabledColor: string;
4656
+ controlBoxShadow: string;
4657
+ controlPlaceholderText: string;
4658
+ inputGroupLabelBackground: string;
4659
+ inputGroupBorder: string;
4660
+ maxWidth: string | undefined;
4661
+ controlHeight: string;
4662
+ controlCompressedHeight: string;
4663
+ controlPadding: string;
4664
+ controlCompressedPadding: string;
4665
+ controlBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
4666
+ controlCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
4667
+ };
4668
+ export const euiFormControlSize: (euiThemeContext: UseEuiTheme, options?: {
4669
+ height?: string;
4670
+ fullWidth?: boolean;
4671
+ compressed?: boolean;
4672
+ inGroup?: boolean;
4673
+ }) => string;
4674
+ export const euiCustomControl: (euiThemeContext: UseEuiTheme, options?: {
4675
+ type?: 'round' | 'square';
4676
+ size?: string;
4677
+ }) => string;
4635
4678
 
4636
4679
  }
4637
4680
  declare module '@elastic/eui/src/components/popover/input_popover' {
@@ -6043,7 +6086,7 @@ declare module '@elastic/eui/src/components/color_picker/color_picker' {
6043
6086
 
6044
6087
  }
6045
6088
  declare module '@elastic/eui/src/components/color_picker/color_stops/color_stop_thumb' {
6046
- import { FunctionComponent } from 'react';
6089
+ import { FunctionComponent, CSSProperties } from 'react';
6047
6090
  import { CommonProps } from '@elastic/eui/src/components/common';
6048
6091
  import { EuiColorPickerProps } from '@elastic/eui/src/components/color_picker/color_picker';
6049
6092
  import { EuiFieldNumberProps } from '@elastic/eui/src/components/form';
@@ -6075,6 +6118,7 @@ declare module '@elastic/eui/src/components/color_picker/color_stops/color_stop_
6075
6118
  closePopover: () => void;
6076
6119
  'data-index'?: string;
6077
6120
  'aria-valuetext'?: string;
6121
+ style?: CSSProperties;
6078
6122
  valueInputProps?: Partial<EuiFieldNumberProps>;
6079
6123
  }
6080
6124
  export const EuiColorStopThumb: FunctionComponent<EuiColorStopThumbProps>;
@@ -6187,6 +6231,12 @@ declare module '@elastic/eui/src/services/color/manipulation' {
6187
6231
  * @param color
6188
6232
  */
6189
6233
  export const lightness: (color: string) => number;
6234
+ /**
6235
+ * Returns the darken value of a color. 0-100
6236
+ * @param color - Color to manipulate
6237
+ * @param amount - Amount to change in absolute terms. 0-1.
6238
+ */
6239
+ export const darken: (color: string, amount: number) => string;
6190
6240
 
6191
6241
  }
6192
6242
  declare module '@elastic/eui/src/services/color/contrast' {
@@ -7103,7 +7153,7 @@ declare module '@elastic/eui/src/services' {
7103
7153
  export type { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
7104
7154
  export { useIsWithinBreakpoints, useIsWithinMaxBreakpoint, useIsWithinMinBreakpoint, CurrentEuiBreakpointContext, CurrentEuiBreakpointProvider, useCurrentEuiBreakpoint, } from '@elastic/eui/src/services/breakpoint';
7105
7155
  export type { HSV } from '@elastic/eui/src/services/color';
7106
- export { isColorDark, isValidHex, calculateContrast, calculateLuminance, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, rgbToHex, rgbToHsv, VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, colorPalette, euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplimentary, euiPaletteNegative, euiPalettePositive, euiPaletteCool, euiPaletteWarm, euiPaletteGray, getSteppedGradient, transparentize, tint, shade, tintOrShade, shadeOrTint, saturate, desaturate, lightness, makeHighContrastColor, makeDisabledContrastColor, wcagContrastMin, } from '@elastic/eui/src/services/color';
7156
+ export { isColorDark, isValidHex, calculateContrast, calculateLuminance, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, rgbToHex, rgbToHsv, VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, colorPalette, euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplimentary, euiPaletteNegative, euiPalettePositive, euiPaletteCool, euiPaletteWarm, euiPaletteGray, getSteppedGradient, transparentize, tint, shade, tintOrShade, shadeOrTint, saturate, desaturate, lightness, darken, makeHighContrastColor, makeDisabledContrastColor, wcagContrastMin, } from '@elastic/eui/src/services/color';
7107
7157
  export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker';
7108
7158
  export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker';
7109
7159
  export * from '@elastic/eui/src/services/console';
@@ -7407,7 +7457,7 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link.st
7407
7457
  declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
7408
7458
  import { FunctionComponent, Ref } from 'react';
7409
7459
  import { EuiButtonProps } from '@elastic/eui/src/components/button/button';
7410
- import { PropsForAnchor, PropsForButton, ExclusiveUnion } from '@elastic/eui/src/components/common';
7460
+ import { PropsForAnchor } from '@elastic/eui/src/components/common';
7411
7461
  export const POSITIONS: readonly ["static", "fixed", "absolute"]; type Positions = typeof POSITIONS[number];
7412
7462
  interface EuiSkipLinkInterface extends EuiButtonProps {
7413
7463
  /**
@@ -7420,6 +7470,12 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
7420
7470
  * will be prepended with a hash `#` and used as the link `href`
7421
7471
  */
7422
7472
  destinationId: string;
7473
+ /**
7474
+ * If no destination ID element exists or can be found, you may provide a string of
7475
+ * query selectors to fall back to (e.g. a `main` or `role="main"` element)
7476
+ * @default main
7477
+ */
7478
+ fallbackDestination?: string;
7423
7479
  /**
7424
7480
  * If default HTML anchor link behavior is not desired (e.g. for SPAs with hash routing),
7425
7481
  * setting this flag to true will manually scroll to and focus the destination element
@@ -7430,12 +7486,10 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
7430
7486
  * When position is fixed, this is forced to `0`
7431
7487
  */
7432
7488
  tabIndex?: number;
7433
- } type propsForAnchor = PropsForAnchor<EuiSkipLinkInterface, {
7489
+ }
7490
+ export type EuiSkipLinkProps = PropsForAnchor<EuiSkipLinkInterface, {
7434
7491
  buttonRef?: Ref<HTMLAnchorElement>;
7435
- }>; type propsForButton = PropsForButton<EuiSkipLinkInterface, {
7436
- buttonRef?: Ref<HTMLButtonElement>;
7437
7492
  }>;
7438
- export type EuiSkipLinkProps = ExclusiveUnion<propsForAnchor, propsForButton>;
7439
7493
  export const EuiSkipLink: FunctionComponent<EuiSkipLinkProps>;
7440
7494
  export {};
7441
7495
 
@@ -7813,23 +7867,40 @@ declare module '@elastic/eui/src/components/badge/badge' {
7813
7867
  export const EuiBadge: FunctionComponent<EuiBadgeProps>;
7814
7868
  export {};
7815
7869
 
7870
+ }
7871
+ declare module '@elastic/eui/src/components/badge/beta_badge/beta_badge.styles' {
7872
+ import { UseEuiTheme } from '@elastic/eui/src/services';
7873
+ export const euiBetaBadgeStyles: (euiThemeContext: UseEuiTheme) => {
7874
+ euiBetaBadge: import("@emotion/utils").SerializedStyles;
7875
+ accent: import("@emotion/utils").SerializedStyles;
7876
+ subdued: import("@emotion/utils").SerializedStyles;
7877
+ hollow: import("@emotion/utils").SerializedStyles;
7878
+ m: import("@emotion/utils").SerializedStyles;
7879
+ s: import("@emotion/utils").SerializedStyles;
7880
+ badgeSizes: {
7881
+ default: {
7882
+ m: string;
7883
+ s: string;
7884
+ };
7885
+ circle: {
7886
+ m: string;
7887
+ s: string;
7888
+ };
7889
+ };
7890
+ euiBetaBadge__icon: import("@emotion/utils").SerializedStyles;
7891
+ };
7892
+ export const getBadgeColors: (backgroundColor: string, { euiTheme }: UseEuiTheme) => string;
7893
+
7816
7894
  }
7817
7895
  declare module '@elastic/eui/src/components/badge/beta_badge/beta_badge' {
7818
7896
  import { AriaAttributes, FunctionComponent, HTMLAttributes, MouseEventHandler, ReactNode } from 'react';
7819
7897
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
7820
7898
  import { EuiToolTipProps, ToolTipPositions } from '@elastic/eui/src/components/tool_tip';
7821
- import { IconType } from '@elastic/eui/src/components/icon'; const colorToClassMap: {
7822
- accent: string;
7823
- subdued: string;
7824
- hollow: string;
7825
- };
7826
- export const COLORS: BetaBadgeColor[];
7827
- export type BetaBadgeColor = keyof typeof colorToClassMap;
7828
- export type BetaBadgeSize = 's' | 'm';
7829
- export const sizeToClassMap: {
7830
- [size in BetaBadgeSize]: string | null;
7831
- };
7832
- export const SIZES: BetaBadgeSize[]; type WithButtonProps = {
7899
+ import { IconType } from '@elastic/eui/src/components/icon';
7900
+ export const COLORS: readonly ["accent", "subdued", "hollow"];
7901
+ export type BetaBadgeColor = typeof COLORS[number];
7902
+ export const SIZES: readonly ["s", "m"];
7903
+ export type BetaBadgeSize = typeof SIZES[number]; type WithButtonProps = {
7833
7904
  /**
7834
7905
  * Will apply an onclick to the badge itself
7835
7906
  */
@@ -7896,20 +7967,25 @@ declare module '@elastic/eui/src/components/badge/beta_badge' {
7896
7967
  export type { EuiBetaBadgeProps } from '@elastic/eui/src/components/badge/beta_badge/beta_badge';
7897
7968
  export { EuiBetaBadge } from '@elastic/eui/src/components/badge/beta_badge/beta_badge';
7898
7969
 
7970
+ }
7971
+ declare module '@elastic/eui/src/components/badge/notification_badge/badge_notification.styles' {
7972
+ import { UseEuiTheme } from '@elastic/eui/src/services';
7973
+ export const euiNotificationBadgeStyles: (euiThemeContext: UseEuiTheme) => {
7974
+ euiNotificationBadge: import("@emotion/utils").SerializedStyles;
7975
+ s: import("@emotion/utils").SerializedStyles;
7976
+ m: import("@emotion/utils").SerializedStyles;
7977
+ accent: import("@emotion/utils").SerializedStyles;
7978
+ subdued: import("@emotion/utils").SerializedStyles;
7979
+ };
7980
+
7899
7981
  }
7900
7982
  declare module '@elastic/eui/src/components/badge/notification_badge/badge_notification' {
7901
7983
  import { HTMLAttributes, ReactNode, FunctionComponent } from 'react';
7902
- import { CommonProps } from '@elastic/eui/src/components/common'; const colorToClassMap: {
7903
- accent: null;
7904
- subdued: string;
7905
- };
7906
- export const COLORS: BadgeNotificationColor[];
7907
- export type BadgeNotificationColor = keyof typeof colorToClassMap; const sizeToClassNameMap: {
7908
- s: null;
7909
- m: string;
7910
- };
7911
- export const SIZES: BadgeNotificationSize[];
7912
- export type BadgeNotificationSize = keyof typeof sizeToClassNameMap;
7984
+ import { CommonProps } from '@elastic/eui/src/components/common';
7985
+ export const COLORS: readonly ["accent", "subdued"];
7986
+ export type BadgeNotificationColor = typeof COLORS[number];
7987
+ export const SIZES: readonly ["s", "m"];
7988
+ export type BadgeNotificationSize = typeof SIZES[number];
7913
7989
  export interface EuiNotificationBadgeProps extends CommonProps, Omit<HTMLAttributes<HTMLSpanElement>, 'color'> {
7914
7990
  /**
7915
7991
  * ReactNode to render as this component's content
@@ -7919,30 +7995,34 @@ declare module '@elastic/eui/src/components/badge/notification_badge/badge_notif
7919
7995
  color?: BadgeNotificationColor;
7920
7996
  }
7921
7997
  export const EuiNotificationBadge: FunctionComponent<EuiNotificationBadgeProps>;
7922
- export {};
7923
7998
 
7924
7999
  }
7925
8000
  declare module '@elastic/eui/src/components/badge/notification_badge' {
7926
8001
  export type { EuiNotificationBadgeProps } from '@elastic/eui/src/components/badge/notification_badge/badge_notification';
7927
8002
  export { EuiNotificationBadge } from '@elastic/eui/src/components/badge/notification_badge/badge_notification';
7928
8003
 
8004
+ }
8005
+ declare module '@elastic/eui/src/components/badge/badge_group/badge_group.styles' {
8006
+ import { UseEuiTheme } from '@elastic/eui/src/services';
8007
+ export const euiBadgeGroupStyles: ({ euiTheme }: UseEuiTheme) => {
8008
+ euiBadgeGroup: import("@emotion/utils").SerializedStyles;
8009
+ none: import("@emotion/utils").SerializedStyles;
8010
+ s: import("@emotion/utils").SerializedStyles;
8011
+ xs: import("@emotion/utils").SerializedStyles;
8012
+ };
8013
+
7929
8014
  }
7930
8015
  declare module '@elastic/eui/src/components/badge/badge_group/badge_group' {
7931
8016
  import React, { ReactNode } from 'react';
7932
- import { CommonProps } from '@elastic/eui/src/components/common'; const gutterSizeToClassNameMap: {
7933
- none: null;
7934
- xs: string;
7935
- s: string;
7936
- };
7937
- export const GUTTER_SIZES: ("s" | "xs" | "none")[]; type BadgeGroupGutterSize = keyof typeof gutterSizeToClassNameMap;
8017
+ import { CommonProps } from '@elastic/eui/src/components/common';
8018
+ export const GUTTER_SIZES: readonly ["none", "xs", "s"]; type BadgeGroupGutterSize = typeof GUTTER_SIZES[number];
7938
8019
  export interface EuiBadgeGroupProps {
7939
8020
  /**
7940
8021
  * Space between badges
7941
8022
  */
7942
8023
  gutterSize?: BadgeGroupGutterSize;
7943
8024
  /**
7944
- * Should be a list of EuiBadge's but can also be any other element
7945
- * Will apply an extra class to add spacing
8025
+ * Should be a list of `EuiBadge`s, but can also be any other element
7946
8026
  */
7947
8027
  children?: ReactNode;
7948
8028
  }
@@ -8733,6 +8813,8 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav_grou
8733
8813
  }
8734
8814
  declare module '@elastic/eui/src/components/flyout/flyout.styles' {
8735
8815
  import { UseEuiTheme } from '@elastic/eui/src/services';
8816
+ export const euiFlyoutSlideInRight: import("@emotion/serialize").Keyframes;
8817
+ export const euiFlyoutSlideInLeft: import("@emotion/serialize").Keyframes;
8736
8818
  export const euiFlyoutCloseButtonStyles: (euiThemeContext: UseEuiTheme) => {
8737
8819
  euiFlyout__closeButton: import("@emotion/utils").SerializedStyles;
8738
8820
  inside: import("@emotion/utils").SerializedStyles;
@@ -8940,6 +9022,7 @@ declare module '@elastic/eui/src/components/flyout' {
8940
9022
  export { EuiFlyoutFooter } from '@elastic/eui/src/components/flyout/flyout_footer';
8941
9023
  export type { EuiFlyoutHeaderProps } from '@elastic/eui/src/components/flyout/flyout_header';
8942
9024
  export { EuiFlyoutHeader } from '@elastic/eui/src/components/flyout/flyout_header';
9025
+ export { euiFlyoutSlideInRight, euiFlyoutSlideInLeft } from '@elastic/eui/src/components/flyout/flyout.styles';
8943
9026
 
8944
9027
  }
8945
9028
  declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav' {
@@ -10081,24 +10164,95 @@ declare module '@elastic/eui/src/components/control_bar' {
10081
10164
  export type { EuiControlBarProps } from '@elastic/eui/src/components/control_bar/control_bar';
10082
10165
  export { EuiControlBar } from '@elastic/eui/src/components/control_bar/control_bar';
10083
10166
 
10167
+ }
10168
+ declare module '@elastic/eui/src/components/list_group/list_group_item_extra_action.styles' {
10169
+ import { UseEuiTheme } from '@elastic/eui/src/services';
10170
+ export const euiListGroupItemExtraActionStyles: ({ euiTheme, }: UseEuiTheme) => {
10171
+ euiListGroupItemExtraAction: import("@emotion/utils").SerializedStyles;
10172
+ hoverStyles: import("@emotion/utils").SerializedStyles;
10173
+ alwaysShow: import("@emotion/utils").SerializedStyles;
10174
+ };
10175
+
10176
+ }
10177
+ declare module '@elastic/eui/src/components/list_group/list_group_item_extra_action' {
10178
+ import { FunctionComponent } from 'react';
10179
+ import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
10180
+ export type EuiListGroupItemExtraActionProps = {
10181
+ alwaysShow?: boolean;
10182
+ } & EuiButtonIconPropsForButton; type _FromEuiListGroupItem = {
10183
+ parentIsDisabled?: boolean;
10184
+ };
10185
+ export const EuiListGroupItemExtraAction: FunctionComponent<EuiListGroupItemExtraActionProps & _FromEuiListGroupItem>;
10186
+ export {};
10187
+
10188
+ }
10189
+ declare module '@elastic/eui/src/components/list_group/list_group_item.styles' {
10190
+ import { UseEuiTheme } from '@elastic/eui/src/services';
10191
+ export const euiListGroupItemStyles: (euiThemeContext: UseEuiTheme) => {
10192
+ euiListGroupItem: import("@emotion/utils").SerializedStyles;
10193
+ xs: import("@emotion/utils").SerializedStyles;
10194
+ s: import("@emotion/utils").SerializedStyles;
10195
+ m: import("@emotion/utils").SerializedStyles;
10196
+ l: import("@emotion/utils").SerializedStyles;
10197
+ colors: {
10198
+ isActive: {
10199
+ primary: import("@emotion/utils").SerializedStyles;
10200
+ text: import("@emotion/utils").SerializedStyles;
10201
+ subdued: import("@emotion/utils").SerializedStyles;
10202
+ };
10203
+ isClickable: {
10204
+ primary: import("@emotion/utils").SerializedStyles;
10205
+ text: import("@emotion/utils").SerializedStyles;
10206
+ subdued: import("@emotion/utils").SerializedStyles;
10207
+ };
10208
+ };
10209
+ };
10210
+ export const euiListGroupItemInnerStyles: (euiThemeContext: UseEuiTheme) => {
10211
+ euiListGroupItem__inner: import("@emotion/utils").SerializedStyles;
10212
+ xs: import("@emotion/utils").SerializedStyles;
10213
+ s: import("@emotion/utils").SerializedStyles;
10214
+ m: import("@emotion/utils").SerializedStyles;
10215
+ l: import("@emotion/utils").SerializedStyles;
10216
+ primary: import("@emotion/utils").SerializedStyles;
10217
+ text: import("@emotion/utils").SerializedStyles;
10218
+ subdued: import("@emotion/utils").SerializedStyles;
10219
+ ghost: import("@emotion/utils").SerializedStyles;
10220
+ isDisabled: import("@emotion/utils").SerializedStyles;
10221
+ isActive: import("@emotion/utils").SerializedStyles;
10222
+ isClickable: import("@emotion/utils").SerializedStyles;
10223
+ };
10224
+ export const euiListGroupItemLabelStyles: () => {
10225
+ euiListGroupItem__label: import("@emotion/utils").SerializedStyles;
10226
+ truncate: import("@emotion/utils").SerializedStyles;
10227
+ wrapText: import("@emotion/utils").SerializedStyles;
10228
+ };
10229
+ export const euiListGroupItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
10230
+ euiListGroupItem__icon: import("@emotion/utils").SerializedStyles;
10231
+ };
10232
+ export const euiListGroupItemTooltipStyles: () => {
10233
+ euiListGroupItem__tooltip: import("@emotion/utils").SerializedStyles;
10234
+ };
10235
+
10084
10236
  }
10085
10237
  declare module '@elastic/eui/src/components/list_group/list_group_item' {
10086
10238
  import React, { HTMLAttributes, AnchorHTMLAttributes, ButtonHTMLAttributes, ReactNode, ReactElement, MouseEventHandler, FunctionComponent } from 'react';
10087
- import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
10088
10239
  import { IconType, EuiIconProps } from '@elastic/eui/src/components/icon';
10089
- import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common'; type ItemSize = 'xs' | 's' | 'm' | 'l';
10090
- export const SIZES: ItemSize[]; type Color = 'inherit' | 'primary' | 'text' | 'subdued' | 'ghost';
10091
- export const COLORS: Color[];
10240
+ import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
10241
+ import { EuiListGroupItemExtraActionProps } from '@elastic/eui/src/components/list_group/list_group_item_extra_action';
10242
+ export const SIZES: readonly ["xs", "s", "m", "l"];
10243
+ export type EuiListGroupItemSize = typeof SIZES[number];
10244
+ export const COLORS: readonly ["primary", "text", "subdued"];
10245
+ export type EuiListGroupItemColor = typeof COLORS[number];
10092
10246
  export type EuiListGroupItemProps = CommonProps & Omit<ExclusiveUnion<ExclusiveUnion<ButtonHTMLAttributes<HTMLButtonElement>, Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>>, HTMLAttributes<HTMLSpanElement>>, 'onClick' | 'color' | 'target' | 'rel'> & {
10093
10247
  /**
10094
10248
  * Size of the label text
10095
10249
  */
10096
- size?: ItemSize;
10250
+ size?: EuiListGroupItemSize;
10097
10251
  /**
10098
- * By default the item will inherit the color of its wrapper (button/link/span),
10099
- * otherwise pass one of the acceptable options
10252
+ * By default the item will get the color `text`.
10253
+ * You can customize the color of the item by passing a color name.
10100
10254
  */
10101
- color?: Color;
10255
+ color?: EuiListGroupItemColor;
10102
10256
  /**
10103
10257
  * Content to be displayed in the list item
10104
10258
  */
@@ -10136,12 +10290,11 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
10136
10290
  */
10137
10291
  showToolTip?: boolean;
10138
10292
  /**
10293
+ * An object of #EuiListGroupItemExtraAction props.
10139
10294
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
10140
10295
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
10141
10296
  */
10142
- extraAction?: EuiButtonIconPropsForButton & {
10143
- alwaysShow?: boolean;
10144
- };
10297
+ extraAction?: EuiListGroupItemExtraActionProps;
10145
10298
  /**
10146
10299
  * Make the list item label a button.
10147
10300
  * While permitted, `href` and `onClick` should not be used together in most cases and may create problems.
@@ -10163,14 +10316,27 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
10163
10316
  toolTipText?: string;
10164
10317
  };
10165
10318
  export const EuiListGroupItem: FunctionComponent<EuiListGroupItemProps>;
10166
- export {};
10319
+
10320
+ }
10321
+ declare module '@elastic/eui/src/components/list_group/list_group.styles' {
10322
+ import { UseEuiTheme } from '@elastic/eui/src/services';
10323
+ export const euiListGroupStyles: (euiThemeContext: UseEuiTheme) => {
10324
+ euiListGroup: import("@emotion/utils").SerializedStyles;
10325
+ flush: import("@emotion/utils").SerializedStyles;
10326
+ bordered: import("@emotion/utils").SerializedStyles;
10327
+ maxWidthDefault: import("@emotion/utils").SerializedStyles;
10328
+ none: import("@emotion/utils").SerializedStyles;
10329
+ s: import("@emotion/utils").SerializedStyles;
10330
+ m: import("@emotion/utils").SerializedStyles;
10331
+ };
10167
10332
 
10168
10333
  }
10169
10334
  declare module '@elastic/eui/src/components/list_group/list_group' {
10170
- import { FunctionComponent, HTMLAttributes } from 'react';
10335
+ import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
10171
10336
  import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
10172
- import { CommonProps } from '@elastic/eui/src/components/common'; type GutterSize = 'none' | 's' | 'm';
10173
- export const GUTTER_SIZES: GutterSize[];
10337
+ import { CommonProps } from '@elastic/eui/src/components/common';
10338
+ export const GUTTER_SIZES: readonly ["none", "s", "m"];
10339
+ export type EuiListGroupGutterSize = typeof GUTTER_SIZES[number];
10174
10340
  export type EuiListGroupProps = CommonProps & Omit<HTMLAttributes<HTMLUListElement>, 'color'> & {
10175
10341
  /**
10176
10342
  * Add a border to the list container
@@ -10183,27 +10349,28 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
10183
10349
  /**
10184
10350
  * Spacing between list items
10185
10351
  */
10186
- gutterSize?: GutterSize;
10352
+ gutterSize?: EuiListGroupGutterSize;
10187
10353
  /**
10188
10354
  * Items to display in this group. See #EuiListGroupItem
10189
10355
  */
10190
10356
  listItems?: EuiListGroupItemProps[];
10191
10357
  /**
10192
10358
  * Change the colors of all `listItems` at once
10359
+ * @default text
10193
10360
  */
10194
10361
  color?: EuiListGroupItemProps['color'];
10195
10362
  /**
10196
10363
  * Change the size of all `listItems` at once
10364
+ * @default m
10197
10365
  */
10198
10366
  size?: EuiListGroupItemProps['size'];
10199
10367
  /**
10200
- * Sets the max-width of the page,
10201
- * set to `true` to use the default size,
10368
+ * Sets the max-width of the page.
10369
+ * Set to `true` to use the default size,
10202
10370
  * set to `false` to not restrict the width,
10203
- * set to a number for a custom width in px,
10204
- * set to a string for a custom width in custom measurement.
10371
+ * or set to a number/string for a custom CSS width/measurement.
10205
10372
  */
10206
- maxWidth?: boolean | number | string;
10373
+ maxWidth?: boolean | CSSProperties['maxWidth'];
10207
10374
  /**
10208
10375
  * Display tooltips on all list items
10209
10376
  */
@@ -10215,7 +10382,14 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
10215
10382
  ariaLabelledby?: string;
10216
10383
  };
10217
10384
  export const EuiListGroup: FunctionComponent<EuiListGroupProps>;
10218
- export {};
10385
+
10386
+ }
10387
+ declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinnable_list_group.styles' {
10388
+ import { UseEuiTheme } from '@elastic/eui/src/services';
10389
+ export const euiPinnableListGroupItemExtraActionStyles: ({ euiTheme, }: UseEuiTheme) => {
10390
+ euiPinnableListGroup__itemExtraAction: import("@emotion/utils").SerializedStyles;
10391
+ pinned: import("@emotion/utils").SerializedStyles;
10392
+ };
10219
10393
 
10220
10394
  }
10221
10395
  declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinnable_list_group' {
@@ -10270,6 +10444,7 @@ declare module '@elastic/eui/src/components/list_group' {
10270
10444
  export type { EuiListGroupProps } from '@elastic/eui/src/components/list_group/list_group';
10271
10445
  export { EuiListGroup } from '@elastic/eui/src/components/list_group/list_group';
10272
10446
  export type { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
10447
+ export type { EuiListGroupItemExtraActionProps } from '@elastic/eui/src/components/list_group/list_group_item_extra_action';
10273
10448
  export { EuiListGroupItem } from '@elastic/eui/src/components/list_group/list_group_item';
10274
10449
  export type { EuiPinnableListGroupProps, EuiPinnableListGroupItemProps, } from '@elastic/eui/src/components/list_group/pinnable_list_group';
10275
10450
  export { EuiPinnableListGroup } from '@elastic/eui/src/components/list_group/pinnable_list_group';
@@ -20541,6 +20716,16 @@ declare module '@elastic/eui/src/components/icon/assets/bellSlash' {
20541
20716
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
20542
20717
  export {};
20543
20718
 
20719
+ }
20720
+ declare module '@elastic/eui/src/components/icon/assets/beta' {
20721
+ import * as React from 'react';
20722
+ interface SVGRProps {
20723
+ title?: string;
20724
+ titleId?: string;
20725
+ }
20726
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
20727
+ export {};
20728
+
20544
20729
  }
20545
20730
  declare module '@elastic/eui/src/components/icon/assets/bolt' {
20546
20731
  import * as React from 'react';
@@ -21841,6 +22026,16 @@ declare module '@elastic/eui/src/components/icon/assets/kubernetesPod' {
21841
22026
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21842
22027
  export {};
21843
22028
 
22029
+ }
22030
+ declare module '@elastic/eui/src/components/icon/assets/launch' {
22031
+ import * as React from 'react';
22032
+ interface SVGRProps {
22033
+ title?: string;
22034
+ titleId?: string;
22035
+ }
22036
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22037
+ export {};
22038
+
21844
22039
  }
21845
22040
  declare module '@elastic/eui/src/components/icon/assets/layers' {
21846
22041
  import * as React from 'react';
@@ -23271,6 +23466,16 @@ declare module '@elastic/eui/src/components/icon/assets/sortable' {
23271
23466
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
23272
23467
  export {};
23273
23468
 
23469
+ }
23470
+ declare module '@elastic/eui/src/components/icon/assets/spaces' {
23471
+ import * as React from 'react';
23472
+ interface SVGRProps {
23473
+ title?: string;
23474
+ titleId?: string;
23475
+ }
23476
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
23477
+ export {};
23478
+
23274
23479
  }
23275
23480
  declare module '@elastic/eui/src/components/icon/assets/starPlusEmpty' {
23276
23481
  import * as React from 'react';