@elastic/eui 102.1.0 → 102.2.0-snapshot.1748601905883

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 (357) hide show
  1. package/dist/eui_theme_borealis_dark.json +1 -1
  2. package/es/components/badge/color_utils.js +1 -3
  3. package/es/components/badge/notification_badge/badge_notification.styles.js +6 -1
  4. package/es/components/basic_table/basic_table.js +14 -10
  5. package/es/components/basic_table/in_memory_table.js +22 -17
  6. package/es/components/breadcrumbs/_breadcrumb_content.js +1 -1
  7. package/es/components/breadcrumbs/_breadcrumb_content.styles.js +6 -3
  8. package/es/components/breadcrumbs/breadcrumbs.js +3 -3
  9. package/es/components/button/button_display/_button_display.js +1 -1
  10. package/es/components/button/button_display/_button_display.styles.js +11 -2
  11. package/es/components/button/button_display/_button_display_content.styles.js +6 -3
  12. package/es/components/button/button_empty/button_empty.styles.js +9 -12
  13. package/es/components/button/button_group/button_group.js +1 -1
  14. package/es/components/button/button_group/button_group.styles.js +5 -3
  15. package/es/components/button/button_group/button_group_button.js +19 -9
  16. package/es/components/button/button_group/button_group_button.styles.js +43 -19
  17. package/es/components/button/button_icon/button_icon.js +4 -2
  18. package/es/components/collapsible_nav/collapsible_nav.js +1 -0
  19. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  23. package/es/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  24. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  25. package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  26. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  27. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  28. package/es/components/comment_list/comment_list.js +1 -1
  29. package/es/components/datagrid/body/cell/data_grid_cell.js +9 -9
  30. package/es/components/datagrid/body/data_grid_body.js +14 -9
  31. package/es/components/datagrid/body/data_grid_body_custom.js +14 -9
  32. package/es/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  33. package/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  34. package/es/components/datagrid/body/header/draggable_columns.js +1 -1
  35. package/es/components/datagrid/controls/column_sorting.js +6 -6
  36. package/es/components/datagrid/controls/column_sorting_draggable.js +3 -3
  37. package/es/components/datagrid/controls/data_grid_toolbar_control.js +11 -1
  38. package/es/components/datagrid/utils/focus.js +2 -2
  39. package/es/components/datagrid/utils/in_memory.js +3 -3
  40. package/es/components/datagrid/utils/scrolling.js +3 -1
  41. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  42. package/es/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  43. package/es/components/filter_group/filter_button.js +88 -23
  44. package/es/components/filter_group/filter_button.styles.js +51 -15
  45. package/es/components/filter_group/filter_group.styles.js +18 -6
  46. package/es/components/form/range/dual_range.js +1 -1
  47. package/es/components/form/range/range.js +1 -1
  48. package/es/components/form/range/range_track.js +1 -1
  49. package/es/components/form/select/select.js +1 -1
  50. package/es/components/header/header.js +10 -10
  51. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +3 -3
  52. package/es/components/header/header_links/header_links.js +1 -1
  53. package/es/components/icon/assets/logo_elastic.js +23 -17
  54. package/es/components/icon/icon.styles.js +1 -1
  55. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  56. package/es/components/list_group/list_group.js +2 -2
  57. package/es/components/list_group/list_group_item.js +1 -1
  58. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  59. package/es/components/loading/loading_elastic.styles.js +2 -2
  60. package/es/components/loading/loading_spinner.js +1 -1
  61. package/es/components/markdown_editor/markdown_editor_footer.js +9 -4
  62. package/es/components/page/page_header/page_header_content.js +1 -1
  63. package/es/components/popover/popover.js +1 -1
  64. package/es/components/responsive/hide_for.js +1 -1
  65. package/es/components/responsive/show_for.js +1 -1
  66. package/es/components/search_bar/filters/field_value_selection_filter.js +2 -1
  67. package/es/components/search_bar/filters/field_value_toggle_filter.js +3 -1
  68. package/es/components/search_bar/filters/field_value_toggle_group_filter.js +4 -2
  69. package/es/components/search_bar/filters/is_filter.js +3 -1
  70. package/es/components/search_bar/search_bar.a11y.js +3 -3
  71. package/es/components/search_bar/search_bar.js +3 -3
  72. package/es/components/search_bar/search_filters.js +2 -2
  73. package/es/components/selectable/selectable.js +13 -12
  74. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  75. package/es/components/side_nav/side_nav.js +2 -2
  76. package/es/components/table/table_row_cell.js +1 -1
  77. package/es/components/timeline/timeline.js +1 -1
  78. package/es/components/toast/global_toast_list.js +27 -20
  79. package/es/components/tour/tour_step.js +1 -1
  80. package/es/global_styling/mixins/_button.js +95 -28
  81. package/es/services/theme/hooks.js +11 -0
  82. package/es/services/theme/index.js +3 -2
  83. package/es/services/theme/provider.js +28 -2
  84. package/es/services/theme/theme_variant.js +22 -0
  85. package/es/themes/amsterdam/global_styling/variables/_buttons.js +348 -147
  86. package/es/themes/amsterdam/global_styling/variables/_components.js +229 -224
  87. package/es/themes/amsterdam/theme.js +2 -1
  88. package/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  89. package/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  90. package/es/themes/json/eui_theme_borealis_dark.json +427 -0
  91. package/es/themes/json/eui_theme_borealis_light.json +427 -0
  92. package/eui.d.ts +2034 -249
  93. package/lib/components/badge/color_utils.js +1 -3
  94. package/lib/components/badge/notification_badge/badge_notification.styles.js +6 -1
  95. package/lib/components/basic_table/basic_table.js +14 -10
  96. package/lib/components/basic_table/in_memory_table.js +22 -17
  97. package/lib/components/breadcrumbs/_breadcrumb_content.js +1 -1
  98. package/lib/components/breadcrumbs/_breadcrumb_content.styles.js +5 -2
  99. package/lib/components/breadcrumbs/breadcrumbs.js +2 -2
  100. package/lib/components/button/button_display/_button_display.js +1 -1
  101. package/lib/components/button/button_display/_button_display.styles.js +11 -2
  102. package/lib/components/button/button_display/_button_display_content.styles.js +6 -3
  103. package/lib/components/button/button_empty/button_empty.styles.js +10 -11
  104. package/lib/components/button/button_group/button_group.js +1 -1
  105. package/lib/components/button/button_group/button_group.styles.js +5 -3
  106. package/lib/components/button/button_group/button_group_button.js +18 -8
  107. package/lib/components/button/button_group/button_group_button.styles.js +41 -17
  108. package/lib/components/button/button_icon/button_icon.js +3 -1
  109. package/lib/components/collapsible_nav/collapsible_nav.js +1 -0
  110. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  111. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  112. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  113. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  114. package/lib/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  115. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  116. package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  117. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  118. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  119. package/lib/components/comment_list/comment_list.js +1 -1
  120. package/lib/components/datagrid/body/cell/data_grid_cell.js +9 -9
  121. package/lib/components/datagrid/body/data_grid_body.js +14 -9
  122. package/lib/components/datagrid/body/data_grid_body_custom.js +14 -9
  123. package/lib/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  124. package/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  125. package/lib/components/datagrid/body/header/draggable_columns.js +1 -1
  126. package/lib/components/datagrid/controls/column_sorting.js +6 -6
  127. package/lib/components/datagrid/controls/column_sorting_draggable.js +3 -3
  128. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +11 -1
  129. package/lib/components/datagrid/utils/focus.js +1 -1
  130. package/lib/components/datagrid/utils/in_memory.js +3 -3
  131. package/lib/components/datagrid/utils/scrolling.js +3 -1
  132. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  133. package/lib/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  134. package/lib/components/empty_prompt/images/illustration.svg +939 -0
  135. package/lib/components/filter_group/filter_button.js +86 -21
  136. package/lib/components/filter_group/filter_button.styles.js +51 -15
  137. package/lib/components/filter_group/filter_group.styles.js +18 -6
  138. package/lib/components/form/range/dual_range.js +1 -1
  139. package/lib/components/form/range/range.js +1 -1
  140. package/lib/components/form/range/range_track.js +1 -1
  141. package/lib/components/form/select/select.js +1 -1
  142. package/lib/components/header/header.js +10 -10
  143. package/lib/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  144. package/lib/components/icon/assets/logo_elastic.js +23 -17
  145. package/lib/components/icon/icon.styles.js +1 -1
  146. package/lib/components/icon/svgs/logo_elastic.svg +7 -9
  147. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  148. package/lib/components/list_group/list_group.js +2 -2
  149. package/lib/components/list_group/list_group_item.js +1 -1
  150. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  151. package/lib/components/loading/loading_elastic.styles.js +2 -2
  152. package/lib/components/loading/loading_spinner.js +1 -1
  153. package/lib/components/markdown_editor/markdown_editor_footer.js +8 -3
  154. package/lib/components/popover/popover.js +1 -1
  155. package/lib/components/responsive/hide_for.js +1 -1
  156. package/lib/components/responsive/show_for.js +1 -1
  157. package/lib/components/search_bar/filters/field_value_selection_filter.js +2 -1
  158. package/lib/components/search_bar/filters/field_value_toggle_filter.js +3 -1
  159. package/lib/components/search_bar/filters/field_value_toggle_group_filter.js +4 -2
  160. package/lib/components/search_bar/filters/is_filter.js +3 -1
  161. package/lib/components/search_bar/search_bar.a11y.js +3 -3
  162. package/lib/components/search_bar/search_bar.js +3 -3
  163. package/lib/components/search_bar/search_filters.js +2 -2
  164. package/lib/components/selectable/selectable.js +13 -12
  165. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  166. package/lib/components/side_nav/side_nav.js +2 -2
  167. package/lib/components/table/table_row_cell.js +1 -1
  168. package/lib/components/timeline/timeline.js +1 -1
  169. package/lib/components/toast/global_toast_list.js +27 -20
  170. package/lib/global_styling/mixins/_button.js +94 -27
  171. package/lib/services/theme/hooks.js +12 -1
  172. package/lib/services/theme/index.js +48 -1
  173. package/lib/services/theme/provider.js +28 -2
  174. package/lib/services/theme/theme_variant.js +28 -0
  175. package/lib/themes/amsterdam/global_styling/variables/_buttons.js +348 -147
  176. package/lib/themes/amsterdam/global_styling/variables/_components.js +229 -224
  177. package/lib/themes/amsterdam/theme.js +2 -1
  178. package/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  179. package/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  180. package/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  181. package/lib/themes/json/eui_theme_borealis_light.json +427 -0
  182. package/optimize/es/components/badge/color_utils.js +1 -3
  183. package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +6 -1
  184. package/optimize/es/components/breadcrumbs/_breadcrumb_content.styles.js +6 -3
  185. package/optimize/es/components/button/button_display/_button_display.js +1 -1
  186. package/optimize/es/components/button/button_display/_button_display.styles.js +11 -2
  187. package/optimize/es/components/button/button_display/_button_display_content.styles.js +6 -3
  188. package/optimize/es/components/button/button_empty/button_empty.styles.js +9 -12
  189. package/optimize/es/components/button/button_group/button_group.styles.js +5 -3
  190. package/optimize/es/components/button/button_group/button_group_button.js +12 -8
  191. package/optimize/es/components/button/button_group/button_group_button.styles.js +43 -19
  192. package/optimize/es/components/button/button_icon/button_icon.js +4 -2
  193. package/optimize/es/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  194. package/optimize/es/components/datagrid/controls/data_grid_toolbar_control.js +11 -1
  195. package/optimize/es/components/datagrid/utils/focus.js +2 -2
  196. package/optimize/es/components/datagrid/utils/scrolling.js +3 -1
  197. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  198. package/optimize/es/components/filter_group/filter_button.js +78 -21
  199. package/optimize/es/components/filter_group/filter_button.styles.js +51 -15
  200. package/optimize/es/components/filter_group/filter_group.styles.js +18 -6
  201. package/optimize/es/components/form/select/select.js +1 -1
  202. package/optimize/es/components/icon/assets/logo_elastic.js +23 -17
  203. package/optimize/es/components/icon/icon.styles.js +1 -1
  204. package/optimize/es/components/loading/loading_elastic.styles.js +2 -2
  205. package/optimize/es/components/markdown_editor/markdown_editor_footer.js +9 -4
  206. package/optimize/es/components/search_bar/filters/field_value_selection_filter.js +1 -0
  207. package/optimize/es/components/search_bar/filters/field_value_toggle_filter.js +3 -1
  208. package/optimize/es/components/search_bar/filters/field_value_toggle_group_filter.js +3 -1
  209. package/optimize/es/components/search_bar/filters/is_filter.js +3 -1
  210. package/optimize/es/components/search_bar/search_bar.a11y.js +3 -3
  211. package/optimize/es/components/selectable/selectable.js +10 -9
  212. package/optimize/es/components/toast/global_toast_list.js +24 -20
  213. package/optimize/es/global_styling/mixins/_button.js +95 -28
  214. package/optimize/es/services/theme/hooks.js +11 -0
  215. package/optimize/es/services/theme/index.js +3 -2
  216. package/optimize/es/services/theme/provider.js +28 -2
  217. package/optimize/es/services/theme/theme_variant.js +22 -0
  218. package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +348 -147
  219. package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +229 -224
  220. package/optimize/es/themes/amsterdam/theme.js +2 -1
  221. package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  222. package/optimize/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  223. package/optimize/es/themes/json/eui_theme_borealis_dark.json +427 -0
  224. package/optimize/es/themes/json/eui_theme_borealis_light.json +427 -0
  225. package/optimize/lib/components/badge/color_utils.js +1 -3
  226. package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +6 -1
  227. package/optimize/lib/components/breadcrumbs/_breadcrumb_content.styles.js +5 -2
  228. package/optimize/lib/components/button/button_display/_button_display.js +1 -1
  229. package/optimize/lib/components/button/button_display/_button_display.styles.js +11 -2
  230. package/optimize/lib/components/button/button_display/_button_display_content.styles.js +6 -3
  231. package/optimize/lib/components/button/button_empty/button_empty.styles.js +10 -11
  232. package/optimize/lib/components/button/button_group/button_group.styles.js +5 -3
  233. package/optimize/lib/components/button/button_group/button_group_button.js +11 -7
  234. package/optimize/lib/components/button/button_group/button_group_button.styles.js +41 -17
  235. package/optimize/lib/components/button/button_icon/button_icon.js +3 -1
  236. package/optimize/lib/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  237. package/optimize/lib/components/datagrid/controls/data_grid_toolbar_control.js +11 -1
  238. package/optimize/lib/components/datagrid/utils/focus.js +1 -1
  239. package/optimize/lib/components/datagrid/utils/scrolling.js +3 -1
  240. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  241. package/optimize/lib/components/empty_prompt/images/illustration.svg +939 -0
  242. package/optimize/lib/components/filter_group/filter_button.js +76 -19
  243. package/optimize/lib/components/filter_group/filter_button.styles.js +51 -15
  244. package/optimize/lib/components/filter_group/filter_group.styles.js +18 -6
  245. package/optimize/lib/components/form/select/select.js +1 -1
  246. package/optimize/lib/components/icon/assets/logo_elastic.js +23 -17
  247. package/optimize/lib/components/icon/icon.styles.js +1 -1
  248. package/optimize/lib/components/icon/svgs/logo_elastic.svg +7 -9
  249. package/optimize/lib/components/loading/loading_elastic.styles.js +2 -2
  250. package/optimize/lib/components/markdown_editor/markdown_editor_footer.js +8 -3
  251. package/optimize/lib/components/search_bar/filters/field_value_selection_filter.js +1 -0
  252. package/optimize/lib/components/search_bar/filters/field_value_toggle_filter.js +3 -1
  253. package/optimize/lib/components/search_bar/filters/field_value_toggle_group_filter.js +3 -1
  254. package/optimize/lib/components/search_bar/filters/is_filter.js +3 -1
  255. package/optimize/lib/components/search_bar/search_bar.a11y.js +3 -3
  256. package/optimize/lib/components/selectable/selectable.js +10 -9
  257. package/optimize/lib/components/toast/global_toast_list.js +24 -20
  258. package/optimize/lib/global_styling/mixins/_button.js +94 -27
  259. package/optimize/lib/services/theme/hooks.js +12 -1
  260. package/optimize/lib/services/theme/index.js +48 -1
  261. package/optimize/lib/services/theme/provider.js +28 -2
  262. package/optimize/lib/services/theme/theme_variant.js +28 -0
  263. package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +348 -147
  264. package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +229 -224
  265. package/optimize/lib/themes/amsterdam/theme.js +2 -1
  266. package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  267. package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  268. package/optimize/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  269. package/optimize/lib/themes/json/eui_theme_borealis_light.json +427 -0
  270. package/package.json +8 -9
  271. package/test-env/components/badge/color_utils.js +1 -3
  272. package/test-env/components/badge/notification_badge/badge_notification.styles.js +6 -1
  273. package/test-env/components/basic_table/basic_table.js +14 -10
  274. package/test-env/components/basic_table/in_memory_table.js +22 -17
  275. package/test-env/components/breadcrumbs/_breadcrumb_content.js +1 -1
  276. package/test-env/components/breadcrumbs/_breadcrumb_content.styles.js +5 -2
  277. package/test-env/components/breadcrumbs/breadcrumbs.js +2 -2
  278. package/test-env/components/button/button_display/_button_display.js +1 -1
  279. package/test-env/components/button/button_display/_button_display.styles.js +11 -2
  280. package/test-env/components/button/button_display/_button_display_content.styles.js +6 -3
  281. package/test-env/components/button/button_empty/button_empty.styles.js +10 -11
  282. package/test-env/components/button/button_group/button_group.js +1 -1
  283. package/test-env/components/button/button_group/button_group.styles.js +5 -3
  284. package/test-env/components/button/button_group/button_group_button.js +18 -8
  285. package/test-env/components/button/button_group/button_group_button.styles.js +41 -17
  286. package/test-env/components/button/button_icon/button_icon.js +3 -1
  287. package/test-env/components/collapsible_nav/collapsible_nav.js +1 -0
  288. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  289. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  290. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  291. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  292. package/test-env/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  293. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  294. package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  295. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  296. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  297. package/test-env/components/comment_list/comment_list.js +1 -1
  298. package/test-env/components/datagrid/body/cell/data_grid_cell.js +9 -9
  299. package/test-env/components/datagrid/body/data_grid_body.js +14 -9
  300. package/test-env/components/datagrid/body/data_grid_body_custom.js +14 -9
  301. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  302. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  303. package/test-env/components/datagrid/body/header/draggable_columns.js +1 -1
  304. package/test-env/components/datagrid/controls/column_sorting.js +6 -6
  305. package/test-env/components/datagrid/controls/column_sorting_draggable.js +3 -3
  306. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +11 -1
  307. package/test-env/components/datagrid/utils/focus.js +1 -1
  308. package/test-env/components/datagrid/utils/in_memory.js +3 -3
  309. package/test-env/components/datagrid/utils/scrolling.js +3 -1
  310. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  311. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  312. package/test-env/components/filter_group/filter_button.js +86 -21
  313. package/test-env/components/filter_group/filter_button.styles.js +51 -15
  314. package/test-env/components/filter_group/filter_group.styles.js +18 -6
  315. package/test-env/components/form/range/dual_range.js +1 -1
  316. package/test-env/components/form/range/range.js +1 -1
  317. package/test-env/components/form/range/range_track.js +1 -1
  318. package/test-env/components/form/select/select.js +1 -1
  319. package/test-env/components/header/header.js +10 -10
  320. package/test-env/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  321. package/test-env/components/icon/assets/logo_elastic.js +23 -17
  322. package/test-env/components/icon/icon.styles.js +1 -1
  323. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  324. package/test-env/components/list_group/list_group.js +2 -2
  325. package/test-env/components/list_group/list_group_item.js +1 -1
  326. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  327. package/test-env/components/loading/loading_elastic.styles.js +2 -2
  328. package/test-env/components/loading/loading_spinner.js +1 -1
  329. package/test-env/components/markdown_editor/markdown_editor_footer.js +8 -3
  330. package/test-env/components/popover/popover.js +1 -1
  331. package/test-env/components/responsive/hide_for.js +1 -1
  332. package/test-env/components/responsive/show_for.js +1 -1
  333. package/test-env/components/search_bar/filters/field_value_selection_filter.js +2 -1
  334. package/test-env/components/search_bar/filters/field_value_toggle_filter.js +3 -1
  335. package/test-env/components/search_bar/filters/field_value_toggle_group_filter.js +4 -2
  336. package/test-env/components/search_bar/filters/is_filter.js +3 -1
  337. package/test-env/components/search_bar/search_bar.a11y.js +3 -3
  338. package/test-env/components/search_bar/search_bar.js +3 -3
  339. package/test-env/components/search_bar/search_filters.js +2 -2
  340. package/test-env/components/selectable/selectable.js +13 -12
  341. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  342. package/test-env/components/side_nav/side_nav.js +2 -2
  343. package/test-env/components/table/table_row_cell.js +1 -1
  344. package/test-env/components/timeline/timeline.js +1 -1
  345. package/test-env/components/toast/global_toast_list.js +24 -20
  346. package/test-env/global_styling/mixins/_button.js +94 -27
  347. package/test-env/services/theme/hooks.js +12 -1
  348. package/test-env/services/theme/index.js +48 -1
  349. package/test-env/services/theme/provider.js +28 -2
  350. package/test-env/services/theme/theme_variant.js +28 -0
  351. package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +348 -147
  352. package/test-env/themes/amsterdam/global_styling/variables/_components.js +229 -224
  353. package/test-env/themes/amsterdam/theme.js +2 -1
  354. package/test-env/themes/json/eui_theme_amsterdam_dark.json +427 -0
  355. package/test-env/themes/json/eui_theme_amsterdam_light.json +427 -0
  356. package/test-env/themes/json/eui_theme_borealis_dark.json +427 -0
  357. package/test-env/themes/json/eui_theme_borealis_light.json +427 -0
