@elastic/eui 101.3.0 → 101.4.0-amsterdam.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 (439) hide show
  1. package/dist/eui_theme_borealis_dark.json +3 -3
  2. package/dist/eui_theme_borealis_light.json +3 -3
  3. package/es/components/avatar/avatar.js +1 -1
  4. package/es/components/badge/badge.js +1 -1
  5. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  6. package/es/components/basic_table/basic_table.js +4 -4
  7. package/es/components/basic_table/in_memory_table.js +4 -4
  8. package/es/components/button/button.js +1 -1
  9. package/es/components/button/button_display/_button_display.js +1 -1
  10. package/es/components/button/button_display/_button_display_content.js +1 -1
  11. package/es/components/button/button_empty/button_empty.js +1 -1
  12. package/es/components/button/button_group/button_group.js +1 -1
  13. package/es/components/button/button_group/button_group_button.js +1 -1
  14. package/es/components/button/button_icon/button_icon.js +1 -1
  15. package/es/components/call_out/call_out.js +1 -1
  16. package/es/components/card/card.js +2 -2
  17. package/es/components/card/card_select/card_select.js +1 -1
  18. package/es/components/card/checkable_card/checkable_card.js +4 -3
  19. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  20. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  25. package/es/components/comment_list/comment.js +3 -3
  26. package/es/components/comment_list/comment_event.js +1 -1
  27. package/es/components/comment_list/comment_list.js +3 -3
  28. package/es/components/comment_list/comment_timeline.js +3 -3
  29. package/es/components/context_menu/context_menu_item.js +1 -1
  30. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  31. package/es/components/datagrid/body/data_grid_body.js +7 -7
  32. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  33. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  34. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  35. package/es/components/datagrid/controls/column_sorting.js +7 -7
  36. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  37. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  38. package/es/components/datagrid/controls/display_selector.js +1 -1
  39. package/es/components/datagrid/utils/in_memory.js +6 -6
  40. package/es/components/date_picker/date_picker.js +2 -2
  41. package/es/components/date_picker/date_picker_range.js +1 -1
  42. package/es/components/empty_prompt/empty_prompt.js +1 -1
  43. package/es/components/expression/expression.js +11 -14
  44. package/es/components/expression/expression.styles.js +17 -22
  45. package/es/components/facet/facet_button.js +40 -34
  46. package/es/components/facet/facet_button.styles.js +11 -34
  47. package/es/components/facet/facet_group.js +3 -4
  48. package/es/components/facet/facet_group.styles.js +34 -31
  49. package/es/components/filter_group/filter_button.js +22 -24
  50. package/es/components/filter_group/filter_group.js +2 -3
  51. package/es/components/flyout/flyout.js +1 -0
  52. package/es/components/form/checkbox/checkbox.js +1 -1
  53. package/es/components/form/field_number/field_number.js +2 -2
  54. package/es/components/form/field_text/field_text.js +2 -2
  55. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  56. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  57. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  58. package/es/components/form/radio/radio.js +3 -3
  59. package/es/components/form/text_area/text_area.js +2 -2
  60. package/es/components/header/header.js +15 -19
  61. package/es/components/header/header_alert/header_alert.js +2 -3
  62. package/es/components/header/header_links/header_link.js +1 -1
  63. package/es/components/header/header_links/header_links.js +15 -17
  64. package/es/components/header/header_logo/header_logo.js +3 -4
  65. package/es/components/header/header_section/header_section_item.js +2 -3
  66. package/es/components/header/header_section/header_section_item_button.js +24 -27
  67. package/es/components/icon/assets/{discuss.js → comment.js} +2 -2
  68. package/es/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  69. package/es/components/icon/assets/{beaker.js → flask.js} +2 -2
  70. package/es/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  71. package/es/components/icon/icon.js +1 -1
  72. package/es/components/icon/icon_map.js +24 -9
  73. package/es/components/image/image.js +7 -8
  74. package/es/components/image/image_button.js +5 -6
  75. package/es/components/image/image_caption.js +2 -3
  76. package/es/components/image/image_fullscreen_wrapper.js +16 -18
  77. package/es/components/image/image_wrapper.js +8 -10
  78. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  79. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  80. package/es/components/list_group/list_group.js +40 -39
  81. package/es/components/list_group/list_group_item.js +13 -14
  82. package/es/components/list_group/list_group_item.styles.js +8 -12
  83. package/es/components/list_group/list_group_item_extra_action.js +3 -4
  84. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +32 -49
  85. package/es/components/loading/loading_logo.js +1 -1
  86. package/es/components/markdown_editor/markdown_editor.js +1 -1
  87. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  88. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  89. package/es/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  90. package/es/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  91. package/es/components/page/page_header/page_header_content.js +1 -1
  92. package/es/components/pagination/pagination.js +2 -13
  93. package/es/components/pagination/pagination_button.js +2 -2
  94. package/es/components/provider/provider.js +2 -2
  95. package/es/components/selectable/selectable.js +2 -2
  96. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  97. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  98. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  99. package/es/components/table/table_header_cell.js +1 -1
  100. package/es/components/timeline/timeline_item_icon.js +1 -1
  101. package/es/components/toast/global_toast_list.js +1 -1
  102. package/es/components/toast/toast.js +1 -1
  103. package/es/components/tool_tip/icon_tip.js +1 -1
  104. package/es/services/color/vis_color_store.js +1 -1
  105. package/es/services/theme/context.js +2 -2
  106. package/es/services/theme/provider.js +3 -3
  107. package/eui.d.ts +483 -529
  108. package/lib/components/avatar/avatar.js +1 -1
  109. package/lib/components/badge/badge.js +1 -1
  110. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  111. package/lib/components/basic_table/basic_table.js +4 -4
  112. package/lib/components/basic_table/in_memory_table.js +4 -4
  113. package/lib/components/button/button.js +1 -1
  114. package/lib/components/button/button_display/_button_display.js +1 -1
  115. package/lib/components/button/button_display/_button_display_content.js +1 -1
  116. package/lib/components/button/button_empty/button_empty.js +1 -1
  117. package/lib/components/button/button_group/button_group.js +1 -1
  118. package/lib/components/button/button_group/button_group_button.js +1 -1
  119. package/lib/components/button/button_icon/button_icon.js +1 -1
  120. package/lib/components/call_out/call_out.js +1 -1
  121. package/lib/components/card/card.js +2 -2
  122. package/lib/components/card/card_select/card_select.js +1 -1
  123. package/lib/components/card/checkable_card/checkable_card.js +4 -3
  124. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  125. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  126. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  127. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  128. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  129. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  130. package/lib/components/comment_list/comment.js +3 -3
  131. package/lib/components/comment_list/comment_event.js +1 -1
  132. package/lib/components/comment_list/comment_list.js +3 -3
  133. package/lib/components/comment_list/comment_timeline.js +3 -3
  134. package/lib/components/context_menu/context_menu_item.js +1 -1
  135. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  136. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  137. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  138. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  139. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  140. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  141. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  142. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  143. package/lib/components/datagrid/controls/display_selector.js +1 -1
  144. package/lib/components/datagrid/utils/in_memory.js +6 -6
  145. package/lib/components/date_picker/date_picker.js +2 -2
  146. package/lib/components/date_picker/date_picker_range.js +1 -1
  147. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  148. package/lib/components/expression/expression.js +11 -14
  149. package/lib/components/expression/expression.styles.js +17 -22
  150. package/lib/components/facet/facet_button.js +40 -32
  151. package/lib/components/facet/facet_button.styles.js +12 -35
  152. package/lib/components/facet/facet_group.js +2 -3
  153. package/lib/components/facet/facet_group.styles.js +34 -31
  154. package/lib/components/filter_group/filter_button.js +21 -23
  155. package/lib/components/filter_group/filter_group.js +1 -2
  156. package/lib/components/flyout/flyout.js +1 -0
  157. package/lib/components/form/checkbox/checkbox.js +1 -1
  158. package/lib/components/form/field_number/field_number.js +2 -2
  159. package/lib/components/form/field_text/field_text.js +2 -2
  160. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  161. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  162. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  163. package/lib/components/form/radio/radio.js +3 -3
  164. package/lib/components/form/text_area/text_area.js +2 -2
  165. package/lib/components/header/header.js +14 -18
  166. package/lib/components/header/header_alert/header_alert.js +1 -2
  167. package/lib/components/header/header_links/header_link.js +1 -1
  168. package/lib/components/header/header_links/header_links.js +14 -16
  169. package/lib/components/header/header_logo/header_logo.js +2 -3
  170. package/lib/components/header/header_section/header_section_item.js +1 -2
  171. package/lib/components/header/header_section/header_section_item_button.js +22 -25
  172. package/lib/components/icon/assets/{discuss.js → comment.js} +2 -2
  173. package/lib/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  174. package/lib/components/icon/assets/{beaker.js → flask.js} +2 -2
  175. package/lib/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  176. package/lib/components/icon/icon.js +1 -1
  177. package/lib/components/icon/icon_map.js +24 -9
  178. package/lib/components/image/image.js +6 -7
  179. package/lib/components/image/image_button.js +4 -5
  180. package/lib/components/image/image_caption.js +1 -2
  181. package/lib/components/image/image_fullscreen_wrapper.js +16 -18
  182. package/lib/components/image/image_wrapper.js +7 -9
  183. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  184. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  185. package/lib/components/list_group/list_group.js +41 -38
  186. package/lib/components/list_group/list_group_item.js +13 -16
  187. package/lib/components/list_group/list_group_item.styles.js +8 -12
  188. package/lib/components/list_group/list_group_item_extra_action.js +3 -4
  189. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +33 -48
  190. package/lib/components/loading/loading_logo.js +1 -1
  191. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  192. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  193. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  194. package/lib/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  195. package/lib/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  196. package/lib/components/page/page_header/page_header_content.js +1 -1
  197. package/lib/components/pagination/pagination.js +2 -13
  198. package/lib/components/pagination/pagination_button.js +2 -2
  199. package/lib/components/provider/provider.js +2 -2
  200. package/lib/components/selectable/selectable.js +2 -2
  201. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  202. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  203. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  204. package/lib/components/table/table_header_cell.js +1 -1
  205. package/lib/components/timeline/timeline_item_icon.js +1 -1
  206. package/lib/components/toast/global_toast_list.js +1 -1
  207. package/lib/components/toast/toast.js +1 -1
  208. package/lib/components/tool_tip/icon_tip.js +1 -1
  209. package/lib/services/color/vis_color_store.js +2 -2
  210. package/lib/services/theme/context.js +2 -2
  211. package/lib/services/theme/provider.js +3 -3
  212. package/optimize/es/components/card/checkable_card/checkable_card.js +4 -3
  213. package/optimize/es/components/comment_list/comment_timeline.js +1 -1
  214. package/optimize/es/components/datagrid/controls/display_selector.js +1 -1
  215. package/optimize/es/components/expression/expression.js +11 -14
  216. package/optimize/es/components/expression/expression.styles.js +17 -22
  217. package/optimize/es/components/facet/facet_button.js +36 -33
  218. package/optimize/es/components/facet/facet_button.styles.js +11 -34
  219. package/optimize/es/components/facet/facet_group.js +3 -4
  220. package/optimize/es/components/facet/facet_group.styles.js +34 -31
  221. package/optimize/es/components/filter_group/filter_button.js +22 -24
  222. package/optimize/es/components/filter_group/filter_group.js +2 -3
  223. package/optimize/es/components/flyout/flyout.js +1 -0
  224. package/optimize/es/components/header/header.js +11 -15
  225. package/optimize/es/components/header/header_alert/header_alert.js +2 -3
  226. package/optimize/es/components/header/header_links/header_links.js +14 -16
  227. package/optimize/es/components/header/header_logo/header_logo.js +2 -3
  228. package/optimize/es/components/header/header_section/header_section_item.js +2 -3
  229. package/optimize/es/components/header/header_section/header_section_item_button.js +23 -26
  230. package/optimize/es/components/icon/assets/{discuss.js → comment.js} +2 -2
  231. package/optimize/es/components/icon/assets/{controls_vertical.js → controls.js} +2 -2
  232. package/optimize/es/components/icon/assets/{beaker.js → flask.js} +2 -2
  233. package/optimize/es/components/icon/assets/{glasses.js → readOnly.js} +2 -2
  234. package/optimize/es/components/icon/icon_map.js +24 -9
  235. package/optimize/es/components/image/image.js +7 -8
  236. package/optimize/es/components/image/image_button.js +5 -6
  237. package/optimize/es/components/image/image_caption.js +2 -3
  238. package/optimize/es/components/image/image_fullscreen_wrapper.js +16 -18
  239. package/optimize/es/components/image/image_wrapper.js +8 -10
  240. package/optimize/es/components/list_group/list_group.js +38 -37
  241. package/optimize/es/components/list_group/list_group_item.js +11 -12
  242. package/optimize/es/components/list_group/list_group_item.styles.js +8 -12
  243. package/optimize/es/components/list_group/list_group_item_extra_action.js +2 -3
  244. package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.js +27 -39
  245. package/optimize/es/components/markdown_editor/markdown_editor_toolbar.js +2 -2
  246. package/optimize/es/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  247. package/optimize/es/components/pagination/pagination.js +2 -10
  248. package/optimize/es/components/pagination/pagination_button.js +1 -1
  249. package/optimize/es/components/provider/provider.js +2 -2
  250. package/optimize/es/services/color/vis_color_store.js +1 -1
  251. package/optimize/es/services/theme/context.js +2 -2
  252. package/optimize/es/services/theme/provider.js +3 -3
  253. package/optimize/lib/components/card/checkable_card/checkable_card.js +4 -3
  254. package/optimize/lib/components/comment_list/comment_timeline.js +1 -1
  255. package/optimize/lib/components/datagrid/controls/display_selector.js +1 -1
  256. package/optimize/lib/components/expression/expression.js +11 -14
  257. package/optimize/lib/components/expression/expression.styles.js +17 -23
  258. package/optimize/lib/components/facet/facet_button.js +37 -31
  259. package/optimize/lib/components/facet/facet_button.styles.js +12 -35
  260. package/optimize/lib/components/facet/facet_group.js +2 -3
  261. package/optimize/lib/components/facet/facet_group.styles.js +34 -31
  262. package/optimize/lib/components/filter_group/filter_button.js +21 -23
  263. package/optimize/lib/components/filter_group/filter_group.js +1 -2
  264. package/optimize/lib/components/flyout/flyout.js +1 -0
  265. package/optimize/lib/components/header/header.js +10 -14
  266. package/optimize/lib/components/header/header_alert/header_alert.js +1 -2
  267. package/optimize/lib/components/header/header_links/header_links.js +13 -15
  268. package/optimize/lib/components/header/header_logo/header_logo.js +1 -2
  269. package/optimize/lib/components/header/header_section/header_section_item.js +1 -2
  270. package/optimize/lib/components/header/header_section/header_section_item_button.js +21 -24
  271. package/{test-env/components/icon/assets/discuss.js → optimize/lib/components/icon/assets/comment.js} +2 -2
  272. package/{test-env/components/icon/assets/controls_vertical.js → optimize/lib/components/icon/assets/controls.js} +2 -2
  273. package/{test-env/components/icon/assets/beaker.js → optimize/lib/components/icon/assets/flask.js} +2 -2
  274. package/{test-env/components/icon/assets/glasses.js → optimize/lib/components/icon/assets/readOnly.js} +2 -2
  275. package/optimize/lib/components/icon/icon_map.js +24 -9
  276. package/optimize/lib/components/image/image.js +6 -7
  277. package/optimize/lib/components/image/image_button.js +4 -5
  278. package/optimize/lib/components/image/image_caption.js +1 -2
  279. package/optimize/lib/components/image/image_fullscreen_wrapper.js +16 -18
  280. package/optimize/lib/components/image/image_wrapper.js +7 -9
  281. package/optimize/lib/components/list_group/list_group.js +40 -36
  282. package/optimize/lib/components/list_group/list_group_item.js +11 -15
  283. package/optimize/lib/components/list_group/list_group_item.styles.js +8 -12
  284. package/optimize/lib/components/list_group/list_group_item_extra_action.js +2 -3
  285. package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +29 -38
  286. package/optimize/lib/components/markdown_editor/markdown_editor_toolbar.js +2 -2
  287. package/optimize/lib/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  288. package/optimize/lib/components/pagination/pagination.js +2 -10
  289. package/optimize/lib/components/pagination/pagination_button.js +1 -1
  290. package/optimize/lib/components/provider/provider.js +2 -2
  291. package/optimize/lib/services/color/vis_color_store.js +2 -2
  292. package/optimize/lib/services/theme/context.js +2 -2
  293. package/optimize/lib/services/theme/provider.js +3 -3
  294. package/package.json +5 -5
  295. package/test-env/components/avatar/avatar.js +1 -1
  296. package/test-env/components/badge/badge.js +1 -1
  297. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  298. package/test-env/components/basic_table/basic_table.js +4 -4
  299. package/test-env/components/basic_table/in_memory_table.js +4 -4
  300. package/test-env/components/button/button.js +1 -1
  301. package/test-env/components/button/button_display/_button_display.js +1 -1
  302. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  303. package/test-env/components/button/button_empty/button_empty.js +1 -1
  304. package/test-env/components/button/button_group/button_group.js +1 -1
  305. package/test-env/components/button/button_group/button_group_button.js +1 -1
  306. package/test-env/components/button/button_icon/button_icon.js +1 -1
  307. package/test-env/components/call_out/call_out.js +1 -1
  308. package/test-env/components/card/card.js +2 -2
  309. package/test-env/components/card/card_select/card_select.js +1 -1
  310. package/test-env/components/card/checkable_card/checkable_card.js +4 -3
  311. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  312. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  313. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  314. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  315. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  316. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  317. package/test-env/components/comment_list/comment.js +3 -3
  318. package/test-env/components/comment_list/comment_event.js +1 -1
  319. package/test-env/components/comment_list/comment_list.js +3 -3
  320. package/test-env/components/comment_list/comment_timeline.js +3 -3
  321. package/test-env/components/context_menu/context_menu_item.js +1 -1
  322. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  323. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  324. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  325. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  326. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  327. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  328. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  329. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  330. package/test-env/components/datagrid/controls/display_selector.js +1 -1
  331. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  332. package/test-env/components/date_picker/date_picker.js +2 -2
  333. package/test-env/components/date_picker/date_picker_range.js +1 -1
  334. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  335. package/test-env/components/expression/expression.js +11 -14
  336. package/test-env/components/expression/expression.styles.js +17 -23
  337. package/test-env/components/facet/facet_button.js +38 -32
  338. package/test-env/components/facet/facet_button.styles.js +12 -35
  339. package/test-env/components/facet/facet_group.js +2 -3
  340. package/test-env/components/facet/facet_group.styles.js +34 -31
  341. package/test-env/components/filter_group/filter_button.js +21 -23
  342. package/test-env/components/filter_group/filter_group.js +1 -2
  343. package/test-env/components/form/checkbox/checkbox.js +1 -1
  344. package/test-env/components/form/field_number/field_number.js +2 -2
  345. package/test-env/components/form/field_text/field_text.js +2 -2
  346. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  347. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  348. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  349. package/test-env/components/form/radio/radio.js +3 -3
  350. package/test-env/components/form/text_area/text_area.js +2 -2
  351. package/test-env/components/header/header.js +14 -18
  352. package/test-env/components/header/header_alert/header_alert.js +1 -2
  353. package/test-env/components/header/header_links/header_link.js +1 -1
  354. package/test-env/components/header/header_links/header_links.js +14 -16
  355. package/test-env/components/header/header_logo/header_logo.js +2 -3
  356. package/test-env/components/header/header_section/header_section_item.js +1 -2
  357. package/test-env/components/header/header_section/header_section_item_button.js +22 -25
  358. package/{optimize/lib/components/icon/assets/discuss.js → test-env/components/icon/assets/comment.js} +2 -2
  359. package/{optimize/lib/components/icon/assets/controls_vertical.js → test-env/components/icon/assets/controls.js} +2 -2
  360. package/{optimize/lib/components/icon/assets/beaker.js → test-env/components/icon/assets/flask.js} +2 -2
  361. package/{optimize/lib/components/icon/assets/glasses.js → test-env/components/icon/assets/readOnly.js} +2 -2
  362. package/test-env/components/icon/icon_map.js +24 -9
  363. package/test-env/components/image/image.js +6 -7
  364. package/test-env/components/image/image_button.js +4 -5
  365. package/test-env/components/image/image_caption.js +1 -2
  366. package/test-env/components/image/image_fullscreen_wrapper.js +16 -18
  367. package/test-env/components/image/image_wrapper.js +7 -9
  368. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  369. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  370. package/test-env/components/list_group/list_group.js +42 -38
  371. package/test-env/components/list_group/list_group_item.js +13 -17
  372. package/test-env/components/list_group/list_group_item.styles.js +8 -12
  373. package/test-env/components/list_group/list_group_item_extra_action.js +3 -4
  374. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +34 -43
  375. package/test-env/components/loading/loading_logo.js +1 -1
  376. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  377. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  378. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  379. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +3 -3
  380. package/test-env/components/markdown_editor/plugins/markdown_tooltip/plugin.js +1 -1
  381. package/test-env/components/page/page_header/page_header_content.js +1 -1
  382. package/test-env/components/pagination/pagination.js +2 -10
  383. package/test-env/components/pagination/pagination_button.js +2 -2
  384. package/test-env/components/provider/provider.js +2 -2
  385. package/test-env/components/selectable/selectable.js +2 -2
  386. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  387. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  388. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  389. package/test-env/components/table/table_header_cell.js +1 -1
  390. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  391. package/test-env/components/toast/global_toast_list.js +1 -1
  392. package/test-env/components/toast/toast.js +1 -1
  393. package/test-env/components/tool_tip/icon_tip.js +1 -1
  394. package/test-env/services/color/vis_color_store.js +2 -2
  395. package/test-env/services/theme/context.js +2 -2
  396. package/test-env/services/theme/provider.js +3 -3
  397. package/es/components/icon/assets/controls_horizontal.js +0 -35
  398. package/es/components/icon/assets/editor_code_block.js +0 -33
  399. package/es/components/icon/assets/editor_comment.js +0 -33
  400. package/es/components/icon/assets/userAvatar.js +0 -35
  401. package/es/components/icon/assets/vis_vega.js +0 -33
  402. package/lib/components/icon/assets/controls_horizontal.js +0 -42
  403. package/lib/components/icon/assets/editor_code_block.js +0 -40
  404. package/lib/components/icon/assets/editor_comment.js +0 -40
  405. package/lib/components/icon/assets/userAvatar.js +0 -42
  406. package/lib/components/icon/assets/vis_vega.js +0 -40
  407. package/lib/components/icon/svgs/editor_code_block.svg +0 -3
  408. package/lib/components/icon/svgs/editor_comment.svg +0 -3
  409. package/lib/components/icon/svgs/userAvatar.svg +0 -3
  410. package/lib/components/icon/svgs/vis_vega.svg +0 -3
  411. package/optimize/es/components/icon/assets/controls_horizontal.js +0 -34
  412. package/optimize/es/components/icon/assets/editor_code_block.js +0 -32
  413. package/optimize/es/components/icon/assets/editor_comment.js +0 -32
  414. package/optimize/es/components/icon/assets/userAvatar.js +0 -34
  415. package/optimize/es/components/icon/assets/vis_vega.js +0 -32
  416. package/optimize/lib/components/icon/assets/controls_horizontal.js +0 -42
  417. package/optimize/lib/components/icon/assets/editor_code_block.js +0 -40
  418. package/optimize/lib/components/icon/assets/editor_comment.js +0 -40
  419. package/optimize/lib/components/icon/assets/userAvatar.js +0 -42
  420. package/optimize/lib/components/icon/assets/vis_vega.js +0 -40
  421. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +0 -3
  422. package/optimize/lib/components/icon/svgs/controls_vertical.svg +0 -3
  423. package/optimize/lib/components/icon/svgs/editor_code_block.svg +0 -3
  424. package/optimize/lib/components/icon/svgs/editor_comment.svg +0 -3
  425. package/optimize/lib/components/icon/svgs/userAvatar.svg +0 -3
  426. package/optimize/lib/components/icon/svgs/vis_vega.svg +0 -3
  427. package/test-env/components/icon/assets/controls_horizontal.js +0 -42
  428. package/test-env/components/icon/assets/editor_code_block.js +0 -40
  429. package/test-env/components/icon/assets/editor_comment.js +0 -40
  430. package/test-env/components/icon/assets/userAvatar.js +0 -42
  431. package/test-env/components/icon/assets/vis_vega.js +0 -40
  432. /package/lib/components/icon/svgs/{discuss.svg → comment.svg} +0 -0
  433. /package/lib/components/icon/svgs/{controls_horizontal.svg → controls.svg} +0 -0
  434. /package/lib/components/icon/svgs/{beaker.svg → flask.svg} +0 -0
  435. /package/lib/components/icon/svgs/{glasses.svg → readOnly.svg} +0 -0
  436. /package/optimize/lib/components/icon/svgs/{discuss.svg → comment.svg} +0 -0
  437. /package/{lib/components/icon/svgs/controls_vertical.svg → optimize/lib/components/icon/svgs/controls.svg} +0 -0
  438. /package/optimize/lib/components/icon/svgs/{beaker.svg → flask.svg} +0 -0
  439. /package/optimize/lib/components/icon/svgs/{glasses.svg → readOnly.svg} +0 -0
