@elastic/eui 102.1.0 → 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 (219) hide show
  1. package/es/components/basic_table/basic_table.js +10 -9
  2. package/es/components/basic_table/in_memory_table.js +18 -16
  3. package/es/components/breadcrumbs/_breadcrumb_content.js +1 -1
  4. package/es/components/breadcrumbs/breadcrumbs.js +3 -3
  5. package/es/components/button/button_group/button_group.js +1 -1
  6. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  7. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  8. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  9. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  10. package/es/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  11. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  12. package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  13. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  14. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  15. package/es/components/comment_list/comment_list.js +1 -1
  16. package/es/components/datagrid/body/cell/data_grid_cell.js +9 -9
  17. package/es/components/datagrid/body/data_grid_body.js +14 -9
  18. package/es/components/datagrid/body/data_grid_body_custom.js +14 -9
  19. package/es/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  20. package/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  21. package/es/components/datagrid/body/header/draggable_columns.js +1 -1
  22. package/es/components/datagrid/controls/column_sorting.js +6 -6
  23. package/es/components/datagrid/controls/column_sorting_draggable.js +3 -3
  24. package/es/components/datagrid/utils/in_memory.js +3 -3
  25. package/es/components/datagrid/utils/scrolling.js +3 -1
  26. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  27. package/es/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  28. package/es/components/form/range/dual_range.js +1 -1
  29. package/es/components/form/range/range.js +1 -1
  30. package/es/components/form/range/range_track.js +1 -1
  31. package/es/components/form/select/select.js +1 -1
  32. package/es/components/header/header.js +10 -10
  33. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +3 -3
  34. package/es/components/header/header_links/header_links.js +1 -1
  35. package/es/components/icon/assets/logo_elastic.js +23 -17
  36. package/es/components/icon/icon.styles.js +1 -1
  37. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  38. package/es/components/list_group/list_group.js +2 -2
  39. package/es/components/list_group/list_group_item.js +1 -1
  40. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  41. package/es/components/loading/loading_elastic.styles.js +2 -2
  42. package/es/components/loading/loading_spinner.js +1 -1
  43. package/es/components/page/page_header/page_header_content.js +1 -1
  44. package/es/components/popover/popover.js +1 -1
  45. package/es/components/responsive/hide_for.js +1 -1
  46. package/es/components/responsive/show_for.js +1 -1
  47. package/es/components/search_bar/filters/field_value_selection_filter.js +1 -1
  48. package/es/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  49. package/es/components/search_bar/search_bar.js +3 -3
  50. package/es/components/search_bar/search_filters.js +2 -2
  51. package/es/components/selectable/selectable.js +13 -12
  52. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  53. package/es/components/side_nav/side_nav.js +2 -2
  54. package/es/components/table/table_row_cell.js +1 -1
  55. package/es/components/timeline/timeline.js +1 -1
  56. package/es/components/toast/global_toast_list.js +27 -20
  57. package/es/components/tour/tour_step.js +1 -1
  58. package/es/services/theme/hooks.js +11 -0
  59. package/es/services/theme/index.js +1 -1
  60. package/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  61. package/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  62. package/es/themes/json/eui_theme_borealis_dark.json +427 -0
  63. package/es/themes/json/eui_theme_borealis_light.json +427 -0
  64. package/eui.d.ts +1840 -88
  65. package/lib/components/basic_table/basic_table.js +10 -9
  66. package/lib/components/basic_table/in_memory_table.js +18 -16
  67. package/lib/components/breadcrumbs/_breadcrumb_content.js +1 -1
  68. package/lib/components/breadcrumbs/breadcrumbs.js +2 -2
  69. package/lib/components/button/button_group/button_group.js +1 -1
  70. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  71. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  72. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  73. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  74. package/lib/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  75. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  76. package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  77. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  78. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  79. package/lib/components/comment_list/comment_list.js +1 -1
  80. package/lib/components/datagrid/body/cell/data_grid_cell.js +9 -9
  81. package/lib/components/datagrid/body/data_grid_body.js +14 -9
  82. package/lib/components/datagrid/body/data_grid_body_custom.js +14 -9
  83. package/lib/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  84. package/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  85. package/lib/components/datagrid/body/header/draggable_columns.js +1 -1
  86. package/lib/components/datagrid/controls/column_sorting.js +6 -6
  87. package/lib/components/datagrid/controls/column_sorting_draggable.js +3 -3
  88. package/lib/components/datagrid/utils/in_memory.js +3 -3
  89. package/lib/components/datagrid/utils/scrolling.js +3 -1
  90. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  91. package/lib/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  92. package/lib/components/empty_prompt/images/illustration.svg +939 -0
  93. package/lib/components/form/range/dual_range.js +1 -1
  94. package/lib/components/form/range/range.js +1 -1
  95. package/lib/components/form/range/range_track.js +1 -1
  96. package/lib/components/form/select/select.js +1 -1
  97. package/lib/components/header/header.js +10 -10
  98. package/lib/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  99. package/lib/components/icon/assets/logo_elastic.js +23 -17
  100. package/lib/components/icon/icon.styles.js +1 -1
  101. package/lib/components/icon/svgs/logo_elastic.svg +7 -9
  102. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  103. package/lib/components/list_group/list_group.js +2 -2
  104. package/lib/components/list_group/list_group_item.js +1 -1
  105. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  106. package/lib/components/loading/loading_elastic.styles.js +2 -2
  107. package/lib/components/loading/loading_spinner.js +1 -1
  108. package/lib/components/popover/popover.js +1 -1
  109. package/lib/components/responsive/hide_for.js +1 -1
  110. package/lib/components/responsive/show_for.js +1 -1
  111. package/lib/components/search_bar/filters/field_value_selection_filter.js +1 -1
  112. package/lib/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  113. package/lib/components/search_bar/search_bar.js +3 -3
  114. package/lib/components/search_bar/search_filters.js +2 -2
  115. package/lib/components/selectable/selectable.js +13 -12
  116. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  117. package/lib/components/side_nav/side_nav.js +2 -2
  118. package/lib/components/table/table_row_cell.js +1 -1
  119. package/lib/components/timeline/timeline.js +1 -1
  120. package/lib/components/toast/global_toast_list.js +27 -20
  121. package/lib/services/theme/hooks.js +12 -1
  122. package/lib/services/theme/index.js +6 -0
  123. package/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  124. package/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  125. package/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  126. package/lib/themes/json/eui_theme_borealis_light.json +427 -0
  127. package/optimize/es/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  128. package/optimize/es/components/datagrid/utils/scrolling.js +3 -1
  129. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  130. package/optimize/es/components/form/select/select.js +1 -1
  131. package/optimize/es/components/icon/assets/logo_elastic.js +23 -17
  132. package/optimize/es/components/icon/icon.styles.js +1 -1
  133. package/optimize/es/components/loading/loading_elastic.styles.js +2 -2
  134. package/optimize/es/components/selectable/selectable.js +10 -9
  135. package/optimize/es/components/toast/global_toast_list.js +24 -20
  136. package/optimize/es/services/theme/hooks.js +11 -0
  137. package/optimize/es/services/theme/index.js +1 -1
  138. package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  139. package/optimize/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  140. package/optimize/es/themes/json/eui_theme_borealis_dark.json +427 -0
  141. package/optimize/es/themes/json/eui_theme_borealis_light.json +427 -0
  142. package/optimize/lib/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  143. package/optimize/lib/components/datagrid/utils/scrolling.js +3 -1
  144. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  145. package/optimize/lib/components/empty_prompt/images/illustration.svg +939 -0
  146. package/optimize/lib/components/form/select/select.js +1 -1
  147. package/optimize/lib/components/icon/assets/logo_elastic.js +23 -17
  148. package/optimize/lib/components/icon/icon.styles.js +1 -1
  149. package/optimize/lib/components/icon/svgs/logo_elastic.svg +7 -9
  150. package/optimize/lib/components/loading/loading_elastic.styles.js +2 -2
  151. package/optimize/lib/components/selectable/selectable.js +10 -9
  152. package/optimize/lib/components/toast/global_toast_list.js +24 -20
  153. package/optimize/lib/services/theme/hooks.js +12 -1
  154. package/optimize/lib/services/theme/index.js +6 -0
  155. package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  156. package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  157. package/optimize/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  158. package/optimize/lib/themes/json/eui_theme_borealis_light.json +427 -0
  159. package/package.json +3 -5
  160. package/test-env/components/basic_table/basic_table.js +10 -9
  161. package/test-env/components/basic_table/in_memory_table.js +18 -16
  162. package/test-env/components/breadcrumbs/_breadcrumb_content.js +1 -1
  163. package/test-env/components/breadcrumbs/breadcrumbs.js +2 -2
  164. package/test-env/components/button/button_group/button_group.js +1 -1
  165. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  166. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  167. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  168. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  169. package/test-env/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  170. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  171. package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  172. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  173. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  174. package/test-env/components/comment_list/comment_list.js +1 -1
  175. package/test-env/components/datagrid/body/cell/data_grid_cell.js +9 -9
  176. package/test-env/components/datagrid/body/data_grid_body.js +14 -9
  177. package/test-env/components/datagrid/body/data_grid_body_custom.js +14 -9
  178. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  179. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  180. package/test-env/components/datagrid/body/header/draggable_columns.js +1 -1
  181. package/test-env/components/datagrid/controls/column_sorting.js +6 -6
  182. package/test-env/components/datagrid/controls/column_sorting_draggable.js +3 -3
  183. package/test-env/components/datagrid/utils/in_memory.js +3 -3
  184. package/test-env/components/datagrid/utils/scrolling.js +3 -1
  185. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  186. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  187. package/test-env/components/form/range/dual_range.js +1 -1
  188. package/test-env/components/form/range/range.js +1 -1
  189. package/test-env/components/form/range/range_track.js +1 -1
  190. package/test-env/components/form/select/select.js +1 -1
  191. package/test-env/components/header/header.js +10 -10
  192. package/test-env/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  193. package/test-env/components/icon/assets/logo_elastic.js +23 -17
  194. package/test-env/components/icon/icon.styles.js +1 -1
  195. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  196. package/test-env/components/list_group/list_group.js +2 -2
  197. package/test-env/components/list_group/list_group_item.js +1 -1
  198. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  199. package/test-env/components/loading/loading_elastic.styles.js +2 -2
  200. package/test-env/components/loading/loading_spinner.js +1 -1
  201. package/test-env/components/popover/popover.js +1 -1
  202. package/test-env/components/responsive/hide_for.js +1 -1
  203. package/test-env/components/responsive/show_for.js +1 -1
  204. package/test-env/components/search_bar/filters/field_value_selection_filter.js +1 -1
  205. package/test-env/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  206. package/test-env/components/search_bar/search_bar.js +3 -3
  207. package/test-env/components/search_bar/search_filters.js +2 -2
  208. package/test-env/components/selectable/selectable.js +13 -12
  209. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  210. package/test-env/components/side_nav/side_nav.js +2 -2
  211. package/test-env/components/table/table_row_cell.js +1 -1
  212. package/test-env/components/timeline/timeline.js +1 -1
  213. package/test-env/components/toast/global_toast_list.js +24 -20
  214. package/test-env/services/theme/hooks.js +12 -1
  215. package/test-env/services/theme/index.js +6 -0
  216. package/test-env/themes/json/eui_theme_amsterdam_dark.json +427 -0
  217. package/test-env/themes/json/eui_theme_amsterdam_light.json +427 -0
  218. package/test-env/themes/json/eui_theme_borealis_dark.json +427 -0
  219. package/test-env/themes/json/eui_theme_borealis_light.json +427 -0
