@elastic/eui 94.2.1 → 94.3.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 (332) hide show
  1. package/dist/eui_theme_dark.css +5 -2
  2. package/dist/eui_theme_dark.min.css +1 -1
  3. package/dist/eui_theme_light.css +5 -2
  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/combo_box/combo_box_input/combo_box_input.js +19 -1
  27. package/es/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
  28. package/es/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
  29. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
  30. package/es/components/comment_list/comment.js +2 -2
  31. package/es/components/comment_list/comment_event.js +1 -1
  32. package/es/components/comment_list/comment_list.js +2 -2
  33. package/es/components/comment_list/comment_timeline.js +1 -1
  34. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  35. package/es/components/datagrid/body/data_grid_body.js +7 -7
  36. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  37. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  38. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  39. package/es/components/datagrid/controls/column_sorting.js +7 -7
  40. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  41. package/es/components/datagrid/controls/data_grid_toolbar.js +1 -1
  42. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  43. package/es/components/datagrid/utils/in_memory.js +6 -6
  44. package/es/components/date_picker/date_picker.js +2 -2
  45. package/es/components/date_picker/date_picker_range.js +1 -1
  46. package/es/components/empty_prompt/empty_prompt.js +1 -1
  47. package/es/components/facet/facet_button.js +1 -1
  48. package/es/components/filter_group/filter_select_item.js +46 -4
  49. package/es/components/flex/flex_group.js +0 -2
  50. package/es/components/flex/flex_item.js +0 -2
  51. package/es/components/form/field_number/field_number.js +2 -2
  52. package/es/components/form/field_text/field_text.js +2 -2
  53. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  54. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  55. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  56. package/es/components/form/text_area/text_area.js +2 -2
  57. package/es/components/header/header_links/header_link.js +1 -1
  58. package/es/components/header/header_links/header_links.js +1 -1
  59. package/es/components/header/header_logo/header_logo.js +1 -1
  60. package/es/components/header/header_section/header_section_item_button.js +1 -1
  61. package/es/components/icon/assets/clickLeft.js +38 -0
  62. package/es/components/icon/assets/clickRight.js +38 -0
  63. package/es/components/icon/assets/clockCounter.js +35 -0
  64. package/es/components/icon/assets/error.js +3 -1
  65. package/es/components/icon/assets/errorFilled.js +34 -0
  66. package/es/components/icon/assets/launch.js +5 -3
  67. package/es/components/icon/assets/tokenDimension.js +36 -0
  68. package/es/components/icon/assets/tokenMetricCounter.js +4 -1
  69. package/es/components/icon/assets/tokenMetricGauge.js +4 -1
  70. package/es/components/icon/assets/warningFilled.js +34 -0
  71. package/es/components/icon/icon.js +1 -1
  72. package/es/components/icon/icon_map.js +6 -0
  73. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  74. package/es/components/list_group/list_group.js +2 -2
  75. package/es/components/list_group/list_group_item.js +2 -2
  76. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  77. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  78. package/es/components/loading/loading_logo.js +1 -1
  79. package/es/components/markdown_editor/markdown_editor.js +1 -1
  80. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  81. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  82. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  83. package/es/components/page/page_header/page_header_content.js +1 -1
  84. package/es/components/pagination/pagination_button.js +1 -1
  85. package/es/components/popover/input_popover.js +20 -14
  86. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  87. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  88. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  89. package/es/components/timeline/timeline_item_icon.js +1 -1
  90. package/es/components/toast/global_toast_list.js +1 -1
  91. package/es/components/toast/toast.js +1 -1
  92. package/es/components/token/token_map.js +4 -0
  93. package/es/components/tool_tip/icon_tip.js +1 -1
  94. package/eui.d.ts +105 -11
  95. package/i18ntokens.json +14 -14
  96. package/lib/components/avatar/avatar.js +1 -1
  97. package/lib/components/badge/badge.js +1 -1
  98. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  99. package/lib/components/basic_table/basic_table.js +1 -1
  100. package/lib/components/basic_table/in_memory_table.js +1 -1
  101. package/lib/components/button/button.js +1 -1
  102. package/lib/components/button/button_display/_button_display.js +1 -1
  103. package/lib/components/button/button_display/_button_display_content.js +1 -1
  104. package/lib/components/button/button_empty/button_empty.js +1 -1
  105. package/lib/components/button/button_group/button_group.js +1 -1
  106. package/lib/components/button/button_group/button_group_button.js +1 -1
  107. package/lib/components/button/button_icon/button_icon.js +1 -1
  108. package/lib/components/call_out/call_out.js +1 -1
  109. package/lib/components/card/card.js +2 -2
  110. package/lib/components/card/card_select/card_select.js +1 -1
  111. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  112. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  113. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  114. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  115. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  116. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  117. package/lib/components/combo_box/combo_box_input/combo_box_input.js +19 -1
  118. package/lib/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
  119. package/lib/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
  120. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
  121. package/lib/components/comment_list/comment.js +2 -2
  122. package/lib/components/comment_list/comment_event.js +1 -1
  123. package/lib/components/comment_list/comment_list.js +2 -2
  124. package/lib/components/comment_list/comment_timeline.js +1 -1
  125. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  126. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  127. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  128. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  129. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  130. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  131. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  132. package/lib/components/datagrid/controls/data_grid_toolbar.js +2 -1
  133. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  134. package/lib/components/datagrid/utils/in_memory.js +6 -6
  135. package/lib/components/date_picker/date_picker.js +2 -2
  136. package/lib/components/date_picker/date_picker_range.js +1 -1
  137. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  138. package/lib/components/facet/facet_button.js +1 -1
  139. package/lib/components/filter_group/filter_select_item.js +45 -3
  140. package/lib/components/flex/flex_group.js +0 -2
  141. package/lib/components/flex/flex_item.js +0 -2
  142. package/lib/components/form/field_number/field_number.js +2 -2
  143. package/lib/components/form/field_text/field_text.js +2 -2
  144. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  145. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  146. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  147. package/lib/components/form/text_area/text_area.js +2 -2
  148. package/lib/components/header/header_links/header_link.js +1 -1
  149. package/lib/components/header/header_links/header_links.js +1 -1
  150. package/lib/components/header/header_logo/header_logo.js +1 -1
  151. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  152. package/lib/components/icon/assets/clickLeft.js +46 -0
  153. package/lib/components/icon/assets/clickRight.js +46 -0
  154. package/lib/components/icon/assets/clockCounter.js +43 -0
  155. package/lib/components/icon/assets/error.js +3 -1
  156. package/lib/components/icon/assets/errorFilled.js +42 -0
  157. package/lib/components/icon/assets/launch.js +5 -3
  158. package/lib/components/icon/assets/tokenDimension.js +44 -0
  159. package/lib/components/icon/assets/tokenMetricCounter.js +4 -1
  160. package/lib/components/icon/assets/tokenMetricGauge.js +4 -1
  161. package/lib/components/icon/assets/warningFilled.js +42 -0
  162. package/lib/components/icon/icon.js +1 -1
  163. package/lib/components/icon/icon_map.js +6 -0
  164. package/lib/components/icon/svgs/clickLeft.svg +5 -0
  165. package/lib/components/icon/svgs/clickRight.svg +5 -0
  166. package/lib/components/icon/svgs/clockCounter.svg +4 -0
  167. package/lib/components/icon/svgs/error.svg +2 -1
  168. package/lib/components/icon/svgs/errorFilled.svg +3 -0
  169. package/lib/components/icon/svgs/launch.svg +5 -5
  170. package/lib/components/icon/svgs/tokens/tokenDimension.svg +4 -0
  171. package/lib/components/icon/svgs/tokens/tokenMetricCounter.svg +2 -1
  172. package/lib/components/icon/svgs/tokens/tokenMetricGauge.svg +2 -1
  173. package/lib/components/icon/svgs/warningFilled.svg +3 -0
  174. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  175. package/lib/components/list_group/list_group.js +2 -2
  176. package/lib/components/list_group/list_group_item.js +2 -2
  177. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  178. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  179. package/lib/components/loading/loading_logo.js +1 -1
  180. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  181. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  182. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  183. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  184. package/lib/components/page/page_header/page_header_content.js +1 -1
  185. package/lib/components/pagination/pagination_button.js +1 -1
  186. package/lib/components/popover/input_popover.js +20 -14
  187. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  188. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  189. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  190. package/lib/components/timeline/timeline_item_icon.js +1 -1
  191. package/lib/components/toast/global_toast_list.js +1 -1
  192. package/lib/components/toast/toast.js +1 -1
  193. package/lib/components/token/token_map.js +4 -0
  194. package/lib/components/tool_tip/icon_tip.js +1 -1
  195. package/optimize/es/components/combo_box/combo_box_input/combo_box_input.js +3 -1
  196. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +2 -1
  197. package/optimize/es/components/datagrid/controls/data_grid_toolbar.js +1 -1
  198. package/optimize/es/components/filter_group/filter_select_item.js +44 -4
  199. package/optimize/es/components/flex/flex_group.js +0 -2
  200. package/optimize/es/components/flex/flex_item.js +0 -2
  201. package/optimize/es/components/icon/assets/clickLeft.js +37 -0
  202. package/optimize/es/components/icon/assets/clickRight.js +37 -0
  203. package/optimize/es/components/icon/assets/clockCounter.js +34 -0
  204. package/optimize/es/components/icon/assets/error.js +3 -1
  205. package/optimize/es/components/icon/assets/errorFilled.js +33 -0
  206. package/optimize/es/components/icon/assets/launch.js +5 -3
  207. package/optimize/es/components/icon/assets/tokenDimension.js +35 -0
  208. package/optimize/es/components/icon/assets/tokenMetricCounter.js +4 -1
  209. package/optimize/es/components/icon/assets/tokenMetricGauge.js +4 -1
  210. package/optimize/es/components/icon/assets/warningFilled.js +33 -0
  211. package/optimize/es/components/icon/icon_map.js +6 -0
  212. package/optimize/es/components/popover/input_popover.js +20 -14
  213. package/optimize/es/components/token/token_map.js +4 -0
  214. package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.js +3 -1
  215. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +2 -1
  216. package/optimize/lib/components/datagrid/controls/data_grid_toolbar.js +2 -1
  217. package/optimize/lib/components/filter_group/filter_select_item.js +43 -3
  218. package/optimize/lib/components/flex/flex_group.js +0 -2
  219. package/optimize/lib/components/flex/flex_item.js +0 -2
  220. package/optimize/lib/components/icon/assets/clickLeft.js +46 -0
  221. package/optimize/lib/components/icon/assets/clickRight.js +46 -0
  222. package/optimize/lib/components/icon/assets/clockCounter.js +43 -0
  223. package/optimize/lib/components/icon/assets/error.js +3 -1
  224. package/optimize/lib/components/icon/assets/errorFilled.js +42 -0
  225. package/optimize/lib/components/icon/assets/launch.js +5 -3
  226. package/optimize/lib/components/icon/assets/tokenDimension.js +44 -0
  227. package/optimize/lib/components/icon/assets/tokenMetricCounter.js +4 -1
  228. package/optimize/lib/components/icon/assets/tokenMetricGauge.js +4 -1
  229. package/optimize/lib/components/icon/assets/warningFilled.js +42 -0
  230. package/optimize/lib/components/icon/icon_map.js +6 -0
  231. package/optimize/lib/components/icon/svgs/clickLeft.svg +5 -0
  232. package/optimize/lib/components/icon/svgs/clickRight.svg +5 -0
  233. package/optimize/lib/components/icon/svgs/clockCounter.svg +4 -0
  234. package/optimize/lib/components/icon/svgs/error.svg +2 -1
  235. package/optimize/lib/components/icon/svgs/errorFilled.svg +3 -0
  236. package/optimize/lib/components/icon/svgs/launch.svg +5 -5
  237. package/optimize/lib/components/icon/svgs/tokens/tokenDimension.svg +4 -0
  238. package/optimize/lib/components/icon/svgs/tokens/tokenMetricCounter.svg +2 -1
  239. package/optimize/lib/components/icon/svgs/tokens/tokenMetricGauge.svg +2 -1
  240. package/optimize/lib/components/icon/svgs/warningFilled.svg +3 -0
  241. package/optimize/lib/components/popover/input_popover.js +20 -14
  242. package/optimize/lib/components/token/token_map.js +4 -0
  243. package/package.json +1 -1
  244. package/src/components/datagrid/body/header/_data_grid_header_row.scss +6 -1
  245. package/test-env/components/avatar/avatar.js +1 -1
  246. package/test-env/components/badge/badge.js +1 -1
  247. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  248. package/test-env/components/basic_table/basic_table.js +1 -1
  249. package/test-env/components/basic_table/in_memory_table.js +1 -1
  250. package/test-env/components/button/button.js +1 -1
  251. package/test-env/components/button/button_display/_button_display.js +1 -1
  252. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  253. package/test-env/components/button/button_empty/button_empty.js +1 -1
  254. package/test-env/components/button/button_group/button_group.js +1 -1
  255. package/test-env/components/button/button_group/button_group_button.js +1 -1
  256. package/test-env/components/button/button_icon/button_icon.js +1 -1
  257. package/test-env/components/call_out/call_out.js +1 -1
  258. package/test-env/components/card/card.js +2 -2
  259. package/test-env/components/card/card_select/card_select.js +1 -1
  260. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  261. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  262. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  263. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  264. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  265. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  266. package/test-env/components/combo_box/combo_box_input/combo_box_input.js +19 -1
  267. package/test-env/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
  268. package/test-env/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
  269. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
  270. package/test-env/components/comment_list/comment.js +2 -2
  271. package/test-env/components/comment_list/comment_event.js +1 -1
  272. package/test-env/components/comment_list/comment_list.js +2 -2
  273. package/test-env/components/comment_list/comment_timeline.js +1 -1
  274. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  275. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  276. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  277. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  278. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  279. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  280. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  281. package/test-env/components/datagrid/controls/data_grid_toolbar.js +2 -1
  282. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  283. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  284. package/test-env/components/date_picker/date_picker.js +2 -2
  285. package/test-env/components/date_picker/date_picker_range.js +1 -1
  286. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  287. package/test-env/components/facet/facet_button.js +1 -1
  288. package/test-env/components/filter_group/filter_select_item.js +45 -3
  289. package/test-env/components/flex/flex_group.js +0 -2
  290. package/test-env/components/flex/flex_item.js +0 -2
  291. package/test-env/components/form/field_number/field_number.js +2 -2
  292. package/test-env/components/form/field_text/field_text.js +2 -2
  293. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  294. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  295. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  296. package/test-env/components/form/text_area/text_area.js +2 -2
  297. package/test-env/components/header/header_links/header_link.js +1 -1
  298. package/test-env/components/header/header_links/header_links.js +1 -1
  299. package/test-env/components/header/header_logo/header_logo.js +1 -1
  300. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  301. package/test-env/components/icon/assets/clickLeft.js +46 -0
  302. package/test-env/components/icon/assets/clickRight.js +46 -0
  303. package/test-env/components/icon/assets/clockCounter.js +43 -0
  304. package/test-env/components/icon/assets/error.js +3 -1
  305. package/test-env/components/icon/assets/errorFilled.js +42 -0
  306. package/test-env/components/icon/assets/launch.js +5 -3
  307. package/test-env/components/icon/assets/tokenDimension.js +44 -0
  308. package/test-env/components/icon/assets/tokenMetricCounter.js +4 -1
  309. package/test-env/components/icon/assets/tokenMetricGauge.js +4 -1
  310. package/test-env/components/icon/assets/warningFilled.js +42 -0
  311. package/test-env/components/icon/icon_map.js +6 -0
  312. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  313. package/test-env/components/list_group/list_group.js +2 -2
  314. package/test-env/components/list_group/list_group_item.js +2 -2
  315. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  316. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  317. package/test-env/components/loading/loading_logo.js +1 -1
  318. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  319. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  320. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  321. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  322. package/test-env/components/page/page_header/page_header_content.js +1 -1
  323. package/test-env/components/pagination/pagination_button.js +1 -1
  324. package/test-env/components/popover/input_popover.js +20 -14
  325. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  326. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  327. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  328. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  329. package/test-env/components/toast/global_toast_list.js +1 -1
  330. package/test-env/components/toast/toast.js +1 -1
  331. package/test-env/components/token/token_map.js +4 -0
  332. package/test-env/components/tool_tip/icon_tip.js +1 -1
