@elastic/eui 102.1.0-snapshot.1746441787383 → 102.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. package/dist/eui_theme_borealis_dark.json +1 -1
  2. package/es/components/badge/color_utils.js +3 -1
  3. package/es/components/badge/notification_badge/badge_notification.styles.js +1 -6
  4. package/es/components/basic_table/basic_table.js +10 -9
  5. package/es/components/basic_table/in_memory_table.js +18 -16
  6. package/es/components/breadcrumbs/_breadcrumb_content.js +1 -1
  7. package/es/components/breadcrumbs/_breadcrumb_content.styles.js +3 -6
  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 +2 -11
  11. package/es/components/button/button_display/_button_display_content.styles.js +3 -6
  12. package/es/components/button/button_empty/button_empty.styles.js +12 -9
  13. package/es/components/button/button_group/button_group.js +1 -1
  14. package/es/components/button/button_group/button_group.styles.js +3 -5
  15. package/es/components/button/button_group/button_group_button.js +9 -19
  16. package/es/components/button/button_group/button_group_button.styles.js +19 -43
  17. package/es/components/button/button_icon/button_icon.js +2 -4
  18. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  22. package/es/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  23. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  24. package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  25. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  26. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  27. package/es/components/comment_list/comment_list.js +1 -1
  28. package/es/components/datagrid/body/cell/data_grid_cell.js +9 -9
  29. package/es/components/datagrid/body/data_grid_body.js +14 -9
  30. package/es/components/datagrid/body/data_grid_body_custom.js +14 -9
  31. package/es/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  32. package/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  33. package/es/components/datagrid/body/header/draggable_columns.js +1 -1
  34. package/es/components/datagrid/controls/column_sorting.js +6 -6
  35. package/es/components/datagrid/controls/column_sorting_draggable.js +3 -3
  36. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -11
  37. package/es/components/datagrid/utils/in_memory.js +3 -3
  38. package/es/components/datagrid/utils/scrolling.js +3 -1
  39. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  40. package/es/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  41. package/es/components/filter_group/filter_button.js +23 -88
  42. package/es/components/filter_group/filter_button.styles.js +15 -51
  43. package/es/components/filter_group/filter_group.styles.js +6 -18
  44. package/es/components/form/range/dual_range.js +1 -1
  45. package/es/components/form/range/range.js +1 -1
  46. package/es/components/form/range/range_track.js +1 -1
  47. package/es/components/form/select/select.js +1 -1
  48. package/es/components/header/header.js +10 -10
  49. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +3 -3
  50. package/es/components/header/header_links/header_links.js +1 -1
  51. package/es/components/icon/assets/logo_elastic.js +23 -17
  52. package/es/components/icon/icon.styles.js +1 -1
  53. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  54. package/es/components/list_group/list_group.js +2 -2
  55. package/es/components/list_group/list_group_item.js +1 -1
  56. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  57. package/es/components/loading/loading_elastic.styles.js +2 -2
  58. package/es/components/loading/loading_spinner.js +1 -1
  59. package/es/components/page/page_header/page_header_content.js +1 -1
  60. package/es/components/popover/popover.js +1 -1
  61. package/es/components/responsive/hide_for.js +1 -1
  62. package/es/components/responsive/show_for.js +1 -1
  63. package/es/components/search_bar/filters/field_value_selection_filter.js +1 -2
  64. package/es/components/search_bar/filters/field_value_toggle_filter.js +1 -3
  65. package/es/components/search_bar/filters/field_value_toggle_group_filter.js +2 -4
  66. package/es/components/search_bar/filters/is_filter.js +1 -3
  67. package/es/components/search_bar/search_bar.a11y.js +3 -3
  68. package/es/components/search_bar/search_bar.js +3 -3
  69. package/es/components/search_bar/search_filters.js +2 -2
  70. package/es/components/selectable/selectable.js +13 -12
  71. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  72. package/es/components/side_nav/side_nav.js +2 -2
  73. package/es/components/table/table_row_cell.js +1 -1
  74. package/es/components/timeline/timeline.js +1 -1
  75. package/es/components/toast/global_toast_list.js +27 -20
  76. package/es/components/tour/tour_step.js +1 -1
  77. package/es/global_styling/mixins/_button.js +28 -95
  78. package/es/services/theme/hooks.js +11 -0
  79. package/es/services/theme/index.js +2 -3
  80. package/es/services/theme/provider.js +2 -28
  81. package/es/themes/amsterdam/global_styling/variables/_buttons.js +147 -348
  82. package/es/themes/amsterdam/global_styling/variables/_components.js +224 -229
  83. package/es/themes/amsterdam/theme.js +1 -2
  84. package/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  85. package/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  86. package/es/themes/json/eui_theme_borealis_dark.json +427 -0
  87. package/es/themes/json/eui_theme_borealis_light.json +427 -0
  88. package/eui.d.ts +1997 -274
  89. package/lib/components/badge/color_utils.js +3 -1
  90. package/lib/components/badge/notification_badge/badge_notification.styles.js +1 -6
  91. package/lib/components/basic_table/basic_table.js +10 -9
  92. package/lib/components/basic_table/in_memory_table.js +18 -16
  93. package/lib/components/breadcrumbs/_breadcrumb_content.js +1 -1
  94. package/lib/components/breadcrumbs/_breadcrumb_content.styles.js +2 -5
  95. package/lib/components/breadcrumbs/breadcrumbs.js +2 -2
  96. package/lib/components/button/button_display/_button_display.js +1 -1
  97. package/lib/components/button/button_display/_button_display.styles.js +2 -11
  98. package/lib/components/button/button_display/_button_display_content.styles.js +3 -6
  99. package/lib/components/button/button_empty/button_empty.styles.js +11 -10
  100. package/lib/components/button/button_group/button_group.js +1 -1
  101. package/lib/components/button/button_group/button_group.styles.js +3 -5
  102. package/lib/components/button/button_group/button_group_button.js +8 -18
  103. package/lib/components/button/button_group/button_group_button.styles.js +17 -41
  104. package/lib/components/button/button_icon/button_icon.js +1 -3
  105. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  106. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  107. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  108. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  109. package/lib/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  110. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  111. package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  112. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  113. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  114. package/lib/components/comment_list/comment_list.js +1 -1
  115. package/lib/components/datagrid/body/cell/data_grid_cell.js +9 -9
  116. package/lib/components/datagrid/body/data_grid_body.js +14 -9
  117. package/lib/components/datagrid/body/data_grid_body_custom.js +14 -9
  118. package/lib/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  119. package/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  120. package/lib/components/datagrid/body/header/draggable_columns.js +1 -1
  121. package/lib/components/datagrid/controls/column_sorting.js +6 -6
  122. package/lib/components/datagrid/controls/column_sorting_draggable.js +3 -3
  123. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -11
  124. package/lib/components/datagrid/utils/in_memory.js +3 -3
  125. package/lib/components/datagrid/utils/scrolling.js +3 -1
  126. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  127. package/lib/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  128. package/lib/components/empty_prompt/images/illustration.svg +939 -0
  129. package/lib/components/filter_group/filter_button.js +21 -86
  130. package/lib/components/filter_group/filter_button.styles.js +15 -51
  131. package/lib/components/filter_group/filter_group.styles.js +6 -18
  132. package/lib/components/form/range/dual_range.js +1 -1
  133. package/lib/components/form/range/range.js +1 -1
  134. package/lib/components/form/range/range_track.js +1 -1
  135. package/lib/components/form/select/select.js +1 -1
  136. package/lib/components/header/header.js +10 -10
  137. package/lib/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  138. package/lib/components/icon/assets/logo_elastic.js +23 -17
  139. package/lib/components/icon/icon.styles.js +1 -1
  140. package/lib/components/icon/svgs/logo_elastic.svg +7 -9
  141. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  142. package/lib/components/list_group/list_group.js +2 -2
  143. package/lib/components/list_group/list_group_item.js +1 -1
  144. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  145. package/lib/components/loading/loading_elastic.styles.js +2 -2
  146. package/lib/components/loading/loading_spinner.js +1 -1
  147. package/lib/components/popover/popover.js +1 -1
  148. package/lib/components/responsive/hide_for.js +1 -1
  149. package/lib/components/responsive/show_for.js +1 -1
  150. package/lib/components/search_bar/filters/field_value_selection_filter.js +1 -2
  151. package/lib/components/search_bar/filters/field_value_toggle_filter.js +1 -3
  152. package/lib/components/search_bar/filters/field_value_toggle_group_filter.js +2 -4
  153. package/lib/components/search_bar/filters/is_filter.js +1 -3
  154. package/lib/components/search_bar/search_bar.a11y.js +3 -3
  155. package/lib/components/search_bar/search_bar.js +3 -3
  156. package/lib/components/search_bar/search_filters.js +2 -2
  157. package/lib/components/selectable/selectable.js +13 -12
  158. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  159. package/lib/components/side_nav/side_nav.js +2 -2
  160. package/lib/components/table/table_row_cell.js +1 -1
  161. package/lib/components/timeline/timeline.js +1 -1
  162. package/lib/components/toast/global_toast_list.js +27 -20
  163. package/lib/global_styling/mixins/_button.js +27 -94
  164. package/lib/services/theme/hooks.js +12 -1
  165. package/lib/services/theme/index.js +7 -41
  166. package/lib/services/theme/provider.js +2 -28
  167. package/lib/themes/amsterdam/global_styling/variables/_buttons.js +147 -348
  168. package/lib/themes/amsterdam/global_styling/variables/_components.js +224 -229
  169. package/lib/themes/amsterdam/theme.js +1 -2
  170. package/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  171. package/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  172. package/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  173. package/lib/themes/json/eui_theme_borealis_light.json +427 -0
  174. package/optimize/es/components/badge/color_utils.js +3 -1
  175. package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +1 -6
  176. package/optimize/es/components/breadcrumbs/_breadcrumb_content.styles.js +3 -6
  177. package/optimize/es/components/button/button_display/_button_display.js +1 -1
  178. package/optimize/es/components/button/button_display/_button_display.styles.js +2 -11
  179. package/optimize/es/components/button/button_display/_button_display_content.styles.js +3 -6
  180. package/optimize/es/components/button/button_empty/button_empty.styles.js +12 -9
  181. package/optimize/es/components/button/button_group/button_group.styles.js +3 -5
  182. package/optimize/es/components/button/button_group/button_group_button.js +8 -12
  183. package/optimize/es/components/button/button_group/button_group_button.styles.js +19 -43
  184. package/optimize/es/components/button/button_icon/button_icon.js +2 -4
  185. package/optimize/es/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  186. package/optimize/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -11
  187. package/optimize/es/components/datagrid/utils/scrolling.js +3 -1
  188. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  189. package/optimize/es/components/filter_group/filter_button.js +21 -78
  190. package/optimize/es/components/filter_group/filter_button.styles.js +15 -51
  191. package/optimize/es/components/filter_group/filter_group.styles.js +6 -18
  192. package/optimize/es/components/form/select/select.js +1 -1
  193. package/optimize/es/components/icon/assets/logo_elastic.js +23 -17
  194. package/optimize/es/components/icon/icon.styles.js +1 -1
  195. package/optimize/es/components/loading/loading_elastic.styles.js +2 -2
  196. package/optimize/es/components/search_bar/filters/field_value_selection_filter.js +0 -1
  197. package/optimize/es/components/search_bar/filters/field_value_toggle_filter.js +1 -3
  198. package/optimize/es/components/search_bar/filters/field_value_toggle_group_filter.js +1 -3
  199. package/optimize/es/components/search_bar/filters/is_filter.js +1 -3
  200. package/optimize/es/components/search_bar/search_bar.a11y.js +3 -3
  201. package/optimize/es/components/selectable/selectable.js +10 -9
  202. package/optimize/es/components/toast/global_toast_list.js +24 -20
  203. package/optimize/es/global_styling/mixins/_button.js +28 -95
  204. package/optimize/es/services/theme/hooks.js +11 -0
  205. package/optimize/es/services/theme/index.js +2 -3
  206. package/optimize/es/services/theme/provider.js +2 -28
  207. package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +147 -348
  208. package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +224 -229
  209. package/optimize/es/themes/amsterdam/theme.js +1 -2
  210. package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  211. package/optimize/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  212. package/optimize/es/themes/json/eui_theme_borealis_dark.json +427 -0
  213. package/optimize/es/themes/json/eui_theme_borealis_light.json +427 -0
  214. package/optimize/lib/components/badge/color_utils.js +3 -1
  215. package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +1 -6
  216. package/optimize/lib/components/breadcrumbs/_breadcrumb_content.styles.js +2 -5
  217. package/optimize/lib/components/button/button_display/_button_display.js +1 -1
  218. package/optimize/lib/components/button/button_display/_button_display.styles.js +2 -11
  219. package/optimize/lib/components/button/button_display/_button_display_content.styles.js +3 -6
  220. package/optimize/lib/components/button/button_empty/button_empty.styles.js +11 -10
  221. package/optimize/lib/components/button/button_group/button_group.styles.js +3 -5
  222. package/optimize/lib/components/button/button_group/button_group_button.js +7 -11
  223. package/optimize/lib/components/button/button_group/button_group_button.styles.js +17 -41
  224. package/optimize/lib/components/button/button_icon/button_icon.js +1 -3
  225. package/optimize/lib/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  226. package/optimize/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -11
  227. package/optimize/lib/components/datagrid/utils/scrolling.js +3 -1
  228. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  229. package/optimize/lib/components/empty_prompt/images/illustration.svg +939 -0
  230. package/optimize/lib/components/filter_group/filter_button.js +19 -76
  231. package/optimize/lib/components/filter_group/filter_button.styles.js +15 -51
  232. package/optimize/lib/components/filter_group/filter_group.styles.js +6 -18
  233. package/optimize/lib/components/form/select/select.js +1 -1
  234. package/optimize/lib/components/icon/assets/logo_elastic.js +23 -17
  235. package/optimize/lib/components/icon/icon.styles.js +1 -1
  236. package/optimize/lib/components/icon/svgs/logo_elastic.svg +7 -9
  237. package/optimize/lib/components/loading/loading_elastic.styles.js +2 -2
  238. package/optimize/lib/components/search_bar/filters/field_value_selection_filter.js +0 -1
  239. package/optimize/lib/components/search_bar/filters/field_value_toggle_filter.js +1 -3
  240. package/optimize/lib/components/search_bar/filters/field_value_toggle_group_filter.js +1 -3
  241. package/optimize/lib/components/search_bar/filters/is_filter.js +1 -3
  242. package/optimize/lib/components/search_bar/search_bar.a11y.js +3 -3
  243. package/optimize/lib/components/selectable/selectable.js +10 -9
  244. package/optimize/lib/components/toast/global_toast_list.js +24 -20
  245. package/optimize/lib/global_styling/mixins/_button.js +27 -94
  246. package/optimize/lib/services/theme/hooks.js +12 -1
  247. package/optimize/lib/services/theme/index.js +7 -41
  248. package/optimize/lib/services/theme/provider.js +2 -28
  249. package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +147 -348
  250. package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +224 -229
  251. package/optimize/lib/themes/amsterdam/theme.js +1 -2
  252. package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  253. package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  254. package/optimize/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  255. package/optimize/lib/themes/json/eui_theme_borealis_light.json +427 -0
  256. package/package.json +7 -10
  257. package/test-env/components/badge/color_utils.js +3 -1
  258. package/test-env/components/badge/notification_badge/badge_notification.styles.js +1 -6
  259. package/test-env/components/basic_table/basic_table.js +10 -9
  260. package/test-env/components/basic_table/in_memory_table.js +18 -16
  261. package/test-env/components/breadcrumbs/_breadcrumb_content.js +1 -1
  262. package/test-env/components/breadcrumbs/_breadcrumb_content.styles.js +2 -5
  263. package/test-env/components/breadcrumbs/breadcrumbs.js +2 -2
  264. package/test-env/components/button/button_display/_button_display.js +1 -1
  265. package/test-env/components/button/button_display/_button_display.styles.js +2 -11
  266. package/test-env/components/button/button_display/_button_display_content.styles.js +3 -6
  267. package/test-env/components/button/button_empty/button_empty.styles.js +11 -10
  268. package/test-env/components/button/button_group/button_group.js +1 -1
  269. package/test-env/components/button/button_group/button_group.styles.js +3 -5
  270. package/test-env/components/button/button_group/button_group_button.js +8 -18
  271. package/test-env/components/button/button_group/button_group_button.styles.js +17 -41
  272. package/test-env/components/button/button_icon/button_icon.js +1 -3
  273. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  274. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  275. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  276. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  277. package/test-env/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  278. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  279. package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  280. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  281. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  282. package/test-env/components/comment_list/comment_list.js +1 -1
  283. package/test-env/components/datagrid/body/cell/data_grid_cell.js +9 -9
  284. package/test-env/components/datagrid/body/data_grid_body.js +14 -9
  285. package/test-env/components/datagrid/body/data_grid_body_custom.js +14 -9
  286. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  287. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  288. package/test-env/components/datagrid/body/header/draggable_columns.js +1 -1
  289. package/test-env/components/datagrid/controls/column_sorting.js +6 -6
  290. package/test-env/components/datagrid/controls/column_sorting_draggable.js +3 -3
  291. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -11
  292. package/test-env/components/datagrid/utils/in_memory.js +3 -3
  293. package/test-env/components/datagrid/utils/scrolling.js +3 -1
  294. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  295. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  296. package/test-env/components/filter_group/filter_button.js +21 -86
  297. package/test-env/components/filter_group/filter_button.styles.js +15 -51
  298. package/test-env/components/filter_group/filter_group.styles.js +6 -18
  299. package/test-env/components/form/range/dual_range.js +1 -1
  300. package/test-env/components/form/range/range.js +1 -1
  301. package/test-env/components/form/range/range_track.js +1 -1
  302. package/test-env/components/form/select/select.js +1 -1
  303. package/test-env/components/header/header.js +10 -10
  304. package/test-env/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  305. package/test-env/components/icon/assets/logo_elastic.js +23 -17
  306. package/test-env/components/icon/icon.styles.js +1 -1
  307. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  308. package/test-env/components/list_group/list_group.js +2 -2
  309. package/test-env/components/list_group/list_group_item.js +1 -1
  310. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  311. package/test-env/components/loading/loading_elastic.styles.js +2 -2
  312. package/test-env/components/loading/loading_spinner.js +1 -1
  313. package/test-env/components/popover/popover.js +1 -1
  314. package/test-env/components/responsive/hide_for.js +1 -1
  315. package/test-env/components/responsive/show_for.js +1 -1
  316. package/test-env/components/search_bar/filters/field_value_selection_filter.js +1 -2
  317. package/test-env/components/search_bar/filters/field_value_toggle_filter.js +1 -3
  318. package/test-env/components/search_bar/filters/field_value_toggle_group_filter.js +2 -4
  319. package/test-env/components/search_bar/filters/is_filter.js +1 -3
  320. package/test-env/components/search_bar/search_bar.a11y.js +3 -3
  321. package/test-env/components/search_bar/search_bar.js +3 -3
  322. package/test-env/components/search_bar/search_filters.js +2 -2
  323. package/test-env/components/selectable/selectable.js +13 -12
  324. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  325. package/test-env/components/side_nav/side_nav.js +2 -2
  326. package/test-env/components/table/table_row_cell.js +1 -1
  327. package/test-env/components/timeline/timeline.js +1 -1
  328. package/test-env/components/toast/global_toast_list.js +24 -20
  329. package/test-env/global_styling/mixins/_button.js +27 -94
  330. package/test-env/services/theme/hooks.js +12 -1
  331. package/test-env/services/theme/index.js +7 -41
  332. package/test-env/services/theme/provider.js +2 -28
  333. package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +147 -348
  334. package/test-env/themes/amsterdam/global_styling/variables/_components.js +224 -229
  335. package/test-env/themes/amsterdam/theme.js +1 -2
  336. package/test-env/themes/json/eui_theme_amsterdam_dark.json +427 -0
  337. package/test-env/themes/json/eui_theme_amsterdam_light.json +427 -0
  338. package/test-env/themes/json/eui_theme_borealis_dark.json +427 -0
  339. package/test-env/themes/json/eui_theme_borealis_light.json +427 -0
  340. package/es/services/theme/theme_variant.js +0 -22
  341. package/lib/services/theme/theme_variant.js +0 -28
  342. package/optimize/es/services/theme/theme_variant.js +0 -22
  343. package/optimize/lib/services/theme/theme_variant.js +0 -28
  344. package/test-env/services/theme/theme_variant.js +0 -28
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,6 +738,135 @@ 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
 