package/eui.d.ts CHANGED
@@ -214,7 +214,7 @@ declare module '@elastic/eui/src/services/theme/warning' {
214
214
  }
215
215
  declare module '@elastic/eui/src/services/theme/hooks' {
216
216
  import React from 'react';
217
- import type { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeModifications, EuiThemeComputed } from '@elastic/eui-theme-common';
217
+ import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
218
218
  /**
219
219
  * Hook for function components
220
220
  */
@@ -249,6 +249,11 @@ declare module '@elastic/eui/src/services/theme/hooks' {
249
249
  setNearestThemeCSSVariables: Function;
250
250
  themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
251
251
  };
252
+ /**
253
+ * Checks whether the current active `colorMode` is set to `DARK`;
254
+ * In case of nested providers this returns the value of the nearest provider context.
255
+ */
256
+ export const useIsDarkMode: () => boolean;
252
257
 
253
258
  }
254
259
  declare module '@elastic/eui/src/services/throttle' {
@@ -733,135 +738,6 @@ declare module '@elastic/eui/src/services/color/eui_palettes_hooks' {
733
738
  export const useEuiPaletteWarm: (steps: number) => EuiPalette;
734
739
  export const useEuiPaletteGray: (steps: number) => EuiPalette;
735
740
 
736
- }
737
- declare module '@elastic/eui/src/global_styling/mixins/_button' {
738
- import { type SerializedStyles } from '@emotion/react';
739
- import { UseEuiTheme } from '@elastic/eui/src/services';
740
- /** Tentative usage; these exist only to be used as button directly when used within other components */
741
- export const SEVERITY_COLORS: readonly ["neutral", "risk"];
742
- export const BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger"];
743
- export const EXTENDED_BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
744
- export type _EuiButtonColor = (typeof BUTTON_COLORS)[number];
745
- export type _EuiExtendedButtonColor = (typeof EXTENDED_BUTTON_COLORS)[number];
746
- export const BUTTON_DISPLAYS: readonly ["base", "fill", "empty"];
747
- export type _EuiButtonDisplay = (typeof BUTTON_DISPLAYS)[number];
748
- export interface _EuiButtonOptions {
749
- display?: _EuiButtonDisplay;
750
- }
751
- /**
752
- * Creates the `base` version of button styles with proper text contrast.
753
- * @param euiThemeContext
754
- * @param color One of the named button colors or 'disabled'
755
- * @returns Style object `{ backgroundColor, color }`
756
- */
757
- export const euiButtonColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
758
- border: string;
759
- color: string;
760
- backgroundColor: string;
761
- } | {
762
- border?: undefined;
763
- color: string;
764
- backgroundColor: string;
765
- };
766
- /**
767
- * Creates the `fill` version of buttons styles with proper text contrast.
768
- * @param euiThemeContext
769
- * @param color One of the named button colors or 'disabled'
770
- * @returns Style object `{ backgroundColor, color }`
771
- */
772
- export const euiButtonFillColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
773
- border: string;
774
- color: string;
775
- backgroundColor: string;
776
- } | {
777
- border?: undefined;
778
- color: string;
779
- backgroundColor: string;
780
- };
781
- /**
782
- * Creates the `empty` version of button styles using the text-variant and adding interactive styles.
783
- * @param euiThemeContext
784
- * @param color One of the named button colors or 'disabled'
785
- * @returns Style object `{ backgroundColor, color }` where `background` is typically used for interactive states
786
- */
787
- export const euiButtonEmptyColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
788
- color: string;
789
- backgroundColor: string;
790
- };
791
- /**
792
- * Given the button display type, returns the Emotion based color keys.
793
- * @param options Button display type
794
- * @returns An object of `_EuiExtendedButtonColor` keys including `disabled`
795
- */
796
- export const useEuiButtonColorCSS: (options?: _EuiButtonOptions) => Record<"text" | "primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "disabled" | "neutral" | "risk", SerializedStyles>;
797
- /**
798
- * Creates the translate animation when button is in focus.
799
- * @returns string
800
- */
801
- export const useEuiButtonFocusCSS: () => SerializedStyles;
802
- /**
803
- * Map of `size` props to various sizings/scales
804
- * that should remain consistent across all buttons
805
- */
806
- export const euiButtonSizeMap: ({ euiTheme }: UseEuiTheme) => {
807
- xs: {
808
- height: string;
809
- radius: import("csstype").Property.BorderRadius<string | number> | undefined;
810
- fontScale: "xs";
811
- };
812
- s: {
813
- height: string;
814
- radius: import("csstype").Property.BorderRadius<string | number> | undefined;
815
- fontScale: "s";
816
- };
817
- m: {
818
- height: string;
819
- radius: import("csstype").Property.BorderRadius<string | number> | undefined;
820
- fontScale: "s";
821
- };
822
- };
823
-
824
- }
825
- declare module '@elastic/eui/src/global_styling/mixins/_color' {
826
- import { SerializedStyles } from '@emotion/react';
827
- import { UseEuiTheme } from '@elastic/eui/src/services';
828
- export const BACKGROUND_COLORS: readonly ["transparent", "plain", "subdued", "highlighted", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
829
- export type _EuiBackgroundColor = (typeof BACKGROUND_COLORS)[number];
830
- export interface _EuiBackgroundColorOptions {
831
- /**
832
- * Use `opaque` for containers of unknown content.
833
- * Use `transparent` for interactive states like hover and focus.
834
- */
835
- method?: 'opaque' | 'transparent';
836
- }
837
- /**
838
- * @deprecated - use background tokens directly
839
- * @returns A single background color with optional alpha transparency
840
- */
841
- export const euiBackgroundColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
842
- /**
843
- * @deprecated
844
- */
845
- export const useEuiBackgroundColor: (color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
846
- /**
847
- * Hook to retrieve background style for a background color variant
848
- * @returns An object map of color keys to CSS,
849
- * e.g. { danger: css``, success: css``, ... }
850
- */
851
- export const useEuiBackgroundColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
852
- /**
853
- * Border colors
854
- * @deprecated - use border tokens directly or use
855
- * `useEuiBorderColorCSS()` for composed styles
856
- */
857
- export const euiBorderColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor) => string;
858
- /**
859
- * Hook to retrieve border style for a border variant
860
- * @returns An object map of color keys to CSS,
861
- * e.g. { danger: css``, success: css``, ... }
862
- */
863
- export const useEuiBorderColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
864
-
865
741
  }
866
742
  declare module '@elastic/eui/src/global_styling/functions/high_contrast' {
867
743
  import type { UseEuiTheme } from '@elastic/eui/src/services';
@@ -908,7 +784,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
908
784
  horizontal: string;
909
785
  vertical: string;
910
786
  };
911
- export const LOGICAL_SIDES: ("left" | "right" | "bottom" | "top" | "horizontal" | "vertical")[];
787
+ export const LOGICAL_SIDES: ("left" | "right" | "top" | "bottom" | "horizontal" | "vertical")[];
912
788
  export type LogicalSides = (typeof LOGICAL_SIDES)[number];
913
789
  export const logicals: {
914
790
  height: string;
@@ -967,7 +843,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
967
843
  "border-bottom-right-radius": string;
968
844
  _shorthands: string[];
969
845
  };
970
- export const LOGICAL_PROPERTIES: ("left" | "right" | "width" | "bottom" | "height" | "top" | "horizontal" | "vertical" | "max-height" | "max-width" | "min-height" | "min-width" | "margin-left" | "margin-right" | "margin-top" | "margin-bottom" | "margin-horizontal" | "margin-vertical" | "padding-left" | "padding-right" | "padding-top" | "padding-bottom" | "padding-horizontal" | "padding-vertical" | "overflow-x" | "overflow-y" | "border-horizontal" | "border-horizontal-color" | "border-horizontal-width" | "border-horizontal-style" | "border-vertical" | "border-vertical-color" | "border-vertical-width" | "border-vertical-style" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-top-left-radius" | "border-top-right-radius" | "border-bottom-left-radius" | "border-bottom-right-radius")[];
846
+ export const LOGICAL_PROPERTIES: ("left" | "right" | "width" | "top" | "bottom" | "horizontal" | "vertical" | "height" | "max-height" | "max-width" | "min-height" | "min-width" | "margin-left" | "margin-right" | "margin-top" | "margin-bottom" | "margin-horizontal" | "margin-vertical" | "padding-left" | "padding-right" | "padding-top" | "padding-bottom" | "padding-horizontal" | "padding-vertical" | "overflow-x" | "overflow-y" | "border-horizontal" | "border-horizontal-color" | "border-horizontal-width" | "border-horizontal-style" | "border-vertical" | "border-vertical-color" | "border-vertical-width" | "border-vertical-style" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-top-left-radius" | "border-top-right-radius" | "border-bottom-left-radius" | "border-bottom-right-radius")[];
971
847
  export type LogicalProperties = (typeof LOGICAL_PROPERTIES)[number];
972
848
  /**
973
849
  *
@@ -1139,6 +1015,142 @@ declare module '@elastic/eui/src/global_styling/functions' {
1139
1015
  export * from '@elastic/eui/src/global_styling/functions/size';
1140
1016
  export * from '@elastic/eui/src/global_styling/functions/typography';
1141
1017
 
1018
+ }
1019
+ declare module '@elastic/eui/src/global_styling/mixins/_button' {
1020
+ import { type SerializedStyles } from '@emotion/react';
1021
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1022
+ /** Tentative usage; these exist only to be used as button directly when used within other components */
1023
+ export const SEVERITY_COLORS: readonly ["neutral", "risk"];
1024
+ export const BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger"];
1025
+ export const EXTENDED_BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
1026
+ export type _EuiButtonColor = (typeof BUTTON_COLORS)[number];
1027
+ export type _EuiExtendedButtonColor = (typeof EXTENDED_BUTTON_COLORS)[number];
1028
+ export const BUTTON_DISPLAYS: readonly ["base", "fill", "empty"];
1029
+ export type _EuiButtonDisplay = (typeof BUTTON_DISPLAYS)[number];
1030
+ export interface _EuiButtonOptions {
1031
+ display?: _EuiButtonDisplay;
1032
+ }
1033
+ /**
1034
+ * Creates the `base` version of button styles with proper text contrast.
1035
+ * @param euiThemeContext
1036
+ * @param color One of the named button colors or 'disabled'
1037
+ * @returns Style object `{ backgroundColor, color }`
1038
+ */
1039
+ export const euiButtonColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1040
+ border: string;
1041
+ color: string;
1042
+ backgroundColor: string;
1043
+ } | {
1044
+ border?: undefined;
1045
+ color: string;
1046
+ backgroundColor: string;
1047
+ };
1048
+ /**
1049
+ * Creates the `fill` version of buttons styles with proper text contrast.
1050
+ * @param euiThemeContext
1051
+ * @param color One of the named button colors or 'disabled'
1052
+ * @returns Style object `{ backgroundColor, color }`
1053
+ */
1054
+ export const euiButtonFillColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1055
+ border: string;
1056
+ color: string;
1057
+ backgroundColor: string;
1058
+ } | {
1059
+ border?: undefined;
1060
+ color: string;
1061
+ backgroundColor: string;
1062
+ };
1063
+ /**
1064
+ * Creates the `empty` version of button styles using the text-variant and adding interactive styles.
1065
+ * @param euiThemeContext
1066
+ * @param color One of the named button colors or 'disabled'
1067
+ * @returns Style object `{ backgroundColor, color }` where `background` is typically used for interactive states
1068
+ */
1069
+ export const euiButtonEmptyColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1070
+ color: string;
1071
+ backgroundColor: string;
1072
+ };
1073
+ /**
1074
+ * Given the button display type, returns the Emotion based color keys.
1075
+ * @param options Button display type
1076
+ * @returns An object of `_EuiExtendedButtonColor` keys including `disabled`
1077
+ */
1078
+ export const useEuiButtonColorCSS: (options?: _EuiButtonOptions) => Record<"text" | "primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "disabled" | "neutral" | "risk", SerializedStyles>;
1079
+ /**
1080
+ * Creates the translate animation when button is in focus.
1081
+ * @returns string
1082
+ */
1083
+ export const useEuiButtonFocusCSS: () => SerializedStyles;
1084
+ /**
1085
+ * Map of `size` props to various sizings/scales
1086
+ * that should remain consistent across all buttons
1087
+ */
1088
+ export const euiButtonSizeMap: (euiThemeContext: UseEuiTheme) => {
1089
+ xs: {
1090
+ minWidth: number;
1091
+ height: string;
1092
+ radius: import("csstype").Property.BorderRadius<string | number> | undefined;
1093
+ fontScale: "xs";
1094
+ };
1095
+ s: {
1096
+ minWidth: number;
1097
+ height: string;
1098
+ radius: import("csstype").Property.BorderRadius<string | number> | undefined;
1099
+ fontScale: "s";
1100
+ };
1101
+ m: {
1102
+ minWidth: number;
1103
+ height: string;
1104
+ radius: string | number | undefined;
1105
+ fontScale: "s";
1106
+ };
1107
+ };
1108
+ /**
1109
+ * creates a bottom border on hover/focus to ensure a visible change as forced mode removed background colors
1110
+ */
1111
+ export const highContrastHoverIndicatorStyles: ({ euiTheme }: UseEuiTheme) => string;
1112
+
1113
+ }
1114
+ declare module '@elastic/eui/src/global_styling/mixins/_color' {
1115
+ import { SerializedStyles } from '@emotion/react';
1116
+ import { UseEuiTheme } from '@elastic/eui/src/services';
1117
+ export const BACKGROUND_COLORS: readonly ["transparent", "plain", "subdued", "highlighted", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
1118
+ export type _EuiBackgroundColor = (typeof BACKGROUND_COLORS)[number];
1119
+ export interface _EuiBackgroundColorOptions {
1120
+ /**
1121
+ * Use `opaque` for containers of unknown content.
1122
+ * Use `transparent` for interactive states like hover and focus.
1123
+ */
1124
+ method?: 'opaque' | 'transparent';
1125
+ }
1126
+ /**
1127
+ * @deprecated - use background tokens directly
1128
+ * @returns A single background color with optional alpha transparency
1129
+ */
1130
+ export const euiBackgroundColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
1131
+ /**
1132
+ * @deprecated
1133
+ */
1134
+ export const useEuiBackgroundColor: (color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
1135
+ /**
1136
+ * Hook to retrieve background style for a background color variant
1137
+ * @returns An object map of color keys to CSS,
1138
+ * e.g. { danger: css``, success: css``, ... }
1139
+ */
1140
+ export const useEuiBackgroundColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
1141
+ /**
1142
+ * Border colors
1143
+ * @deprecated - use border tokens directly or use
1144
+ * `useEuiBorderColorCSS()` for composed styles
1145
+ */
1146
+ export const euiBorderColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor) => string;
1147
+ /**
1148
+ * Hook to retrieve border style for a border variant
1149
+ * @returns An object map of color keys to CSS,
1150
+ * e.g. { danger: css``, success: css``, ... }
1151
+ */
1152
+ export const useEuiBorderColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
1153
+
1142
1154
  }
1143
1155
  declare module '@elastic/eui/src/global_styling/mixins/_helpers' {
1144
1156
  import { CSSProperties } from 'react';
@@ -2305,7 +2317,7 @@ declare module '@elastic/eui/src/components/table/table_row_cell' {
2305
2317
  isExpander?: boolean;
2306
2318
  /**
2307
2319
  * Mobile options for displaying differently at small screens;
2308
- * See #EuiTableRowCellMobileOptionsShape
2320
+ * See {@link EuiTableRowCellMobileOptionsShape}
2309
2321
  */
2310
2322
  mobileOptions?: EuiTableRowCellMobileOptionsShape;
2311
2323
  /**
@@ -2978,7 +2990,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2978
2990
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2979
2991
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2980
2992
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2981
- export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "empty" | "wordWrap" | "grid" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "refresh" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2993
+ export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "iInCircle" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2982
2994
  export type EuiIconType = keyof typeof typeToPathMap;
2983
2995
  export type IconType = EuiIconType | string | ComponentType;
2984
2996
  export type IconColor = string | NamedColor;
@@ -3531,7 +3543,12 @@ declare module '@elastic/eui/src/components/button/button_display/_button_displa
3531
3543
  euiButtonDisplay: import("@emotion/react").SerializedStyles;
3532
3544
  isDisabled: import("@emotion/react").SerializedStyles;
3533
3545
  fullWidth: import("@emotion/react").SerializedStyles;
3534
- defaultMinWidth: import("@emotion/react").SerializedStyles;
3546
+ defaultMinWidth: {
3547
+ defaultMinWidth: import("@emotion/react").SerializedStyles;
3548
+ xs: string;
3549
+ s: string;
3550
+ m: string;
3551
+ };
3535
3552
  xs: import("@emotion/react").SerializedStyles;
3536
3553
  s: import("@emotion/react").SerializedStyles;
3537
3554
  m: import("@emotion/react").SerializedStyles;
@@ -3615,7 +3632,7 @@ declare module '@elastic/eui/src/components/loading/loading_spinner' {
3615
3632
  /**
3616
3633
  * Sets the color of the border and highlight.
3617
3634
  * Each key accepts any valid CSS color value as a `string`
3618
- * See #EuiLoadingSpinnerColor
3635
+ * See {@link EuiLoadingSpinnerColor}
3619
3636
  */
3620
3637
  color?: EuiLoadingSpinnerColor;
3621
3638
  };
@@ -3666,7 +3683,7 @@ declare module '@elastic/eui/src/components/loading' {
3666
3683
  }
3667
3684
  declare module '@elastic/eui/src/components/button/button_display/_button_display_content.styles' {
3668
3685
  import { UseEuiTheme } from '@elastic/eui/src/services';
3669
- export const euiButtonDisplayContentStyles: ({ euiTheme }: UseEuiTheme) => {
3686
+ export const euiButtonDisplayContentStyles: (euiThemeContext: UseEuiTheme) => {
3670
3687
  euiButtonDisplayContent: import("@emotion/react").SerializedStyles;
3671
3688
  };
3672
3689
 
@@ -3838,7 +3855,7 @@ declare module '@elastic/eui/src/components/button/button_empty/button_empty.sty
3838
3855
  isDisabled: import("@emotion/react").SerializedStyles;
3839
3856
  xs: import("@emotion/react").SerializedStyles;
3840
3857
  s: import("@emotion/react").SerializedStyles;
3841
- m: import("@emotion/react").SerializedStyles;
3858
+ m: (string | false | import("@emotion/react").SerializedStyles)[];
3842
3859
  flush: import("@emotion/react").SerializedStyles;
3843
3860
  left: import("@emotion/react").SerializedStyles;
3844
3861
  right: import("@emotion/react").SerializedStyles;
@@ -4123,6 +4140,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4123
4140
  };
4124
4141
  compressed: SerializedStyles;
4125
4142
  disabledAndSelected: SerializedStyles;
4143
+ hasBorder: string;
4126
4144
  tooltipWrapper: SerializedStyles;
4127
4145
  content: {
4128
4146
  euiButtonGroupButton__content: SerializedStyles;
@@ -4138,6 +4156,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4138
4156
  }
4139
4157
  declare module '@elastic/eui/src/components/button/button_group/button_group_button' {
4140
4158
  import { FunctionComponent, MouseEventHandler } from 'react';
4159
+ import { EuiButtonDisplayCommonProps } from '@elastic/eui/src/components/button/button_display/_button_display';
4141
4160
  import { EuiButtonGroupOptionProps, EuiButtonGroupProps } from '@elastic/eui/src/components/button/button_group/button_group';
4142
4161
  type Props = EuiButtonGroupOptionProps & {
4143
4162
  /**
@@ -4160,6 +4179,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4160
4179
  * Inherit from EuiButtonGroup
4161
4180
  */
4162
4181
  onClick: MouseEventHandler<HTMLButtonElement>;
4182
+ contentProps?: EuiButtonDisplayCommonProps['contentProps'];
4163
4183
  };
4164
4184
  export const EuiButtonGroupButton: FunctionComponent<Props>;
4165
4185
  export {};
@@ -4256,7 +4276,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
4256
4276
  */
4257
4277
  type?: 'single' | 'multi';
4258
4278
  /**
4259
- * An array of #EuiButtonGroupOptionProps
4279
+ * An array of {@link EuiButtonGroupOptionProps}
4260
4280
  */
4261
4281
  options: EuiButtonGroupOptionProps[];
4262
4282
  } & ({
@@ -5259,9 +5279,12 @@ declare module '@elastic/eui/src/components/basic_table/table_types' {
5259
5279
  render?: (item: T) => ReactNode;
5260
5280
  };
5261
5281
  /**
5262
- * Describe a custom renderer function for the content
5282
+ * A custom renderer for this column's cell content.
5283
+ * Unlike computed columns or `mobileOptions.render`, this function receives:
5284
+ * - `value`: The value of the specified field for this row
5285
+ * - `item`: The full data item (row object)
5263
5286
  */
5264
- render?: (value: any, record: T) => ReactNode;
5287
+ render?: (value: any, item: T) => ReactNode;
5265
5288
  /**
5266
5289
  * Content to display in the footer beneath this column
5267
5290
  */
@@ -5276,7 +5299,7 @@ declare module '@elastic/eui/src/components/basic_table/table_types' {
5276
5299
  /**
5277
5300
  * A function that computes the value for each item and renders it
5278
5301
  */
5279
- render: (record: T) => ReactNode;
5302
+ render: (item: T) => ReactNode;
5280
5303
  /**
5281
5304
  * The display name of the column
5282
5305
  */
@@ -5292,7 +5315,7 @@ declare module '@elastic/eui/src/components/basic_table/table_types' {
5292
5315
  } & Pick<EuiTableFieldDataColumnType<T>, 'readOnly' | 'description' | 'width' | 'align' | 'truncateText' | 'isExpander'>;
5293
5316
  export type EuiTableActionsColumnType<T extends object> = {
5294
5317
  /**
5295
- * An array of one of the objects: #DefaultItemAction or #CustomItemAction
5318
+ * An array of one of the objects: {@link DefaultItemAction} or {@link CustomItemAction}
5296
5319
  */
5297
5320
  actions: Array<Action<T>>;
5298
5321
  /**
@@ -5982,7 +6005,7 @@ declare module '@elastic/eui/src/components/popover/popover' {
5982
6005
  */
5983
6006
  panelStyle?: CSSProperties;
5984
6007
  /**
5985
- * Object of props passed to EuiPanel. See #EuiPopoverPanelProps
6008
+ * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
5986
6009
  */
5987
6010
  panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
5988
6011
  panelRef?: RefCallback<HTMLElement | null>;
@@ -6772,7 +6795,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_display/c
6772
6795
  export type EuiColorPaletteDisplaySize = (typeof SIZES)[number];
6773
6796
  export interface EuiColorPaletteDisplayShared {
6774
6797
  /**
6775
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6798
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6776
6799
  */
6777
6800
  palette: string[] | PaletteColorStop[];
6778
6801
  }
@@ -6834,7 +6857,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6834
6857
  */
6835
6858
  type: 'text';
6836
6859
  /**
6837
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6860
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6838
6861
  */
6839
6862
  palette?: string[] | PaletteColorStop[];
6840
6863
  }
@@ -6856,7 +6879,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6856
6879
  */
6857
6880
  type: 'fixed';
6858
6881
  /**
6859
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6882
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6860
6883
  */
6861
6884
  palette: string[] | PaletteColorStop[];
6862
6885
  }
@@ -6878,7 +6901,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6878
6901
  */
6879
6902
  type: 'gradient';
6880
6903
  /**
6881
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6904
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6882
6905
  */
6883
6906
  palette: string[] | PaletteColorStop[];
6884
6907
  }
@@ -6889,7 +6912,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6889
6912
  */
6890
6913
  selectionDisplay?: 'palette' | 'title';
6891
6914
  /**
6892
- * An array of one of the following objects: #EuiColorPalettePickerPaletteText, #EuiColorPalettePickerPaletteFixed, #EuiColorPalettePickerPaletteGradient
6915
+ * An array of one of the following objects: {@link EuiColorPalettePickerPaletteText}, {@link EuiColorPalettePickerPaletteFixed}, {@link EuiColorPalettePickerPaletteGradient}
6893
6916
  */
6894
6917
  palettes: EuiColorPalettePickerPaletteProps[];
6895
6918
  };
@@ -7049,11 +7072,21 @@ declare module '@elastic/eui/src/services/theme/provider' {
7049
7072
  }
7050
7073
  export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
7051
7074
 
7075
+ }
7076
+ declare module '@elastic/eui/src/services/theme/theme_variant' {
7077
+ import { EuiThemeVariantFlags, UseEuiTheme } from '@elastic/eui-theme-common';
7078
+ export const isEuiThemeRefreshVariant: ({ euiTheme }: UseEuiTheme, flag: keyof EuiThemeVariantFlags) => boolean;
7079
+ /**
7080
+ * Util to retrieve visual variant for UI elements
7081
+ * Note: Temporary only - will be removed once the visual refresh is completed.
7082
+ */
7083
+ export const useEuiThemeRefreshVariant: (flag: keyof EuiThemeVariantFlags) => boolean;
7084
+
7052
7085
  }
7053
7086
  declare module '@elastic/eui/src/services/theme' {
7054
7087
  export { EuiSystemContext, EuiThemeContext, EuiNestedThemeContext, EuiModificationsContext, EuiColorModeContext, EuiHighContrastModeContext, } from '@elastic/eui/src/services/theme/context';
7055
7088
  export type { UseEuiTheme, WithEuiThemeProps } from '@elastic/eui/src/services/theme/hooks';
7056
- export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, } from '@elastic/eui/src/services/theme/hooks';
7089
+ export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, useIsDarkMode, } from '@elastic/eui/src/services/theme/hooks';
7057
7090
  export type { EuiThemeProviderProps } from '@elastic/eui/src/services/theme/provider';
7058
7091
  export { EuiThemeProvider } from '@elastic/eui/src/services/theme/provider';
7059
7092
  export { useEuiMemoizedStyles, withEuiStylesMemoizer, type WithEuiStylesMemoizerProps, RenderWithEuiStylesMemoizer, } from '@elastic/eui/src/services/theme/style_memoization';
@@ -7061,6 +7094,7 @@ declare module '@elastic/eui/src/services/theme' {
7061
7094
  export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
7062
7095
  export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
7063
7096
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
7097
+ export * from '@elastic/eui/src/services/theme/theme_variant';
7064
7098
 
7065
7099
  }
7066
7100
  declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
@@ -8083,15 +8117,6 @@ declare module '@elastic/eui/src/components/badge/color_utils' {
8083
8117
  color: string;
8084
8118
  backgroundColor: string;
8085
8119
  };
8086
- accentSecondary: {
8087
- border: string;
8088
- color: string;
8089
- backgroundColor: string;
8090
- } | {
8091
- border?: undefined;
8092
- color: string;
8093
- backgroundColor: string;
8094
- };
8095
8120
  disabled: {
8096
8121
  borderColor: string;
8097
8122
  border: string;
@@ -8123,10 +8148,6 @@ declare module '@elastic/eui/src/components/badge/color_utils' {
8123
8148
  backgroundColor: string;
8124
8149
  color: string;
8125
8150
  };
8126
- accentSecondaryText: {
8127
- backgroundColor: string;
8128
- color: string;
8129
- };
8130
8151
  };
8131
8152
  export const getBadgeColors: (euiThemeContext: UseEuiTheme, backgroundColor: string) => {
8132
8153
  backgroundColor: string;
@@ -8620,7 +8641,7 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8620
8641
  export type EuiBreadcrumbsProps = CommonProps & {
8621
8642
  /**
8622
8643
  * Hides extra (above the max) breadcrumbs under a collapsed item as the window gets smaller.
8623
- * Pass a custom #EuiBreadcrumbResponsiveMaxCount object to change the number of breadcrumbs to show at the particular breakpoints.
8644
+ * Pass a custom {@link EuiBreadcrumbResponsiveMaxCount} object to change the number of breadcrumbs to show at the particular breakpoints.
8624
8645
  *
8625
8646
  * Pass `false` to turn this behavior off.
8626
8647
  *
@@ -8640,7 +8661,7 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8640
8661
  */
8641
8662
  max?: number | null;
8642
8663
  /**
8643
- * The array of individual #EuiBreadcrumb items
8664
+ * The array of individual {@link EuiBreadcrumb} items
8644
8665
  */
8645
8666
  breadcrumbs: EuiBreadcrumbProps[];
8646
8667
  /**
@@ -8702,10 +8723,6 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8702
8723
  truncateLastBreadcrumb?: boolean;
8703
8724
  };
8704
8725
 
8705
- }
8706
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button' {
8707
- export { type _EuiButtonColor, type _EuiButtonDisplay, type _EuiButtonOptions, BUTTON_COLORS, BUTTON_DISPLAYS, euiButtonColor, euiButtonFillColor, euiButtonEmptyColor, useEuiButtonColorCSS, useEuiButtonFocusCSS, euiButtonSizeMap, } from '@elastic/eui/src/global_styling/mixins/_button';
8708
-
8709
8726
  }
8710
8727
  declare module '@elastic/eui/src/components/breadcrumbs/_breadcrumb_content.styles' {
8711
8728
  import { UseEuiTheme } from '@elastic/eui/src/services';
@@ -10214,7 +10231,7 @@ declare module '@elastic/eui/src/components/form/range/types' {
10214
10231
  tickInterval?: number;
10215
10232
  /**
10216
10233
  * Create colored indicators for certain intervals.
10217
- * An array of #EuiRangeLevel objects
10234
+ * An array of {@link EuiRangeLevel} objects
10218
10235
  */
10219
10236
  levels?: EuiRangeLevel[];
10220
10237
  }
@@ -11745,8 +11762,9 @@ declare module '@elastic/eui/src/components/flyout/flyout' {
11745
11762
  * Object of props passed to EuiFocusTrap.
11746
11763
  * `shards` specifies an array of elements that will be considered part of the flyout, preventing the flyout from being closed when clicked.
11747
11764
  * `closeOnMouseup` will delay the close callback, allowing time for external toggle buttons to handle close behavior.
11765
+ * `returnFocus` defines the return focus behavior and provides the possibility to check the available target element or opt out of the behavior in favor of manually returning focus
11748
11766
  */
11749
- focusTrapProps?: Pick<EuiFocusTrapProps, 'closeOnMouseup' | 'shards'>;
11767
+ focusTrapProps?: Pick<EuiFocusTrapProps, 'closeOnMouseup' | 'shards' | 'returnFocus'>;
11750
11768
  /**
11751
11769
  * By default, EuiFlyout will consider any fixed `EuiHeader`s that sit alongside or above the EuiFlyout
11752
11770
  * as part of the flyout's focus trap. This prevents focus fighting with interactive elements
@@ -12238,7 +12256,7 @@ declare module '@elastic/eui/src/components/resizable_container/resizable_panel'
12238
12256
  deregister: (panelId: EuiResizablePanelController['id']) => void;
12239
12257
  };
12240
12258
  /**
12241
- * #ToggleCollapseCallback
12259
+ * See {@link ToggleCollapseCallback}
12242
12260
  */
12243
12261
  onToggleCollapsed?: ToggleCollapseCallback;
12244
12262
  onToggleCollapsedInternal: ToggleCollapseCallback;
@@ -12949,7 +12967,7 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
12949
12967
  /**
12950
12968
  * Will render either an accordion or group of nested child item links.
12951
12969
  *
12952
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
12970
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
12953
12971
  * subitem content, pass an object with a `renderItem` callback.
12954
12972
  */
12955
12973
  items: EuiCollapsibleNavSubItemProps[];
@@ -13149,7 +13167,7 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
13149
13167
  */
13150
13168
  showToolTip?: boolean;
13151
13169
  /**
13152
- * An object of #EuiListGroupItemExtraAction props.
13170
+ * An object of {@link EuiListGroupItemExtraAction} props.
13153
13171
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
13154
13172
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
13155
13173
  */
@@ -13215,7 +13233,7 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
13215
13233
  */
13216
13234
  gutterSize?: EuiListGroupGutterSize;
13217
13235
  /**
13218
- * Items to display in this group. See #EuiListGroupItem
13236
+ * Items to display in this group. See {@link EuiListGroupItem}
13219
13237
  */
13220
13238
  listItems?: EuiListGroupItemProps[];
13221
13239
  /**
@@ -13275,7 +13293,7 @@ declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinna
13275
13293
  export interface EuiPinnableListGroupProps extends CommonProps, EuiListGroupProps {
13276
13294
  /**
13277
13295
  * Extends `EuiListGroupItemProps`, at the very least, expecting a `label`.
13278
- * See #EuiPinnableListGroupItemProps
13296
+ * See {@link EuiPinnableListGroupItemProps}
13279
13297
  */
13280
13298
  listItems: EuiPinnableListGroupItemProps[];
13281
13299
  /**
@@ -14040,7 +14058,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14040
14058
  onOptionEnterKey?: OptionHandler<T>;
14041
14059
  onScroll?: ListProps['onScroll'];
14042
14060
  /**
14043
- * Array of EuiComboBoxOptionOption objects. See #EuiComboBoxOptionOption
14061
+ * Array of EuiComboBoxOptionOption objects. See {@link EuiComboBoxOptionOption}
14044
14062
  */
14045
14063
  options: Array<EuiComboBoxOptionOption<T>>;
14046
14064
  renderOption?: (option: EuiComboBoxOptionOption<T>, searchValue: string, OPTION_CONTENT_CLASSNAME: string) => ReactNode;
@@ -14399,7 +14417,7 @@ declare module '@elastic/eui/src/components/timeline/timeline' {
14399
14417
  export type EuiTimelineGutterSize = (typeof GUTTER_SIZES)[number];
14400
14418
  export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
14401
14419
  /**
14402
- * List of timeline items to render. See #EuiTimelineItem
14420
+ * List of timeline items to render. See {@link EuiTimelineItem}
14403
14421
  */
14404
14422
  items?: EuiTimelineItemProps[];
14405
14423
  /**
@@ -14522,7 +14540,7 @@ declare module '@elastic/eui/src/components/comment_list/comment_list' {
14522
14540
  import { EuiTimelineProps } from '@elastic/eui/src/components/timeline';
14523
14541
  export type EuiCommentListProps = Omit<EuiTimelineProps, 'items' | 'gutterSize'> & {
14524
14542
  /**
14525
- * List of comments to render. See #EuiComment
14543
+ * List of comments to render. See {@link EuiComment}
14526
14544
  */
14527
14545
  comments?: EuiCommentProps[];
14528
14546
  /**
@@ -14784,7 +14802,7 @@ declare module '@elastic/eui/src/components/token' {
14784
14802
  }
14785
14803
  declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14786
14804
  import { ComponentType, JSXElementConstructor, ReactNode, HTMLAttributes, CSSProperties, ReactElement, AriaAttributes, MutableRefObject, Ref, Component, ComponentClass, KeyboardEventHandler, JSX } from 'react';
14787
- import { VariableSizeGridProps, VariableSizeGrid as Grid, GridOnItemsRenderedProps } from 'react-window';
14805
+ import { VariableSizeGridProps, VariableSizeGrid as Grid, GridOnItemsRenderedProps, GridOnScrollProps } from 'react-window';
14788
14806
  import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group';
14789
14807
  import { EuiButtonEmpty, EuiButtonIcon } from '@elastic/eui/src/components/button';
14790
14808
  import { ExclusiveUnion, CommonProps, OneOf } from '@elastic/eui/src/components/common';
@@ -14839,7 +14857,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14839
14857
  }
14840
14858
  export interface EuiDataGridSchemaDetector {
14841
14859
  /**
14842
- * The name of this data type, matches #EuiDataGridColumn / `schema`
14860
+ * The name of this data type, matches {@link EuiDataGridColumn} / `schema`
14843
14861
  */
14844
14862
  type: string;
14845
14863
  /**
@@ -14870,7 +14888,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14870
14888
  */
14871
14889
  sortTextDesc: ReactNode;
14872
14890
  /**
14873
- * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual #EuiDataGridColumn level
14891
+ * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual {@link EuiDataGridColumn} level
14874
14892
  */
14875
14893
  isSortable?: boolean;
14876
14894
  /**
@@ -14878,7 +14896,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14878
14896
  */
14879
14897
  textTransform?: 'uppercase' | 'lowercase' | 'capitalize';
14880
14898
  /**
14881
- * Default sort direction of columns with this schema. Can be overridden at the individual #EuiDataGridColumn level
14899
+ * Default sort direction of columns with this schema. Can be overridden at the individual {@link EuiDataGridColumn} level
14882
14900
  */
14883
14901
  defaultSortDirection?: 'asc' | 'desc';
14884
14902
  }
@@ -14972,27 +14990,27 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14972
14990
  }
14973
14991
  export type CommonGridProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
14974
14992
  /**
14975
- * An array of #EuiDataGridColumn objects. Lists the columns available and the schema and settings tied to it.
14993
+ * An array of {@link EuiDataGridColumn} objects. Lists the columns available and the schema and settings tied to it.
14976
14994
  */
14977
14995
  columns: EuiDataGridColumn[];
14978
14996
  /**
14979
- * An array of #EuiDataGridControlColumn objects. Used to define ancillary columns on the left side of the data grid.
14997
+ * An array of {@link EuiDataGridControlColumn} objects. Used to define ancillary columns on the left side of the data grid.
14980
14998
  * Useful for adding items like checkboxes and buttons.
14981
14999
  */
14982
15000
  leadingControlColumns?: EuiDataGridControlColumn[];
14983
15001
  /**
14984
- * An array of #EuiDataGridControlColumn objects. Used to define ancillary columns on the right side of the data grid.
15002
+ * An array of {@link EuiDataGridControlColumn} objects. Used to define ancillary columns on the right side of the data grid.
14985
15003
  * Useful for adding items like checkboxes and buttons.
14986
15004
  */
14987
15005
  trailingControlColumns?: EuiDataGridControlColumn[];
14988
15006
  /**
14989
- * An array of #EuiDataGridColumnVisibility objects.
15007
+ * An array of {@link EuiDataGridColumnVisibility} objects.
14990
15008
  * Defines which columns are **intitially** visible in the grid and the order they are displayed.
14991
15009
  * Users can still turn their visibility on/off when `toolbarVisibility.showColumnSelector = true` (which is the default).
14992
15010
  */
14993
15011
  columnVisibility: EuiDataGridColumnVisibility;
14994
15012
  /**
14995
- * An array of custom #EuiDataGridSchemaDetector objects. You can inject custom schemas to the grid to define the classnames applied.
15013
+ * An array of custom {@link EuiDataGridSchemaDetector} objects. You can inject custom schemas to the grid to define the classnames applied.
14996
15014
  */
14997
15015
  schemaDetectors?: EuiDataGridSchemaDetector[];
14998
15016
  /**
@@ -15001,7 +15019,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15001
15019
  rowCount: number;
15002
15020
  /**
15003
15021
  * A function called to render a cell's value. Behind the scenes it is treated as a React component
15004
- * allowing hooks, context, and other React concepts to be used. The function receives #EuiDataGridCellValueElementProps
15022
+ * allowing hooks, context, and other React concepts to be used. The function receives {@link EuiDataGridCellValueElementProps}
15005
15023
  * as its only argument.
15006
15024
  */
15007
15025
  renderCellValue: EuiDataGridCellProps['renderCellValue'];
@@ -15018,7 +15036,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15018
15036
  * `<EuiPopoverFooter>` around the cell actions.
15019
15037
  *
15020
15038
  * Behind the scenes it is treated as a React component allowing hooks, context, and other React concepts to be used.
15021
- * The function receives #EuiDataGridCellPopoverElementProps as its only argument.
15039
+ * The function receives {@link EuiDataGridCellPopoverElementProps} as its only argument.
15022
15040
  *
15023
15041
  */
15024
15042
  renderCellPopover?: EuiDataGridCellProps['renderCellPopover'];
@@ -15026,7 +15044,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15026
15044
  * An optional function called to render a footer cell. If not specified, no footer row is rendered.
15027
15045
  *
15028
15046
  * Behind the scenes it is treated as a React component
15029
- * allowing hooks, context, and other React concepts to be used. The function receives #EuiDataGridCellValueElementProps
15047
+ * allowing hooks, context, and other React concepts to be used. The function receives {@link EuiDataGridCellValueElementProps}
15030
15048
  * as its only argument.
15031
15049
  */
15032
15050
  renderFooterCellValue?: EuiDataGridCellProps['renderCellValue'];
@@ -15039,7 +15057,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15039
15057
  *
15040
15058
  * Behind the scenes, this function is treated as a React component,
15041
15059
  * allowing hooks, context, and other React concepts to be used.
15042
- * It receives #EuiDataGridCustomBodyProps as its only argument.
15060
+ * It receives {@link EuiDataGridCustomBodyProps} as its only argument.
15043
15061
  */
15044
15062
  renderCustomGridBody?: (args: EuiDataGridCustomBodyProps) => ReactNode;
15045
15063
  /**
@@ -15048,34 +15066,34 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15048
15066
  *
15049
15067
  * Behind the scenes, this function is treated as a React component,
15050
15068
  * allowing hooks, context, and other React concepts to be used.
15051
- * It receives #EuiDataGridCustomToolbarProps as its only argument.
15069
+ * It receives {@link EuiDataGridCustomToolbarProps} as its only argument.
15052
15070
  */
15053
15071
  renderCustomToolbar?: EuiDataGridToolbarProps['renderCustomToolbar'];
15054
15072
  /**
15055
- * Defines the initial style of the grid. Accepts a partial #EuiDataGridStyle object.
15073
+ * Defines the initial style of the grid. Accepts a partial {@link EuiDataGridStyle} object.
15056
15074
  * Settings provided may be overwritten or merged with user defined preferences if `toolbarVisibility.showDisplaySelector.allowDensity = true` (which is the default).
15057
15075
  */
15058
15076
  gridStyle?: EuiDataGridStyle;
15059
15077
  /**
15060
15078
  * Allows you to configure what features the toolbar shows.
15061
15079
  *
15062
- * Accepts either a boolean or #EuiDataGridToolBarVisibilityOptions object.
15080
+ * Accepts either a boolean or {@link EuiDataGridToolBarVisibilityOptions} object.
15063
15081
  * When used as a boolean, defines the display of the entire toolbar.
15064
15082
  * When passed an object allows you to turn off individual controls within the toolbar as well as add additional buttons.
15065
15083
  */
15066
15084
  toolbarVisibility?: boolean | EuiDataGridToolBarVisibilityOptions;
15067
15085
  /**
15068
- * A #EuiDataGridInMemory object to define the level of high order schema-detection and sorting logic to use on your data.
15086
+ * A {@link EuiDataGridInMemory} object to define the level of high order schema-detection and sorting logic to use on your data.
15069
15087
  * **Try to set when possible**.
15070
15088
  * If omitted, disables all enhancements and assumes content is flat strings.
15071
15089
  */
15072
15090
  inMemory?: EuiDataGridInMemory;
15073
15091
  /**
15074
- * A #EuiDataGridPaginationProps object. Omit to disable pagination completely.
15092
+ * A {@link EuiDataGridPaginationProps} object. Omit to disable pagination completely.
15075
15093
  */
15076
15094
  pagination?: EuiDataGridPaginationProps;
15077
15095
  /**
15078
- * A #EuiDataGridSorting object that provides the sorted columns along with their direction. Provides a callback for when it changes.
15096
+ * A {@link EuiDataGridSorting} object that provides the sorted columns along with their direction. Provides a callback for when it changes.
15079
15097
  * Optional, but required when inMemory is set.
15080
15098
  * Omit to disable, but you'll likely want to also turn off the user sorting controls through the `toolbarVisibility` prop.
15081
15099
  */
@@ -15099,9 +15117,23 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15099
15117
  /**
15100
15118
  * Allows customizing the underlying [react-window grid](https://react-window.vercel.app/#/api/VariableSizeGrid) props.
15101
15119
  */
15102
- virtualizationOptions?: Pick<VariableSizeGridProps, 'className' | 'style' | 'direction' | 'estimatedRowHeight' | 'estimatedColumnWidth' | 'overscanRowCount' | 'overscanColumnCount' | 'initialScrollTop' | 'initialScrollLeft' | 'onScroll' | 'onItemsRendered' | 'itemKey' | 'outerElementType'>;
15103
- /**
15104
- * A #EuiDataGridRowHeightsOptions object that provides row heights options.
15120
+ virtualizationOptions?: Pick<VariableSizeGridProps, 'className' | 'style' | 'direction' | 'estimatedRowHeight' | 'estimatedColumnWidth' | 'overscanRowCount' | 'overscanColumnCount' | 'initialScrollTop' | 'initialScrollLeft' | 'onItemsRendered' | 'itemKey' | 'outerElementType'> & {
15121
+ /**
15122
+ * Called when the grid scroll positions changes, as a result of user scrolling or scroll-to method calls.
15123
+ */
15124
+ onScroll?: (args: GridOnScrollProps & {
15125
+ scrollHeight: number;
15126
+ scrollWidth: number;
15127
+ clientHeight: number;
15128
+ clientWidth: number;
15129
+ isScrolledToBlockStart: boolean;
15130
+ isScrolledToBlockEnd: boolean;
15131
+ isScrolledToInlineStart: boolean;
15132
+ isScrolledToInlineEnd: boolean;
15133
+ }) => void;
15134
+ };
15135
+ /**
15136
+ * A {@link EuiDataGridRowHeightsOptions} object that provides row heights options.
15105
15137
  * Allows configuring both default and specific heights of grid rows.
15106
15138
  * Settings provided may be overwritten or merged with user defined preferences if `toolbarVisibility.showDisplaySelector.allowRowHeight = true` (which is the default).
15107
15139
  */
@@ -15264,7 +15296,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15264
15296
  */
15265
15297
  colIndex: number;
15266
15298
  /**
15267
- * ID of the column being rendered, the value comes from the #EuiDataGridColumn `id`
15299
+ * ID of the column being rendered, the value comes from the {@link EuiDataGridColumn} `id`
15268
15300
  */
15269
15301
  columnId: string;
15270
15302
  /**
@@ -15282,7 +15314,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15282
15314
  */
15283
15315
  setCellProps: (props: EuiDataGridSetCellProps) => void;
15284
15316
  /**
15285
- * Whether or not the cell is expandable, comes from the #EuiDataGridColumn `isExpandable` which defaults to `true`
15317
+ * Whether or not the cell is expandable, comes from the {@link EuiDataGridColumn} `isExpandable` which defaults to `true`
15286
15318
  */
15287
15319
  isExpandable: boolean;
15288
15320
  /**
@@ -15428,12 +15460,12 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15428
15460
  defaultSortDirection?: 'asc' | 'desc';
15429
15461
  /**
15430
15462
  * A Schema to use for the column.
15431
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
15463
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
15432
15464
  * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
15433
15465
  */
15434
15466
  schema?: string;
15435
15467
  /**
15436
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
15468
+ * Configuration of column actions. Set to false to disable or use {@link EuiDataGridColumnActions} to configure the actions displayed in the header cell of the column.
15437
15469
  */
15438
15470
  actions?: false | EuiDataGridColumnActions;
15439
15471
  /**
@@ -15504,7 +15536,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15504
15536
  }
15505
15537
  export interface EuiDataGridColumnVisibility {
15506
15538
  /**
15507
- * An array of #EuiDataGridColumn `id`s dictating the order and visibility of columns.
15539
+ * An array of {@link EuiDataGridColumn} `id`s dictating the order and visibility of columns.
15508
15540
  */
15509
15541
  visibleColumns: string[];
15510
15542
  /**
@@ -15545,7 +15577,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15545
15577
  */
15546
15578
  stripes?: boolean;
15547
15579
  /**
15548
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
15580
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
15549
15581
  * @default shade
15550
15582
  */
15551
15583
  header?: EuiDataGridStyleHeader;
@@ -15618,13 +15650,13 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15618
15650
  export type EuiDataGridDisplaySelectorCustomRender = (args: EuiDataGridDisplaySelectorCustomRenderProps) => ReactNode;
15619
15651
  export interface EuiDataGridToolBarVisibilityOptions {
15620
15652
  /**
15621
- * Allows the ability for the user to hide fields and sort columns, boolean or a #EuiDataGridToolBarVisibilityColumnSelectorOptions
15653
+ * Allows the ability for the user to hide fields and sort columns, boolean or a {@link EuiDataGridToolBarVisibilityColumnSelectorOptions}
15622
15654
  * @default true
15623
15655
  */
15624
15656
  showColumnSelector?: boolean | EuiDataGridToolBarVisibilityColumnSelectorOptions;
15625
15657
  /**
15626
15658
  * Allows the ability for the user to customize display settings such as grid density and row heights.
15627
- * User changes will override what is provided in #EuiDataGridStyle and #EuiDataGridRowHeightsOptions
15659
+ * User changes will override what is provided in {@link EuiDataGridStyle} and {@link EuiDataGridRowHeightsOptions}
15628
15660
  * @default true
15629
15661
  */
15630
15662
  showDisplaySelector?: boolean | EuiDataGridToolBarVisibilityDisplaySelectorOptions;
@@ -15646,14 +15678,14 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15646
15678
  showFullScreenSelector?: boolean;
15647
15679
  /**
15648
15680
  * If passed a `ReactNode`, appends the passed custom control into the left side of the toolbar, after the column & sort controls.
15649
- * Or use #EuiDataGridToolBarAdditionalControlsOptions to customize the location of your control.
15681
+ * Or use {@link EuiDataGridToolBarAdditionalControlsOptions} to customize the location of your control.
15650
15682
  */
15651
15683
  additionalControls?: ReactNode | EuiDataGridToolBarAdditionalControlsOptions;
15652
15684
  }
15653
15685
  export interface EuiDataGridToolBarAdditionalControlsOptions {
15654
15686
  /**
15655
15687
  * If passed a `ReactNode`, appends the passed node into the left side of the toolbar, **after** the column & sort controls.
15656
- * Or use #EuiDataGridToolBarAdditionalControlsLeftOptions to customize the location of your control.
15688
+ * Or use {@link EuiDataGridToolBarAdditionalControlsLeftOptions} to customize the location of your control.
15657
15689
  * We recommend using `<EuiButtonEmpty size="xs" />` to match the existing controls on the left.
15658
15690
  */
15659
15691
  left?: ReactNode | EuiDataGridToolBarAdditionalControlsLeftOptions;
@@ -15767,7 +15799,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15767
15799
  * Defines the height for a specific row. It can be line count or just height.
15768
15800
  *
15769
15801
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
15770
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
15802
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
15771
15803
  */
15772
15804
  rowHeights?: Record<number, EuiDataGridRowHeightOption>;
15773
15805
  /**
@@ -18325,7 +18357,7 @@ declare module '@elastic/eui/src/components/responsive/hide_for' {
18325
18357
  children: ReactNode;
18326
18358
  /**
18327
18359
  * List of all the responsive sizes to hide the children for.
18328
- * Array of #EuiBreakpointSize
18360
+ * Array of {@link EuiBreakpointSize}
18329
18361
  */
18330
18362
  sizes: EuiHideForBreakpoints[] | 'all' | 'none';
18331
18363
  }
@@ -18343,7 +18375,7 @@ declare module '@elastic/eui/src/components/responsive/show_for' {
18343
18375
  children: ReactNode;
18344
18376
  /**
18345
18377
  * List of all the responsive sizes to show the children for.
18346
- * Array of #EuiBreakpointSize
18378
+ * Array of {@link EuiBreakpointSize}
18347
18379
  */
18348
18380
  sizes: EuiShowForBreakpoints[] | 'all' | 'none';
18349
18381
  }
@@ -18597,11 +18629,11 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/super_
18597
18629
  */
18598
18630
  isQuickSelectOnly?: boolean;
18599
18631
  /**
18600
- * Props passed to the update button #EuiSuperUpdateButtonProps
18632
+ * Props passed to the update button {@link EuiSuperUpdateButtonProps}
18601
18633
  */
18602
18634
  updateButtonProps?: EuiSuperUpdateButtonProps;
18603
18635
  /**
18604
- * Props passed to the quick select button #EuiQuickSelectButtonProps
18636
+ * Props passed to the quick select button {@link EuiQuickSelectButtonProps}
18605
18637
  */
18606
18638
  quickSelectButtonProps?: EuiQuickSelectButtonProps;
18607
18639
  /**
@@ -19034,18 +19066,26 @@ declare module '@elastic/eui/src/components/expression' {
19034
19066
  }
19035
19067
  declare module '@elastic/eui/src/components/filter_group/filter_button.styles' {
19036
19068
  import { UseEuiTheme } from '@elastic/eui/src/services';
19037
- export const euiFilterButtonDisplay: ({ euiTheme }: UseEuiTheme) => {
19069
+ export const euiFilterButtonDisplay: (euiThemeContext: UseEuiTheme) => {
19038
19070
  flex: string;
19039
19071
  minInlineSize: string;
19040
19072
  };
19041
19073
  export const euiFilterButtonStyles: (euiThemeContext: UseEuiTheme) => {
19042
19074
  euiFilterButton: import("@emotion/react").SerializedStyles;
19075
+ buttonType: {
19076
+ default: import("@emotion/react").SerializedStyles;
19077
+ toggle: import("@emotion/react").SerializedStyles;
19078
+ };
19043
19079
  withNext: import("@emotion/react").SerializedStyles;
19044
19080
  noGrow: import("@emotion/react").SerializedStyles;
19045
19081
  hasNotification: import("@emotion/react").SerializedStyles;
19046
19082
  hasActiveFilters: import("@emotion/react").SerializedStyles;
19047
19083
  };
19048
- export const euiFilterButtonChildStyles: ({ euiTheme }: UseEuiTheme) => {
19084
+ export const euiFilterButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
19085
+ wrapper: import("@emotion/react").SerializedStyles;
19086
+ hasToggle: import("@emotion/react").SerializedStyles;
19087
+ };
19088
+ export const euiFilterButtonChildStyles: (euiThemeContext: UseEuiTheme) => {
19049
19089
  content: {
19050
19090
  euiFilterButton__content: import("@emotion/react").SerializedStyles;
19051
19091
  hasIcon: import("@emotion/react").SerializedStyles;
@@ -19102,7 +19142,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19102
19142
  import { EuiButtonEmptyProps } from '@elastic/eui/src/components/button/button_empty';
19103
19143
  export type EuiFilterButtonProps = {
19104
19144
  /**
19105
- * Bolds the button if true
19145
+ * Highlights active filters
19106
19146
  */
19107
19147
  hasActiveFilters?: boolean;
19108
19148
  /**
@@ -19116,7 +19156,15 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19116
19156
  */
19117
19157
  numActiveFilters?: number;
19118
19158
  /**
19119
- * Applies a visual state to the button useful when using with a popover.
19159
+ * Switches between toggle and regular button
19160
+ * @default false
19161
+ */
19162
+ isToggle?: boolean;
19163
+ /**
19164
+ * Applies a visual state to the button.
19165
+ * Automatically applies `aria-pressed` when used with `isToggle={true}`.
19166
+ * Otherwise applies `aria-expanded` when used with `isToggle={false}` and
19167
+ * `iconType="arrowDown"` as trigger button for e.g. a popover.
19120
19168
  */
19121
19169
  isSelected?: boolean;
19122
19170
  /**
@@ -19140,7 +19188,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19140
19188
  * - warning
19141
19189
  */
19142
19190
  color?: _EuiButtonColor;
19143
- } & DistributiveOmit<EuiButtonEmptyProps, 'flush' | 'size' | 'color'>;
19191
+ } & DistributiveOmit<EuiButtonEmptyProps, 'flush' | 'size' | 'color' | 'isSelected'>;
19144
19192
  export const EuiFilterButton: FunctionComponent<EuiFilterButtonProps>;
