@elastic/eui 95.2.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 (399) hide show
  1. package/dist/eui_theme_dark.css +8 -364
  2. package/dist/eui_theme_dark.min.css +1 -1
  3. package/dist/eui_theme_light.css +8 -364
  4. package/dist/eui_theme_light.min.css +1 -1
  5. package/es/components/avatar/avatar.js +1 -1
  6. package/es/components/badge/badge.js +1 -1
  7. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  8. package/es/components/basic_table/basic_table.js +1 -1
  9. package/es/components/basic_table/in_memory_table.js +1 -1
  10. package/es/components/button/button.js +1 -1
  11. package/es/components/button/button_display/_button_display.js +1 -1
  12. package/es/components/button/button_display/_button_display_content.js +1 -1
  13. package/es/components/button/button_empty/button_empty.js +1 -1
  14. package/es/components/button/button_group/button_group.js +1 -1
  15. package/es/components/button/button_group/button_group_button.js +1 -1
  16. package/es/components/button/button_icon/button_icon.js +1 -1
  17. package/es/components/call_out/call_out.js +1 -1
  18. package/es/components/card/card.js +2 -2
  19. package/es/components/card/card_select/card_select.js +1 -1
  20. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  21. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  25. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  26. package/es/components/color_picker/color_palette_display/color_palette_display.js +9 -9
  27. package/es/components/color_picker/color_palette_display/color_palette_display.styles.js +24 -0
  28. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +2 -0
  29. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.styles.js +14 -0
  30. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +34 -26
  31. package/es/components/color_picker/color_picker.js +26 -39
  32. package/es/components/color_picker/color_picker.styles.js +15 -5
  33. package/es/components/color_picker/color_picker_swatch.js +5 -1
  34. package/es/components/color_picker/color_picker_swatch.styles.js +19 -0
  35. package/es/components/color_picker/hue.js +11 -6
  36. package/es/components/color_picker/hue.styles.js +29 -0
  37. package/es/components/color_picker/saturation.js +29 -16
  38. package/es/components/color_picker/saturation.styles.js +23 -0
  39. package/es/components/comment_list/comment.js +2 -2
  40. package/es/components/comment_list/comment_event.js +1 -1
  41. package/es/components/comment_list/comment_list.js +2 -2
  42. package/es/components/comment_list/comment_timeline.js +1 -1
  43. package/es/components/context_menu/context_menu_item.js +1 -1
  44. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  45. package/es/components/datagrid/body/data_grid_body.js +7 -7
  46. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  47. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  48. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  49. package/es/components/datagrid/controls/column_sorting.js +7 -7
  50. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  51. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  52. package/es/components/datagrid/utils/in_memory.js +6 -6
  53. package/es/components/date_picker/date_picker.js +2 -2
  54. package/es/components/date_picker/date_picker_range.js +1 -1
  55. package/es/components/empty_prompt/empty_prompt.js +1 -1
  56. package/es/components/facet/facet_button.js +1 -1
  57. package/es/components/form/field_number/field_number.js +2 -2
  58. package/es/components/form/field_text/field_text.js +2 -2
  59. package/es/components/form/file_picker/file_picker.js +5 -5
  60. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  61. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  62. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  63. package/es/components/form/range/range.styles.js +1 -1
  64. package/es/components/form/text_area/text_area.js +2 -2
  65. package/es/components/header/header_links/header_link.js +1 -1
  66. package/es/components/header/header_links/header_links.js +1 -1
  67. package/es/components/header/header_logo/header_logo.js +1 -1
  68. package/es/components/header/header_section/header_section_item_button.js +1 -1
  69. package/es/components/icon/assets/anomaly_chart.js +37 -0
  70. package/es/components/icon/assets/anomaly_swim_lane.js +33 -0
  71. package/es/components/icon/assets/change_point_detection.js +37 -0
  72. package/es/components/icon/assets/field_statistics.js +40 -0
  73. package/es/components/icon/assets/log_pattern_analysis.js +65 -0
  74. package/es/components/icon/assets/log_rate_analysis.js +33 -0
  75. package/es/components/icon/assets/single_metric_viewer.js +43 -0
  76. package/es/components/icon/icon.js +1 -1
  77. package/es/components/icon/icon_map.js +7 -0
  78. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  79. package/es/components/list_group/list_group.js +2 -2
  80. package/es/components/list_group/list_group_item.js +2 -2
  81. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  82. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  83. package/es/components/loading/loading_logo.js +1 -1
  84. package/es/components/markdown_editor/markdown_editor.js +1 -1
  85. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  86. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  87. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  88. package/es/components/modal/modal.styles.js +1 -1
  89. package/es/components/page/page_header/page_header_content.js +1 -1
  90. package/es/components/pagination/pagination_button.js +1 -1
  91. package/es/components/popover/popover.js +5 -3
  92. package/es/components/provider/provider.js +2 -2
  93. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  94. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  95. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  96. package/es/components/stat/stat.js +28 -40
  97. package/es/components/table/table_row.styles.js +2 -2
  98. package/es/components/timeline/timeline_item_icon.js +1 -1
  99. package/es/components/toast/global_toast_list.js +1 -1
  100. package/es/components/toast/toast.js +1 -1
  101. package/es/components/tool_tip/icon_tip.js +1 -1
  102. package/es/global_styling/mixins/_helpers.js +10 -2
  103. package/es/services/breakpoint/current_breakpoint.js +5 -3
  104. package/es/services/theme/provider.js +10 -2
  105. package/eui.d.ts +6844 -6695
  106. package/i18ntokens.json +59 -59
  107. package/lib/components/avatar/avatar.js +1 -1
  108. package/lib/components/badge/badge.js +1 -1
  109. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  110. package/lib/components/basic_table/basic_table.js +1 -1
  111. package/lib/components/basic_table/in_memory_table.js +1 -1
  112. package/lib/components/button/button.js +1 -1
  113. package/lib/components/button/button_display/_button_display.js +1 -1
  114. package/lib/components/button/button_display/_button_display_content.js +1 -1
  115. package/lib/components/button/button_empty/button_empty.js +1 -1
  116. package/lib/components/button/button_group/button_group.js +1 -1
  117. package/lib/components/button/button_group/button_group_button.js +1 -1
  118. package/lib/components/button/button_icon/button_icon.js +1 -1
  119. package/lib/components/call_out/call_out.js +1 -1
  120. package/lib/components/card/card.js +2 -2
  121. package/lib/components/card/card_select/card_select.js +1 -1
  122. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  123. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  124. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  125. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  126. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  127. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  128. package/lib/components/color_picker/color_palette_display/color_palette_display.js +9 -9
  129. package/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +30 -0
  130. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +2 -0
  131. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.styles.js +19 -0
  132. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +37 -27
  133. package/lib/components/color_picker/color_picker.js +26 -39
  134. package/lib/components/color_picker/color_picker.styles.js +15 -5
  135. package/lib/components/color_picker/color_picker_swatch.js +5 -1
  136. package/lib/components/color_picker/color_picker_swatch.styles.js +25 -0
  137. package/lib/components/color_picker/hue.js +11 -6
  138. package/lib/components/color_picker/hue.styles.js +35 -0
  139. package/lib/components/color_picker/saturation.js +27 -14
  140. package/lib/components/color_picker/saturation.styles.js +29 -0
  141. package/lib/components/comment_list/comment.js +2 -2
  142. package/lib/components/comment_list/comment_event.js +1 -1
  143. package/lib/components/comment_list/comment_list.js +2 -2
  144. package/lib/components/comment_list/comment_timeline.js +1 -1
  145. package/lib/components/context_menu/context_menu_item.js +1 -1
  146. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  147. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  148. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  149. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  150. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  151. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  152. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  153. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  154. package/lib/components/datagrid/utils/in_memory.js +6 -6
  155. package/lib/components/date_picker/date_picker.js +2 -2
  156. package/lib/components/date_picker/date_picker_range.js +1 -1
  157. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  158. package/lib/components/facet/facet_button.js +1 -1
  159. package/lib/components/form/field_number/field_number.js +2 -2
  160. package/lib/components/form/field_text/field_text.js +2 -2
  161. package/lib/components/form/file_picker/file_picker.js +5 -5
  162. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  163. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  164. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  165. package/lib/components/form/range/range.styles.js +1 -1
  166. package/lib/components/form/text_area/text_area.js +2 -2
  167. package/lib/components/header/header_links/header_link.js +1 -1
  168. package/lib/components/header/header_links/header_links.js +1 -1
  169. package/lib/components/header/header_logo/header_logo.js +1 -1
  170. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  171. package/lib/components/icon/assets/anomaly_chart.js +44 -0
  172. package/lib/components/icon/assets/anomaly_swim_lane.js +40 -0
  173. package/lib/components/icon/assets/change_point_detection.js +44 -0
  174. package/lib/components/icon/assets/field_statistics.js +47 -0
  175. package/lib/components/icon/assets/log_pattern_analysis.js +72 -0
  176. package/lib/components/icon/assets/log_rate_analysis.js +40 -0
  177. package/lib/components/icon/assets/single_metric_viewer.js +50 -0
  178. package/lib/components/icon/icon.js +1 -1
  179. package/lib/components/icon/icon_map.js +7 -0
  180. package/lib/components/icon/svgs/anomaly_chart.svg +4 -0
  181. package/lib/components/icon/svgs/anomaly_swim_lane.svg +3 -0
  182. package/lib/components/icon/svgs/change_point_detection.svg +4 -0
  183. package/lib/components/icon/svgs/field_statistics.svg +5 -0
  184. package/lib/components/icon/svgs/log_pattern_analysis.svg +19 -0
  185. package/lib/components/icon/svgs/log_rate_analysis.svg +3 -0
  186. package/lib/components/icon/svgs/single_metric_viewer.svg +5 -0
  187. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  188. package/lib/components/list_group/list_group.js +2 -2
  189. package/lib/components/list_group/list_group_item.js +2 -2
  190. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  191. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  192. package/lib/components/loading/loading_logo.js +1 -1
  193. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  194. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  195. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  196. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  197. package/lib/components/modal/modal.styles.js +1 -1
  198. package/lib/components/page/page_header/page_header_content.js +1 -1
  199. package/lib/components/pagination/pagination_button.js +1 -1
  200. package/lib/components/popover/popover.js +5 -3
  201. package/lib/components/provider/provider.js +1 -1
  202. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  203. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  204. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  205. package/lib/components/stat/stat.js +25 -36
  206. package/lib/components/table/table_row.styles.js +2 -2
  207. package/lib/components/timeline/timeline_item_icon.js +1 -1
  208. package/lib/components/toast/global_toast_list.js +1 -1
  209. package/lib/components/toast/toast.js +1 -1
  210. package/lib/components/tool_tip/icon_tip.js +1 -1
  211. package/lib/global_styling/mixins/_helpers.js +10 -2
  212. package/lib/services/breakpoint/current_breakpoint.js +6 -4
  213. package/lib/services/theme/provider.js +9 -1
  214. package/optimize/es/components/color_picker/color_palette_display/color_palette_display.js +8 -8
  215. package/optimize/es/components/color_picker/color_palette_display/color_palette_display.styles.js +24 -0
  216. package/optimize/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +2 -0
  217. package/optimize/es/components/color_picker/color_palette_display/color_palette_display_fixed.styles.js +14 -0
  218. package/optimize/es/components/color_picker/color_palette_picker/color_palette_picker.js +34 -26
  219. package/optimize/es/components/color_picker/color_picker.js +26 -39
  220. package/optimize/es/components/color_picker/color_picker.styles.js +15 -5
  221. package/optimize/es/components/color_picker/color_picker_swatch.js +5 -1
  222. package/optimize/es/components/color_picker/color_picker_swatch.styles.js +19 -0
  223. package/optimize/es/components/color_picker/hue.js +11 -6
  224. package/optimize/es/components/color_picker/hue.styles.js +29 -0
  225. package/optimize/es/components/color_picker/saturation.js +29 -16
  226. package/optimize/es/components/color_picker/saturation.styles.js +23 -0
  227. package/optimize/es/components/form/file_picker/file_picker.js +5 -5
  228. package/optimize/es/components/form/range/range.styles.js +1 -1
  229. package/optimize/es/components/icon/assets/anomaly_chart.js +36 -0
  230. package/optimize/es/components/icon/assets/anomaly_swim_lane.js +32 -0
  231. package/optimize/es/components/icon/assets/change_point_detection.js +36 -0
  232. package/optimize/es/components/icon/assets/field_statistics.js +39 -0
  233. package/optimize/es/components/icon/assets/log_pattern_analysis.js +64 -0
  234. package/optimize/es/components/icon/assets/log_rate_analysis.js +32 -0
  235. package/optimize/es/components/icon/assets/single_metric_viewer.js +42 -0
  236. package/optimize/es/components/icon/icon_map.js +7 -0
  237. package/optimize/es/components/modal/modal.styles.js +1 -1
  238. package/optimize/es/components/popover/popover.js +5 -3
  239. package/optimize/es/components/provider/provider.js +2 -2
  240. package/optimize/es/components/stat/stat.js +28 -37
  241. package/optimize/es/components/table/table_row.styles.js +2 -2
  242. package/optimize/es/global_styling/mixins/_helpers.js +10 -2
  243. package/optimize/es/services/breakpoint/current_breakpoint.js +5 -3
  244. package/optimize/es/services/theme/provider.js +10 -2
  245. package/optimize/lib/components/color_picker/color_palette_display/color_palette_display.js +8 -8
  246. package/optimize/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +30 -0
  247. package/optimize/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +2 -0
  248. package/optimize/lib/components/color_picker/color_palette_display/color_palette_display_fixed.styles.js +19 -0
  249. package/optimize/lib/components/color_picker/color_palette_picker/color_palette_picker.js +38 -27
  250. package/optimize/lib/components/color_picker/color_picker.js +26 -39
  251. package/optimize/lib/components/color_picker/color_picker.styles.js +15 -5
  252. package/optimize/lib/components/color_picker/color_picker_swatch.js +5 -1
  253. package/optimize/lib/components/color_picker/color_picker_swatch.styles.js +25 -0
  254. package/optimize/lib/components/color_picker/hue.js +11 -6
  255. package/optimize/lib/components/color_picker/hue.styles.js +35 -0
  256. package/optimize/lib/components/color_picker/saturation.js +27 -14
  257. package/optimize/lib/components/color_picker/saturation.styles.js +29 -0
  258. package/optimize/lib/components/form/file_picker/file_picker.js +5 -5
  259. package/optimize/lib/components/form/range/range.styles.js +1 -1
  260. package/optimize/lib/components/icon/assets/anomaly_chart.js +44 -0
  261. package/optimize/lib/components/icon/assets/anomaly_swim_lane.js +40 -0
  262. package/optimize/lib/components/icon/assets/change_point_detection.js +44 -0
  263. package/optimize/lib/components/icon/assets/field_statistics.js +47 -0
  264. package/optimize/lib/components/icon/assets/log_pattern_analysis.js +72 -0
  265. package/optimize/lib/components/icon/assets/log_rate_analysis.js +40 -0
  266. package/optimize/lib/components/icon/assets/single_metric_viewer.js +50 -0
  267. package/optimize/lib/components/icon/icon_map.js +7 -0
  268. package/optimize/lib/components/icon/svgs/anomaly_chart.svg +4 -0
  269. package/optimize/lib/components/icon/svgs/anomaly_swim_lane.svg +3 -0
  270. package/optimize/lib/components/icon/svgs/change_point_detection.svg +4 -0
  271. package/optimize/lib/components/icon/svgs/field_statistics.svg +5 -0
  272. package/optimize/lib/components/icon/svgs/log_pattern_analysis.svg +19 -0
  273. package/optimize/lib/components/icon/svgs/log_rate_analysis.svg +3 -0
  274. package/optimize/lib/components/icon/svgs/single_metric_viewer.svg +5 -0
  275. package/optimize/lib/components/modal/modal.styles.js +1 -1
  276. package/optimize/lib/components/popover/popover.js +5 -3
  277. package/optimize/lib/components/provider/provider.js +1 -1
  278. package/optimize/lib/components/stat/stat.js +25 -34
  279. package/optimize/lib/components/table/table_row.styles.js +2 -2
  280. package/optimize/lib/global_styling/mixins/_helpers.js +10 -2
  281. package/optimize/lib/services/breakpoint/current_breakpoint.js +6 -4
  282. package/optimize/lib/services/theme/provider.js +9 -1
  283. package/package.json +14 -8
  284. package/src/components/index.scss +0 -1
  285. package/src/global_styling/mixins/_shadow.scss +5 -0
  286. package/src/themes/amsterdam/overrides/_index.scss +0 -1
  287. package/test-env/components/avatar/avatar.js +1 -1
  288. package/test-env/components/badge/badge.js +1 -1
  289. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  290. package/test-env/components/basic_table/basic_table.js +1 -1
  291. package/test-env/components/basic_table/in_memory_table.js +1 -1
  292. package/test-env/components/button/button.js +1 -1
  293. package/test-env/components/button/button_display/_button_display.js +1 -1
  294. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  295. package/test-env/components/button/button_empty/button_empty.js +1 -1
  296. package/test-env/components/button/button_group/button_group.js +1 -1
  297. package/test-env/components/button/button_group/button_group_button.js +1 -1
  298. package/test-env/components/button/button_icon/button_icon.js +1 -1
  299. package/test-env/components/call_out/call_out.js +1 -1
  300. package/test-env/components/card/card.js +2 -2
  301. package/test-env/components/card/card_select/card_select.js +1 -1
  302. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  303. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  304. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  305. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  306. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  307. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  308. package/test-env/components/color_picker/color_palette_display/color_palette_display.js +9 -9
  309. package/test-env/components/color_picker/color_palette_display/color_palette_display.styles.js +30 -0
  310. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +2 -0
  311. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.styles.js +19 -0
  312. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +38 -27
  313. package/test-env/components/color_picker/color_picker.js +26 -39
  314. package/test-env/components/color_picker/color_picker.styles.js +15 -5
  315. package/test-env/components/color_picker/color_picker_swatch.js +5 -1
  316. package/test-env/components/color_picker/color_picker_swatch.styles.js +25 -0
  317. package/test-env/components/color_picker/hue.js +11 -6
  318. package/test-env/components/color_picker/hue.styles.js +35 -0
  319. package/test-env/components/color_picker/saturation.js +27 -14
  320. package/test-env/components/color_picker/saturation.styles.js +29 -0
  321. package/test-env/components/comment_list/comment.js +2 -2
  322. package/test-env/components/comment_list/comment_event.js +1 -1
  323. package/test-env/components/comment_list/comment_list.js +2 -2
  324. package/test-env/components/comment_list/comment_timeline.js +1 -1
  325. package/test-env/components/context_menu/context_menu_item.js +1 -1
  326. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  327. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  328. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  329. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  330. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  331. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  332. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  333. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  334. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  335. package/test-env/components/date_picker/date_picker.js +2 -2
  336. package/test-env/components/date_picker/date_picker_range.js +1 -1
  337. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  338. package/test-env/components/facet/facet_button.js +1 -1
  339. package/test-env/components/form/field_number/field_number.js +2 -2
  340. package/test-env/components/form/field_text/field_text.js +2 -2
  341. package/test-env/components/form/file_picker/file_picker.js +5 -5
  342. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  343. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  344. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  345. package/test-env/components/form/range/range.styles.js +1 -1
  346. package/test-env/components/form/text_area/text_area.js +2 -2
  347. package/test-env/components/header/header_links/header_link.js +1 -1
  348. package/test-env/components/header/header_links/header_links.js +1 -1
  349. package/test-env/components/header/header_logo/header_logo.js +1 -1
  350. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  351. package/test-env/components/icon/assets/anomaly_chart.js +44 -0
  352. package/test-env/components/icon/assets/anomaly_swim_lane.js +40 -0
  353. package/test-env/components/icon/assets/change_point_detection.js +44 -0
  354. package/test-env/components/icon/assets/field_statistics.js +47 -0
  355. package/test-env/components/icon/assets/log_pattern_analysis.js +72 -0
  356. package/test-env/components/icon/assets/log_rate_analysis.js +40 -0
  357. package/test-env/components/icon/assets/single_metric_viewer.js +50 -0
  358. package/test-env/components/icon/icon_map.js +7 -0
  359. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  360. package/test-env/components/list_group/list_group.js +2 -2
  361. package/test-env/components/list_group/list_group_item.js +2 -2
  362. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  363. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  364. package/test-env/components/loading/loading_logo.js +1 -1
  365. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  366. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  367. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  368. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  369. package/test-env/components/modal/modal.styles.js +1 -1
  370. package/test-env/components/page/page_header/page_header_content.js +1 -1
  371. package/test-env/components/pagination/pagination_button.js +1 -1
  372. package/test-env/components/popover/popover.js +5 -3
  373. package/test-env/components/provider/provider.js +1 -1
  374. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  375. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  376. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  377. package/test-env/components/stat/stat.js +25 -34
  378. package/test-env/components/table/table_row.styles.js +2 -2
  379. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  380. package/test-env/components/toast/global_toast_list.js +1 -1
  381. package/test-env/components/toast/toast.js +1 -1
  382. package/test-env/components/tool_tip/icon_tip.js +1 -1
  383. package/test-env/global_styling/mixins/_helpers.js +10 -2
  384. package/test-env/services/breakpoint/current_breakpoint.js +6 -4
  385. package/test-env/services/theme/provider.js +9 -1
  386. package/src/components/color_picker/_color_picker.scss +0 -37
  387. package/src/components/color_picker/_color_picker_swatch.scss +0 -18
  388. package/src/components/color_picker/_hue.scss +0 -88
  389. package/src/components/color_picker/_index.scss +0 -7
  390. package/src/components/color_picker/_saturation.scss +0 -57
  391. package/src/components/color_picker/_variables.scss +0 -6
  392. package/src/components/color_picker/color_palette_display/_color_palette_display.scss +0 -18
  393. package/src/components/color_picker/color_palette_display/_color_palette_display_fixed.scss +0 -12
  394. package/src/components/color_picker/color_palette_display/_index.scss +0 -4
  395. package/src/components/color_picker/color_palette_display/_mixins.scss +0 -22
  396. package/src/components/color_picker/color_palette_display/_variables.scss +0 -6
  397. package/src/components/color_picker/color_palette_picker/_color_palette_picker.scss +0 -9
  398. package/src/components/color_picker/color_palette_picker/_index.scss +0 -1
  399. package/src/themes/amsterdam/overrides/_hue.scss +0 -44