741
+ }
742
+ declare module '@elastic/eui/src/global_styling/mixins/_button' {
743
+ import { type SerializedStyles } from '@emotion/react';
744
+ import { UseEuiTheme } from '@elastic/eui/src/services';
745
+ /** Tentative usage; these exist only to be used as button directly when used within other components */
746
+ export const SEVERITY_COLORS: readonly ["neutral", "risk"];
747
+ export const BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger"];
748
+ export const EXTENDED_BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
749
+ export type _EuiButtonColor = (typeof BUTTON_COLORS)[number];
750
+ export type _EuiExtendedButtonColor = (typeof EXTENDED_BUTTON_COLORS)[number];
751
+ export const BUTTON_DISPLAYS: readonly ["base", "fill", "empty"];
752
+ export type _EuiButtonDisplay = (typeof BUTTON_DISPLAYS)[number];
753
+ export interface _EuiButtonOptions {
754
+ display?: _EuiButtonDisplay;
755
+ }
756
+ /**
757
+ * Creates the `base` version of button styles with proper text contrast.
758
+ * @param euiThemeContext
759
+ * @param color One of the named button colors or 'disabled'
760
+ * @returns Style object `{ backgroundColor, color }`
761
+ */
762
+ export const euiButtonColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
763
+ border: string;
764
+ color: string;
765
+ backgroundColor: string;
766
+ } | {
767
+ border?: undefined;
768
+ color: string;
769
+ backgroundColor: string;
770
+ };
771
+ /**
772
+ * Creates the `fill` version of buttons styles with proper text contrast.
773
+ * @param euiThemeContext
774
+ * @param color One of the named button colors or 'disabled'
775
+ * @returns Style object `{ backgroundColor, color }`
776
+ */
777
+ export const euiButtonFillColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
778
+ border: string;
779
+ color: string;
780
+ backgroundColor: string;
781
+ } | {
782
+ border?: undefined;
783
+ color: string;
784
+ backgroundColor: string;
785
+ };
786
+ /**
787
+ * Creates the `empty` version of button styles using the text-variant and adding interactive styles.
788
+ * @param euiThemeContext
789
+ * @param color One of the named button colors or 'disabled'
790
+ * @returns Style object `{ backgroundColor, color }` where `background` is typically used for interactive states
791
+ */
792
+ export const euiButtonEmptyColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
793
+ color: string;
794
+ backgroundColor: string;
795
+ };
796
+ /**
797
+ * Given the button display type, returns the Emotion based color keys.
798
+ * @param options Button display type
799
+ * @returns An object of `_EuiExtendedButtonColor` keys including `disabled`
800
+ */
801
+ export const useEuiButtonColorCSS: (options?: _EuiButtonOptions) => Record<"text" | "primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "disabled" | "neutral" | "risk", SerializedStyles>;
802
+ /**
803
+ * Creates the translate animation when button is in focus.
804
+ * @returns string
805
+ */
806
+ export const useEuiButtonFocusCSS: () => SerializedStyles;
807
+ /**
808
+ * Map of `size` props to various sizings/scales
809
+ * that should remain consistent across all buttons
810
+ */
811
+ export const euiButtonSizeMap: ({ euiTheme }: UseEuiTheme) => {
812
+ xs: {
813
+ height: string;
814
+ radius: import("csstype").Property.BorderRadius<string | number> | undefined;
815
+ fontScale: "xs";
816
+ };
817
+ s: {
818
+ height: string;
819
+ radius: import("csstype").Property.BorderRadius<string | number> | undefined;
820
+ fontScale: "s";
821
+ };
822
+ m: {
823
+ height: string;
824
+ radius: import("csstype").Property.BorderRadius<string | number> | undefined;
825
+ fontScale: "s";
826
+ };
827
+ };
828
+
829
+ }
830
+ declare module '@elastic/eui/src/global_styling/mixins/_color' {
831
+ import { SerializedStyles } from '@emotion/react';
832
+ import { UseEuiTheme } from '@elastic/eui/src/services';
833
+ export const BACKGROUND_COLORS: readonly ["transparent", "plain", "subdued", "highlighted", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
834
+ export type _EuiBackgroundColor = (typeof BACKGROUND_COLORS)[number];
835
+ export interface _EuiBackgroundColorOptions {
836
+ /**
837
+ * Use `opaque` for containers of unknown content.
838
+ * Use `transparent` for interactive states like hover and focus.
839
+ */
840
+ method?: 'opaque' | 'transparent';
841
+ }
842
+ /**
843
+ * @deprecated - use background tokens directly
844
+ * @returns A single background color with optional alpha transparency
845
+ */
846
+ export const euiBackgroundColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
847
+ /**
848
+ * @deprecated
849
+ */
850
+ export const useEuiBackgroundColor: (color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
851
+ /**
852
+ * Hook to retrieve background style for a background color variant
853
+ * @returns An object map of color keys to CSS,
854
+ * e.g. { danger: css``, success: css``, ... }
855
+ */
856
+ export const useEuiBackgroundColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
857
+ /**
858
+ * Border colors
859
+ * @deprecated - use border tokens directly or use
860
+ * `useEuiBorderColorCSS()` for composed styles
861
+ */
862
+ export const euiBorderColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor) => string;
863
+ /**
864
+ * Hook to retrieve border style for a border variant
865
+ * @returns An object map of color keys to CSS,
866
+ * e.g. { danger: css``, success: css``, ... }
867
+ */
868
+ export const useEuiBorderColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
869
+
736
870
  }
737
871
  declare module '@elastic/eui/src/global_styling/functions/high_contrast' {
738
872
  import type { UseEuiTheme } from '@elastic/eui/src/services';
@@ -779,7 +913,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
779
913
  horizontal: string;
780
914
  vertical: string;
781
915
  };
782
- export const LOGICAL_SIDES: ("left" | "right" | "top" | "bottom" | "horizontal" | "vertical")[];
916
+ export const LOGICAL_SIDES: ("left" | "right" | "bottom" | "top" | "horizontal" | "vertical")[];
783
917
  export type LogicalSides = (typeof LOGICAL_SIDES)[number];
784
918
  export const logicals: {
785
919
  height: string;
@@ -838,7 +972,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
838
972
  "border-bottom-right-radius": string;
839
973
  _shorthands: string[];
840
974
  };
841
- 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")[];
975
+ 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")[];
842
976
  export type LogicalProperties = (typeof LOGICAL_PROPERTIES)[number];
843
977
  /**
844
978
  *
@@ -1010,142 +1144,6 @@ declare module '@elastic/eui/src/global_styling/functions' {
1010
1144
  export * from '@elastic/eui/src/global_styling/functions/size';
1011
1145
  export * from '@elastic/eui/src/global_styling/functions/typography';
1012
1146
 
1013
- }
1014
- declare module '@elastic/eui/src/global_styling/mixins/_button' {
1015
- import { type SerializedStyles } from '@emotion/react';
1016
- import { UseEuiTheme } from '@elastic/eui/src/services';
1017
- /** Tentative usage; these exist only to be used as button directly when used within other components */
1018
- export const SEVERITY_COLORS: readonly ["neutral", "risk"];
1019
- export const BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger"];
1020
- export const EXTENDED_BUTTON_COLORS: readonly ["text", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
1021
- export type _EuiButtonColor = (typeof BUTTON_COLORS)[number];
1022
- export type _EuiExtendedButtonColor = (typeof EXTENDED_BUTTON_COLORS)[number];
1023
- export const BUTTON_DISPLAYS: readonly ["base", "fill", "empty"];
1024
- export type _EuiButtonDisplay = (typeof BUTTON_DISPLAYS)[number];
1025
- export interface _EuiButtonOptions {
1026
- display?: _EuiButtonDisplay;
1027
- }
1028
- /**
1029
- * Creates the `base` version of button styles with proper text contrast.
1030
- * @param euiThemeContext
1031
- * @param color One of the named button colors or 'disabled'
1032
- * @returns Style object `{ backgroundColor, color }`
1033
- */
1034
- export const euiButtonColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1035
- border: string;
1036
- color: string;
1037
- backgroundColor: string;
1038
- } | {
1039
- border?: undefined;
1040
- color: string;
1041
- backgroundColor: string;
1042
- };
1043
- /**
1044
- * Creates the `fill` version of buttons styles with proper text contrast.
1045
- * @param euiThemeContext
1046
- * @param color One of the named button colors or 'disabled'
1047
- * @returns Style object `{ backgroundColor, color }`
1048
- */
1049
- export const euiButtonFillColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1050
- border: string;
1051
- color: string;
1052
- backgroundColor: string;
1053
- } | {
1054
- border?: undefined;
1055
- color: string;
1056
- backgroundColor: string;
1057
- };
1058
- /**
1059
- * Creates the `empty` version of button styles using the text-variant and adding interactive styles.
1060
- * @param euiThemeContext
1061
- * @param color One of the named button colors or 'disabled'
1062
- * @returns Style object `{ backgroundColor, color }` where `background` is typically used for interactive states
1063
- */
1064
- export const euiButtonEmptyColor: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
1065
- color: string;
1066
- backgroundColor: string;
1067
- };
1068
- /**
1069
- * Given the button display type, returns the Emotion based color keys.
1070
- * @param options Button display type
1071
- * @returns An object of `_EuiExtendedButtonColor` keys including `disabled`
1072
- */
1073
- export const useEuiButtonColorCSS: (options?: _EuiButtonOptions) => Record<"text" | "primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "disabled" | "neutral" | "risk", SerializedStyles>;
1074
- /**
1075
- * Creates the translate animation when button is in focus.
1076
- * @returns string
1077
- */
1078
- export const useEuiButtonFocusCSS: () => SerializedStyles;
1079
- /**
1080
- * Map of `size` props to various sizings/scales
1081
- * that should remain consistent across all buttons
1082
- */
1083
- export const euiButtonSizeMap: (euiThemeContext: UseEuiTheme) => {
1084
- xs: {
1085
- minWidth: number;
1086
- height: string;
1087
- radius: import("csstype").Property.BorderRadius<string | number> | undefined;
1088
- fontScale: "xs";
1089
- };
1090
- s: {
1091
- minWidth: number;
1092
- height: string;
1093
- radius: import("csstype").Property.BorderRadius<string | number> | undefined;
1094
- fontScale: "s";
1095
- };
1096
- m: {
1097
- minWidth: number;
1098
- height: string;
1099
- radius: string | number | undefined;
1100
- fontScale: "s";
1101
- };
1102
- };
1103
- /**
1104
- * creates a bottom border on hover/focus to ensure a visible change as forced mode removed background colors
1105
- */
1106
- export const highContrastHoverIndicatorStyles: ({ euiTheme }: UseEuiTheme) => string;
1107
-
1108
- }
1109
- declare module '@elastic/eui/src/global_styling/mixins/_color' {
1110
- import { SerializedStyles } from '@emotion/react';
1111
- import { UseEuiTheme } from '@elastic/eui/src/services';
1112
- export const BACKGROUND_COLORS: readonly ["transparent", "plain", "subdued", "highlighted", "accent", "accentSecondary", "primary", "success", "warning", "danger", "neutral", "risk"];
1113
- export type _EuiBackgroundColor = (typeof BACKGROUND_COLORS)[number];
1114
- export interface _EuiBackgroundColorOptions {
1115
- /**
1116
- * Use `opaque` for containers of unknown content.
1117
- * Use `transparent` for interactive states like hover and focus.
1118
- */
1119
- method?: 'opaque' | 'transparent';
1120
- }
1121
- /**
1122
- * @deprecated - use background tokens directly
1123
- * @returns A single background color with optional alpha transparency
1124
- */
1125
- export const euiBackgroundColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
1126
- /**
1127
- * @deprecated
1128
- */
1129
- export const useEuiBackgroundColor: (color: _EuiBackgroundColor, { method }?: _EuiBackgroundColorOptions) => string;
1130
- /**
1131
- * Hook to retrieve background style for a background color variant
1132
- * @returns An object map of color keys to CSS,
1133
- * e.g. { danger: css``, success: css``, ... }
1134
- */
1135
- export const useEuiBackgroundColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
1136
- /**
1137
- * Border colors
1138
- * @deprecated - use border tokens directly or use
1139
- * `useEuiBorderColorCSS()` for composed styles
1140
- */
1141
- export const euiBorderColor: ({ euiTheme }: UseEuiTheme, color: _EuiBackgroundColor) => string;
1142
- /**
1143
- * Hook to retrieve border style for a border variant
1144
- * @returns An object map of color keys to CSS,
1145
- * e.g. { danger: css``, success: css``, ... }
1146
- */
1147
- export const useEuiBorderColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
1148
-
1149
1147
  }
1150
1148
  declare module '@elastic/eui/src/global_styling/mixins/_helpers' {
1151
1149
  import { CSSProperties } from 'react';
@@ -2312,7 +2310,7 @@ declare module '@elastic/eui/src/components/table/table_row_cell' {
2312
2310
  isExpander?: boolean;
2313
2311
  /**
2314
2312
  * Mobile options for displaying differently at small screens;
2315
- * See #EuiTableRowCellMobileOptionsShape
2313
+ * See {@link EuiTableRowCellMobileOptionsShape}
2316
2314
  */
2317
2315
  mobileOptions?: EuiTableRowCellMobileOptionsShape;
2318
2316
  /**
@@ -2985,7 +2983,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2985
2983
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2986
2984
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2987
2985
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2988
- 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")[];
2986
+ 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")[];
2989
2987
  export type EuiIconType = keyof typeof typeToPathMap;
2990
2988
  export type IconType = EuiIconType | string | ComponentType;
2991
2989
  export type IconColor = string | NamedColor;
@@ -3538,12 +3536,7 @@ declare module '@elastic/eui/src/components/button/button_display/_button_displa
3538
3536
  euiButtonDisplay: import("@emotion/react").SerializedStyles;
3539
3537
  isDisabled: import("@emotion/react").SerializedStyles;
3540
3538
  fullWidth: import("@emotion/react").SerializedStyles;
3541
- defaultMinWidth: {
3542
- defaultMinWidth: import("@emotion/react").SerializedStyles;
3543
- xs: string;
3544
- s: string;
3545
- m: string;
3546
- };
3539
+ defaultMinWidth: import("@emotion/react").SerializedStyles;
3547
3540
  xs: import("@emotion/react").SerializedStyles;
3548
3541
  s: import("@emotion/react").SerializedStyles;
3549
3542
  m: import("@emotion/react").SerializedStyles;
@@ -3627,7 +3620,7 @@ declare module '@elastic/eui/src/components/loading/loading_spinner' {
3627
3620
  /**
3628
3621
  * Sets the color of the border and highlight.
3629
3622
  * Each key accepts any valid CSS color value as a `string`
3630
- * See #EuiLoadingSpinnerColor
3623
+ * See {@link EuiLoadingSpinnerColor}
3631
3624
  */
3632
3625
  color?: EuiLoadingSpinnerColor;
3633
3626
  };
@@ -3678,7 +3671,7 @@ declare module '@elastic/eui/src/components/loading' {
3678
3671
  }
3679
3672
  declare module '@elastic/eui/src/components/button/button_display/_button_display_content.styles' {
3680
3673
  import { UseEuiTheme } from '@elastic/eui/src/services';
3681
- export const euiButtonDisplayContentStyles: (euiThemeContext: UseEuiTheme) => {
3674
+ export const euiButtonDisplayContentStyles: ({ euiTheme }: UseEuiTheme) => {
3682
3675
  euiButtonDisplayContent: import("@emotion/react").SerializedStyles;
3683
3676
  };
3684
3677
 
@@ -3850,7 +3843,7 @@ declare module '@elastic/eui/src/components/button/button_empty/button_empty.sty
3850
3843
  isDisabled: import("@emotion/react").SerializedStyles;
3851
3844
  xs: import("@emotion/react").SerializedStyles;
3852
3845
  s: import("@emotion/react").SerializedStyles;
3853
- m: (string | false | import("@emotion/react").SerializedStyles)[];
3846
+ m: import("@emotion/react").SerializedStyles;
3854
3847
  flush: import("@emotion/react").SerializedStyles;
3855
3848
  left: import("@emotion/react").SerializedStyles;
3856
3849
  right: import("@emotion/react").SerializedStyles;
@@ -4135,7 +4128,6 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4135
4128
  };
4136
4129
  compressed: SerializedStyles;
4137
4130
  disabledAndSelected: SerializedStyles;
4138
- hasBorder: string;
4139
4131
  tooltipWrapper: SerializedStyles;
4140
4132
  content: {
4141
4133
  euiButtonGroupButton__content: SerializedStyles;
@@ -4151,7 +4143,6 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4151
4143
  }
4152
4144
  declare module '@elastic/eui/src/components/button/button_group/button_group_button' {
4153
4145
  import { FunctionComponent, MouseEventHandler } from 'react';
4154
- import { EuiButtonDisplayCommonProps } from '@elastic/eui/src/components/button/button_display/_button_display';
4155
4146
  import { EuiButtonGroupOptionProps, EuiButtonGroupProps } from '@elastic/eui/src/components/button/button_group/button_group';
4156
4147
  type Props = EuiButtonGroupOptionProps & {
4157
4148
  /**
@@ -4174,7 +4165,6 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
4174
4165
  * Inherit from EuiButtonGroup
4175
4166
  */
4176
4167
  onClick: MouseEventHandler<HTMLButtonElement>;
4177
- contentProps?: EuiButtonDisplayCommonProps['contentProps'];
4178
4168
  };
4179
4169
  export const EuiButtonGroupButton: FunctionComponent<Props>;
4180
4170
  export {};
@@ -4271,7 +4261,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
4271
4261
  */
4272
4262
  type?: 'single' | 'multi';
4273
4263
  /**
4274
- * An array of #EuiButtonGroupOptionProps
4264
+ * An array of {@link EuiButtonGroupOptionProps}
4275
4265
  */
4276
4266
  options: EuiButtonGroupOptionProps[];
4277
4267
  } & ({
@@ -5307,7 +5297,7 @@ declare module '@elastic/eui/src/components/basic_table/table_types' {
5307
5297
  } & Pick<EuiTableFieldDataColumnType<T>, 'readOnly' | 'description' | 'width' | 'align' | 'truncateText' | 'isExpander'>;
5308
5298
  export type EuiTableActionsColumnType<T extends object> = {
5309
5299
  /**
5310
- * An array of one of the objects: #DefaultItemAction or #CustomItemAction
5300
+ * An array of one of the objects: {@link DefaultItemAction} or {@link CustomItemAction}
5311
5301
  */
5312
5302
  actions: Array<Action<T>>;
5313
5303
  /**
@@ -5997,7 +5987,7 @@ declare module '@elastic/eui/src/components/popover/popover' {
5997
5987
  */
5998
5988
  panelStyle?: CSSProperties;
5999
5989
  /**
6000
- * Object of props passed to EuiPanel. See #EuiPopoverPanelProps
5990
+ * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
6001
5991
  */
6002
5992
  panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
6003
5993
  panelRef?: RefCallback<HTMLElement | null>;
@@ -6787,7 +6777,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_display/c
6787
6777
  export type EuiColorPaletteDisplaySize = (typeof SIZES)[number];
6788
6778
  export interface EuiColorPaletteDisplayShared {
6789
6779
  /**
6790
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6780
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6791
6781
  */
6792
6782
  palette: string[] | PaletteColorStop[];
6793
6783
  }
@@ -6849,7 +6839,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6849
6839
  */
6850
6840
  type: 'text';
6851
6841
  /**
6852
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6842
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6853
6843
  */
6854
6844
  palette?: string[] | PaletteColorStop[];
6855
6845
  }
@@ -6871,7 +6861,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6871
6861
  */
6872
6862
  type: 'fixed';
6873
6863
  /**
6874
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6864
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6875
6865
  */
6876
6866
  palette: string[] | PaletteColorStop[];
6877
6867
  }
@@ -6893,7 +6883,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6893
6883
  */
6894
6884
  type: 'gradient';
6895
6885
  /**
6896
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
6886
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
6897
6887
  */
6898
6888
  palette: string[] | PaletteColorStop[];
6899
6889
  }
@@ -6904,7 +6894,7 @@ declare module '@elastic/eui/src/components/color_picker/color_palette_picker/co
6904
6894
  */
6905
6895
  selectionDisplay?: 'palette' | 'title';
6906
6896
  /**
6907
- * An array of one of the following objects: #EuiColorPalettePickerPaletteText, #EuiColorPalettePickerPaletteFixed, #EuiColorPalettePickerPaletteGradient
6897
+ * An array of one of the following objects: {@link EuiColorPalettePickerPaletteText}, {@link EuiColorPalettePickerPaletteFixed}, {@link EuiColorPalettePickerPaletteGradient}
6908
6898
  */
6909
6899
  palettes: EuiColorPalettePickerPaletteProps[];
6910
6900
  };
@@ -7064,21 +7054,11 @@ declare module '@elastic/eui/src/services/theme/provider' {
7064
7054
  }
7065
7055
  export const EuiThemeProvider: <T extends {} = {}>({ theme: _system, colorMode: _colorMode, highContrastMode: _highContrastMode, modify: _modifications, children, wrapperProps, }: EuiThemeProviderProps<T>) => React.JSX.Element;
7066
7056
 
7067
- }
7068
- declare module '@elastic/eui/src/services/theme/theme_variant' {
7069
- import { EuiThemeVariantFlags, UseEuiTheme } from '@elastic/eui-theme-common';
7070
- export const isEuiThemeRefreshVariant: ({ euiTheme }: UseEuiTheme, flag: keyof EuiThemeVariantFlags) => boolean;
7071
- /**
7072
- * Util to retrieve visual variant for UI elements
7073
- * Note: Temporary only - will be removed once the visual refresh is completed.
7074
- */
7075
- export const useEuiThemeRefreshVariant: (flag: keyof EuiThemeVariantFlags) => boolean;
7076
-
7077
7057
  }