19145
19193
 
19146
19194
  }
@@ -19356,24 +19404,24 @@ declare module '@elastic/eui/src/components/header/header' {
19356
19404
  type EuiHeaderSectionItemType = EuiHeaderSectionItemProps['children'];
19357
19405
  export interface EuiHeaderSections {
19358
19406
  /**
19359
- * An array of items that will be wrapped in a #EuiHeaderSectionItem
19407
+ * An array of items that will be wrapped in a {@link EuiHeaderSectionItem}
19360
19408
  */
19361
19409
  items?: EuiHeaderSectionItemType[];
19362
19410
  /**
19363
- * Breadcrumbs in the header cannot be wrapped in a #EuiHeaderSection in order for truncation to work.
19411
+ * Breadcrumbs in the header cannot be wrapped in a {@link EuiHeaderSection} in order for truncation to work.
19364
19412
  * Simply pass the array of EuiBreadcrumb objects
19365
19413
  */
19366
19414
  breadcrumbs?: EuiBreadcrumb[];
19367
19415
  /**
19368
- * Other props to pass to #EuiHeaderBreadcrumbs
19416
+ * Other props to pass to {@link EuiHeaderBreadcrumbs}
19369
19417
  */
19370
19418
  breadcrumbProps?: Omit<EuiBreadcrumbsProps, 'breadcrumbs'>;
19371
19419
  }
19372
19420
  export type EuiHeaderProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
19373
19421
  /**
19374
- * An array of objects to wrap in a #EuiHeaderSection.
19422
+ * An array of objects to wrap in a {@link EuiHeaderSection}.
19375
19423
  * Each section is spaced using `space-between`.
19376
- * See #EuiHeaderSections for object details.
19424
+ * See {@link EuiHeaderSections} for object details.
19377
19425
  * This prop disregards the prop `children` if both are passed.
19378
19426
  */
19379
19427
  sections?: EuiHeaderSections[];
@@ -20165,7 +20213,7 @@ declare module '@elastic/eui/src/components/key_pad_menu/key_pad_menu' {
20165
20213
  export type EuiKeyPadMenuProps = CommonProps & HTMLAttributes<HTMLElement> & {
20166
20214
  /**
20167
20215
  * Renders the the group as a `fieldset`.
20168
- * Set to `true` to customize the labelling, or pass an #_EuiKeyPadMenuCheckableProps object to add a `legend` or `ariaLegend`
20216
+ * Set to `true` to customize the labelling, or pass an {@link _EuiKeyPadMenuCheckableProps} object to add a `legend` or `ariaLegend`
20169
20217
  */
20170
20218
  checkable?: _EuiKeyPadMenuCheckableProps | true;
20171
20219
  };
@@ -20842,7 +20890,7 @@ declare module '@elastic/eui/src/components/markdown_editor/plugins/markdown_def
20842
20890
  };
20843
20891
  /**
20844
20892
  * Allows configuring the `allowRelative` and `allowProtocols` of
20845
- * #EuiMarkdownLinkValidatorOptions
20893
+ * {@link EuiMarkdownLinkValidatorOptions}
20846
20894
  */
20847
20895
  linkValidator?: EuiMarkdownLinkValidatorOptions;
20848
20896
  };