@@ -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;
@@ -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 EuiIconLogRateAnalysis = function EuiIconLogRateAnalysis(_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: "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"
38
+ }));
39
+ };
40
+ var icon = exports.icon = EuiIconLogRateAnalysis;
@@ -0,0 +1,50 @@
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 EuiIconSingleMetricViewer = function EuiIconSingleMetricViewer(_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
+ fillRule: "evenodd",
38
+ 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",
39
+ clipRule: "evenodd"
40
+ }), (0, _react2.jsx)("path", {
41
+ fillRule: "evenodd",
42
+ 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",
43
+ clipRule: "evenodd"
44
+ }), (0, _react2.jsx)("path", {
45
+ fillRule: "evenodd",
46
+ 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",
47
+ clipRule: "evenodd"
48
+ }));
49
+ };
50
+ var icon = exports.icon = EuiIconSingleMetricViewer;
@@ -20,6 +20,8 @@ var typeToPathMap = exports.typeToPathMap = {
20
20
  aggregate: 'aggregate',
21
21
  analyzeEvent: 'analyzeEvent',
22
22
  annotation: 'annotation',
23
+ anomalyChart: 'anomaly_chart',
24
+ anomalySwimLane: 'anomaly_swim_lane',
23
25
  apmApp: 'app_apm',
24
26
  apmTrace: 'apm_trace',
25
27
  appSearchApp: 'app_app_search',
@@ -50,6 +52,7 @@ var typeToPathMap = exports.typeToPathMap = {
50
52
  calendar: 'calendar',
51
53
  canvasApp: 'app_canvas',
52
54
  casesApp: 'app_cases',
55
+ changePointDetection: 'change_point_detection',
53
56
  check: 'check',
54
57
  checkInCircleFilled: 'checkInCircleFilled',
55
58
  cheer: 'cheer',
@@ -149,6 +152,7 @@ var typeToPathMap = exports.typeToPathMap = {
149
152
  faceHappy: 'face_happy',
150
153
  faceNeutral: 'face_neutral',
151
154
  faceSad: 'face_sad',
155
+ fieldStatistics: 'field_statistics',
152
156
  filebeatApp: 'app_filebeat',
153
157
  filter: 'filter',
154
158
  filterExclude: 'filterExclude',
@@ -224,6 +228,8 @@ var typeToPathMap = exports.typeToPathMap = {
224
228
  listAdd: 'list_add',
225
229
  lock: 'lock',
226
230
  lockOpen: 'lockOpen',
231
+ logPatternAnalysis: 'log_pattern_analysis',
232
+ logRateAnalysis: 'log_rate_analysis',
227
233
  logoAWS: 'logo_aws',
228
234
  logoAWSMono: 'logo_aws_mono',
229
235
  logoAerospike: 'logo_aerospike',
@@ -366,6 +372,7 @@ var typeToPathMap = exports.typeToPathMap = {
366
372
  sessionViewer: 'sessionViewer',
367
373
  shard: 'shard',
368
374
  share: 'share',
375
+ singleMetricViewer: 'single_metric_viewer',
369
376
  snowflake: 'snowflake',
370
377
  sortAscending: 'sortAscending',
371
378
  sortDescending: 'sortDescending',
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ <path 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"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ <path 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"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ <path 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"/>
4
+ <path fill-rule="evenodd" 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"/>
5
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ <path 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"/>
4
+ <path 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"/>
5
+ <path 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"/>
6
+ <path 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"/>
7
+ <path 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"/>
8
+ <path 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"/>
9
+ <path 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"/>
10
+ <path 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"/>
11
+ <path 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"/>
12
+ <path 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"/>
13
+ <path 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"/>
14
+ <path 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"/>
15
+ <path 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"/>
16
+ <path 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"/>
17
+ <path 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"/>
18
+ <path 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"/>
19
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path 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"/>
3
+ <path 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"/>
4
+ <path 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"/>
5
+ </svg>
@@ -19,7 +19,7 @@ var _form = require("../form/form.styles");
19
19
  var euiModalStyles = exports.euiModalStyles = function euiModalStyles(euiThemeContext) {
20
20
  var euiTheme = euiThemeContext.euiTheme;
21
21
  return {
22
- euiModal: /*#__PURE__*/(0, _react.css)((0, _mixins.euiShadowXLarge)(euiThemeContext), " display:flex;flex-direction:column;max-block-size:75vh;position:relative;background-color:", euiTheme.colors.emptyShade, ";border-radius:", euiTheme.border.radius.medium, ";z-index:", euiTheme.levels.modal, ";min-inline-size:", (0, _form.euiFormVariables)(euiThemeContext).maxWidth, ";max-inline-size:calc(100vw - ", euiTheme.size.base, ");", _global_styling.euiCanAnimate, "{animation:", (0, _global_styling.euiAnimSlideInUp)(euiTheme.size.xxl), " ", euiTheme.animation.slow, " ", euiTheme.animation.bounce, ";}", (0, _global_styling.euiMaxBreakpoint)(euiThemeContext, 'm'), "{position:fixed;inset:0;border-radius:0;inline-size:100vw!important;min-inline-size:0!important;max-inline-size:none!important;max-block-size:100vh!important;}&:focus{outline:none;};label:euiModal;"),
22
+ euiModal: /*#__PURE__*/(0, _react.css)((0, _mixins.euiShadowXLarge)(euiThemeContext), " display:flex;flex-direction:column;max-block-size:75vh;position:relative;background-color:", euiTheme.colors.emptyShade, ";border-radius:", euiTheme.border.radius.medium, ";z-index:", euiTheme.levels.modal, ";min-inline-size:", (0, _form.euiFormVariables)(euiThemeContext).maxWidth, ";max-inline-size:calc(100vw - ", euiTheme.size.base, ");overflow:hidden;", _global_styling.euiCanAnimate, "{animation:", (0, _global_styling.euiAnimSlideInUp)(euiTheme.size.xxl), " ", euiTheme.animation.slow, " ", euiTheme.animation.bounce, ";}", (0, _global_styling.euiMaxBreakpoint)(euiThemeContext, 'm'), "{position:fixed;inset:0;border-radius:0;inline-size:100vw!important;min-inline-size:0!important;max-inline-size:none!important;max-block-size:100vh!important;}&:focus{outline:none;};label:euiModal;"),
23
23
  // Variants
24
24
  defaultMaxWidth: /*#__PURE__*/(0, _react.css)("max-inline-size:min(\n ", euiTheme.breakpoint.m, "px,\n calc(100vw - ", euiTheme.size.base, ")\n );;label:defaultMaxWidth;"),
25
25
  confirmation: /*#__PURE__*/(0, _react.css)("min-inline-size:", (0, _form.euiFormVariables)(euiThemeContext).maxWidth, ";", (0, _global_styling.euiMaxBreakpoint)(euiThemeContext, 'm'), "{", (0, _mixins.euiShadowXLarge)(euiThemeContext, {
@@ -119,9 +119,11 @@ var EuiPopover = exports.EuiPopover = /*#__PURE__*/function (_Component) {
119
119
  });
120
120
  (0, _defineProperty2.default)(_this, "handleStrandedFocus", function () {
121
121
  _this.strandedFocusTimeout = window.setTimeout(function () {
122
- // If `returnFocus` failed and focus was stranded on the body,
123
- // attempt to manually restore focus to the toggle button
124
- if (document.activeElement === document.body) {
122
+ // If `returnFocus` failed and focus was stranded,
123
+ // attempt to manually restore focus to the toggle button.
124
+ // The stranded focus is either in most cases on body but
125
+ // it will be on the panel instead on mount when isOpen=true
126
+ if (document.activeElement === document.body || document.activeElement === _this.panel) {
125
127
  if (!_this.button) return;
126
128
  var focusableItems = (0, _tabbable.focusable)(_this.button);
127
129
  if (!focusableItems.length) return;
@@ -83,5 +83,5 @@ var EuiProvider = exports.EuiProvider = function EuiProvider(_ref) {
83
83
  children: Utilities && (0, _react2.jsx)(Utilities, null)
84
84
  })), (0, _react2.jsx)(_component_defaults.EuiComponentDefaultsProvider, {
85
85
  componentDefaults: componentDefaults
86
- }, (0, _react2.jsx)(_services.CurrentEuiBreakpointProvider, null, children)))));
86
+ }, children))));
87
87
  };
@@ -7,13 +7,11 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.EuiStat = exports.COLORS = exports.ALIGNMENTS = void 0;
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
12
11
  var _react = _interopRequireWildcard(require("react"));
13
12
  var _classnames = _interopRequireDefault(require("classnames"));
14
13
  var _text = require("../text");
15
14
  var _title = require("../title/title");
16
- var _accessibility = require("../accessibility");
17
15
  var _i18n = require("../i18n");
18
16
  var _services = require("../../services");
19
17
  var _stat = require("./stat.styles");
@@ -28,8 +26,6 @@ var _excluded = ["children", "className", "description", "isLoading", "reverse",
28
26
  */
29
27
  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); }
30
28
  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; }
31
- 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; }
32
- 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) { (0, _defineProperty2.default)(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; }
33
29
  var COLORS = exports.COLORS = ['default', 'subdued', 'primary', 'success', 'danger', 'accent'];
34
30
  var ALIGNMENTS = exports.ALIGNMENTS = ['left', 'center', 'right'];
35
31
  var EuiStat = exports.EuiStat = function EuiStat(_ref) {
@@ -52,38 +48,33 @@ var EuiStat = exports.EuiStat = function EuiStat(_ref) {
52
48
  _ref$descriptionEleme = _ref.descriptionElement,
53
49
  descriptionElement = _ref$descriptionEleme === void 0 ? 'p' : _ref$descriptionEleme,
54
50
  rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
55
- var euiTheme = (0, _services.useEuiTheme)();
56
- var styles = (0, _stat.euiStatStyles)();
57
- var cssStyles = [styles.euiStat, styles[textAlign]];
58
51
  var classes = (0, _classnames.default)('euiStat', className);
59
- var commonProps = {
60
- 'aria-hidden': true
61
- };
62
- var descriptionDisplay = (0, _react2.jsx)(_text.EuiText, {
63
- size: "s",
64
- className: "euiStat__description"
65
- }, /*#__PURE__*/(0, _react.createElement)(descriptionElement, commonProps, description));
66
- var isNamedTitleColor = COLORS.includes(titleColor);
67
- var titleStyles = (0, _stat.euiStatTitleStyles)(euiTheme);
68
- var titleCssStyles = [titleStyles.euiStat__title, isNamedTitleColor && titleStyles[titleColor], isLoading && titleStyles.isLoading];
69
- var titleProps = isNamedTitleColor ? commonProps : _objectSpread(_objectSpread({}, commonProps), {}, {
70
- style: {
71
- color: titleColor
72
- }
73
- });
74
- var titleChildren = isLoading ? '--' : title;
75
- var titleDisplay = (0, _react2.jsx)(_title.EuiTitle, {
76
- size: titleSize,
77
- className: "euiStat__title",
78
- css: titleCssStyles
79
- }, /*#__PURE__*/(0, _react.createElement)(titleElement, titleProps, titleChildren));
80
- var screenReader = (0, _react2.jsx)(_accessibility.EuiScreenReaderOnly, null, (0, _react2.jsx)("p", null, isLoading ? (0, _react2.jsx)(_i18n.EuiI18n, {
81
- token: "euiStat.loadingText",
82
- default: "Statistic is loading"
83
- }) : (0, _react2.jsx)(_react.Fragment, null, reverse ? "".concat(title, " ").concat(description) : "".concat(description, " ").concat(title))));
84
- var statDisplay = (0, _react2.jsx)(_react.Fragment, null, !reverse && descriptionDisplay, titleDisplay, reverse && descriptionDisplay, typeof title === 'string' && typeof description === 'string' && screenReader);
52
+ var styles = (0, _services.useEuiMemoizedStyles)(_stat.euiStatStyles);
53
+ var cssStyles = [styles.euiStat, styles[textAlign]];
54
+ var loadingStatsAriaLabel = (0, _i18n.useEuiI18n)('euiStat.loadingText', 'Statistic is loading');
55
+ var titleStyles = (0, _services.useEuiMemoizedStyles)(_stat.euiStatTitleStyles);
56
+ var titleDisplay = (0, _react.useMemo)(function () {
57
+ var isNamedTitleColor = COLORS.includes(titleColor);
58
+ var titleCssStyles = [titleStyles.euiStat__title, isNamedTitleColor && titleStyles[titleColor], isLoading && titleStyles.isLoading];
59
+ return (0, _react2.jsx)(_title.EuiTitle, {
60
+ size: titleSize,
61
+ className: "euiStat__title",
62
+ css: titleCssStyles,
63
+ "aria-label": isLoading ? loadingStatsAriaLabel : undefined
64
+ }, /*#__PURE__*/(0, _react.createElement)(titleElement, isNamedTitleColor ? null : {
65
+ style: {
66
+ color: titleColor
67
+ }
68
+ }, isLoading ? '--' : title));
69
+ }, [title, titleElement, titleColor, titleSize, titleStyles, isLoading, loadingStatsAriaLabel]);
70
+ var descriptionDisplay = (0, _react.useMemo)(function () {
71
+ return (0, _react2.jsx)(_text.EuiText, {
72
+ size: "s",
73
+ className: "euiStat__description"
74
+ }, /*#__PURE__*/(0, _react.createElement)(descriptionElement, null, description));
75
+ }, [description, descriptionElement]);
85
76
  return (0, _react2.jsx)("div", (0, _extends2.default)({
86
77
  css: cssStyles,
87
78
  className: classes
88
- }, rest), statDisplay, children);
79
+ }, rest), !reverse && descriptionDisplay, titleDisplay, reverse && descriptionDisplay, children);
89
80
  };