@@ -25,7 +25,7 @@ var _num_icons = require("../../form/form_control_layout/_num_icons");
25
25
  var _utils = require("../utils");
26
26
  var _combo_box_pill = require("./combo_box_pill");
27
27
  var _react2 = require("@emotion/react");
28
- var _excluded = ["key", "label", "color", "onClick", "append", "prepend", "truncationProps"];
28
+ var _excluded = ["key", "label", "color", "onClick", "append", "prepend", "truncationProps", "toolTipContent", "toolTipProps"];
29
29
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
30
30
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
31
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
@@ -129,6 +129,8 @@ var EuiComboBoxInput = /*#__PURE__*/function (_Component) {
129
129
  append = option.append,
130
130
  prepend = option.prepend,
131
131
  truncationProps = option.truncationProps,
132
+ toolTipContent = option.toolTipContent,
133
+ toolTipProps = option.toolTipProps,
132
134
  rest = (0, _objectWithoutProperties2.default)(option, _excluded);
133
135
  var pillOnClose = isDisabled || _this.props.singleSelection || onClick ? undefined : onRemoveOption;
134
136
  return (0, _react2.jsx)(_combo_box_pill.EuiComboBoxPill, (0, _extends2.default)({
@@ -219,7 +219,8 @@ var EuiComboBoxOptionsList = /*#__PURE__*/function (_Component) {
219
219
  if (isLoading) {
220
220
  emptyStateContent = (0, _react2.jsx)(_flex.EuiFlexGroup, {
221
221
  gutterSize: "s",
222
- justifyContent: "center"
222
+ justifyContent: "center",
223
+ responsive: false
223
224
  }, (0, _react2.jsx)(_flex.EuiFlexItem, {
224
225
  grow: false
225
226
  }, (0, _react2.jsx)(_loading.EuiLoadingSpinner, {
@@ -5,7 +5,7 @@ var _typeof3 = require("@babel/runtime/helpers/typeof");
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.EuiDataGridToolbar = void 0;
8
+ exports.MINIMUM_WIDTH_FOR_GRID_CONTROLS = exports.EuiDataGridToolbar = void 0;
9
9
  exports.checkOrDefaultToolBarDisplayOptions = checkOrDefaultToolBarDisplayOptions;
10
10
  exports.getNestedObjectOptions = getNestedObjectOptions;
11
11
  exports.renderAdditionalControls = void 0;
@@ -26,6 +26,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
26
26
 
27
27
  // When below this number the grid only shows the right control icon buttons
28
28
  var MINIMUM_WIDTH_FOR_GRID_CONTROLS = 479;
29
+ exports.MINIMUM_WIDTH_FOR_GRID_CONTROLS = MINIMUM_WIDTH_FOR_GRID_CONTROLS;
29
30
  var EuiDataGridToolbar = function EuiDataGridToolbar(_ref) {
30
31
  var gridWidth = _ref.gridWidth,
31
32
  _ref$minSizeForContro = _ref.minSizeForControls,
@@ -19,12 +19,15 @@ var _react = _interopRequireWildcard(require("react"));
19
19
  var _classnames = _interopRequireDefault(require("classnames"));
20
20
  var _services = require("../../services");
21
21
  var _flex = require("../flex");
22
+ var _tool_tip = require("../tool_tip");
22
23
  var _icon = require("../icon");
23
24
  var _filter_select_item = require("./filter_select_item.styles");
24
25
  var _react2 = require("@emotion/react");
25
- var _excluded = ["theme", "children", "className", "disabled", "checked", "isFocused", "showIcons"];
26
+ var _excluded = ["theme", "children", "className", "disabled", "checked", "isFocused", "showIcons", "toolTipContent", "toolTipProps", "style"];
26
27
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
27
28
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
29
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
30
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
28
31
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
29
32
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /*
30
33
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
@@ -65,6 +68,7 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
65
68
  }
66
69
  _this = _super.call.apply(_super, [this].concat(args));
67
70
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "buttonRef", null);
71
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "tooltipRef", /*#__PURE__*/(0, _react.createRef)());
68
72
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "state", {
69
73
  hasFocus: false
70
74
  });
@@ -73,6 +77,15 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
73
77
  _this.buttonRef.focus();
74
78
  }
75
79
  });
80
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "toggleToolTip", function (isFocused) {
81
+ if (isFocused) {
82
+ var _this$tooltipRef, _this$tooltipRef$curr;
83
+ (_this$tooltipRef = _this.tooltipRef) === null || _this$tooltipRef === void 0 ? void 0 : (_this$tooltipRef$curr = _this$tooltipRef.current) === null || _this$tooltipRef$curr === void 0 ? void 0 : _this$tooltipRef$curr.showToolTip();
84
+ } else {
85
+ var _this$tooltipRef2, _this$tooltipRef2$cur;
86
+ (_this$tooltipRef2 = _this.tooltipRef) === null || _this$tooltipRef2 === void 0 ? void 0 : (_this$tooltipRef2$cur = _this$tooltipRef2.current) === null || _this$tooltipRef2$cur === void 0 ? void 0 : _this$tooltipRef2$cur.hideToolTip();
87
+ }
88
+ });
76
89
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "hasFocus", function () {
77
90
  return _this.state.hasFocus;
78
91
  });
@@ -90,10 +103,28 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
90
103
  checked = _this$props.checked,
91
104
  isFocused = _this$props.isFocused,
92
105
  showIcons = _this$props.showIcons,
106
+ toolTipContent = _this$props.toolTipContent,
107
+ toolTipProps = _this$props.toolTipProps,
108
+ style = _this$props.style,
93
109
  rest = (0, _objectWithoutProperties2.default)(_this$props, _excluded);
94
110
  var styles = (0, _filter_select_item.euiFilterSelectItemStyles)(theme);
95
111
  var cssStyles = [styles.euiFilterSelectItem, isFocused && styles.isFocused];
96
112
  var classes = (0, _classnames.default)('euiFilterSelectItem', className);
113
+ var hasToolTip =
114
+ // we're using isValidElement here as EuiToolTipAnchor uses
115
+ // cloneElement to enhance the element with required attributes
116
+ /*#__PURE__*/_react.default.isValidElement(children) && !disabled && toolTipContent;
117
+ var anchorProps = undefined;
118
+ if (hasToolTip) {
119
+ var _toolTipProps$anchorP, _toolTipProps$anchorP2;
120
+ var anchorStyles = toolTipProps !== null && toolTipProps !== void 0 && (_toolTipProps$anchorP = toolTipProps.anchorProps) !== null && _toolTipProps$anchorP !== void 0 && _toolTipProps$anchorP.style ? _objectSpread(_objectSpread({}, toolTipProps === null || toolTipProps === void 0 ? void 0 : (_toolTipProps$anchorP2 = toolTipProps.anchorProps) === null || _toolTipProps$anchorP2 === void 0 ? void 0 : _toolTipProps$anchorP2.style), style) : style;
121
+ anchorProps = toolTipProps !== null && toolTipProps !== void 0 && toolTipProps.anchorProps ? _objectSpread(_objectSpread({}, toolTipProps.anchorProps), {}, {
122
+ style: anchorStyles
123
+ }) : {
124
+ style: style
125
+ };
126
+ this.toggleToolTip(isFocused !== null && isFocused !== void 0 ? isFocused : false);
127
+ }
97
128
  var iconNode;
98
129
  if (showIcons) {
99
130
  var _resolveIconAndColor = resolveIconAndColor(checked),
@@ -106,7 +137,7 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
106
137
  type: icon
107
138
  }));
108
139
  }
109
- return (0, _react2.jsx)("button", (0, _extends2.default)({
140
+ var optionItem = (0, _react2.jsx)("button", (0, _extends2.default)({
110
141
  ref: function ref(_ref) {
111
142
  return _this2.buttonRef = _ref;
112
143
  },
@@ -116,7 +147,8 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
116
147
  className: classes,
117
148
  css: cssStyles,
118
149
  disabled: disabled,
119
- "aria-disabled": disabled
150
+ "aria-disabled": disabled,
151
+ style: !hasToolTip ? style : undefined
120
152
  }, rest), (0, _react2.jsx)(_flex.EuiFlexGroup, {
121
153
  alignItems: "center",
122
154
  gutterSize: "s",
@@ -126,6 +158,14 @@ var EuiFilterSelectItemClass = /*#__PURE__*/function (_Component) {
126
158
  className: "euiFilterSelectItem__content eui-textTruncate",
127
159
  component: "span"
128
160
  }, children)));
161
+ return hasToolTip ? (0, _react2.jsx)(_tool_tip.EuiToolTip, (0, _extends2.default)({
162
+ ref: this.tooltipRef,
163
+ display: "block",
164
+ content: toolTipContent,
165
+ position: "left"
166
+ }, toolTipProps, {
167
+ anchorProps: anchorProps
168
+ }), optionItem) : optionItem;
129
169
  }
130
170
  }]);