@@ -0,0 +1,427 @@
1
+ {
2
+ "euiZDataGrid": 999,
3
+ "euiZHeaderBelowDataGrid": 998,
4
+ "euiZDataGridCellPopover": 1000,
5
+ "euiDataGridCellPaddingS": "4px",
6
+ "euiDataGridCellPaddingM": "6px",
7
+ "euiDataGridCellPaddingL": "8px",
8
+ "euiTableHoverColor": "rgba(54, 95, 178, 0.06)",
9
+ "euiTableSelectedColor": "#EDEFF3",
10
+ "euiTableHoverSelectedColor": "rgba(54, 95, 178, 0.06)",
11
+ "euiTableActionsBorderColor": "#E3E8F2",
12
+ "euiTableHoverClickableColor": "rgba(54, 95, 178, 0.06)",
13
+ "euiTableFocusClickableColor": "rgba(54, 95, 178, 0.06)",
14
+ "euiContrastRatioText": 4.5,
15
+ "euiContrastRatioGraphic": 3,
16
+ "euiContrastRatioDisabled": 2,
17
+ "euiAnimSlightBounce": "cubic-bezier(0.34, 1.61, 0.7, 1)",
18
+ "euiAnimSlightResistance": "cubic-bezier(0.694, 0.0482, 0.335, 1)",
19
+ "euiAnimSpeedExtraFast": "90ms",
20
+ "euiAnimSpeedFast": "150ms",
21
+ "euiAnimSpeedNormal": "250ms",
22
+ "euiAnimSpeedSlow": "350ms",
23
+ "euiAnimSpeedExtraSlow": "500ms",
24
+ "euiBorderWidthThin": "1px",
25
+ "euiBorderWidthThick": "2px",
26
+ "euiBorderColor": "#E3E8F2",
27
+ "euiBorderRadius": "4px",
28
+ "euiBorderRadiusSmall": "4px",
29
+ "euiBorderThick": "2px solid #E3E8F2",
30
+ "euiBorderThin": "1px solid #E3E8F2",
31
+ "euiBorderEditable": "2px dotted #E3E8F2",
32
+ "euiButtonHeight": "40px",
33
+ "euiButtonHeightSmall": "32px",
34
+ "euiButtonHeightXSmall": "24px",
35
+ "euiButtonColorDisabled": "#ECF1F9",
36
+ "euiButtonColorDisabledText": "#798EAF",
37
+ "euiButtonColorGhostDisabled": "#ECF1F9",
38
+ "euiButtonTypes": {
39
+ "primary": "#0B64DD",
40
+ "accent": "#BC1E70",
41
+ "accentSecondary": "#008B87",
42
+ "neutral": "#1C8CB5",
43
+ "success": "#008A5E",
44
+ "warning": "#FACB3D",
45
+ "risk": "#ED6723",
46
+ "danger": "#C61E25",
47
+ "ghost": "#ffffff",
48
+ "text": "#5A6D8C"
49
+ },
50
+ "euiFontWeightLight": 300,
51
+ "euiFontWeightRegular": 400,
52
+ "euiFontWeightMedium": 450,
53
+ "euiFontWeightSemiBold": 500,
54
+ "euiFontWeightBold": 600,
55
+ "euiCodeFontWeightRegular": 400,
56
+ "euiCodeFontWeightBold": 600,
57
+ "euiFormMaxWidth": "400px",
58
+ "euiFormControlHeight": "40px",
59
+ "euiFormControlCompressedHeight": "32px",
60
+ "euiFormControlPadding": "12px",
61
+ "euiFormControlCompressedPadding": "8px",
62
+ "euiFormControlBorderRadius": "4px",
63
+ "euiFormControlCompressedBorderRadius": "4px",
64
+ "euiRadioSize": "16px",
65
+ "euiCheckBoxSize": "16px",
66
+ "euiCheckboxBorderRadius": "4px",
67
+ "euiSwitchHeight": "20px",
68
+ "euiSwitchWidth": "44px",
69
+ "euiSwitchThumbSize": "20px",
70
+ "euiSwitchIconHeight": "16px",
71
+ "euiSwitchHeightCompressed": "16px",
72
+ "euiSwitchWidthCompressed": "28px",
73
+ "euiSwitchThumbSizeCompressed": "16px",
74
+ "euiSwitchHeightMini": "10px",
75
+ "euiSwitchWidthMini": "22px",
76
+ "euiSwitchThumbSizeMini": "10px",
77
+ "euiFormBackgroundColor": "#F6F9FC",
78
+ "euiFormBackgroundDisabledColor": "#ECF1F9",
79
+ "euiFormBackgroundReadOnlyColor": "#FFFFFF",
80
+ "euiFormBorderOpaqueColor": "#1c2390",
81
+ "euiFormBorderColor": "#CAD3E2",
82
+ "euiFormBorderDisabledColor": "#CAD3E2",
83
+ "euiFormCustomControlDisabledIconColor": "#798EAF",
84
+ "euiFormCustomControlBorderColor": "#CAD3E2",
85
+ "euiFormControlDisabledColor": "#CAD3E2",
86
+ "euiFormControlBoxShadow": "0 0 rgba(0, 0, 0, 0)",
87
+ "euiFormControlPlaceholderText": "#5A6D8C",
88
+ "euiFormInputGroupLabelBackground": "#ECF1F9",
89
+ "euiFormInputGroupBorder": "none",
90
+ "euiSwitchOffColor": "#5A6D8C",
91
+ "euiFormControlIconSizes": {
92
+ "small": "12px",
93
+ "medium": "16px",
94
+ "large": "24px",
95
+ "xLarge": "32px",
96
+ "xxLarge": "40px"
97
+ },
98
+ "euiFormControlLayoutGroupInputHeight": "38px",
99
+ "euiFormControlLayoutGroupInputCompressedHeight": "30px",
100
+ "euiFormControlLayoutGroupInputCompressedBorderRadius": "2px",
101
+ "euiHeaderBackgroundColor": "#FFFFFF",
102
+ "euiHeaderDarkBackgroundColor": "#0B1628",
103
+ "euiHeaderBorderColor": "#E3E8F2",
104
+ "euiHeaderBreadcrumbColor": "#D9E8FF",
105
+ "euiHeaderHeight": "48px",
106
+ "euiHeaderChildSize": "40px",
107
+ "euiHeaderHeightCompensation": "48px",
108
+ "euiPageDefaultMaxWidth": "1200px",
109
+ "euiPageSidebarMinWidth": "192px",
110
+ "euiPanelPaddingModifiers": {
111
+ "paddingSmall": "8px",
112
+ "paddingMedium": "16px",
113
+ "paddingLarge": "24px"
114
+ },
115
+ "euiPanelBorderRadiusModifiers": {
116
+ "borderRadiusNone": 0,
117
+ "borderRadiusMedium": "4px"
118
+ },
119
+ "euiPanelBackgroundColorModifiers": {
120
+ "transparent": "rgba(0, 0, 0, 0)",
121
+ "plain": "#FFFFFF",
122
+ "subdued": "#F6F9FC",
123
+ "accent": "#FFEBF5",
124
+ "accentSecondary": "#E2F9F7",
125
+ "primary": "#E8F1FF",
126
+ "success": "#E2F8F0",
127
+ "warning": "#FDF3D8",
128
+ "danger": "#FFE8E5"
129
+ },
130
+ "euiBreakpoints": {
131
+ "xs": 0,
132
+ "s": "575px",
133
+ "m": "768px",
134
+ "l": "992px",
135
+ "xl": "1200px"
136
+ },
137
+ "euiBreakpointKeys": "'xs', 's', 'm', 'l', 'xl'",
138
+ "euiShadowColor": "#000000",
139
+ "euiSize": "16px",
140
+ "euiSizeXS": "4px",
141
+ "euiSizeS": "8px",
142
+ "euiSizeM": "12px",
143
+ "euiSizeL": "24px",
144
+ "euiSizeXL": "32px",
145
+ "euiSizeXXL": "40px",
146
+ "euiScrollBar": "16px",
147
+ "euiScrollBarCorner": "4px",
148
+ "euiScrollBarCornerThin": "6px",
149
+ "euiFocusRingColor": "#1750BA",
150
+ "euiFocusRingAnimStartColor": "rgba(0, 0, 0, 0)",
151
+ "euiFocusRingAnimStartSize": "2px",
152
+ "euiFocusRingAnimStartSizeLarge": "10px",
153
+ "euiFocusRingSizeLarge": "4px",
154
+ "euiFocusRingSize": "2px",
155
+ "euiFocusTransparency": 0.9,
156
+ "euiFocusTransparencyPercent": "90%",
157
+ "euiFocusBackgroundColor": "#ECF1F9",
158
+ "euiFontFamily": "'Inter', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
159
+ "euiCodeFontFamily": "'Roboto Mono', 'Consolas', 'Menlo', 'Courier', monospace",
160
+ "euiFontFeatureSettings": "calt 1 kern 1 liga 1",
161
+ "euiTextScale": "1,875, 1.5, 1.25, 1, .875, .75",
162
+ "euiFontSize": "14px",
163
+ "euiFontSizeXS": "12px",
164
+ "euiFontSizeS": "14px",
165
+ "euiFontSizeM": "16px",
166
+ "euiFontSizeL": "20px",
167
+ "euiFontSizeXL": "24px",
168
+ "euiFontSizeXXL": "30px",
169
+ "euiLineHeight": 1.5,
170
+ "euiBodyLineHeight": 1.142857143,
171
+ "euiTitles": {
172
+ "xxxs": {
173
+ "font-size": "12px",
174
+ "line-height": "1.1429rem",
175
+ "font-weight": 600
176
+ },
177
+ "xxs": {
178
+ "font-size": "14px",
179
+ "line-height": "1.4286rem",
180
+ "font-weight": 600
181
+ },
182
+ "xs": {
183
+ "font-size": "16px",
184
+ "line-height": "1.7143rem",
185
+ "font-weight": 600
186
+ },
187
+ "s": {
188
+ "font-size": "20px",
189
+ "line-height": "1.7143rem",
190
+ "font-weight": 600
191
+ },
192
+ "m": {
193
+ "font-size": "24px",
194
+ "line-height": "2rem",
195
+ "font-weight": 600
196
+ },
197
+ "l": {
198
+ "font-size": "30px",
199
+ "line-height": "2.5714rem",
200
+ "font-weight": 600
201
+ }
202
+ },
203
+ "euiZLevel0": 0,
204
+ "euiZLevel1": 1000,
205
+ "euiZLevel2": 2000,
206
+ "euiZLevel3": 3000,
207
+ "euiZLevel4": 4000,
208
+ "euiZLevel5": 5000,
209
+ "euiZLevel6": 6000,
210
+ "euiZLevel7": 7000,
211
+ "euiZLevel8": 8000,
212
+ "euiZLevel9": 9000,
213
+ "euiZToastList": 9000,
214
+ "euiZModal": 8000,
215
+ "euiZMask": 6000,
216
+ "euiZNavigation": 6000,
217
+ "euiZContentMenu": 2000,
218
+ "euiZHeader": 1000,
219
+ "euiZFlyout": 1000,
220
+ "euiZMaskBelowHeader": 1000,
221
+ "euiZContent": 0,
222
+ "euiPaletteColorBlind": {
223
+ "euiColorVis0": {
224
+ "graphic": "#16C5C0",
225
+ "behindText": "#16C5C0"
226
+ },
227
+ "euiColorVis1": {
228
+ "graphic": "#98E6E2",
229
+ "behindText": "#98E6E2"
230
+ },
231
+ "euiColorVis2": {
232
+ "graphic": "#61A2FF",
233
+ "behindText": "#61A2FF"
234
+ },
235
+ "euiColorVis3": {
236
+ "graphic": "#BFDBFF",
237
+ "behindText": "#BFDBFF"
238
+ },
239
+ "euiColorVis4": {
240
+ "graphic": "#EE72A6",
241
+ "behindText": "#EE72A6"
242
+ },
243
+ "euiColorVis5": {
244
+ "graphic": "#FFC7DB",
245
+ "behindText": "#FFC7DB"
246
+ },
247
+ "euiColorVis6": {
248
+ "graphic": "#F6726A",
249
+ "behindText": "#F6726A"
250
+ },
251
+ "euiColorVis7": {
252
+ "graphic": "#FFC9C2",
253
+ "behindText": "#FFC9C2"
254
+ },
255
+ "euiColorVis8": {
256
+ "graphic": "#EAAE01",
257
+ "behindText": "#EAAE01"
258
+ },
259
+ "euiColorVis9": {
260
+ "graphic": "#FCD883",
261
+ "behindText": "#FCD883"
262
+ }
263
+ },
264
+ "euiPaletteColorBlindKeys": "'euiColorVis0', 'euiColorVis1', 'euiColorVis2', 'euiColorVis3', 'euiColorVis4', 'euiColorVis5', 'euiColorVis6', 'euiColorVis7', 'euiColorVis8', 'euiColorVis9'",
265
+ "euiColorVis0": "#16C5C0",
266
+ "euiColorVis1": "#A6EDEA",
267
+ "euiColorVis2": "#61A2FF",
268
+ "euiColorVis3": "#BFDBFF",
269
+ "euiColorVis4": "#EE72A6",
270
+ "euiColorVis5": "#FFC7DB",
271
+ "euiColorVis6": "#F6726A",
272
+ "euiColorVis7": "#FFC9C2",
273
+ "euiColorVis8": "#EAAE01",
274
+ "euiColorVis9": "#FCD883",
275
+ "euiColorVis0_behindText": "#16C5C0",
276
+ "euiColorVis1_behindText": "#A6EDEA",
277
+ "euiColorVis2_behindText": "#61A2FF",
278
+ "euiColorVis3_behindText": "#B4D5FF",
279
+ "euiColorVis4_behindText": "#EE72A6",
280
+ "euiColorVis5_behindText": "#FFC7DB",
281
+ "euiColorVis6_behindText": "#F6726A",
282
+ "euiColorVis7_behindText": "#FFC9C2",
283
+ "euiColorVis8_behindText": "#EAAE01",
284
+ "euiColorVis9_behindText": "#FCD883",
285
+ "euiColorVisAsTextLight0": "#047471",
286
+ "euiColorVisAsTextLight1": "#1750BA",
287
+ "euiColorVisAsTextLight2": "#A11262",
288
+ "euiColorVisAsTextLight3": "#A71627",
289
+ "euiColorVisAsTextLight4": "#825803",
290
+ "euiColorVisAsTextLight5": "#09724D",
291
+ "euiColorVisAsTextLight6": "#6B3C9F",
292
+ "euiColorVisAsTextDark0": "#16C5C0",
293
+ "euiColorVisAsTextDark1": "#61A2FF",
294
+ "euiColorVisAsTextDark2": "#EE72A6",
295
+ "euiColorVisAsTextDark3": "#F6726A",
296
+ "euiColorVisAsTextDark4": "#EAAE01",
297
+ "euiColorVisAsTextDark5": "#24C292",
298
+ "euiColorVisAsTextDark6": "#B084F5",
299
+ "euiColorVisSuccess0": "#24C292",
300
+ "euiColorVisSuccess1": "#AEE8D2",
301
+ "euiColorVisWarning0": "#FCD883",
302
+ "euiColorVisDanger0": "#F6726A",
303
+ "euiColorVisDanger1": "#FFC9C2",
304
+ "euiColorVisNeutral0": "#F6F9FC",
305
+ "euiColorVisGrey0": "#CAD3E2",
306
+ "euiColorVisGrey1": "#8E9FBC",
307
+ "euiColorVisGrey2": "#5A6D8C",
308
+ "euiColorVisGrey3": "#1D2A3E",
309
+ "euiColorVisWarm0": "#FFE8E5",
310
+ "euiColorVisWarm1": "#FFB5AD",
311
+ "euiColorVisWarm2": "#F6726A",
312
+ "euiColorVisCool0": "#E8F1FF",
313
+ "euiColorVisCool1": "#A3CBFF",
314
+ "euiColorVisCool2": "#61A2FF",
315
+ "euiColorVisComplementary0": "#61A2FF",
316
+ "euiColorVisComplementary1": "#EAAE01",
317
+ "euiColorSeverityUnknown": "#E3E8F2",
318
+ "euiColorSeverityNeutral": "#B5E5F2",
319
+ "euiColorSeveritySuccess": "#24C292",
320
+ "euiColorSeverityWarning": "#FCD883",
321
+ "euiColorSeverityRisk": "#FF995E",
322
+ "euiColorSeverityDanger": "#EE4C48",
323
+ "euiColorChartLines": "#CAD3E2",
324
+ "euiColorChartBand": "#F6F9FC",
325
+ "euiColorGhost": "#FFFFFF",
326
+ "euiColorInk": "#000000",
327
+ "euiColorPrimary": "#0B64DD",
328
+ "euiColorAccent": "#BC1E70",
329
+ "euiColorAccentSecondary": "#008B87",
330
+ "euiColorSuccess": "#008A5E",
331
+ "euiColorWarning": "#FACB3D",
332
+ "euiColorDanger": "#C61E25",
333
+ "euiColorEmptyShade": "#FFFFFF",
334
+ "euiColorLightestShade": "#ECF1F9",
335
+ "euiColorLightShade": "#CAD3E2",
336
+ "euiColorMediumShade": "#8E9FBC",
337
+ "euiColorDarkShade": "#5A6D8C",
338
+ "euiColorDarkestShade": "#2B394F",
339
+ "euiColorFullShade": "#07101F",
340
+ "euiPageBackgroundColor": "#F6F9FC",
341
+ "euiColorHighlight": "#E8F1FF",
342
+ "euiTextColor": "#1D2A3E",
343
+ "euiTitleColor": "#111C2C",
344
+ "euiTextSubduedColor": "#516381",
345
+ "euiColorDisabled": "#E3E8F2",
346
+ "euiColorPrimaryText": "#1750BA",
347
+ "euiColorSuccessText": "#09724D",
348
+ "euiColorAccentText": "#A11262",
349
+ "euiColorWarningText": "#6A4906",
350
+ "euiColorDangerText": "#A71627",
351
+ "euiColorDisabledText": "#798EAF",
352
+ "euiLinkColor": "#0B64DD",
353
+ "euiColorPlainLight": "#FFFFFF",
354
+ "euiColorPlainDark": "#07101F",
355
+ "euiColorTextPrimary": "#1750BA",
356
+ "euiColorTextAccent": "#A11262",
357
+ "euiColorTextAccentSecondary": "#047471",
358
+ "euiColorTextNeutral": "#0F658A",
359
+ "euiColorTextSuccess": "#09724D",
360
+ "euiColorTextWarning": "#6A4906",
361
+ "euiColorTextRisk": "#9E3A16",
362
+ "euiColorTextDanger": "#A71627",
363
+ "euiColorTextParagraph": "#1D2A3E",
364
+ "euiColorTextHeading": "#111C2C",
365
+ "euiColorTextSubdued": "#516381",
366
+ "euiColorTextDisabled": "#798EAF",
367
+ "euiColorTextInverse": "#FFFFFF",
368
+ "euiColorBackgroundBasePrimary": "#E8F1FF",
369
+ "euiColorBackgroundBaseAccent": "#FFEBF5",
370
+ "euiColorBackgroundBaseAccentSecondary": "#E2F9F7",
371
+ "euiColorBackgroundBaseNeutral": "#E5F6FA",
372
+ "euiColorBackgroundBaseSuccess": "#E2F8F0",
373
+ "euiColorBackgroundBaseWarning": "#FDF3D8",
374
+ "euiColorBackgroundBaseRisk": "#FFEDD6",
375
+ "euiColorBackgroundBaseDanger": "#FFE8E5",
376
+ "euiColorBackgroundBaseSubdued": "#F6F9FC",
377
+ "euiColorBackgroundBasePlain": "#FFFFFF",
378
+ "euiColorBackgroundBaseDisabled": "#ECF1F9",
379
+ "euiColorBackgroundBaseHighlighted": "#F6F9FC",
380
+ "euiColorBackgroundBaseFormsPrepend": "#ECF1F9",
381
+ "euiColorBackgroundBaseFormsControlDisabled": "#CAD3E2",
382
+ "euiColorBackgroundBaseInteractiveHover": "rgba(23,80,186, 0.04)",
383
+ "euiColorBackgroundBaseInteractiveSelect": "#E8F1FF",
384
+ "euiColorBackgroundBaseInteractiveOverlay": "rgba(72,89,117, 0.7)",
385
+ "euiColorBackgroundBaseSkeletonEdge": "rgba(72,89,117, 0.16)",
386
+ "euiColorBackgroundBaseSkeletonMiddle": "rgba(72,89,117, 0.04)",
387
+ "euiColorBackgroundLightPrimary": "#D9E8FF",
388
+ "euiColorBackgroundLightAccent": "#FDDDE9",
389
+ "euiColorBackgroundLightAccentSecondary": "#C9F3F0",
390
+ "euiColorBackgroundLightNeutral": "#CFEEF7",
391
+ "euiColorBackgroundLightSuccess": "#C9F3E3",
392
+ "euiColorBackgroundLightWarning": "#FDE9B5",
393
+ "euiColorBackgroundLightRisk": "#FFDEBF",
394
+ "euiColorBackgroundLightDanger": "#FDDDD8",
395
+ "euiColorBackgroundLightText": "#E3E8F2",
396
+ "euiColorBackgroundFilledPrimary": "#0B64DD",
397
+ "euiColorBackgroundFilledAccent": "#BC1E70",
398
+ "euiColorBackgroundFilledAccentSecondary": "#008B87",
399
+ "euiColorBackgroundFilledNeutral": "#1C8CB5",
400
+ "euiColorBackgroundFilledSuccess": "#008A5E",
401
+ "euiColorBackgroundFilledWarning": "#FACB3D",
402
+ "euiColorBackgroundFilledRisk": "#ED6723",
403
+ "euiColorBackgroundFilledDanger": "#C61E25",
404
+ "euiColorBackgroundFilledText": "#5A6D8C",
405
+ "euiColorBorderBasePrimary": "#BFDBFF",
406
+ "euiColorBorderBaseAccent": "#FFC7DB",
407
+ "euiColorBorderBaseAccentSecondary": "#A6EDEA",
408
+ "euiColorBorderBaseNeutral": "#B5E5F2",
409
+ "euiColorBorderBaseSuccess": "#AEE8D2",
410
+ "euiColorBorderBaseWarning": "#FCD883",
411
+ "euiColorBorderBaseRisk": "#FFCDA1",
412
+ "euiColorBorderBaseDanger": "#FFC9C2",
413
+ "euiColorBorderBasePlain": "#CAD3E2",
414
+ "euiColorBorderBaseSubdued": "#E3E8F2",
415
+ "euiColorBorderBaseDisabled": "#CAD3E2",
416
+ "euiColorBorderBaseFloating": "transparent",
417
+ "euiColorBorderBaseFormsColorSwatch": "rgba(72,89,117, 0.24)",
418
+ "euiColorBorderBaseFormsControl": "#8E9FBC",
419
+ "euiColorBorderStrongPrimary": "#1750BA",
420
+ "euiColorBorderStrongAccent": "#A11262",
421
+ "euiColorBorderStrongAccentSecondary": "#047471",
422
+ "euiColorBorderStrongNeutral": "#0F658A",
423
+ "euiColorBorderStrongSuccess": "#09724D",
424
+ "euiColorBorderStrongWarning": "#825803",
425
+ "euiColorBorderStrongRisk": "#9E3A16",
426
+ "euiColorBorderStrongDanger": "#A71627"
427
+ }
@@ -300,6 +300,48 @@ export var EuiDataGridBodyVirtualized = /*#__PURE__*/memo(function (_ref3) {
300
300
  footerRow: footerRow
301
301
  };
302
302
  }, [headerRowHeight, headerRow, footerRow]);