@@ -36,7 +36,7 @@ var euiTableRowStyles = exports.euiTableRowStyles = function euiTableRowStyles(e
36
36
  selected: /*#__PURE__*/(0, _react.css)("&,&+.euiTableRow-isExpandedRow{background-color:", rowColors.selected.color, ";}&:hover,&:hover+.euiTableRow-isExpandedRow{background-color:", rowColors.selected.hover, ";};label:selected;"),
37
37
  // Offset expanded & selectable rows by the checkbox width to line up content with the 2nd column
38
38
  // Set on the `<td>` because padding can't be applied to `<tr>` elements directly
39
- checkboxOffset: /*#__PURE__*/(0, _react.css)(".euiTableRowCell:first-child{", (0, _global_styling.logicalCSS)('padding-left', checkboxSize), ";};label:checkboxOffset;")
39
+ checkboxOffset: /*#__PURE__*/(0, _react.css)("&>.euiTableRowCell:first-child{", (0, _global_styling.logicalCSS)('padding-left', checkboxSize), ";};label:checkboxOffset;")
40
40
  },
41
41
  mobile: {
42
42
  mobile: /*#__PURE__*/(0, _react.css)("position:relative;display:flex;flex-wrap:wrap;padding:", cellContentPadding, ";", (0, _global_styling.logicalCSS)('margin-bottom', cellContentPadding), (0, _mixins.euiShadow)(euiThemeContext, 's'), " background-color:", (0, _global_styling.euiBackgroundColor)(euiThemeContext, 'plain'), ";border-radius:", euiTheme.border.radius.medium, ";;label:mobile;"),
@@ -54,7 +54,7 @@ var euiTableRowStyles = exports.euiTableRowStyles = function euiTableRowStyles(e
54
54
  /**
55
55
  * Bottom of card - expanded rows
56
56
  */
57
- expanded: /*#__PURE__*/(0, _react.css)((0, _global_styling.logicalCSS)('margin-top', "-".concat(mobileSizes.actions.offset)), (0, _global_styling.logicalCSS)('padding-left', cellContentPadding), " ", (0, _global_styling.logicalCSS)('border-top', euiTheme.border.thin), " ", (0, _global_styling.logicalCSS)('border-top-left-radius', 0), " ", (0, _global_styling.logicalCSS)('border-top-right-radius', 0), " .euiTableRowCell{", (0, _global_styling.logicalCSS)('width', '100%'), ";}", expandedAnimationCss, ";;label:expanded;")
57
+ expanded: /*#__PURE__*/(0, _react.css)((0, _global_styling.logicalCSS)('margin-top', "-".concat(mobileSizes.actions.offset)), (0, _global_styling.logicalCSS)('padding-left', cellContentPadding), " ", (0, _global_styling.logicalCSS)('border-top', euiTheme.border.thin), " ", (0, _global_styling.logicalCSS)('border-top-left-radius', 0), " ", (0, _global_styling.logicalCSS)('border-top-right-radius', 0), ">.euiTableRowCell{", (0, _global_styling.logicalCSS)('width', '100%'), ";}", expandedAnimationCss, ";;label:expanded;")
58
58
  }
59
59
  };
60
60
  };