131
171
  return EuiFilterSelectItemClass;
@@ -66,7 +66,5 @@ var EuiFlexGroupInternal = function EuiFlexGroupInternal(_ref, ref) {
66
66
  // Cast forwardRef return type to work with the generic TComponent type
67
67
  // and not fallback to implicit any typing
68
68
  var EuiFlexGroup = /*#__PURE__*/(0, _react.forwardRef)(EuiFlexGroupInternal);
69
-
70
- // Cast is required here because of the cast above
71
69
  exports.EuiFlexGroup = EuiFlexGroup;
72
70
  EuiFlexGroup.displayName = 'EuiFlexGroup';
@@ -53,7 +53,5 @@ var EuiFlexItemInternal = function EuiFlexItemInternal(_ref, ref) {
53
53
  // Cast forwardRef return type to work with the generic TComponent type
54
54
  // and not fallback to implicit any typing
55
55
  var EuiFlexItem = /*#__PURE__*/(0, _react.forwardRef)(EuiFlexItemInternal);
56
-
57
- // Cast is required here because of the cast above
58
56
  exports.EuiFlexItem = EuiFlexItem;
59
57
  EuiFlexItem.displayName = 'EuiFlexItem';
@@ -0,0 +1,46 @@
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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconClickLeft = function EuiIconClickLeft(_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: "M5 .5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Zm-3.146.646a.5.5 0 1 0-.708.708l1 1a.5.5 0 1 0 .708-.708l-1-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M13 7A5 5 0 0 0 3 7v4a5 5 0 0 0 10 0V7Zm-1 0a4 4 0 0 0-4-4v5a1 1 0 0 1-1 1H4v2a4 4 0 0 0 8 0V7Z"
41
+ }), (0, _react2.jsx)("path", {
42
+ d: "M0 4.5A.5.5 0 0 1 .5 4h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"
43
+ }));
44
+ };
45
+ var icon = EuiIconClickLeft;
46
+ exports.icon = icon;
@@ -0,0 +1,46 @@
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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconClickRight = function EuiIconClickRight(_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: "M11 .5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1Zm3.146.646a.5.5 0 0 1 .708.708l-1 1a.5.5 0 0 1-.708-.708l1-1Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M3 7a5 5 0 0 1 10 0v4a5 5 0 0 1-10 0V7Zm1 0a4 4 0 0 1 4-4v5a1 1 0 0 0 1 1h3v2a4 4 0 0 1-8 0V7Z"
41
+ }), (0, _react2.jsx)("path", {
42
+ d: "M16 4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .5-.5Z"
43
+ }));
44
+ };
45
+ var icon = EuiIconClickRight;
46
+ exports.icon = icon;
@@ -0,0 +1,43 @@
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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconClockCounter = function EuiIconClockCounter(_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: "M11.39 3.61a5.5 5.5 0 0 0-7.78 7.78l.562.56v-1.622a.5.5 0 0 1 1 0v2.829a.5.5 0 0 1-.5.5H1.843a.5.5 0 0 1 0-1h1.621l-.56-.56A6.5 6.5 0 1 1 7.5 14a.5.5 0 0 1 0-1 5.5 5.5 0 0 0 3.89-9.39Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ d: "M7.5 3a.5.5 0 0 1 .5.5V7h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5Z"
40
+ }));
41
+ };
42
+ var icon = EuiIconClockCounter;
43
+ exports.icon = icon;
@@ -34,8 +34,10 @@ var EuiIconError = function EuiIconError(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M4.854 5.146a.5.5 0 1 0-.708.708L6.793 8.5l-2.647 2.646a.5.5 0 0 0 .708.708L7.5 9.207l2.646 2.647a.5.5 0 0 0 .708-.708L8.207 8.5l2.647-2.646a.5.5 0 0 0-.708-.708L7.5 7.793 4.854 5.146Z"
38
+ }), (0, _react2.jsx)("path", {
37
39
  fillRule: "evenodd",
38
- d: "M10 1a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 15 6v5a1 1 0 0 1-.293.707l-4 4A1 1 0 0 1 10 16H5a1 1 0 0 1-.707-.293l-4-4A1 1 0 0 1 0 11V6a1 1 0 0 1 .293-.707l4-4A1 1 0 0 1 5 1h5ZM4.146 5.146a.5.5 0 0 1 .708 0L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708.708L8.207 8.5l2.647 2.646a.5.5 0 0 1-.708.708L7.5 9.207l-2.646 2.647a.5.5 0 0 1-.708-.708L6.793 8.5 4.146 5.854a.5.5 0 0 1 0-.708Z"
40
+ d: "M5 1a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 6v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h5a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 15 11V6a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 10 1H5Zm5 1H5L1 6v5l4 4h5l4-4V6l-4-4Z"
39
41
  }));