@@ -23327,6 +23375,16 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23327
23375
  normalizedSearchValue: string;
23328
23376
  }
23329
23377
  export type EuiSelectableOptionMatcher<T> = (args: EuiSelectableOptionMatcherArgs<T>) => boolean;
23378
+ /**
23379
+ * The `searchable` prop has significant implications for a11y. When present, we effectively change from adhering to the
23380
+ * - ARIA `listbox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox)
23381
+ * - ARIA `combobox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#combobox)
23382
+ *
23383
+ * and (re)implement all relevant attributes and keyboard interactions.
23384
+ * Take note of logic that relies on `searchable` to ensure that any modifications remain in alignment.
23385
+ *
23386
+ * `searchProps` can only be specified when `searchable` is `true`.
23387
+ */
23330
23388
  export type EuiSelectableSearchableProps<T> = ExclusiveUnion<{
23331
23389
  searchable: false;
23332
23390
  }, {
@@ -23336,7 +23394,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23336
23394
  searchable: true;
23337
23395
  /**
23338
23396
  * Passes props down to the `EuiFieldSearch`.
23339
- * See #EuiSelectableSearchProps
23397
+ * {@link EuiSelectableSearchProps}
23340
23398
  */
23341
23399
  searchProps?: EuiSelectableSearchableSearchProps<T>;
23342
23400
  }>;
@@ -23348,7 +23406,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23348
23406
  */
23349
23407
  children?: (list: ReactElement<typeof EuiSelectableMessage | typeof EuiSelectableList>, search: ReactElement<typeof EuiSelectableSearch> | undefined) => ReactNode;
23350
23408
  /**
23351
- * Array of EuiSelectableOption objects. See #EuiSelectableOption
23409
+ * Array of EuiSelectableOption objects. See {@link EuiSelectableOption}
23352
23410
  */
23353
23411
  options: Array<EuiSelectableOption<T>>;
