@elastic/eui 95.3.0 → 95.4.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 (273) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/basic_table/basic_table.js +1 -1
  5. package/es/components/basic_table/in_memory_table.js +1 -1
  6. package/es/components/button/button.js +1 -1
  7. package/es/components/button/button_display/_button_display.js +1 -1
  8. package/es/components/button/button_display/_button_display_content.js +1 -1
  9. package/es/components/button/button_empty/button_empty.js +1 -1
  10. package/es/components/button/button_group/button_group.js +1 -1
  11. package/es/components/button/button_group/button_group_button.js +1 -1
  12. package/es/components/button/button_icon/button_icon.js +1 -1
  13. package/es/components/call_out/call_out.js +1 -1
  14. package/es/components/card/card.js +2 -2
  15. package/es/components/card/card_select/card_select.js +1 -1
  16. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  17. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.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/comment_list/comment.js +2 -2
  23. package/es/components/comment_list/comment_event.js +1 -1
  24. package/es/components/comment_list/comment_list.js +2 -2
  25. package/es/components/comment_list/comment_timeline.js +1 -1
  26. package/es/components/context_menu/context_menu_item.js +1 -1
  27. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  28. package/es/components/datagrid/body/data_grid_body.js +7 -7
  29. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  30. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  31. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  32. package/es/components/datagrid/controls/column_sorting.js +7 -7
  33. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  34. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  35. package/es/components/datagrid/utils/in_memory.js +6 -6
  36. package/es/components/date_picker/date_picker.js +2 -2
  37. package/es/components/date_picker/date_picker_range.js +1 -1
  38. package/es/components/empty_prompt/empty_prompt.js +1 -1
  39. package/es/components/facet/facet_button.js +1 -1
  40. package/es/components/form/field_number/field_number.js +2 -2
  41. package/es/components/form/field_text/field_text.js +2 -2
  42. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  43. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  44. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  45. package/es/components/form/text_area/text_area.js +2 -2
  46. package/es/components/header/header_links/header_link.js +1 -1
  47. package/es/components/header/header_links/header_links.js +1 -1
  48. package/es/components/header/header_logo/header_logo.js +1 -1
  49. package/es/components/header/header_section/header_section_item_button.js +1 -1
  50. package/es/components/icon/assets/anomaly_chart.js +37 -0
  51. package/es/components/icon/assets/anomaly_swim_lane.js +33 -0
  52. package/es/components/icon/assets/change_point_detection.js +37 -0
  53. package/es/components/icon/assets/field_statistics.js +40 -0
  54. package/es/components/icon/assets/log_pattern_analysis.js +65 -0
  55. package/es/components/icon/assets/log_rate_analysis.js +33 -0
  56. package/es/components/icon/assets/single_metric_viewer.js +43 -0
  57. package/es/components/icon/icon.js +1 -1
  58. package/es/components/icon/icon_map.js +7 -0
  59. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  60. package/es/components/list_group/list_group.js +2 -2
  61. package/es/components/list_group/list_group_item.js +2 -2
  62. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  63. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  64. package/es/components/loading/loading_logo.js +1 -1
  65. package/es/components/markdown_editor/markdown_editor.js +1 -1
  66. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  67. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  68. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  69. package/es/components/page/page_header/page_header_content.js +1 -1
  70. package/es/components/pagination/pagination_button.js +1 -1
  71. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  72. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  73. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  74. package/es/components/stat/stat.js +28 -40
  75. package/es/components/table/table_row.styles.js +2 -2
  76. package/es/components/timeline/timeline_item_icon.js +1 -1
  77. package/es/components/toast/global_toast_list.js +1 -1
  78. package/es/components/toast/toast.js +1 -1
  79. package/es/components/tool_tip/icon_tip.js +1 -1
  80. package/eui.d.ts +93 -10
  81. package/i18ntokens.json +6 -6
  82. package/lib/components/avatar/avatar.js +1 -1
  83. package/lib/components/badge/badge.js +1 -1
  84. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  85. package/lib/components/basic_table/basic_table.js +1 -1
  86. package/lib/components/basic_table/in_memory_table.js +1 -1
  87. package/lib/components/button/button.js +1 -1
  88. package/lib/components/button/button_display/_button_display.js +1 -1
  89. package/lib/components/button/button_display/_button_display_content.js +1 -1
  90. package/lib/components/button/button_empty/button_empty.js +1 -1
  91. package/lib/components/button/button_group/button_group.js +1 -1
  92. package/lib/components/button/button_group/button_group_button.js +1 -1
  93. package/lib/components/button/button_icon/button_icon.js +1 -1
  94. package/lib/components/call_out/call_out.js +1 -1
  95. package/lib/components/card/card.js +2 -2
  96. package/lib/components/card/card_select/card_select.js +1 -1
  97. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  98. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  99. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  100. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  101. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  102. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  103. package/lib/components/comment_list/comment.js +2 -2
  104. package/lib/components/comment_list/comment_event.js +1 -1
  105. package/lib/components/comment_list/comment_list.js +2 -2
  106. package/lib/components/comment_list/comment_timeline.js +1 -1
  107. package/lib/components/context_menu/context_menu_item.js +1 -1
  108. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  109. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  110. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  111. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  112. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  113. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  114. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  115. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  116. package/lib/components/datagrid/utils/in_memory.js +6 -6
  117. package/lib/components/date_picker/date_picker.js +2 -2
  118. package/lib/components/date_picker/date_picker_range.js +1 -1
  119. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  120. package/lib/components/facet/facet_button.js +1 -1
  121. package/lib/components/form/field_number/field_number.js +2 -2
  122. package/lib/components/form/field_text/field_text.js +2 -2
  123. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  124. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  125. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  126. package/lib/components/form/text_area/text_area.js +2 -2
  127. package/lib/components/header/header_links/header_link.js +1 -1
  128. package/lib/components/header/header_links/header_links.js +1 -1
  129. package/lib/components/header/header_logo/header_logo.js +1 -1
  130. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  131. package/lib/components/icon/assets/anomaly_chart.js +44 -0
  132. package/lib/components/icon/assets/anomaly_swim_lane.js +40 -0
  133. package/lib/components/icon/assets/change_point_detection.js +44 -0
  134. package/lib/components/icon/assets/field_statistics.js +47 -0
  135. package/lib/components/icon/assets/log_pattern_analysis.js +72 -0
  136. package/lib/components/icon/assets/log_rate_analysis.js +40 -0
  137. package/lib/components/icon/assets/single_metric_viewer.js +50 -0
  138. package/lib/components/icon/icon.js +1 -1
  139. package/lib/components/icon/icon_map.js +7 -0
  140. package/lib/components/icon/svgs/anomaly_chart.svg +4 -0
  141. package/lib/components/icon/svgs/anomaly_swim_lane.svg +3 -0
  142. package/lib/components/icon/svgs/change_point_detection.svg +4 -0
  143. package/lib/components/icon/svgs/field_statistics.svg +5 -0
  144. package/lib/components/icon/svgs/log_pattern_analysis.svg +19 -0
  145. package/lib/components/icon/svgs/log_rate_analysis.svg +3 -0
  146. package/lib/components/icon/svgs/single_metric_viewer.svg +5 -0
  147. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  148. package/lib/components/list_group/list_group.js +2 -2
  149. package/lib/components/list_group/list_group_item.js +2 -2
  150. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  151. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  152. package/lib/components/loading/loading_logo.js +1 -1
  153. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  154. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  155. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  156. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  157. package/lib/components/page/page_header/page_header_content.js +1 -1
  158. package/lib/components/pagination/pagination_button.js +1 -1
  159. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  160. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  161. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  162. package/lib/components/stat/stat.js +25 -36
  163. package/lib/components/table/table_row.styles.js +2 -2
  164. package/lib/components/timeline/timeline_item_icon.js +1 -1
  165. package/lib/components/toast/global_toast_list.js +1 -1
  166. package/lib/components/toast/toast.js +1 -1
  167. package/lib/components/tool_tip/icon_tip.js +1 -1
  168. package/optimize/es/components/icon/assets/anomaly_chart.js +36 -0
  169. package/optimize/es/components/icon/assets/anomaly_swim_lane.js +32 -0
  170. package/optimize/es/components/icon/assets/change_point_detection.js +36 -0
  171. package/optimize/es/components/icon/assets/field_statistics.js +39 -0
  172. package/optimize/es/components/icon/assets/log_pattern_analysis.js +64 -0
  173. package/optimize/es/components/icon/assets/log_rate_analysis.js +32 -0
  174. package/optimize/es/components/icon/assets/single_metric_viewer.js +42 -0
  175. package/optimize/es/components/icon/icon_map.js +7 -0
  176. package/optimize/es/components/stat/stat.js +28 -37
  177. package/optimize/es/components/table/table_row.styles.js +2 -2
  178. package/optimize/lib/components/icon/assets/anomaly_chart.js +44 -0
  179. package/optimize/lib/components/icon/assets/anomaly_swim_lane.js +40 -0
  180. package/optimize/lib/components/icon/assets/change_point_detection.js +44 -0
  181. package/optimize/lib/components/icon/assets/field_statistics.js +47 -0
  182. package/optimize/lib/components/icon/assets/log_pattern_analysis.js +72 -0
  183. package/optimize/lib/components/icon/assets/log_rate_analysis.js +40 -0
  184. package/optimize/lib/components/icon/assets/single_metric_viewer.js +50 -0
  185. package/optimize/lib/components/icon/icon_map.js +7 -0
  186. package/optimize/lib/components/icon/svgs/anomaly_chart.svg +4 -0
  187. package/optimize/lib/components/icon/svgs/anomaly_swim_lane.svg +3 -0
  188. package/optimize/lib/components/icon/svgs/change_point_detection.svg +4 -0
  189. package/optimize/lib/components/icon/svgs/field_statistics.svg +5 -0
  190. package/optimize/lib/components/icon/svgs/log_pattern_analysis.svg +19 -0
  191. package/optimize/lib/components/icon/svgs/log_rate_analysis.svg +3 -0
  192. package/optimize/lib/components/icon/svgs/single_metric_viewer.svg +5 -0
  193. package/optimize/lib/components/stat/stat.js +25 -34
  194. package/optimize/lib/components/table/table_row.styles.js +2 -2
  195. package/package.json +5 -2
  196. package/test-env/components/avatar/avatar.js +1 -1
  197. package/test-env/components/badge/badge.js +1 -1
  198. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  199. package/test-env/components/basic_table/basic_table.js +1 -1
  200. package/test-env/components/basic_table/in_memory_table.js +1 -1
  201. package/test-env/components/button/button.js +1 -1
  202. package/test-env/components/button/button_display/_button_display.js +1 -1
  203. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  204. package/test-env/components/button/button_empty/button_empty.js +1 -1
  205. package/test-env/components/button/button_group/button_group.js +1 -1
  206. package/test-env/components/button/button_group/button_group_button.js +1 -1
  207. package/test-env/components/button/button_icon/button_icon.js +1 -1
  208. package/test-env/components/call_out/call_out.js +1 -1
  209. package/test-env/components/card/card.js +2 -2
  210. package/test-env/components/card/card_select/card_select.js +1 -1
  211. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  212. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  213. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  214. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  215. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  216. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  217. package/test-env/components/comment_list/comment.js +2 -2
  218. package/test-env/components/comment_list/comment_event.js +1 -1
  219. package/test-env/components/comment_list/comment_list.js +2 -2
  220. package/test-env/components/comment_list/comment_timeline.js +1 -1
  221. package/test-env/components/context_menu/context_menu_item.js +1 -1
  222. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  223. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  224. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  225. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  226. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  227. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  228. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  229. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  230. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  231. package/test-env/components/date_picker/date_picker.js +2 -2
  232. package/test-env/components/date_picker/date_picker_range.js +1 -1
  233. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  234. package/test-env/components/facet/facet_button.js +1 -1
  235. package/test-env/components/form/field_number/field_number.js +2 -2
  236. package/test-env/components/form/field_text/field_text.js +2 -2
  237. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  238. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  239. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  240. package/test-env/components/form/text_area/text_area.js +2 -2
  241. package/test-env/components/header/header_links/header_link.js +1 -1
  242. package/test-env/components/header/header_links/header_links.js +1 -1
  243. package/test-env/components/header/header_logo/header_logo.js +1 -1
  244. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  245. package/test-env/components/icon/assets/anomaly_chart.js +44 -0
  246. package/test-env/components/icon/assets/anomaly_swim_lane.js +40 -0
  247. package/test-env/components/icon/assets/change_point_detection.js +44 -0
  248. package/test-env/components/icon/assets/field_statistics.js +47 -0
  249. package/test-env/components/icon/assets/log_pattern_analysis.js +72 -0
  250. package/test-env/components/icon/assets/log_rate_analysis.js +40 -0
  251. package/test-env/components/icon/assets/single_metric_viewer.js +50 -0
  252. package/test-env/components/icon/icon_map.js +7 -0
  253. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  254. package/test-env/components/list_group/list_group.js +2 -2
  255. package/test-env/components/list_group/list_group_item.js +2 -2
  256. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  257. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  258. package/test-env/components/loading/loading_logo.js +1 -1
  259. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  260. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  261. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  262. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  263. package/test-env/components/page/page_header/page_header_content.js +1 -1
  264. package/test-env/components/pagination/pagination_button.js +1 -1
  265. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  266. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  267. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  268. package/test-env/components/stat/stat.js +25 -34
  269. package/test-env/components/table/table_row.styles.js +2 -2
  270. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  271. package/test-env/components/toast/global_toast_list.js +1 -1
  272. package/test-env/components/toast/toast.js +1 -1
  273. package/test-env/components/tool_tip/icon_tip.js +1 -1