40
42
  };
41
43
  var icon = EuiIconError;
@@ -0,0 +1,42 @@
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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconErrorFilled = function EuiIconErrorFilled(_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: "M10 1a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 15 6v5a1 1 0 0 1-.293.707l-4 4A1 1 0 0 1 10 16H5a1 1 0 0 1-.707-.293l-4-4A1 1 0 0 1 0 11V6a1 1 0 0 1 .293-.707l4-4A1 1 0 0 1 5 1h5ZM4.146 5.146a.5.5 0 0 1 .708 0L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708.708L8.207 8.5l2.647 2.646a.5.5 0 0 1-.708.708L7.5 9.207l-2.646 2.647a.5.5 0 0 1-.708-.708L6.793 8.5 4.146 5.854a.5.5 0 0 1 0-.708Z"
39
+ }));
40
+ };
41
+ var icon = EuiIconErrorFilled;
42
+ exports.icon = icon;
@@ -35,13 +35,15 @@ var EuiIconLaunch = function EuiIconLaunch(_ref) {
35
35
  }, props), title ? (0, _react2.jsx)("title", {
36
36
  id: titleId
37
37
  }, title) : null, (0, _react2.jsx)("path", {
38
- d: "M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
38
+ fillRule: "evenodd",
39
+ d: "M10 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM9 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
40
+ clipRule: "evenodd"
39
41
  }), (0, _react2.jsx)("path", {
40
42
  fillRule: "evenodd",
41
- d: "M10.355 1.791A3.5 3.5 0 0 1 12.57 1H14a1 1 0 0 1 1 1v1.43a3.5 3.5 0 0 1-.791 2.215l-3.144 3.843a2.5 2.5 0 0 0-.565 1.583v1.636l-1.646 1.647a.5.5 0 0 1-.557.103l-.634-.282a11.5 11.5 0 0 1-5.838-5.838l-.282-.634a.5.5 0 0 1 .103-.557L3.293 5.5h1.636a2.5 2.5 0 0 0 1.583-.565l3.843-3.144ZM12.57 2a2.5 2.5 0 0 0-1.583.565L7.145 5.71a3.5 3.5 0 0 1-2.215.79H3.707l-1.11 1.11.142.32a10.498 10.498 0 0 0 1.825 2.799l2.082-2.083a.5.5 0 1 1 .708.708L5.27 11.436a10.496 10.496 0 0 0 2.798 1.825l.32.143L9.5 12.293V11.07a3.5 3.5 0 0 1 .791-2.216l3.144-3.843A2.5 2.5 0 0 0 14 3.43V2h-1.43Z",
43
+ d: "M6.679 12.967c.353-.136.697-.3 1.033-.475l1.36 2.265a.5.5 0 0 0 .828.043l3-4a.5.5 0 0 0-.046-.654l-.886-.886C13.604 7.456 15 4.913 15 1.5a.5.5 0 0 0-.5-.5c-3.413 0-5.956 1.395-7.76 3.033l-.886-.887A.5.5 0 0 0 5.2 3.1l-4 3a.5.5 0 0 0 .043.829l2.264 1.358a9.59 9.59 0 0 0-.475 1.036v.001a.5.5 0 0 0 .114.53l3 3c.139.138.35.182.533.113ZM4.09 9.384l2.525 2.525a14.616 14.616 0 0 0 3.555-2.285c1.841-1.612 3.657-4.076 3.818-7.612-3.537.16-6.001 1.976-7.613 3.817A14.617 14.617 0 0 0 4.09 9.384Zm-.096-1.97a15.616 15.616 0 0 1 2.03-2.682l-.572-.572-3.058 2.294 1.6.96Zm5.551 6.191-.96-1.6a15.617 15.617 0 0 0 2.682-2.03l.572.572-2.294 3.058Z",
42
44
  clipRule: "evenodd"
43
45
  }), (0, _react2.jsx)("path", {
44
- d: "M1.9 10.7a.5.5 0 0 0-.88.163l-1 3.5A.5.5 0 0 0 0 14.5v1a.5.5 0 0 0 .5.5h1a.502.502 0 0 0 .137-.02l3.5-1a.5.5 0 0 0 .163-.88l-1.314-.986a5.5 5.5 0 0 1-1.1-1.1L1.9 10.7Z"
46
+ d: "M3.854 12.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0Zm2 1.708a.5.5 0 0 0-.708-.708l-1 1a.5.5 0 0 0 .708.708l1-1Zm-3-3.708a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z"
45
47
  }));