7078
7058
  declare module '@elastic/eui/src/services/theme' {
7079
7059
  export { EuiSystemContext, EuiThemeContext, EuiNestedThemeContext, EuiModificationsContext, EuiColorModeContext, EuiHighContrastModeContext, } from '@elastic/eui/src/services/theme/context';
7080
7060
  export type { UseEuiTheme, WithEuiThemeProps } from '@elastic/eui/src/services/theme/hooks';
7081
- export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, } from '@elastic/eui/src/services/theme/hooks';
7061
+ export { useEuiTheme, withEuiTheme, RenderWithEuiTheme, useEuiThemeCSSVariables, useIsDarkMode, } from '@elastic/eui/src/services/theme/hooks';
7082
7062
  export type { EuiThemeProviderProps } from '@elastic/eui/src/services/theme/provider';
7083
7063
  export { EuiThemeProvider } from '@elastic/eui/src/services/theme/provider';
7084
7064
  export { useEuiMemoizedStyles, withEuiStylesMemoizer, type WithEuiStylesMemoizerProps, RenderWithEuiStylesMemoizer, } from '@elastic/eui/src/services/theme/style_memoization';
@@ -7086,7 +7066,6 @@ declare module '@elastic/eui/src/services/theme' {
7086
7066
  export { buildTheme, computed, isInverseColorMode, getColorMode, getComputed, getOn, mergeDeep, setOn, Computed, } from '@elastic/eui/src/services/theme/utils';
7087
7067
  export type { ComputedThemeShape, EuiThemeColorMode, EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeHighContrastModeProp, EuiThemeComputed, EuiThemeModifications, EuiThemeShape, EuiThemeSystem, } from '@elastic/eui/src/services/theme/types';
7088
7068
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
7089
- export * from '@elastic/eui/src/services/theme/theme_variant';
7090
7069
 
7091
7070
  }
7092
7071
  declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
@@ -8109,6 +8088,15 @@ declare module '@elastic/eui/src/components/badge/color_utils' {
8109
8088
  color: string;
8110
8089
  backgroundColor: string;
8111
8090
  };
8091
+ accentSecondary: {
8092
+ border: string;
8093
+ color: string;
8094
+ backgroundColor: string;
8095
+ } | {
8096
+ border?: undefined;
8097
+ color: string;
8098
+ backgroundColor: string;
8099
+ };
8112
8100
  disabled: {
8113
8101
  borderColor: string;
8114
8102
  border: string;
@@ -8140,6 +8128,10 @@ declare module '@elastic/eui/src/components/badge/color_utils' {
8140
8128
  backgroundColor: string;
8141
8129
  color: string;
8142
8130
  };
8131
+ accentSecondaryText: {
8132
+ backgroundColor: string;
8133
+ color: string;
8134
+ };
8143
8135
  };
8144
8136
  export const getBadgeColors: (euiThemeContext: UseEuiTheme, backgroundColor: string) => {
8145
8137
  backgroundColor: string;
@@ -8633,7 +8625,7 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8633
8625
  export type EuiBreadcrumbsProps = CommonProps & {
8634
8626
  /**
8635
8627
  * Hides extra (above the max) breadcrumbs under a collapsed item as the window gets smaller.
8636
- * Pass a custom #EuiBreadcrumbResponsiveMaxCount object to change the number of breadcrumbs to show at the particular breakpoints.
8628
+ * Pass a custom {@link EuiBreadcrumbResponsiveMaxCount} object to change the number of breadcrumbs to show at the particular breakpoints.
8637
8629
  *
8638
8630
  * Pass `false` to turn this behavior off.
8639
8631
  *
@@ -8653,7 +8645,7 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8653
8645
  */
8654
8646
  max?: number | null;
8655
8647
  /**
8656
- * The array of individual #EuiBreadcrumb items
8648
+ * The array of individual {@link EuiBreadcrumb} items
8657
8649
  */
8658
8650
  breadcrumbs: EuiBreadcrumbProps[];
8659
8651
  /**
@@ -8715,6 +8707,10 @@ declare module '@elastic/eui/src/components/breadcrumbs/types' {
8715
8707
  truncateLastBreadcrumb?: boolean;
8716
8708
  };
8717
8709
 
8710
+ }
8711
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button' {
8712
+ 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';
8713
+
8718
8714
  }
8719
8715
  declare module '@elastic/eui/src/components/breadcrumbs/_breadcrumb_content.styles' {
8720
8716
  import { UseEuiTheme } from '@elastic/eui/src/services';
@@ -10223,7 +10219,7 @@ declare module '@elastic/eui/src/components/form/range/types' {
10223
10219
  tickInterval?: number;
10224
10220
  /**
10225
10221
  * Create colored indicators for certain intervals.
10226
- * An array of #EuiRangeLevel objects
10222
+ * An array of {@link EuiRangeLevel} objects
10227
10223
  */
10228
10224
  levels?: EuiRangeLevel[];
10229
10225
  }
@@ -12247,7 +12243,7 @@ declare module '@elastic/eui/src/components/resizable_container/resizable_panel'
12247
12243
  deregister: (panelId: EuiResizablePanelController['id']) => void;
12248
12244
  };
12249
12245
  /**
12250
- * #ToggleCollapseCallback
12246
+ * See {@link ToggleCollapseCallback}
12251
12247
  */
12252
12248
  onToggleCollapsed?: ToggleCollapseCallback;
12253
12249
  onToggleCollapsedInternal: ToggleCollapseCallback;
@@ -12958,7 +12954,7 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
12958
12954
  /**
12959
12955
  * Will render either an accordion or group of nested child item links.
12960
12956
  *
12961
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
12957
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
12962
12958
  * subitem content, pass an object with a `renderItem` callback.
12963
12959
  */
12964
12960
  items: EuiCollapsibleNavSubItemProps[];
@@ -13158,7 +13154,7 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
13158
13154
  */
13159
13155
  showToolTip?: boolean;
13160
13156
  /**
13161
- * An object of #EuiListGroupItemExtraAction props.
13157
+ * An object of {@link EuiListGroupItemExtraAction} props.
13162
13158
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
13163
13159
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
13164
13160
  */
@@ -13224,7 +13220,7 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
13224
13220
  */
13225
13221
  gutterSize?: EuiListGroupGutterSize;
13226
13222
  /**
13227
- * Items to display in this group. See #EuiListGroupItem
13223
+ * Items to display in this group. See {@link EuiListGroupItem}
13228
13224
  */
13229
13225
  listItems?: EuiListGroupItemProps[];
13230
13226
  /**
@@ -13284,7 +13280,7 @@ declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinna
13284
13280
  export interface EuiPinnableListGroupProps extends CommonProps, EuiListGroupProps {
13285
13281
  /**
13286
13282
  * Extends `EuiListGroupItemProps`, at the very least, expecting a `label`.
13287
- * See #EuiPinnableListGroupItemProps
13283
+ * See {@link EuiPinnableListGroupItemProps}
13288
13284
  */
13289
13285
  listItems: EuiPinnableListGroupItemProps[];
13290
13286
  /**
@@ -14049,7 +14045,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
14049
14045
  onOptionEnterKey?: OptionHandler<T>;
14050
14046
  onScroll?: ListProps['onScroll'];
14051
14047
  /**
14052
- * Array of EuiComboBoxOptionOption objects. See #EuiComboBoxOptionOption
14048
+ * Array of EuiComboBoxOptionOption objects. See {@link EuiComboBoxOptionOption}
14053
14049
  */
14054
14050
  options: Array<EuiComboBoxOptionOption<T>>;
14055
14051
  renderOption?: (option: EuiComboBoxOptionOption<T>, searchValue: string, OPTION_CONTENT_CLASSNAME: string) => ReactNode;
@@ -14408,7 +14404,7 @@ declare module '@elastic/eui/src/components/timeline/timeline' {
14408
14404
  export type EuiTimelineGutterSize = (typeof GUTTER_SIZES)[number];
14409
14405
  export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
14410
14406
  /**
14411
- * List of timeline items to render. See #EuiTimelineItem
14407
+ * List of timeline items to render. See {@link EuiTimelineItem}
14412
14408
  */
14413
14409
  items?: EuiTimelineItemProps[];
14414
14410
  /**
@@ -14531,7 +14527,7 @@ declare module '@elastic/eui/src/components/comment_list/comment_list' {
14531
14527
  import { EuiTimelineProps } from '@elastic/eui/src/components/timeline';
14532
14528
  export type EuiCommentListProps = Omit<EuiTimelineProps, 'items' | 'gutterSize'> & {
14533
14529
  /**
14534
- * List of comments to render. See #EuiComment
14530
+ * List of comments to render. See {@link EuiComment}
14535
14531
  */
14536
14532
  comments?: EuiCommentProps[];
14537
14533
  /**
@@ -14793,7 +14789,7 @@ declare module '@elastic/eui/src/components/token' {
14793
14789
  }
14794
14790
  declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14795
14791
  import { ComponentType, JSXElementConstructor, ReactNode, HTMLAttributes, CSSProperties, ReactElement, AriaAttributes, MutableRefObject, Ref, Component, ComponentClass, KeyboardEventHandler, JSX } from 'react';
14796
- import { VariableSizeGridProps, VariableSizeGrid as Grid, GridOnItemsRenderedProps } from 'react-window';
14792
+ import { VariableSizeGridProps, VariableSizeGrid as Grid, GridOnItemsRenderedProps, GridOnScrollProps } from 'react-window';
14797
14793
  import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group';
14798
14794
  import { EuiButtonEmpty, EuiButtonIcon } from '@elastic/eui/src/components/button';
14799
14795
  import { ExclusiveUnion, CommonProps, OneOf } from '@elastic/eui/src/components/common';
@@ -14848,7 +14844,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14848
14844
  }
14849
14845
  export interface EuiDataGridSchemaDetector {
14850
14846
  /**
14851
- * The name of this data type, matches #EuiDataGridColumn / `schema`
14847
+ * The name of this data type, matches {@link EuiDataGridColumn} / `schema`
14852
14848
  */
14853
14849
  type: string;
14854
14850
  /**
@@ -14879,7 +14875,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14879
14875
  */
14880
14876
  sortTextDesc: ReactNode;
14881
14877
  /**
14882
- * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual #EuiDataGridColumn level
14878
+ * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual {@link EuiDataGridColumn} level
14883
14879
  */
14884
14880
  isSortable?: boolean;
14885
14881
  /**
@@ -14887,7 +14883,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14887
14883
  */
14888
14884
  textTransform?: 'uppercase' | 'lowercase' | 'capitalize';
14889
14885
  /**
14890
- * Default sort direction of columns with this schema. Can be overridden at the individual #EuiDataGridColumn level
14886
+ * Default sort direction of columns with this schema. Can be overridden at the individual {@link EuiDataGridColumn} level
14891
14887
  */
14892
14888
  defaultSortDirection?: 'asc' | 'desc';
14893
14889
  }
@@ -14981,27 +14977,27 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
14981
14977
  }
14982
14978
  export type CommonGridProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
14983
14979
  /**
14984
- * An array of #EuiDataGridColumn objects. Lists the columns available and the schema and settings tied to it.
14980
+ * An array of {@link EuiDataGridColumn} objects. Lists the columns available and the schema and settings tied to it.
14985
14981
  */
14986
14982
  columns: EuiDataGridColumn[];
14987
14983
  /**
14988
- * An array of #EuiDataGridControlColumn objects. Used to define ancillary columns on the left side of the data grid.
14984
+ * An array of {@link EuiDataGridControlColumn} objects. Used to define ancillary columns on the left side of the data grid.
14989
14985
  * Useful for adding items like checkboxes and buttons.
14990
14986
  */
14991
14987
  leadingControlColumns?: EuiDataGridControlColumn[];
14992
14988
  /**
14993
- * An array of #EuiDataGridControlColumn objects. Used to define ancillary columns on the right side of the data grid.
14989
+ * An array of {@link EuiDataGridControlColumn} objects. Used to define ancillary columns on the right side of the data grid.
14994
14990
  * Useful for adding items like checkboxes and buttons.
14995
14991
  */
14996
14992
  trailingControlColumns?: EuiDataGridControlColumn[];
14997
14993
  /**
14998
- * An array of #EuiDataGridColumnVisibility objects.
14994
+ * An array of {@link EuiDataGridColumnVisibility} objects.
14999
14995
  * Defines which columns are **intitially** visible in the grid and the order they are displayed.
15000
14996
  * Users can still turn their visibility on/off when `toolbarVisibility.showColumnSelector = true` (which is the default).
15001
14997
  */
15002
14998
  columnVisibility: EuiDataGridColumnVisibility;
15003
14999
  /**
15004
- * An array of custom #EuiDataGridSchemaDetector objects. You can inject custom schemas to the grid to define the classnames applied.
15000
+ * An array of custom {@link EuiDataGridSchemaDetector} objects. You can inject custom schemas to the grid to define the classnames applied.
15005
15001
  */
15006
15002
  schemaDetectors?: EuiDataGridSchemaDetector[];
15007
15003
  /**
@@ -15010,7 +15006,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15010
15006
  rowCount: number;
15011
15007
  /**
15012
15008
  * A function called to render a cell's value. Behind the scenes it is treated as a React component
15013
- * allowing hooks, context, and other React concepts to be used. The function receives #EuiDataGridCellValueElementProps
15009
+ * allowing hooks, context, and other React concepts to be used. The function receives {@link EuiDataGridCellValueElementProps}
15014
15010
  * as its only argument.
15015
15011
  */
15016
15012
  renderCellValue: EuiDataGridCellProps['renderCellValue'];
@@ -15027,7 +15023,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15027
15023
  * `<EuiPopoverFooter>` around the cell actions.
15028
15024
  *
15029
15025
  * Behind the scenes it is treated as a React component allowing hooks, context, and other React concepts to be used.
15030
- * The function receives #EuiDataGridCellPopoverElementProps as its only argument.
15026
+ * The function receives {@link EuiDataGridCellPopoverElementProps} as its only argument.
15031
15027
  *
15032
15028
  */
15033
15029
  renderCellPopover?: EuiDataGridCellProps['renderCellPopover'];
@@ -15035,7 +15031,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15035
15031
  * An optional function called to render a footer cell. If not specified, no footer row is rendered.
15036
15032
  *
15037
15033
  * Behind the scenes it is treated as a React component
15038
- * allowing hooks, context, and other React concepts to be used. The function receives #EuiDataGridCellValueElementProps
15034
+ * allowing hooks, context, and other React concepts to be used. The function receives {@link EuiDataGridCellValueElementProps}
15039
15035
  * as its only argument.
15040
15036
  */
15041
15037
  renderFooterCellValue?: EuiDataGridCellProps['renderCellValue'];
@@ -15048,7 +15044,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15048
15044
  *
15049
15045
  * Behind the scenes, this function is treated as a React component,
15050
15046
  * allowing hooks, context, and other React concepts to be used.
15051
- * It receives #EuiDataGridCustomBodyProps as its only argument.
15047
+ * It receives {@link EuiDataGridCustomBodyProps} as its only argument.
15052
15048
  */
15053
15049
  renderCustomGridBody?: (args: EuiDataGridCustomBodyProps) => ReactNode;
15054
15050
  /**
@@ -15057,34 +15053,34 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15057
15053
  *
15058
15054
  * Behind the scenes, this function is treated as a React component,
15059
15055
  * allowing hooks, context, and other React concepts to be used.
15060
- * It receives #EuiDataGridCustomToolbarProps as its only argument.
15056
+ * It receives {@link EuiDataGridCustomToolbarProps} as its only argument.
15061
15057
  */
15062
15058
  renderCustomToolbar?: EuiDataGridToolbarProps['renderCustomToolbar'];
15063
15059
  /**
15064
- * Defines the initial style of the grid. Accepts a partial #EuiDataGridStyle object.
15060
+ * Defines the initial style of the grid. Accepts a partial {@link EuiDataGridStyle} object.
15065
15061
  * Settings provided may be overwritten or merged with user defined preferences if `toolbarVisibility.showDisplaySelector.allowDensity = true` (which is the default).
15066
15062
  */
15067
15063
  gridStyle?: EuiDataGridStyle;
15068
15064
  /**
15069
15065
  * Allows you to configure what features the toolbar shows.
15070
15066
  *
15071
- * Accepts either a boolean or #EuiDataGridToolBarVisibilityOptions object.
15067
+ * Accepts either a boolean or {@link EuiDataGridToolBarVisibilityOptions} object.
15072
15068
  * When used as a boolean, defines the display of the entire toolbar.
15073
15069
  * When passed an object allows you to turn off individual controls within the toolbar as well as add additional buttons.
15074
15070
  */
15075
15071
  toolbarVisibility?: boolean | EuiDataGridToolBarVisibilityOptions;
15076
15072
  /**
15077
- * A #EuiDataGridInMemory object to define the level of high order schema-detection and sorting logic to use on your data.
15073
+ * A {@link EuiDataGridInMemory} object to define the level of high order schema-detection and sorting logic to use on your data.
15078
15074
  * **Try to set when possible**.
15079
15075
  * If omitted, disables all enhancements and assumes content is flat strings.
15080
15076
  */
15081
15077
  inMemory?: EuiDataGridInMemory;
15082
15078
  /**
15083
- * A #EuiDataGridPaginationProps object. Omit to disable pagination completely.
15079
+ * A {@link EuiDataGridPaginationProps} object. Omit to disable pagination completely.
15084
15080
  */
15085
15081
  pagination?: EuiDataGridPaginationProps;