303
+ var onScroll = useCallback(function (args) {
304
+ // check only if a callback is passed
305
+ if (typeof (virtualizationOptions === null || virtualizationOptions === void 0 ? void 0 : virtualizationOptions.onScroll) !== 'function') return;
306
+ var enhancedArgs = _objectSpread(_objectSpread({}, args), {}, {
307
+ scrollHeight: 0,
308
+ scrollWidth: 0,
309
+ clientHeight: 0,
310
+ clientWidth: 0,
311
+ isScrolledToBlockStart: args.scrollTop === 0,
312
+ isScrolledToBlockEnd: false,
313
+ isScrolledToInlineStart: args.scrollLeft === 0,
314
+ isScrolledToInlineEnd: false
315
+ });
316
+ if (outerGridRef.current) {
317
+ var _outerGridRef$current = outerGridRef.current,
318
+ scrollTop = _outerGridRef$current.scrollTop,
319
+ scrollLeft = _outerGridRef$current.scrollLeft,
320
+ scrollHeight = _outerGridRef$current.scrollHeight,
321
+ scrollWidth = _outerGridRef$current.scrollWidth,
322
+ clientHeight = _outerGridRef$current.clientHeight,
323
+ clientWidth = _outerGridRef$current.clientWidth;
324
+ var isScrollableVertical = scrollHeight > clientHeight;
325
+ var isScrolledToBlockStart = scrollTop === 0;
326
+ var isScrollableHorizontal = scrollWidth > clientWidth;
327
+ var isScrolledToInlineStart = scrollLeft === 0;
328
+ var isScrolledToBlockEnd = isScrollableVertical && !isScrolledToBlockStart && scrollHeight - scrollTop <= clientHeight;
329
+ var isScrolledToInlineEnd = isScrollableHorizontal && !isScrolledToInlineStart && scrollWidth - scrollLeft <= clientWidth;
330
+ enhancedArgs = _objectSpread(_objectSpread({}, enhancedArgs), {}, {
331
+ scrollTop: scrollTop,
332
+ scrollLeft: scrollLeft,
333
+ scrollHeight: scrollHeight,
334
+ scrollWidth: scrollWidth,
335
+ clientHeight: clientHeight,
336
+ clientWidth: clientWidth,
337
+ isScrolledToBlockStart: isScrolledToBlockStart,
338
+ isScrolledToBlockEnd: isScrolledToBlockEnd,
339
+ isScrolledToInlineStart: isScrolledToInlineStart,
340
+ isScrolledToInlineEnd: isScrolledToInlineEnd
341
+ });
342
+ }
343
+ return virtualizationOptions === null || virtualizationOptions === void 0 ? void 0 : virtualizationOptions.onScroll(enhancedArgs);
344
+ }, [outerGridRef, virtualizationOptions]);
303
345
  return IS_JEST_ENVIRONMENT || finalWidth > 0 ? ___EmotionJSX(DataGridWrapperRowsContext.Provider, {
304
346
  value: rowWrapperContextValue
305
347
  }, ___EmotionJSX(Grid, _extends({}, virtualizationOptions, {
@@ -315,7 +357,8 @@ export var EuiDataGridBodyVirtualized = /*#__PURE__*/memo(function (_ref3) {
315
357
  height: finalHeight,
316
358
  rowHeight: getRowHeight,
317
359
  itemData: itemData,
318
- rowCount: IS_JEST_ENVIRONMENT || headerRowHeight > 0 ? visibleRowCount : 0
360
+ rowCount: IS_JEST_ENVIRONMENT || headerRowHeight > 0 ? visibleRowCount : 0,
361
+ onScroll: onScroll
319
362
  }), Cell), scrollBorderOverlay) : null;
320
363
  });