46
48
  };
47
49
  var icon = EuiIconLaunch;
@@ -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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconTokenDimension = function EuiIconTokenDimension(_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: "M12 10.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1H12v-.5Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M3 12h3.078c.728 0 1.37-.127 1.924-.383a3.5 3.5 0 1 0 2.053-3.306c.005-.101.008-.205.008-.311 0-.833-.165-1.548-.493-2.145A3.309 3.309 0 0 0 8.18 4.48C7.58 4.16 6.87 4 6.047 4H3v8Zm6.787-2.321A2.5 2.5 0 0 0 11.5 14a2.5 2.5 0 1 0-1.713-4.321ZM6 10.156h-.828V5.844h.766c.416 0 .768.064 1.054.191.29.128.508.348.656.66.151.313.227.748.227 1.305 0 .557-.074.992-.223 1.305a1.29 1.29 0 0 1-.64.66c-.279.127-.616.191-1.012.191Z"
41
+ }));
42
+ };
43
+ var icon = EuiIconTokenDimension;
44
+ exports.icon = icon;
@@ -34,7 +34,10 @@ var EuiIconTokenMetricCounter = function EuiIconTokenMetricCounter(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M11 3a1 1 0 0 0-1 1v1H9a1 1 0 0 0 0 2h1v1a1 1 0 1 0 2 0V7h1a1 1 0 1 0 0-2h-1V4a1 1 0 0 0-1-1ZM5 7a1 1 0 0 0-1 1v1H3a1 1 0 0 0 0 2h1v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2H6V8a1 1 0 0 0-1-1Z"
37
+ d: "M12 10.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1H12v-.5Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M8 3h4v5.035A3.5 3.5 0 1 1 8.337 13H2V9h3V6h3V3Zm1.05 9a2.5 2.5 0 1 1 4.902-1 2.5 2.5 0 0 1-4.902 1ZM11 8.035a3.49 3.49 0 0 0-2 1.016V4h2v4.035ZM8 12H6V7h2v5Zm-3 0v-2H3v2h2Z"
38
41
  }));