15086
15082
  /**
15087
- * A #EuiDataGridSorting object that provides the sorted columns along with their direction. Provides a callback for when it changes.
15083
+ * A {@link EuiDataGridSorting} object that provides the sorted columns along with their direction. Provides a callback for when it changes.
15088
15084
  * Optional, but required when inMemory is set.
15089
15085
  * Omit to disable, but you'll likely want to also turn off the user sorting controls through the `toolbarVisibility` prop.
15090
15086
  */
@@ -15108,9 +15104,23 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15108
15104
  /**
15109
15105
  * Allows customizing the underlying [react-window grid](https://react-window.vercel.app/#/api/VariableSizeGrid) props.
15110
15106
  */
15111
- virtualizationOptions?: Pick<VariableSizeGridProps, 'className' | 'style' | 'direction' | 'estimatedRowHeight' | 'estimatedColumnWidth' | 'overscanRowCount' | 'overscanColumnCount' | 'initialScrollTop' | 'initialScrollLeft' | 'onScroll' | 'onItemsRendered' | 'itemKey' | 'outerElementType'>;
15112
- /**
15113
- * A #EuiDataGridRowHeightsOptions object that provides row heights options.
15107
+ virtualizationOptions?: Pick<VariableSizeGridProps, 'className' | 'style' | 'direction' | 'estimatedRowHeight' | 'estimatedColumnWidth' | 'overscanRowCount' | 'overscanColumnCount' | 'initialScrollTop' | 'initialScrollLeft' | 'onItemsRendered' | 'itemKey' | 'outerElementType'> & {
15108
+ /**
15109
+ * Called when the grid scroll positions changes, as a result of user scrolling or scroll-to method calls.
15110
+ */
15111
+ onScroll?: (args: GridOnScrollProps & {
15112
+ scrollHeight: number;
15113
+ scrollWidth: number;
15114
+ clientHeight: number;
15115
+ clientWidth: number;
15116
+ isScrolledToBlockStart: boolean;
15117
+ isScrolledToBlockEnd: boolean;
15118
+ isScrolledToInlineStart: boolean;
15119
+ isScrolledToInlineEnd: boolean;
15120
+ }) => void;
15121
+ };
15122
+ /**
15123
+ * A {@link EuiDataGridRowHeightsOptions} object that provides row heights options.
15114
15124
  * Allows configuring both default and specific heights of grid rows.
15115
15125
  * Settings provided may be overwritten or merged with user defined preferences if `toolbarVisibility.showDisplaySelector.allowRowHeight = true` (which is the default).
15116
15126
  */
@@ -15273,7 +15283,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15273
15283
  */
15274
15284
  colIndex: number;
15275
15285
  /**
15276
- * ID of the column being rendered, the value comes from the #EuiDataGridColumn `id`
15286
+ * ID of the column being rendered, the value comes from the {@link EuiDataGridColumn} `id`
15277
15287
  */
15278
15288
  columnId: string;
15279
15289
  /**
@@ -15291,7 +15301,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15291
15301
  */
15292
15302
  setCellProps: (props: EuiDataGridSetCellProps) => void;
15293
15303
  /**
15294
- * Whether or not the cell is expandable, comes from the #EuiDataGridColumn `isExpandable` which defaults to `true`
15304
+ * Whether or not the cell is expandable, comes from the {@link EuiDataGridColumn} `isExpandable` which defaults to `true`
15295
15305
  */
15296
15306
  isExpandable: boolean;
15297
15307
  /**
@@ -15437,12 +15447,12 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15437
15447
  defaultSortDirection?: 'asc' | 'desc';
15438
15448
  /**
15439
15449
  * A Schema to use for the column.
15440
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
15450
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
15441
15451
  * 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.
15442
15452
  */
15443
15453
  schema?: string;
15444
15454
  /**
15445
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
15455
+ * 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.
15446
15456
  */
15447
15457
  actions?: false | EuiDataGridColumnActions;
15448
15458
  /**
@@ -15513,7 +15523,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15513
15523
  }
15514
15524
  export interface EuiDataGridColumnVisibility {
15515
15525
  /**
15516
- * An array of #EuiDataGridColumn `id`s dictating the order and visibility of columns.
15526
+ * An array of {@link EuiDataGridColumn} `id`s dictating the order and visibility of columns.
15517
15527
  */
15518
15528
  visibleColumns: string[];
15519
15529
  /**
@@ -15554,7 +15564,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15554
15564
  */
15555
15565
  stripes?: boolean;
15556
15566
  /**
15557
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
15567
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
15558
15568
  * @default shade
15559
15569
  */
15560
15570
  header?: EuiDataGridStyleHeader;
@@ -15627,13 +15637,13 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15627
15637
  export type EuiDataGridDisplaySelectorCustomRender = (args: EuiDataGridDisplaySelectorCustomRenderProps) => ReactNode;
15628
15638
  export interface EuiDataGridToolBarVisibilityOptions {
15629
15639
  /**
15630
- * Allows the ability for the user to hide fields and sort columns, boolean or a #EuiDataGridToolBarVisibilityColumnSelectorOptions
15640
+ * Allows the ability for the user to hide fields and sort columns, boolean or a {@link EuiDataGridToolBarVisibilityColumnSelectorOptions}
15631
15641
  * @default true
15632
15642
  */
15633
15643
  showColumnSelector?: boolean | EuiDataGridToolBarVisibilityColumnSelectorOptions;
15634
15644
  /**
15635
15645
  * Allows the ability for the user to customize display settings such as grid density and row heights.
15636
- * User changes will override what is provided in #EuiDataGridStyle and #EuiDataGridRowHeightsOptions
15646
+ * User changes will override what is provided in {@link EuiDataGridStyle} and {@link EuiDataGridRowHeightsOptions}
15637
15647
  * @default true
15638
15648
  */
15639
15649
  showDisplaySelector?: boolean | EuiDataGridToolBarVisibilityDisplaySelectorOptions;
@@ -15655,14 +15665,14 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15655
15665
  showFullScreenSelector?: boolean;
15656
15666
  /**
15657
15667
  * If passed a `ReactNode`, appends the passed custom control into the left side of the toolbar, after the column & sort controls.
15658
- * Or use #EuiDataGridToolBarAdditionalControlsOptions to customize the location of your control.
15668
+ * Or use {@link EuiDataGridToolBarAdditionalControlsOptions} to customize the location of your control.
15659
15669
  */
15660
15670
  additionalControls?: ReactNode | EuiDataGridToolBarAdditionalControlsOptions;
15661
15671
  }
15662
15672
  export interface EuiDataGridToolBarAdditionalControlsOptions {
15663
15673
  /**
15664
15674
  * If passed a `ReactNode`, appends the passed node into the left side of the toolbar, **after** the column & sort controls.
15665
- * Or use #EuiDataGridToolBarAdditionalControlsLeftOptions to customize the location of your control.
15675
+ * Or use {@link EuiDataGridToolBarAdditionalControlsLeftOptions} to customize the location of your control.
15666
15676
  * We recommend using `<EuiButtonEmpty size="xs" />` to match the existing controls on the left.
15667
15677
  */
15668
15678
  left?: ReactNode | EuiDataGridToolBarAdditionalControlsLeftOptions;
@@ -15776,7 +15786,7 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
15776
15786
  * Defines the height for a specific row. It can be line count or just height.
15777
15787
  *
15778
15788
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
15779
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
15789
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
15780
15790
  */
15781
15791
  rowHeights?: Record<number, EuiDataGridRowHeightOption>;
15782
15792
  /**
@@ -18334,7 +18344,7 @@ declare module '@elastic/eui/src/components/responsive/hide_for' {
18334
18344
  children: ReactNode;
18335
18345
  /**
18336
18346
  * List of all the responsive sizes to hide the children for.
18337
- * Array of #EuiBreakpointSize
18347
+ * Array of {@link EuiBreakpointSize}
18338
18348
  */
18339
18349
  sizes: EuiHideForBreakpoints[] | 'all' | 'none';
18340
18350
  }
@@ -18352,7 +18362,7 @@ declare module '@elastic/eui/src/components/responsive/show_for' {
18352
18362
  children: ReactNode;
18353
18363
  /**
18354
18364
  * List of all the responsive sizes to show the children for.
18355
- * Array of #EuiBreakpointSize
18365
+ * Array of {@link EuiBreakpointSize}
18356
18366
  */
18357
18367
  sizes: EuiShowForBreakpoints[] | 'all' | 'none';
18358
18368
  }
@@ -18606,11 +18616,11 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/super_
18606
18616
  */
18607
18617
  isQuickSelectOnly?: boolean;
18608
18618
  /**
18609
- * Props passed to the update button #EuiSuperUpdateButtonProps
18619
+ * Props passed to the update button {@link EuiSuperUpdateButtonProps}
18610
18620
  */
18611
18621
  updateButtonProps?: EuiSuperUpdateButtonProps;
18612
18622
  /**
18613
- * Props passed to the quick select button #EuiQuickSelectButtonProps
18623
+ * Props passed to the quick select button {@link EuiQuickSelectButtonProps}
18614
18624
  */
18615
18625
  quickSelectButtonProps?: EuiQuickSelectButtonProps;
18616
18626
  /**
@@ -19043,26 +19053,18 @@ declare module '@elastic/eui/src/components/expression' {
19043
19053
  }
19044
19054
  declare module '@elastic/eui/src/components/filter_group/filter_button.styles' {
19045
19055
  import { UseEuiTheme } from '@elastic/eui/src/services';
19046
- export const euiFilterButtonDisplay: (euiThemeContext: UseEuiTheme) => {
19056
+ export const euiFilterButtonDisplay: ({ euiTheme }: UseEuiTheme) => {
19047
19057
  flex: string;
19048
19058
  minInlineSize: string;
19049
19059
  };
19050
19060
  export const euiFilterButtonStyles: (euiThemeContext: UseEuiTheme) => {
19051
19061
  euiFilterButton: import("@emotion/react").SerializedStyles;
19052
- buttonType: {
19053
- default: import("@emotion/react").SerializedStyles;
19054
- toggle: import("@emotion/react").SerializedStyles;
19055
- };
19056
19062
  withNext: import("@emotion/react").SerializedStyles;
19057
19063
  noGrow: import("@emotion/react").SerializedStyles;
19058
19064
  hasNotification: import("@emotion/react").SerializedStyles;
19059
19065
  hasActiveFilters: import("@emotion/react").SerializedStyles;
19060
19066
  };
19061
- export const euiFilterButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
19062
- wrapper: import("@emotion/react").SerializedStyles;
19063
- hasToggle: import("@emotion/react").SerializedStyles;
19064
- };
19065
- export const euiFilterButtonChildStyles: (euiThemeContext: UseEuiTheme) => {
19067
+ export const euiFilterButtonChildStyles: ({ euiTheme }: UseEuiTheme) => {
19066
19068
  content: {
19067
19069
  euiFilterButton__content: import("@emotion/react").SerializedStyles;
19068
19070
  hasIcon: import("@emotion/react").SerializedStyles;
@@ -19119,7 +19121,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19119
19121
  import { EuiButtonEmptyProps } from '@elastic/eui/src/components/button/button_empty';
19120
19122
  export type EuiFilterButtonProps = {
19121
19123
  /**
19122
- * Highlights active filters
19124
+ * Bolds the button if true
19123
19125
  */
19124
19126
  hasActiveFilters?: boolean;
19125
19127
  /**
@@ -19133,15 +19135,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19133
19135
  */
19134
19136
  numActiveFilters?: number;
19135
19137
  /**
19136
- * Switches between toggle and regular button
19137
- * @default false
19138
- */
19139
- isToggle?: boolean;
19140
- /**
19141
- * Applies a visual state to the button.
19142
- * Automatically applies `aria-pressed` when used with `isToggle={true}`.
19143
- * Otherwise applies `aria-expanded` when used with `isToggle={false}` and
19144
- * `iconType="arrowDown"` as trigger button for e.g. a popover.
19138
+ * Applies a visual state to the button useful when using with a popover.
19145
19139
  */
19146
19140
  isSelected?: boolean;
19147
19141
  /**
@@ -19165,7 +19159,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_button' {
19165
19159
  * - warning
19166
19160
  */
19167
19161
  color?: _EuiButtonColor;
19168
- } & DistributiveOmit<EuiButtonEmptyProps, 'flush' | 'size' | 'color' | 'isSelected'>;
19162
+ } & DistributiveOmit<EuiButtonEmptyProps, 'flush' | 'size' | 'color'>;
19169
19163
  export const EuiFilterButton: FunctionComponent<EuiFilterButtonProps>;
19170
19164
 
19171
19165
  }
@@ -19381,24 +19375,24 @@ declare module '@elastic/eui/src/components/header/header' {
19381
19375
  type EuiHeaderSectionItemType = EuiHeaderSectionItemProps['children'];
19382
19376
  export interface EuiHeaderSections {
19383
19377
  /**
19384
- * An array of items that will be wrapped in a #EuiHeaderSectionItem
19378
+ * An array of items that will be wrapped in a {@link EuiHeaderSectionItem}
19385
19379
  */
19386
19380
  items?: EuiHeaderSectionItemType[];
19387
19381
  /**
19388
- * Breadcrumbs in the header cannot be wrapped in a #EuiHeaderSection in order for truncation to work.
19382
+ * Breadcrumbs in the header cannot be wrapped in a {@link EuiHeaderSection} in order for truncation to work.
19389
19383
  * Simply pass the array of EuiBreadcrumb objects
19390
19384
  */
19391
19385
  breadcrumbs?: EuiBreadcrumb[];
19392
19386
  /**
19393
- * Other props to pass to #EuiHeaderBreadcrumbs
19387
+ * Other props to pass to {@link EuiHeaderBreadcrumbs}
19394
19388
  */
19395
19389
  breadcrumbProps?: Omit<EuiBreadcrumbsProps, 'breadcrumbs'>;
19396
19390
  }
19397
19391
  export type EuiHeaderProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
19398
19392
  /**
19399
- * An array of objects to wrap in a #EuiHeaderSection.
19393
+ * An array of objects to wrap in a {@link EuiHeaderSection}.
19400
19394
  * Each section is spaced using `space-between`.
19401
- * See #EuiHeaderSections for object details.
19395
+ * See {@link EuiHeaderSections} for object details.
19402
19396
  * This prop disregards the prop `children` if both are passed.
19403
19397
  */
19404
19398
  sections?: EuiHeaderSections[];
@@ -20190,7 +20184,7 @@ declare module '@elastic/eui/src/components/key_pad_menu/key_pad_menu' {
20190
20184
  export type EuiKeyPadMenuProps = CommonProps & HTMLAttributes<HTMLElement> & {
20191
20185
  /**
20192
20186
  * Renders the the group as a `fieldset`.
20193
- * Set to `true` to customize the labelling, or pass an #_EuiKeyPadMenuCheckableProps object to add a `legend` or `ariaLegend`
20187
+ * Set to `true` to customize the labelling, or pass an {@link _EuiKeyPadMenuCheckableProps} object to add a `legend` or `ariaLegend`
20194
20188
  */
20195
20189
  checkable?: _EuiKeyPadMenuCheckableProps | true;
20196
20190
  };
@@ -20867,7 +20861,7 @@ declare module '@elastic/eui/src/components/markdown_editor/plugins/markdown_def
20867
20861
  };
20868
20862
  /**
20869
20863
  * Allows configuring the `allowRelative` and `allowProtocols` of
20870
- * #EuiMarkdownLinkValidatorOptions
20864
+ * {@link EuiMarkdownLinkValidatorOptions}
20871
20865
  */
20872
20866
  linkValidator?: EuiMarkdownLinkValidatorOptions;
20873
20867
  };
@@ -23352,6 +23346,16 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23352
23346
  normalizedSearchValue: string;
23353
23347
  }
23354
23348
  export type EuiSelectableOptionMatcher<T> = (args: EuiSelectableOptionMatcherArgs<T>) => boolean;
23349
+ /**
23350
+ * The `searchable` prop has significant implications for a11y. When present, we effectively change from adhering to the
23351
+ * - ARIA `listbox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox)
23352
+ * - ARIA `combobox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#combobox)
23353
+ *
23354
+ * and (re)implement all relevant attributes and keyboard interactions.
23355
+ * Take note of logic that relies on `searchable` to ensure that any modifications remain in alignment.
23356
+ *
23357
+ * `searchProps` can only be specified when `searchable` is `true`.
23358
+ */
23355
23359
  export type EuiSelectableSearchableProps<T> = ExclusiveUnion<{
23356
23360
  searchable: false;
23357
23361
  }, {
@@ -23361,7 +23365,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23361
23365
  searchable: true;
23362
23366
  /**
23363
23367
  * Passes props down to the `EuiFieldSearch`.
23364
- * See #EuiSelectableSearchProps
23368
+ * {@link EuiSelectableSearchProps}
23365
23369
  */
23366
23370
  searchProps?: EuiSelectableSearchableSearchProps<T>;
23367
23371
  }>;
@@ -23373,7 +23377,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23373
23377
  */
23374
23378
  children?: (list: ReactElement<typeof EuiSelectableMessage | typeof EuiSelectableList>, search: ReactElement<typeof EuiSelectableSearch> | undefined) => ReactNode;
23375
23379
  /**
23376
- * Array of EuiSelectableOption objects. See #EuiSelectableOption
23380
+ * Array of EuiSelectableOption objects. See {@link EuiSelectableOption}
23377
23381
  */
23378
23382
  options: Array<EuiSelectableOption<T>>;
23379
23383
  /**
@@ -23409,7 +23413,7 @@ declare module '@elastic/eui/src/components/selectable/selectable' {
23409
23413
  */
23410
23414
  height?: number | 'full';
23411
23415
  /**
23412
- * See #EuiSelectableOptionsListProps
23416
+ * See {@link EuiSelectableOptionsListPropsWithDefaults}
23413
23417
  */
23414
23418
  listProps?: EuiSelectableOptionsListPropsWithDefaults;
23415
23419
  /**
@@ -23569,7 +23573,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23569
23573
  */
23570
23574
  avatar?: EuiAvatarProps;
23571
23575
  /**
23572
- * An array of inline #EuiSelectableTemplateSitewideMetaData displayed beneath the label and separated by bullets.
23576
+ * An array of inline {@link EuiSelectableTemplateSitewideMetaData} displayed beneath the label and separated by bullets.
23573
23577
  */
23574
23578
  meta?: EuiSelectableTemplateSitewideMetaData[];
23575
23579
  } & EuiSelectableOption<T>;
@@ -23587,8 +23591,8 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
23587
23591
  [key: string]: any;