321
364
  EuiDataGridBodyVirtualized.displayName = 'EuiDataGridBodyVirtualized';
@@ -15,6 +15,7 @@ import { DataGridCellPopoverContext } from '../body/cell';
15
15
  import { DataGridFocusContext } from './focus';
16
16
  import { euiDataGridScrollBarStyles } from './scrolling.styles';
17
17
  import { jsx as ___EmotionJSX } from "@emotion/react";
18
+ var ACTIONS_MENU_HEIGHT = 21;
18
19
  /**
19
20
  * The primary goal of this scroll logic is to ensure keyboard navigation works accessibly,
20
21
  * but there are other scenarios where it applies (e.g. clicking partially-visible cells)
@@ -168,7 +169,8 @@ export var useScrollCellIntoView = function useScrollCellIntoView(_ref) {
168
169
  if (topHeightOutOfView > 0) {
169
170
  // Note: This overrides the bottom side being out of bounds, as we want to prefer
170
171
  // showing the top-left corner of items if a cell is larger than the grid container
171
- adjustedScrollTop = cellTopPos - headerRowHeight;
172
+ // Additionally, add an offset for the actions menu
173
+ adjustedScrollTop = cellTopPos - headerRowHeight - ACTIONS_MENU_HEIGHT;
172
174
  }
173
175
  }
174
176
 
@@ -177,7 +177,8 @@ export var EuiQuickSelect = /*#__PURE__*/function (_Component) {
177
177
  default: "Previous time window"
178
178
  }, function (previousLabel) {
179
179
  return ___EmotionJSX(EuiToolTip, {
180
- content: previousLabel
180
+ content: previousLabel,
181
+ disableScreenReaderOutput: true
181
182
  }, ___EmotionJSX(EuiButtonIcon, {
182
183
  "aria-label": previousLabel,
183
184
  iconType: "arrowLeft",
@@ -190,7 +191,8 @@ export var EuiQuickSelect = /*#__PURE__*/function (_Component) {
190
191
  default: "Next time window"
191
192
  }, function (nextLabel) {
192
193
  return ___EmotionJSX(EuiToolTip, {
193
- content: nextLabel
194
+ content: nextLabel,
195
+ disableScreenReaderOutput: true
194
196
  }, ___EmotionJSX(EuiButtonIcon, {
195
197
  "aria-label": nextLabel,
196
198
  iconType: "arrowRight",
@@ -86,7 +86,7 @@ export var EuiSelect = function EuiSelect(props) {
86
86
  value: value,
87
87
  onMouseUp: handleMouseUp,
88
88
  disabled: disabled
89
- }, rest), hasNoInitialSelection && ___EmotionJSX("option", {
89
+ }, rest), hasNoInitialSelection && value === '' && ___EmotionJSX("option", {
90
90
  value: "",
91
91
  disabled: true,
92
92
  hidden: true,
@@ -28,29 +28,35 @@ var EuiIconLogoElastic = function EuiIconLogoElastic(_ref) {
28
28
  }, props), title ? ___EmotionJSX("title", {
29
29
  id: titleId
30
30
  }, title) : null, ___EmotionJSX("path", {
31
- fill: "#fff",
32
- fillRule: "evenodd",
33
- d: "M30.86 13.129A6.333 6.333 0 0 1 32 16.77a6.419 6.419 0 0 1-1.162 3.652 6.382 6.382 0 0 1-3.032 2.331 4.833 4.833 0 0 1-1.672 5.542 4.789 4.789 0 0 1-5.77-.074 9.016 9.016 0 0 1-4.5 3.322 8.982 8.982 0 0 1-5.587.023 9.014 9.014 0 0 1-4.526-3.287 9.067 9.067 0 0 1-1.727-5.333c0-.579.053-1.156.16-1.725A6.305 6.305 0 0 1 1.145 18.9 6.341 6.341 0 0 1 0 15.242a6.42 6.42 0 0 1 1.163-3.652 6.384 6.384 0 0 1 3.035-2.33 4.833 4.833 0 0 1 1.658-5.557 4.789 4.789 0 0 1 5.78.07 9.037 9.037 0 0 1 4.93-3.446 9.007 9.007 0 0 1 5.994.419 9.05 9.05 0 0 1 4.407 4.098 9.097 9.097 0 0 1 .873 5.965 6.298 6.298 0 0 1 3.02 2.32Zm-18.28.658 7.002 3.211 7.066-6.213a7.85 7.85 0 0 0 .152-1.557c0-1.692-.539-3.34-1.54-4.704a7.897 7.897 0 0 0-4.02-2.869 7.87 7.87 0 0 0-4.932.086 7.9 7.9 0 0 0-3.92 3.007l-1.174 6.118 1.367 2.92-.001.001Zm-7.247 7.441A7.964 7.964 0 0 0 6.72 27.53a7.918 7.918 0 0 0 4.04 2.874 7.89 7.89 0 0 0 4.95-.097 7.92 7.92 0 0 0 3.926-3.03l1.166-6.102-1.555-2.985-7.03-3.211-6.885 6.248.001.001Zm4.755-11.024-4.8-1.137.002-.002a3.82 3.82 0 0 1 1.312-4.358 3.785 3.785 0 0 1 4.538.023l-1.052 5.474Zm-5.216.01a5.294 5.294 0 0 0-2.595 1.882 5.324 5.324 0 0 0-.142 6.124 5.287 5.287 0 0 0 2.505 2l6.733-6.101-1.235-2.65-5.266-1.255Zm18.286 17.848a3.737 3.737 0 0 1-2.285-.785l1.037-5.454 4.8 1.125a3.812 3.812 0 0 1-1.801 4.68c-.54.283-1.14.432-1.751.434Zm-1.31-7.499 5.28 1.238a5.34 5.34 0 0 0 2.622-1.938 5.37 5.37 0 0 0 1.013-3.106 5.311 5.311 0 0 0-.936-3.01 5.282 5.282 0 0 0-2.475-1.944l-6.904 6.07 1.4 2.69Z",
34
- className: "outline",
35
- clipRule: "evenodd"
31
+ fill: "#0B64DD",
32
+ stroke: "#fff",
33
+ strokeWidth: 1.2,
34
+ d: "M27.565 11.242c5.1 1.94 4.872 9.396-.245 11.127l-.162.055-.167-.039-5.28-1.238-.268-.063-.127-.244-1.4-2.69-.217-.417.352-.31 6.904-6.07.272-.24.338.13Z"
36
35
  }), ___EmotionJSX("path", {
37
- fill: "#FEC514",
38
- d: "m12.58 13.787 7.002 3.211 7.066-6.213a7.849 7.849 0 0 0 .152-1.557c0-1.692-.539-3.34-1.54-4.704a7.897 7.897 0 0 0-4.02-2.869 7.87 7.87 0 0 0-4.932.086 7.9 7.9 0 0 0-3.92 3.007l-1.174 6.118 1.367 2.92-.001.001Z"
36
+ fill: "#9ADC30",
37
+ stroke: "#fff",
38
+ strokeWidth: 1.2,
39
+ d: "m22.047 21.239 4.8 1.125.316.074.11.304.066.19c.623 1.964-.26 3.78-1.652 4.797-1.434 1.048-3.51 1.32-5.182.022l-.29-.225.069-.361 1.037-5.454.117-.615.61.143Z"
39
40
  }), ___EmotionJSX("path", {
40
- fill: "#00BFB3",
41
- d: "M5.333 21.228A7.964 7.964 0 0 0 6.72 27.53a7.918 7.918 0 0 0 4.04 2.874 7.89 7.89 0 0 0 4.95-.097 7.92 7.92 0 0 0 3.926-3.03l1.166-6.102-1.555-2.985-7.03-3.211-6.885 6.248.001.001Z"
41
+ fill: "#1BA9F5",
42
+ stroke: "#fff",
43
+ strokeWidth: 1.2,
44
+ d: "m5.01 9.63 5.267 1.255.283.067.122.264 1.235 2.65.187.4-.328.298-6.733 6.1-.272.248-.345-.132C1.939 19.83.72 17.456.752 15.153c.032-2.308 1.321-4.644 3.932-5.508l.162-.054.165.039Z"
42
45
  }), ___EmotionJSX("path", {
43
46
  fill: "#F04E98",
44
- d: "m5.288 9.067 4.8 1.137L11.14 4.73a3.785 3.785 0 0 0-5.914 1.94 3.82 3.82 0 0 0 .064 2.395"
47
+ stroke: "#fff",
48
+ strokeWidth: 1.2,
49
+ d: "M6.281 4.32c1.416-1.08 3.48-1.387 5.222-.069l.297.226-.07.366-1.053 5.474-.118.615-.609-.144-4.8-1.137-.316-.075-.11-.306c-.709-1.967.149-3.876 1.557-4.95Z"
45
50
  }), ___EmotionJSX("path", {
46
- fill: "#1BA9F5",
47
- d: "M4.872 10.214a5.294 5.294 0 0 0-2.595 1.882 5.324 5.324 0 0 0-.142 6.124 5.287 5.287 0 0 0 2.505 2l6.733-6.101-1.235-2.65-5.266-1.255Z"
51
+ fill: "#02BCB7",
52
+ stroke: "#fff",
53
+ strokeWidth: 1.2,
54
+ d: "m12.466 14.433 7.03 3.211.188.086.095.183 1.555 2.985.096.184-.04.206-1.165 6.101-.024.122-.068.103c-2.68 3.958-6.902 4.71-10.268 3.26-3.356-1.447-5.834-5.07-5.126-9.736l.033-.21.158-.144 6.884-6.25.293-.265.36.164Z"
48
55
  }), ___EmotionJSX("path", {
49
- fill: "#93C90E",
50
- d: "M20.873 27.277a3.736 3.736 0 0 0 2.285.785 3.783 3.783 0 0 0 3.101-1.63 3.812 3.812 0 0 0 .451-3.484l-4.8-1.125-1.037 5.454Z"
51
- }), ___EmotionJSX("path", {
52
- fill: "#07C",
53
- d: "m21.848 20.563 5.28 1.238a5.34 5.34 0 0 0 2.622-1.938 5.37 5.37 0 0 0 1.013-3.106 5.312 5.312 0 0 0-.936-3.01 5.283 5.283 0 0 0-2.475-1.944l-6.904 6.07 1.4 2.69Z"
56
+ fill: "#FEC514",
57
+ stroke: "#fff",
58
+ strokeWidth: 1.2,
59
+ d: "M11.892 4.41C14.438.676 18.741.105 22.134 1.54c3.392 1.433 5.99 4.92 5.102 9.362l-.039.2-.153.133-7.066 6.213-.293.258-.353-.163-7.002-3.21-.201-.093-.094-.2-1.38-2.988-.081-.177.037-.19L11.8 4.633l.023-.121.07-.102Z"
54
60
  }));
55
61
  };
56
62
  export var icon = EuiIconLogoElastic;
@@ -59,7 +59,7 @@ export var euiIconStyles = function euiIconStyles(_ref3) {
59
59
  xxl: /*#__PURE__*/css(logicalSizeCSS(euiTheme.size.xxl), ";label:xxl;"),
60
60
  // Variants
61
61
  // App icons are two-toned. This provides the base color.
62
- app: /*#__PURE__*/css("fill:", euiTheme.colors.textParagraph, ";.euiIcon__fillSecondary{fill:", euiTheme.colors.textSuccess, ";};label:app;"),
62
+ app: /*#__PURE__*/css("fill:", euiTheme.colors.textParagraph, ";.euiIcon__fillSecondary{fill:", euiTheme.colors.primary, ";};label:app;"),
63
63
  logo: /*#__PURE__*/css(";label:logo;"),
64
64
  // Loading states
65
65
  isLoading: /*#__PURE__*/css("opacity:", iconLoadingOpacity, ";background-color:currentColor;border-radius:", euiTheme.border.radius.small, ";;label:isLoading;"),
@@ -10,7 +10,7 @@ var _templateObject;
10
10
 
11
11
  import { css, keyframes } from '@emotion/react';
12
12
  import { euiCanAnimate } from '../../global_styling';
13
- var loadingElastic = keyframes(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n 0% {\n transform: scale3d(.2, .2, -.7);\n opacity: .2;\n }\n\n 40% {\n transform: scale3d(1, 1, 2);\n opacity: 1;\n }\n\n 50% {\n transform: scale3d(.99, .99, 2);\n }\n\n 70% {\n transform: scale3d(.96, .96, -2.5);\n }\n\n 100% {\n transform: scale3d(.98, .98, 2);\n }\n"])));
13
+ var loadingElastic = keyframes(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n 0% {\n transform: scale3d(.2, .2, -.7);\n }\n\n 40% {\n transform: scale3d(1, 1, 2);\n }\n\n 50% {\n transform: scale3d(.99, .99, 2);\n }\n\n 70% {\n transform: scale3d(.96, .96, -2.5);\n }\n\n 100% {\n transform: scale3d(.98, .98, 2);\n }\n"])));
14
14
  export var euiLoadingElasticStyles = {
15
- euiLoadingElastic: /*#__PURE__*/css("position:relative;display:inline-block;& path{", euiCanAnimate, "{animation-name:", loadingElastic, ";animation-fill-mode:forwards;animation-direction:alternate;transform-style:preserve-3d;animation-duration:1s;animation-timing-function:cubic-bezier(0, 0.63, 0.49, 1);animation-iteration-count:infinite;transform-origin:50% 50%;}&:nth-of-type(1){display:none;}&:nth-of-type(2){animation-delay:0.035s;}&:nth-of-type(3){animation-delay:0.125s;}&:nth-of-type(4){animation-delay:0.155s;}&:nth-of-type(5){animation-delay:0.075s;}&:nth-of-type(6){animation-delay:0.06s;}};label:euiLoadingElastic;")
15
+ euiLoadingElastic: /*#__PURE__*/css("position:relative;display:inline-block;& path{", euiCanAnimate, "{animation-name:", loadingElastic, ";animation-fill-mode:forwards;animation-direction:alternate;transform-style:preserve-3d;animation-duration:1s;animation-timing-function:cubic-bezier(0, 0.63, 0.49, 1);animation-iteration-count:infinite;transform-origin:50% 50%;}&:nth-of-type(1){animation-delay:0;}&:nth-of-type(2){animation-delay:0.035s;}&:nth-of-type(3){animation-delay:0.125s;}&:nth-of-type(4){animation-delay:0.155s;}&:nth-of-type(5){animation-delay:0.075s;}&:nth-of-type(6){animation-delay:0.06s;}};label:euiLoadingElastic;")
16
16
  };
@@ -35,15 +35,16 @@ import { EuiSelectableList } from './selectable_list';
35
35
  import { createPartialStringEqualityOptionMatcher, getMatchingOptions } from './matching_options';
36
36
  import { euiSelectableStyles as styles } from './selectable.styles';
37
37
 
38
- // The `searchable` prop has significant implications for a11y.
39
- // When present, we effectively change from adhering
40
- // to the ARIA `listbox` spec (https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox)
41
- // to the ARIA `combobox` spec (https://www.w3.org/TR/wai-aria-practices-1.2/#combobox)
42
- // and (re)implement all relevant attributes and keyboard interactions.
43
- // Take note of logic that relies on `searchable` to ensure that any
44
- // modifications remain in alignment.
45
- //
46
- // `searchProps` can only be specified when `searchable` is true
38
+ /**
39
+ * The `searchable` prop has significant implications for a11y. When present, we effectively change from adhering to the
40
+ * - ARIA `listbox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox)
41
+ * - ARIA `combobox` spec (@see https://www.w3.org/TR/wai-aria-practices-1.2/#combobox)
42
+ *
43
+ * and (re)implement all relevant attributes and keyboard interactions.
44
+ * Take note of logic that relies on `searchable` to ensure that any modifications remain in alignment.
45
+ *
46
+ * `searchProps` can only be specified when `searchable` is `true`.
47
+ */
47
48
  import { jsx as ___EmotionJSX } from "@emotion/react";
48
49
  export var EuiSelectable = /*#__PURE__*/function (_Component) {
49
50
  function EuiSelectable(props) {