39
42
  };
40
43
  var icon = EuiIconTokenMetricCounter;
@@ -34,7 +34,10 @@ var EuiIconTokenMetricGauge = function EuiIconTokenMetricGauge(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M5 4h-.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1 0-1H5v-2h-.5a.5.5 0 0 1 0-1H5V7h-.5a.5.5 0 0 1 0-1H5V4Zm3 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H8Z"
37
+ d: "M12 10.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1H12v-.5Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M6 3H2v10h6.337A3.5 3.5 0 1 0 12 8.035V5H8v2H6V3Zm5 5.035V6H9v3.05a3.49 3.49 0 0 1 2-1.015ZM9 11.5a2.5 2.5 0 1 1 5.002 0A2.5 2.5 0 0 1 9 11.5ZM8 8H6v4h2V8ZM5 4H3v8h2V4Z"
38
41
  }));
39
42
  };
40
43
  var icon = EuiIconTokenMetricGauge;
@@ -0,0 +1,42 @@
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(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
24
+ var EuiIconWarningFilled = function EuiIconWarningFilled(_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: "M8 1a1 1 0 0 1 .864.496l7 12A1 1 0 0 1 15 15H1a1 1 0 0 1-.864-1.504l7-12A1 1 0 0 1 8 1Zm.9 4.995-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995a.905.905 0 1 1 1.8 0ZM8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
39
+ }));
40
+ };
41
+ var icon = EuiIconWarningFilled;
42
+ exports.icon = icon;
@@ -54,7 +54,10 @@ var typeToPathMap = {
54
54
  checkInCircleFilled: 'checkInCircleFilled',
55
55
  cheer: 'cheer',
56
56
  classificationJob: 'ml_classification_job',
57
+ clickLeft: 'clickLeft',
58
+ clickRight: 'clickRight',
57
59
  clock: 'clock',
60
+ clockCounter: 'clockCounter',
58
61
  cloudDrizzle: 'cloudDrizzle',
59
62
  cloudStormy: 'cloudStormy',
60
63
  cloudSunny: 'cloudSunny',
@@ -135,6 +138,7 @@ var typeToPathMap = {
135
138
  eql: 'eql',
136
139
  eraser: 'eraser',
137
140
  error: 'error',
141
+ errorFilled: 'errorFilled',
138
142
  esqlVis: 'esqlVis',
139
143
  exit: 'exit',
140
144
  expand: 'expand',
@@ -442,6 +446,7 @@ var typeToPathMap = {
442
446
  visualizeApp: 'app_visualize',
443
447
  vulnerabilityManagementApp: 'app_vulnerability_management',
444
448
  warning: 'warning',
449
+ warningFilled: 'warningFilled',
445
450
  alert: 'warning',
446
451
  // NOTE: This is an undocumented alias for `warning`, added for legacy compatability with Elastic Charts
447
452
  watchesApp: 'app_watches',
@@ -459,6 +464,7 @@ var typeToPathMap = {
459
464
  tokenCompletionSuggester: 'tokenCompletionSuggester',
460
465
  tokenConstant: 'tokenConstant',
461
466
  tokenDate: 'tokenDate',
467
+ tokenDimension: 'tokenDimension',
462
468
  tokenElement: 'tokenElement',
463
469
  tokenEnum: 'tokenEnum',
464
470
  tokenEnumMember: 'tokenEnumMember',
@@ -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="M5 .5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Zm-3.146.646a.5.5 0 1 0-.708.708l1 1a.5.5 0 1 0 .708-.708l-1-1Z"/>
3
+ <path fill-rule="evenodd" d="M13 7A5 5 0 0 0 3 7v4a5 5 0 0 0 10 0V7Zm-1 0a4 4 0 0 0-4-4v5a1 1 0 0 1-1 1H4v2a4 4 0 0 0 8 0V7Z"/>
4
+ <path d="M0 4.5A.5.5 0 0 1 .5 4h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"/>
5
+ </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="M11 .5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1Zm3.146.646a.5.5 0 0 1 .708.708l-1 1a.5.5 0 0 1-.708-.708l1-1Z"/>
3
+ <path fill-rule="evenodd" d="M3 7a5 5 0 0 1 10 0v4a5 5 0 0 1-10 0V7Zm1 0a4 4 0 0 1 4-4v5a1 1 0 0 0 1 1h3v2a4 4 0 0 1-8 0V7Z"/>
4
+ <path d="M16 4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .5-.5Z"/>
5
+ </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="M11.39 3.61a5.5 5.5 0 0 0-7.78 7.78l.562.56v-1.622a.5.5 0 0 1 1 0v2.829a.5.5 0 0 1-.5.5H1.843a.5.5 0 0 1 0-1h1.621l-.56-.56A6.5 6.5 0 1 1 7.5 14a.5.5 0 0 1 0-1 5.5 5.5 0 0 0 3.89-9.39Z"/>
3
+ <path d="M7.5 3a.5.5 0 0 1 .5.5V7h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5Z"/>
4
+ </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M10 1a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 15 6v5a1 1 0 0 1-.293.707l-4 4A1 1 0 0 1 10 16H5a1 1 0 0 1-.707-.293l-4-4A1 1 0 0 1 0 11V6a1 1 0 0 1 .293-.707l4-4A1 1 0 0 1 5 1h5ZM4.146 5.146a.5.5 0 0 1 .708 0L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708.708L8.207 8.5l2.647 2.646a.5.5 0 0 1-.708.708L7.5 9.207l-2.646 2.647a.5.5 0 0 1-.708-.708L6.793 8.5 4.146 5.854a.5.5 0 0 1 0-.708Z"/>
2
+ <path d="M4.854 5.146a.5.5 0 1 0-.708.708L6.793 8.5l-2.647 2.646a.5.5 0 0 0 .708.708L7.5 9.207l2.646 2.647a.5.5 0 0 0 .708-.708L8.207 8.5l2.647-2.646a.5.5 0 0 0-.708-.708L7.5 7.793 4.854 5.146Z"/>
3
+ <path fill-rule="evenodd" d="M5 1a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 6v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h5a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 15 11V6a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 10 1H5Zm5 1H5L1 6v5l4 4h5l4-4V6l-4-4Z"/>
3
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 fill-rule="evenodd" d="M10 1a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 15 6v5a1 1 0 0 1-.293.707l-4 4A1 1 0 0 1 10 16H5a1 1 0 0 1-.707-.293l-4-4A1 1 0 0 1 0 11V6a1 1 0 0 1 .293-.707l4-4A1 1 0 0 1 5 1h5ZM4.146 5.146a.5.5 0 0 1 .708 0L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708.708L8.207 8.5l2.647 2.646a.5.5 0 0 1-.708.708L7.5 9.207l-2.646 2.647a.5.5 0 0 1-.708-.708L6.793 8.5 4.146 5.854a.5.5 0 0 1 0-.708Z"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.355 1.791A3.5 3.5 0 0 1 12.57 1H14a1 1 0 0 1 1 1v1.43a3.5 3.5 0 0 1-.791 2.215l-3.144 3.843a2.5 2.5 0 0 0-.565 1.583v1.636l-1.646 1.647a.5.5 0 0 1-.557.103l-.634-.282a11.5 11.5 0 0 1-5.838-5.838l-.282-.634a.5.5 0 0 1 .103-.557L3.293 5.5h1.636a2.5 2.5 0 0 0 1.583-.565l3.843-3.144ZM12.57 2a2.5 2.5 0 0 0-1.583.565L7.145 5.71A3.5 3.5 0 0 1 4.93 6.5H3.707l-1.11 1.11.142.32a10.498 10.498 0 0 0 1.825 2.799l2.082-2.083a.5.5 0 1 1 .708.708L5.27 11.436a10.496 10.496 0 0 0 2.798 1.825l.32.143L9.5 12.293V11.07a3.5 3.5 0 0 1 .791-2.216l3.144-3.843A2.5 2.5 0 0 0 14 3.43V2h-1.43Z"/>
4
- <path d="M1.9 10.7a.5.5 0 0 0-.88.163l-1 3.5A.5.5 0 0 0 0 14.5v1a.5.5 0 0 0 .5.5h1a.502.502 0 0 0 .137-.02l3.5-1a.5.5 0 0 0 .163-.88l-1.314-.986a5.5 5.5 0 0 1-1.1-1.1L1.9 10.7Z"/>
5
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M10 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM9 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M6.679 12.967c.353-.136.697-.3 1.033-.475l1.36 2.265a.5.5 0 0 0 .828.043l3-4a.5.5 0 0 0-.046-.654l-.886-.886C13.604 7.456 15 4.913 15 1.5a.5.5 0 0 0-.5-.5c-3.413 0-5.956 1.395-7.76 3.033l-.886-.887A.5.5 0 0 0 5.2 3.1l-4 3a.5.5 0 0 0 .043.829l2.264 1.358a9.59 9.59 0 0 0-.475 1.036v.001a.5.5 0 0 0 .114.53l3 3c.139.138.35.182.533.113ZM4.09 9.384l2.525 2.525a14.616 14.616 0 0 0 3.555-2.285c1.841-1.612 3.657-4.076 3.818-7.612-3.537.16-6.001 1.976-7.613 3.817A14.617 14.617 0 0 0 4.09 9.384Zm-.096-1.97a15.616 15.616 0 0 1 2.03-2.682l-.572-.572-3.058 2.294 1.6.96Zm5.551 6.191-.96-1.6a15.617 15.617 0 0 0 2.682-2.03l.572.572-2.294 3.058Z" clip-rule="evenodd"/>
4
+ <path d="M3.854 12.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0Zm2 1.708a.5.5 0 0 0-.708-.708l-1 1a.5.5 0 0 0 .708.708l1-1Zm-3-3.708a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z"/>
5
+ </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="M12 10.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1H12v-.5Z"/>
3
+ <path fill-rule="evenodd" d="M3 12h3.078c.728 0 1.37-.127 1.924-.383a3.5 3.5 0 1 0 2.053-3.306c.005-.101.008-.205.008-.311 0-.833-.165-1.548-.493-2.145A3.309 3.309 0 0 0 8.18 4.48C7.58 4.16 6.87 4 6.047 4H3v8Zm6.787-2.321A2.5 2.5 0 0 0 11.5 14a2.5 2.5 0 1 0-1.713-4.321ZM6 10.156h-.828V5.844h.766c.416 0 .768.064 1.054.191.29.128.508.348.656.66.151.313.227.748.227 1.305 0 .557-.074.992-.223 1.305a1.29 1.29 0 0 1-.64.66c-.279.127-.616.191-1.012.191Z"/>
4
+ </svg>