23354
23412
  /**
@@ -23384,7 +23442,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23384
23442
  */
23385
23443
  height?: number | 'full';
23386
23444
  /**
23387
- * See #EuiSelectableOptionsListProps
23445
+ * See {@link EuiSelectableOptionsListPropsWithDefaults}
23388
23446
  */
23389
23447
  listProps?: EuiSelectableOptionsListPropsWithDefaults;
23390
23448
  /**
@@ -23544,7 +23602,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23544
23602
  */
23545
23603
  avatar?: EuiAvatarProps;
23546
23604
  /**
23547
- * An array of inline #EuiSelectableTemplateSitewideMetaData displayed beneath the label and separated by bullets.
23605
+ * An array of inline {@link EuiSelectableTemplateSitewideMetaData} displayed beneath the label and separated by bullets.
23548
23606
  */
23549
23607
  meta?: EuiSelectableTemplateSitewideMetaData[];
23550
23608
  } & EuiSelectableOption<T>;
@@ -23562,8 +23620,8 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23562
23620
  [key: string]: any;
23563
23621
  }>, 'options'>> & {
23564
23622
  /**
23565
- * Extends the typical #EuiSelectableTemplateSitewideOption with the addition of pre-composed elements
23566
- * such as `icon`, `avatar`and `meta`
23623
+ * Extends the typical EuiSelectable {@link EuiSelectableTemplateSitewideOption} with the addition of pre-composed elements
23624
+ * such as `icon`, `avatar` and `meta`
23567
23625
  */
23568
23626
  options: EuiSelectableTemplateSitewideOption[];
23569
23627
  /**
@@ -23635,7 +23693,7 @@ declare module '@elastic/eui/src/components/search_bar/filters/field_value_selec
23635
23693
  field?: string;
23636
23694
  name: string;
23637
23695
  /**
23638
- * See #FieldValueOptionType
23696
+ * See {@link FieldValueOptionType}
23639
23697
  */
23640
23698
  options: FieldValueOptionType[] | OptionsLoader;
23641
23699
  filterWith?: 'prefix' | 'includes' | OptionsFilter;
@@ -23731,7 +23789,7 @@ declare module '@elastic/eui/src/components/search_bar/filters/field_value_toggl
23731
23789
  type: 'field_value_toggle_group';
23732
23790
  field: string;
23733
23791
  /**
23734
- * See #FieldValueToggleGroupFilterItemType
23792
+ * See {@link FieldValueToggleGroupFilterItemType}
23735
23793
  */
23736
23794
  items: FieldValueToggleGroupFilterItemType[];
23737
23795
  available?: () => boolean;
@@ -23862,7 +23920,7 @@ declare module '@elastic/eui/src/components/search_bar/search_bar' {
23862
23920
  schema?: SchemaType | boolean;
23863
23921
  };
23864
23922
  /**
23865
- An array of search filters. See #SearchFilterConfig.
23923
+ An array of search filters. See {@link SearchFilterConfig}.
23866
23924
  */
23867
23925
  filters?: SearchFilterConfig[];
23868
23926
  /**
@@ -24104,7 +24162,7 @@ declare module '@elastic/eui/src/components/side_nav/side_nav' {
24104
24162
  */
24105
24163
  heading?: ReactNode;
24106
24164
  /**
24107
- * Adds a couple extra #EuiSideNavHeading props and extends the props of EuiTitle that wraps the `heading`
24165
+ * Adds a couple extra {@link EuiSideNavHeading} props and extends the props of EuiTitle that wraps the `heading`
24108
24166
  */
24109
24167
  headingProps?: Partial<EuiSideNavHeadingProps>;
24110
24168
  /**
@@ -24125,7 +24183,7 @@ declare module '@elastic/eui/src/components/side_nav/side_nav' {
24125
24183
  */
24126
24184
  mobileBreakpoints?: EuiBreakpointSize[];
24127
24185
  /**
24128
- * An array of #EuiSideNavItem objects. Lists navigation menu items.
24186
+ * An array of {@link EuiSideNavItem} objects. Lists navigation menu items.
24129
24187
  */
24130
24188
  items: Array<EuiSideNavItemType<T>>;
24131
24189
  /**
@@ -24812,7 +24870,7 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24812
24870
  */
24813
24871
  cellProps?: object | CellPropsCallback<T>;
24814
24872
  /**
24815
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
24873
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
24816
24874
  */
24817
24875
  columns: Array<EuiBasicTableColumn<T>>;
24818
24876
  /**
@@ -24836,11 +24894,12 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24836
24894
  */
24837
24895
  noItemsMessage?: ReactNode;
24838
24896
  /**
24839
- * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured). See #Criteria or #CriteriaWithPagination
24897
+ * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured).
24898
+ * See {@link Criteria} or {@link CriteriaWithPagination}
24840
24899
  */
24841
24900
  onChange?: (criteria: Criteria<T>) => void;
24842
24901
  /**
24843
- * Configures #Pagination
24902
+ * Configures {@link Pagination}
24844
24903
  */
24845
24904
  pagination?: undefined;
24846
24905
  /**
@@ -24848,11 +24907,11 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24848
24907
  */
24849
24908
  rowProps?: object | RowPropsCallback<T>;
24850
24909
  /**
24851
- * Configures #EuiTableSelectionType
24910
+ * Configures {@link EuiTableSelectionType}
24852
24911
  */
24853
24912
  selection?: EuiTableSelectionType<T>;
24854
24913
  /**
24855
- * Configures #EuiTableSortingType
24914
+ * Configures {@link EuiTableSortingType}
24856
24915
  */
24857
24916
  sorting?: EuiTableSortingType<T>;
24858
24917
  /**
@@ -24949,7 +25008,7 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
24949
25008
  type InMemoryTableProps<T extends object> = Omit<EuiBasicTableProps<T>, 'pagination' | 'sorting' | 'noItemsMessage' | 'onChange'> & {
24950
25009
  message?: ReactNode;
24951
25010
  /**
24952
- * Configures #Search.
25011
+ * Configures {@link Search}.
24953
25012
  */
24954
25013
  search?: Search;
24955
25014
  /**
@@ -24965,11 +25024,11 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
24965
25024
  */
24966
25025
  searchFormat?: 'eql' | 'text';
24967
25026
  /**
24968
- * Configures #Pagination
25027
+ * Configures {@link Pagination}
24969
25028
  */
24970
25029
  pagination?: undefined;
24971
25030
  /**
24972
- * Configures #EuiTableSortingType
25031
+ * Configures {@link EuiTableSortingType}
24973
25032
  */
24974
25033
  sorting?: Sorting;
24975
25034
  /**
@@ -24979,11 +25038,13 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
24979
25038
  /**
24980
25039
  * `onChange` is not required when `pagination` and/or `sorting` are configured,
24981
25040
  * but if `onChange` is present it is responsible for handling state for each/both.
24982
- * See #Criteria or #CriteriaWithPagination
25041
+ * See {@link Criteria} or {@link CriteriaWithPagination}
24983
25042
  */
24984
25043
  onChange?: EuiBasicTableProps<T>['onChange'];
24985
25044
  /**
24986
- * Callback for when table pagination or sorting is changed. This is meant to be informational only, and not used to set any state as the in-memory table already manages this state. See #Criteria or #CriteriaWithPagination.
25045
+ * Callback for when table pagination or sorting is changed. This is meant to be informational only,
25046
+ * and not used to set any state as the in-memory table already manages this state.
25047
+ * See {@link Criteria} or {@link CriteriaWithPagination}.
24987
25048
  */
24988
25049
  onTableChange?: (nextValues: Criteria<T>) => void;
24989
25050
  executeQueryOptions?: {
@@ -31394,12 +31455,1736 @@ declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions/shado
31394
31455
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions' {
31395
31456
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/functions/shadows';
31396
31457
 
31458
+ }
31459
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button' {
31460
+ export { type _EuiButtonColor, type _EuiButtonDisplay, type _EuiButtonOptions, BUTTON_COLORS, BUTTON_DISPLAYS, euiButtonColor, euiButtonFillColor, euiButtonEmptyColor, useEuiButtonColorCSS, useEuiButtonFocusCSS, euiButtonSizeMap, } from '@elastic/eui/src/global_styling/mixins/_button';
31461
+
31397
31462
  }
31398
31463
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins' {
31399
31464
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button';
31400
31465
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow';
31401
31466
 
31402
31467
  }