23588
23592
  }>, 'options'>> & {
23589
23593
  /**
23590
- * Extends the typical #EuiSelectableTemplateSitewideOption with the addition of pre-composed elements
23591
- * such as `icon`, `avatar`and `meta`
23594
+ * Extends the typical EuiSelectable {@link EuiSelectableTemplateSitewideOption} with the addition of pre-composed elements
23595
+ * such as `icon`, `avatar` and `meta`
23592
23596
  */
23593
23597
  options: EuiSelectableTemplateSitewideOption[];
23594
23598
  /**
@@ -23660,7 +23664,7 @@ declare module '@elastic/eui/src/components/search_bar/filters/field_value_selec
23660
23664
  field?: string;
23661
23665
  name: string;
23662
23666
  /**
23663
- * See #FieldValueOptionType
23667
+ * See {@link FieldValueOptionType}
23664
23668
  */
23665
23669
  options: FieldValueOptionType[] | OptionsLoader;
23666
23670
  filterWith?: 'prefix' | 'includes' | OptionsFilter;
@@ -23756,7 +23760,7 @@ declare module '@elastic/eui/src/components/search_bar/filters/field_value_toggl
23756
23760
  type: 'field_value_toggle_group';
23757
23761
  field: string;
23758
23762
  /**
23759
- * See #FieldValueToggleGroupFilterItemType
23763
+ * See {@link FieldValueToggleGroupFilterItemType}
23760
23764
  */
23761
23765
  items: FieldValueToggleGroupFilterItemType[];
23762
23766
  available?: () => boolean;
@@ -23887,7 +23891,7 @@ declare module '@elastic/eui/src/components/search_bar/search_bar' {
23887
23891
  schema?: SchemaType | boolean;
23888
23892
  };
23889
23893
  /**
23890
- An array of search filters. See #SearchFilterConfig.
23894
+ An array of search filters. See {@link SearchFilterConfig}.
23891
23895
  */
23892
23896
  filters?: SearchFilterConfig[];
23893
23897
  /**
@@ -24129,7 +24133,7 @@ declare module '@elastic/eui/src/components/side_nav/side_nav' {
24129
24133
  */
24130
24134
  heading?: ReactNode;
24131
24135
  /**
24132
- * Adds a couple extra #EuiSideNavHeading props and extends the props of EuiTitle that wraps the `heading`
24136
+ * Adds a couple extra {@link EuiSideNavHeading} props and extends the props of EuiTitle that wraps the `heading`
24133
24137
  */
24134
24138
  headingProps?: Partial<EuiSideNavHeadingProps>;
24135
24139
  /**
@@ -24150,7 +24154,7 @@ declare module '@elastic/eui/src/components/side_nav/side_nav' {
24150
24154
  */
24151
24155
  mobileBreakpoints?: EuiBreakpointSize[];
24152
24156
  /**
24153
- * An array of #EuiSideNavItem objects. Lists navigation menu items.
24157
+ * An array of {@link EuiSideNavItem} objects. Lists navigation menu items.
24154
24158
  */
24155
24159
  items: Array<EuiSideNavItemType<T>>;
24156
24160
  /**
@@ -24837,7 +24841,7 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24837
24841
  */
24838
24842
  cellProps?: object | CellPropsCallback<T>;
24839
24843
  /**
24840
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
24844
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
24841
24845
  */
24842
24846
  columns: Array<EuiBasicTableColumn<T>>;
24843
24847
  /**
@@ -24861,11 +24865,12 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24861
24865
  */
24862
24866
  noItemsMessage?: ReactNode;
24863
24867
  /**
24864
- * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured). See #Criteria or #CriteriaWithPagination
24868
+ * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured).
24869
+ * See {@link Criteria} or {@link CriteriaWithPagination}
24865
24870
  */
24866
24871
  onChange?: (criteria: Criteria<T>) => void;
24867
24872
  /**
24868
- * Configures #Pagination
24873
+ * Configures {@link Pagination}
24869
24874
  */
24870
24875
  pagination?: undefined;
24871
24876
  /**
@@ -24873,11 +24878,11 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
24873
24878
  */
24874
24879
  rowProps?: object | RowPropsCallback<T>;
24875
24880
  /**
24876
- * Configures #EuiTableSelectionType
24881
+ * Configures {@link EuiTableSelectionType}
24877
24882
  */
24878
24883
  selection?: EuiTableSelectionType<T>;
24879
24884
  /**
24880
- * Configures #EuiTableSortingType
24885
+ * Configures {@link EuiTableSortingType}
24881
24886
  */
24882
24887
  sorting?: EuiTableSortingType<T>;
24883
24888
  /**
@@ -24974,7 +24979,7 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
24974
24979
  type InMemoryTableProps<T extends object> = Omit<EuiBasicTableProps<T>, 'pagination' | 'sorting' | 'noItemsMessage' | 'onChange'> & {
24975
24980
  message?: ReactNode;
24976
24981
  /**
24977
- * Configures #Search.
24982
+ * Configures {@link Search}.
24978
24983
  */
24979
24984
  search?: Search;
24980
24985
  /**
@@ -24990,11 +24995,11 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
24990
24995
  */
24991
24996
  searchFormat?: 'eql' | 'text';
24992
24997
  /**
24993
- * Configures #Pagination
24998
+ * Configures {@link Pagination}
24994
24999
  */
24995
25000
  pagination?: undefined;
24996
25001
  /**
24997
- * Configures #EuiTableSortingType
25002
+ * Configures {@link EuiTableSortingType}
24998
25003
  */
24999
25004
  sorting?: Sorting;
25000
25005
  /**
@@ -25004,11 +25009,13 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
25004
25009
  /**
25005
25010
  * `onChange` is not required when `pagination` and/or `sorting` are configured,
25006
25011
  * but if `onChange` is present it is responsible for handling state for each/both.
25007
- * See #Criteria or #CriteriaWithPagination
25012
+ * See {@link Criteria} or {@link CriteriaWithPagination}
25008
25013
  */
25009
25014
  onChange?: EuiBasicTableProps<T>['onChange'];
25010
25015
  /**
25011
- * 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.
25016
+ * Callback for when table pagination or sorting is changed. This is meant to be informational only,
25017
+ * and not used to set any state as the in-memory table already manages this state.
25018
+ * See {@link Criteria} or {@link CriteriaWithPagination}.
25012
25019
  */
25013
25020
  onTableChange?: (nextValues: Criteria<T>) => void;
25014
25021
  executeQueryOptions?: {
@@ -31419,16 +31426,1732 @@ declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions/shado
31419
31426
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions' {
31420
31427
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/functions/shadows';
31421
31428
 
31422
- }
31423
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button' {
31424
- 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';
31425
-
31426
31429
  }
31427
31430
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins' {
31428
31431
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button';
31429
31432
  export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow';
31430
31433
 
31431
31434
  }