@@ -1,35 +0,0 @@
1
- var _excluded = ["title", "titleId"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
5
- /*
6
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
7
- * or more contributor license agreements. Licensed under the Elastic License
8
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
9
- * in compliance with, at your election, the Elastic License 2.0 or the Server
10
- * Side Public License, v 1.
11
- */
12
-
13
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
14
-
15
- import * as React from 'react';
16
- import { jsx as ___EmotionJSX } from "@emotion/react";
17
- var EuiIconUserAvatar = function EuiIconUserAvatar(_ref) {
18
- var title = _ref.title,
19
- titleId = _ref.titleId,
20
- props = _objectWithoutProperties(_ref, _excluded);
21
- return ___EmotionJSX("svg", _extends({
22
- xmlns: "http://www.w3.org/2000/svg",
23
- width: 16,
24
- height: 16,
25
- viewBox: "0 0 16 16",
26
- "aria-labelledby": titleId
27
- }, props), title ? ___EmotionJSX("title", {
28
- id: titleId
29
- }, title) : null, ___EmotionJSX("path", {
30
- fillRule: "evenodd",
31
- d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
32
- clipRule: "evenodd"
33
- }));
34
- };
35
- export var icon = EuiIconUserAvatar;
@@ -1,33 +0,0 @@
1
- var _excluded = ["title", "titleId"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
5
- /*
6
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
7
- * or more contributor license agreements. Licensed under the Elastic License
8
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
9
- * in compliance with, at your election, the Elastic License 2.0 or the Server
10
- * Side Public License, v 1.
11
- */
12
-
13
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
14
-
15
- import * as React from 'react';
16
- import { jsx as ___EmotionJSX } from "@emotion/react";
17
- var EuiIconVisVega = function EuiIconVisVega(_ref) {
18
- var title = _ref.title,
19
- titleId = _ref.titleId,
20
- props = _objectWithoutProperties(_ref, _excluded);
21
- return ___EmotionJSX("svg", _extends({
22
- xmlns: "http://www.w3.org/2000/svg",
23
- width: 16,
24
- height: 16,
25
- viewBox: "0 0 16 16",
26
- "aria-labelledby": titleId
27
- }, props), title ? ___EmotionJSX("title", {
28
- id: titleId
29
- }, title) : null, ___EmotionJSX("path", {
30
- d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
31
- }));
32
- };
33
- export var icon = EuiIconVisVega;
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.icon = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _react2 = require("@emotion/react");
10
- var _excluded = ["title", "titleId"];
11
- /*
12
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
- * or more contributor license agreements. Licensed under the Elastic License
14
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
- * in compliance with, at your election, the Elastic License 2.0 or the Server
16
- * Side Public License, v 1.
17
- */
18
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
- 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); }
20
- 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; }
21
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
- var EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_ref) {
25
- var title = _ref.title,
26
- titleId = _ref.titleId,
27
- props = _objectWithoutProperties(_ref, _excluded);
28
- return (0, _react2.jsx)("svg", _extends({
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.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
39
- clipRule: "evenodd"
40
- }));
41
- };
42
- var icon = exports.icon = EuiIconControlsHorizontal;
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.icon = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _react2 = require("@emotion/react");
10
- var _excluded = ["title", "titleId"];
11
- /*
12
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
- * or more contributor license agreements. Licensed under the Elastic License
14
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
- * in compliance with, at your election, the Elastic License 2.0 or the Server
16
- * Side Public License, v 1.
17
- */
18
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
- 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); }
20
- 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; }
21
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
- var EuiIconEditorCodeBlock = function EuiIconEditorCodeBlock(_ref) {
25
- var title = _ref.title,
26
- titleId = _ref.titleId,
27
- props = _objectWithoutProperties(_ref, _excluded);
28
- return (0, _react2.jsx)("svg", _extends({
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: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
38
- }));
39
- };
40
- var icon = exports.icon = EuiIconEditorCodeBlock;
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.icon = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _react2 = require("@emotion/react");
10
- var _excluded = ["title", "titleId"];
11
- /*
12
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
- * or more contributor license agreements. Licensed under the Elastic License
14
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
- * in compliance with, at your election, the Elastic License 2.0 or the Server
16
- * Side Public License, v 1.
17
- */
18
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
- 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); }
20
- 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; }
21
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
- var EuiIconEditorComment = function EuiIconEditorComment(_ref) {
25
- var title = _ref.title,
26
- titleId = _ref.titleId,
27
- props = _objectWithoutProperties(_ref, _excluded);
28
- return (0, _react2.jsx)("svg", _extends({
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: "M6.111 10H12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1v1.297L6.111 10Zm.46 1L4 14v-3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H6.571Z"
38
- }));
39
- };
40
- var icon = exports.icon = EuiIconEditorComment;
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.icon = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _react2 = require("@emotion/react");
10
- var _excluded = ["title", "titleId"];
11
- /*
12
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
- * or more contributor license agreements. Licensed under the Elastic License
14
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
- * in compliance with, at your election, the Elastic License 2.0 or the Server
16
- * Side Public License, v 1.
17
- */
18
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
- 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); }
20
- 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; }
21
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
- var EuiIconUserAvatar = function EuiIconUserAvatar(_ref) {
25
- var title = _ref.title,
26
- titleId = _ref.titleId,
27
- props = _objectWithoutProperties(_ref, _excluded);
28
- return (0, _react2.jsx)("svg", _extends({
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: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
39
- clipRule: "evenodd"
40
- }));
41
- };
42
- var icon = exports.icon = EuiIconUserAvatar;
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.icon = void 0;
8
- var React = _interopRequireWildcard(require("react"));
9
- var _react2 = require("@emotion/react");
10
- var _excluded = ["title", "titleId"];
11
- /*
12
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
- * or more contributor license agreements. Licensed under the Elastic License
14
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
- * in compliance with, at your election, the Elastic License 2.0 or the Server
16
- * Side Public License, v 1.
17
- */
18
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
- 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); }
20
- 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; }
21
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
- var EuiIconVisVega = function EuiIconVisVega(_ref) {
25
- var title = _ref.title,
26
- titleId = _ref.titleId,
27
- props = _objectWithoutProperties(_ref, _excluded);
28
- return (0, _react2.jsx)("svg", _extends({
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: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
38
- }));
39
- };
40
- var icon = exports.icon = EuiIconVisVega;
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M6.11149365,10 L12,10 C12.5522847,10 13,9.55228475 13,9 L13,5 C13,4.44771525 12.5522847,4 12,4 L4,4 C3.44771525,4 3,4.44771525 3,5 L3,9 C3,9.55228475 3.44771525,10 4,10 L5,10 L5,11.2967426 L6.11149365,10 Z M6.57142857,11 L4,14 L4,11 C2.8954305,11 2,10.1045695 2,9 L2,5 C2,3.8954305 2.8954305,3 4,3 L12,3 C13.1045695,3 14,3.8954305 14,5 L14,9 C14,10.1045695 13.1045695,11 12,11 L6.57142857,11 Z" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"/>
3
- </svg>
@@ -1,34 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["title", "titleId"];
4
- /*
5
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
- * or more contributor license agreements. Licensed under the Elastic License
7
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
- * in compliance with, at your election, the Elastic License 2.0 or the Server
9
- * Side Public License, v 1.
10
- */
11
-
12
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
-
14
- import * as React from 'react';
15
- import { jsx as ___EmotionJSX } from "@emotion/react";
16
- var EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_ref) {
17
- var title = _ref.title,
18
- titleId = _ref.titleId,
19
- props = _objectWithoutProperties(_ref, _excluded);
20
- return ___EmotionJSX("svg", _extends({
21
- xmlns: "http://www.w3.org/2000/svg",
22
- width: 16,
23
- height: 16,
24
- viewBox: "0 0 16 16",
25
- "aria-labelledby": titleId
26
- }, props), title ? ___EmotionJSX("title", {
27
- id: titleId
28
- }, title) : null, ___EmotionJSX("path", {
29
- fillRule: "evenodd",
30
- d: "M10.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
31
- clipRule: "evenodd"
32
- }));
33
- };
34
- export var icon = EuiIconControlsHorizontal;
@@ -1,32 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["title", "titleId"];
4
- /*
5
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
- * or more contributor license agreements. Licensed under the Elastic License
7
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
- * in compliance with, at your election, the Elastic License 2.0 or the Server
9
- * Side Public License, v 1.
10
- */
11
-
12
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
-
14
- import * as React from 'react';
15
- import { jsx as ___EmotionJSX } from "@emotion/react";
16
- var EuiIconEditorCodeBlock = function EuiIconEditorCodeBlock(_ref) {
17
- var title = _ref.title,
18
- titleId = _ref.titleId,
19
- props = _objectWithoutProperties(_ref, _excluded);
20
- return ___EmotionJSX("svg", _extends({
21
- xmlns: "http://www.w3.org/2000/svg",
22
- width: 16,
23
- height: 16,
24
- viewBox: "0 0 16 16",
25
- "aria-labelledby": titleId
26
- }, props), title ? ___EmotionJSX("title", {
27
- id: titleId
28
- }, title) : null, ___EmotionJSX("path", {
29
- d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
30
- }));
31
- };
32
- export var icon = EuiIconEditorCodeBlock;
@@ -1,32 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["title", "titleId"];
4
- /*
5
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
- * or more contributor license agreements. Licensed under the Elastic License
7
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
- * in compliance with, at your election, the Elastic License 2.0 or the Server
9
- * Side Public License, v 1.
10
- */
11
-
12
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
-
14
- import * as React from 'react';
15
- import { jsx as ___EmotionJSX } from "@emotion/react";
16
- var EuiIconEditorComment = function EuiIconEditorComment(_ref) {
17
- var title = _ref.title,
18
- titleId = _ref.titleId,
19
- props = _objectWithoutProperties(_ref, _excluded);
20
- return ___EmotionJSX("svg", _extends({
21
- xmlns: "http://www.w3.org/2000/svg",
22
- width: 16,
23
- height: 16,
24
- viewBox: "0 0 16 16",
25
- "aria-labelledby": titleId
26
- }, props), title ? ___EmotionJSX("title", {
27
- id: titleId
28
- }, title) : null, ___EmotionJSX("path", {
29
- d: "M6.111 10H12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1v1.297L6.111 10Zm.46 1L4 14v-3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H6.571Z"
30
- }));
31
- };
32
- export var icon = EuiIconEditorComment;
@@ -1,34 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["title", "titleId"];
4
- /*
5
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
- * or more contributor license agreements. Licensed under the Elastic License
7
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
- * in compliance with, at your election, the Elastic License 2.0 or the Server
9
- * Side Public License, v 1.
10
- */
11
-
12
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
-
14
- import * as React from 'react';
15
- import { jsx as ___EmotionJSX } from "@emotion/react";
16
- var EuiIconUserAvatar = function EuiIconUserAvatar(_ref) {
17
- var title = _ref.title,
18
- titleId = _ref.titleId,
19
- props = _objectWithoutProperties(_ref, _excluded);
20
- return ___EmotionJSX("svg", _extends({
21
- xmlns: "http://www.w3.org/2000/svg",
22
- width: 16,
23
- height: 16,
24
- viewBox: "0 0 16 16",
25
- "aria-labelledby": titleId
26
- }, props), title ? ___EmotionJSX("title", {
27
- id: titleId
28
- }, title) : null, ___EmotionJSX("path", {
29
- fillRule: "evenodd",
30
- d: "M3.293 9.293 4 10l-1 4h10l-1-4 .707-.707a1 1 0 0 1 .263.464l1 4A1 1 0 0 1 13 15H3a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 .263-.465ZM8 9c3 0 4 1 4 1 .707-.707.706-.708.706-.708l-.001-.001-.002-.002-.005-.005-.01-.01a1.798 1.798 0 0 0-.101-.089 2.907 2.907 0 0 0-.235-.173 4.66 4.66 0 0 0-.856-.44 7.11 7.11 0 0 0-1.136-.342 4 4 0 1 0-4.72 0 7.11 7.11 0 0 0-1.136.342 4.66 4.66 0 0 0-.856.44 2.909 2.909 0 0 0-.335.262l-.011.01-.005.005-.002.002h-.001S3.293 9.294 4 10c0 0 1-1 4-1Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
31
- clipRule: "evenodd"
32
- }));
33
- };
34
- export var icon = EuiIconUserAvatar;
@@ -1,32 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["title", "titleId"];
4
- /*
5
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
6
- * or more contributor license agreements. Licensed under the Elastic License
7
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
8
- * in compliance with, at your election, the Elastic License 2.0 or the Server
9
- * Side Public License, v 1.
10
- */
11
-
12
- // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
13
-
14
- import * as React from 'react';
15
- import { jsx as ___EmotionJSX } from "@emotion/react";
16
- var EuiIconVisVega = function EuiIconVisVega(_ref) {
17
- var title = _ref.title,
18
- titleId = _ref.titleId,
19
- props = _objectWithoutProperties(_ref, _excluded);
20
- return ___EmotionJSX("svg", _extends({
21
- xmlns: "http://www.w3.org/2000/svg",
22
- width: 16,
23
- height: 16,
24
- viewBox: "0 0 16 16",
25
- "aria-labelledby": titleId
26
- }, props), title ? ___EmotionJSX("title", {
27
- id: titleId
28
- }, title) : null, ___EmotionJSX("path", {
29
- d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
30
- }));
31
- };
32
- export var icon = EuiIconVisVega;
@@ -1,42 +0,0 @@
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 EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_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.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
39
- clipRule: "evenodd"
40
- }));
41
- };
42
- var icon = exports.icon = EuiIconControlsHorizontal;
@@ -1,40 +0,0 @@
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 EuiIconEditorCodeBlock = function EuiIconEditorCodeBlock(_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: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
38
- }));
39
- };
40
- var icon = exports.icon = EuiIconEditorCodeBlock;
@@ -1,40 +0,0 @@
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 EuiIconEditorComment = function EuiIconEditorComment(_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: "M6.111 10H12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1v1.297L6.111 10Zm.46 1L4 14v-3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H6.571Z"
38
- }));
39
- };
40
- var icon = exports.icon = EuiIconEditorComment;