31468
+ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
31469
+ const sassVariables: {
31470
+ euiZDataGrid: number;
31471
+ euiZHeaderBelowDataGrid: number;
31472
+ euiZDataGridCellPopover: number;
31473
+ euiDataGridCellPaddingS: string;
31474
+ euiDataGridCellPaddingM: string;
31475
+ euiDataGridCellPaddingL: string;
31476
+ euiTableHoverColor: string;
31477
+ euiTableSelectedColor: string;
31478
+ euiTableHoverSelectedColor: string;
31479
+ euiTableActionsBorderColor: string;
31480
+ euiTableHoverClickableColor: string;
31481
+ euiTableFocusClickableColor: string;
31482
+ euiContrastRatioText: number;
31483
+ euiContrastRatioGraphic: number;
31484
+ euiContrastRatioDisabled: number;
31485
+ euiAnimSlightBounce: string;
31486
+ euiAnimSlightResistance: string;
31487
+ euiAnimSpeedExtraFast: string;
31488
+ euiAnimSpeedFast: string;
31489
+ euiAnimSpeedNormal: string;
31490
+ euiAnimSpeedSlow: string;
31491
+ euiAnimSpeedExtraSlow: string;
31492
+ euiBorderWidthThin: string;
31493
+ euiBorderWidthThick: string;
31494
+ euiBorderColor: string;
31495
+ euiBorderRadius: string;
31496
+ euiBorderRadiusSmall: string;
31497
+ euiBorderThick: string;
31498
+ euiBorderThin: string;
31499
+ euiBorderEditable: string;
31500
+ euiButtonHeight: string;
31501
+ euiButtonHeightSmall: string;
31502
+ euiButtonHeightXSmall: string;
31503
+ euiButtonColorDisabled: string;
31504
+ euiButtonColorDisabledText: string;
31505
+ euiButtonColorGhostDisabled: string;
31506
+ euiButtonTypes: {
31507
+ primary: string;
31508
+ accent: string;
31509
+ accentSecondary: string;
31510
+ neutral: string;
31511
+ success: string;
31512
+ warning: string;
31513
+ risk: string;
31514
+ danger: string;
31515
+ ghost: string;
31516
+ text: string;
31517
+ };
31518
+ euiFontWeightLight: number;
31519
+ euiFontWeightRegular: number;
31520
+ euiFontWeightMedium: number;
31521
+ euiFontWeightSemiBold: number;
31522
+ euiFontWeightBold: number;
31523
+ euiCodeFontWeightRegular: number;
31524
+ euiCodeFontWeightBold: number;
31525
+ euiFormMaxWidth: string;
31526
+ euiFormControlHeight: string;
31527
+ euiFormControlCompressedHeight: string;
31528
+ euiFormControlPadding: string;
31529
+ euiFormControlCompressedPadding: string;
31530
+ euiFormControlBorderRadius: string;
31531
+ euiFormControlCompressedBorderRadius: string;
31532
+ euiRadioSize: string;
31533
+ euiCheckBoxSize: string;
31534
+ euiCheckboxBorderRadius: string;
31535
+ euiSwitchHeight: string;
31536
+ euiSwitchWidth: string;
31537
+ euiSwitchThumbSize: string;
31538
+ euiSwitchIconHeight: string;
31539
+ euiSwitchHeightCompressed: string;
31540
+ euiSwitchWidthCompressed: string;
31541
+ euiSwitchThumbSizeCompressed: string;
31542
+ euiSwitchHeightMini: string;
31543
+ euiSwitchWidthMini: string;
31544
+ euiSwitchThumbSizeMini: string;
31545
+ euiFormBackgroundColor: string;
31546
+ euiFormBackgroundDisabledColor: string;
31547
+ euiFormBackgroundReadOnlyColor: string;
31548
+ euiFormBorderOpaqueColor: string;
31549
+ euiFormBorderColor: string;
31550
+ euiFormBorderDisabledColor: string;
31551
+ euiFormCustomControlDisabledIconColor: string;
31552
+ euiFormCustomControlBorderColor: string;
31553
+ euiFormControlDisabledColor: string;
31554
+ euiFormControlBoxShadow: string;
31555
+ euiFormControlPlaceholderText: string;
31556
+ euiFormInputGroupLabelBackground: string;
31557
+ euiFormInputGroupBorder: string;
31558
+ euiSwitchOffColor: string;
31559
+ euiFormControlIconSizes: {
31560
+ small: string;
31561
+ medium: string;
31562
+ large: string;
31563
+ xLarge: string;
31564
+ xxLarge: string;
31565
+ };
31566
+ euiFormControlLayoutGroupInputHeight: string;
31567
+ euiFormControlLayoutGroupInputCompressedHeight: string;
31568
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
31569
+ euiHeaderBackgroundColor: string;
31570
+ euiHeaderDarkBackgroundColor: string;
31571
+ euiHeaderBorderColor: string;
31572
+ euiHeaderBreadcrumbColor: string;
31573
+ euiHeaderHeight: string;
31574
+ euiHeaderChildSize: string;
31575
+ euiHeaderHeightCompensation: string;
31576
+ euiPageDefaultMaxWidth: string;
31577
+ euiPageSidebarMinWidth: string;
31578
+ euiPanelPaddingModifiers: {
31579
+ paddingSmall: string;
31580
+ paddingMedium: string;
31581
+ paddingLarge: string;
31582
+ };
31583
+ euiPanelBorderRadiusModifiers: {
31584
+ borderRadiusNone: number;
31585
+ borderRadiusMedium: string;
31586
+ };
31587
+ euiPanelBackgroundColorModifiers: {
31588
+ transparent: string;
31589
+ plain: string;
31590
+ subdued: string;
31591
+ accent: string;
31592
+ accentSecondary: string;
31593
+ primary: string;
31594
+ success: string;
31595
+ warning: string;
31596
+ danger: string;
31597
+ };
31598
+ euiBreakpoints: {
31599
+ xs: number;
31600
+ s: string;
31601
+ m: string;
31602
+ l: string;
31603
+ xl: string;
31604
+ };
31605
+ euiBreakpointKeys: string;
31606
+ euiShadowColor: string;
31607
+ euiSize: string;
31608
+ euiSizeXS: string;
31609
+ euiSizeS: string;
31610
+ euiSizeM: string;
31611
+ euiSizeL: string;
31612
+ euiSizeXL: string;
31613
+ euiSizeXXL: string;
31614
+ euiScrollBar: string;
31615
+ euiScrollBarCorner: string;
31616
+ euiScrollBarCornerThin: string;
31617
+ euiFocusRingColor: string;
31618
+ euiFocusRingAnimStartColor: string;
31619
+ euiFocusRingAnimStartSize: string;
31620
+ euiFocusRingAnimStartSizeLarge: string;
31621
+ euiFocusRingSizeLarge: string;
31622
+ euiFocusRingSize: string;
31623
+ euiFocusTransparency: number;
31624
+ euiFocusTransparencyPercent: string;
31625
+ euiFocusBackgroundColor: string;
31626
+ euiFontFamily: string;
31627
+ euiCodeFontFamily: string;
31628
+ euiFontFeatureSettings: string;
31629
+ euiTextScale: string;
31630
+ euiFontSize: string;
31631
+ euiFontSizeXS: string;
31632
+ euiFontSizeS: string;
31633
+ euiFontSizeM: string;
31634
+ euiFontSizeL: string;
31635
+ euiFontSizeXL: string;
31636
+ euiFontSizeXXL: string;
31637
+ euiLineHeight: number;
31638
+ euiBodyLineHeight: number;
31639
+ euiTitles: {
31640
+ xxxs: {
31641
+ 'font-size': string;
31642
+ 'line-height': string;
31643
+ 'font-weight': number;
31644
+ };
31645
+ xxs: {
31646
+ 'font-size': string;
31647
+ 'line-height': string;
31648
+ 'font-weight': number;
31649
+ };
31650
+ xs: {
31651
+ 'font-size': string;
31652
+ 'line-height': string;
31653
+ 'font-weight': number;
31654
+ };
31655
+ s: {
31656
+ 'font-size': string;
31657
+ 'line-height': string;
31658
+ 'font-weight': number;
31659
+ };
31660
+ m: {
31661
+ 'font-size': string;
31662
+ 'line-height': string;
31663
+ 'font-weight': number;
31664
+ };
31665
+ l: {
31666
+ 'font-size': string;
31667
+ 'line-height': string;
31668
+ 'font-weight': number;
31669
+ };
31670
+ };
31671
+ euiZLevel0: number;
31672
+ euiZLevel1: number;
31673
+ euiZLevel2: number;
31674
+ euiZLevel3: number;
31675
+ euiZLevel4: number;
31676
+ euiZLevel5: number;
31677
+ euiZLevel6: number;
31678
+ euiZLevel7: number;
31679
+ euiZLevel8: number;
31680
+ euiZLevel9: number;
31681
+ euiZToastList: number;
31682
+ euiZModal: number;
31683
+ euiZMask: number;
31684
+ euiZNavigation: number;
31685
+ euiZContentMenu: number;
31686
+ euiZHeader: number;
31687
+ euiZFlyout: number;
31688
+ euiZMaskBelowHeader: number;
31689
+ euiZContent: number;
31690
+ euiPaletteColorBlind: {
31691
+ euiColorVis0: {
31692
+ graphic: string;
31693
+ behindText: string;
31694
+ };
31695
+ euiColorVis1: {
31696
+ graphic: string;
31697
+ behindText: string;
31698
+ };
31699
+ euiColorVis2: {
31700
+ graphic: string;
31701
+ behindText: string;
31702
+ };
31703
+ euiColorVis3: {
31704
+ graphic: string;
31705
+ behindText: string;
31706
+ };
31707
+ euiColorVis4: {
31708
+ graphic: string;
31709
+ behindText: string;
31710
+ };
31711
+ euiColorVis5: {
31712
+ graphic: string;
31713
+ behindText: string;
31714
+ };
31715
+ euiColorVis6: {
31716
+ graphic: string;
31717
+ behindText: string;
31718
+ };
31719
+ euiColorVis7: {
31720
+ graphic: string;
31721
+ behindText: string;
31722
+ };
31723
+ euiColorVis8: {
31724
+ graphic: string;
31725
+ behindText: string;
31726
+ };
31727
+ euiColorVis9: {
31728
+ graphic: string;
31729
+ behindText: string;
31730
+ };
31731
+ };
31732
+ euiPaletteColorBlindKeys: string;
31733
+ euiColorVis0: string;
31734
+ euiColorVis1: string;
31735
+ euiColorVis2: string;
31736
+ euiColorVis3: string;
31737
+ euiColorVis4: string;
31738
+ euiColorVis5: string;
31739
+ euiColorVis6: string;
31740
+ euiColorVis7: string;
31741
+ euiColorVis8: string;
31742
+ euiColorVis9: string;
31743
+ euiColorVis0_behindText: string;
31744
+ euiColorVis1_behindText: string;
31745
+ euiColorVis2_behindText: string;
31746
+ euiColorVis3_behindText: string;
31747
+ euiColorVis4_behindText: string;
31748
+ euiColorVis5_behindText: string;
31749
+ euiColorVis6_behindText: string;
31750
+ euiColorVis7_behindText: string;
31751
+ euiColorVis8_behindText: string;
31752
+ euiColorVis9_behindText: string;
31753
+ euiColorVisAsTextLight0: string;
31754
+ euiColorVisAsTextLight1: string;
31755
+ euiColorVisAsTextLight2: string;
31756
+ euiColorVisAsTextLight3: string;
31757
+ euiColorVisAsTextLight4: string;
31758
+ euiColorVisAsTextLight5: string;
31759
+ euiColorVisAsTextLight6: string;
31760
+ euiColorVisAsTextDark0: string;
31761
+ euiColorVisAsTextDark1: string;
31762
+ euiColorVisAsTextDark2: string;
31763
+ euiColorVisAsTextDark3: string;
31764
+ euiColorVisAsTextDark4: string;
31765
+ euiColorVisAsTextDark5: string;
31766
+ euiColorVisAsTextDark6: string;
31767
+ euiColorVisSuccess0: string;
31768
+ euiColorVisSuccess1: string;
31769
+ euiColorVisWarning0: string;
31770
+ euiColorVisDanger0: string;
31771
+ euiColorVisDanger1: string;
31772
+ euiColorVisNeutral0: string;
31773
+ euiColorVisGrey0: string;
31774
+ euiColorVisGrey1: string;
31775
+ euiColorVisGrey2: string;
31776
+ euiColorVisGrey3: string;
31777
+ euiColorVisWarm0: string;
31778
+ euiColorVisWarm1: string;
31779
+ euiColorVisWarm2: string;
31780
+ euiColorVisCool0: string;
31781
+ euiColorVisCool1: string;
31782
+ euiColorVisCool2: string;
31783
+ euiColorVisComplementary0: string;
31784
+ euiColorVisComplementary1: string;
31785
+ euiColorSeverityUnknown: string;
31786
+ euiColorSeverityNeutral: string;
31787
+ euiColorSeveritySuccess: string;
31788
+ euiColorSeverityWarning: string;
31789
+ euiColorSeverityRisk: string;
31790
+ euiColorSeverityDanger: string;
31791
+ euiColorChartLines: string;
31792
+ euiColorChartBand: string;
31793
+ euiColorGhost: string;
31794
+ euiColorInk: string;
31795
+ euiColorPrimary: string;
31796
+ euiColorAccent: string;
31797
+ euiColorAccentSecondary: string;
31798
+ euiColorSuccess: string;
31799
+ euiColorWarning: string;
31800
+ euiColorDanger: string;
31801
+ euiColorEmptyShade: string;
31802
+ euiColorLightestShade: string;
31803
+ euiColorLightShade: string;
31804
+ euiColorMediumShade: string;
31805
+ euiColorDarkShade: string;
31806
+ euiColorDarkestShade: string;
31807
+ euiColorFullShade: string;
31808
+ euiPageBackgroundColor: string;
31809
+ euiColorHighlight: string;
31810
+ euiTextColor: string;
31811
+ euiTitleColor: string;
31812
+ euiTextSubduedColor: string;
31813
+ euiColorDisabled: string;
31814
+ euiColorPrimaryText: string;
31815
+ euiColorSuccessText: string;
31816
+ euiColorAccentText: string;
31817
+ euiColorWarningText: string;
31818
+ euiColorDangerText: string;
31819
+ euiColorDisabledText: string;
31820
+ euiLinkColor: string;
31821
+ euiColorPlainLight: string;
31822
+ euiColorPlainDark: string;
31823
+ euiColorTextPrimary: string;
31824
+ euiColorTextAccent: string;
31825
+ euiColorTextAccentSecondary: string;
31826
+ euiColorTextNeutral: string;
31827
+ euiColorTextSuccess: string;
31828
+ euiColorTextWarning: string;
31829
+ euiColorTextRisk: string;
31830
+ euiColorTextDanger: string;
31831
+ euiColorTextParagraph: string;
31832
+ euiColorTextHeading: string;
31833
+ euiColorTextSubdued: string;
31834
+ euiColorTextDisabled: string;
31835
+ euiColorTextInverse: string;
31836
+ euiColorBackgroundBasePrimary: string;
31837
+ euiColorBackgroundBaseAccent: string;
31838
+ euiColorBackgroundBaseAccentSecondary: string;
31839
+ euiColorBackgroundBaseNeutral: string;
31840
+ euiColorBackgroundBaseSuccess: string;
31841
+ euiColorBackgroundBaseWarning: string;
31842
+ euiColorBackgroundBaseRisk: string;
31843
+ euiColorBackgroundBaseDanger: string;
31844
+ euiColorBackgroundBaseSubdued: string;
31845
+ euiColorBackgroundBasePlain: string;
31846
+ euiColorBackgroundBaseDisabled: string;
31847
+ euiColorBackgroundBaseHighlighted: string;
31848
+ euiColorBackgroundBaseFormsPrepend: string;
31849
+ euiColorBackgroundBaseFormsControlDisabled: string;
31850
+ euiColorBackgroundBaseInteractiveHover: string;
31851
+ euiColorBackgroundBaseInteractiveSelect: string;
31852
+ euiColorBackgroundBaseInteractiveOverlay: string;
31853
+ euiColorBackgroundBaseSkeletonEdge: string;
31854
+ euiColorBackgroundBaseSkeletonMiddle: string;
31855
+ euiColorBackgroundLightPrimary: string;
31856
+ euiColorBackgroundLightAccent: string;
31857
+ euiColorBackgroundLightAccentSecondary: string;
31858
+ euiColorBackgroundLightNeutral: string;
31859
+ euiColorBackgroundLightSuccess: string;
31860
+ euiColorBackgroundLightWarning: string;
31861
+ euiColorBackgroundLightRisk: string;
31862
+ euiColorBackgroundLightDanger: string;
31863
+ euiColorBackgroundLightText: string;
31864
+ euiColorBackgroundFilledPrimary: string;
31865
+ euiColorBackgroundFilledAccent: string;
31866
+ euiColorBackgroundFilledAccentSecondary: string;
31867
+ euiColorBackgroundFilledNeutral: string;
31868
+ euiColorBackgroundFilledSuccess: string;
31869
+ euiColorBackgroundFilledWarning: string;
31870
+ euiColorBackgroundFilledRisk: string;
31871
+ euiColorBackgroundFilledDanger: string;
31872
+ euiColorBackgroundFilledText: string;
31873
+ euiColorBorderBasePrimary: string;
31874
+ euiColorBorderBaseAccent: string;
31875
+ euiColorBorderBaseAccentSecondary: string;
31876
+ euiColorBorderBaseNeutral: string;
31877
+ euiColorBorderBaseSuccess: string;
31878
+ euiColorBorderBaseWarning: string;
31879
+ euiColorBorderBaseRisk: string;
31880
+ euiColorBorderBaseDanger: string;
31881
+ euiColorBorderBasePlain: string;
31882
+ euiColorBorderBaseSubdued: string;
31883
+ euiColorBorderBaseDisabled: string;
31884
+ euiColorBorderBaseFloating: string;
31885
+ euiColorBorderBaseFormsColorSwatch: string;
31886
+ euiColorBorderBaseFormsControl: string;
31887
+ euiColorBorderStrongPrimary: string;
31888
+ euiColorBorderStrongAccent: string;
31889
+ euiColorBorderStrongAccentSecondary: string;
31890
+ euiColorBorderStrongNeutral: string;
31891
+ euiColorBorderStrongSuccess: string;
31892
+ euiColorBorderStrongWarning: string;
31893
+ euiColorBorderStrongRisk: string;
31894
+ euiColorBorderStrongDanger: string;
31895
+ };
31896
+ export default sassVariables;
31897
+ }
31898
+ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
31899
+ const sassVariables: {
31900
+ euiZDataGrid: number;
31901
+ euiZHeaderBelowDataGrid: number;
31902
+ euiZDataGridCellPopover: number;
31903
+ euiDataGridCellPaddingS: string;
31904
+ euiDataGridCellPaddingM: string;
31905
+ euiDataGridCellPaddingL: string;
31906
+ euiTableHoverColor: string;
31907
+ euiTableSelectedColor: string;
31908
+ euiTableHoverSelectedColor: string;
31909
+ euiTableActionsBorderColor: string;
31910
+ euiTableHoverClickableColor: string;
31911
+ euiTableFocusClickableColor: string;
31912
+ euiContrastRatioText: number;
31913
+ euiContrastRatioGraphic: number;
31914
+ euiContrastRatioDisabled: number;
31915
+ euiAnimSlightBounce: string;
31916
+ euiAnimSlightResistance: string;
31917
+ euiAnimSpeedExtraFast: string;
31918
+ euiAnimSpeedFast: string;
31919
+ euiAnimSpeedNormal: string;
31920
+ euiAnimSpeedSlow: string;
31921
+ euiAnimSpeedExtraSlow: string;
31922
+ euiBorderWidthThin: string;
31923
+ euiBorderWidthThick: string;
31924
+ euiBorderColor: string;
31925
+ euiBorderRadius: string;
31926
+ euiBorderRadiusSmall: string;
31927
+ euiBorderThick: string;
31928
+ euiBorderThin: string;
31929
+ euiBorderEditable: string;
31930
+ euiButtonHeight: string;
31931
+ euiButtonHeightSmall: string;
31932
+ euiButtonHeightXSmall: string;
31933
+ euiButtonColorDisabled: string;
31934
+ euiButtonColorDisabledText: string;
31935
+ euiButtonColorGhostDisabled: string;
31936
+ euiButtonTypes: {
31937
+ primary: string;
31938
+ accent: string;
31939
+ accentSecondary: string;
31940
+ neutral: string;
31941
+ success: string;
31942
+ warning: string;
31943
+ risk: string;
31944
+ danger: string;
31945
+ ghost: string;
31946
+ text: string;
31947
+ };
31948
+ euiFontWeightLight: number;
31949
+ euiFontWeightRegular: number;
31950
+ euiFontWeightMedium: number;
31951
+ euiFontWeightSemiBold: number;
31952
+ euiFontWeightBold: number;
31953
+ euiCodeFontWeightRegular: number;
31954
+ euiCodeFontWeightBold: number;
31955
+ euiFormMaxWidth: string;
31956
+ euiFormControlHeight: string;
31957
+ euiFormControlCompressedHeight: string;
31958
+ euiFormControlPadding: string;
31959
+ euiFormControlCompressedPadding: string;
31960
+ euiFormControlBorderRadius: string;
31961
+ euiFormControlCompressedBorderRadius: string;
31962
+ euiRadioSize: string;
31963
+ euiCheckBoxSize: string;
31964
+ euiCheckboxBorderRadius: string;
31965
+ euiSwitchHeight: string;
31966
+ euiSwitchWidth: string;
31967
+ euiSwitchThumbSize: string;
31968
+ euiSwitchIconHeight: string;
31969
+ euiSwitchHeightCompressed: string;
31970
+ euiSwitchWidthCompressed: string;
31971
+ euiSwitchThumbSizeCompressed: string;
31972
+ euiSwitchHeightMini: string;
31973
+ euiSwitchWidthMini: string;
31974
+ euiSwitchThumbSizeMini: string;
31975
+ euiFormBackgroundColor: string;
31976
+ euiFormBackgroundDisabledColor: string;
31977
+ euiFormBackgroundReadOnlyColor: string;
31978
+ euiFormBorderOpaqueColor: string;
31979
+ euiFormBorderColor: string;
31980
+ euiFormBorderDisabledColor: string;
31981
+ euiFormCustomControlDisabledIconColor: string;
31982
+ euiFormCustomControlBorderColor: string;
31983
+ euiFormControlDisabledColor: string;
31984
+ euiFormControlBoxShadow: string;
31985
+ euiFormControlPlaceholderText: string;
31986
+ euiFormInputGroupLabelBackground: string;
31987
+ euiFormInputGroupBorder: string;
31988
+ euiSwitchOffColor: string;
31989
+ euiFormControlIconSizes: {
31990
+ small: string;
31991
+ medium: string;
31992
+ large: string;
31993
+ xLarge: string;
31994
+ xxLarge: string;
31995
+ };
31996
+ euiFormControlLayoutGroupInputHeight: string;
31997
+ euiFormControlLayoutGroupInputCompressedHeight: string;
31998
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
31999
+ euiHeaderBackgroundColor: string;
32000
+ euiHeaderDarkBackgroundColor: string;
32001
+ euiHeaderBorderColor: string;
32002
+ euiHeaderBreadcrumbColor: string;
32003
+ euiHeaderHeight: string;
32004
+ euiHeaderChildSize: string;
32005
+ euiHeaderHeightCompensation: string;
32006
+ euiPageDefaultMaxWidth: string;
32007
+ euiPageSidebarMinWidth: string;
32008
+ euiPanelPaddingModifiers: {
32009
+ paddingSmall: string;
32010
+ paddingMedium: string;
32011
+ paddingLarge: string;
32012
+ };
32013
+ euiPanelBorderRadiusModifiers: {
32014
+ borderRadiusNone: number;
32015
+ borderRadiusMedium: string;
32016
+ };
32017
+ euiPanelBackgroundColorModifiers: {
32018
+ transparent: string;
32019
+ plain: string;
32020
+ subdued: string;
32021
+ accent: string;
32022
+ accentSecondary: string;
32023
+ primary: string;
32024
+ success: string;
32025
+ warning: string;
32026
+ danger: string;
32027
+ };
32028
+ euiBreakpoints: {
32029
+ xs: number;
32030
+ s: string;
32031
+ m: string;
32032
+ l: string;
32033
+ xl: string;
32034
+ };
32035
+ euiBreakpointKeys: string;
32036
+ euiShadowColor: string;
32037
+ euiSize: string;
32038
+ euiSizeXS: string;
32039
+ euiSizeS: string;
32040
+ euiSizeM: string;
32041
+ euiSizeL: string;
32042
+ euiSizeXL: string;
32043
+ euiSizeXXL: string;
32044
+ euiScrollBar: string;
32045
+ euiScrollBarCorner: string;
32046
+ euiScrollBarCornerThin: string;
32047
+ euiFocusRingColor: string;
32048
+ euiFocusRingAnimStartColor: string;
32049
+ euiFocusRingAnimStartSize: string;
32050
+ euiFocusRingAnimStartSizeLarge: string;
32051
+ euiFocusRingSizeLarge: string;
32052
+ euiFocusRingSize: string;
32053
+ euiFocusTransparency: number;
32054
+ euiFocusTransparencyPercent: string;
32055
+ euiFocusBackgroundColor: string;
32056
+ euiFontFamily: string;
32057
+ euiCodeFontFamily: string;
32058
+ euiFontFeatureSettings: string;
32059
+ euiTextScale: string;
32060
+ euiFontSize: string;
32061
+ euiFontSizeXS: string;
32062
+ euiFontSizeS: string;
32063
+ euiFontSizeM: string;
32064
+ euiFontSizeL: string;
32065
+ euiFontSizeXL: string;
32066
+ euiFontSizeXXL: string;
32067
+ euiLineHeight: number;
32068
+ euiBodyLineHeight: number;
32069
+ euiTitles: {
32070
+ xxxs: {
32071
+ 'font-size': string;
32072
+ 'line-height': string;
32073
+ 'font-weight': number;
32074
+ };
32075
+ xxs: {
32076
+ 'font-size': string;
32077
+ 'line-height': string;
32078
+ 'font-weight': number;
32079
+ };
32080
+ xs: {
32081
+ 'font-size': string;
32082
+ 'line-height': string;
32083
+ 'font-weight': number;
32084
+ };
32085
+ s: {
32086
+ 'font-size': string;
32087
+ 'line-height': string;
32088
+ 'font-weight': number;
32089
+ };
32090
+ m: {
32091
+ 'font-size': string;
32092
+ 'line-height': string;
32093
+ 'font-weight': number;
32094
+ };
32095
+ l: {
32096
+ 'font-size': string;
32097
+ 'line-height': string;
32098
+ 'font-weight': number;
32099
+ };
32100
+ };
32101
+ euiZLevel0: number;
32102
+ euiZLevel1: number;
32103
+ euiZLevel2: number;
32104
+ euiZLevel3: number;
32105
+ euiZLevel4: number;
32106
+ euiZLevel5: number;
32107
+ euiZLevel6: number;
32108
+ euiZLevel7: number;
32109
+ euiZLevel8: number;
32110
+ euiZLevel9: number;
32111
+ euiZToastList: number;
32112
+ euiZModal: number;
32113
+ euiZMask: number;
32114
+ euiZNavigation: number;
32115
+ euiZContentMenu: number;
32116
+ euiZHeader: number;
32117
+ euiZFlyout: number;
32118
+ euiZMaskBelowHeader: number;
32119
+ euiZContent: number;
32120
+ euiPaletteColorBlind: {
32121
+ euiColorVis0: {
32122
+ graphic: string;
32123
+ behindText: string;
32124
+ };
32125
+ euiColorVis1: {
32126
+ graphic: string;
32127
+ behindText: string;
32128
+ };
32129
+ euiColorVis2: {
32130
+ graphic: string;
32131
+ behindText: string;
32132
+ };
32133
+ euiColorVis3: {
32134
+ graphic: string;
32135
+ behindText: string;
32136
+ };
32137
+ euiColorVis4: {
32138
+ graphic: string;
32139
+ behindText: string;
32140
+ };
32141
+ euiColorVis5: {
32142
+ graphic: string;
32143
+ behindText: string;
32144
+ };
32145
+ euiColorVis6: {
32146
+ graphic: string;
32147
+ behindText: string;
32148
+ };
32149
+ euiColorVis7: {
32150
+ graphic: string;
32151
+ behindText: string;
32152
+ };
32153
+ euiColorVis8: {
32154
+ graphic: string;
32155
+ behindText: string;
32156
+ };
32157
+ euiColorVis9: {
32158
+ graphic: string;
32159
+ behindText: string;
32160
+ };
32161
+ };
32162
+ euiPaletteColorBlindKeys: string;
32163
+ euiColorVis0: string;
32164
+ euiColorVis1: string;
32165
+ euiColorVis2: string;
32166
+ euiColorVis3: string;
32167
+ euiColorVis4: string;
32168
+ euiColorVis5: string;
32169
+ euiColorVis6: string;
32170
+ euiColorVis7: string;
32171
+ euiColorVis8: string;
32172
+ euiColorVis9: string;
32173
+ euiColorVis0_behindText: string;
32174
+ euiColorVis1_behindText: string;
32175
+ euiColorVis2_behindText: string;
32176
+ euiColorVis3_behindText: string;
32177
+ euiColorVis4_behindText: string;
32178
+ euiColorVis5_behindText: string;
32179
+ euiColorVis6_behindText: string;
32180
+ euiColorVis7_behindText: string;
32181
+ euiColorVis8_behindText: string;
32182
+ euiColorVis9_behindText: string;
32183
+ euiColorVisAsTextLight0: string;
32184
+ euiColorVisAsTextLight1: string;
32185
+ euiColorVisAsTextLight2: string;
32186
+ euiColorVisAsTextLight3: string;
32187
+ euiColorVisAsTextLight4: string;
32188
+ euiColorVisAsTextLight5: string;
32189
+ euiColorVisAsTextLight6: string;
32190
+ euiColorVisAsTextDark0: string;
32191
+ euiColorVisAsTextDark1: string;
32192
+ euiColorVisAsTextDark2: string;
32193
+ euiColorVisAsTextDark3: string;
32194
+ euiColorVisAsTextDark4: string;
32195
+ euiColorVisAsTextDark5: string;
32196
+ euiColorVisAsTextDark6: string;
32197
+ euiColorVisSuccess0: string;
32198
+ euiColorVisSuccess1: string;
32199
+ euiColorVisWarning0: string;
32200
+ euiColorVisDanger0: string;
32201
+ euiColorVisDanger1: string;
32202
+ euiColorVisNeutral0: string;
32203
+ euiColorVisGrey0: string;
32204
+ euiColorVisGrey1: string;
32205
+ euiColorVisGrey2: string;
32206
+ euiColorVisGrey3: string;
32207
+ euiColorVisWarm0: string;
32208
+ euiColorVisWarm1: string;
32209
+ euiColorVisWarm2: string;
32210
+ euiColorVisCool0: string;
32211
+ euiColorVisCool1: string;
32212
+ euiColorVisCool2: string;
32213
+ euiColorVisComplementary0: string;
32214
+ euiColorVisComplementary1: string;
32215
+ euiColorSeverityUnknown: string;
32216
+ euiColorSeverityNeutral: string;
32217
+ euiColorSeveritySuccess: string;
32218
+ euiColorSeverityWarning: string;
32219
+ euiColorSeverityRisk: string;
32220
+ euiColorSeverityDanger: string;
32221
+ euiColorChartLines: string;
32222
+ euiColorChartBand: string;
32223
+ euiColorGhost: string;
32224
+ euiColorInk: string;
32225
+ euiColorPrimary: string;
32226
+ euiColorAccent: string;
32227
+ euiColorAccentSecondary: string;
32228
+ euiColorSuccess: string;
32229
+ euiColorWarning: string;
32230
+ euiColorDanger: string;
32231
+ euiColorEmptyShade: string;
32232
+ euiColorLightestShade: string;
32233
+ euiColorLightShade: string;
32234
+ euiColorMediumShade: string;
32235
+ euiColorDarkShade: string;
32236
+ euiColorDarkestShade: string;
32237
+ euiColorFullShade: string;
32238
+ euiPageBackgroundColor: string;
32239
+ euiColorHighlight: string;
32240
+ euiTextColor: string;
32241
+ euiTitleColor: string;
32242
+ euiTextSubduedColor: string;
32243
+ euiColorDisabled: string;
32244
+ euiColorPrimaryText: string;
32245
+ euiColorSuccessText: string;
32246
+ euiColorAccentText: string;
32247
+ euiColorWarningText: string;
32248
+ euiColorDangerText: string;
32249
+ euiColorDisabledText: string;
32250
+ euiLinkColor: string;
32251
+ euiColorPlainLight: string;
32252
+ euiColorPlainDark: string;
32253
+ euiColorTextPrimary: string;
32254
+ euiColorTextAccent: string;
32255
+ euiColorTextAccentSecondary: string;
32256
+ euiColorTextNeutral: string;
32257
+ euiColorTextSuccess: string;
32258
+ euiColorTextWarning: string;
32259
+ euiColorTextRisk: string;
32260
+ euiColorTextDanger: string;
32261
+ euiColorTextParagraph: string;
32262
+ euiColorTextHeading: string;
32263
+ euiColorTextSubdued: string;
32264
+ euiColorTextDisabled: string;
32265
+ euiColorTextInverse: string;
32266
+ euiColorBackgroundBasePrimary: string;
32267
+ euiColorBackgroundBaseAccent: string;
32268
+ euiColorBackgroundBaseAccentSecondary: string;
32269
+ euiColorBackgroundBaseNeutral: string;
32270
+ euiColorBackgroundBaseSuccess: string;
32271
+ euiColorBackgroundBaseWarning: string;
32272
+ euiColorBackgroundBaseRisk: string;
32273
+ euiColorBackgroundBaseDanger: string;
32274
+ euiColorBackgroundBaseSubdued: string;
32275
+ euiColorBackgroundBasePlain: string;
32276
+ euiColorBackgroundBaseDisabled: string;
32277
+ euiColorBackgroundBaseHighlighted: string;
32278
+ euiColorBackgroundBaseFormsPrepend: string;
32279
+ euiColorBackgroundBaseFormsControlDisabled: string;
32280
+ euiColorBackgroundBaseInteractiveHover: string;
32281
+ euiColorBackgroundBaseInteractiveSelect: string;
32282
+ euiColorBackgroundBaseInteractiveOverlay: string;
32283
+ euiColorBackgroundBaseSkeletonEdge: string;
32284
+ euiColorBackgroundBaseSkeletonMiddle: string;
32285
+ euiColorBackgroundLightPrimary: string;
32286
+ euiColorBackgroundLightAccent: string;
32287
+ euiColorBackgroundLightAccentSecondary: string;
32288
+ euiColorBackgroundLightNeutral: string;
32289
+ euiColorBackgroundLightSuccess: string;
32290
+ euiColorBackgroundLightWarning: string;
32291
+ euiColorBackgroundLightRisk: string;
32292
+ euiColorBackgroundLightDanger: string;
32293
+ euiColorBackgroundLightText: string;
32294
+ euiColorBackgroundFilledPrimary: string;
32295
+ euiColorBackgroundFilledAccent: string;
32296
+ euiColorBackgroundFilledAccentSecondary: string;
32297
+ euiColorBackgroundFilledNeutral: string;
32298
+ euiColorBackgroundFilledSuccess: string;
32299
+ euiColorBackgroundFilledWarning: string;
32300
+ euiColorBackgroundFilledRisk: string;
32301
+ euiColorBackgroundFilledDanger: string;
32302
+ euiColorBackgroundFilledText: string;
32303
+ euiColorBorderBasePrimary: string;
32304
+ euiColorBorderBaseAccent: string;
32305
+ euiColorBorderBaseAccentSecondary: string;
32306
+ euiColorBorderBaseNeutral: string;
32307
+ euiColorBorderBaseSuccess: string;
32308
+ euiColorBorderBaseWarning: string;
32309
+ euiColorBorderBaseRisk: string;
32310
+ euiColorBorderBaseDanger: string;
32311
+ euiColorBorderBasePlain: string;
32312
+ euiColorBorderBaseSubdued: string;
32313
+ euiColorBorderBaseDisabled: string;
32314
+ euiColorBorderBaseFloating: string;
32315
+ euiColorBorderBaseFormsColorSwatch: string;
32316
+ euiColorBorderBaseFormsControl: string;
32317
+ euiColorBorderStrongPrimary: string;
32318
+ euiColorBorderStrongAccent: string;
32319
+ euiColorBorderStrongAccentSecondary: string;
32320
+ euiColorBorderStrongNeutral: string;
32321
+ euiColorBorderStrongSuccess: string;
32322
+ euiColorBorderStrongWarning: string;
32323
+ euiColorBorderStrongRisk: string;
32324
+ euiColorBorderStrongDanger: string;
32325
+ };
32326
+ export default sassVariables;
32327
+ }
32328
+ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
32329
+ const sassVariables: {
32330
+ euiZDataGrid: number;
32331
+ euiZHeaderBelowDataGrid: number;
32332
+ euiZDataGridCellPopover: number;
32333
+ euiDataGridCellPaddingS: string;
32334
+ euiDataGridCellPaddingM: string;
32335
+ euiDataGridCellPaddingL: string;
32336
+ euiTableHoverColor: string;
32337
+ euiTableSelectedColor: string;
32338
+ euiTableHoverSelectedColor: string;
32339
+ euiTableActionsBorderColor: string;
32340
+ euiTableHoverClickableColor: string;
32341
+ euiTableFocusClickableColor: string;
32342
+ euiContrastRatioText: number;
32343
+ euiContrastRatioGraphic: number;
32344
+ euiContrastRatioDisabled: number;
32345
+ euiAnimSlightBounce: string;
32346
+ euiAnimSlightResistance: string;
32347
+ euiAnimSpeedExtraFast: string;
32348
+ euiAnimSpeedFast: string;
32349
+ euiAnimSpeedNormal: string;
32350
+ euiAnimSpeedSlow: string;
32351
+ euiAnimSpeedExtraSlow: string;
32352
+ euiBorderWidthThin: string;
32353
+ euiBorderWidthThick: string;
32354
+ euiBorderColor: string;
32355
+ euiBorderRadius: string;
32356
+ euiBorderRadiusSmall: string;
32357
+ euiBorderThick: string;
32358
+ euiBorderThin: string;
32359
+ euiBorderEditable: string;
32360
+ euiButtonHeight: string;
32361
+ euiButtonHeightSmall: string;
32362
+ euiButtonHeightXSmall: string;
32363
+ euiButtonColorDisabled: string;
32364
+ euiButtonColorDisabledText: string;
32365
+ euiButtonColorGhostDisabled: string;
32366
+ euiButtonTypes: {
32367
+ primary: string;
32368
+ accent: string;
32369
+ accentSecondary: string;
32370
+ neutral: string;
32371
+ success: string;
32372
+ warning: string;
32373
+ risk: string;
32374
+ danger: string;
32375
+ ghost: string;
32376
+ text: string;
32377
+ };
32378
+ euiFontWeightLight: number;
32379
+ euiFontWeightRegular: number;
32380
+ euiFontWeightMedium: number;
32381
+ euiFontWeightSemiBold: number;
32382
+ euiFontWeightBold: number;
32383
+ euiCodeFontWeightRegular: number;
32384
+ euiCodeFontWeightBold: number;
32385
+ euiFormMaxWidth: string;
32386
+ euiFormControlHeight: string;
32387
+ euiFormControlCompressedHeight: string;
32388
+ euiFormControlPadding: string;
32389
+ euiFormControlCompressedPadding: string;
32390
+ euiFormControlBorderRadius: string;
32391
+ euiFormControlCompressedBorderRadius: string;
32392
+ euiRadioSize: string;
32393
+ euiCheckBoxSize: string;
32394
+ euiCheckboxBorderRadius: string;
32395
+ euiSwitchHeight: string;
32396
+ euiSwitchWidth: string;
32397
+ euiSwitchThumbSize: string;
32398
+ euiSwitchIconHeight: string;
32399
+ euiSwitchHeightCompressed: string;
32400
+ euiSwitchWidthCompressed: string;
32401
+ euiSwitchThumbSizeCompressed: string;
32402
+ euiSwitchHeightMini: string;
32403
+ euiSwitchWidthMini: string;
32404
+ euiSwitchThumbSizeMini: string;
32405
+ euiFormBackgroundColor: string;
32406
+ euiFormBackgroundDisabledColor: string;
32407
+ euiFormBackgroundReadOnlyColor: string;
32408
+ euiFormBorderOpaqueColor: string;
32409
+ euiFormBorderColor: string;
32410
+ euiFormBorderDisabledColor: string;
32411
+ euiFormCustomControlDisabledIconColor: string;
32412
+ euiFormCustomControlBorderColor: string;
32413
+ euiFormControlDisabledColor: string;
32414
+ euiFormControlBoxShadow: string;
32415
+ euiFormControlPlaceholderText: string;
32416
+ euiFormInputGroupLabelBackground: string;
32417
+ euiFormInputGroupBorder: string;
32418
+ euiSwitchOffColor: string;
32419
+ euiFormControlIconSizes: {
32420
+ small: string;
32421
+ medium: string;
32422
+ large: string;
32423
+ xLarge: string;
32424
+ xxLarge: string;
32425
+ };
32426
+ euiFormControlLayoutGroupInputHeight: string;
32427
+ euiFormControlLayoutGroupInputCompressedHeight: string;
32428
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
32429
+ euiHeaderBackgroundColor: string;
32430
+ euiHeaderDarkBackgroundColor: string;
32431
+ euiHeaderBorderColor: string;
32432
+ euiHeaderBreadcrumbColor: string;
32433
+ euiHeaderHeight: string;
32434
+ euiHeaderChildSize: string;
32435
+ euiHeaderHeightCompensation: string;
32436
+ euiPageDefaultMaxWidth: string;
32437
+ euiPageSidebarMinWidth: string;
32438
+ euiPanelPaddingModifiers: {
32439
+ paddingSmall: string;
32440
+ paddingMedium: string;
32441
+ paddingLarge: string;
32442
+ };
32443
+ euiPanelBorderRadiusModifiers: {
32444
+ borderRadiusNone: number;
32445
+ borderRadiusMedium: string;
32446
+ };
32447
+ euiPanelBackgroundColorModifiers: {
32448
+ transparent: string;
32449
+ plain: string;
32450
+ subdued: string;
32451
+ accent: string;
32452
+ accentSecondary: string;
32453
+ primary: string;
32454
+ success: string;
32455
+ warning: string;
32456
+ danger: string;
32457
+ };
32458
+ euiBreakpoints: {
32459
+ xs: number;
32460
+ s: string;
32461
+ m: string;
32462
+ l: string;
32463
+ xl: string;
32464
+ };
32465
+ euiBreakpointKeys: string;
32466
+ euiShadowColor: string;
32467
+ euiSize: string;
32468
+ euiSizeXS: string;
32469
+ euiSizeS: string;
32470
+ euiSizeM: string;
32471
+ euiSizeL: string;
32472
+ euiSizeXL: string;
32473
+ euiSizeXXL: string;
32474
+ euiScrollBar: string;
32475
+ euiScrollBarCorner: string;
32476
+ euiScrollBarCornerThin: string;
32477
+ euiFocusRingColor: string;
32478
+ euiFocusRingAnimStartColor: string;
32479
+ euiFocusRingAnimStartSize: string;
32480
+ euiFocusRingAnimStartSizeLarge: string;
32481
+ euiFocusRingSizeLarge: string;
32482
+ euiFocusRingSize: string;
32483
+ euiFocusTransparency: number;
32484
+ euiFocusTransparencyPercent: string;
32485
+ euiFocusBackgroundColor: string;
32486
+ euiFontFamily: string;
32487
+ euiCodeFontFamily: string;
32488
+ euiFontFeatureSettings: string;
32489
+ euiTextScale: string;
32490
+ euiFontSize: string;
32491
+ euiFontSizeXS: string;
32492
+ euiFontSizeS: string;
32493
+ euiFontSizeM: string;
32494
+ euiFontSizeL: string;
32495
+ euiFontSizeXL: string;
32496
+ euiFontSizeXXL: string;
32497
+ euiLineHeight: number;
32498
+ euiBodyLineHeight: number;
32499
+ euiTitles: {
32500
+ xxxs: {
32501
+ 'font-size': string;
32502
+ 'line-height': string;
32503
+ 'font-weight': number;
32504
+ };
32505
+ xxs: {
32506
+ 'font-size': string;
32507
+ 'line-height': string;
32508
+ 'font-weight': number;
32509
+ };
32510
+ xs: {
32511
+ 'font-size': string;
32512
+ 'line-height': string;
32513
+ 'font-weight': number;
32514
+ };
32515
+ s: {
32516
+ 'font-size': string;
32517
+ 'line-height': string;
32518
+ 'font-weight': number;
32519
+ };
32520
+ m: {
32521
+ 'font-size': string;
32522
+ 'line-height': string;
32523
+ 'font-weight': number;
32524
+ };
32525
+ l: {
32526
+ 'font-size': string;
32527
+ 'line-height': string;
32528
+ 'font-weight': number;
32529
+ };
32530
+ };
32531
+ euiZLevel0: number;
32532
+ euiZLevel1: number;
32533
+ euiZLevel2: number;
32534
+ euiZLevel3: number;
32535
+ euiZLevel4: number;
32536
+ euiZLevel5: number;
32537
+ euiZLevel6: number;
32538
+ euiZLevel7: number;
32539
+ euiZLevel8: number;
32540
+ euiZLevel9: number;
32541
+ euiZToastList: number;
32542
+ euiZModal: number;
32543
+ euiZMask: number;
32544
+ euiZNavigation: number;
32545
+ euiZContentMenu: number;
32546
+ euiZHeader: number;
32547
+ euiZFlyout: number;
32548
+ euiZMaskBelowHeader: number;
32549
+ euiZContent: number;
32550
+ euiPaletteColorBlind: {
32551
+ euiColorVis0: {
32552
+ graphic: string;
32553
+ behindText: string;
32554
+ };
32555
+ euiColorVis1: {
32556
+ graphic: string;
32557
+ behindText: string;
32558
+ };
32559
+ euiColorVis2: {
32560
+ graphic: string;
32561
+ behindText: string;
32562
+ };
32563
+ euiColorVis3: {
32564
+ graphic: string;
32565
+ behindText: string;
32566
+ };
32567
+ euiColorVis4: {
32568
+ graphic: string;
32569
+ behindText: string;
32570
+ };
32571
+ euiColorVis5: {
32572
+ graphic: string;
32573
+ behindText: string;
32574
+ };
32575
+ euiColorVis6: {
32576
+ graphic: string;
32577
+ behindText: string;
32578
+ };
32579
+ euiColorVis7: {
32580
+ graphic: string;
32581
+ behindText: string;
32582
+ };
32583
+ euiColorVis8: {
32584
+ graphic: string;
32585
+ behindText: string;
32586
+ };
32587
+ euiColorVis9: {
32588
+ graphic: string;
32589
+ behindText: string;
32590
+ };
32591
+ };
32592
+ euiPaletteColorBlindKeys: string;
32593
+ euiColorVis0: string;
32594
+ euiColorVis1: string;
32595
+ euiColorVis2: string;
32596
+ euiColorVis3: string;
32597
+ euiColorVis4: string;
32598
+ euiColorVis5: string;
32599
+ euiColorVis6: string;
32600
+ euiColorVis7: string;
32601
+ euiColorVis8: string;
32602
+ euiColorVis9: string;
32603
+ euiColorVis0_behindText: string;
32604
+ euiColorVis1_behindText: string;
32605
+ euiColorVis2_behindText: string;
32606
+ euiColorVis3_behindText: string;
32607
+ euiColorVis4_behindText: string;
32608
+ euiColorVis5_behindText: string;
32609
+ euiColorVis6_behindText: string;
32610
+ euiColorVis7_behindText: string;
32611
+ euiColorVis8_behindText: string;
32612
+ euiColorVis9_behindText: string;
32613
+ euiColorVisAsTextLight0: string;
32614
+ euiColorVisAsTextLight1: string;
32615
+ euiColorVisAsTextLight2: string;
32616
+ euiColorVisAsTextLight3: string;
32617
+ euiColorVisAsTextLight4: string;
32618
+ euiColorVisAsTextLight5: string;
32619
+ euiColorVisAsTextLight6: string;
32620
+ euiColorVisAsTextDark0: string;
32621
+ euiColorVisAsTextDark1: string;
32622
+ euiColorVisAsTextDark2: string;
32623
+ euiColorVisAsTextDark3: string;
32624
+ euiColorVisAsTextDark4: string;
32625
+ euiColorVisAsTextDark5: string;
32626
+ euiColorVisAsTextDark6: string;
32627
+ euiColorVisSuccess0: string;
32628
+ euiColorVisSuccess1: string;
32629
+ euiColorVisWarning0: string;
32630
+ euiColorVisDanger0: string;
32631
+ euiColorVisDanger1: string;
32632
+ euiColorVisNeutral0: string;
32633
+ euiColorVisGrey0: string;
32634
+ euiColorVisGrey1: string;
32635
+ euiColorVisGrey2: string;
32636
+ euiColorVisGrey3: string;
32637
+ euiColorVisWarm0: string;
32638
+ euiColorVisWarm1: string;
32639
+ euiColorVisWarm2: string;
32640
+ euiColorVisCool0: string;
32641
+ euiColorVisCool1: string;
32642
+ euiColorVisCool2: string;
32643
+ euiColorVisComplementary0: string;
32644
+ euiColorVisComplementary1: string;
32645
+ euiColorSeverityUnknown: string;
32646
+ euiColorSeverityNeutral: string;
32647
+ euiColorSeveritySuccess: string;
32648
+ euiColorSeverityWarning: string;
32649
+ euiColorSeverityRisk: string;
32650
+ euiColorSeverityDanger: string;
32651
+ euiColorChartLines: string;
32652
+ euiColorChartBand: string;
32653
+ euiColorGhost: string;
32654
+ euiColorInk: string;
32655
+ euiColorPrimary: string;
32656
+ euiColorAccent: string;
32657
+ euiColorAccentSecondary: string;
32658
+ euiColorSuccess: string;
32659
+ euiColorWarning: string;
32660
+ euiColorDanger: string;
32661
+ euiColorEmptyShade: string;
32662
+ euiColorLightestShade: string;
32663
+ euiColorLightShade: string;
32664
+ euiColorMediumShade: string;
32665
+ euiColorDarkShade: string;
32666
+ euiColorDarkestShade: string;
32667
+ euiColorFullShade: string;
32668
+ euiPageBackgroundColor: string;
32669
+ euiColorHighlight: string;
32670
+ euiTextColor: string;
32671
+ euiTitleColor: string;
32672
+ euiTextSubduedColor: string;
32673
+ euiColorDisabled: string;
32674
+ euiColorPrimaryText: string;
32675
+ euiColorSuccessText: string;
32676
+ euiColorAccentText: string;
32677
+ euiColorWarningText: string;
32678
+ euiColorDangerText: string;
32679
+ euiColorDisabledText: string;
32680
+ euiLinkColor: string;
32681
+ euiColorPlainLight: string;
32682
+ euiColorPlainDark: string;
32683
+ euiColorTextPrimary: string;
32684
+ euiColorTextAccent: string;
32685
+ euiColorTextAccentSecondary: string;
32686
+ euiColorTextNeutral: string;
32687
+ euiColorTextSuccess: string;
32688
+ euiColorTextWarning: string;
32689
+ euiColorTextRisk: string;
32690
+ euiColorTextDanger: string;
32691
+ euiColorTextParagraph: string;
32692
+ euiColorTextHeading: string;
32693
+ euiColorTextSubdued: string;
32694
+ euiColorTextDisabled: string;
32695
+ euiColorTextInverse: string;
32696
+ euiColorBackgroundBasePrimary: string;
32697
+ euiColorBackgroundBaseAccent: string;
32698
+ euiColorBackgroundBaseAccentSecondary: string;
32699
+ euiColorBackgroundBaseNeutral: string;
32700
+ euiColorBackgroundBaseSuccess: string;
32701
+ euiColorBackgroundBaseWarning: string;
32702
+ euiColorBackgroundBaseRisk: string;
32703
+ euiColorBackgroundBaseDanger: string;
32704
+ euiColorBackgroundBaseSubdued: string;
32705
+ euiColorBackgroundBasePlain: string;
32706
+ euiColorBackgroundBaseDisabled: string;
32707
+ euiColorBackgroundBaseHighlighted: string;
32708
+ euiColorBackgroundBaseFormsPrepend: string;
32709
+ euiColorBackgroundBaseFormsControlDisabled: string;
32710
+ euiColorBackgroundBaseInteractiveHover: string;
32711
+ euiColorBackgroundBaseInteractiveSelect: string;
32712
+ euiColorBackgroundBaseInteractiveOverlay: string;
32713
+ euiColorBackgroundBaseSkeletonEdge: string;
32714
+ euiColorBackgroundBaseSkeletonMiddle: string;
32715
+ euiColorBackgroundLightPrimary: string;
32716
+ euiColorBackgroundLightAccent: string;
32717
+ euiColorBackgroundLightAccentSecondary: string;
32718
+ euiColorBackgroundLightNeutral: string;
32719
+ euiColorBackgroundLightSuccess: string;
32720
+ euiColorBackgroundLightWarning: string;
32721
+ euiColorBackgroundLightRisk: string;
32722
+ euiColorBackgroundLightDanger: string;
32723
+ euiColorBackgroundLightText: string;
32724
+ euiColorBackgroundFilledPrimary: string;
32725
+ euiColorBackgroundFilledAccent: string;
32726
+ euiColorBackgroundFilledAccentSecondary: string;
32727
+ euiColorBackgroundFilledNeutral: string;
32728
+ euiColorBackgroundFilledSuccess: string;
32729
+ euiColorBackgroundFilledWarning: string;
32730
+ euiColorBackgroundFilledRisk: string;
32731
+ euiColorBackgroundFilledDanger: string;
32732
+ euiColorBackgroundFilledText: string;
32733
+ euiColorBorderBasePrimary: string;
32734
+ euiColorBorderBaseAccent: string;
32735
+ euiColorBorderBaseAccentSecondary: string;
32736
+ euiColorBorderBaseNeutral: string;
32737
+ euiColorBorderBaseSuccess: string;
32738
+ euiColorBorderBaseWarning: string;
32739
+ euiColorBorderBaseRisk: string;
32740
+ euiColorBorderBaseDanger: string;
32741
+ euiColorBorderBasePlain: string;
32742
+ euiColorBorderBaseSubdued: string;
32743
+ euiColorBorderBaseDisabled: string;
32744
+ euiColorBorderBaseFloating: string;
32745
+ euiColorBorderBaseFormsColorSwatch: string;
32746
+ euiColorBorderBaseFormsControl: string;
32747
+ euiColorBorderStrongPrimary: string;
32748
+ euiColorBorderStrongAccent: string;
32749
+ euiColorBorderStrongAccentSecondary: string;
32750
+ euiColorBorderStrongNeutral: string;
32751
+ euiColorBorderStrongSuccess: string;
32752
+ euiColorBorderStrongWarning: string;
32753
+ euiColorBorderStrongRisk: string;
32754
+ euiColorBorderStrongDanger: string;
32755
+ };
32756
+ export default sassVariables;
32757
+ }
32758
+ declare module '@elastic/eui/dist/eui_theme_borealis_light.json' {
32759
+ const sassVariables: {
32760
+ euiZDataGrid: number;
32761
+ euiZHeaderBelowDataGrid: number;
32762
+ euiZDataGridCellPopover: number;
32763
+ euiDataGridCellPaddingS: string;
32764
+ euiDataGridCellPaddingM: string;
32765
+ euiDataGridCellPaddingL: string;
32766
+ euiTableHoverColor: string;
32767
+ euiTableSelectedColor: string;
32768
+ euiTableHoverSelectedColor: string;
32769
+ euiTableActionsBorderColor: string;
32770
+ euiTableHoverClickableColor: string;
32771
+ euiTableFocusClickableColor: string;
32772
+ euiContrastRatioText: number;
32773
+ euiContrastRatioGraphic: number;
32774
+ euiContrastRatioDisabled: number;
32775
+ euiAnimSlightBounce: string;
32776
+ euiAnimSlightResistance: string;
32777
+ euiAnimSpeedExtraFast: string;
32778
+ euiAnimSpeedFast: string;
32779
+ euiAnimSpeedNormal: string;
32780
+ euiAnimSpeedSlow: string;
32781
+ euiAnimSpeedExtraSlow: string;
32782
+ euiBorderWidthThin: string;
32783
+ euiBorderWidthThick: string;
32784
+ euiBorderColor: string;
32785
+ euiBorderRadius: string;
32786
+ euiBorderRadiusSmall: string;
32787
+ euiBorderThick: string;
32788
+ euiBorderThin: string;
32789
+ euiBorderEditable: string;
32790
+ euiButtonHeight: string;
32791
+ euiButtonHeightSmall: string;
32792
+ euiButtonHeightXSmall: string;
32793
+ euiButtonColorDisabled: string;
32794
+ euiButtonColorDisabledText: string;
32795
+ euiButtonColorGhostDisabled: string;
32796
+ euiButtonTypes: {
32797
+ primary: string;
32798
+ accent: string;
32799
+ accentSecondary: string;
32800
+ neutral: string;
32801
+ success: string;
32802
+ warning: string;
32803
+ risk: string;
32804
+ danger: string;
32805
+ ghost: string;
32806
+ text: string;
32807
+ };
32808
+ euiFontWeightLight: number;
32809
+ euiFontWeightRegular: number;
32810
+ euiFontWeightMedium: number;
32811
+ euiFontWeightSemiBold: number;
32812
+ euiFontWeightBold: number;
32813
+ euiCodeFontWeightRegular: number;
32814
+ euiCodeFontWeightBold: number;
32815
+ euiFormMaxWidth: string;
32816
+ euiFormControlHeight: string;
32817
+ euiFormControlCompressedHeight: string;
32818
+ euiFormControlPadding: string;
32819
+ euiFormControlCompressedPadding: string;
32820
+ euiFormControlBorderRadius: string;
32821
+ euiFormControlCompressedBorderRadius: string;
32822
+ euiRadioSize: string;
32823
+ euiCheckBoxSize: string;
32824
+ euiCheckboxBorderRadius: string;
32825
+ euiSwitchHeight: string;
32826
+ euiSwitchWidth: string;
32827
+ euiSwitchThumbSize: string;
32828
+ euiSwitchIconHeight: string;
32829
+ euiSwitchHeightCompressed: string;
32830
+ euiSwitchWidthCompressed: string;
32831
+ euiSwitchThumbSizeCompressed: string;
32832
+ euiSwitchHeightMini: string;
32833
+ euiSwitchWidthMini: string;
32834
+ euiSwitchThumbSizeMini: string;
32835
+ euiFormBackgroundColor: string;
32836
+ euiFormBackgroundDisabledColor: string;
32837
+ euiFormBackgroundReadOnlyColor: string;
32838
+ euiFormBorderOpaqueColor: string;
32839
+ euiFormBorderColor: string;
32840
+ euiFormBorderDisabledColor: string;
32841
+ euiFormCustomControlDisabledIconColor: string;
32842
+ euiFormCustomControlBorderColor: string;
32843
+ euiFormControlDisabledColor: string;
32844
+ euiFormControlBoxShadow: string;
32845
+ euiFormControlPlaceholderText: string;
32846
+ euiFormInputGroupLabelBackground: string;
32847
+ euiFormInputGroupBorder: string;
32848
+ euiSwitchOffColor: string;
32849
+ euiFormControlIconSizes: {
32850
+ small: string;
32851
+ medium: string;
32852
+ large: string;
32853
+ xLarge: string;
32854
+ xxLarge: string;
32855
+ };
32856
+ euiFormControlLayoutGroupInputHeight: string;
32857
+ euiFormControlLayoutGroupInputCompressedHeight: string;
32858
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
32859
+ euiHeaderBackgroundColor: string;
32860
+ euiHeaderDarkBackgroundColor: string;
32861
+ euiHeaderBorderColor: string;
32862
+ euiHeaderBreadcrumbColor: string;
32863
+ euiHeaderHeight: string;
32864
+ euiHeaderChildSize: string;
32865
+ euiHeaderHeightCompensation: string;
32866
+ euiPageDefaultMaxWidth: string;
32867
+ euiPageSidebarMinWidth: string;
32868
+ euiPanelPaddingModifiers: {
32869
+ paddingSmall: string;
32870
+ paddingMedium: string;
32871
+ paddingLarge: string;
32872
+ };
32873
+ euiPanelBorderRadiusModifiers: {
32874
+ borderRadiusNone: number;
32875
+ borderRadiusMedium: string;
32876
+ };
32877
+ euiPanelBackgroundColorModifiers: {
32878
+ transparent: string;
32879
+ plain: string;
32880
+ subdued: string;
32881
+ accent: string;
32882
+ accentSecondary: string;
32883
+ primary: string;
32884
+ success: string;
32885
+ warning: string;
32886
+ danger: string;
32887
+ };
32888
+ euiBreakpoints: {
32889
+ xs: number;
32890
+ s: string;
32891
+ m: string;
32892
+ l: string;
32893
+ xl: string;
32894
+ };
32895
+ euiBreakpointKeys: string;
32896
+ euiShadowColor: string;
32897
+ euiSize: string;
32898
+ euiSizeXS: string;
32899
+ euiSizeS: string;
32900
+ euiSizeM: string;
32901
+ euiSizeL: string;
32902
+ euiSizeXL: string;
32903
+ euiSizeXXL: string;
32904
+ euiScrollBar: string;
32905
+ euiScrollBarCorner: string;
32906
+ euiScrollBarCornerThin: string;
32907
+ euiFocusRingColor: string;
32908
+ euiFocusRingAnimStartColor: string;
32909
+ euiFocusRingAnimStartSize: string;
32910
+ euiFocusRingAnimStartSizeLarge: string;
32911
+ euiFocusRingSizeLarge: string;
32912
+ euiFocusRingSize: string;
32913
+ euiFocusTransparency: number;
32914
+ euiFocusTransparencyPercent: string;
32915
+ euiFocusBackgroundColor: string;
32916
+ euiFontFamily: string;
32917
+ euiCodeFontFamily: string;
32918
+ euiFontFeatureSettings: string;
32919
+ euiTextScale: string;
32920
+ euiFontSize: string;
32921
+ euiFontSizeXS: string;
32922
+ euiFontSizeS: string;
32923
+ euiFontSizeM: string;
32924
+ euiFontSizeL: string;
32925
+ euiFontSizeXL: string;
32926
+ euiFontSizeXXL: string;
32927
+ euiLineHeight: number;
32928
+ euiBodyLineHeight: number;
32929
+ euiTitles: {
32930
+ xxxs: {
32931
+ 'font-size': string;
32932
+ 'line-height': string;
32933
+ 'font-weight': number;
32934
+ };
32935
+ xxs: {
32936
+ 'font-size': string;
32937
+ 'line-height': string;
32938
+ 'font-weight': number;
32939
+ };
32940
+ xs: {
32941
+ 'font-size': string;
32942
+ 'line-height': string;
32943
+ 'font-weight': number;
32944
+ };
32945
+ s: {
32946
+ 'font-size': string;
32947
+ 'line-height': string;
32948
+ 'font-weight': number;
32949
+ };
32950
+ m: {
32951
+ 'font-size': string;
32952
+ 'line-height': string;
32953
+ 'font-weight': number;
32954
+ };
32955
+ l: {
32956
+ 'font-size': string;
32957
+ 'line-height': string;
32958
+ 'font-weight': number;
32959
+ };
32960
+ };
32961
+ euiZLevel0: number;
32962
+ euiZLevel1: number;
32963
+ euiZLevel2: number;
32964
+ euiZLevel3: number;
32965
+ euiZLevel4: number;
32966
+ euiZLevel5: number;
32967
+ euiZLevel6: number;
32968
+ euiZLevel7: number;
32969
+ euiZLevel8: number;
32970
+ euiZLevel9: number;
32971
+ euiZToastList: number;
32972
+ euiZModal: number;
32973
+ euiZMask: number;
32974
+ euiZNavigation: number;
32975
+ euiZContentMenu: number;
32976
+ euiZHeader: number;
32977
+ euiZFlyout: number;
32978
+ euiZMaskBelowHeader: number;
32979
+ euiZContent: number;
32980
+ euiPaletteColorBlind: {
32981
+ euiColorVis0: {
32982
+ graphic: string;
32983
+ behindText: string;
32984
+ };
32985
+ euiColorVis1: {
32986
+ graphic: string;
32987
+ behindText: string;
32988
+ };
32989
+ euiColorVis2: {
32990
+ graphic: string;
32991
+ behindText: string;
32992
+ };
32993
+ euiColorVis3: {
32994
+ graphic: string;
32995
+ behindText: string;
32996
+ };
32997
+ euiColorVis4: {
32998
+ graphic: string;
32999
+ behindText: string;
33000
+ };
33001
+ euiColorVis5: {
33002
+ graphic: string;
33003
+ behindText: string;
33004
+ };
33005
+ euiColorVis6: {
33006
+ graphic: string;
33007
+ behindText: string;
33008
+ };
33009
+ euiColorVis7: {
33010
+ graphic: string;
33011
+ behindText: string;
33012
+ };
33013
+ euiColorVis8: {
33014
+ graphic: string;
33015
+ behindText: string;
33016
+ };
33017
+ euiColorVis9: {
33018
+ graphic: string;
33019
+ behindText: string;
33020
+ };
33021
+ };
33022
+ euiPaletteColorBlindKeys: string;
33023
+ euiColorVis0: string;
33024
+ euiColorVis1: string;
33025
+ euiColorVis2: string;
33026
+ euiColorVis3: string;
33027
+ euiColorVis4: string;
33028
+ euiColorVis5: string;
33029
+ euiColorVis6: string;
33030
+ euiColorVis7: string;
33031
+ euiColorVis8: string;
33032
+ euiColorVis9: string;
33033
+ euiColorVis0_behindText: string;
33034
+ euiColorVis1_behindText: string;
33035
+ euiColorVis2_behindText: string;
33036
+ euiColorVis3_behindText: string;
33037
+ euiColorVis4_behindText: string;
33038
+ euiColorVis5_behindText: string;
33039
+ euiColorVis6_behindText: string;
33040
+ euiColorVis7_behindText: string;
33041
+ euiColorVis8_behindText: string;
33042
+ euiColorVis9_behindText: string;
33043
+ euiColorVisAsTextLight0: string;
33044
+ euiColorVisAsTextLight1: string;
33045
+ euiColorVisAsTextLight2: string;
33046
+ euiColorVisAsTextLight3: string;
33047
+ euiColorVisAsTextLight4: string;
33048
+ euiColorVisAsTextLight5: string;
33049
+ euiColorVisAsTextLight6: string;
33050
+ euiColorVisAsTextDark0: string;
33051
+ euiColorVisAsTextDark1: string;
33052
+ euiColorVisAsTextDark2: string;
33053
+ euiColorVisAsTextDark3: string;
33054
+ euiColorVisAsTextDark4: string;
33055
+ euiColorVisAsTextDark5: string;
33056
+ euiColorVisAsTextDark6: string;
33057
+ euiColorVisSuccess0: string;
33058
+ euiColorVisSuccess1: string;
33059
+ euiColorVisWarning0: string;
33060
+ euiColorVisDanger0: string;
33061
+ euiColorVisDanger1: string;
33062
+ euiColorVisNeutral0: string;
33063
+ euiColorVisGrey0: string;
33064
+ euiColorVisGrey1: string;
33065
+ euiColorVisGrey2: string;
33066
+ euiColorVisGrey3: string;
33067
+ euiColorVisWarm0: string;
33068
+ euiColorVisWarm1: string;
33069
+ euiColorVisWarm2: string;
33070
+ euiColorVisCool0: string;
33071
+ euiColorVisCool1: string;
33072
+ euiColorVisCool2: string;
33073
+ euiColorVisComplementary0: string;
33074
+ euiColorVisComplementary1: string;
33075
+ euiColorSeverityUnknown: string;
33076
+ euiColorSeverityNeutral: string;
33077
+ euiColorSeveritySuccess: string;
33078
+ euiColorSeverityWarning: string;
33079
+ euiColorSeverityRisk: string;
33080
+ euiColorSeverityDanger: string;
33081
+ euiColorChartLines: string;
33082
+ euiColorChartBand: string;
33083
+ euiColorGhost: string;
33084
+ euiColorInk: string;
33085
+ euiColorPrimary: string;
33086
+ euiColorAccent: string;
33087
+ euiColorAccentSecondary: string;
33088
+ euiColorSuccess: string;
33089
+ euiColorWarning: string;
33090
+ euiColorDanger: string;
33091
+ euiColorEmptyShade: string;
33092
+ euiColorLightestShade: string;
33093
+ euiColorLightShade: string;
33094
+ euiColorMediumShade: string;
33095
+ euiColorDarkShade: string;
33096
+ euiColorDarkestShade: string;
33097
+ euiColorFullShade: string;
33098
+ euiPageBackgroundColor: string;
33099
+ euiColorHighlight: string;
33100
+ euiTextColor: string;
33101
+ euiTitleColor: string;
33102
+ euiTextSubduedColor: string;
33103
+ euiColorDisabled: string;
33104
+ euiColorPrimaryText: string;
33105
+ euiColorSuccessText: string;
33106
+ euiColorAccentText: string;
33107
+ euiColorWarningText: string;
33108
+ euiColorDangerText: string;
33109
+ euiColorDisabledText: string;
33110
+ euiLinkColor: string;
33111
+ euiColorPlainLight: string;
33112
+ euiColorPlainDark: string;
33113
+ euiColorTextPrimary: string;
33114
+ euiColorTextAccent: string;
33115
+ euiColorTextAccentSecondary: string;
33116
+ euiColorTextNeutral: string;
33117
+ euiColorTextSuccess: string;
33118
+ euiColorTextWarning: string;
33119
+ euiColorTextRisk: string;
33120
+ euiColorTextDanger: string;
33121
+ euiColorTextParagraph: string;
33122
+ euiColorTextHeading: string;
33123
+ euiColorTextSubdued: string;
33124
+ euiColorTextDisabled: string;
33125
+ euiColorTextInverse: string;
33126
+ euiColorBackgroundBasePrimary: string;
33127
+ euiColorBackgroundBaseAccent: string;
33128
+ euiColorBackgroundBaseAccentSecondary: string;
33129
+ euiColorBackgroundBaseNeutral: string;
33130
+ euiColorBackgroundBaseSuccess: string;
33131
+ euiColorBackgroundBaseWarning: string;
33132
+ euiColorBackgroundBaseRisk: string;
33133
+ euiColorBackgroundBaseDanger: string;
33134
+ euiColorBackgroundBaseSubdued: string;
33135
+ euiColorBackgroundBasePlain: string;
33136
+ euiColorBackgroundBaseDisabled: string;
33137
+ euiColorBackgroundBaseHighlighted: string;
33138
+ euiColorBackgroundBaseFormsPrepend: string;
33139
+ euiColorBackgroundBaseFormsControlDisabled: string;
33140
+ euiColorBackgroundBaseInteractiveHover: string;
33141
+ euiColorBackgroundBaseInteractiveSelect: string;
33142
+ euiColorBackgroundBaseInteractiveOverlay: string;
33143
+ euiColorBackgroundBaseSkeletonEdge: string;
33144
+ euiColorBackgroundBaseSkeletonMiddle: string;
33145
+ euiColorBackgroundLightPrimary: string;
33146
+ euiColorBackgroundLightAccent: string;
33147
+ euiColorBackgroundLightAccentSecondary: string;
33148
+ euiColorBackgroundLightNeutral: string;
33149
+ euiColorBackgroundLightSuccess: string;
33150
+ euiColorBackgroundLightWarning: string;
33151
+ euiColorBackgroundLightRisk: string;
33152
+ euiColorBackgroundLightDanger: string;
33153
+ euiColorBackgroundLightText: string;
33154
+ euiColorBackgroundFilledPrimary: string;
33155
+ euiColorBackgroundFilledAccent: string;
33156
+ euiColorBackgroundFilledAccentSecondary: string;
33157
+ euiColorBackgroundFilledNeutral: string;
33158
+ euiColorBackgroundFilledSuccess: string;
33159
+ euiColorBackgroundFilledWarning: string;
33160
+ euiColorBackgroundFilledRisk: string;
33161
+ euiColorBackgroundFilledDanger: string;
33162
+ euiColorBackgroundFilledText: string;
33163
+ euiColorBorderBasePrimary: string;
33164
+ euiColorBorderBaseAccent: string;
33165
+ euiColorBorderBaseAccentSecondary: string;
33166
+ euiColorBorderBaseNeutral: string;
33167
+ euiColorBorderBaseSuccess: string;
33168
+ euiColorBorderBaseWarning: string;
33169
+ euiColorBorderBaseRisk: string;
33170
+ euiColorBorderBaseDanger: string;
33171
+ euiColorBorderBasePlain: string;
33172
+ euiColorBorderBaseSubdued: string;
33173
+ euiColorBorderBaseDisabled: string;
33174
+ euiColorBorderBaseFloating: string;
33175
+ euiColorBorderBaseFormsColorSwatch: string;
33176
+ euiColorBorderBaseFormsControl: string;
33177
+ euiColorBorderStrongPrimary: string;
33178
+ euiColorBorderStrongAccent: string;
33179
+ euiColorBorderStrongAccentSecondary: string;
33180
+ euiColorBorderStrongNeutral: string;
33181
+ euiColorBorderStrongSuccess: string;
33182
+ euiColorBorderStrongWarning: string;
33183
+ euiColorBorderStrongRisk: string;
33184
+ euiColorBorderStrongDanger: string;
33185
+ };
33186
+ export default sassVariables;
33187
+ }
31403
33188
  // TODO: remove once exported by package itself
31404
33189
  // https://github.com/oblador/loki/pull/516
31405
33190
  declare module '@loki/create-async-callback' {