@@ -0,0 +1,36 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["title", "titleId"];
4
+ /*
5
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
+ * or more contributor license agreements. Licensed under the Elastic License
7
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
9
+ * Side Public License, v 1.
10
+ */
11
+
12
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
+
14
+ import * as React from 'react';
15
+ import { jsx as ___EmotionJSX } from "@emotion/react";
16
+ var EuiIconChangePointDetection = function EuiIconChangePointDetection(_ref) {
17
+ var title = _ref.title,
18
+ titleId = _ref.titleId,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return ___EmotionJSX("svg", _extends({
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: 16,
23
+ height: 16,
24
+ viewBox: "0 0 16 16",
25
+ "aria-labelledby": titleId
26
+ }, props), title ? ___EmotionJSX("title", {
27
+ id: titleId
28
+ }, title) : null, ___EmotionJSX("path", {
29
+ d: "M2 14h12.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0V14Z"
30
+ }), ___EmotionJSX("path", {
31
+ fillRule: "evenodd",
32
+ d: "M15 6.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0-.5.5V12H3.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5V7h5.5a.5.5 0 0 0 .5-.5ZM7.023 3.206A.301.301 0 0 1 7.3 3h2.4c.121 0 .23.081.277.206a.36.36 0 0 1-.065.363l-1.2 1.333a.28.28 0 0 1-.424 0l-1.2-1.333a.36.36 0 0 1-.065-.363Z",
33
+ clipRule: "evenodd"
34
+ }));
35
+ };
36
+ export var icon = EuiIconChangePointDetection;
@@ -0,0 +1,39 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["title", "titleId"];
4
+ /*
5
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
+ * or more contributor license agreements. Licensed under the Elastic License
7
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
9
+ * Side Public License, v 1.
10
+ */
11
+
12
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
+
14
+ import * as React from 'react';
15
+ import { jsx as ___EmotionJSX } from "@emotion/react";
16
+ var EuiIconFieldStatistics = function EuiIconFieldStatistics(_ref) {
17
+ var title = _ref.title,
18
+ titleId = _ref.titleId,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return ___EmotionJSX("svg", _extends({
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: 16,
23
+ height: 16,
24
+ fill: "currentColor",
25
+ viewBox: "0 0 16 16",
26
+ "aria-labelledby": titleId
27
+ }, props), title ? ___EmotionJSX("title", {
28
+ id: titleId
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ d: "M3 1h10a2 2 0 0 1 2 2v4.337a5.533 5.533 0 0 0-1-1.08V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3.257c.314.38.677.716 1.08 1H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2Z"
31
+ }), ___EmotionJSX("path", {
32
+ d: "M3.5 6h3.837a5.54 5.54 0 0 0-1.08 1H3.5a.5.5 0 0 1 0-1Zm0 6h1.707c.098.345.228.677.388.991A.505.505 0 0 1 5.5 13h-2a.5.5 0 0 1 0-1Zm0-8a.5.5 0 0 1 0-1h9a.5.5 0 0 1 0 1h-9ZM3 9.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5Z"
33
+ }), ___EmotionJSX("path", {
34
+ fillRule: "evenodd",
35
+ d: "M15 10.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.146-2.354a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708l4-4a.5.5 0 0 1 .708 0ZM9 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
36
+ clipRule: "evenodd"
37
+ }));
38
+ };
39
+ export var icon = EuiIconFieldStatistics;
@@ -0,0 +1,64 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["title", "titleId"];
4
+ /*
5
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
+ * or more contributor license agreements. Licensed under the Elastic License
7
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
9
+ * Side Public License, v 1.
10
+ */
11
+
12
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
+
14
+ import * as React from 'react';
15
+ import { jsx as ___EmotionJSX } from "@emotion/react";
16
+ var EuiIconLogPatternAnalysis = function EuiIconLogPatternAnalysis(_ref) {
17
+ var title = _ref.title,
18
+ titleId = _ref.titleId,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return ___EmotionJSX("svg", _extends({
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: 16,
23
+ height: 16,
24
+ viewBox: "0 0 16 16",
25
+ "aria-labelledby": titleId
26
+ }, props), title ? ___EmotionJSX("title", {
27
+ id: titleId
28
+ }, title) : null, ___EmotionJSX("path", {
29
+ d: "M3 1h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2Zm0 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Zm.5 1h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1Z"
30
+ }), ___EmotionJSX("path", {
31
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
32
+ }), ___EmotionJSX("path", {
33
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm0 3h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Zm-8 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
34
+ }), ___EmotionJSX("path", {
35
+ d: "M4.5 6h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm6 6h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Zm-8 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
36
+ }), ___EmotionJSX("path", {
37
+ d: "M4.5 12h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3-9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
38
+ }), ___EmotionJSX("path", {
39
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
40
+ }), ___EmotionJSX("path", {
41
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
42
+ }), ___EmotionJSX("path", {
43
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
44
+ }), ___EmotionJSX("path", {
45
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
46
+ }), ___EmotionJSX("path", {
47
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm-3 6a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
48
+ }), ___EmotionJSX("path", {
49
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
50
+ }), ___EmotionJSX("path", {
51
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
52
+ }), ___EmotionJSX("path", {
53
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
54
+ }), ___EmotionJSX("path", {
55
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
56
+ }), ___EmotionJSX("path", {
57
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
58
+ }), ___EmotionJSX("path", {
59
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
60
+ }), ___EmotionJSX("path", {
61
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm-5 0h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Z"
62
+ }));
63
+ };
64
+ export var icon = EuiIconLogPatternAnalysis;
@@ -0,0 +1,32 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["title", "titleId"];
4
+ /*
5
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
+ * or more contributor license agreements. Licensed under the Elastic License
7
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
9
+ * Side Public License, v 1.
10
+ */
11
+
12
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
+
14
+ import * as React from 'react';
15
+ import { jsx as ___EmotionJSX } from "@emotion/react";
16
+ var EuiIconLogRateAnalysis = function EuiIconLogRateAnalysis(_ref) {
17
+ var title = _ref.title,
18
+ titleId = _ref.titleId,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return ___EmotionJSX("svg", _extends({
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: 16,
23
+ height: 16,
24
+ viewBox: "0 0 16 16",
25
+ "aria-labelledby": titleId
26
+ }, props), title ? ___EmotionJSX("title", {
27
+ id: titleId
28
+ }, title) : null, ___EmotionJSX("path", {
29
+ d: "M9.5 13a.5.5 0 0 1-.5-.5V11H7v1.5a.5.5 0 0 1-1 0V9H4v3.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V10h2V1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-3Zm-8 2a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13Z"
30
+ }));
31
+ };
32
+ export var icon = EuiIconLogRateAnalysis;
@@ -0,0 +1,42 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["title", "titleId"];
4
+ /*
5
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
+ * or more contributor license agreements. Licensed under the Elastic License
7
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
9
+ * Side Public License, v 1.
10
+ */
11
+
12
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
+
14
+ import * as React from 'react';
15
+ import { jsx as ___EmotionJSX } from "@emotion/react";
16
+ var EuiIconSingleMetricViewer = function EuiIconSingleMetricViewer(_ref) {
17
+ var title = _ref.title,
18
+ titleId = _ref.titleId,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return ___EmotionJSX("svg", _extends({
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: 16,
23
+ height: 16,
24
+ viewBox: "0 0 16 16",
25
+ "aria-labelledby": titleId
26
+ }, props), title ? ___EmotionJSX("title", {
27
+ id: titleId
28
+ }, title) : null, ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ d: "M1.5 1a.5.5 0 0 1 .5.5V14h12.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5Z",
31
+ clipRule: "evenodd"
32
+ }), ___EmotionJSX("path", {
33
+ fillRule: "evenodd",
34
+ d: "M12.935 6.652a.6.6 0 0 0-.951-.062L9 10l-2.747-.916a.6.6 0 0 0-.485.047L3 10.69v1.81a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V9.75l-2.065-3.098Z",
35
+ clipRule: "evenodd"
36
+ }), ___EmotionJSX("path", {
37
+ fillRule: "evenodd",
38
+ d: "M13.023 2.758a.6.6 0 0 0-.987-.077L8.388 7.203l-2.093-.83a.6.6 0 0 0-.552.058L3.221 8.098a.49.49 0 0 0-.138.683.5.5 0 0 0 .689.136l2.349-1.552 2.582 1.024 3.746-4.643 1.623 2.817c.136.237.44.319.678.184a.49.49 0 0 0 .184-.672l-1.91-3.317Z",
39
+ clipRule: "evenodd"
40
+ }));
41
+ };
42
+ export var icon = EuiIconSingleMetricViewer;
@@ -14,6 +14,8 @@ export var typeToPathMap = {
14
14
  aggregate: 'aggregate',
15
15
  analyzeEvent: 'analyzeEvent',
16
16
  annotation: 'annotation',
17
+ anomalyChart: 'anomaly_chart',
18
+ anomalySwimLane: 'anomaly_swim_lane',
17
19
  apmApp: 'app_apm',
18
20
  apmTrace: 'apm_trace',
19
21
  appSearchApp: 'app_app_search',
@@ -44,6 +46,7 @@ export var typeToPathMap = {
44
46
  calendar: 'calendar',
45
47
  canvasApp: 'app_canvas',
46
48
  casesApp: 'app_cases',
49
+ changePointDetection: 'change_point_detection',
47
50
  check: 'check',
48
51
  checkInCircleFilled: 'checkInCircleFilled',
49
52
  cheer: 'cheer',
@@ -143,6 +146,7 @@ export var typeToPathMap = {
143
146
  faceHappy: 'face_happy',
144
147
  faceNeutral: 'face_neutral',
145
148
  faceSad: 'face_sad',
149
+ fieldStatistics: 'field_statistics',
146
150
  filebeatApp: 'app_filebeat',
147
151
  filter: 'filter',
148
152
  filterExclude: 'filterExclude',
@@ -218,6 +222,8 @@ export var typeToPathMap = {
218
222
  listAdd: 'list_add',
219
223
  lock: 'lock',
220
224
  lockOpen: 'lockOpen',
225
+ logPatternAnalysis: 'log_pattern_analysis',
226
+ logRateAnalysis: 'log_rate_analysis',
221
227
  logoAWS: 'logo_aws',
222
228
  logoAWSMono: 'logo_aws_mono',
223
229
  logoAerospike: 'logo_aerospike',
@@ -360,6 +366,7 @@ export var typeToPathMap = {
360
366
  sessionViewer: 'sessionViewer',
361
367
  shard: 'shard',
362
368
  share: 'share',
369
+ singleMetricViewer: 'single_metric_viewer',
363
370
  snowflake: 'snowflake',
364
371
  sortAscending: 'sortAscending',
365
372
  sortDescending: 'sortDescending',
@@ -1,9 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
3
  var _excluded = ["children", "className", "description", "isLoading", "reverse", "textAlign", "title", "titleColor", "titleSize", "titleElement", "descriptionElement"];
5
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
4
  /*
8
5
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
9
6
  * or more contributor license agreements. Licensed under the Elastic License
@@ -12,13 +9,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
12
9
  * Side Public License, v 1.
13
10
  */
14
11
 
15
- import React, { Fragment, createElement } from 'react';
12
+ import React, { createElement, useMemo } from 'react';
16
13
  import classNames from 'classnames';
17
14
  import { EuiText } from '../text';
18
15
  import { EuiTitle } from '../title/title';
19
- import { EuiScreenReaderOnly } from '../accessibility';
20
- import { EuiI18n } from '../i18n';
21
- import { useEuiTheme } from '../../services';
16
+ import { useEuiI18n } from '../i18n';
17
+ import { useEuiMemoizedStyles } from '../../services';
22
18
  import { euiStatStyles, euiStatTitleStyles } from './stat.styles';
23
19
  import { jsx as ___EmotionJSX } from "@emotion/react";
24
20
  export var COLORS = ['default', 'subdued', 'primary', 'success', 'danger', 'accent'];
@@ -43,38 +39,33 @@ export var EuiStat = function EuiStat(_ref) {
43
39
  _ref$descriptionEleme = _ref.descriptionElement,
44
40
  descriptionElement = _ref$descriptionEleme === void 0 ? 'p' : _ref$descriptionEleme,
45
41
  rest = _objectWithoutProperties(_ref, _excluded);
46
- var euiTheme = useEuiTheme();
47
- var styles = euiStatStyles();
48
- var cssStyles = [styles.euiStat, styles[textAlign]];
49
42
  var classes = classNames('euiStat', className);
50
- var commonProps = {
51
- 'aria-hidden': true
52
- };
53
- var descriptionDisplay = ___EmotionJSX(EuiText, {
54
- size: "s",
55
- className: "euiStat__description"
56
- }, /*#__PURE__*/createElement(descriptionElement, commonProps, description));
57
- var isNamedTitleColor = COLORS.includes(titleColor);
58
- var titleStyles = euiStatTitleStyles(euiTheme);
59
- var titleCssStyles = [titleStyles.euiStat__title, isNamedTitleColor && titleStyles[titleColor], isLoading && titleStyles.isLoading];
60
- var titleProps = isNamedTitleColor ? commonProps : _objectSpread(_objectSpread({}, commonProps), {}, {
61
- style: {
62
- color: titleColor
63
- }
64
- });
65
- var titleChildren = isLoading ? '--' : title;
66
- var titleDisplay = ___EmotionJSX(EuiTitle, {
67
- size: titleSize,
68
- className: "euiStat__title",
69
- css: titleCssStyles
70
- }, /*#__PURE__*/createElement(titleElement, titleProps, titleChildren));
71
- var screenReader = ___EmotionJSX(EuiScreenReaderOnly, null, ___EmotionJSX("p", null, isLoading ? ___EmotionJSX(EuiI18n, {
72
- token: "euiStat.loadingText",
73
- default: "Statistic is loading"
74
- }) : ___EmotionJSX(Fragment, null, reverse ? "".concat(title, " ").concat(description) : "".concat(description, " ").concat(title))));
75
- var statDisplay = ___EmotionJSX(Fragment, null, !reverse && descriptionDisplay, titleDisplay, reverse && descriptionDisplay, typeof title === 'string' && typeof description === 'string' && screenReader);
43
+ var styles = useEuiMemoizedStyles(euiStatStyles);
44
+ var cssStyles = [styles.euiStat, styles[textAlign]];
45
+ var loadingStatsAriaLabel = useEuiI18n('euiStat.loadingText', 'Statistic is loading');
46
+ var titleStyles = useEuiMemoizedStyles(euiStatTitleStyles);
47
+ var titleDisplay = useMemo(function () {
48
+ var isNamedTitleColor = COLORS.includes(titleColor);
49
+ var titleCssStyles = [titleStyles.euiStat__title, isNamedTitleColor && titleStyles[titleColor], isLoading && titleStyles.isLoading];
50
+ return ___EmotionJSX(EuiTitle, {
51
+ size: titleSize,
52
+ className: "euiStat__title",
53
+ css: titleCssStyles,
54
+ "aria-label": isLoading ? loadingStatsAriaLabel : undefined
55
+ }, /*#__PURE__*/createElement(titleElement, isNamedTitleColor ? null : {
56
+ style: {
57
+ color: titleColor
58
+ }
59
+ }, isLoading ? '--' : title));
60
+ }, [title, titleElement, titleColor, titleSize, titleStyles, isLoading, loadingStatsAriaLabel]);
61
+ var descriptionDisplay = useMemo(function () {
62
+ return ___EmotionJSX(EuiText, {
63
+ size: "s",
64
+ className: "euiStat__description"
65
+ }, /*#__PURE__*/createElement(descriptionElement, null, description));
66
+ }, [description, descriptionElement]);
76
67
  return ___EmotionJSX("div", _extends({
77
68
  css: cssStyles,
78
69
  className: classes
79
- }, rest), statDisplay, children);
70
+ }, rest), !reverse && descriptionDisplay, titleDisplay, reverse && descriptionDisplay, children);
80
71
  };
@@ -30,7 +30,7 @@ export var euiTableRowStyles = function euiTableRowStyles(euiThemeContext) {
30
30
  selected: /*#__PURE__*/css("&,&+.euiTableRow-isExpandedRow{background-color:", rowColors.selected.color, ";}&:hover,&:hover+.euiTableRow-isExpandedRow{background-color:", rowColors.selected.hover, ";};label:selected;"),
31
31
  // Offset expanded & selectable rows by the checkbox width to line up content with the 2nd column
32
32
  // Set on the `<td>` because padding can't be applied to `<tr>` elements directly
33
- checkboxOffset: /*#__PURE__*/css(".euiTableRowCell:first-child{", logicalCSS('padding-left', checkboxSize), ";};label:checkboxOffset;")
33
+ checkboxOffset: /*#__PURE__*/css("&>.euiTableRowCell:first-child{", logicalCSS('padding-left', checkboxSize), ";};label:checkboxOffset;")
34
34
  },
35
35
  mobile: {
36
36
  mobile: /*#__PURE__*/css("position:relative;display:flex;flex-wrap:wrap;padding:", cellContentPadding, ";", logicalCSS('margin-bottom', cellContentPadding), euiShadow(euiThemeContext, 's'), " background-color:", euiBackgroundColor(euiThemeContext, 'plain'), ";border-radius:", euiTheme.border.radius.medium, ";;label:mobile;"),
@@ -48,7 +48,7 @@ export var euiTableRowStyles = function euiTableRowStyles(euiThemeContext) {
48
48
  /**
49
49
  * Bottom of card - expanded rows
50
50
  */
51
- expanded: /*#__PURE__*/css(logicalCSS('margin-top', "-".concat(mobileSizes.actions.offset)), logicalCSS('padding-left', cellContentPadding), " ", logicalCSS('border-top', euiTheme.border.thin), " ", logicalCSS('border-top-left-radius', 0), " ", logicalCSS('border-top-right-radius', 0), " .euiTableRowCell{", logicalCSS('width', '100%'), ";}", expandedAnimationCss, ";;label:expanded;")
51
+ expanded: /*#__PURE__*/css(logicalCSS('margin-top', "-".concat(mobileSizes.actions.offset)), logicalCSS('padding-left', cellContentPadding), " ", logicalCSS('border-top', euiTheme.border.thin), " ", logicalCSS('border-top-left-radius', 0), " ", logicalCSS('border-top-right-radius', 0), ">.euiTableRowCell{", logicalCSS('width', '100%'), ";}", expandedAnimationCss, ";;label:expanded;")
52
52
  }
53
53
  };
54
54
  };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconAnomalyChart = function EuiIconAnomalyChart(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M14.5 14H2V1.5a.5.5 0 0 0-1 0v13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M8.42 5a.5.5 0 0 1 .505.43L9.864 12h.873l.957-.87a.5.5 0 0 1 .672 0l1.1 1a.5.5 0 0 1-.672.74l-.764-.694-.764.694a.5.5 0 0 1-.336.13h-1.5a.5.5 0 0 1-.495-.43l-.429-3-.312 2.982a.5.5 0 0 1-.834.318l-.689-.626-.404.552a.5.5 0 0 1-.404.204h-.53a.5.5 0 0 1-.403-.204l-.405-.552-.689.626a.5.5 0 1 1-.672-.74l1.1-1a.5.5 0 0 1 .74.074l.583.796h.023l.583-.796a.5.5 0 0 1 .74-.074l.37.336.63-6.018A.5.5 0 0 1 8.42 5Zm.08-3.01a.5.5 0 1 0 0 1.002.5.5 0 0 0 0-1.002ZM8.5 4A1.503 1.503 0 0 1 7 2.493a1.5 1.5 0 0 1 .44-1.066c.566-.57 1.554-.57 2.121 0 .283.285.439.663.439 1.066A1.502 1.502 0 0 1 8.5 4Z",
41
+ clipRule: "evenodd"
42
+ }));
43
+ };
44
+ var icon = exports.icon = EuiIconAnomalyChart;
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconAnomalySwimLane = function EuiIconAnomalySwimLane(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M1 5V1h4v4H1Zm3-1V2H2v2h2Zm7 1V1h4v4h-4Zm1-1h2V2h-2v2ZM1 10V6h4v4H1Zm3-1V7H2v2h2Zm2 6v-4h4v4H6Zm1-1h2v-2H7v2Zm4 1v-4h4v4h-4Zm1-1h2v-2h-2v2Zm-1-8h4v4h-4V6ZM6 6h4v4H6V6Zm-5 5h4v4H1v-4ZM6 1h4v4H6V1Z"
38
+ }));
39
+ };
40
+ var icon = exports.icon = EuiIconAnomalySwimLane;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconChangePointDetection = function EuiIconChangePointDetection(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M2 14h12.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0V14Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M15 6.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0-.5.5V12H3.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5V7h5.5a.5.5 0 0 0 .5-.5ZM7.023 3.206A.301.301 0 0 1 7.3 3h2.4c.121 0 .23.081.277.206a.36.36 0 0 1-.065.363l-1.2 1.333a.28.28 0 0 1-.424 0l-1.2-1.333a.36.36 0 0 1-.065-.363Z",
41
+ clipRule: "evenodd"
42
+ }));
43
+ };
44
+ var icon = exports.icon = EuiIconChangePointDetection;
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconFieldStatistics = function EuiIconFieldStatistics(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ fill: "currentColor",
33
+ viewBox: "0 0 16 16",
34
+ "aria-labelledby": titleId
35
+ }, props), title ? (0, _react2.jsx)("title", {
36
+ id: titleId
37
+ }, title) : null, (0, _react2.jsx)("path", {
38
+ d: "M3 1h10a2 2 0 0 1 2 2v4.337a5.533 5.533 0 0 0-1-1.08V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3.257c.314.38.677.716 1.08 1H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2Z"
39
+ }), (0, _react2.jsx)("path", {
40
+ d: "M3.5 6h3.837a5.54 5.54 0 0 0-1.08 1H3.5a.5.5 0 0 1 0-1Zm0 6h1.707c.098.345.228.677.388.991A.505.505 0 0 1 5.5 13h-2a.5.5 0 0 1 0-1Zm0-8a.5.5 0 0 1 0-1h9a.5.5 0 0 1 0 1h-9ZM3 9.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5Z"
41
+ }), (0, _react2.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M15 10.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.146-2.354a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708l4-4a.5.5 0 0 1 .708 0ZM9 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
44
+ clipRule: "evenodd"
45
+ }));
46
+ };
47
+ var icon = exports.icon = EuiIconFieldStatistics;
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _typeof = require("@babel/runtime/helpers/typeof");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.icon = void 0;
9
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _react2 = require("@emotion/react");
13
+ var _excluded = ["title", "titleId"];
14
+ /*
15
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
16
+ * or more contributor license agreements. Licensed under the Elastic License
17
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
18
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
19
+ * Side Public License, v 1.
20
+ */
21
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
22
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
+ var EuiIconLogPatternAnalysis = function EuiIconLogPatternAnalysis(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", (0, _extends2.default)({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M3 1h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2Zm0 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Zm.5 1h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
40
+ }), (0, _react2.jsx)("path", {
41
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm0 3h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Zm-8 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
42
+ }), (0, _react2.jsx)("path", {
43
+ d: "M4.5 6h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm6 6h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Zm-8 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
44
+ }), (0, _react2.jsx)("path", {
45
+ d: "M4.5 12h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3-9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
46
+ }), (0, _react2.jsx)("path", {
47
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
48
+ }), (0, _react2.jsx)("path", {
49
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
50
+ }), (0, _react2.jsx)("path", {
51
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
52
+ }), (0, _react2.jsx)("path", {
53
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
54
+ }), (0, _react2.jsx)("path", {
55
+ d: "M9.5 3a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm-3 6a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
56
+ }), (0, _react2.jsx)("path", {
57
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
58
+ }), (0, _react2.jsx)("path", {
59
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
60
+ }), (0, _react2.jsx)("path", {
61
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
62
+ }), (0, _react2.jsx)("path", {
63
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
64
+ }), (0, _react2.jsx)("path", {
65
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
66
+ }), (0, _react2.jsx)("path", {
67
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Z"
68
+ }), (0, _react2.jsx)("path", {
69
+ d: "M9.5 9a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm3 0h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1Zm-5 0h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Z"
70
+ }));
71
+ };
72
+ var icon = exports.icon = EuiIconLogPatternAnalysis;