31435
+ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
31436
+ const sassVariables: {
31437
+ euiZDataGrid: number;
31438
+ euiZHeaderBelowDataGrid: number;
31439
+ euiZDataGridCellPopover: number;
31440
+ euiDataGridCellPaddingS: string;
31441
+ euiDataGridCellPaddingM: string;
31442
+ euiDataGridCellPaddingL: string;
31443
+ euiTableHoverColor: string;
31444
+ euiTableSelectedColor: string;
31445
+ euiTableHoverSelectedColor: string;
31446
+ euiTableActionsBorderColor: string;
31447
+ euiTableHoverClickableColor: string;
31448
+ euiTableFocusClickableColor: string;
31449
+ euiContrastRatioText: number;
31450
+ euiContrastRatioGraphic: number;
31451
+ euiContrastRatioDisabled: number;
31452
+ euiAnimSlightBounce: string;
31453
+ euiAnimSlightResistance: string;
31454
+ euiAnimSpeedExtraFast: string;
31455
+ euiAnimSpeedFast: string;
31456
+ euiAnimSpeedNormal: string;
31457
+ euiAnimSpeedSlow: string;
31458
+ euiAnimSpeedExtraSlow: string;
31459
+ euiBorderWidthThin: string;
31460
+ euiBorderWidthThick: string;
31461
+ euiBorderColor: string;
31462
+ euiBorderRadius: string;
31463
+ euiBorderRadiusSmall: string;
31464
+ euiBorderThick: string;
31465
+ euiBorderThin: string;
31466
+ euiBorderEditable: string;
31467
+ euiButtonHeight: string;
31468
+ euiButtonHeightSmall: string;
31469
+ euiButtonHeightXSmall: string;
31470
+ euiButtonColorDisabled: string;
31471
+ euiButtonColorDisabledText: string;
31472
+ euiButtonColorGhostDisabled: string;
31473
+ euiButtonTypes: {
31474
+ primary: string;
31475
+ accent: string;
31476
+ accentSecondary: string;
31477
+ neutral: string;
31478
+ success: string;
31479
+ warning: string;
31480
+ risk: string;
31481
+ danger: string;
31482
+ ghost: string;
31483
+ text: string;
31484
+ };
31485
+ euiFontWeightLight: number;
31486
+ euiFontWeightRegular: number;
31487
+ euiFontWeightMedium: number;
31488
+ euiFontWeightSemiBold: number;
31489
+ euiFontWeightBold: number;
31490
+ euiCodeFontWeightRegular: number;
31491
+ euiCodeFontWeightBold: number;
31492
+ euiFormMaxWidth: string;
31493
+ euiFormControlHeight: string;
31494
+ euiFormControlCompressedHeight: string;
31495
+ euiFormControlPadding: string;
31496
+ euiFormControlCompressedPadding: string;
31497
+ euiFormControlBorderRadius: string;
31498
+ euiFormControlCompressedBorderRadius: string;
31499
+ euiRadioSize: string;
31500
+ euiCheckBoxSize: string;
31501
+ euiCheckboxBorderRadius: string;
31502
+ euiSwitchHeight: string;
31503
+ euiSwitchWidth: string;
31504
+ euiSwitchThumbSize: string;
31505
+ euiSwitchIconHeight: string;
31506
+ euiSwitchHeightCompressed: string;
31507
+ euiSwitchWidthCompressed: string;
31508
+ euiSwitchThumbSizeCompressed: string;
31509
+ euiSwitchHeightMini: string;
31510
+ euiSwitchWidthMini: string;
31511
+ euiSwitchThumbSizeMini: string;
31512
+ euiFormBackgroundColor: string;
31513
+ euiFormBackgroundDisabledColor: string;
31514
+ euiFormBackgroundReadOnlyColor: string;
31515
+ euiFormBorderOpaqueColor: string;
31516
+ euiFormBorderColor: string;
31517
+ euiFormBorderDisabledColor: string;
31518
+ euiFormCustomControlDisabledIconColor: string;
31519
+ euiFormCustomControlBorderColor: string;
31520
+ euiFormControlDisabledColor: string;
31521
+ euiFormControlBoxShadow: string;
31522
+ euiFormControlPlaceholderText: string;
31523
+ euiFormInputGroupLabelBackground: string;
31524
+ euiFormInputGroupBorder: string;
31525
+ euiSwitchOffColor: string;
31526
+ euiFormControlIconSizes: {
31527
+ small: string;
31528
+ medium: string;
31529
+ large: string;
31530
+ xLarge: string;
31531
+ xxLarge: string;
31532
+ };
31533
+ euiFormControlLayoutGroupInputHeight: string;
31534
+ euiFormControlLayoutGroupInputCompressedHeight: string;
31535
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
31536
+ euiHeaderBackgroundColor: string;
31537
+ euiHeaderDarkBackgroundColor: string;
31538
+ euiHeaderBorderColor: string;
31539
+ euiHeaderBreadcrumbColor: string;
31540
+ euiHeaderHeight: string;
31541
+ euiHeaderChildSize: string;
31542
+ euiHeaderHeightCompensation: string;
31543
+ euiPageDefaultMaxWidth: string;
31544
+ euiPageSidebarMinWidth: string;
31545
+ euiPanelPaddingModifiers: {
31546
+ paddingSmall: string;
31547
+ paddingMedium: string;
31548
+ paddingLarge: string;
31549
+ };
31550
+ euiPanelBorderRadiusModifiers: {
31551
+ borderRadiusNone: number;
31552
+ borderRadiusMedium: string;
31553
+ };
31554
+ euiPanelBackgroundColorModifiers: {
31555
+ transparent: string;
31556
+ plain: string;
31557
+ subdued: string;
31558
+ accent: string;
31559
+ accentSecondary: string;
31560
+ primary: string;
31561
+ success: string;
31562
+ warning: string;
31563
+ danger: string;
31564
+ };
31565
+ euiBreakpoints: {
31566
+ xs: number;
31567
+ s: string;
31568
+ m: string;
31569
+ l: string;
31570
+ xl: string;
31571
+ };
31572
+ euiBreakpointKeys: string;
31573
+ euiShadowColor: string;
31574
+ euiSize: string;
31575
+ euiSizeXS: string;
31576
+ euiSizeS: string;
31577
+ euiSizeM: string;
31578
+ euiSizeL: string;
31579
+ euiSizeXL: string;
31580
+ euiSizeXXL: string;
31581
+ euiScrollBar: string;
31582
+ euiScrollBarCorner: string;
31583
+ euiScrollBarCornerThin: string;
31584
+ euiFocusRingColor: string;
31585
+ euiFocusRingAnimStartColor: string;
31586
+ euiFocusRingAnimStartSize: string;
31587
+ euiFocusRingAnimStartSizeLarge: string;
31588
+ euiFocusRingSizeLarge: string;
31589
+ euiFocusRingSize: string;
31590
+ euiFocusTransparency: number;
31591
+ euiFocusTransparencyPercent: string;
31592
+ euiFocusBackgroundColor: string;
31593
+ euiFontFamily: string;
31594
+ euiCodeFontFamily: string;
31595
+ euiFontFeatureSettings: string;
31596
+ euiTextScale: string;
31597
+ euiFontSize: string;
31598
+ euiFontSizeXS: string;
31599
+ euiFontSizeS: string;
31600
+ euiFontSizeM: string;
31601
+ euiFontSizeL: string;
31602
+ euiFontSizeXL: string;
31603
+ euiFontSizeXXL: string;
31604
+ euiLineHeight: number;
31605
+ euiBodyLineHeight: number;
31606
+ euiTitles: {
31607
+ xxxs: {
31608
+ 'font-size': string;
31609
+ 'line-height': string;
31610
+ 'font-weight': number;
31611
+ };
31612
+ xxs: {
31613
+ 'font-size': string;
31614
+ 'line-height': string;
31615
+ 'font-weight': number;
31616
+ };
31617
+ xs: {
31618
+ 'font-size': string;
31619
+ 'line-height': string;
31620
+ 'font-weight': number;
31621
+ };
31622
+ s: {
31623
+ 'font-size': string;
31624
+ 'line-height': string;
31625
+ 'font-weight': number;
31626
+ };
31627
+ m: {
31628
+ 'font-size': string;
31629
+ 'line-height': string;
31630
+ 'font-weight': number;
31631
+ };
31632
+ l: {
31633
+ 'font-size': string;
31634
+ 'line-height': string;
31635
+ 'font-weight': number;
31636
+ };
31637
+ };
31638
+ euiZLevel0: number;
31639
+ euiZLevel1: number;
31640
+ euiZLevel2: number;
31641
+ euiZLevel3: number;
31642
+ euiZLevel4: number;
31643
+ euiZLevel5: number;
31644
+ euiZLevel6: number;
31645
+ euiZLevel7: number;
31646
+ euiZLevel8: number;
31647
+ euiZLevel9: number;
31648
+ euiZToastList: number;
31649
+ euiZModal: number;
31650
+ euiZMask: number;
31651
+ euiZNavigation: number;
31652
+ euiZContentMenu: number;
31653
+ euiZHeader: number;
31654
+ euiZFlyout: number;
31655
+ euiZMaskBelowHeader: number;
31656
+ euiZContent: number;
31657
+ euiPaletteColorBlind: {
31658
+ euiColorVis0: {
31659
+ graphic: string;
31660
+ behindText: string;
31661
+ };
31662
+ euiColorVis1: {
31663
+ graphic: string;
31664
+ behindText: string;
31665
+ };
31666
+ euiColorVis2: {
31667
+ graphic: string;
31668
+ behindText: string;
31669
+ };
31670
+ euiColorVis3: {
31671
+ graphic: string;
31672
+ behindText: string;
31673
+ };
31674
+ euiColorVis4: {
31675
+ graphic: string;
31676
+ behindText: string;
31677
+ };
31678
+ euiColorVis5: {
31679
+ graphic: string;
31680
+ behindText: string;
31681
+ };
31682
+ euiColorVis6: {
31683
+ graphic: string;
31684
+ behindText: string;
31685
+ };
31686
+ euiColorVis7: {
31687
+ graphic: string;
31688
+ behindText: string;
31689
+ };
31690
+ euiColorVis8: {
31691
+ graphic: string;
31692
+ behindText: string;
31693
+ };
31694
+ euiColorVis9: {
31695
+ graphic: string;
31696
+ behindText: string;
31697
+ };
31698
+ };
31699
+ euiPaletteColorBlindKeys: string;
31700
+ euiColorVis0: string;
31701
+ euiColorVis1: string;
31702
+ euiColorVis2: string;
31703
+ euiColorVis3: string;
31704
+ euiColorVis4: string;
31705
+ euiColorVis5: string;
31706
+ euiColorVis6: string;
31707
+ euiColorVis7: string;
31708
+ euiColorVis8: string;
31709
+ euiColorVis9: string;
31710
+ euiColorVis0_behindText: string;
31711
+ euiColorVis1_behindText: string;
31712
+ euiColorVis2_behindText: string;
31713
+ euiColorVis3_behindText: string;
31714
+ euiColorVis4_behindText: string;
31715
+ euiColorVis5_behindText: string;
31716
+ euiColorVis6_behindText: string;
31717
+ euiColorVis7_behindText: string;
31718
+ euiColorVis8_behindText: string;
31719
+ euiColorVis9_behindText: string;
31720
+ euiColorVisAsTextLight0: string;
31721
+ euiColorVisAsTextLight1: string;
31722
+ euiColorVisAsTextLight2: string;
31723
+ euiColorVisAsTextLight3: string;
31724
+ euiColorVisAsTextLight4: string;
31725
+ euiColorVisAsTextLight5: string;
31726
+ euiColorVisAsTextLight6: string;
31727
+ euiColorVisAsTextDark0: string;
31728
+ euiColorVisAsTextDark1: string;
31729
+ euiColorVisAsTextDark2: string;
31730
+ euiColorVisAsTextDark3: string;
31731
+ euiColorVisAsTextDark4: string;
31732
+ euiColorVisAsTextDark5: string;
31733
+ euiColorVisAsTextDark6: string;
31734
+ euiColorVisSuccess0: string;
31735
+ euiColorVisSuccess1: string;
31736
+ euiColorVisWarning0: string;
31737
+ euiColorVisDanger0: string;
31738
+ euiColorVisDanger1: string;
31739
+ euiColorVisNeutral0: string;
31740
+ euiColorVisGrey0: string;
31741
+ euiColorVisGrey1: string;
31742
+ euiColorVisGrey2: string;
31743
+ euiColorVisGrey3: string;
31744
+ euiColorVisWarm0: string;
31745
+ euiColorVisWarm1: string;
31746
+ euiColorVisWarm2: string;
31747
+ euiColorVisCool0: string;
31748
+ euiColorVisCool1: string;
31749
+ euiColorVisCool2: string;
31750
+ euiColorVisComplementary0: string;
31751
+ euiColorVisComplementary1: string;
31752
+ euiColorSeverityUnknown: string;
31753
+ euiColorSeverityNeutral: string;
31754
+ euiColorSeveritySuccess: string;
31755
+ euiColorSeverityWarning: string;
31756
+ euiColorSeverityRisk: string;
31757
+ euiColorSeverityDanger: string;
31758
+ euiColorChartLines: string;
31759
+ euiColorChartBand: string;
31760
+ euiColorGhost: string;
31761
+ euiColorInk: string;
31762
+ euiColorPrimary: string;
31763
+ euiColorAccent: string;
31764
+ euiColorAccentSecondary: string;
31765
+ euiColorSuccess: string;
31766
+ euiColorWarning: string;
31767
+ euiColorDanger: string;
31768
+ euiColorEmptyShade: string;
31769
+ euiColorLightestShade: string;
31770
+ euiColorLightShade: string;
31771
+ euiColorMediumShade: string;
31772
+ euiColorDarkShade: string;
31773
+ euiColorDarkestShade: string;
31774
+ euiColorFullShade: string;
31775
+ euiPageBackgroundColor: string;
31776
+ euiColorHighlight: string;
31777
+ euiTextColor: string;
31778
+ euiTitleColor: string;
31779
+ euiTextSubduedColor: string;
31780
+ euiColorDisabled: string;
31781
+ euiColorPrimaryText: string;
31782
+ euiColorSuccessText: string;
31783
+ euiColorAccentText: string;
31784
+ euiColorWarningText: string;
31785
+ euiColorDangerText: string;
31786
+ euiColorDisabledText: string;
31787
+ euiLinkColor: string;
31788
+ euiColorPlainLight: string;
31789
+ euiColorPlainDark: string;
31790
+ euiColorTextPrimary: string;
31791
+ euiColorTextAccent: string;
31792
+ euiColorTextAccentSecondary: string;
31793
+ euiColorTextNeutral: string;
31794
+ euiColorTextSuccess: string;
31795
+ euiColorTextWarning: string;
31796
+ euiColorTextRisk: string;
31797
+ euiColorTextDanger: string;
31798
+ euiColorTextParagraph: string;
31799
+ euiColorTextHeading: string;
31800
+ euiColorTextSubdued: string;
31801
+ euiColorTextDisabled: string;
31802
+ euiColorTextInverse: string;
31803
+ euiColorBackgroundBasePrimary: string;
31804
+ euiColorBackgroundBaseAccent: string;
31805
+ euiColorBackgroundBaseAccentSecondary: string;
31806
+ euiColorBackgroundBaseNeutral: string;
31807
+ euiColorBackgroundBaseSuccess: string;
31808
+ euiColorBackgroundBaseWarning: string;
31809
+ euiColorBackgroundBaseRisk: string;
31810
+ euiColorBackgroundBaseDanger: string;
31811
+ euiColorBackgroundBaseSubdued: string;
31812
+ euiColorBackgroundBasePlain: string;
31813
+ euiColorBackgroundBaseDisabled: string;
31814
+ euiColorBackgroundBaseHighlighted: string;
31815
+ euiColorBackgroundBaseFormsPrepend: string;
31816
+ euiColorBackgroundBaseFormsControlDisabled: string;
31817
+ euiColorBackgroundBaseInteractiveHover: string;
31818
+ euiColorBackgroundBaseInteractiveSelect: string;
31819
+ euiColorBackgroundBaseInteractiveOverlay: string;
31820
+ euiColorBackgroundBaseSkeletonEdge: string;
31821
+ euiColorBackgroundBaseSkeletonMiddle: string;
31822
+ euiColorBackgroundLightPrimary: string;
31823
+ euiColorBackgroundLightAccent: string;
31824
+ euiColorBackgroundLightAccentSecondary: string;
31825
+ euiColorBackgroundLightNeutral: string;
31826
+ euiColorBackgroundLightSuccess: string;
31827
+ euiColorBackgroundLightWarning: string;
31828
+ euiColorBackgroundLightRisk: string;
31829
+ euiColorBackgroundLightDanger: string;
31830
+ euiColorBackgroundLightText: string;
31831
+ euiColorBackgroundFilledPrimary: string;
31832
+ euiColorBackgroundFilledAccent: string;
31833
+ euiColorBackgroundFilledAccentSecondary: string;
31834
+ euiColorBackgroundFilledNeutral: string;
31835
+ euiColorBackgroundFilledSuccess: string;
31836
+ euiColorBackgroundFilledWarning: string;
31837
+ euiColorBackgroundFilledRisk: string;
31838
+ euiColorBackgroundFilledDanger: string;
31839
+ euiColorBackgroundFilledText: string;
31840
+ euiColorBorderBasePrimary: string;
31841
+ euiColorBorderBaseAccent: string;
31842
+ euiColorBorderBaseAccentSecondary: string;
31843
+ euiColorBorderBaseNeutral: string;
31844
+ euiColorBorderBaseSuccess: string;
31845
+ euiColorBorderBaseWarning: string;
31846
+ euiColorBorderBaseRisk: string;
31847
+ euiColorBorderBaseDanger: string;
31848
+ euiColorBorderBasePlain: string;
31849
+ euiColorBorderBaseSubdued: string;
31850
+ euiColorBorderBaseDisabled: string;
31851
+ euiColorBorderBaseFloating: string;
31852
+ euiColorBorderBaseFormsColorSwatch: string;
31853
+ euiColorBorderBaseFormsControl: string;
31854
+ euiColorBorderStrongPrimary: string;
31855
+ euiColorBorderStrongAccent: string;
31856
+ euiColorBorderStrongAccentSecondary: string;
31857
+ euiColorBorderStrongNeutral: string;
31858
+ euiColorBorderStrongSuccess: string;
31859
+ euiColorBorderStrongWarning: string;
31860
+ euiColorBorderStrongRisk: string;
31861
+ euiColorBorderStrongDanger: string;
31862
+ };
31863
+ export default sassVariables;
31864
+ }
31865
+ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
31866
+ const sassVariables: {
31867
+ euiZDataGrid: number;
31868
+ euiZHeaderBelowDataGrid: number;
31869
+ euiZDataGridCellPopover: number;
31870
+ euiDataGridCellPaddingS: string;
31871
+ euiDataGridCellPaddingM: string;
31872
+ euiDataGridCellPaddingL: string;
31873
+ euiTableHoverColor: string;
31874
+ euiTableSelectedColor: string;
31875
+ euiTableHoverSelectedColor: string;
31876
+ euiTableActionsBorderColor: string;
31877
+ euiTableHoverClickableColor: string;
31878
+ euiTableFocusClickableColor: string;
31879
+ euiContrastRatioText: number;
31880
+ euiContrastRatioGraphic: number;
31881
+ euiContrastRatioDisabled: number;
31882
+ euiAnimSlightBounce: string;
31883
+ euiAnimSlightResistance: string;
31884
+ euiAnimSpeedExtraFast: string;
31885
+ euiAnimSpeedFast: string;
31886
+ euiAnimSpeedNormal: string;
31887
+ euiAnimSpeedSlow: string;
31888
+ euiAnimSpeedExtraSlow: string;
31889
+ euiBorderWidthThin: string;
31890
+ euiBorderWidthThick: string;
31891
+ euiBorderColor: string;
31892
+ euiBorderRadius: string;
31893
+ euiBorderRadiusSmall: string;
31894
+ euiBorderThick: string;
31895
+ euiBorderThin: string;
31896
+ euiBorderEditable: string;
31897
+ euiButtonHeight: string;
31898
+ euiButtonHeightSmall: string;
31899
+ euiButtonHeightXSmall: string;
31900
+ euiButtonColorDisabled: string;
31901
+ euiButtonColorDisabledText: string;
31902
+ euiButtonColorGhostDisabled: string;
31903
+ euiButtonTypes: {
31904
+ primary: string;
31905
+ accent: string;
31906
+ accentSecondary: string;
31907
+ neutral: string;
31908
+ success: string;
31909
+ warning: string;
31910
+ risk: string;
31911
+ danger: string;
31912
+ ghost: string;
31913
+ text: string;
31914
+ };
31915
+ euiFontWeightLight: number;
31916
+ euiFontWeightRegular: number;
31917
+ euiFontWeightMedium: number;
31918
+ euiFontWeightSemiBold: number;
31919
+ euiFontWeightBold: number;
31920
+ euiCodeFontWeightRegular: number;
31921
+ euiCodeFontWeightBold: number;
31922
+ euiFormMaxWidth: string;
31923
+ euiFormControlHeight: string;
31924
+ euiFormControlCompressedHeight: string;
31925
+ euiFormControlPadding: string;
31926
+ euiFormControlCompressedPadding: string;
31927
+ euiFormControlBorderRadius: string;
31928
+ euiFormControlCompressedBorderRadius: string;
31929
+ euiRadioSize: string;
31930
+ euiCheckBoxSize: string;
31931
+ euiCheckboxBorderRadius: string;
31932
+ euiSwitchHeight: string;
31933
+ euiSwitchWidth: string;
31934
+ euiSwitchThumbSize: string;
31935
+ euiSwitchIconHeight: string;
31936
+ euiSwitchHeightCompressed: string;
31937
+ euiSwitchWidthCompressed: string;
31938
+ euiSwitchThumbSizeCompressed: string;
31939
+ euiSwitchHeightMini: string;
31940
+ euiSwitchWidthMini: string;
31941
+ euiSwitchThumbSizeMini: string;
31942
+ euiFormBackgroundColor: string;
31943
+ euiFormBackgroundDisabledColor: string;
31944
+ euiFormBackgroundReadOnlyColor: string;
31945
+ euiFormBorderOpaqueColor: string;
31946
+ euiFormBorderColor: string;
31947
+ euiFormBorderDisabledColor: string;
31948
+ euiFormCustomControlDisabledIconColor: string;
31949
+ euiFormCustomControlBorderColor: string;
31950
+ euiFormControlDisabledColor: string;
31951
+ euiFormControlBoxShadow: string;
31952
+ euiFormControlPlaceholderText: string;
31953
+ euiFormInputGroupLabelBackground: string;
31954
+ euiFormInputGroupBorder: string;
31955
+ euiSwitchOffColor: string;
31956
+ euiFormControlIconSizes: {
31957
+ small: string;
31958
+ medium: string;
31959
+ large: string;
31960
+ xLarge: string;
31961
+ xxLarge: string;
31962
+ };
31963
+ euiFormControlLayoutGroupInputHeight: string;
31964
+ euiFormControlLayoutGroupInputCompressedHeight: string;
31965
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
31966
+ euiHeaderBackgroundColor: string;
31967
+ euiHeaderDarkBackgroundColor: string;
31968
+ euiHeaderBorderColor: string;
31969
+ euiHeaderBreadcrumbColor: string;
31970
+ euiHeaderHeight: string;
31971
+ euiHeaderChildSize: string;
31972
+ euiHeaderHeightCompensation: string;
31973
+ euiPageDefaultMaxWidth: string;
31974
+ euiPageSidebarMinWidth: string;
31975
+ euiPanelPaddingModifiers: {
31976
+ paddingSmall: string;
31977
+ paddingMedium: string;
31978
+ paddingLarge: string;
31979
+ };
31980
+ euiPanelBorderRadiusModifiers: {
31981
+ borderRadiusNone: number;
31982
+ borderRadiusMedium: string;
31983
+ };
31984
+ euiPanelBackgroundColorModifiers: {
31985
+ transparent: string;
31986
+ plain: string;
31987
+ subdued: string;
31988
+ accent: string;
31989
+ accentSecondary: string;
31990
+ primary: string;
31991
+ success: string;
31992
+ warning: string;
31993
+ danger: string;
31994
+ };
31995
+ euiBreakpoints: {
31996
+ xs: number;
31997
+ s: string;
31998
+ m: string;
31999
+ l: string;
32000
+ xl: string;
32001
+ };
32002
+ euiBreakpointKeys: string;
32003
+ euiShadowColor: string;
32004
+ euiSize: string;
32005
+ euiSizeXS: string;
32006
+ euiSizeS: string;
32007
+ euiSizeM: string;
32008
+ euiSizeL: string;
32009
+ euiSizeXL: string;
32010
+ euiSizeXXL: string;
32011
+ euiScrollBar: string;
32012
+ euiScrollBarCorner: string;
32013
+ euiScrollBarCornerThin: string;
32014
+ euiFocusRingColor: string;
32015
+ euiFocusRingAnimStartColor: string;
32016
+ euiFocusRingAnimStartSize: string;
32017
+ euiFocusRingAnimStartSizeLarge: string;
32018
+ euiFocusRingSizeLarge: string;
32019
+ euiFocusRingSize: string;
32020
+ euiFocusTransparency: number;
32021
+ euiFocusTransparencyPercent: string;
32022
+ euiFocusBackgroundColor: string;
32023
+ euiFontFamily: string;
32024
+ euiCodeFontFamily: string;
32025
+ euiFontFeatureSettings: string;
32026
+ euiTextScale: string;
32027
+ euiFontSize: string;
32028
+ euiFontSizeXS: string;
32029
+ euiFontSizeS: string;
32030
+ euiFontSizeM: string;
32031
+ euiFontSizeL: string;
32032
+ euiFontSizeXL: string;
32033
+ euiFontSizeXXL: string;
32034
+ euiLineHeight: number;
32035
+ euiBodyLineHeight: number;
32036
+ euiTitles: {
32037
+ xxxs: {
32038
+ 'font-size': string;
32039
+ 'line-height': string;
32040
+ 'font-weight': number;
32041
+ };
32042
+ xxs: {
32043
+ 'font-size': string;
32044
+ 'line-height': string;
32045
+ 'font-weight': number;
32046
+ };
32047
+ xs: {
32048
+ 'font-size': string;
32049
+ 'line-height': string;
32050
+ 'font-weight': number;
32051
+ };
32052
+ s: {
32053
+ 'font-size': string;
32054
+ 'line-height': string;
32055
+ 'font-weight': number;
32056
+ };
32057
+ m: {
32058
+ 'font-size': string;
32059
+ 'line-height': string;
32060
+ 'font-weight': number;
32061
+ };
32062
+ l: {
32063
+ 'font-size': string;
32064
+ 'line-height': string;
32065
+ 'font-weight': number;
32066
+ };
32067
+ };
32068
+ euiZLevel0: number;
32069
+ euiZLevel1: number;
32070
+ euiZLevel2: number;
32071
+ euiZLevel3: number;
32072
+ euiZLevel4: number;
32073
+ euiZLevel5: number;
32074
+ euiZLevel6: number;
32075
+ euiZLevel7: number;
32076
+ euiZLevel8: number;
32077
+ euiZLevel9: number;
32078
+ euiZToastList: number;
32079
+ euiZModal: number;
32080
+ euiZMask: number;
32081
+ euiZNavigation: number;
32082
+ euiZContentMenu: number;
32083
+ euiZHeader: number;
32084
+ euiZFlyout: number;
32085
+ euiZMaskBelowHeader: number;
32086
+ euiZContent: number;
32087
+ euiPaletteColorBlind: {
32088
+ euiColorVis0: {
32089
+ graphic: string;
32090
+ behindText: string;
32091
+ };
32092
+ euiColorVis1: {
32093
+ graphic: string;
32094
+ behindText: string;
32095
+ };
32096
+ euiColorVis2: {
32097
+ graphic: string;
32098
+ behindText: string;
32099
+ };
32100
+ euiColorVis3: {
32101
+ graphic: string;
32102
+ behindText: string;
32103
+ };
32104
+ euiColorVis4: {
32105
+ graphic: string;
32106
+ behindText: string;
32107
+ };
32108
+ euiColorVis5: {
32109
+ graphic: string;
32110
+ behindText: string;
32111
+ };
32112
+ euiColorVis6: {
32113
+ graphic: string;
32114
+ behindText: string;
32115
+ };
32116
+ euiColorVis7: {
32117
+ graphic: string;
32118
+ behindText: string;
32119
+ };
32120
+ euiColorVis8: {
32121
+ graphic: string;
32122
+ behindText: string;
32123
+ };
32124
+ euiColorVis9: {
32125
+ graphic: string;
32126
+ behindText: string;
32127
+ };
32128
+ };
32129
+ euiPaletteColorBlindKeys: string;
32130
+ euiColorVis0: string;
32131
+ euiColorVis1: string;
32132
+ euiColorVis2: string;
32133
+ euiColorVis3: string;
32134
+ euiColorVis4: string;
32135
+ euiColorVis5: string;
32136
+ euiColorVis6: string;
32137
+ euiColorVis7: string;
32138
+ euiColorVis8: string;
32139
+ euiColorVis9: string;
32140
+ euiColorVis0_behindText: string;
32141
+ euiColorVis1_behindText: string;
32142
+ euiColorVis2_behindText: string;
32143
+ euiColorVis3_behindText: string;
32144
+ euiColorVis4_behindText: string;
32145
+ euiColorVis5_behindText: string;
32146
+ euiColorVis6_behindText: string;
32147
+ euiColorVis7_behindText: string;
32148
+ euiColorVis8_behindText: string;
32149
+ euiColorVis9_behindText: string;
32150
+ euiColorVisAsTextLight0: string;
32151
+ euiColorVisAsTextLight1: string;
32152
+ euiColorVisAsTextLight2: string;
32153
+ euiColorVisAsTextLight3: string;
32154
+ euiColorVisAsTextLight4: string;
32155
+ euiColorVisAsTextLight5: string;
32156
+ euiColorVisAsTextLight6: string;
32157
+ euiColorVisAsTextDark0: string;
32158
+ euiColorVisAsTextDark1: string;
32159
+ euiColorVisAsTextDark2: string;
32160
+ euiColorVisAsTextDark3: string;
32161
+ euiColorVisAsTextDark4: string;
32162
+ euiColorVisAsTextDark5: string;
32163
+ euiColorVisAsTextDark6: string;
32164
+ euiColorVisSuccess0: string;
32165
+ euiColorVisSuccess1: string;
32166
+ euiColorVisWarning0: string;
32167
+ euiColorVisDanger0: string;
32168
+ euiColorVisDanger1: string;
32169
+ euiColorVisNeutral0: string;
32170
+ euiColorVisGrey0: string;
32171
+ euiColorVisGrey1: string;
32172
+ euiColorVisGrey2: string;
32173
+ euiColorVisGrey3: string;
32174
+ euiColorVisWarm0: string;
32175
+ euiColorVisWarm1: string;
32176
+ euiColorVisWarm2: string;
32177
+ euiColorVisCool0: string;
32178
+ euiColorVisCool1: string;
32179
+ euiColorVisCool2: string;
32180
+ euiColorVisComplementary0: string;
32181
+ euiColorVisComplementary1: string;
32182
+ euiColorSeverityUnknown: string;
32183
+ euiColorSeverityNeutral: string;
32184
+ euiColorSeveritySuccess: string;
32185
+ euiColorSeverityWarning: string;
32186
+ euiColorSeverityRisk: string;
32187
+ euiColorSeverityDanger: string;
32188
+ euiColorChartLines: string;
32189
+ euiColorChartBand: string;
32190
+ euiColorGhost: string;
32191
+ euiColorInk: string;
32192
+ euiColorPrimary: string;
32193
+ euiColorAccent: string;
32194
+ euiColorAccentSecondary: string;
32195
+ euiColorSuccess: string;
32196
+ euiColorWarning: string;
32197
+ euiColorDanger: string;
32198
+ euiColorEmptyShade: string;
32199
+ euiColorLightestShade: string;
32200
+ euiColorLightShade: string;
32201
+ euiColorMediumShade: string;
32202
+ euiColorDarkShade: string;
32203
+ euiColorDarkestShade: string;
32204
+ euiColorFullShade: string;
32205
+ euiPageBackgroundColor: string;
32206
+ euiColorHighlight: string;
32207
+ euiTextColor: string;
32208
+ euiTitleColor: string;
32209
+ euiTextSubduedColor: string;
32210
+ euiColorDisabled: string;
32211
+ euiColorPrimaryText: string;
32212
+ euiColorSuccessText: string;
32213
+ euiColorAccentText: string;
32214
+ euiColorWarningText: string;
32215
+ euiColorDangerText: string;
32216
+ euiColorDisabledText: string;
32217
+ euiLinkColor: string;
32218
+ euiColorPlainLight: string;
32219
+ euiColorPlainDark: string;
32220
+ euiColorTextPrimary: string;
32221
+ euiColorTextAccent: string;
32222
+ euiColorTextAccentSecondary: string;
32223
+ euiColorTextNeutral: string;
32224
+ euiColorTextSuccess: string;
32225
+ euiColorTextWarning: string;
32226
+ euiColorTextRisk: string;
32227
+ euiColorTextDanger: string;
32228
+ euiColorTextParagraph: string;
32229
+ euiColorTextHeading: string;
32230
+ euiColorTextSubdued: string;
32231
+ euiColorTextDisabled: string;
32232
+ euiColorTextInverse: string;
32233
+ euiColorBackgroundBasePrimary: string;
32234
+ euiColorBackgroundBaseAccent: string;
32235
+ euiColorBackgroundBaseAccentSecondary: string;
32236
+ euiColorBackgroundBaseNeutral: string;
32237
+ euiColorBackgroundBaseSuccess: string;
32238
+ euiColorBackgroundBaseWarning: string;
32239
+ euiColorBackgroundBaseRisk: string;
32240
+ euiColorBackgroundBaseDanger: string;
32241
+ euiColorBackgroundBaseSubdued: string;
32242
+ euiColorBackgroundBasePlain: string;
32243
+ euiColorBackgroundBaseDisabled: string;
32244
+ euiColorBackgroundBaseHighlighted: string;
32245
+ euiColorBackgroundBaseFormsPrepend: string;
32246
+ euiColorBackgroundBaseFormsControlDisabled: string;
32247
+ euiColorBackgroundBaseInteractiveHover: string;
32248
+ euiColorBackgroundBaseInteractiveSelect: string;
32249
+ euiColorBackgroundBaseInteractiveOverlay: string;
32250
+ euiColorBackgroundBaseSkeletonEdge: string;
32251
+ euiColorBackgroundBaseSkeletonMiddle: string;
32252
+ euiColorBackgroundLightPrimary: string;
32253
+ euiColorBackgroundLightAccent: string;
32254
+ euiColorBackgroundLightAccentSecondary: string;
32255
+ euiColorBackgroundLightNeutral: string;
32256
+ euiColorBackgroundLightSuccess: string;
32257
+ euiColorBackgroundLightWarning: string;
32258
+ euiColorBackgroundLightRisk: string;
32259
+ euiColorBackgroundLightDanger: string;
32260
+ euiColorBackgroundLightText: string;
32261
+ euiColorBackgroundFilledPrimary: string;
32262
+ euiColorBackgroundFilledAccent: string;
32263
+ euiColorBackgroundFilledAccentSecondary: string;
32264
+ euiColorBackgroundFilledNeutral: string;
32265
+ euiColorBackgroundFilledSuccess: string;
32266
+ euiColorBackgroundFilledWarning: string;
32267
+ euiColorBackgroundFilledRisk: string;
32268
+ euiColorBackgroundFilledDanger: string;
32269
+ euiColorBackgroundFilledText: string;
32270
+ euiColorBorderBasePrimary: string;
32271
+ euiColorBorderBaseAccent: string;
32272
+ euiColorBorderBaseAccentSecondary: string;
32273
+ euiColorBorderBaseNeutral: string;
32274
+ euiColorBorderBaseSuccess: string;
32275
+ euiColorBorderBaseWarning: string;
32276
+ euiColorBorderBaseRisk: string;
32277
+ euiColorBorderBaseDanger: string;
32278
+ euiColorBorderBasePlain: string;
32279
+ euiColorBorderBaseSubdued: string;
32280
+ euiColorBorderBaseDisabled: string;
32281
+ euiColorBorderBaseFloating: string;
32282
+ euiColorBorderBaseFormsColorSwatch: string;
32283
+ euiColorBorderBaseFormsControl: string;
32284
+ euiColorBorderStrongPrimary: string;
32285
+ euiColorBorderStrongAccent: string;
32286
+ euiColorBorderStrongAccentSecondary: string;
32287
+ euiColorBorderStrongNeutral: string;
32288
+ euiColorBorderStrongSuccess: string;
32289
+ euiColorBorderStrongWarning: string;
32290
+ euiColorBorderStrongRisk: string;
32291
+ euiColorBorderStrongDanger: string;
32292
+ };
32293
+ export default sassVariables;
32294
+ }
32295
+ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
32296
+ const sassVariables: {
32297
+ euiZDataGrid: number;
32298
+ euiZHeaderBelowDataGrid: number;
32299
+ euiZDataGridCellPopover: number;
32300
+ euiDataGridCellPaddingS: string;
32301
+ euiDataGridCellPaddingM: string;
32302
+ euiDataGridCellPaddingL: string;
32303
+ euiTableHoverColor: string;
32304
+ euiTableSelectedColor: string;
32305
+ euiTableHoverSelectedColor: string;
32306
+ euiTableActionsBorderColor: string;
32307
+ euiTableHoverClickableColor: string;
32308
+ euiTableFocusClickableColor: string;
32309
+ euiContrastRatioText: number;
32310
+ euiContrastRatioGraphic: number;
32311
+ euiContrastRatioDisabled: number;
32312
+ euiAnimSlightBounce: string;
32313
+ euiAnimSlightResistance: string;
32314
+ euiAnimSpeedExtraFast: string;
32315
+ euiAnimSpeedFast: string;
32316
+ euiAnimSpeedNormal: string;
32317
+ euiAnimSpeedSlow: string;
32318
+ euiAnimSpeedExtraSlow: string;
32319
+ euiBorderWidthThin: string;
32320
+ euiBorderWidthThick: string;
32321
+ euiBorderColor: string;
32322
+ euiBorderRadius: string;
32323
+ euiBorderRadiusSmall: string;
32324
+ euiBorderThick: string;
32325
+ euiBorderThin: string;
32326
+ euiBorderEditable: string;
32327
+ euiButtonHeight: string;
32328
+ euiButtonHeightSmall: string;
32329
+ euiButtonHeightXSmall: string;
32330
+ euiButtonColorDisabled: string;
32331
+ euiButtonColorDisabledText: string;
32332
+ euiButtonColorGhostDisabled: string;
32333
+ euiButtonTypes: {
32334
+ primary: string;
32335
+ accent: string;
32336
+ accentSecondary: string;
32337
+ neutral: string;
32338
+ success: string;
32339
+ warning: string;
32340
+ risk: string;
32341
+ danger: string;
32342
+ ghost: string;
32343
+ text: string;
32344
+ };
32345
+ euiFontWeightLight: number;
32346
+ euiFontWeightRegular: number;
32347
+ euiFontWeightMedium: number;
32348
+ euiFontWeightSemiBold: number;
32349
+ euiFontWeightBold: number;
32350
+ euiCodeFontWeightRegular: number;
32351
+ euiCodeFontWeightBold: number;
32352
+ euiFormMaxWidth: string;
32353
+ euiFormControlHeight: string;
32354
+ euiFormControlCompressedHeight: string;
32355
+ euiFormControlPadding: string;
32356
+ euiFormControlCompressedPadding: string;
32357
+ euiFormControlBorderRadius: string;
32358
+ euiFormControlCompressedBorderRadius: string;
32359
+ euiRadioSize: string;
32360
+ euiCheckBoxSize: string;
32361
+ euiCheckboxBorderRadius: string;
32362
+ euiSwitchHeight: string;
32363
+ euiSwitchWidth: string;
32364
+ euiSwitchThumbSize: string;
32365
+ euiSwitchIconHeight: string;
32366
+ euiSwitchHeightCompressed: string;
32367
+ euiSwitchWidthCompressed: string;
32368
+ euiSwitchThumbSizeCompressed: string;
32369
+ euiSwitchHeightMini: string;
32370
+ euiSwitchWidthMini: string;
32371
+ euiSwitchThumbSizeMini: string;
32372
+ euiFormBackgroundColor: string;
32373
+ euiFormBackgroundDisabledColor: string;
32374
+ euiFormBackgroundReadOnlyColor: string;
32375
+ euiFormBorderOpaqueColor: string;
32376
+ euiFormBorderColor: string;
32377
+ euiFormBorderDisabledColor: string;
32378
+ euiFormCustomControlDisabledIconColor: string;
32379
+ euiFormCustomControlBorderColor: string;
32380
+ euiFormControlDisabledColor: string;
32381
+ euiFormControlBoxShadow: string;
32382
+ euiFormControlPlaceholderText: string;
32383
+ euiFormInputGroupLabelBackground: string;
32384
+ euiFormInputGroupBorder: string;
32385
+ euiSwitchOffColor: string;
32386
+ euiFormControlIconSizes: {
32387
+ small: string;
32388
+ medium: string;
32389
+ large: string;
32390
+ xLarge: string;
32391
+ xxLarge: string;
32392
+ };
32393
+ euiFormControlLayoutGroupInputHeight: string;
32394
+ euiFormControlLayoutGroupInputCompressedHeight: string;
32395
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
32396
+ euiHeaderBackgroundColor: string;
32397
+ euiHeaderDarkBackgroundColor: string;
32398
+ euiHeaderBorderColor: string;
32399
+ euiHeaderBreadcrumbColor: string;
32400
+ euiHeaderHeight: string;
32401
+ euiHeaderChildSize: string;
32402
+ euiHeaderHeightCompensation: string;
32403
+ euiPageDefaultMaxWidth: string;
32404
+ euiPageSidebarMinWidth: string;
32405
+ euiPanelPaddingModifiers: {
32406
+ paddingSmall: string;
32407
+ paddingMedium: string;
32408
+ paddingLarge: string;
32409
+ };
32410
+ euiPanelBorderRadiusModifiers: {
32411
+ borderRadiusNone: number;
32412
+ borderRadiusMedium: string;
32413
+ };
32414
+ euiPanelBackgroundColorModifiers: {
32415
+ transparent: string;
32416
+ plain: string;
32417
+ subdued: string;
32418
+ accent: string;
32419
+ accentSecondary: string;
32420
+ primary: string;
32421
+ success: string;
32422
+ warning: string;
32423
+ danger: string;
32424
+ };
32425
+ euiBreakpoints: {
32426
+ xs: number;
32427
+ s: string;
32428
+ m: string;
32429
+ l: string;
32430
+ xl: string;
32431
+ };
32432
+ euiBreakpointKeys: string;
32433
+ euiShadowColor: string;
32434
+ euiSize: string;
32435
+ euiSizeXS: string;
32436
+ euiSizeS: string;
32437
+ euiSizeM: string;
32438
+ euiSizeL: string;
32439
+ euiSizeXL: string;
32440
+ euiSizeXXL: string;
32441
+ euiScrollBar: string;
32442
+ euiScrollBarCorner: string;
32443
+ euiScrollBarCornerThin: string;
32444
+ euiFocusRingColor: string;
32445
+ euiFocusRingAnimStartColor: string;
32446
+ euiFocusRingAnimStartSize: string;
32447
+ euiFocusRingAnimStartSizeLarge: string;
32448
+ euiFocusRingSizeLarge: string;
32449
+ euiFocusRingSize: string;
32450
+ euiFocusTransparency: number;
32451
+ euiFocusTransparencyPercent: string;
32452
+ euiFocusBackgroundColor: string;
32453
+ euiFontFamily: string;
32454
+ euiCodeFontFamily: string;
32455
+ euiFontFeatureSettings: string;
32456
+ euiTextScale: string;
32457
+ euiFontSize: string;
32458
+ euiFontSizeXS: string;
32459
+ euiFontSizeS: string;
32460
+ euiFontSizeM: string;
32461
+ euiFontSizeL: string;
32462
+ euiFontSizeXL: string;
32463
+ euiFontSizeXXL: string;
32464
+ euiLineHeight: number;
32465
+ euiBodyLineHeight: number;
32466
+ euiTitles: {
32467
+ xxxs: {
32468
+ 'font-size': string;
32469
+ 'line-height': string;
32470
+ 'font-weight': number;
32471
+ };
32472
+ xxs: {
32473
+ 'font-size': string;
32474
+ 'line-height': string;
32475
+ 'font-weight': number;
32476
+ };
32477
+ xs: {
32478
+ 'font-size': string;
32479
+ 'line-height': string;
32480
+ 'font-weight': number;
32481
+ };
32482
+ s: {
32483
+ 'font-size': string;
32484
+ 'line-height': string;
32485
+ 'font-weight': number;
32486
+ };
32487
+ m: {
32488
+ 'font-size': string;
32489
+ 'line-height': string;
32490
+ 'font-weight': number;
32491
+ };
32492
+ l: {
32493
+ 'font-size': string;
32494
+ 'line-height': string;
32495
+ 'font-weight': number;
32496
+ };
32497
+ };
32498
+ euiZLevel0: number;
32499
+ euiZLevel1: number;
32500
+ euiZLevel2: number;
32501
+ euiZLevel3: number;
32502
+ euiZLevel4: number;
32503
+ euiZLevel5: number;
32504
+ euiZLevel6: number;
32505
+ euiZLevel7: number;
32506
+ euiZLevel8: number;
32507
+ euiZLevel9: number;
32508
+ euiZToastList: number;
32509
+ euiZModal: number;
32510
+ euiZMask: number;
32511
+ euiZNavigation: number;
32512
+ euiZContentMenu: number;
32513
+ euiZHeader: number;
32514
+ euiZFlyout: number;
32515
+ euiZMaskBelowHeader: number;
32516
+ euiZContent: number;
32517
+ euiPaletteColorBlind: {
32518
+ euiColorVis0: {
32519
+ graphic: string;
32520
+ behindText: string;
32521
+ };
32522
+ euiColorVis1: {
32523
+ graphic: string;
32524
+ behindText: string;
32525
+ };
32526
+ euiColorVis2: {
32527
+ graphic: string;
32528
+ behindText: string;
32529
+ };
32530
+ euiColorVis3: {
32531
+ graphic: string;
32532
+ behindText: string;
32533
+ };
32534
+ euiColorVis4: {
32535
+ graphic: string;
32536
+ behindText: string;
32537
+ };
32538
+ euiColorVis5: {
32539
+ graphic: string;
32540
+ behindText: string;
32541
+ };
32542
+ euiColorVis6: {
32543
+ graphic: string;
32544
+ behindText: string;
32545
+ };
32546
+ euiColorVis7: {
32547
+ graphic: string;
32548
+ behindText: string;
32549
+ };
32550
+ euiColorVis8: {
32551
+ graphic: string;
32552
+ behindText: string;
32553
+ };
32554
+ euiColorVis9: {
32555
+ graphic: string;
32556
+ behindText: string;
32557
+ };
32558
+ };
32559
+ euiPaletteColorBlindKeys: string;
32560
+ euiColorVis0: string;
32561
+ euiColorVis1: string;
32562
+ euiColorVis2: string;
32563
+ euiColorVis3: string;
32564
+ euiColorVis4: string;
32565
+ euiColorVis5: string;
32566
+ euiColorVis6: string;
32567
+ euiColorVis7: string;
32568
+ euiColorVis8: string;
32569
+ euiColorVis9: string;
32570
+ euiColorVis0_behindText: string;
32571
+ euiColorVis1_behindText: string;
32572
+ euiColorVis2_behindText: string;
32573
+ euiColorVis3_behindText: string;
32574
+ euiColorVis4_behindText: string;
32575
+ euiColorVis5_behindText: string;
32576
+ euiColorVis6_behindText: string;
32577
+ euiColorVis7_behindText: string;
32578
+ euiColorVis8_behindText: string;
32579
+ euiColorVis9_behindText: string;
32580
+ euiColorVisAsTextLight0: string;
32581
+ euiColorVisAsTextLight1: string;
32582
+ euiColorVisAsTextLight2: string;
32583
+ euiColorVisAsTextLight3: string;
32584
+ euiColorVisAsTextLight4: string;
32585
+ euiColorVisAsTextLight5: string;
32586
+ euiColorVisAsTextLight6: string;
32587
+ euiColorVisAsTextDark0: string;
32588
+ euiColorVisAsTextDark1: string;
32589
+ euiColorVisAsTextDark2: string;
32590
+ euiColorVisAsTextDark3: string;
32591
+ euiColorVisAsTextDark4: string;
32592
+ euiColorVisAsTextDark5: string;
32593
+ euiColorVisAsTextDark6: string;
32594
+ euiColorVisSuccess0: string;
32595
+ euiColorVisSuccess1: string;
32596
+ euiColorVisWarning0: string;
32597
+ euiColorVisDanger0: string;
32598
+ euiColorVisDanger1: string;
32599
+ euiColorVisNeutral0: string;
32600
+ euiColorVisGrey0: string;
32601
+ euiColorVisGrey1: string;
32602
+ euiColorVisGrey2: string;
32603
+ euiColorVisGrey3: string;
32604
+ euiColorVisWarm0: string;
32605
+ euiColorVisWarm1: string;
32606
+ euiColorVisWarm2: string;
32607
+ euiColorVisCool0: string;
32608
+ euiColorVisCool1: string;
32609
+ euiColorVisCool2: string;
32610
+ euiColorVisComplementary0: string;
32611
+ euiColorVisComplementary1: string;
32612
+ euiColorSeverityUnknown: string;
32613
+ euiColorSeverityNeutral: string;
32614
+ euiColorSeveritySuccess: string;
32615
+ euiColorSeverityWarning: string;
32616
+ euiColorSeverityRisk: string;
32617
+ euiColorSeverityDanger: string;
32618
+ euiColorChartLines: string;
32619
+ euiColorChartBand: string;
32620
+ euiColorGhost: string;
32621
+ euiColorInk: string;
32622
+ euiColorPrimary: string;
32623
+ euiColorAccent: string;
32624
+ euiColorAccentSecondary: string;
32625
+ euiColorSuccess: string;
32626
+ euiColorWarning: string;
32627
+ euiColorDanger: string;
32628
+ euiColorEmptyShade: string;
32629
+ euiColorLightestShade: string;
32630
+ euiColorLightShade: string;
32631
+ euiColorMediumShade: string;
32632
+ euiColorDarkShade: string;
32633
+ euiColorDarkestShade: string;
32634
+ euiColorFullShade: string;
32635
+ euiPageBackgroundColor: string;
32636
+ euiColorHighlight: string;
32637
+ euiTextColor: string;
32638
+ euiTitleColor: string;
32639
+ euiTextSubduedColor: string;
32640
+ euiColorDisabled: string;
32641
+ euiColorPrimaryText: string;
32642
+ euiColorSuccessText: string;
32643
+ euiColorAccentText: string;
32644
+ euiColorWarningText: string;
32645
+ euiColorDangerText: string;
32646
+ euiColorDisabledText: string;
32647
+ euiLinkColor: string;
32648
+ euiColorPlainLight: string;
32649
+ euiColorPlainDark: string;
32650
+ euiColorTextPrimary: string;
32651
+ euiColorTextAccent: string;
32652
+ euiColorTextAccentSecondary: string;
32653
+ euiColorTextNeutral: string;
32654
+ euiColorTextSuccess: string;
32655
+ euiColorTextWarning: string;
32656
+ euiColorTextRisk: string;
32657
+ euiColorTextDanger: string;
32658
+ euiColorTextParagraph: string;
32659
+ euiColorTextHeading: string;
32660
+ euiColorTextSubdued: string;
32661
+ euiColorTextDisabled: string;
32662
+ euiColorTextInverse: string;
32663
+ euiColorBackgroundBasePrimary: string;
32664
+ euiColorBackgroundBaseAccent: string;
32665
+ euiColorBackgroundBaseAccentSecondary: string;
32666
+ euiColorBackgroundBaseNeutral: string;
32667
+ euiColorBackgroundBaseSuccess: string;
32668
+ euiColorBackgroundBaseWarning: string;
32669
+ euiColorBackgroundBaseRisk: string;
32670
+ euiColorBackgroundBaseDanger: string;
32671
+ euiColorBackgroundBaseSubdued: string;
32672
+ euiColorBackgroundBasePlain: string;
32673
+ euiColorBackgroundBaseDisabled: string;
32674
+ euiColorBackgroundBaseHighlighted: string;
32675
+ euiColorBackgroundBaseFormsPrepend: string;
32676
+ euiColorBackgroundBaseFormsControlDisabled: string;
32677
+ euiColorBackgroundBaseInteractiveHover: string;
32678
+ euiColorBackgroundBaseInteractiveSelect: string;
32679
+ euiColorBackgroundBaseInteractiveOverlay: string;
32680
+ euiColorBackgroundBaseSkeletonEdge: string;
32681
+ euiColorBackgroundBaseSkeletonMiddle: string;
32682
+ euiColorBackgroundLightPrimary: string;
32683
+ euiColorBackgroundLightAccent: string;
32684
+ euiColorBackgroundLightAccentSecondary: string;
32685
+ euiColorBackgroundLightNeutral: string;
32686
+ euiColorBackgroundLightSuccess: string;
32687
+ euiColorBackgroundLightWarning: string;
32688
+ euiColorBackgroundLightRisk: string;
32689
+ euiColorBackgroundLightDanger: string;
32690
+ euiColorBackgroundLightText: string;
32691
+ euiColorBackgroundFilledPrimary: string;
32692
+ euiColorBackgroundFilledAccent: string;
32693
+ euiColorBackgroundFilledAccentSecondary: string;
32694
+ euiColorBackgroundFilledNeutral: string;
32695
+ euiColorBackgroundFilledSuccess: string;
32696
+ euiColorBackgroundFilledWarning: string;
32697
+ euiColorBackgroundFilledRisk: string;
32698
+ euiColorBackgroundFilledDanger: string;
32699
+ euiColorBackgroundFilledText: string;
32700
+ euiColorBorderBasePrimary: string;
32701
+ euiColorBorderBaseAccent: string;
32702
+ euiColorBorderBaseAccentSecondary: string;
32703
+ euiColorBorderBaseNeutral: string;
32704
+ euiColorBorderBaseSuccess: string;
32705
+ euiColorBorderBaseWarning: string;
32706
+ euiColorBorderBaseRisk: string;
32707
+ euiColorBorderBaseDanger: string;
32708
+ euiColorBorderBasePlain: string;
32709
+ euiColorBorderBaseSubdued: string;
32710
+ euiColorBorderBaseDisabled: string;
32711
+ euiColorBorderBaseFloating: string;
32712
+ euiColorBorderBaseFormsColorSwatch: string;
32713
+ euiColorBorderBaseFormsControl: string;
32714
+ euiColorBorderStrongPrimary: string;
32715
+ euiColorBorderStrongAccent: string;
32716
+ euiColorBorderStrongAccentSecondary: string;
32717
+ euiColorBorderStrongNeutral: string;
32718
+ euiColorBorderStrongSuccess: string;
32719
+ euiColorBorderStrongWarning: string;
32720
+ euiColorBorderStrongRisk: string;
32721
+ euiColorBorderStrongDanger: string;
32722
+ };
32723
+ export default sassVariables;
32724
+ }
32725
+ declare module '@elastic/eui/dist/eui_theme_borealis_light.json' {
32726
+ const sassVariables: {
32727
+ euiZDataGrid: number;
32728
+ euiZHeaderBelowDataGrid: number;
32729
+ euiZDataGridCellPopover: number;
32730
+ euiDataGridCellPaddingS: string;
32731
+ euiDataGridCellPaddingM: string;
32732
+ euiDataGridCellPaddingL: string;
32733
+ euiTableHoverColor: string;
32734
+ euiTableSelectedColor: string;
32735
+ euiTableHoverSelectedColor: string;
32736
+ euiTableActionsBorderColor: string;
32737
+ euiTableHoverClickableColor: string;
32738
+ euiTableFocusClickableColor: string;
32739
+ euiContrastRatioText: number;
32740
+ euiContrastRatioGraphic: number;
32741
+ euiContrastRatioDisabled: number;
32742
+ euiAnimSlightBounce: string;
32743
+ euiAnimSlightResistance: string;
32744
+ euiAnimSpeedExtraFast: string;
32745
+ euiAnimSpeedFast: string;
32746
+ euiAnimSpeedNormal: string;
32747
+ euiAnimSpeedSlow: string;
32748
+ euiAnimSpeedExtraSlow: string;
32749
+ euiBorderWidthThin: string;
32750
+ euiBorderWidthThick: string;
32751
+ euiBorderColor: string;
32752
+ euiBorderRadius: string;
32753
+ euiBorderRadiusSmall: string;
32754
+ euiBorderThick: string;
32755
+ euiBorderThin: string;
32756
+ euiBorderEditable: string;
32757
+ euiButtonHeight: string;
32758
+ euiButtonHeightSmall: string;
32759
+ euiButtonHeightXSmall: string;
32760
+ euiButtonColorDisabled: string;
32761
+ euiButtonColorDisabledText: string;
32762
+ euiButtonColorGhostDisabled: string;
32763
+ euiButtonTypes: {
32764
+ primary: string;
32765
+ accent: string;
32766
+ accentSecondary: string;
32767
+ neutral: string;
32768
+ success: string;
32769
+ warning: string;
32770
+ risk: string;
32771
+ danger: string;
32772
+ ghost: string;
32773
+ text: string;
32774
+ };
32775
+ euiFontWeightLight: number;
32776
+ euiFontWeightRegular: number;
32777
+ euiFontWeightMedium: number;
32778
+ euiFontWeightSemiBold: number;
32779
+ euiFontWeightBold: number;
32780
+ euiCodeFontWeightRegular: number;
32781
+ euiCodeFontWeightBold: number;
32782
+ euiFormMaxWidth: string;
32783
+ euiFormControlHeight: string;
32784
+ euiFormControlCompressedHeight: string;
32785
+ euiFormControlPadding: string;
32786
+ euiFormControlCompressedPadding: string;
32787
+ euiFormControlBorderRadius: string;
32788
+ euiFormControlCompressedBorderRadius: string;
32789
+ euiRadioSize: string;
32790
+ euiCheckBoxSize: string;
32791
+ euiCheckboxBorderRadius: string;
32792
+ euiSwitchHeight: string;
32793
+ euiSwitchWidth: string;
32794
+ euiSwitchThumbSize: string;
32795
+ euiSwitchIconHeight: string;
32796
+ euiSwitchHeightCompressed: string;
32797
+ euiSwitchWidthCompressed: string;
32798
+ euiSwitchThumbSizeCompressed: string;
32799
+ euiSwitchHeightMini: string;
32800
+ euiSwitchWidthMini: string;
32801
+ euiSwitchThumbSizeMini: string;
32802
+ euiFormBackgroundColor: string;
32803
+ euiFormBackgroundDisabledColor: string;
32804
+ euiFormBackgroundReadOnlyColor: string;
32805
+ euiFormBorderOpaqueColor: string;
32806
+ euiFormBorderColor: string;
32807
+ euiFormBorderDisabledColor: string;
32808
+ euiFormCustomControlDisabledIconColor: string;
32809
+ euiFormCustomControlBorderColor: string;
32810
+ euiFormControlDisabledColor: string;
32811
+ euiFormControlBoxShadow: string;
32812
+ euiFormControlPlaceholderText: string;
32813
+ euiFormInputGroupLabelBackground: string;
32814
+ euiFormInputGroupBorder: string;
32815
+ euiSwitchOffColor: string;
32816
+ euiFormControlIconSizes: {
32817
+ small: string;
32818
+ medium: string;
32819
+ large: string;
32820
+ xLarge: string;
32821
+ xxLarge: string;
32822
+ };
32823
+ euiFormControlLayoutGroupInputHeight: string;
32824
+ euiFormControlLayoutGroupInputCompressedHeight: string;
32825
+ euiFormControlLayoutGroupInputCompressedBorderRadius: string;
32826
+ euiHeaderBackgroundColor: string;
32827
+ euiHeaderDarkBackgroundColor: string;
32828
+ euiHeaderBorderColor: string;
32829
+ euiHeaderBreadcrumbColor: string;
32830
+ euiHeaderHeight: string;
32831
+ euiHeaderChildSize: string;
32832
+ euiHeaderHeightCompensation: string;
32833
+ euiPageDefaultMaxWidth: string;
32834
+ euiPageSidebarMinWidth: string;
32835
+ euiPanelPaddingModifiers: {
32836
+ paddingSmall: string;
32837
+ paddingMedium: string;
32838
+ paddingLarge: string;
32839
+ };
32840
+ euiPanelBorderRadiusModifiers: {
32841
+ borderRadiusNone: number;
32842
+ borderRadiusMedium: string;
32843
+ };
32844
+ euiPanelBackgroundColorModifiers: {
32845
+ transparent: string;
32846
+ plain: string;
32847
+ subdued: string;
32848
+ accent: string;
32849
+ accentSecondary: string;
32850
+ primary: string;
32851
+ success: string;
32852
+ warning: string;
32853
+ danger: string;
32854
+ };
32855
+ euiBreakpoints: {
32856
+ xs: number;
32857
+ s: string;
32858
+ m: string;
32859
+ l: string;
32860
+ xl: string;
32861
+ };
32862
+ euiBreakpointKeys: string;
32863
+ euiShadowColor: string;
32864
+ euiSize: string;
32865
+ euiSizeXS: string;
32866
+ euiSizeS: string;
32867
+ euiSizeM: string;
32868
+ euiSizeL: string;
32869
+ euiSizeXL: string;
32870
+ euiSizeXXL: string;
32871
+ euiScrollBar: string;
32872
+ euiScrollBarCorner: string;
32873
+ euiScrollBarCornerThin: string;
32874
+ euiFocusRingColor: string;
32875
+ euiFocusRingAnimStartColor: string;
32876
+ euiFocusRingAnimStartSize: string;
32877
+ euiFocusRingAnimStartSizeLarge: string;
32878
+ euiFocusRingSizeLarge: string;
32879
+ euiFocusRingSize: string;
32880
+ euiFocusTransparency: number;
32881
+ euiFocusTransparencyPercent: string;
32882
+ euiFocusBackgroundColor: string;
32883
+ euiFontFamily: string;
32884
+ euiCodeFontFamily: string;
32885
+ euiFontFeatureSettings: string;
32886
+ euiTextScale: string;
32887
+ euiFontSize: string;
32888
+ euiFontSizeXS: string;
32889
+ euiFontSizeS: string;
32890
+ euiFontSizeM: string;
32891
+ euiFontSizeL: string;
32892
+ euiFontSizeXL: string;
32893
+ euiFontSizeXXL: string;
32894
+ euiLineHeight: number;
32895
+ euiBodyLineHeight: number;
32896
+ euiTitles: {
32897
+ xxxs: {
32898
+ 'font-size': string;
32899
+ 'line-height': string;
32900
+ 'font-weight': number;
32901
+ };
32902
+ xxs: {
32903
+ 'font-size': string;
32904
+ 'line-height': string;
32905
+ 'font-weight': number;
32906
+ };
32907
+ xs: {
32908
+ 'font-size': string;
32909
+ 'line-height': string;
32910
+ 'font-weight': number;
32911
+ };
32912
+ s: {
32913
+ 'font-size': string;
32914
+ 'line-height': string;
32915
+ 'font-weight': number;
32916
+ };
32917
+ m: {
32918
+ 'font-size': string;
32919
+ 'line-height': string;
32920
+ 'font-weight': number;
32921
+ };
32922
+ l: {
32923
+ 'font-size': string;
32924
+ 'line-height': string;
32925
+ 'font-weight': number;
32926
+ };
32927
+ };
32928
+ euiZLevel0: number;
32929
+ euiZLevel1: number;
32930
+ euiZLevel2: number;
32931
+ euiZLevel3: number;
32932
+ euiZLevel4: number;
32933
+ euiZLevel5: number;
32934
+ euiZLevel6: number;
32935
+ euiZLevel7: number;
32936
+ euiZLevel8: number;
32937
+ euiZLevel9: number;
32938
+ euiZToastList: number;
32939
+ euiZModal: number;
32940
+ euiZMask: number;
32941
+ euiZNavigation: number;
32942
+ euiZContentMenu: number;
32943
+ euiZHeader: number;
32944
+ euiZFlyout: number;
32945
+ euiZMaskBelowHeader: number;
32946
+ euiZContent: number;
32947
+ euiPaletteColorBlind: {
32948
+ euiColorVis0: {
32949
+ graphic: string;
32950
+ behindText: string;
32951
+ };
32952
+ euiColorVis1: {
32953
+ graphic: string;
32954
+ behindText: string;
32955
+ };
32956
+ euiColorVis2: {
32957
+ graphic: string;
32958
+ behindText: string;
32959
+ };
32960
+ euiColorVis3: {
32961
+ graphic: string;
32962
+ behindText: string;
32963
+ };
32964
+ euiColorVis4: {
32965
+ graphic: string;
32966
+ behindText: string;
32967
+ };
32968
+ euiColorVis5: {
32969
+ graphic: string;
32970
+ behindText: string;
32971
+ };
32972
+ euiColorVis6: {
32973
+ graphic: string;
32974
+ behindText: string;
32975
+ };
32976
+ euiColorVis7: {
32977
+ graphic: string;
32978
+ behindText: string;
32979
+ };
32980
+ euiColorVis8: {
32981
+ graphic: string;
32982
+ behindText: string;
32983
+ };
32984
+ euiColorVis9: {
32985
+ graphic: string;
32986
+ behindText: string;
32987
+ };
32988
+ };
32989
+ euiPaletteColorBlindKeys: string;
32990
+ euiColorVis0: string;
32991
+ euiColorVis1: string;
32992
+ euiColorVis2: string;
32993
+ euiColorVis3: string;
32994
+ euiColorVis4: string;
32995
+ euiColorVis5: string;
32996
+ euiColorVis6: string;
32997
+ euiColorVis7: string;
32998
+ euiColorVis8: string;
32999
+ euiColorVis9: string;
33000
+ euiColorVis0_behindText: string;
33001
+ euiColorVis1_behindText: string;
33002
+ euiColorVis2_behindText: string;
33003
+ euiColorVis3_behindText: string;
33004
+ euiColorVis4_behindText: string;
33005
+ euiColorVis5_behindText: string;
33006
+ euiColorVis6_behindText: string;
33007
+ euiColorVis7_behindText: string;
33008
+ euiColorVis8_behindText: string;
33009
+ euiColorVis9_behindText: string;
33010
+ euiColorVisAsTextLight0: string;
33011
+ euiColorVisAsTextLight1: string;
33012
+ euiColorVisAsTextLight2: string;
33013
+ euiColorVisAsTextLight3: string;
33014
+ euiColorVisAsTextLight4: string;
33015
+ euiColorVisAsTextLight5: string;
33016
+ euiColorVisAsTextLight6: string;
33017
+ euiColorVisAsTextDark0: string;
33018
+ euiColorVisAsTextDark1: string;
33019
+ euiColorVisAsTextDark2: string;
33020
+ euiColorVisAsTextDark3: string;
33021
+ euiColorVisAsTextDark4: string;
33022
+ euiColorVisAsTextDark5: string;
33023
+ euiColorVisAsTextDark6: string;
33024
+ euiColorVisSuccess0: string;
33025
+ euiColorVisSuccess1: string;
33026
+ euiColorVisWarning0: string;
33027
+ euiColorVisDanger0: string;
33028
+ euiColorVisDanger1: string;
33029
+ euiColorVisNeutral0: string;
33030
+ euiColorVisGrey0: string;
33031
+ euiColorVisGrey1: string;
33032
+ euiColorVisGrey2: string;
33033
+ euiColorVisGrey3: string;
33034
+ euiColorVisWarm0: string;
33035
+ euiColorVisWarm1: string;
33036
+ euiColorVisWarm2: string;
33037
+ euiColorVisCool0: string;
33038
+ euiColorVisCool1: string;
33039
+ euiColorVisCool2: string;
33040
+ euiColorVisComplementary0: string;
33041
+ euiColorVisComplementary1: string;
33042
+ euiColorSeverityUnknown: string;
33043
+ euiColorSeverityNeutral: string;
33044
+ euiColorSeveritySuccess: string;
33045
+ euiColorSeverityWarning: string;
33046
+ euiColorSeverityRisk: string;
33047
+ euiColorSeverityDanger: string;
33048
+ euiColorChartLines: string;
33049
+ euiColorChartBand: string;
33050
+ euiColorGhost: string;
33051
+ euiColorInk: string;
33052
+ euiColorPrimary: string;
33053
+ euiColorAccent: string;
33054
+ euiColorAccentSecondary: string;
33055
+ euiColorSuccess: string;
33056
+ euiColorWarning: string;
33057
+ euiColorDanger: string;
33058
+ euiColorEmptyShade: string;
33059
+ euiColorLightestShade: string;
33060
+ euiColorLightShade: string;
33061
+ euiColorMediumShade: string;
33062
+ euiColorDarkShade: string;
33063
+ euiColorDarkestShade: string;
33064
+ euiColorFullShade: string;
33065
+ euiPageBackgroundColor: string;
33066
+ euiColorHighlight: string;
33067
+ euiTextColor: string;
33068
+ euiTitleColor: string;
33069
+ euiTextSubduedColor: string;
33070
+ euiColorDisabled: string;
33071
+ euiColorPrimaryText: string;
33072
+ euiColorSuccessText: string;
33073
+ euiColorAccentText: string;
33074
+ euiColorWarningText: string;
33075
+ euiColorDangerText: string;
33076
+ euiColorDisabledText: string;
33077
+ euiLinkColor: string;
33078
+ euiColorPlainLight: string;
33079
+ euiColorPlainDark: string;
33080
+ euiColorTextPrimary: string;
33081
+ euiColorTextAccent: string;
33082
+ euiColorTextAccentSecondary: string;
33083
+ euiColorTextNeutral: string;
33084
+ euiColorTextSuccess: string;
33085
+ euiColorTextWarning: string;
33086
+ euiColorTextRisk: string;
33087
+ euiColorTextDanger: string;
33088
+ euiColorTextParagraph: string;
33089
+ euiColorTextHeading: string;
33090
+ euiColorTextSubdued: string;
33091
+ euiColorTextDisabled: string;
33092
+ euiColorTextInverse: string;
33093
+ euiColorBackgroundBasePrimary: string;
33094
+ euiColorBackgroundBaseAccent: string;
33095
+ euiColorBackgroundBaseAccentSecondary: string;
33096
+ euiColorBackgroundBaseNeutral: string;
33097
+ euiColorBackgroundBaseSuccess: string;
33098
+ euiColorBackgroundBaseWarning: string;
33099
+ euiColorBackgroundBaseRisk: string;
33100
+ euiColorBackgroundBaseDanger: string;
33101
+ euiColorBackgroundBaseSubdued: string;
33102
+ euiColorBackgroundBasePlain: string;
33103
+ euiColorBackgroundBaseDisabled: string;
33104
+ euiColorBackgroundBaseHighlighted: string;
33105
+ euiColorBackgroundBaseFormsPrepend: string;
33106
+ euiColorBackgroundBaseFormsControlDisabled: string;
33107
+ euiColorBackgroundBaseInteractiveHover: string;
33108
+ euiColorBackgroundBaseInteractiveSelect: string;
33109
+ euiColorBackgroundBaseInteractiveOverlay: string;
33110
+ euiColorBackgroundBaseSkeletonEdge: string;
33111
+ euiColorBackgroundBaseSkeletonMiddle: string;
33112
+ euiColorBackgroundLightPrimary: string;
33113
+ euiColorBackgroundLightAccent: string;
33114
+ euiColorBackgroundLightAccentSecondary: string;
33115
+ euiColorBackgroundLightNeutral: string;
33116
+ euiColorBackgroundLightSuccess: string;
33117
+ euiColorBackgroundLightWarning: string;
33118
+ euiColorBackgroundLightRisk: string;
33119
+ euiColorBackgroundLightDanger: string;
33120
+ euiColorBackgroundLightText: string;
33121
+ euiColorBackgroundFilledPrimary: string;
33122
+ euiColorBackgroundFilledAccent: string;
33123
+ euiColorBackgroundFilledAccentSecondary: string;
33124
+ euiColorBackgroundFilledNeutral: string;
33125
+ euiColorBackgroundFilledSuccess: string;
33126
+ euiColorBackgroundFilledWarning: string;
33127
+ euiColorBackgroundFilledRisk: string;
33128
+ euiColorBackgroundFilledDanger: string;
33129
+ euiColorBackgroundFilledText: string;
33130
+ euiColorBorderBasePrimary: string;
33131
+ euiColorBorderBaseAccent: string;
33132
+ euiColorBorderBaseAccentSecondary: string;
33133
+ euiColorBorderBaseNeutral: string;
33134
+ euiColorBorderBaseSuccess: string;
33135
+ euiColorBorderBaseWarning: string;
33136
+ euiColorBorderBaseRisk: string;
33137
+ euiColorBorderBaseDanger: string;
33138
+ euiColorBorderBasePlain: string;
33139
+ euiColorBorderBaseSubdued: string;
33140
+ euiColorBorderBaseDisabled: string;
33141
+ euiColorBorderBaseFloating: string;
33142
+ euiColorBorderBaseFormsColorSwatch: string;
33143
+ euiColorBorderBaseFormsControl: string;
33144
+ euiColorBorderStrongPrimary: string;
33145
+ euiColorBorderStrongAccent: string;
33146
+ euiColorBorderStrongAccentSecondary: string;
33147
+ euiColorBorderStrongNeutral: string;
33148
+ euiColorBorderStrongSuccess: string;
33149
+ euiColorBorderStrongWarning: string;
33150
+ euiColorBorderStrongRisk: string;
33151
+ euiColorBorderStrongDanger: string;
33152
+ };
33153
+ export default sassVariables;
33154
+ }
31432
33155
  // TODO: remove once exported by package itself
31433
33156
  // https://github.com/oblador/loki/pull/516
31434
33157
  declare module '@loki/create-async-callback' {